]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
gst-libs/gst/riff/riff-read.c: Read extradata correctly (fixes #155879).
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3         * gst-libs/gst/riff/riff-read.c:
4         (gst_riff_read_strf_auds_with_data):
5           Read extradata correctly (fixes #155879).
7 2004-12-16  David Schleef  <ds@schleef.org>
9         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10         audio.  does _not_ attempt or allow conversion unless channels
11         is 1 or 2.
13 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17 2004-12-16  David Schleef  <ds@schleef.org>
19         * gst/audioscale/gstaudioscale.c: the resample library only
20         handles 1 or 2 channels.  Change caps to compensate.
22 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
25         (gst_matroska_demux_audio_caps):
26           Some MPEG-AAC hacks, because else it doesn't work...
28 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30         * gst-libs/gst/riff/riff-media.c:
31         (gst_riff_create_video_caps_with_data),
32         (gst_riff_create_video_template_caps):
33           Add h264.
35 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
37         * gst-libs/gst/audio/Makefile.am:
38           Try to fix buildbot.
40 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
42         * gst/tcp/gstmultifdsink.c:
43           Clean up and uniformize debugging.
45 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
47         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
49         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
50         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
51         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
52         (gst_mpeg_demux_change_state):
53           Reset on ready. Fixes 160276.
55 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
57         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
59         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
60         (gst_ffmpegcsp_pad_link):
61           Fix memleak (#154815).
63 2004-12-16  James Bowes  <bowes@cs.dal.ca>
65         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
67         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
68         (gst_musicbrainz_init), (gst_musicbrainz_chain),
69         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
70         * ext/musicbrainz/gsttrm.h:
71           Add support for using a proxy server when getting a trm id from
72           the MusicBrainz database (#149613).
74 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
76         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
78         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
79         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
80           Fix memleaks (#157233).
82 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
84         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
86         * gst-libs/gst/resample/resample.c: (gst_resample_close):
87         * gst-libs/gst/resample/resample.h:
88         * gst/audioscale/gstaudioscale.c:
89           Fix memleak (#159215).
91 2004-12-16  Toni Willberg  <toniw@iki.fi>
93         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
95         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
96         * sys/oss/oss_probe.c: (main):
97           Check for mono/stereo support (similar to samplerate probing),
98           fixes #159433. Also add missing copyright header to oss_probe.c.
100 2004-12-15  David Schleef  <ds@schleef.org>
102         * configure.ac: add audioresample and cairo plugins.  Remove
103         HAVE_MMX stuff, because it's not used.
104         * ext/Makefile.am: same
105         * ext/audioresample/Makefile.am: You are not ready for an
106         audio resampling element based on audioresample.
107         * ext/audioresample/gstaudioresample.c:
108         * ext/audioresample/gstaudioresample.h:
109         * ext/cairo/Makefile.am: You are not ready for overlay elements
110         based on cairo.  Don't look too closely, these elements kinda
111         suck right now.
112         * ext/cairo/gstcairo.c: new
113         * ext/cairo/gsttextoverlay.c: new
114         * ext/cairo/gsttextoverlay.h: new
115         * ext/cairo/gsttimeoverlay.c: new
116         * ext/cairo/gsttimeoverlay.h: new
117         * gst-libs/gst/media-info/media-info-priv.h: fix compile
118         problem with compilers that don't support variadic macros.
120 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
122         Reviewed by:  David Schleef  <ds@schleef.org>
124         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
125         Bala, registering sunaudiosrc (oops!), and cleaning up code a
126         bit.  Also ran indent-gst.
127         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
128         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
129         (gst_sunaudiosrc_setparams):
131 2004-12-14  David Schleef  <ds@schleef.org>
133         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
134         output rate to 16000.  Should fix #160235.
136 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
138         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
139         Add typefinding for mpeg2 pes streams
141 2004-12-13  David Schleef  <ds@schleef.org>
143         * configure.ac:  Applied patch from bug #143659, making default
144         sources and sinks OS-dependent (for Solaris), and added code
145         for OS/X.
146         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
148 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
150         * gst-libs/gst/riff/riff-media.c:
151           forgot to add h2.64 to avidemux template caps
153 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
155         * gst/wavenc/riff.h:
156         * gst-libs/gst/riff/riff-media.c:
157         * gst-libs/gst/riff/riff-ids.h:
158         * gst/avi/gstavimux.c
159         add 4CC code for VideoSoft h264 in AVI (VSSH)
160           fixes bug #160655
161         remove s323 from riff, it's quicktime specific :(
163 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
165         * gst/asfdemux/README
166         * gst/wavenc/riff.h
167         * gst-libs/gst/riff/riff-ids.h
168         * gst-libs/gst/riff/riff-media.c
169         * gst/qtdemux/qtdemux.c:
170           add new 4CC codes for h263 related codecs
171           fixes partially bug #155163
173 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
175         * configure.ac: Update polyaudio requirement to 0.7
176         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
178 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
180         * gst/interleave/deinterleave.c:
181         fix my name's spelling! :)
183 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
184         * AUTHORS ChangeLog
185         * gst/auparse/gstauparse.c
186         * gst/interleave/deinterleave.c
187         * gst/law/ :
188                 alaw-decode.c alaw-encode.c
189                 mulaw-decode.c mulaw-encode.c
190         * gst/oneton/gstoneton.c
191         * sys/osxaudio/ :
192                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
193         * sys/osxvideo/ :
194                 cocoawindow.h cocoawindow.m
195                 osxvideosink.h osxvideosink.m
197         put the same mail address for Zaheer Abbas Merali everywhere
199 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
201         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
202           Align by packetsize, and assert that we a packet available before
203           playing. The first makes webstreams work (they often include
204           trailing padding data in a packet), the second allows pausing a
205           ASF stream in totem without getting demux errors afterwards.
207 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
209         * ext/ogg/gstoggdemux.c: (get_relative):
210           Check for non-NULL before accessing member (end-of-chain).
212 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
214         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
215         (cdparanoia_set_property), (cdparanoia_get_property):
216         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
217         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
218         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
219         (dvdreadsrc_init), (dvdreadsrc_set_property),
220         (dvdreadsrc_get_property):
221         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
222         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
223           Synchronize property names where not yet the case. Devices are
224           now device=X, other versions are deprecated (but still exist).
225           Also use g_free() unconditionally.
226         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
227         (setup_source), (gst_play_base_bin_get_property):
228           Expose source.
230 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
232         * configure.ac: move GCONF macro outside conditional for the am
233           conditional. Fixes #160439
235 2004-12-08  David Schleef  <ds@schleef.org>
237         * tools/gst-visualise-m.m: Switch to elements that currently
238         exist.
240 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
242         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
243           We love wrong commas.
245 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
247         * gst/matroska/matroska-demux.c:
248         (gst_matroska_demux_handle_src_query):
249           Don't set DEFAULT, unsupported - makes length display incorrectly
250           in some cases.
252 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
254         Woooho Monoscope is now effectivly LGPL licensed
256         * gst/monoscope/README: remove blurb about files being GPL
257         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
258         * gst/monoscope/monoscope.c: Change license to BSD with explanation
260 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
262         * gst/monoscope/README: Update information to be more correct
263         * gst/monoscope/convolve.c: Relicense to LGPL
264         * gst/monoscope/convolve.h: Relicense to LGPL
266 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
268         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
269           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
270         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
271           set default_duration for mpeg1 audio
273 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
275         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
276         * ext/alsa/gstalsa.h:
277           refactor big chunks of the core caps negotiation code to make it
278           a lot faster, because people claim it's really slow
279           (actually, just cache the getcaps when the device is opened)
281 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
283         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
284         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
285         (gst_a52dec_handle_frame), (gst_a52dec_chain),
286         (gst_a52dec_change_state), (plugin_init):
287         * ext/a52dec/gsta52dec.h:
288           Do something useful with timestamps. Make chain-based (since
289           there's really no reason to be loopbased).
290         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
291           Update current_byte/frame correctly.
293 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
295         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
296         (gst_ape_demux_stream_init):
297           Forward tags, too.
299 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
301         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
302           Let's make sure we're done typefinding when detecting tags.
304 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
306         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
307         (gst_ebml_read_init), (gst_ebml_read_use_event),
308         (gst_ebml_read_element_id), (gst_ebml_peek_id),
309         (gst_ebml_read_seek), (gst_ebml_read_skip),
310         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
311         (gst_ebml_read_master):
312         * gst/matroska/ebml-read.h:
313         * gst/matroska/matroska-demux.c:
314         (gst_matroska_demux_parse_contents),
315         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
316           Disgustingly evil hack for working around INTERRUPT events and
317           their extremely annoying habit of being a pain in the ass. We
318           simply peek a cluster before reading any of it.
320 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
322         * ext/musepack/gstmusepackdec.cpp:
323           There's also floating point libmusepacks.
325 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
327         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
328         (gst_faad_chanpos_to_gst), (gst_faad_chain):
329           Set DURATION even if source buffer didn't. Also use increasing
330           timestamps.
331         * gst-libs/gst/riff/riff-media.c:
332         (gst_riff_create_audio_caps_with_data):
333           Block_align can have larger values than 8192.
335 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
337         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
338         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
339         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
340         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
341           Fix caps.
343 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
345         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
346           Fix logic bug.
348 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
350         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
351           Yay, another one.
353 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
355         * ext/esd/esdsink.c: (gst_esdsink_chain):
356           Make error actually say something useful (fixes #156798).
357         * gst-libs/gst/riff/riff-media.c:
358         (gst_riff_create_video_caps_with_data),
359         (gst_riff_create_video_template_caps):
360           Add Intel Video 5.0 fourcc (IV50).
362 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
364         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header 
365         detection on mono and stereo mp3 files.
367 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
370           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
371           the contained stream).
373 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
375         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
376           Oops, remove debug.
378 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
382         * gst/law/alaw-decode.c: (alawdec_getcaps):
383         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
384           Prevent warnings when negotiating caps (fixes #159338).
386 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
389         (gst_ffmpegcsp_chain):
390           Remove old leftover that shouldn't be there...
392 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
396         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
397           Don't forward DISCONT events (fixes #159684).
399 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
401         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
402           Unlink manually since sometimes bin disposal (and therefore
403           pad unlinking) is delayed, which will cause a new media file
404           to not be able to start playing instantly.
406 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
408         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
409           On mute of an unlinked stream, check for pad availability so
410           we don't crash on unlinked pad.
412 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
414         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
415         (gst_avi_demux_massage_index):
416           Fix quite humiliating bug in omitting 0-sized index chunks but
417           forgetting to count them for timestamps.
419 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
421         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
422           Actually leave the loop if we failed to sync. Don't crash.
424 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
426         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
427         (gst_dvd_demux_process_private):
428         * gst/mpegstream/gstdvddemux.h:
429           Fix crash (#159759). Doesn't work, though. :-(.
431 2004-11-28  Benjamin Otte  <otte@gnome.org>
433         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
434           more overwriting protection due to modifying channels one by one
435           instead of all at once
437 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
439         * gst/audioconvert/gstchannelmix.c:
440         (gst_audio_convert_fill_normalize):
441           Normalize using absolute values.
443 2004-11-28  Julien MOUTTE  <julien@moutte.net>
445         * configure.ac:
446         * ext/Makefile.am:
447         * ext/directfb/Makefile.am:
448         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
449         (gst_directfbvideosink_get_pixel_format),
450         (gst_directfbvideosink_get_format_from_fourcc),
451         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
452         (gst_directfbvideosink_sink_link),
453         (gst_directfbvideosink_change_state),
454         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
455         (gst_directfbvideosink_buffer_alloc),
456         (gst_directfbvideosink_interface_supported),
457         (gst_directfbvideosink_interface_init),
458         (gst_directfbvideosink_navigation_send_event),
459         (gst_directfbvideosink_navigation_init),
460         (gst_directfbvideosink_set_property),
461         (gst_directfbvideosink_get_property),
462         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
463         (gst_directfbvideosink_base_init),
464         (gst_directfbvideosink_class_init),
465         (gst_directfbvideosink_get_type), (plugin_init):
466         * ext/directfb/directfbvideosink.h: Adding a first version of
467         directfbvideosink.
468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
469         more.
471 2004-11-28  Benjamin Otte  <otte@gnome.org>
473         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
474           walk the samples backwards if out_channels > in_channels so we don't
475           overwrite data
477 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
479         * gst/audioconvert/Makefile.am:
480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
481         (gst_audio_convert_link), (gst_audio_convert_change_state),
482         (gst_audio_convert_channels):
483         * gst/audioconvert/gstchannelmix.c:
484         (gst_audio_convert_unset_matrix),
485         (gst_audio_convert_fill_identical),
486         (gst_audio_convert_fill_compatible),
487         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
488         (gst_audio_convert_fill_others),
489         (gst_audio_convert_fill_normalize),
490         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
491         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
492         * gst/audioconvert/gstchannelmix.h:
493           Implement a channel mixer.
495 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
497         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop): 
498         * ext/alsa/gstalsa.h: 
499         * ext/alsa/gstalsa.c (gst_alsa_set_clock): 
500         Make alsasink actually honor gst_element_set_clock and use that
501         clock instead of ist internal one.
503 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
505         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
506         (gst_play_base_bin_change_state): nullify source and decoder when
507         going from READY to NULL so that we don't try to do weird stuff with
508         them when going from NULL to READY
509         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
510         instead of g_object_unref
511         (gen_video_element), (gen_audio_element): more refcounting fixes, now
512         it should be correct
513         (gst_play_bin_change_state): don't call remove_sinks if we are
514         currently disposing the object
516 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
518         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
519           Don't forget bass if it's there. Else left channel is silent...
521 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
523         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
524         (gst_a52dec_change_state):
525           Don't do sample adjusting anymore, we use float audio now.
526         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
527           Don't fixate to non-existing properties.
529 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
531         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
532         (gst_a52dec_change_state):
533           Advertise that we can do surround sound.
535 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
537         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
538           Add buffer-frames=0.
539         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
540         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
541         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
542         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
543         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
544         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
545         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
546         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
547         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
548         * ext/dvdread/dvdreadsrc.h:
549           Add seeking, querying for bytes, sectors, title, angle and
550           chapter. Handle multiple chapters. Relicense to LGPL because
551           Billy agreed on that (thanks Billy!).
553 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
556         call parent dispose method
558 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
560         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
561         (gst_audio_clock_get_internal_time):
562         Fix active <-> inactive transitions: ensure time value always
563         grows and avoid abrupt value changes.
565 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
566         * configure.ac:
567         * gst/tta/Makefile.am:
568         * gst/tta/crc32.h:
569         * gst/tta/filters.h:
570         * gst/tta/gsttta.c:
571         * gst/tta/gstttadec.c:
572         * gst/tta/gstttadec.h:
573         * gst/tta/gstttaparse.c:
574         * gst/tta/gstttaparse.h:
575         * gst/tta/ttadec.h:
576           added TTA parser and decoder
578 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
581         (probe_triggered), (check_queue), (buffer_underrun),
582         (buffer_running), (buffer_overrun), (gen_source_element),
583         (setup_source):
584         * gst/playback/gstplaybasebin.h:
585           Implement buffering. Needs some more work.
587 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
589         * ext/theora/theoradec.c: (theora_dec_chain):
590           Fix ilog mask range overflow.
592 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
594         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
595           Don't omit the last (which incase of dmix is the only :) )
596           channel count. Don't set channels if <= 2.
598 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
600         * gst/playback/gstplaybin.c: (gen_video_element),
601         (gen_audio_element): Removed 2 obsolete comments
603 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
605         * ext/vorbis/oggvorbisenc.c
606         * ext/vorbis/vorbisenc.c :
607           change description fields of those plugins to differentiate them
608           (pitivi show Encoders by description, they had the same one)
610 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
614         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
615         (gst_play_bin_set_property), (gen_video_element),
616         (gen_audio_element):
617           Refcounting fixes for provided audio-/videosinks.
619 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
621         * gst/playback/gstplaybin.c: (gen_video_element),
622         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
623           Don't reference all sinks, but only the video- and audiosinks.
624           The vis. element should be disposed when we're done with it.
625           We don't have any reason to keep it around. This fixes warnings
626           when reusing playbin for playing multiple audio files with
627           vis. enabled. Also release audio device on pause - idea stolen
628           from Rhythmbox.
630 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
632         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
633         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
634         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
635         * ext/alsa/gstalsaplugin.c: (plugin_init):
636         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
637         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
638         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
639         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
640         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
641         (gst_faad_change_state), (plugin_init):
642         * ext/faad/gstfaad.h:
643         * ext/vorbis/vorbis.c: (plugin_init):
644         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
645         * gst-libs/gst/audio/Makefile.am:
646         * gst-libs/gst/audio/audio.c: (plugin_init):
647         * gst-libs/gst/audio/multichannel.c:
648         (gst_audio_check_channel_positions),
649         (gst_audio_get_channel_positions),
650         (gst_audio_set_channel_positions),
651         (gst_audio_set_structure_channel_positions_list),
652         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
653         (gst_audio_fixate_channel_positions):
654         * gst-libs/gst/audio/multichannel.h:
655         * gst-libs/gst/audio/testchannels.c: (main):
656         * gst/audioconvert/gstaudioconvert.c:
657         (gst_audio_convert_class_init), (gst_audio_convert_init),
658         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
659         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
660         (gst_audio_convert_fixate), (gst_audio_convert_channels):
661         * gst/audioconvert/plugin.c: (plugin_init):
662           Surround sound support.
664 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
667           Fix position for discont if we're close as well. Nitpicking, but
668           saves a few milliseconds of extra waiting or skipping.
670 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
672         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
673           We sometimes need parsers for playback, so add those too.
675 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
677         * configure.ac:
678         * gst/apetag/Makefile.am:
679         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
680         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
681         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
682         (gst_ape_demux_get_src_query_types),
683         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
684         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
685         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
686         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
687         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
688         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
689         (gst_ape_demux_change_state):
690         * gst/apetag/apedemux.h:
691         * gst/apetag/apetag.c: (plugin_init):
692         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
693         (plugin_init):
694           APE v1/2 tag reader plus typefind function.
696 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
698         * configure.ac:
699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
700         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
701           Remove hacks for older core. Require newer core version
702           accordingly.
704 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
706         * gst/cdxaparse/Makefile.am:
707         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
708         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
709         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
710         * gst/cdxaparse/gstcdxaparse.h:
711         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
712         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
713         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
714         (gst_cdxastrip_get_src_query_types),
715         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
716         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
717         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
718         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
719         * gst/cdxaparse/gstcdxastrip.h:
720           SVCD/VCD header stripping separated from CDXA image parsing.
721         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
722         (plugin_init):
723           Add VCD/SVCD header typefinding for VCD/SVCD.
724         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
725         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
726         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
727         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
728         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
729         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
730         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
731         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
732         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
733         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
734         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
735         * sys/vcd/vcdsrc.h:
736           Fix up, add seeking, querying, URI interface. Works in totem now.
738 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
740         * configure.ac:
741           back to CVS
743 === release 0.8.6 ===
745 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
747         * NEWS:
748         * RELEASE:
749         * configure.ac:
750         * po/af.po:
751         * po/az.po:
752         * po/cs.po:
753         * po/en_GB.po:
754         * po/hu.po:
755         * po/it.po:
756         * po/nb.po:
757         * po/nl.po:
758         * po/or.po:
759         * po/sq.po:
760         * po/sr.po:
761         * po/sv.po:
762         * po/uk.po:
763           releasing 0.8.6, "IOU Love"
765 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
767         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
769         * gst/playback/gstplaybasebin.c:
770           Fix unplayable files error handling.  Fixes #158365
772 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
774         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
776         * gst/typefind/gsttypefindfunctions.c:
777           Fix broken mp3 typefinding.  Fixes #158375
779 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
781         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
783         * ext/ogg/gstoggdemux.c:
784           Fix sync on broken files.  Fixes #158976
786 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
788         patch by: Edward Hervey <bilboed@bilboed.com>
790         * ext/libpng/gstpngenc.c:
791           Copy over buffer properties.  Fixes #158832
793 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
795         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
797         * ext/dvdread/dvdreadsrc.c:
798           Fixes invalid reads (#158462)
800 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
802         * sys/v4l/gstv4lsrc.c:
803         * sys/v4l/gstv4lsrc.h:
804         * sys/v4l/v4lsrc_calls.c:
805           Probe less and cache it.  Fixes #159187.
807 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
809         * gst/videorate/gstvideorate.c:
810           Handle all video formats. Fixes #159186. 
812 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
813         * gst/synaesthesia/gstsynaesthesia.c:
814         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
815         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
816         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
817         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
818         (gst_synaesthesia_change_state), (plugin_init):
819         Fix up synaesthesia to work under different samplerates/ buffer sizes.
820         Force 320x200 output, as that's the only thing the underlying
821         synaesthesia implementation supports. Still needs to be made
822         re-entrant.
824 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
826         * configure.ac:
827           Fix mpeg2enc configure check (similar to mplex check below).
829 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
831         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
833         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
834           Fix for gcc-2.95 (fixes #158221).
836 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
838         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
839           Re-add clock distribution hack (until new core is released).
840           Fixes #158125.
842 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
843         * configure.ac:
844           fix mplex configure check segfaulting on some systems (bug #140994)
846 2004-11-13  Benjamin Otte  <otte@gnome.org>
848         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
849           add debugging
850         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
851           do a wait when we enter the loop func with no data available to
852           write instead of getting into an 100% CPU loop by just returning and
853           being called again by the scheduler
855 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
857         * configure.ac:
858         * ext/libvisual/visual.c: (gst_visual_get_type),
859         (libvisual_log_handler), (gst_visual_getcaps),
860         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
861         (plugin_init):
862           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
863         * ext/smoothwave/Makefile.am:
864         * ext/smoothwave/demo-osssrc.c: (main):
865         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
866         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
867         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
868         (plugin_init):
869         * ext/smoothwave/gstsmoothwave.h:
870           Make gstsmoothwave a working element in the 20th century.
872         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
873           Fix incorrect link function
875 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
877         * gst/volume/gstvolume.c:
878           Allow buffer-frames=0.
880 2004-11-12 Iain <iaingnome@gmail.com>
882         * configure.ac: Check for polypaudio
884         * ext/Makefile.am: Build the polyp dir
886         * ext/polyp: The polypsink sources.
888 2004-10-30 Iain <iaingnome@gmail.com>
890         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
891         caps to reflect the new number of channels.
893 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
895         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
896           Fix for negotiation order problem. This would show when the
897           ALSA loopfuction was called before any other function. ALSA
898           wouldn't do anything because we're not negotiated yet, leading
899           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
901 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
903         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
905         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
906           No warnings (#157986).
908 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
910         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
911           Prefer apev1/2 and id3v1 (at end of file) over musepack.
913 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
916           Signal no-more-pads (so it works in playbin).
918 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
920         * ext/musepack/gstmusepackreader.cpp:
921           Workaround for older core.
923 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
925         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
926           Actually test for odd width/height rather than testing whether
927           a temporary variable that was 0 before we subtracted 1 is now
928           not equal to zero (which it always is).
930 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
932         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
933         Fix compilation if HAVE_XVIDEO is not defined
935 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
937         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
938         Fix compilation if HAVE_XVIDEO is not defined
940 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
942         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
943         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
944         (gst_goom_change_state), (plugin_init):
945         Use the bytestream adapter so goom doesn't depend on the input
946         buffer size.
947         Add a debug category
949 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
951         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
952           Only set hardware parameters *after* negotiation. Before
953           negotiation, it will set ANY and that seems to cause crashes
954           (see e.g. #151288, #153227).
956 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
958         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
959           This seems to be antique leftover. It needs to pass error
960           checking.
961         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
962         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
963         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
964         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
965           Fix GstXOverlay implementation (#151059).
967 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
969         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
970           Don't assert (#157853).
972 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
975           Fix bytes/samples confustion.
976         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
977           Fix for underrun (#144389).
979 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
981         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
982           Disable halfway-seek for pending release (since it needs a new
983           core release).
985 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
987         * sys/v4l/gstv4lsrc.c:
988         * sys/v4l/gstv4lsrc.h:
989         * sys/v4l/v4lsrc_calls.c:
990           add autoprobe-fps property so we can separate autoprobing parts
992 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
994         * sys/v4l/gstv4lsrc.c:
995         * sys/v4l/v4lsrc_calls.c:
996         initialise fourcc to catch unset fourcc's, and debug
998 2004-11-09  Wim Taymans  <wim@fluendo.com>
1000         * gst/playback/README:
1001         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
1002         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1003         (gst_play_bin_dispose), (gst_play_bin_set_property),
1004         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
1005         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
1006         (gst_play_bin_get_formats), (gst_play_bin_convert),
1007         (gst_play_bin_get_query_types), (gst_play_bin_query):
1008         Cleanups and some more documentation.
1010 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
1012         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
1013         (gst_cacasink_init), (gst_cacasink_chain):
1014         * ext/libcaca/gstcacasink.h:
1015         Cacasink inherits from VideoSink, so let that store the clock. 
1017 2004-11-09  Wim Taymans  <wim@fluendo.com>
1019         * gst/playback/README:
1020         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
1021         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
1022         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
1023         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
1024         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
1025         (setup_sinks):
1026         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
1027         (gst_stream_info_is_mute), (gst_stream_info_set_property):
1028         * gst/playback/gststreaminfo.h:
1029         Updated README.
1030         Only switch groups if all streams have muted (EOSed).
1031         Send Tags in sync with the stream playback instead of in
1032         the playback/preroll phase.
1033         Some cleanups, free the fakesrc elements.
1035 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1037         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
1038           buffer-frames property was missing
1039         * ext/arts/gst_arts.c:
1040           rate missing from sinkcaps
1041         * ext/audiofile/gstafparse.c:
1042         * ext/audiofile/gstafsink.c:
1043         * ext/audiofile/gstafsrc.c:
1044         * ext/swfdec/gstswfdec.c:
1045           int audio doesn't know buffer-frames
1046         * ext/cdparanoia/gstcdparanoia.c:
1047           int audio doesn't know chunksize either
1048         * ext/nas/nassink.c:
1049           it's endianness, not endianess
1050         * gst-libs/gst/audio/audio.h:
1051           make float standard pad template caps really describe float
1052         * gst/law/mulaw.c: (linear_factory):
1053           signed only, please
1054         * gst/mpegstream/gstdvddemux.c:
1055           widths of 20 are not valid
1057 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1059         Submitted by: Luca Ferretti <elle.uca@infinito.it>
1061         * po/LINGUAS:
1062         * po/it.po:
1063           Add Italian
1065 2004-11-08  Wim Taymans  <wim@fluendo.com>
1067         * gst/playback/README:
1068         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
1069         * gst/playback/gstplaybasebin.c: (probe_triggered),
1070         (gst_play_base_bin_change_state):
1071         Updated README, added more comments for fixmes etc..
1073 2004-11-08  Wim Taymans  <wim@fluendo.com>
1075         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
1076         We can remove this hack now.
1078 2004-11-08  Wim Taymans  <wim@fluendo.com>
1080         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
1081         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1082         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
1083         Only mix AYUV for maximum quality.
1085 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1087         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
1088         (gst_ogg_demux_push), (gst_ogg_pad_push):
1089           Let's act as if we're synchronized now! :).
1090         * ext/theora/theoradec.c: (theora_dec_chain):
1091           Add some debug.
1093 2004-11-08  Wim Taymans  <wim@fluendo.com>
1095         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1096         (gst_alpha_set_property), (gst_alpha_sink_link),
1097         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
1098         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
1099         (gst_alpha_init_params), (gst_alpha_chain):
1100         Implement alpha functions for AYUV too, this increases
1101         accuracy quite a bit.
1103 2004-11-08  Wim Taymans  <wim@fluendo.com>
1105         * gst/ffmpegcolorspace/avcodec.h:
1106         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1107         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1108         (gst_ffmpegcsp_avpicture_fill):
1109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1110         (gst_ffmpegcsp_caps_remove_format_info):
1111         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1112         (shrink12), (img_get_alpha_info), (deinterlace_line),
1113         (deinterlace_line_inplace):
1114         * gst/ffmpegcolorspace/imgconvert_template.h:
1115         Added AYUV colorspace and handle RGBA a bit more respectful.
1117 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1120           Actually always send a discont (cornercase when resending the
1121           same serial-tagged chain twice).
1123 2004-11-08  Julien MOUTTE  <julien@moutte.net>
1125         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
1126         (gst_ximagesink_finalize):
1127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
1128         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
1130 2004-11-08  Wim Taymans  <wim@fluendo.com>
1132         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
1133         Don't segfault on NULL data.
1135 2004-11-08  Wim Taymans  <wim@fluendo.com>
1137         * gst/playback/gstdecodebin.c: (unlinked):
1138         * gst/playback/gstplay-marshal.list:
1139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1140         (gst_play_base_bin_init), (group_create), (get_active_group),
1141         (get_building_group), (group_destroy), (group_commit),
1142         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
1143         (add_element_stream), (no_more_pads), (probe_triggered),
1144         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
1145         (state_change), (setup_source), (gst_play_base_bin_get_property),
1146         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1147         (gst_play_base_bin_link_stream),
1148         (gst_play_base_bin_get_streaminfo):
1149         * gst/playback/gstplaybasebin.h:
1150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1151         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
1152         Add support for chained ogg files. Prepare for playlist
1153         support. This patch introduces the concept of pad groups, which
1154         together compose one playable media file.
1156 2004-11-07  David Schleef  <ds@schleef.org>
1158         * testsuite/gst-lint: Check for pad templates that aren't statically
1159         scoped.
1161 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1163         * configure.ac:
1164         * ext/Makefile.am:
1165         * ext/musepack/Makefile.am:
1166         * ext/musepack/gstmusepackdec.cpp:
1167         * ext/musepack/gstmusepackdec.h:
1168         * ext/musepack/gstmusepackreader.cpp:
1169         * ext/musepack/gstmusepackreader.h:
1170           Add musepack decoder.
1171         * ext/faad/gstfaad.c: (gst_faad_base_init):
1172           Make pad templates static.
1173         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
1174         (plugin_init):
1175           Add musepack typefinder, make mp3 typefinding work halfway stream,
1176           which doesn't actually work yet because id3demux doesn't implement
1177           _get_length().
1179 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1182         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
1183           Fix interrupt event handling (#144436).
1185 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1187         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
1188           Hide unused glory.
1190 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1192         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1194         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1195           Fix weird caps (#157548).
1197 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1199         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1201         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
1202           Add missing NULL terminator (#157543).
1204 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1206         * gst/tcp/gsttcp.h:
1207         * gst/tcp/gsttcpclientsink.c:
1208         * gst/tcp/gsttcpclientsrc.c:
1209         * gst/tcp/gsttcpserversink.c:
1210         * gst/tcp/gsttcpserversrc.c:
1211           ports can go up to 65535.  Move common defines to gsttcp.h
1213 2004-11-05  Wim Taymans  <wim@fluendo.com>
1215         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
1216         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
1217         Added two more colorspaces.
1219 2004-11-05  Wim Taymans  <wim@fluendo.com>
1221         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1222         (gst_ffmpegcsp_avpicture_fill):
1223         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1224         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
1225         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
1226         More stride fixes.
1228 2004-11-05  Wim Taymans  <wim@fluendo.com>
1230         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
1231         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
1232         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
1233         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
1234         (gst_videomixer_loop):
1235         More stride fixes.
1237 2004-11-05  Benjamin Otte  <otte@gnome.org>
1239         * ext/mad/gstmad.c: (gst_mad_chain):
1240           don't overflow data buffer. Flush not needed sync data when syncing
1241           failed.
1243 2004-11-04  Wim Taymans  <wim@fluendo.com>
1245         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1246         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
1247         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
1248         (gst_alpha_init_params), (gst_alpha_chain),
1249         (gst_alpha_change_state):
1250         Updated the chroma keying algorithm with something more 
1251         sophisticated.
1253 2004-11-03  Wim Taymans  <wim@fluendo.com>
1255         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
1256         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1257         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
1258         Fix stride issues. Does not completely work for odd
1259         heights.
1261 2004-11-03  Wim Taymans  <wim@fluendo.com>
1263         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1264         (gst_alpha_chroma_key), (gst_alpha_chain):
1265         Fix stride issues. Does not completely work for odd
1266         heights.
1268 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
1270         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
1271         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
1272         leak fixes
1274 2004-11-03  Wim Taymans  <wim@fluendo.com>
1276         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1277         (gst_ffmpegcsp_avpicture_fill):
1278         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1279         (avpicture_alloc):
1280         * gst/ffmpegcolorspace/imgconvert_template.h:
1281         Use correct _fill function to get correct strides.
1283 2004-11-02  David Schleef  <ds@schleef.org>
1285         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1286         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
1287         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
1288         Change all g_print()s to debugging.  Add a bunch of consistency
1289         checks.
1291 2004-11-02  Wim Taymans  <wim@fluendo.com>
1293         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1294         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
1295         (unlinked), (no_more_pads), (close_link):
1296         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1297         (unknown_type), (add_element_stream), (new_decoded_pad),
1298         (removed_decoded_pad), (setup_source):
1299         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
1300         (gst_stream_info_class_init), (gst_stream_info_init),
1301         (gst_stream_info_new), (gst_stream_info_dispose),
1302         (stream_info_mute_pad), (gst_stream_info_set_property),
1303         (gst_stream_info_get_property):
1304         * gst/playback/gststreaminfo.h:
1305         Fix playback of multiple files.
1306         a slightly different approach to handling dynamic pad removals.
1307         This one only looks at pads that we have linked.
1309 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
1311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
1312         free" warning from libc.
1314 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1316         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1317         (get_unconnected_element), (remove_starting_from), (pad_removed),
1318         (close_link):
1319           Implement support for dynamic pad changing. We listen to "live"
1320           pad removals (i.e. while playing) and re-setup autoplugging
1321           after that. Playbasebin/playbin need some more work for this
1322           to finally work, but decodebin supports (and replugs) chained
1323           ogg now.
1325 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
1327         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
1328         (gst_alsa_finalize):
1329         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
1330         (gst_cdaudio_finalize):
1331         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
1332         (cdparanoia_finalize):
1333         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
1334         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
1335         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1336         (dvdreadsrc_finalize):
1337         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1338         (gst_flacdec_finalize):
1339         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
1340         (gst_flacenc_finalize):
1341         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
1342         (gst_gnomevfssink_finalize):
1343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
1344         (gst_gnomevfssrc_finalize):
1345         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
1346         (gst_fameenc_finalize):
1347         * ext/nas/nassink.c: (gst_nassink_class_init),
1348         (gst_nassink_finalize):
1349         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
1350         (gst_sdlvideosink_class_init):
1351         * ext/sndfile/gstsf.c: (gst_sf_dispose):
1352         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
1353         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
1354         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
1355         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
1356         (gst_x_window_listener_dispose):
1357         * gst/audioscale/gstaudioscale.c:
1358         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
1359         (play_on_demand_finalize):
1360         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
1361         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
1362         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
1363         (cdplayer_finalize):
1364         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
1365         (gst_glimagesink_class_init):
1366         * sys/oss/gstosselement.c: (gst_osselement_class_init),
1367         (gst_osselement_finalize):
1368         * sys/oss/gstosssink.c: (gst_osssink_dispose):
1369         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
1370         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
1371           Fixes a bunch of problems with finalize and dispose functions,
1372           either assumptions that dispose is only called once, or not calling
1373           the parent class dispose/finalize function
1375 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
1377         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
1378           added two api precondition guards
1379           use g_strdup with getenv to fix crash when using ENVVAR
1381 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
1382         * ext/esd/esdsink.c: (gst_esdsink_class_init),
1383         (gst_esdsink_finalize):
1384         Use a finalize function, not dispose, and more importantly,
1385         call the parent class finalize function too
1387 2004-11-01  Johan Dahlin  <johan@gnome.org>
1389         * ext/ogg/gstoggdemux.c:
1390         * gst/tags/gstvorbistag.c:
1391         Plug leaks.
1393 2004-10-31  Benjamin Otte  <otte@gnome.org>
1395         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1396           lotsa memleaks today. But they're all small...
1398 2004-10-31  Benjamin Otte  <otte@gnome.org>
1400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1401           another memleak crushed
1403 2004-10-31  Benjamin Otte  <otte@gnome.org>
1405         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
1406           fix memleak
1408 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1411           Hack to prevent crash when going to READY inside signal handler
1412           while this function is active.
1414 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1416         * gst/ffmpegcolorspace/Makefile.am:
1417         * gst/ffmpegcolorspace/avcodec.h:
1418         * gst/ffmpegcolorspace/common.h:
1419         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
1420         * gst/ffmpegcolorspace/dsputil.h:
1421         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
1422         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1423         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1424         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
1425         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
1426         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
1427         (gst_ffmpegcsp_avpicture_fill):
1428         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1430         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
1431         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
1432         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
1433         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
1434         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
1435         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
1436         * gst/ffmpegcolorspace/imgconvert.c:
1437         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
1438         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
1439         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
1440         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
1441         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
1442         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
1443         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
1444         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
1445         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
1446         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
1447         (grow21), (grow22), (grow41), (grow44), (conv411),
1448         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
1449         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
1450         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
1451         (avpicture_free), (is_yuv_planar), (img_convert),
1452         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
1453         (deinterlace_line_inplace), (deinterlace_bottom_field),
1454         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
1455         * gst/ffmpegcolorspace/imgconvert_template.h:
1456         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
1457         * gst/ffmpegcolorspace/mmx.h:
1458         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
1459         (av_fast_realloc), (av_mallocz_static), (av_free_static),
1460         (av_freep), (avcodec_get_context_defaults),
1461         (avcodec_alloc_context), (avcodec_init):
1462           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
1463           handling plus update from ffmpeg CVS. Large clean-up.
1465 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1467         * gst/playback/Makefile.am:
1468           We need the marshallers for decodebin, too.
1470 2004-10-30  David Schleef  <ds@schleef.org>
1472         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
1473           quicktime typefinding work with 64-bit offsets.
1475 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
1477         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
1478           Set EOS on the element when processing an EOS event.
1479         * ext/speex/gstspeexdec.h:
1480         * ext/speex/gstspeexenc.h:
1481           Only keep a const ptr to the mode
1482         * gst-libs/gst/riff/riff-media.c:
1483         (gst_riff_create_audio_caps_with_data),
1484         (gst_riff_create_audio_template_caps):
1485           Allow WMAV3, with up to 6 channels. 
1486         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
1487           Don't call gst_pad_set_event_function on a sink pad.
1488         * gst/mpegstream/gstdvddemux.c:
1489         (gst_dvd_demux_get_subpicture_stream),
1490         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
1491           Copy the explicit caps that were set across to the cur_* pads,
1492           instead of trying to use a possibly non-existent negotiated caps.
1493           Reset the type of subpicture pads to UNKNOWN after calling
1494           init_stream, so that the caps get set.
1496 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
1498         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1500         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
1501           Don't touch buffer if it is of size 0 (fixes #151064).
1503 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1505         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
1506           Synchronized discont handling.
1508 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1511         (gst_ogg_demux_push):
1512           Make seeking sort-of exact again (fixes #156387).
1514 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1516         * gst/playback/gstplaybasebin.c: (unknown_type),
1517         (add_element_stream), (new_decoded_pad),
1518         (gst_play_base_bin_change_state):
1519         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
1520         (gst_stream_info_init), (gst_stream_info_new),
1521         (gst_stream_info_dispose), (gst_stream_info_get_property):
1522         * gst/playback/gststreaminfo.h:
1523           Make caps explicitely available. Makes testing for unsupported
1524           types possible. Improves error reporting.
1526 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1528         * gst/audioconvert/gstaudioconvert.c:
1529         (gst_audio_convert_buffer_to_default_format):
1530           Really don't touch read-only buffers (#156563).
1532 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
1534         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1536         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1537           Fix memleak (#155223).
1539 2004-10-29  Wim Taymans  <wim@fluendo.com>
1541         * gst/tcp/.cvsignore:
1542         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
1543         (gst_multifdsink_class_init), (gst_multifdsink_init),
1544         (gst_multifdsink_add), (gst_multifdsink_remove),
1545         (gst_multifdsink_remove_client_link), (is_sync_frame),
1546         (gst_multifdsink_new_client),
1547         (gst_multifdsink_handle_client_write),
1548         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1549         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1550         (gst_multifdsink_get_property):
1551         * gst/tcp/gstmultifdsink.h:
1552         Added burst on connect sync_method, deprecated sync_clients,
1553         streamlined the sync code some more.
1555 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1557         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
1558         (gst_play_base_bin_change_state):
1559           Improve error reporting.
1561 2004-10-28  Wim Taymans  <wim@fluendo.com>
1563         * gst/tcp/Makefile.am:
1564         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
1565         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
1566         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
1567         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1568         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1569         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1570         (gst_fdset_wait):
1571         Added more locks around fdset structures. Fixed/reworked
1572         the poll array resizing code.
1573         Added stress test for fdset.
1575 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1577         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
1578         fix build
1580 2004-10-28  Benjamin Otte  <otte@gnome.org>
1582         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
1583           fix link function to always query channels and query width for
1584           floats
1585         * configure.ac:
1586           add equalizer dir
1587         * gst/equalizer/Makefile.am:
1588         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
1589         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
1590         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
1591         (arg_to_scale), (setup_filter),
1592         (gst_iir_equalizer_compute_frequencies),
1593         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
1594         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
1595         (plugin_init):
1596           add an equalizer  
1598 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1600         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
1602         * po/LINGUAS:
1603         * po/nb.po:
1604           Added Norwegian Bokmaal translation
1606 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1608         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1609           Don't break on options (fixes #156488).
1611 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1613         * configure.ac:
1614         * ext/cdaudio/Makefile.am:
1615         * sys/Makefile.am:
1616           fix build on older automake
1618 2004-10-26  Wim Taymans  <wim@fluendo.com>
1620         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
1621         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
1622         Allow a little margin when negotiating the framerate.
1624 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
1626         * gst/level/gstlevel.c:
1627           synchonised naming of pads and pad-templates
1629 2004-10-26  Wim Taymans  <wim@fluendo.com>
1631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1632         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
1633         (_find_streams_check), (gst_ogg_demux_push):
1634         Fix EOS again. Needs to be done in a better way. We should not
1635         remove the pad if there is no new chained stream.
1637 2004-10-26 Iain <iaingnome@gmail.com>
1639         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
1640         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
1641         of the caps.
1642         * gst/interleave/interleave.c (interleave_class_init): Hook up release
1643         pad.
1644         (interleave_release_pad): Remove the pad.
1645         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
1646         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
1647         the set device.
1648         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
1649         attrs
1650         (gst_xvimagesink_xcontext_clear): Free the xcontext.
1651         (gst_xvimagesink_finalize): Free the par.
1653 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1655         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
1656         (gst_avimux_stop_file):
1657           First calculate the rate, and only then use it. Hdr.rate is a
1658           multiple and not a derivative of hdr.scale. Scale is not the
1659           same as blockalign but is solely related to rate.
1661 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1663         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1664         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
1665           Implement seeking.
1667 2004-10-25  James Henstridge  <james@jamesh.id.au>
1669         Reviewed by:  David Schleef  <ds@schleef.org>
1671         * examples/gstplay/player.c: (got_stream_length), (main):
1672         * examples/seeking/cdplayer.c: (update_scale):
1673         * examples/seeking/seek.c: (format_value), (update_scale):
1674         * examples/seeking/spider_seek.c: (format_value), (update_scale),
1675         (stop_seek):
1676         Build fixes on AMD64.
1678 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1680         reviewed by: Ronald Bultje <rbultje at gnome dot org>
1682         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1683         Fix for some v4l cards which hang in v4lsrc
1685 2004-10-25  Wim Taymans  <wim@fluendo.com>
1687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
1688         (gst_ogg_demux_push), (gst_ogg_chains_clear):
1689         Make sure to remove the pad when a new chain is
1690         encountered. Set some vars to NULL so we don't try
1691         to reference freed memory.
1693 2004-10-25  Wim Taymans  <wim@fluendo.com>
1695         * examples/seeking/Makefile.am:
1696         * examples/seeking/cdplayer.c: (update_scale):
1697         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
1698         * examples/seeking/playbin.c: (make_playerbin_pipeline),
1699         (format_value), (update_scale), (iterate), (start_seek),
1700         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
1701         (print_usage), (main):
1702         Added some more examples, update others.
1704 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1706         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
1707         * ext/speex/gstspeexdec.c: (speex_dec_chain):
1708         * ext/theora/theoradec.c: (theora_dec_chain):
1709         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1710           Add codec-name metadata.
1712 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
1714         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1716         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1717         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1718         * ext/alsa/gstalsamixertrack.h:
1719         * po/POTFILES.in:
1720           ALSA mixer track label internationalization (#154054).
1722 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1724         * ext/theora/theoradec.c: (theora_dec_chain):
1725           Export bitrate as metadata.
1727 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1729         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1730         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1731         * ext/alsa/gstalsamixertrack.h:
1732           Fix names, fix loop.
1734 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1736         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
1737         (speex_dec_convert):
1738           sinkconvert function so oggdemux can get the file length (totem).
1740 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
1742         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1744         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
1745           Don't push incomplete packets.
1746         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
1747           Fix MPEG-4 audio typefinding.
1749 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1751         * sys/v4l/Makefile.am:
1752         * sys/v4l/gstv4l.c: (plugin_init):
1753         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
1754         (gst_v4lelement_init), (gst_v4lelement_dispose),
1755         (gst_v4lelement_change_state):
1756         * sys/v4l/gstv4lelement.h:
1757         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
1758         (gst_v4l_xoverlay_close), (idle_refresh),
1759         (gst_v4l_xoverlay_set_xwindow_id):
1760         * sys/v4l/gstv4lxoverlay.h:
1761         * sys/v4l/v4l-overlay_calls.c:
1762         * sys/v4l/v4l_calls.h:
1763         * sys/v4l2/Makefile.am:
1764         * sys/v4l2/gstv4l2.c: (plugin_init):
1765         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
1766         (gst_v4l2element_init), (gst_v4l2element_dispose),
1767         (gst_v4l2element_change_state):
1768         * sys/v4l2/gstv4l2element.h:
1769         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
1770         (gst_v4l2_xoverlay_close), (idle_refresh),
1771         (gst_v4l2_xoverlay_set_xwindow_id):
1772         * sys/v4l2/gstv4l2xoverlay.h:
1773         * sys/v4l2/v4l2-overlay_calls.c:
1774         * sys/v4l2/v4l2_calls.h:
1775           Remove client-side overlay handling, use the X-server v4l plugin
1776           for that. Nicer overlay, less code. Also make the plugin
1777           compileable without X (but then without overlay, obviously).
1778           Makes xwindowlistener obsolete, should we remove that?
1780 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1782         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
1783         (gst_osssrc_src_query):
1784         * sys/oss/gstosssrc.h:
1785           OK, so people want offset in DEFAULT. This time, actually fix all
1786           cases.
1787         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
1788           Add FPS properly.
1790 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1792         * gst/asfdemux/gstasfmux.c:
1793         * gst/avi/gstavimux.c:
1794           Framerate.
1796 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1798         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
1799           Fix properties (channel, norm, frequency).
1801 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1803         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
1804           Flag typo.
1805         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
1806           No warnings.
1808 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1810         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
1811           Fix hang.
1813 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1815         * sys/v4l2/gstv4l2element.h:
1816           Yet Another Hack (tm) for kernel header borkedness.
1817         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
1818         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
1819         (gst_v4l2src_link), (gst_v4l2src_getcaps),
1820         (gst_v4l2src_change_state):
1821         * sys/v4l2/gstv4l2src.h:
1822         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
1823         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
1824           Fix caps, keep track of state, work.
1826 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1828         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
1829           Quiet.
1831 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1833         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1834           Don't mix bytes and samples.
1836 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1838         * ext/ogg/gstoggmux.c:
1839           Basic pad template which accepts OGM tracks, speex, flac, vorbis
1840           and theora. Any is incorrect.
1841         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
1842           Fix caps.
1843         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
1844         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
1845         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
1846         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
1847         * sys/v4l/gstv4lmjpegsrc.h:
1848         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
1849         (gst_v4lsrc_change_state):
1850         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
1851         (gst_v4lmjpegsrc_capture_stop):
1852           Fix caps. Keep track of internal state. Work.
1854 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1856         * ext/Makefile.am:
1857           Fix the build fixes.
1859 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1862         (gst_ogg_demux_src_event), (_find_chain_seek),
1863         (gst_ogg_pad_push):
1864           Check for pad availability before using it.
1865         * ext/ogg/gstoggdemux.c: (_find_chain_process):
1866           Fix parsing of chained ogg. Needs more work on the decoder side.
1868 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1870         * gst/spectrum/Makefile.am:
1871         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
1872         (idle_func):
1873           Fix demo and reenable it. Yes, I'm currently playing with audio
1874           analysis tools
1876 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1879           We love it if files that start at zero work too...
1881 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
1884           Handle files with missing EOS headers.
1886 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1888         * gst/tcp/gsttcpserversink.c:
1889         (gst_tcpserversink_handle_server_read),
1890         (gst_tcpserversink_init_send):
1891         Zero some variables first (need for accept not to return EINVAL)
1893 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1896         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
1897         * ext/theora/theoradec.c: (theora_dec_sink_convert),
1898         (theora_dec_chain):
1899         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1900         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
1901           Seeking and querying finetune.
1903 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1905         * configure.ac:
1906         * ext/Makefile.am:
1907         * ext/raw1394/Makefile.am:
1908           fix the build
1910 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
1913           Wrong return.
1914         * gst/playback/Makefile.am:
1915         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1916         * gst/playback/gstplay-marshal.list:
1917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1918           Fix marshallers.
1920 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
1923           Silence.
1925 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1928         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
1929         (gst_ogg_pad_push):
1930           Yay for non-lineair granulepos in theora.
1932 2004-10-18  Wim Taymans  <wim@fluendo.com>
1934         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
1935         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
1936         * ext/dv/gstdvdec.h:
1937         Make sure we renegotiate aspect ratio when the camera switches.
1939 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1942         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
1943           Start at zero.
1944         * ext/theora/theoradec.c: (theora_dec_chain):
1945           Skip headers. Bad idea for chained ogg, but fixes seeking.
1947 2004-10-18  Wim Taymans  <wim@fluendo.com>
1949         * configure.ac:
1950         I swear, this is the last time I touch this.
1952 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1954         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1955         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
1956         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
1957           Faster seeking.
1958         * ext/theora/theoradec.c: (theora_dec_sink_convert):
1959           Time-to-default conversion.
1960         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1961           Don't error on unknown packets, just skip. We should probably
1962           read them if we want to support chained ogg.
1964 2004-10-18  Wim Taymans  <wim@fluendo.com>
1966         * configure.ac:
1967         Added cdaudio to wrong list.
1969 2004-10-18  Wim Taymans  <wim@fluendo.com>
1971         * configure.ac:
1972         Revive cdaudio.
1974 2004-10-18  Wim Taymans  <wim@fluendo.com>
1976         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
1977         (gst_dvdec_video_link), (gst_dvdec_push):
1978         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
1979         (gst_smokeenc_resync), (gst_smokeenc_chain):
1980         Fix mimetype on smoke encoder.
1981         Add aspect ratio to dvdec. Not sure if these
1982         values are correct though....
1984 2004-10-18  Wim Taymans  <wim@fluendo.com>
1986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
1987         Fix vorbis property descriptions and ranges.
1989 2004-10-18  Wim Taymans  <wim@fluendo.com>
1991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
1992         Really do nothing when no data is available.
1993         Go to the playing state when the stream is not seekable
1994         instead of failing.
1996 2004-10-18  Wim Taymans  <wim@fluendo.com>
1998         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
1999         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
2000         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
2001         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
2002         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
2003         Added uri handler for cd://
2004         Port to new API.
2006 2004-10-18  Wim Taymans  <wim@fluendo.com>
2008         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2009         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
2010         (try_to_link_1), (no_more_pads), (close_link), (type_found):
2011         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
2012         (remove_prerolls), (unknown_type), (add_element_stream),
2013         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
2014         (gst_play_base_bin_remove_element),
2015         (gst_play_base_bin_link_stream):
2016         * gst/playback/gstplaybin.c: (gen_video_element),
2017         (gen_vis_element), (remove_sinks), (setup_sinks):
2018         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2019         (gst_stream_info_get_type), (gst_stream_info_class_init),
2020         (gst_stream_info_init), (gst_stream_info_new),
2021         (gst_stream_info_dispose), (stream_info_mute_pad),
2022         (gst_stream_info_set_property), (gst_stream_info_get_property):
2023         * gst/playback/gststreaminfo.h:
2024         Add sink padtemplate to decodebin.
2025         Added some more comments.
2026         Make queue size configurable in playbasebin.
2027         Added possibility to use elements as sinks (ex cdaudio).
2029 2004-10-15  Wim Taymans  <wim@fluendo.com>
2031         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
2032         (gst_speexenc_chain):
2033         Fix speex timestamps so that it gets muxed properly.
2035 2004-10-15  Wim Taymans  <wim@fluendo.com>
2037         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
2038         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
2039         (gst_dv1394src_init), (gst_dv1394src_dispose),
2040         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
2041         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
2042         (gst_dv1394src_event), (gst_dv1394src_get_formats),
2043         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
2044         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
2045         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
2046         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
2047         * ext/raw1394/gstdv1394src.h:
2048         Added conversion/query functions.
2049         Update buffer timestamps,
2050         Added signals. 
2051         Added uri dv:// so it might play from the firewire in playbin. 
2052         Fix a possible leak. 
2053         Added debugging.
2055 2004-10-15  Wim Taymans  <wim@fluendo.com>
2057         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
2058         (gst_dv1394src_init), (gst_dv1394src_set_property),
2059         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
2060         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
2061         * ext/raw1394/gstdv1394src.h:
2062         Added AV/C VTR control support needed for some cameras.
2063         Added automatic port detection.
2064         Added properties for selecting the channel.
2065         The configure.ac script is not yet updated to reflect the
2066         new libavc1394 and librom1394 dependencies.
2068 2004-10-15  Wim Taymans  <wim@fluendo.com>
2070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2071         (qtdemux_parse), (gst_qtdemux_handle_esds):
2072         An esds box is not a container.
2073         Fix parsing of mp4v boxes.
2074         Do not try to renegotiate fps for each frame. Need to
2075         find a better method. This should fix mp4 playback.
2077 2004-10-14  David Schleef  <ds@schleef.org>
2079         * configure.ac: update for swfdec-0.3 and liboil-0.2
2080         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
2081         * ext/swfdec/gstswfdec.h: same
2082         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
2083         * gst/videotestsrc/videotestsrc.c: same
2085 2004-10-14  Wim Taymans  <wim@fluendo.com>
2087         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2088         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
2089         (is_sync_frame), (gst_multifdsink_new_client),
2090         (gst_multifdsink_handle_client_write),
2091         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2092         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
2093         Turn warnings into info.
2094         Don't allow a state change in the streaming thread.
2096 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2098         * ext/vorbis/oggvorbisenc.c:
2099         * ext/vorbis/vorbisdec.c:
2100           fix template sample rate
2102 2004-10-13  Wim Taymans  <wim@fluendo.com>
2104         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2105         Decoding the header first fixes some problems in resyncing
2106         in more mp3s.
2108 2004-10-12  Wim Taymans  <wim@fluendo.com>
2110         * gst/playback/gstplaybin.c: (gen_video_element),
2111         (gen_vis_element), (remove_sinks), (setup_sinks):
2112         Added vis plugin support, need to configure the vis
2113         element to activate it.
2115 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2117         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
2118         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
2119           Some debug.
2120         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
2121         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
2122         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
2123         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
2124         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
2125         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
2126         * gst/avi/gstavidemux.h:
2127           Support for openDML-2.0 indx/ix## chunks. Support for broken index
2128           recovery (where, if part of the index is broken, we will still read
2129           the rest of the index and recover the broken part by stream
2130           scanning). More broken media support. EOS workarounds. General AVI
2131           braindamage headache recovery. Aspirin included.
2133 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2135         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
2136         (cdparanoia_event), (cdparanoia_query):
2137           Get rid of hideous lead-in.
2139 2004-10-11  Wim Taymans  <wim@fluendo.com>
2141         * gst/playback/gstplaybasebin.c: (setup_source):
2142         Wrong var used to get g_list_next.
2144 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2146         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
2147         (cdparanoia_get), (cdparanoia_open):
2148           Report discid as metadata, add duration.
2150 2004-10-11  Wim Taymans  <wim@fluendo.com>
2152         * gst/playback/gstplaybasebin.c: (setup_source):
2153         Cleanup the previous pipeline a little earlier for the
2154         case that a source element provides raw data.
2156 2004-10-11  Benjamin Otte  <otte@gnome.org>
2158         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2159           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
2160           consuming the last 128 bytes, even though it was valid mp3 data.
2162 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2164         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
2165         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
2166         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2167         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
2169 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
2172         Fix for webcams that support only specific width or height
2174 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2178         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
2179           Fix wrong discont event setup (fixes #154967).
2181 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
2183         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2185         * gst/auparse/gstauparse.c: (gst_auparse_chain):
2186           Error out on invalid data (fixes #154807).
2188 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2190         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2192         * ext/dvdread/dvdreadsrc.c: (_read):
2193           Make titles > 0 work again (fixes #154834).
2195 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2197         * gst-libs/gst/riff/riff-media.c:
2198         (gst_riff_create_video_template_caps):
2199           WMV3 missing in template caps.
2201 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2203         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2204           OK, so the original code was too strict. It makes random AVI files
2205           hang for seconds upon opening, which is unacceptable and is far
2206           beyond the original goal of getting multiple chunks for one-chunk
2207           sounc stream files. So now do just that.
2209 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2211         * gst/playback/gstplaybasebin.c: (setup_source),
2212         (gst_play_base_bin_change_state):
2213           Actually clean up streaminfo if output fails. This would trigger
2214           if, for example, there was no CD in the drive. No preroll, so
2215           a streaminfo structure is created, but the subsequent state change
2216           of the thread fails.
2217         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
2218           Don't change state if parent failed.
2220 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2222         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2223         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
2224         (gen_video_element), (remove_sinks):
2225           Add small bits of code for screenshot handling.
2227 2004-10-08  Wim Taymans  <wim@fluendo.com>
2229         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
2230         (gen_video_element), (gen_audio_element), (setup_sinks):
2231         Don't assume the user provided sinks are named "sink"...
2233 2004-10-08  Wim Taymans  <wim@fluendo.com>
2235         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
2236         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
2237         (gst_play_base_bin_link_stream):
2238         Do not try to autoplug sources that generate raw streams like
2239         cdparanoia.
2240         disconnect the preroll overrun signal when we don't need it anymore.
2242 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
2244         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
2245         Added reworked patch from #154903 from milosz derezynski (deadchip).
2247 2004-10-08  Wim Taymans  <wim@fluendo.com>
2249         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
2250         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
2251         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
2252         (cdparanoia_convert), (cdparanoia_uri_get_type),
2253         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
2254         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
2255         * ext/cdparanoia/gstcdparanoia.h:
2256         This adds the cdda://<tracknum> uri.
2258 2004-10-08  Wim Taymans  <wim@fluendo.com>
2260         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2261         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
2262         (try_to_link_1), (no_more_pads), (close_link), (type_found):
2263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2264         (unknown_type), (gst_play_base_bin_remove_element),
2265         (gst_play_base_bin_link_stream):
2266         * gst/playback/gstplaybasebin.h:
2267         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2268         (gst_play_bin_set_property), (gen_video_element),
2269         (gen_audio_element), (setup_sinks):
2270         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2271         (gst_stream_info_get_type), (gst_stream_info_class_init),
2272         (gst_stream_info_init), (gst_stream_info_new),
2273         (gst_stream_info_dispose), (stream_info_mute_pad),
2274         (gst_stream_info_set_property), (gst_stream_info_get_property):
2275         * gst/playback/gststreaminfo.h:
2276         Reuse the audio and video bins.
2277         Some internal cleanups in the stream selection code.
2279 2004-10-08  Julien MOUTTE  <julien@moutte.net>
2281         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
2282         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
2283         * sys/ximage/ximagesink.h:
2284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
2285         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
2286         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
2287         not coming from those elements. Moreover these elements should not keep
2288         the xid they have been given when in NULL state.
2290 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2292         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
2293         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
2294         * sys/ximage/ximagesink.h:
2295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
2296         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
2297         * sys/xvimage/xvimagesink.h:
2298           Actually only create a new toplevel window if we're not gonna
2299           embed it right after.
2301 2004-10-07  Wim Taymans  <wim@fluendo.com>
2303         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
2304         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
2305         * gst/playback/gstplaybin.c: (setup_sinks):
2306         Implement muting/unmuting of streams, mute streams that are not
2307         used.
2309 2004-10-07  Wim Taymans  <wim@fluendo.com>
2311         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
2312         (plugin_init):
2313         Added lame audio/x-ac3 typefind function.
2315 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2317         * configure.ac:
2318           bump nano to cvs
2320 === release 0.8.5 ===
2322 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2324         * NEWS:
2325         * RELEASE:
2326         * configure.ac:
2327           releasing 0.8.5, "Take You On"
2329 2004-10-06  Wim Taymans  <wim@fluendo.com>
2331         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2332         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2333         (no_more_pads), (close_link), (type_found):
2334         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2335         * gst/playback/gstplaybin.c: (gen_video_element):
2336         Do not signal the no_more_pads after the first pad when
2337         we are plugging a non dynamic element with multiple
2338         output pads (like swfdec, dvdec, ...).
2340 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2342         * configure.ac:
2343           bump for prerelease
2345 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2347         * gst/wavparse/gstwavparse.c:
2348           add ATRAC3 to STATIC CAPS to fix a warning
2350         * gst/matroska/ebml-read.c:
2351         * gst-libs/gst/riff/riff-read.c:
2352           fix typos
2354 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2356         * gst-libs/gst/riff/riff-media.c:
2357           generate caps for ATRAC3 audio streams
2359         * gst/realmedia/rmdemux.c:
2360           generate caps for ATRAC3 audio streams
2362 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2364         * gst/wavparse/Makefile.am
2365         * gst/wavparse/riff.h
2366         * gst/wavparse/wavparse.vcproj
2367           riff.h removal (unused and duplication with riff-ids.h)
2369 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2371         * gst/wavparse/gstwavparse.h
2372           remove duplicated defines for audio codec codes
2374         * gst-libs/gst/riff/riff-ids.h
2375         * gst/wavenc/riff.h:
2376           add "4CC" code for ATRAC3 audio streams
2377           add "4CC" code for ITU_G721_ADPCM (unused for now)
2379 2004-10-06  Wim Taymans  <wim@fluendo.com>
2381         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
2382         Actually _do_ negotiation. Pass gdouble as arg instead
2383         of guint64 for the framerate.
2385 2004-10-06  Wim Taymans  <wim@fluendo.com>
2387         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2388         (find_compatibles), (close_pad_link), (try_to_link_1),
2389         (no_more_pads), (close_link), (type_found):
2390         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2391         * gst/playback/gstplaybin.c: (gen_video_element),
2392         (gen_audio_element):
2393         Set state on newly added element to READY so that negotiation
2394         can happen ASAP.
2395         Addes some more debug info.
2396         Do not try to plug pads with multiple caps structures or ANY
2397         because it is too dangerous since we do not do dynamic 
2398         replugging.
2400 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2402         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
2404         * po/LINGUAS:
2405         * po/or.po:
2406           add Oriya translation
2408 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2410         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2411           Prevent overwrite of size member. Makes audio sound crappy.
2413 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2415         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2416         Add rmvb to the list of known RealMedia extensions
2418 2004-10-05  Wim Taymans  <wim@fluendo.com>
2420         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
2421         (mngdec_openstream), (mngdec_closestream),
2422         (mngdec_handle_sink_event), (mngdec_readdata),
2423         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
2424         (mngdec_getcanvasline), (mngdec_refresh),
2425         (gst_mngdec_change_state):
2426         Set the framerate correctly.
2428 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2430         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2431           There was something wrong with the index massaging.
2433 2004-10-04  Wim Taymans  <wim@fluendo.com>
2435         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
2436         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
2437         (gst_smokedec_chain):
2438         * ext/jpeg/gstsmokedec.h:
2439         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
2440         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
2441         * ext/jpeg/gstsmokeenc.h:
2442         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
2443         (smokecodec_decode_new), (smokecodec_info_free),
2444         (smokecodec_set_quality), (smokecodec_get_quality),
2445         (smokecodec_set_threshold), (smokecodec_get_threshold),
2446         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2447         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
2448         (smokecodec_encode), (smokecodec_parse_id),
2449         (smokecodec_parse_header), (smokecodec_decode):
2450         * ext/jpeg/smokecodec.h:
2451         * ext/jpeg/smokeformat.h:
2452         Updated smoke, new bitstream, allows embedding in ogg.
2454 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2456         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
2457           Fix seeking in some files. All this code is no longer needed (and
2458           actually breaks stuff) because we now synchronize the full index
2459           right when reading the header.
2461 2004-10-04  Wim Taymans  <wim@fluendo.com>
2463         * configure.ac:
2464         configure update for libmng.
2466 2004-10-04  Wim Taymans  <wim@fluendo.com>
2468         * ext/libmng/Makefile.am:
2469         * ext/libmng/gstmng.c: (plugin_init):
2470         * ext/libmng/gstmng.h:
2471         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
2472         (gst_mngdec_base_init), (gst_mngdec_class_init),
2473         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
2474         (gst_mngdec_loop), (gst_mngdec_get_property),
2475         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
2476         (mngdec_closestream), (mngdec_handle_sink_event),
2477         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
2478         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2479         (gst_mngdec_change_state):
2480         * ext/libmng/gstmngdec.h:
2481         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
2482         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
2483         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
2484         (gst_mngenc_chain), (gst_mngenc_get_property),
2485         (gst_mngenc_set_property):
2486         * ext/libmng/gstmngenc.h:
2487         Added basic MNG decoder. Needs more work. The encoder does
2488         not work yet.
2490 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2492         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
2493         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
2494         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
2495           Don't hang on length=0 chunks. Some negotiation fixes. Signal
2496           no-more-pads.
2498 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2500         * configure.ac:
2501           you need at least 1.0.4 of speex
2503 2004-10-04 Iain <iaingnome@gmail.com>
2505         * ext/speex/gstspeexdec.h: Revert the includes changes.
2506                 
2507         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
2509 2004-09-30 Iain <iaingnome@gmail.com>
2511         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
2512         found during init or set as a property instead of hardcoding /dev/audio
2514 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2516         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
2517         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
2518         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
2519         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
2520         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
2521         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
2522         (gst_rmdemux_dump_data):
2523           Use debug category, fix EOS handling. filesrc ! rmdemux now
2524           works.
2526 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2528         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2529         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
2530         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
2531           Improve allocation, cutting and sorting of the index. How takes a
2532           few seconds instead of minutes.
2534 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
2536         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
2537           fixed compilation
2539 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2541         * gst-libs/gst/riff/riff-media.c:
2542         (gst_riff_create_video_caps_with_data),
2543         (gst_riff_create_video_template_caps):
2544           Add wing commander format mimetype/fourccs.
2545         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2546           Don't crash if some value is 0.
2548 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2550         * gst-libs/gst/riff/riff-media.c:
2551         (gst_riff_create_video_caps_with_data),
2552         (gst_riff_create_video_template_caps):
2553           Add DIB fourcc (raw, palettized 8-bit RGB).
2554         * gst-libs/gst/riff/riff-read.c:
2555         (gst_riff_read_strf_vids_with_data):
2556           Oops, fix strf_data reading bug.
2557         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2558           Use a non-NULL tag.
2559         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2560           Time for hacks. Sorry Dave. At least one quicktime movie (a
2561           trailer) that I've encountered contains multiple video tracks.
2562           One of those is the actual video track, the other are one-frame
2563           tracks (images). Unfortunately, the number of frames according
2564           to the trak header is 1 for each, so that doesn't help. So
2565           instead, I look at the duration and discard tracks with a
2566           duration shorter than 20% of the length of the stream. Better
2567           than nothing.
2569 2004-10-01  Christian Schaller <christian@fluendo.com>
2571         * ext/ivorbis/vorbis.c:
2572           Patch from Phil Blundell (Bug 152341)
2574 2004-10-01  Wim Taymans  <wim@fluendo.com>
2576         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
2577         (speex_dec_get_formats), (speex_dec_convert),
2578         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
2579         (speex_dec_chain), (gst_speexdec_get_property),
2580         (gst_speexdec_set_property):
2581         Small cleanups.
2583 2004-10-01  Wim Taymans  <wim@fluendo.com>
2585         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
2586         (gst_wavparse_stream_init), (gst_wavparse_fmt),
2587         (gst_wavparse_other), (gst_wavparse_loop),
2588         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2589         (gst_wavparse_srcpad_event):
2590         * gst/wavparse/gstwavparse.h:
2591         Added some more debugging info.
2592         Fix the case where the length of the file is 0.
2593         Make sure we seek to sample borders.
2595 2004-10-01  Wim Taymans  <wim@fluendo.com>
2597         * gst/playback/README:
2598         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2599         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
2600         (try_to_link_1), (no_more_pads), (close_link), (type_found):
2601         Add some debug info to decodebin, update README
2603 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2605         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
2606           Don't use g_print(); use GST_DEBUG().
2608 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2611         (gst_ogg_mux_queue_pads):
2612           Handle EOS properly.
2614 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2616         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2618         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
2619         (gst_faad_chain), (gst_faad_change_state):
2620         * ext/faad/gstfaad.h:
2621           Allow playback of raw (unframed) MPEG AAC files (#148993).
2623 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2625         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2627         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
2628           Throw error if we didn't recognize the stream. Fixes #152289.
2630 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2632         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
2633           Fix negotiation.
2635 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
2637         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2639         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
2640           Fix memleak.
2642 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
2644         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2646         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
2647           Solve #152805.
2648         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
2649           Solve 152806.
2651 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2653         * gst-libs/gst/riff/riff-media.c:
2654         (gst_riff_create_video_caps_with_data),
2655         (gst_riff_create_audio_caps_with_data):
2656           Add codec_data handling (like asfdemux used to do).
2657         * gst/asfdemux/gstasf.c: (plugin_init):
2658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2659         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
2660           Use riff-media for caps creation instead of our own (mostly
2661           broken) copy of its functions.
2663 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2665         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
2666           Don't actually error out if we get another return value than
2667           -EINVAL. Opposite to what I first thought, drivers have random
2668           return values for this, although -EINVAL is the expected return
2669           value. Since this is not fatal, we shouldn't use
2670           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
2672 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2674         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
2675         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
2676         (dvdreadsrc_get_property), (_open), (_seek), (_read),
2677         (dvdreadsrc_get), (dvdreadsrc_open_file),
2678         (dvdreadsrc_change_state):
2679           Fix. Don't do one big huge loop around the whole DVD, that will
2680           cache all data and thus eat sizeof(dvd) (several GB) before we
2681           see something.
2682         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
2683           Actually NULL'ify event after using it.
2684         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
2685         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
2686         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
2687         (gst_ebml_read_seek), (gst_ebml_read_skip):
2688           Handle events.
2689         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
2690         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
2691         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
2692           Fix timing (this will probably break if I seek using menus, but
2693           I didn't get there yet). VOBs and normal DVDs should now work.
2694           Add a mpeg2-only pad with high rank so this get autoplugged for
2695           MPEG-2 movies.
2696         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
2697         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
2698         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
2699         (gst_mpeg_demux_get_audio_stream),
2700         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
2701         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
2702           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
2703           MPEG-1 but use dvddemux for MPEG-2.
2704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
2705         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
2706         (gst_mpeg_parse_parse_packhead):
2707           Timing. Only add pad template if it exists. Add sink template from
2708           class and not from ourselves. This means we will always use the
2709           correct sink template even if it is not the one defined in this
2710           file.
2712 2004-09-29  Wim Taymans  <wim@fluendo.com>
2714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
2715         (gst_mpeg_demux_parse_pes):
2716         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2717         Fix playback of mpeg again, timestamps where screwed up by
2718         patch 1.61.
2720 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2722         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
2723           Only return true if we actually filled something in. Prevents
2724           player applications from showing a random length for flac files.
2725         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
2726         (gst_riff_read_use_event), (gst_riff_read_handle_event),
2727         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
2728         (gst_riff_read_strf_vids_with_data),
2729         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
2730           OK, ok, so I implemented event handling. Apparently it's normal
2731           that we receive random events at random points without asking
2732           for it.
2733         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
2734         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
2735         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
2736         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
2737         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
2738         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
2739         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
2740         * gst/avi/gstavidemux.h:
2741           Implement non-lineair chunk handling and subchunk processing.
2742           The first solves playback of AVI files where the audio and video
2743           data of individual buffers that we read are not synchronized.
2744           This should not happen according to the wonderful AVI specs, but
2745           of course it does happen in reality. It is also a prerequisite for
2746           the second. Subchunk processing allows us to cut chunks in small
2747           pieces and process each of these pieces separately. This is
2748           required because I've seen several AVI files with incredibly large
2749           audio chunks, even some files with only one audio chunk for the
2750           whole file. This allows for proper playback including seeking.
2751           This patch is supposed to fix all AVI A/V sync issues.
2752         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
2753         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
2754           Work.
2755         * gst/modplug/gstmodplug.cc:
2756           Proper return value setting for the query() function.
2757         * gst/playback/gstplaybasebin.c: (setup_source):
2758           Being in non-playing state (after, e.g., EOS) is not necessarily
2759           a bad thing. Allow for that. This fixes playback of short files.
2760           They don't actually playback fully now, because the clock already
2761           runs. This means that small files (<500kB) with a small length
2762           (<2sec) will still not or barely play. Other files, such as mod
2763           or flx, will work correctly, however.
2765 2004-09-28  Wim Taymans  <wim@fluendo.com>
2767         * ext/speex/gstspeex.c: (plugin_init):
2768         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
2769         (gst_speex_dec_class_init), (speex_dec_get_formats),
2770         (speex_get_event_masks), (speex_get_query_types),
2771         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
2772         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
2773         (gst_speexdec_get_property), (gst_speexdec_set_property),
2774         (speex_dec_change_state):
2775         * ext/speex/gstspeexdec.h:
2776         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
2777         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
2778         (gst_speexenc_base_init), (gst_speexenc_class_init),
2779         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
2780         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
2781         (gst_speexenc_src_query), (gst_speexenc_init),
2782         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
2783         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
2784         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
2785         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
2786         (gst_speexenc_chain), (gst_speexenc_get_property),
2787         (gst_speexenc_set_property), (gst_speexenc_change_state):
2788         * ext/speex/gstspeexenc.h:
2789         Rewrote speex encoder, make sure it can be embedded in ogg.
2790         Implemented speex decoder.
2792 2004-09-28  Christian Schaller <christian@fluendo.com>
2794         * configure.ac:
2795         Remove kioslave plugin. Markey is brewing a new working one
2796         * ext/Makefile.am: Remove kioslave plugin
2797         * ext/kio: remove
2798         * gst-plugins.spec.in: remove kio plugin from spec
2800 2004-09-27  Wim Taymans  <wim@fluendo.com>
2802         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2803         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
2804         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
2805         (gst_multifdsink_new_client),
2806         (gst_multifdsink_handle_client_write),
2807         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2808         (gst_multifdsink_handle_clients):
2809         * gst/tcp/gstmultifdsink.h:
2810         Make syncing to keyframes actually work for new clients and lagging
2811         clients.
2813 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2815         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
2816         (gst_navigationtest_handle_src_event), (draw_box_planar411),
2817         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
2818         * gst/debug/gstnavigationtest.h:
2819           make navigationtest display button-press and button-release events
2821 2004-09-26 Iain <iaingnome@gmail.com>
2823         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
2824         the channels have received a new media event.
2825         (interleave_buffered_loop): Compresses a new media event on all 
2826         channels into one.
2828 2004-09-26 Iain <iaingnome@gmail.com>
2830         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
2831         call the sinkpad's default event handler and not the srcpads. He also
2832         says this is confusing :)
2833         (gst_wavenc_stop_file): Company says that seek events only go upstream
2834         we should send a discontinuous downstream instead.
2836 2004-09-25  Christian Schaller <christian@fluendo.com>
2838         * Update SPEC file to be usable in conjunction with Fedora Core,
2839           Fedora.us and freshrpms packages
2840         * Fix typo in multifilesrc test Makefile
2841         
2842 2004-09-24  Wim Taymans  <wim@fluendo.com>
2844         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2845         Only signal the no_more_pads signal when we have
2846         added the stream to our list.
2848 2004-09-24  Wim Taymans  <wim@fluendo.com>
2850         * gst/playback/gstplaybasebin.c: (remove_prerolls),
2851         (new_decoded_pad):
2852         * gst/playback/gstplaybasebin.h:
2853         * gst/playback/gstplaybin.c: (setup_sinks):
2854         Don't try to preroll or decode more than one audio/video
2855         track.
2857 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2860           Throw error if we failed to find a suitable output. This should
2861           throw an error if we successfully set up a pipeline (e.g. because
2862           we recognized a media file) but found no decodable streams in it
2863           (e.g. because it contains only media stream types for which we
2864           have no decoders, or because it's not a media type).
2866 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2868         * ext/dirac/Makefile.am:
2869         * ext/dirac/gstdirac.cc:
2870         * ext/dirac/gstdiracdec.cc:
2871         * ext/dirac/gstdiracdec.h:
2872           Do something. Don't actually know if this works because I don't
2873           have a demuxer yet.
2874         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
2875           Add channels=1 to caps returned from _getcaps().
2876         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
2877         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
2878         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
2879         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2880         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
2881         (gst_ogm_parse_change_state):
2882           Separate between audio/video so ogmaudioparse actually uses the
2883           audio pad templates. Both audio and video work now, including
2884           autoplugging. Also use sometimes-srcpad hack.
2885         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
2886           Handle events better. Don't hang on infinite loops.
2887         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
2888         (gst_avi_demux_init), (gst_avi_demux_reset),
2889         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
2890         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
2891         (gst_avi_demux_change_state):
2892         * gst/avi/gstavidemux.h:
2893           Improve A/V sync. Still not perfect.
2894         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
2895         (gst_ebml_read_skip):
2896           Handle events better.
2897         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2898         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
2899         (qtdemux_audio_caps):
2900           Add IMA4. Improve event handling. Save offset after a seek when
2901           the headers are at the end of the file so that we don't end up in
2902           an infinite loop.
2903         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2904           Add low-priority typefind support for files with no length.
2906 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2908         * testsuite/multifilesink/Makefile.am:
2909         fix typo
2911 2004-09-22  Julien MOUTTE  <julien@moutte.net>
2913         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
2915         mistakes from thaytan's patches.
2917 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
2919         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2920           For completeness, XSync in the destroy function as xvimage does.
2922 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
2924         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
2925            Correct caps negotiation
2926         * gst/volume/gstvolume.c: (volume_chain_float),
2927         (volume_chain_int16):
2928            Modify debug output to be little more informative
2929         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
2930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2931         (gst_xvimagesink_xvimage_destroy):
2932           Add XSync calls after detaching from the shared memory segment to
2933           avoid a crash.
2935 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2938         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
2939         * ext/vorbis/vorbis.c: (plugin_init):
2940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2941         (gst_vorbisenc_chain):
2942         * ext/vorbis/vorbisenc.h:
2943         remove explicit newmedia support from oggmux and vorbisenc
2944         add debug category to vorbisenc
2945         * gst/multifilesink/gstmultifilesink.c:
2946         (gst_multifilesink_class_init), (gst_multifilesink_init),
2947         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
2948         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
2949         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
2950         (plugin_init):
2951         * gst/multifilesink/gstmultifilesink.h:
2952         add support for streamheader in multifilesink
2954 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2956         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
2957         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
2958         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
2959           Prevent infinite loops. More correct error reporting.
2960         * gst/auparse/gstauparse.c: (gst_auparse_chain):
2961           Error out if negotiation fails.
2962         * gst/playback/gstplaybasebin.c: (setup_source),
2963         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
2964         (gst_play_base_bin_found_tag):
2965           Error/tag forwarding. Pre-roll fixes for source errors on state
2966           changes (e.g. "file does not exist") to prevent hangs.
2968 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2970         * testsuite/multifilesink/Makefile.am:
2971         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
2972         (gst_newmedia_class_init), (gst_newmedia_init),
2973         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
2974         (newfile_signal), (test_signal), (main):
2975         * testsuite/multifilesink/multifilesrc_test.c: (main):
2976         * testsuite/multifilesink/oggtheora_test.c:
2977         (gst_newmedia_base_init), (gst_newmedia_class_init),
2978         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
2979         (test_format), (newfile_signal), (test_signal), (main):
2980         * testsuite/multifilesink/oggvorbis_test.c:
2981         (gst_newmedia_base_init), (gst_newmedia_class_init),
2982         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
2983         (test_format), (newfile_signal), (test_signal), (main):
2984         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
2985         (gst_newmedia_class_init), (gst_newmedia_init),
2986         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
2987         (newfile_signal), (test_signal), (main):
2988         New media tests
2990 2004-09-20  Christian Schaller <christian@fluendo.com>
2992         * Fix mikmod license to LGPL as they have relicensed
2993         * Move Dirac and Effectv into LGPL section of README_license
2995 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2997         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
2998         (gst_mad_change_state):
2999           Allow for mp3 rate/channels changes. However, only very
3000           conservatively. Reason that we *have* to enable this is smiply
3001           because the mad find_sync() function is not good enough, it will
3002           regularly sync on random data as valid frames and therefore make
3003           us provide random caps as *final* caps of the stream. The best fix
3004           I could think of is to simply require several of the same stream
3005           changes in a row before we change caps.
3006           The actual testcase that works now is #
3007         * ext/ogg/Makefile.am:
3008         * ext/ogg/gstogg.c: (plugin_init):
3009         * ext/ogg/gstogmparse.c:
3010           OGM support (video only for now; I need an audio sample file).
3011         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
3012         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
3013         (gst_asf_demux_add_video_stream):
3014           WMV extradata.
3015         * gst/playback/gstplaybasebin.c: (unknown_type):
3016           Don't error out on single unknown-types after all. It's wrong.
3017           If we found type of video and audio but not of a subtitle stream,
3018           it will still error out (which is unwanted). Will find a better fix
3019           later on.
3020         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
3021         (ogmaudio_type_find), (plugin_init):
3022           OGM support.
3024 2004-09-20  Johan Dahlin  <johan@gnome.org>
3026         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
3027         after setting caps.
3029 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3031         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
3032         * gst/wavenc/gstwavenc.h:
3033         Added newmedia support to wavenc
3035 2004-09-17  Wim Taymans  <wim@fluendo.com>
3037         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
3038         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
3039         (gst_fdset_fd_can_write), (gst_fdset_wait):
3040         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3041         (gst_multifdsink_init), (gst_multifdsink_add),
3042         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
3043         (gst_multifdsink_remove_client_link),
3044         (gst_multifdsink_client_queue_buffer),
3045         (gst_multifdsink_handle_client_write),
3046         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
3047         (gst_multifdsink_close), (gst_multifdsink_change_state):
3048         * gst/tcp/gstmultifdsink.h:
3049         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3050         (gst_tcpserversink_removed):
3051         Small cleanups in fdset.c
3052         Use a hastable to map fd to the client structure for faster
3053         lookup in _remove and get_stats.
3054         Added virtual function to close the fds.
3055         Handle clients even when the select/poll call was unblocked because
3056         of a command.
3057         Implement syncing to keyframe in the recovery procedure.
3059 2004-09-16 Iain <iaingnome@gmail.com>
3061         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
3062         try caps.
3064 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3066         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
3067           Caps are only set if the type of the stream is unknown, but this
3068           is initialized in ->init_stream(), so set to UNKNOWN after calling
3069           ->init_stream() so that capsnego starts.
3071 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3073         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3074         (gst_avi_demux_stream_data):
3075           Just hardcode for raw audio then. AVI audio sucks.
3077 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
3079         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
3080         * gst/matroska/matroska-mux.c: (audiosink_templ),
3081         (gst_matroska_mux_audio_pad_link):
3082         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
3083         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
3085 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3087         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3088         (gst_avi_demux_stream_data):
3089           Try to fix a/v sync issues.
3091 2004-09-15  David Schleef  <ds@schleef.org>
3093         * configure.ac: remove NASM check, since we don't use it.  Update
3094         dirac check to 0.4
3095         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
3096         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3097         Initialized variables.
3098         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3099         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
3100         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
3101         SVQ3 format
3103 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3105         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3106         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
3107         * gst/avi/gstavidemux.h:
3108           Fix for compressed audio (mp3) timestamp generation. How did this
3109           ever work?
3111 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3113         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3114           Volume is a double not a float.
3116 2004-09-15  Wim Taymans  <wim@fluendo.com>
3118         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
3119         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
3120         Don't close the fd in multifdsink as we didn't open it in the
3121         first place. Some cleanups.
3123 2004-09-15  Wim Taymans  <wim@fluendo.com>
3125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3126         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3127         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3128         Fix the case where the muxer would mark pages as delta
3129         frames when they are not (vorbis only ogg).
3131 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3133         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
3134         (gst_play_base_bin_change_state):
3135           Handle the case where we failed to setup a clear pipeline. This
3136           will throw an error (or EOS, another nice case) and if you don't
3137           catch that, the app will wait for the signal forever (and thus
3138           hang).
3140 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3142         * ext/gnomevfs/gstgnomevfssink.c:
3143         (gst_gnomevfssink_uri_get_protocols):
3144         * ext/gnomevfs/gstgnomevfssrc.c:
3145         (gst_gnomevfssrc_uri_get_protocols):
3146         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3147         * ext/gnomevfs/gstgnomevfsuri.h:
3148           Use _uri_new() instead of _open(), so it doesn't take as long and
3149           Christophe's computer won't hang.
3150         * gst/playback/gstplaybasebin.c: (unknown_type):
3151           Throw error on unknown media type, so apps actually display it.
3153 2004-09-14  Brian Cameron  <brian.cameron@sun.com
3155         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
3156           this script to work on Solaris since bash shell handles echo
3157           differenly than bash.
3159 2004-09-17  Wim Taymans  <wim@fluendo.com>
3161         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
3162         (setup_source), (gst_play_base_bin_set_property),
3163         (gst_play_base_bin_add_element):
3164         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
3165         Some more work on making sure seeking pauses the pipeline and
3166         that changing the uri actually does something.
3168 2004-09-17  Wim Taymans  <wim@fluendo.com>
3170         * gst/tcp/gstfdset.c: (gst_fdset_wait):
3171         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
3172         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
3173         (gst_tcpserversink_close):
3174         Be a bit more paranoid when freeing memory.
3176 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3179         (qtdemux_parse_trak):
3180           Don't crash by dividing by zero (see sample movie in #126922).
3182 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3184         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3185           Don't touch non-existing data (fixes crash on file in #140147).
3187 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3189         * gst/playback/gstplaybasebin.c:
3190         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
3191           Handle double disposals, and proper change of URIs.
3193 2004-09-13  Martin Eikermann <meiker@upb.de>
3195         * gst/mpegstream/gstmpegparse.c:
3196           fix synchronistation for streams recorded from digital PCR
3197           fixes bug #119376
3199 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3201         * ext/gnomevfs/Makefile.am:
3202         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3203         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
3204         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
3205         (gst_gnomevfssink_uri_get_type),
3206         (gst_gnomevfssink_uri_get_protocols),
3207         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
3208         (gst_gnomevfssink_uri_handler_init),
3209         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
3210         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
3211         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
3212         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
3213         (gst_gnomevfssrc_uri_get_type),
3214         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
3215         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
3216         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
3217         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
3218         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3219         * ext/gnomevfs/gstgnomevfsuri.h:
3220           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
3221           of fake URIs to see which this version of Gnome-VFS likes, and
3222           uses that for the Gst-URI interface. Makes playbin support http://
3223           streams. Also fix up some stupid behaviour in gnomevfssrc.
3225 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
3228         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3229         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3230         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3231           Update mixer (to sync with other sessions) if we try to obtain
3232           a new value. This makes alsamixer work accross applications.
3233         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3234           Only call sync functions if we're running, else alsalib asserts.
3235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
3236           Sometimes fails to compile. Possibly a gcc bug.
3237         * gst/playback/gstplaybin.c: (gen_video_element),
3238         (gen_audio_element):
3239           Add a reference to an application-provided object, because we lose
3240           this same reference if we add it to the bin. If we don't do this,
3241           we can only use this object once and thus crash if we go from
3242           ready to playing, back to ready and back to playing again.
3243           Also add an audioscale element because several cheap soundcards -
3244           like mine - don't support all samplerates.
3245         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3246         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
3247           Fix wrong order or PAR calls. Makes automatically obtained PAR
3248           from the X server atually being used.
3250 2004-09-12  David Schleef  <ds@schleef.org>
3252         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
3253         #151887, #152102, #152247.
3254         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
3255         * examples/seeking/cdparanoia.c: same
3256         * examples/seeking/cdplayer.c: same
3257         * examples/seeking/seek.c: same
3258         * examples/seeking/spider_seek.c: same
3259         * examples/seeking/vorbisfile.c: same
3260         * examples/stats/mp2ogg.c: same
3261         * ext/esd/esdsink.c: (gst_esdsink_class_init),
3262         (gst_esdsink_dispose): Dispose of element properly.
3263         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
3264         fixes.
3265         * ext/nas/nassink.c: (gst_nassink_class_init),
3266         (gst_nassink_dispose): Dispose of element correctly.
3267         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
3268         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3269         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
3270         Fix 64-bit warning.
3271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3272         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
3273         Fix 64-bit warning.
3275 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3277         * configure.ac : change speex detection as 1.1.6 now uses
3278           .pc/pkg-config and they changed their headers location.
3280 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
3282         * gst/matroska/matroska-mux.h:
3283         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3284         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3285         (gst_matroska_mux_write_data):
3286           Write multiple blocks/frames per cluster.
3287                 Write meta-seek information (seek heads).
3289 2004-09-09  Scott Wheeler <wheeler@kde.org>
3291         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
3292         (gst_play_bin_set_property), (gst_play_bin_get_property),
3293         (gen_audio_element), (gen_audio_element):
3294           Add a volume element / property to the pipeline.
3296 2004-09-07  Wim Taymans  <wim@fluendo.com>
3298         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
3299         Copy timestamps from the master pad to the output buffers.
3301 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3303         * ext/raw1394/gstdv1394src.c:
3304           throw errors when applicable
3306 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
3308         * gst/matroska/ebml-ids.h:
3309         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
3310         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
3311         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
3312           automatically convert unix time <-> ebml time when reading/writing
3313           a date, use gst_ebml_write_uint to write CUETIME,
3314           not gst_ebml_write_date.
3315         * gst/matroska/matroska-ids.h:
3316         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3317         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
3318         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3319         (gst_matroska_mux_write_data):
3320           Write track and segment UIDs, write muxing date, write
3321           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
3322           Create cues for audio only files.
3324 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3326         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3327         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3328           Re-commit ALSA switches.
3329         * gst/adder/gstadder.c: (gst_adder_loop):
3330           64-bit fix (#151416).
3331         * gst/debug/progressreport.c: (gst_progressreport_report):
3332           64-bit fix (#151419).
3333         * gst/matroska/matroska-demux.c:
3334         (gst_matroska_demux_parse_contents):
3335           64-bit fix (#151420).
3336         * gst/playback/test3.c: (update_scale):
3337           64-bit fix (#151421).
3339 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3341         * configure.ac:
3342           bump nano to cvs
3344 === release 0.8.4 ===
3346 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3348         * configure.ac: releasing 0.8.4, "Alias"
3350 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3352         * ext/theora/Makefile.am:
3353           fix makefile.  Fixes #151462.
3355 2004-08-30  Wim Taymans  <wim@fluendo.com>
3357         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
3358         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3359         (gst_multifdsink_remove_client_link),
3360         (gst_multifdsink_client_queue_buffer),
3361         (gst_multifdsink_handle_client_write):
3362         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
3363         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
3364         Fix some memory leaks.
3366 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3368         Patch by: David Schleef
3370         * configure.ac:
3371         * sys/Makefile.am:
3372           rename our detection macro for V4L2.  Fixes #151236.
3374 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3376         Patch by: David Schleef
3378         * configure.ac:
3379           check to define LAMEPRESET.  Fixes #151232.
3381 2004-08-27  David Schleef  <ds@schleef.org>
3383         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
3384         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
3385         (gst_glimagesink_fixate):  Move local variable declarations to
3386         make gcc-2.95 happy.
3388 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3390         * configure.ac:
3391           bump nano for prerelease
3393 2004-08-27  David Schleef  <ds@schleef.org>
3395         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
3396         * sys/sunaudio/gstsunaudiosrc.c: 
3397         * sys/sunaudio/gstsunaudiosrc.h:
3399 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
3401         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
3402         handle EOS correctly
3403         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
3404         * gst/matroska/matroska-mux.h:
3405         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
3406         VFW compatibility mode
3408 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3410         patch by: Zaheer Abbas Merali
3412         * ext/ogg/gstoggmux.c:
3413         * ext/vorbis/vorbisenc.c:
3414         * ext/vorbis/vorbisenc.h:
3415           handle NEWMEDIA
3417 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
3419         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
3420         fix byte order reversion on little endian machines.
3421         * gst/matroska/matroska-mux.c: (audiosink_templ),
3422         (gst_matroska_mux_audio_pad_link):
3423         add TTA codec to the list of supported codecs.
3424         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
3425         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3426         (gst_matroska_mux_write_data):
3427         * gst/matroska/matroska-mux.h:
3428         write segment duration correctly, write muxing app string, fixes bugs
3429         #140897 and #140898.
3430         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
3431         wait for all pads to be negotiated before starting to mux.
3433 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3435         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
3436         * ext/lame/gstlame.h:
3437         Added new media support to lame
3439 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
3441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
3442         send vorbis headers at the beginning of a stream, fixes bug #141554.
3443         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
3444         bug #148950.
3445         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
3446         (gst_matroska_demux_plugin_init):
3447         * gst/matroska/matroska-ids.h:
3448         enable demuxing of TTA audio streams, fixes bug #148951.
3449         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
3450         enable typefinding for TTA audio files, fixes bug #148711.
3451         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
3452         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
3453         fixes playback of packed bitstream and xvid with bframes, bug #135407.
3455 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
3456  
3457         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3458         (gst_riff_read_element_data), (gst_riff_read_seek),
3459         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
3460         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
3461         <teuf@gnome.org>
3463 2004-08-23 Iain <iaingnome@gmail.com>
3465         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
3466         tags. They appear to be handled differently to normal.
3467         (tag_list_to_id3_tag_foreach): Ditto.
3469 2004-08-22  Wim Taymans  <wim@fluendo.com>
3471         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3472         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3473         Make sure we never send -1 granulepos.
3475 2004-08-20  Wim Taymans  <wim@fluendo.com>
3477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3478         (gst_ogg_mux_loop):
3479         I will accept bitchslappings with non sharp objects.
3481 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3483         * configure.ac:
3484         Clean up the test for lame presets
3486 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3488         * configure.ac:
3489         * ext/lame/Makefile.am:
3490         * ext/lame/gstlame.c: (gst_lame_class_init),
3491         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
3492         Only enable lame presets if version of lame has presets in API
3494 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
3495         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
3496         * gst/udp/gstudpsrc.h:
3497           Don't call gst_pad_push in a get function. Fixes #150449
3499 2004-08-18  Wim Taymans  <wim@fluendo.com>
3501         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
3502         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
3503         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
3504         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3505         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3506         (gst_fdset_wait):
3507         * gst/tcp/gstfdset.h:
3508         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3509         (gst_multifdsink_client_queue_buffer),
3510         (gst_multifdsink_handle_client_write):
3511         * gst/tcp/gstmultifdsink.h:
3512         Some extra checks in gstfdset.
3513         Only use send() when the fd is a socket. Don't try to
3514         read from write only fds.
3516 2004-08-18  Wim Taymans  <wim@fluendo.com>
3518         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
3519         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
3520         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3521         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3522         (gst_fdset_wait):
3523         Add more locking and bounds checking.
3525 2004-08-18  Wim Taymans  <wim@fluendo.com>
3527         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
3528         Realloc test fdset in the lock and right before starting
3529         the poll call. Bump the limit to 4096.
3531 2004-08-17  David Schleef  <ds@schleef.org>
3533         * sys/sunaudio/Makefile.am:
3534         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
3535         of rates and channels.  Make debugging less obnoxious.
3537         Patch from Balamurali Viswanathan implementing a mixer for
3538         Sun audio.  (bug #144091):
3539         * sys/sunaudio/gstsunelement.c:
3540         * sys/sunaudio/gstsunelement.h:
3541         * sys/sunaudio/gstsunmixer.c:
3542         * sys/sunaudio/gstsunmixer.h:
3544 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3546         * gst/audioscale/gstaudioscale.c:
3547         * gst/audioscale/gstaudioscale.h:
3548         made audioscale resample from any sample rate to any sample rate
3550 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3552         * ext/libpng/gstpngdec.c:
3553           error out on unsupported types
3555 2004-08-17  Iain <iaingnome@gmail.com>
3557         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
3558         mid_side and loose_mid_side properties if its a stereo stream.
3560 2004-08-17  Wim Taymans  <wim@fluendo.com>
3562         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3563         (theora_get_formats), (theora_dec_src_convert),
3564         (theora_dec_sink_convert), (theora_dec_src_query),
3565         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3566         Add a debug line.
3568 2004-08-17  Wim Taymans  <wim@fluendo.com>
3570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
3571         (gst_ogg_pad_push):
3572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3573         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
3574         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
3575         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3576         Mark delta units in the muxer.
3577         Try to decode the packet after an out-of-sync error from
3578         libogg.
3580 2004-08-17  Wim Taymans  <wim@fluendo.com>
3582         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3583         (gst_multifdsink_init), (gst_multifdsink_add),
3584         (gst_multifdsink_client_queue_buffer),
3585         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
3586         * gst/tcp/gstmultifdsink.h:
3587         Added option to send a keyframe to clients as the first buffer.
3588         Make timeout property writable.
3590 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3592         patch by: Wim Taymans
3594         * gst/tcp/gstfdset.c:
3595         * gst/tcp/gstmultifdsink.c:
3596           fix index comparison, should include 0
3598 2004-08-16  Wim Taymans  <wim@fluendo.com>
3600         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
3601         (gst_fdset_add_fd), (gst_fdset_remove_fd),
3602         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3603         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3604         (gst_fdset_wait):
3605           copy when reallocing for poll so the select arguments don't get
3606           changed during the call
3608 2004-08-16  Wim Taymans  <wim@fluendo.com>
3610         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
3611         (gst_theora_enc_class_init), (theora_enc_sink_link),
3612         (theora_buffer_from_packet), (theora_enc_chain):
3613         Fix bug where buffers were not marked as keyframes
3614         correctly.
3616 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3618         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
3619         (gst_lame_preset_get_type), (gst_lame_class_init):
3620         describe the enum values for vbr mode and presets more verbosely
3622 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3624         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
3625         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
3626         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
3627         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
3628         * ext/lame/gstlame.h:
3629         add preset property to lame so it can use lame presets
3631 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3633         * ext/lame/gstlame.c: (gst_lame_get_property):
3634         whoops forgot break, thanks teuf
3636 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3638         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
3639         (gst_lame_class_init), (gst_lame_src_getcaps),
3640         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
3641         (gst_lame_get_property), (gst_lame_setup):
3642         * ext/lame/gstlame.h:
3643         fix lame's broken vbr stuff, allow it to resample if need be, and also 
3644         make xing header optional
3646 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3648         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
3649         added getcaps function so samplerate doesnt get fixated to silly values
3651 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3653         * ext/lame/gstlame.c: (gst_lame_src_link):
3654         revert previous fix
3656 2004-08-12  Johan Dahlin  <johan@gnome.org>
3658         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
3659         checks. Doesn't matter what state we are in. Interfaces are a
3660         compile time thing, not runtime. It also broke the python bindings.
3662 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3664         * ext/lame/gstlame.c: (gst_lame_src_link):
3665         made source pad link function check if sinkpad is ok..fixes the problem
3666         where core fixates the output rate of lame stupidly
3668 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
3671         * sys/v4l/v4l_calls.c:
3672         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
3673           fix fixate function to handle nonsimple caps.
3674           remove bogus check in _link
3675           cleanups
3677 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3679         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
3680         set default compression ratio parameter to 0.0 so bitrate parameter
3681         works :)
3683 2004-08-11  David Schleef  <ds@schleef.org>
3685         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
3687 2004-08-11  David Schleef  <ds@schleef.org>
3689         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
3690         before.
3692 2004-08-11  David Schleef  <ds@schleef.org>
3694         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
3696 2004-08-11  David Schleef  <ds@schleef.org>
3698         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
3699           license field
3700         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
3701         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
3702           LGPL.
3703         * gst/auparse/gstauparse.c: Fix plugin license field.
3704         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
3705         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
3706         * gst/rtp/gstrtp.c: Fix plugin license field.
3708 2004-08-11  Wim Taymans  <wim@fluendo.com>
3710         * gst/tcp/Makefile.am:
3711         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
3712         (ensure_size), (gst_fdset_new), (gst_fdset_free),
3713         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
3714         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
3715         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
3716         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
3717         (gst_fdset_fd_can_write), (gst_fdset_wait):
3718         * gst/tcp/gstfdset.h:
3719         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
3720         (gst_multifdsink_class_init), (gst_multifdsink_init),
3721         (gst_multifdsink_add), (gst_multifdsink_remove),
3722         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3723         (gst_multifdsink_remove_client_link),
3724         (gst_multifdsink_handle_client_read),
3725         (gst_multifdsink_client_queue_data),
3726         (gst_multifdsink_client_queue_caps),
3727         (gst_multifdsink_client_queue_buffer),
3728         (gst_multifdsink_handle_client_write),
3729         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3730         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
3731         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
3732         (gst_multifdsink_close):
3733         * gst/tcp/gstmultifdsink.h:
3734         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3735         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
3736         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
3737         (gst_tcpserversink_close):
3738         * gst/tcp/gsttcpserversink.h:
3739         Abstracted away the select call, implemented poll (yes we ran into
3740         the 1024 limit in production).
3742 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3744         * gst/tcp/gsttcp.c:
3745         * gst/tcp/gsttcpplugin.c:
3746           improve debuggging, remove assert
3748 2004-08-10  Wim Taymans  <wim@fluendo.com>
3750         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
3751         (gst_client_status_get_type), (gst_multifdsink_class_init),
3752         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3753         (gst_multifdsink_handle_client_read),
3754         (gst_multifdsink_handle_client_write),
3755         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3756         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
3757         (gst_multifdsink_get_property):
3758         * gst/tcp/gstmultifdsink.h:
3759         * gst/tcp/gsttcp-marshal.list:
3760         Starting to prepare for specifying buffer time in other units
3761         than buffers. Expose remove reason in signal.
3763 2004-08-10  Wim Taymans  <wim@fluendo.com>
3765         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3766         (gst_multifdsink_remove), (gst_multifdsink_clear),
3767         (gst_multifdsink_remove_client_link),
3768         (gst_multifdsink_handle_client_read),
3769         (gst_multifdsink_client_queue_data),
3770         (gst_multifdsink_client_queue_buffer),
3771         (gst_multifdsink_handle_client_write),
3772         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3773         (gst_multifdsink_chain), (gst_multifdsink_close):
3774         * gst/tcp/gstmultifdsink.h:
3775         Added more debugging info. Changed the way clients are 
3776         removed from the lists. Fixed a bug where a bad file descriptor
3777         could cause many clients to be removed.
3779 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3781         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
3782           allow all pixel-aspect-ratios, not just 1:1
3784 2004-08-09  David Schleef  <ds@schleef.org>
3786         * sys/glsink/ARB_multitexture.h:  Remove old files.
3787         * sys/glsink/EXT_paletted_texture.h:
3788         * sys/glsink/NV_register_combiners.h:
3789         * sys/glsink/gstgl_nvimage.c:
3790         * sys/glsink/gstgl_pdrimage.c:
3791         * sys/glsink/gstgl_rgbimage.c:
3792         * sys/glsink/gstglsink.c:
3793         * sys/glsink/gstglsink.h:
3794         * sys/glsink/gstglxwindow.c:
3795         * sys/glsink/regcomb_yuvrgb.c:
3797 2004-08-09  David Schleef  <ds@schleef.org>
3799         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
3800         GL sink plugin.  (Bug #147302)
3802         * configure.ac: Test for OpenGL
3803         * sys/Makefile.am: Use test for OpenGL
3804         * sys/glsink/Makefile.am:
3805         * sys/glsink/glimagesink.c: rewrite
3806         * sys/glsink/glimagesink.h: rewrite
3808 2004-08-09  David Schleef  <ds@schleef.org>
3810         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
3811         sane framerates.
3812         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
3813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
3814         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
3816 2004-08-09  Wim Taymans  <wim@fluendo.com>
3818         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3819         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3820         (gst_multifdsink_client_remove),
3821         (gst_multifdsink_handle_client_read),
3822         (gst_multifdsink_handle_client_write),
3823         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3824         Do a bit more logging, make the client_read code more robust.
3826 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3828         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
3829         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
3830         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
3831         (gst_jpegdec_init), (gst_jpegdec_chain):
3832         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
3833         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
3834           cleanups, debugging fixes and memleak plugging
3836 2004-08-09  Wim Taymans  <wim@fluendo.com>
3838         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3839         (theora_get_formats), (theora_dec_src_convert),
3840         (theora_dec_sink_convert), (theora_dec_src_query),
3841         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
3842         (theora_dec_change_state):
3843         Don't crash on missing header packets.
3845 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3847         * po/LINGUAS:
3848         * po/sq.po:
3849           Added Albanian translation (Laurent Dhima)
3850         * po/cs.po:
3851           updated
3853 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3855         * ext/lame/gstlame.c:
3856           fix/add debugging
3858 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3860         * sys/ximage/ximagesink.c:
3861         * sys/xvimage/xvimagesink.c:
3862           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
3864 2004-08-06  Wim Taymans  <wim@fluendo.com>
3866         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3867         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3868         (gst_multifdsink_client_remove),
3869         (gst_multifdsink_handle_client_read),
3870         (gst_multifdsink_handle_client_write),
3871         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3872         Make sure we don't try to read more from a client that what 
3873         ioctl says us or we deadlock.
3875 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3877         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
3878         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
3879         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
3880           decouple running_time and n_frames so it can handle changing
3881           framerate while running
3883 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3885         * po/nl.po:
3886         * po/sv.po:
3887           updated translations
3889 2004-08-04  Benjamin Otte  <otte@gnome.org>
3891         * gst/videotestsrc/gstvideotestsrc.c:
3892         (gst_videotestsrc_get_capslist), (generate_capslist),
3893         (plugin_init):
3894           generate the list of supported caps at startup and reuse it instead
3895           of always generating it
3897 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3899         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
3900           whoops, last checkin broke normal build
3902 2004-08-03  Benjamin Otte  <otte@gnome.org>
3904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
3905         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3906         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
3907         (gst_alsa_mixer_get_option):
3908         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
3909         (dvdnavsrc_print_event):
3910         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
3911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
3912         (gst_ogg_mux_pad_unlink):
3913         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
3914         (gst_multipart_mux_pad_unlink):
3915         * gst/videofilter/gstvideobalance.c:
3916         (gst_videobalance_colorbalance_set_value):
3917         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
3918         (gst_videomixer_pad_unlink):
3919         * po/uk.po:
3920         * sys/oss/gstossmixer.c:
3921         * sys/v4l/gstv4lcolorbalance.c:
3922         * sys/v4l/gstv4ltuner.c:
3923         * sys/v4l/v4lsrc_calls.c:
3924         * sys/v4l2/gstv4l2colorbalance.c:
3925         * sys/v4l2/gstv4l2tuner.c:
3926           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
3928 2004-08-03  Benjamin Otte  <otte@gnome.org>
3930         * examples/dynparams/filter.c: (ui_control_create):
3931         * examples/gstplay/player.c: (print_tag):
3932         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
3933         * ext/gdk_pixbuf/gstgdkanimation.c:
3934         (gst_gdk_animation_iter_may_advance):
3935         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
3936         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
3937         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
3938         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
3939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
3940         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
3941         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
3942         * gst/sine/demo-dparams.c: (main):
3943         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
3944         * testsuite/alsa/formats.c: (create_pipeline):
3945         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
3946           fixes for G_DISABLE_ASSERT and friends
3947         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3948         (mp3_type_frame_length_from_header), (mp3_type_find),
3949         (plugin_init):
3950           require mp3 typefinding to have at least MIN_HEADERS valid headers
3951           add typefinding for AAC adts files
3953 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
3955         * sys/ximage/ximagesink.c:
3956         (gst_ximagesink_calculate_pixel_aspect_ratio):
3957         * sys/xvimage/xvimagesink.c:
3958         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3959         Make sure we calculate pixel-aspect-ratio using floating point maths
3961 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3963         * po/uk.po:
3964           updated translation
3966 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3968         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
3970           add debugging for display PAR calculation
3972 2004-08-02  David Schleef  <ds@schleef.org>
3974         * configure.ac: Fix mikmod CFLAGS.
3976 2004-07-27  Benjamin Otte  <otte@gnome.org>
3978         * gst/audioscale/gstaudioscale.c:
3979         - fix templates to only support S16, it's the only format that works
3980         - make caps nego code use try_set_caps_nonfixed and fixation instead
3981         of try_set_caps twice, which is not nice for autopluggers
3982         - change rank to secondary, so autopluggers can pick it up after
3983         audioconvert
3985 2004-08-02  Iain <iain@prettypeople.org>
3987         * gst/interleave/interleave.c (interleave_init),
3988         (interleave_request_new_pad),
3989         (interleave_pad_removed),
3990         (interleave_buffered_loop): Use the real pad count, not the artificial
3991         one.
3993 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3995         * configure.ac: bump nano back to development
3997 === release 0.8.3 ===
3999 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4001         * configure.ac: releasing 0.8.3, "Water"
4003 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4005         * sys/xvimage/xvimagesink.c:
4006         (gst_xvimagesink_calculate_pixel_aspect_ratio),
4007         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
4008         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
4009         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4010         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4011         * sys/xvimage/xvimagesink.h:
4012           apply similar PAR fixes as to ximagesink
4014 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4016         patch from: Benjamin Otte
4018         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
4019           add link function to lame.  Fixes #148986.
4021 2004-08-02  Johan Dahlin  <johan@gnome.org>
4023         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
4024         fix debugging log
4026 2004-07-30  David Schleef  <ds@schleef.org>
4028         * gst/videomixer/Makefile.am: Fix things that should have been
4029         fixed in the last checkin.
4031 2004-07-30  David Schleef  <ds@schleef.org>
4033         * gst/multipart/Makefile.am: Fix things that should have been
4034         fixed in the last checkin.
4036 2004-07-30  David Schleef  <ds@schleef.org>
4038         * testsuite/multifilesink/Makefile.am: Fix unused variable.
4040 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4042         * configure.ac:
4043           bump nano for prerelease
4044         * po/af.po:
4045         * po/az.po:
4046         * po/cs.po:
4047         * po/en_GB.po:
4048         * po/hu.po:
4049         * po/nl.po:
4050         * po/sr.po:
4051         * po/sv.po:
4052         * po/uk.po:
4053           updates
4055 2004-07-30  Wim Taymans  <wim@fluendo.com>
4057         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4058         (gst_multifdsink_add), (gst_multifdsink_remove),
4059         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
4060         (gst_multifdsink_client_remove),
4061         (gst_multifdsink_handle_client_write),
4062         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
4063         * gst/tcp/gstmultifdsink.h:
4064         Recover from a select with a bad file descriptor by removing
4065         the client.
4067 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4069         * configure.ac:
4070           fix requirement of core
4071         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
4072         (gst_play_pipeline_setup):
4073           don't use colorspace element.  do use hermescolorspace element.
4074           make macro to get a colorspace element.
4075           mark strings for translation.
4076         * po/POTFILES.in:
4077           add play.c
4078         * po/af.po:
4079         * po/az.po:
4080         * po/cs.po:
4081         * po/en_GB.po:
4082         * po/hu.po:
4083         * po/nl.po:
4084         * po/sr.po:
4085         * po/sv.po:
4086         * po/uk.po:
4087           update translations
4089 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4091         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
4092         fix default for newmedia flag
4094 2004-07-30  Wim Taymans  <wim@fluendo.com>
4096         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4097         (gst_theora_dec_init), (theora_get_formats),
4098         (theora_dec_src_convert), (theora_dec_sink_convert),
4099         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4100         (theora_dec_chain), (theora_dec_set_property),
4101         (theora_dec_get_property):
4102         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
4103         (gst_theora_enc_class_init), (gst_theora_enc_init),
4104         (theora_enc_sink_link), (theora_enc_chain),
4105         (theora_enc_set_property), (theora_enc_get_property):
4106         Added cropping option to theora decoder.
4107         Added border option to theora encoder.
4109 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4111         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4112         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4113         (gst_pngenc_set_property):
4114         * ext/libpng/gstpngenc.h:
4115         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
4117 2004-07-30  Wim Taymans  <wim@fluendo.com>
4119         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4120         (theora_enc_sink_link), (theora_enc_chain),
4121         (theora_enc_set_property), (theora_enc_get_property):
4122         Fix encoding of non-multiple-of-16 video.
4124 2004-07-29  David Schleef  <ds@schleef.org>
4126         * configure.ac: make test for audiofile more strict
4128 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4130         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4131           give different names to typefind functions
4133 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4135         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4136         (gst_ximagesink_calculate_pixel_aspect_ratio),
4137         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
4138         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
4139         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
4140         (gst_ximagesink_get_property), (gst_ximagesink_init):
4141         * sys/ximage/ximagesink.h:
4142           allocate PAR's dynamically.
4143           use autodetected PAR if no object-set PAR is given.
4144           add workaround for directfb's X not setting physical size.
4145           fix to xvimagesink will follow tomorrow.
4147 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4149         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
4150         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
4151         (gst_shout2send_get_type), (gst_shout2send_set_clock),
4152         (gst_shout2send_class_init), (gst_shout2send_init),
4153         (set_shout_metadata), (gst_shout2send_set_metadata),
4154         (gst_shout2send_chain), (gst_shout2send_set_property),
4155         (gst_shout2send_get_property), (gst_shout2send_connect),
4156         (gst_shout2send_change_state):
4157         * ext/shout2/gstshout2.h:
4158         - fix for sending mp3 audio to icecast2 server, if pad link function not
4159         called before PAUSED state
4160         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
4161         - added tagging support for mp3 audio broadcasted
4162         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
4163         debug info
4165 2004-07-28  Wim Taymans  <wim@fluendo.com>
4167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4168         (gst_ogg_demux_push):
4169         Return query failure when we don't know the length of
4170         an ogg stream insteda of returning TRUE with a bogus value.
4172 2004-07-28  Wim Taymans  <wim@fluendo.com>
4174         * ext/theora/theoradec.c: (theora_get_formats),
4175         (theora_dec_src_convert), (theora_dec_sink_convert),
4176         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4177         (theora_dec_chain):
4178         Don't screw up the 1 Chroma for 1 luma sample situation when we
4179         have an odd offset/width by adding a black border in those cases.
4181 2004-07-28  Wim Taymans  <wim@fluendo.com>
4183         * ext/theora/theoradec.c: (theora_get_formats),
4184         (theora_dec_src_convert), (theora_dec_sink_convert),
4185         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4186         (theora_dec_chain):
4187         * ext/theora/theoraenc.c: (theora_enc_sink_link):
4188         Added first attempt at cropping of the image as required by the 
4189         theora spec. We need more properties in the caps (offset_x,
4190         offset_y,stride) to implement this correctly.
4192 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4194         * ext/dvdnav/README:
4195           Update the README to use dvddemux
4196         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
4197           Ensure getcaps returns a subset of the template caps
4198         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
4199         (gst_mpeg2subt_init):
4200           Ensure getcaps returns a subset of the template caps
4201         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
4202         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
4203         (gst_dvd_demux_get_subpicture_stream),
4204         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
4205         * gst/mpegstream/gstdvddemux.h:
4206           Set the explicit caps on the current_video pad before pushing
4207           anything
4208         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
4209         (gst_mpeg_demux_get_audio_stream):
4210           Free caps used to gst_pad_set_explicit_caps, which takes a const
4211           GstCaps *
4213 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4215         * configure.ac: update GStreamer requirement to 0.8.4 because of
4216           GstFraction.
4218 2004-07-28  Wim Taymans  <wim@fluendo.com>
4220         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
4221         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
4222         Add the pad to the element after setting up the caps. This
4223         makes it a lot easier to autoplug.
4225 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4227         * gst/median/gstmedian.c:
4228         * gst/mpeg2subt/gstmpeg2subt.c:
4229         * gst/mpegaudioparse/gstmpegaudioparse.c:
4230         * gst/mpegstream/gstdvddemux.c:
4231         * gst/mpegstream/gstmpegdemux.c:
4232         * gst/mpegstream/gstmpegpacketize.c:
4233         * gst/rtjpeg/gstrtjpeg.c:
4234         * gst/rtjpeg/gstrtjpegdec.c:
4235         * gst/rtjpeg/gstrtjpegenc.c:
4236         * gst/sine/gstsinesrc.c:
4237         * gst/smooth/gstsmooth.c:
4238         * gst/smpte/gstsmpte.c:
4239         * gst/smpte/gstsmpte.h:
4240         * gst/stereo/gststereo.c:
4241         * gst/videofilter/gstgamma.c:
4242         * gst/videofilter/gstvideobalance.c:
4243         * gst/videofilter/gstvideofilter.c:
4244         * gst/videofilter/gstvideoflip.c:
4245         * gst/videoscale/gstvideoscale.c:
4246         * gst/videoscale/videoscale.c:
4247         * gst/videotestsrc/gstvideotestsrc.c:
4248         * gst/videotestsrc/videotestsrc.c:
4249         * gst/wavenc/gstwavenc.c:
4250         * gst/wavparse/gstwavparse.c:
4251           fix local includes and 64 bits constants
4253 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4255         * win32/gst.sln:
4256         * gst-libs/gst/*/*.vcproj:
4257         * gst/*/*.vcproj:
4258           more working plugins
4260 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4262         * testsuite/alsa/Makefile.am:
4263         * testsuite/alsa/srcstate.c:
4264         add test for alsasrc changing state
4266 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4268         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
4269         (gst_silence_get):
4270         * gst/silence/gstsilence.h:
4271         fix silence generation for 16bit raw audio
4273 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4275         * gst/matroska/matroska-demux.c:
4276         (gst_matroska_demux_parse_metadata),
4277         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
4278         * gst/mpegaudio/common.c:
4279         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4280         (gst_videoscale_getcaps), (gst_videoscale_link),
4281         (gst_videoscale_src_fixate), (gst_videoscale_init),
4282         (gst_videoscale_finalize):
4283         * gst/videoscale/gstvideoscale.h:
4284         * gst/videotestsrc/gstvideotestsrc.c:
4285         (gst_videotestsrc_get_capslist):
4286         * gst/wavenc/gstwavenc.c:
4287         * sys/oss/gstossmixer.c: (fill_labels):
4288         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4289         (gst_ximagesink_handle_xevents),
4290         (gst_ximagesink_calculate_pixel_aspect_ratio),
4291         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
4292         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
4293         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
4294         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4295         (gst_ximagesink_init), (gst_ximagesink_class_init):
4296         * sys/ximage/ximagesink.h:
4297         * sys/xvimage/xvimagesink.c:
4298         (gst_xvimagesink_calculate_pixel_aspect_ratio),
4299         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
4300         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
4301         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4302         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4303         * sys/xvimage/xvimagesink.h:
4304           first batch of pixel aspect ratio commits.
4306 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4309         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
4310         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
4311           handle stride, needs work if we want to move stride handling
4312           upstream, but works correctly for our purposes.
4314 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4316         * gst/videoscale/README:
4317           add testing examples
4318         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
4319         (gst_videoscale_chain):
4320         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4321         (gst_videoscale_get_size):
4322           add get_size function that handles stride like videotestsrc.
4323           fixes conversion for YUV formats for as much as I can test them.
4325 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4327         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4328         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
4329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4330         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
4331         (gst_xvimagesink_xvimage_put):
4332           further cleanups, logging, error handling and synchronizing
4334 2004-07-27  Wim Taymans  <wim@fluendo.com>
4336         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4337         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4338         (gst_videomixer_pad_set_property),
4339         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4340         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4341         (gst_videomixer_class_init), (gst_videomixer_init),
4342         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
4343         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
4344         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
4345         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
4346         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
4347         (gst_videomixer_loop), (plugin_init):
4348         Be a nicer negotiation citizen and provide a getcaps function on
4349         the srcpad. This also fixes a crash when resizing.
4351 2004-07-27  Julien MOUTTE  <julien@moutte.net>
4353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4354         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
4356 2004-07-27  Wim Taymans  <wim@fluendo.com>
4358         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
4359         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4360         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4361         (gst_pngenc_set_property):
4362         * ext/libpng/gstpngenc.h:
4363         Added snapshot property to pngenc.
4364         removed g_print from pngdec
4366 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4368         * gst/ac3parse/ac3parse.vcproj
4369         * gst/adder/adder.vcproj
4370         * gst/alpha/alpha.vcproj
4371         * gst/alpha/alphacolor.vcproj
4372         * gst/asfdemux/asf.vcproj
4373         * gst/audioconvert/audioconvert.vcproj
4374         * gst/audiorate/audiorate.vcproj
4375         * gst/audioscale/audioscale.vcproj
4376         * gst/auparse/auparse.vcproj
4377         * gst/avi/avi.vcproj
4378         * gst/cdxaparse/cdxaparse.vcproj
4379         * gst/chart/chart.vcproj
4380         * gst/colorspace/colorspace.vcproj
4381         * gst/cutter/cutter.vcproj
4382         * gst/debug/debug.vcproj
4383         * gst/debug/efence.vcproj
4384         * gst/debug/navigationtest.vcproj
4385         * gst/deinterlace/deinterlace.vcproj
4386         * gst/effectv/effectv.vcproj
4387         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
4388         * gst/filter/filter.vcproj
4389         * gst/flx/flxdec.vcproj
4390         * gst/goom/goom.vcproj
4391         * gst/interleave/interleave.vcproj
4392         * gst/law/alaw.vcproj
4393         * gst/law/mulaw.vcproj
4394         * gst/matroska/matroska.vcproj
4395         * gst/median/median.vcproj
4396         * gst/mixmatrix/mixmatrix.vcproj
4397         * gst/mpeg1sys/mpeg1systemencode.vcproj
4398         * gst/mpeg1videoparse/mp1videoparse.vcproj
4399         * gst/mpeg2sub/mpeg2subt.vcproj
4400         * gst/mpegaudio/mpegaudio.vcproj
4401         * gst/mpegaudioparse/mpegaudioparse.vcproj
4402         * gst/mpegstream/mpegstream.vcproj
4403         * gst/multifilesink/multifilesink.vcproj
4404         * gst/multipart/multipart.vcproj
4405         * gst/oneton/oneton.vcproj
4406         * gst/overlay/overlay.vcproj
4407         * gst/passthrough/passthrough.vcproj
4408         * gst/qtdemux/qtdemux.vcproj
4409         * gst/realmedia/rmdemux.vcproj
4410         * gst/rtjpeg/rtjpeg.vcproj
4411         * gst/rtp/rtp.vcproj
4412         * gst/silence/silence.vcproj
4413         * gst/sine/sinesrc.vcproj
4414         * gst/smooth/smooth.vcproj
4415         * gst/smpte/smpte.vcproj
4416         * gst/spectrum/spectrum.vcproj
4417         * gst/speed/speed.vcproj
4418         * gst/stereo/stereo.vcproj
4419         * gst/switch/switch.vcproj
4420         * gst/tags/tagedit.vcproj
4421         * gst/tcp/tcp.vcproj
4422         * gst/typefind/typefindfunctions.vcproj
4423         * gst/udp/udp.vcproj
4424         * gst/videobox/videobox.vcproj
4425         * gst/videocrop/videocrop.vcproj
4426         * gst/videodrop/videodrop.vcproj
4427         * gst/videofilter/gamma.vcproj
4428         * gst/videofilter/videobalance.vcproj
4429         * gst/videofilter/videofilter.vcproj
4430         * gst/videofilter/videoflip.vcproj
4431         * gst/videoflip/videoflip.vcproj
4432         * gst/videomixer/videomixer.vcproj
4433         * gst/videorate/videorate.vcproj
4434         * gst/videoscale/videoscale.vcproj
4435         * gst/videotestsrc/videotestsrc.vcproj
4436         * gst/virtualdub/virtualdub.vcproj
4437         * gst/volenv/volenv.vcproj
4438         * gst/volume/volume.vcproj
4439         * gst/wavenc/wavenc.vcproj
4440         * gst/wavparse/wavparse.vcproj
4441         * gst/y4m/y4menc.vcproj
4442         * gst-libs/gst/audio/audio.vcproj
4443         * gst-libs/gst/audio/audiofilter.vcproj
4444         * gst-libs/gst/colorbalance/colorbalance.vcproj
4445         * gst-libs/gst/idct/idtc.vcproj
4446         * gst-libs/gst/media-info/media-info.vcproj
4447         * gst-libs/gst/mixer/mixer.vcproj
4448         * gst-libs/gst/navigation/navigation.vcproj
4449         * gst-libs/gst/play/play.vcproj
4450         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
4451         * gst-libs/gst/resample/resample.vcproj
4452         * gst-libs/gst/riff/riff.vcproj
4453         * gst-libs/gst/tuner/tuner.vcproj
4454         * gst-libs/gst/video/video.vcproj
4455         * gst-libs/gst/xoverlay/xoverlay.vcproj
4456           avoid problems with math.h, fix release dependancy
4457           rename GStreamer-0.8.lib to libgstreamer.lib
4459 2004-07-27  Julien MOUTTE  <julien@moutte.net>
4461         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
4462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
4463         the atom is not available we have to unlock the mutex. Fixes #148023
4465 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4467         * gst-libs/gst/media-info/media-info.h:
4468           issue for a vararg macro with MSVC
4470 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4472         * gst/effectv/effectv.vcproj
4473         * gst-libs/gst/idct/idct.vcproj:
4474         * gst-libs/gst/media-info/media-info.vcproj:
4475         * gst-libs/gst/navigation/navigation.vcproj:
4476         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
4477         * gst-libs/gst/video/video.vcproj:
4478         * gst-libs/gst/xoverlay/xoverlay.vcproj:
4479           fixes for build problems
4481 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4483         * gst-libs/gst/audio/audio.def:
4484         * gst-libs/gst/audio/riff.def:
4485           add some definitions needed by plugins
4487 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4489         * gst/asfdemux/gstasfmux.c
4490           Fix some 64 bits constants to be glib friendly
4492 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4494         * gst/ac3parse/gstac3parse.c
4495         * gst/audioscale/gstaudioscale.c
4496         * gst/auparse/gstauparse.c
4497         * gst/colorspace/gstcolorspace.c
4498         * gst/colorspace/yuv2rgb.h
4499           local include fixes
4501 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4503         * win32/gst.sln
4504           add more plugins to the build
4506 2004-07-26  Julien MOUTTE  <julien@moutte.net>
4508         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4509         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
4511 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4513         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
4514         (gst_level_set_property), (gst_level_get_property),
4515         (gst_level_base_init), (gst_level_class_init):
4516           add debugging categories.  cleanups.
4518 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4520         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4521         (gst_videoscale_planar411), (gst_videoscale_planar400),
4522         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
4523         (gst_videoscale_scale_nearest_str1),
4524         (gst_videoscale_scale_nearest_str2),
4525         (gst_videoscale_scale_nearest_str4),
4526         (gst_videoscale_scale_nearest_16bit),
4527         (gst_videoscale_scale_nearest_24bit):
4528           fixed stride issues
4529           tested with 320x240 -> 321, 322, 324 x240
4530           tested with YV12, I420, YUY2, UYVY
4531           fixed packed422rev (don't think it could have worked before)
4532           by testing with UYVY
4534 2004-07-26  Benjamin Otte  <otte@gnome.org>
4536         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
4537         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
4538         (plugin_init):
4539           add debugging category, add error checks like checking return values
4540           of setup calls, make sure it still works after
4541           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
4543 2004-07-26  Wim Taymans  <wim@fluendo.com>
4545         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
4546         (gst_mpeg_demux_get_audio_stream),
4547         (gst_mpeg_demux_process_private):
4548         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
4549         Check for error codes from the negotiation functions. Make sure
4550         we really set the pad caps when a new pad is created.
4552 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4555         (gst_ffmpeg_caps_to_pix_fmt):
4556         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4558         (gst_ffmpegcolorspace_pad_link):
4559           don't make function do two things at the same time without reason.
4561 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4563         * gst/ac3parse/ac3parse.vcproj
4564         * gst/adder/adder.vcproj
4565         * gst/alpha/alpha.vcproj
4566         * gst/alpha/alphacolor.vcproj
4567         * gst/asfdemux/asf.vcproj
4568         * gst/audioconvert/audioconvert.vcproj
4569         * gst/audiorate/audiorate.vcproj
4570         * gst/audioscale/audioscale.vcproj
4571         * gst/auparse/auparse.vcproj
4572         * gst/avi/avi.vcproj
4573         * gst/cdxaparse/cdxaparse.vcproj
4574         * gst/chart/chart.vcproj
4575         * gst/colorspace/colorspace.vcproj
4576         * gst/cutter/cutter.vcproj
4577         * gst/debug/debug.vcproj
4578         * gst/debug/efence.vcproj
4579         * gst/debug/navigationtest.vcproj
4580         * gst/deinterlace/deinterlace.vcproj
4581         * gst/effectv/effectv.vcproj
4582         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
4583         * gst/filter/filter.vcproj
4584         * gst/flx/flxdec.vcproj
4585         * gst/goom/goom.vcproj
4586         * gst/interleave/interleave.vcproj
4587         * gst/law/alaw.vcproj
4588         * gst/law/mulaw.vcproj
4589         * gst/matroska/matroska.vcproj
4590         * gst/median/median.vcproj
4591         * gst/mixmatrix/mixmatrix.vcproj
4592         * gst/mpeg1sys/mpeg1systemencode.vcproj
4593         * gst/mpeg1videoparse/mp1videoparse.vcproj
4594         * gst/mpeg2sub/mpeg2subt.vcproj
4595         * gst/mpegaudio/mpegaudio.vcproj
4596         * gst/mpegaudioparse/mpegaudioparse.vcproj
4597         * gst/mpegstream/mpegstream.vcproj
4598         * gst/multifilesink/multifilesink.vcproj
4599         * gst/multipart/multipart.vcproj
4600         * gst/oneton/oneton.vcproj
4601         * gst/overlay/overlay.vcproj
4602         * gst/passthrough/passthrough.vcproj
4603         * gst/qtdemux/qtdemux.vcproj
4604         * gst/realmedia/rmdemux.vcproj
4605         * gst/rtjpeg/rtjpeg.vcproj
4606         * gst/rtp/rtp.vcproj
4607         * gst/silence/silence.vcproj
4608         * gst/sine/sinesrc.vcproj
4609         * gst/smooth/smooth.vcproj
4610         * gst/smpte/smpte.vcproj
4611         * gst/spectrum/spectrum.vcproj
4612         * gst/speed/speed.vcproj
4613         * gst/stereo/stereo.vcproj
4614         * gst/switch/switch.vcproj
4615         * gst/tags/tagedit.vcproj
4616         * gst/tcp/tcp.vcproj
4617         * gst/typefind/typefindfunctions.vcproj
4618         * gst/udp/udp.vcproj
4619         * gst/videobox/videobox.vcproj
4620         * gst/videocrop/videocrop.vcproj
4621         * gst/videodrop/videodrop.vcproj
4622         * gst/videofilter/gamma.vcproj
4623         * gst/videofilter/videobalance.vcproj
4624         * gst/videofilter/videofilter.vcproj
4625         * gst/videofilter/videoflip.vcproj
4626         * gst/videoflip/videoflip.vcproj
4627         * gst/videomixer/videomixer.vcproj
4628         * gst/videorate/videorate.vcproj
4629         * gst/videoscale/videoscale.vcproj
4630         * gst/videotestsrc/videotestsrc.vcproj
4631         * gst/virtualdub/virtualdub.vcproj
4632         * gst/volenv/volenv.vcproj
4633         * gst/volume/volume.vcproj
4634         * gst/wavenc/wavenc.vcproj
4635         * gst/wavparse/wavparse.vcproj
4636         * gst/y4m/y4menc.vcproj
4637           more plugins supported under windows
4639 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4641         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4642         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
4643         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
4644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4645         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
4646           Add debugging statements.  Use the sizes as returned by the
4647           *CreateImage calls.
4649 2004-07-26  Johan Dahlin  <johan@gnome.org>
4651         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
4652         the pad is negotiated.
4654         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
4656 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4658         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4659         * gst-libs/gst/idct/idct.vcproj:
4660         * gst-libs/gst/media-info/media-info.vcproj:
4661         * gst-libs/gst/mixer/mixer.vcproj:
4662         * gst-libs/gst/navigation/navigation.vcproj:
4663         * gst-libs/gst/play/play.vcproj:
4664         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
4665         * gst-libs/gst/resample/resample.vcproj:
4666         * gst-libs/gst/tuner/tuner.vcproj:
4667         * gst-libs/gst/video/video.vcproj:
4668         * gst-libs/gst/xoverlay/xoverlay.vcproj:
4669           more plugins supported under windows
4671 2004-07-25 Iain <iain@prettypeople.org>
4673         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
4674         pad now rather than when the pad is created because state changes wipe
4675         explicit caps (fixes #148043).
4677 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
4679         reviewed by Benjamin Otte  <otte@gnome.org>
4681         * ext/mad/gstmad.c:
4682           fix mad plugin crashing on Sun (fixes #148289)
4684 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4686         * gst/avi/avi.def:
4687         * gst/avi/avi.vcproj:
4688         * gst/matroska/matroska.def:
4689         * gst/matroska/matroska.vcproj:
4690           remove unused .def files
4692 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4694         * gst-libs/gst/audio/gstaudiofilter.c:
4695           Clean the local include
4697 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4699         * win32/gst.sln:
4700         * gst-libs/gst/audio/audio.def:
4701         * gst-libs/gst/audio/audio.vcproj:
4702         * gst-libs/gst/audio/audiofilter.vcproj:
4703         * gst-libs/gst/audio/riff.def:
4704         * gst-libs/gst/audio/riff.vcproj:
4705         * gst-libs/gst/gst-libs.def:
4706         * gst-libs/gst/gst-libs.vcproj:
4707         * gst/avi/avi.vcproj:
4708         * gst/avi/avi.vcproj:
4709           Copy the files where needed after building, cleaner projects
4711 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4713         * gst/matroska/ebml-write.c:
4714           Fix some 64 bits constants to be glib friendly
4716 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
4718         * win32/gst.sln:
4719         * gst-libs/gst/gst-libs.def:
4720         * gst-libs/gst/gst-libs.vcproj:
4721         * gst/matroska/matroska.def:
4722         * gst/matroska/matroska.vcproj:
4723           Add the preliminary canvas to build plugins on Win32
4725 2004-07-23  Benjamin Otte  <otte@gnome.org>
4727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4728           don't enfore negotiation from source side, it breaks 
4729           sinesrc ! audioconvert ! osssink
4731 2004-07-22  David Schleef  <ds@schleef.org>
4733         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
4734         for ELF files, since they can easily be recognized as audio/mpeg.
4735         (bug #147441)
4737 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4739         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4740         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
4741         (gst_videoscale_scale_nearest_24bit),
4742         (gst_videoscale_scale_nearest_16bit):
4743           fix 16bit and 24bit for stride (24bit might need testing)
4744           don't pretend we do more than one algorithm
4746 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4748         * configure.ac:
4749         * gst/Makefile.am:
4750         * gst/multifilesink/Makefile.am:
4751         * gst/multifilesink/gstmultifilesink.c:
4752         (gst_multifilesink_get_formats),
4753         (gst_multifilesink_get_query_types), (_do_init),
4754         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
4755         (gst_multifilesink_init), (gst_multifilesink_dispose),
4756         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
4757         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
4758         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
4759         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
4760         (gst_multifilesink_chain), (gst_multifilesink_change_state),
4761         (gst_multifilesink_uri_get_type),
4762         (gst_multifilesink_uri_get_protocols),
4763         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
4764         (gst_multifilesink_uri_handler_init), (plugin_init):
4765         * gst/multifilesink/gstmultifilesink.h:
4766         * testsuite/Makefile.am:
4767         * testsuite/multifilesink/Makefile.am:
4768         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
4769         (gst_newmedia_class_init), (gst_newmedia_init),
4770         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
4771         (newfile_signal), (test_signal), (main):
4772         multifilesink plugin for creating new files every time a new media
4773         discontinuity event occurs
4775 2004-07-22  Wim Taymans  <wim@fluendo.com>
4777         * gst/alpha/Makefile.am:
4778         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
4779         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
4780         (gst_alpha_color_init), (gst_alpha_color_set_property),
4781         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
4782         (transform), (gst_alpha_color_chain),
4783         (gst_alpha_color_change_state), (plugin_init):
4784         Stupid plugin to to RGBA to AYUV conversion because none of
4785         the colorspace plugins can handle that yet.
4787 2004-07-22  Wim Taymans  <wim@fluendo.com>
4789         * examples/seeking/seek.c: (update_scale), (main):
4790         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4791         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
4792         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4793         (gst_decode_bin_init), (gst_decode_bin_dispose),
4794         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4795         (no_more_pads), (close_link), (type_found),
4796         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4797         (plugin_init):
4798         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4799         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4800         (gst_play_base_bin_dispose), (queue_overrun),
4801         (gen_preroll_element), (remove_prerolls), (unknown_type),
4802         (no_more_pads), (new_stream), (setup_source),
4803         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4804         (play_base_eos), (gst_play_base_bin_change_state),
4805         (gst_play_base_bin_add_element),
4806         (gst_play_base_bin_remove_element),
4807         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4808         (gst_play_base_bin_unlink_stream),
4809         (gst_play_base_bin_get_streaminfo):
4810         * gst/playback/gstplaybin.c: (gen_video_element),
4811         (gen_audio_element):
4812         * gst/playback/gststreaminfo.h:
4813         More playback updates, attempt to fix things after the state change
4814         breakage.
4816 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4818         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
4819         (gst_videoscale_scale_nearest_16bit):
4820           comment algorithm
4822 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4824         * gst/videotestsrc/gstvideotestsrc.c:
4825         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
4826         (gst_videotestsrc_init), (gst_videotestsrc_get),
4827         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
4828         (gst_videotestsrc_get_property):
4829         * gst/videotestsrc/gstvideotestsrc.h:
4830         * gst/videotestsrc/videotestsrc.c:
4831         * gst/videotestsrc/videotestsrc.h:
4832           cleanup and commenting
4834 2004-07-21  Wim Taymans  <wim@fluendo.com>
4836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
4837         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
4838         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
4839         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
4840         (_find_chain_get_unknown_part), (_find_streams_check),
4841         (gst_ogg_demux_push), (gst_ogg_pad_push):
4842         * ext/theora/theoradec.c: (theora_get_formats),
4843         (theora_dec_src_convert), (theora_dec_sink_convert),
4844         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4845         (theora_dec_chain):
4846         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4847         (vorbis_dec_convert), (vorbis_dec_src_query),
4848         (vorbis_dec_src_event), (vorbis_dec_event):
4849         More seeking fixes, oggdemux now supports seeking to time and
4850         uses the downstream element to convert granulepos to time.
4851         Seeking in theora-only ogg files now works.
4853 2004-07-21  Wim Taymans  <wim@fluendo.com>
4855         * ext/theora/theoradec.c: (gst_theora_dec_init),
4856         (theora_get_formats), (theora_get_event_masks),
4857         (theora_get_query_types), (theora_dec_src_convert),
4858         (theora_dec_sink_convert), (theora_dec_src_query),
4859         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
4860         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4861         (vorbis_get_event_masks), (vorbis_get_query_types),
4862         (gst_vorbis_dec_init), (vorbis_dec_convert),
4863         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
4864         Added query/convert/formats functions to vorbis and theora decoders
4865         so that the outside world can use them too. Fixed seeking on an
4866         ogg/theora/vorbis file by disabling the seeking seeking on the 
4867         theora srcpad.
4869 2004-07-21  Julien MOUTTE  <julien@moutte.net>
4871         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4872         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
4873         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
4874         images creation for both elements. We don't create the image on caps
4875         nego or renego, we just destroy the internal one if present if it does
4876         not match the needs. The chain function takes care of creating a new
4877         image when needed.
4878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4879         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
4880         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
4881         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
4882         the image format information. The buffer pool checks for the context
4883         image format and discard images with different formats.
4884         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
4886 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4889         (gst_ffmpegcolorspace_chain):
4890           no point in doing any chaining if the pad we want to push from
4891           isn't usable.
4893 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4895         * gst-libs/gst/riff/riff-media.c:
4896         (gst_riff_create_audio_caps_with_data):
4897           Fix double end-to-native symbol conversion (#148021).
4899 2004-07-20  David Schleef  <ds@schleef.org>
4901         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
4902         Don't use an Atom that doesn't exist.
4904 2004-07-20  Wim Taymans  <wim@fluendo.com>
4906         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4907         (gst_multifdsink_add), (gst_multifdsink_get_stats),
4908         (gst_multifdsink_client_remove),
4909         (gst_multifdsink_handle_client_write),
4910         (gst_multifdsink_queue_buffer):
4911         * gst/tcp/gstmultifdsink.h:
4912         More multifdsink stats. Avoid deadlock by releasing locks
4913         before sending out a signal.
4915 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4917         * po/LINGUAS:
4918         * po/hu.po:
4919           added Hungarian translation (Laszlo Dvornik)
4921 2004-07-20  Wim Taymans  <wim@fluendo.com>
4923         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4924         (gst_multifdsink_add), (gst_multifdsink_client_remove),
4925         (gst_multifdsink_handle_client_write),
4926         (gst_multifdsink_queue_buffer):
4927         * gst/tcp/gsttcp-marshal.list:
4928         Fixed the stupid marshal definition.
4930 2004-07-20  Wim Taymans  <wim@fluendo.com>
4932         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4933         (gst_multifdsink_init), (gst_multifdsink_add),
4934         (gst_multifdsink_client_remove),
4935         (gst_multifdsink_handle_client_write),
4936         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
4937         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
4938         (gst_multifdsink_init_send):
4939         * gst/tcp/gstmultifdsink.h:
4940         Added more stats, added timeout for a client, fixed some typos
4941         and added some comments.
4943 2004-07-20  Wim Taymans  <wim@fluendo.com>
4945         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4946         (gst_multifdsink_add), (gst_multifdsink_get_stats),
4947         (gst_multifdsink_client_remove),
4948         (gst_multifdsink_handle_client_write):
4949         * gst/tcp/gstmultifdsink.h:
4950         * gst/tcp/gsttcp-marshal.list:
4951         Added get_stats method that returns a GValueArray of
4952         stats values.
4954 2004-07-19  Benjamin Otte  <otte@gnome.org>
4956         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
4957           make sure longname, description and author are valid UTF-8
4959 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4961         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
4962         (gst_ximagesink_set_property):
4963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
4964         (gst_xvimagesink_set_property):
4965           make sure SYNCHRONOUS is respected after getting the X context
4967 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4969         * gst/matroska/matroska-demux.c:
4970         (gst_matroska_demux_handle_src_event),
4971         (gst_matroska_demux_parse_blockgroup):
4972         * gst/matroska/matroska-ids.h:
4973           add BlockReference tag and ignore it to clear out log.
4974           ignore NAVIGATION events to clear out log.
4976 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4978         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
4979         (gst_matroska_demux_add_stream):
4980         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
4981           add debug categories
4983 2004-07-16  Wim Taymans  <wim@fluendo.com>
4985         * ext/libpng/Makefile.am:
4986         * ext/libpng/gstpng.c: (plugin_init):
4987         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
4988         (gst_pngdec_get_type), (gst_pngdec_base_init),
4989         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
4990         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
4991         * ext/libpng/gstpngdec.h:
4992         Added png decoder.
4994 2004-07-16  Julien MOUTTE  <julien@moutte.net>
4996         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
4997         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4998         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
4999         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
5000         (gst_ximagesink_buffer_alloc):
5001         * sys/ximage/ximagesink.h:
5002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5003         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
5004         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5005         (gst_xvimagesink_buffer_alloc):
5006         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
5007         again. Using internal data pointer of the x(v)image to store image's
5008         data to be coherent with the buffer alloc mechanism. Investigated the
5009         image destruction code to be sure that everything gets freed correctly.
5011 2004-07-16  Wim Taymans  <wim@fluendo.com>
5013         * gst-libs/gst/riff/riff-read.c:
5014         (gst_riff_read_strf_vids_with_data),
5015         (gst_riff_read_strf_auds_with_data):
5016         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5017         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
5018         Make sure we don't create 0 sized subbuffers in riff-read.
5019         Signal the no more pads signal after reading the avi header.
5021 2004-07-16  Wim Taymans  <wim@fluendo.com>
5023         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5024         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
5025         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
5026         (gst_decode_bin_init), (gst_decode_bin_dispose),
5027         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5028         (no_more_pads), (close_link), (type_found),
5029         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5030         (gst_decode_bin_change_state), (plugin_init):
5031         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5032         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5033         (gst_play_base_bin_dispose), (queue_overrun),
5034         (gen_preroll_element), (remove_prerolls), (unknown_type),
5035         (no_more_pads), (new_stream), (setup_source),
5036         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5037         (play_base_eos), (gst_play_base_bin_change_state),
5038         (gst_play_base_bin_add_element),
5039         (gst_play_base_bin_remove_element),
5040         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5041         (gst_play_base_bin_unlink_stream),
5042         (gst_play_base_bin_get_streaminfo):
5043         * gst/playback/gstplaybasebin.h:
5044         Better error recovery. Added configurable preroll queue size. Faster
5045         detection of no-more-pads.
5047 2004-07-16  Wim Taymans  <wim@fluendo.com>
5049         * gst-libs/gst/video/video.h:
5050         Added 32 bits RGBA. Not sure if we should use another mime-type
5051         for alpha rgb. Currently the presence of the alpha_mask property
5052         signals an alpha channel.
5054 2004-07-16  Wim Taymans  <wim@fluendo.com>
5056         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5058         FPS seems to be 0.0 to MAX everywhere else.
5060 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5062         * gst-libs/gst/riff/riff-media.c:
5063         (gst_riff_create_video_caps_with_data):
5064           mp42/mp43 (no caps) exist too.
5065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
5066           Set pixel_width/height; we've got them in-caps.
5067         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5068         * gst/wavparse/gstwavparse.c: (plugin_init):
5069           Both are valid primary.
5070         * sys/oss/gstossmixer.c:
5071           Remove i18n hack and enable translations.
5073 2004-07-15  Benjamin Otte  <otte@gnome.org>
5075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5076         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
5077           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
5079 2004-07-15  Benjamin Otte  <otte@gnome.org>
5081         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5082         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
5083         (gst_alsa_close_audio):
5084           disable some of the debugging code for now. Writing debugging to a
5085           buffer is broken in current alsalib releases.
5087 2004-07-12  Benjamin Otte  <otte@gnome.org>
5089         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
5090           use bufferpools
5092 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5094         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5095         (theora_dec_src_query), (theora_dec_event):
5096         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
5097           add debugging categories.  Remove \n's.
5099 2004-07-13  Johan Dahlin  <johan@gnome.org>
5101         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
5102         (gst_play_bin_get_property): Impl.
5104 2004-07-13  Wim Taymans  <wim@fluendo.com>
5106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
5107         When trying to find the stream length, seek back N pages
5108         instead of just one, where N is the number of streams in 
5109         the current chain.
5111 2004-07-13  Wim Taymans  <wim@fluendo.com>
5113         * gst-libs/gst/riff/riff-media.c:
5114         (gst_riff_create_audio_caps_with_data),
5115         (gst_riff_create_audio_caps),
5116         (gst_riff_create_audio_template_caps):
5117         * gst-libs/gst/riff/riff-media.h:
5118         * gst-libs/gst/riff/riff-read.c:
5119         (gst_riff_read_strf_vids_with_data),
5120         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
5121         * gst-libs/gst/riff/riff-read.h:
5122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5123         (gst_avi_demux_add_stream):
5124         Set codec_data on caps for avidemuxer.
5126 2004-07-12  David Schleef  <ds@schleef.org>
5128         * configure.ac: Fix test for Objective C
5130 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
5131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
5132         (gst_gdk_pixbuf_chain):
5133           Add svg and pcx to template caps, and ensure that getcaps returns a
5134           subset of the template caps.
5135           Copy each row manually for output, as gdkpixbuf may pad the
5136           rowstride to a 32-bit word boundary.
5138 2004-07-12  Wim Taymans  <wim@fluendo.com>
5140         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5141         (gst_riff_create_video_template_caps):
5142         Fix the template caps to include some more media types.
5144 2004-07-12  Wim Taymans  <wim@fluendo.com>
5146         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5147         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5148         (compare_ranks), (print_feature), (gst_decode_bin_init),
5149         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5150         (try_to_link_1), (new_pad), (close_link), (type_found),
5151         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5152         (gst_decode_bin_change_state), (plugin_init):
5153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5154         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5155         (gst_play_base_bin_dispose), (queue_overrun),
5156         (gen_preroll_element), (remove_prerolls), (no_more_pads),
5157         (new_stream), (setup_source), (gst_play_base_bin_set_property),
5158         (gst_play_base_bin_get_property), (play_base_eos),
5159         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5160         (gst_play_base_bin_remove_element),
5161         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5162         (gst_play_base_bin_unlink_stream),
5163         (gst_play_base_bin_get_streaminfo):
5164         * gst/playback/gstplaybasebin.h:
5165         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5166         (gst_play_bin_class_init), (gst_play_bin_init),
5167         (gst_play_bin_dispose), (gst_play_bin_set_property),
5168         (gst_play_bin_get_property), (gen_video_element),
5169         (gen_audio_element), (remove_sinks), (setup_sinks),
5170         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
5171         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5172         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5173         (gst_play_bin_query), (plugin_init):
5174         * gst/playback/test4.c: (main):
5175         More fixes on reusing of the element.
5177 2004-07-11  Benjamin Otte  <otte@gnome.org>
5179         * ext/mad/gstmad.c: (normal_seek):
5180           allow seeking for other methods than just SET
5182 2004-07-11  Andy Wingo  <wingo@pobox.com>
5184         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
5185         float, "any" caps -> buffer_frames=[0,MAX].
5187         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
5188         doesn't intersect our caps with the template any more. Do it
5189         ourselves.
5190         (interleave_buffered_loop): Use g_newa instead of malloc/free.
5192 2004-07-09  Wim Taymans  <wim@fluendo.com>
5194         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5195         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5196         (compare_ranks), (print_feature), (gst_decode_bin_init),
5197         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5198         (try_to_link_1), (new_pad), (close_link), (type_found),
5199         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5200         (gst_decode_bin_change_state), (plugin_init):
5201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5202         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5203         (gst_play_base_bin_dispose), (queue_overrun),
5204         (gen_preroll_element), (remove_prerolls), (no_more_pads),
5205         (new_stream), (setup_source), (gst_play_base_bin_set_property),
5206         (gst_play_base_bin_get_property), (play_base_eos),
5207         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5208         (gst_play_base_bin_remove_element),
5209         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5210         (gst_play_base_bin_unlink_stream),
5211         (gst_play_base_bin_get_streaminfo):
5212         * gst/playback/gstplaybasebin.h:
5213         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5214         (gst_play_bin_class_init), (gst_play_bin_init),
5215         (gst_play_bin_dispose), (gst_play_bin_set_property),
5216         (gst_play_bin_get_property), (gen_video_element),
5217         (gen_audio_element), (remove_sinks), (setup_sinks),
5218         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
5219         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5220         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5221         (gst_play_bin_query), (plugin_init):
5222         * gst/playback/test4.c: (main):
5223         Work on object reuse and seeking.
5225 2004-07-09  Wim Taymans  <wim@fluendo.com>
5227         * examples/seeking/seek.c: (iterate):
5228         Don't consume all CPU in the idle loop.
5230 2004-07-09  Wim Taymans  <wim@fluendo.com>
5232         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
5233         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
5234         Add pad to element *after* setting the pad functions so that
5235         the scheduler can use the correct ones.
5237 2004-07-09  Wim Taymans  <wim@fluendo.com>
5239         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
5240         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
5241         Sync to keyframe after seek
5243 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5245         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
5246         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
5247         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
5248         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
5249         * ext/libvisual/visual.c: (gst_visual_change_state):
5250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
5251         * ext/theora/theoradec.c: (theora_dec_change_state):
5252         * ext/theora/theoraenc.c: (theora_enc_change_state):
5253         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
5254         * gst-libs/gst/navigation/navigation.c:
5255         * gst/adder/gstadder.c: (gst_adder_change_state):
5256         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5257         (gst_audio_convert_get_buffer):
5258         * gst/multipart/multipartdemux.c:
5259         (gst_multipart_demux_change_state):
5260         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
5261         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5262         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5263         * gst/videoscale/gstvideoscale.c:
5264         (gst_videoscale_handle_src_event):
5265         * gst/volume/gstvolume.c: (volume_chain_int16):
5266           don't assert in state change, this should be done by the base
5267           GstElement class.
5268           various debugging fixes.
5270 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5272         * configure.ac:
5273         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5274         (gst_play_dispose), (gst_play_set_location),
5275         (gst_play_set_data_src), (gst_play_set_video_sink),
5276         (gst_play_set_audio_sink), (gst_play_set_visualization),
5277         (gst_play_connect_visualization), (gst_play_get_sink_element),
5278         (gst_play_get_all_by_interface):
5279         * gst-libs/gst/play/play.h:
5280           add new method to get elements implementing an interface.
5281           add various error logging
5283 2004-07-08  Wim Taymans  <wim@fluendo.com>
5285         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
5286         (make_mpeg_pipeline), (make_mpegnt_pipeline),
5287         (make_playerbin_pipeline), (query_durations_elems),
5288         (query_durations_pads), (query_positions_elems),
5289         (query_positions_pads), (update_scale), (iterate), (stop_seek),
5290         (main):
5291         Added playbin seeking example.
5293 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5295         * gst-libs/gst/play/play.c: (gst_play_set_location),
5296         (gst_play_set_data_src), (gst_play_set_video_sink),
5297         (gst_play_set_audio_sink), (gst_play_set_visualization),
5298         (gst_play_connect_visualization), (gst_play_get_framerate):
5299           use a macro to look up elements from hash table
5301 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5303         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5304         (gst_play_get_length_callback), (gst_play_set_location),
5305         (gst_play_seek_to_time), (gst_play_set_data_src),
5306         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5307         (gst_play_set_visualization), (gst_play_connect_visualization),
5308         (gst_play_get_sink_element):
5309         - add debugging info
5310         - fix looking up sink elements by iterating over complete caps
5311         - put everything except for source and autoplugger in a complete bin
5313 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5315         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
5316         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
5317         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
5318         (gst_alsa_sink_write), (gst_alsa_sink_loop):
5319         * ext/alsa/gstalsasink.h:
5320         - add debugging info
5321         - clean up schizophrenia of data/buffer/event
5322         - fix double event unref error
5324 2004-07-08  Wim Taymans  <wim@fluendo.com>
5326         * gst/playback/Makefile.am:
5327         Add headers to noinst
5329 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5331         * tools/gst-launch-ext-m.m:
5332         * tools/gst-launch-ext.1.in:
5333           convert to the third millenium
5335 2004-07-07  David Schleef  <ds@schleef.org>
5337         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
5339 2004-07-07  Wim Taymans  <wim@fluendo.com>
5341         * gst/playback/Makefile.am:
5342         * gst/playback/README:
5343         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5344         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5345         (compare_ranks), (print_feature), (gst_decode_bin_init),
5346         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5347         (try_to_link_1), (new_pad), (close_link), (type_found),
5348         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5349         (plugin_init):
5350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5351         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5352         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
5353         (gen_preroll_element), (no_more_pads), (new_stream),
5354         (setup_source), (gst_play_base_bin_set_property),
5355         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
5356         (gst_play_base_bin_add_element),
5357         (gst_play_base_bin_remove_element),
5358         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5359         (gst_play_base_bin_unlink_stream),
5360         (gst_play_base_bin_get_streaminfo):
5361         * gst/playback/gstplaybasebin.h:
5362         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5363         (gst_play_bin_class_init), (gst_play_bin_init),
5364         (gst_play_bin_dispose), (gst_play_bin_set_property),
5365         (gst_play_bin_get_property), (gen_video_element),
5366         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
5367         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
5368         (gst_play_bin_get_formats), (gst_play_bin_convert),
5369         (gst_play_bin_get_query_types), (gst_play_bin_query),
5370         (plugin_init):
5371         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
5372         (gst_stream_info_get_type), (gst_stream_info_class_init),
5373         (gst_stream_info_init), (gst_stream_info_new),
5374         (gst_stream_info_dispose), (gst_stream_info_set_property),
5375         (gst_stream_info_get_property):
5376         * gst/playback/gststreaminfo.h:
5377         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5378         (main):
5379         * gst/playback/test2.c: (main):
5380         * gst/playback/test3.c: (update_scale), (main):
5381         More playbin fixes. Added README. Do better element filtering.
5382         Added base class to preroll media. Added test apps.
5384 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5386         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
5387         * ext/mpeg2dec/gstmpeg2dec.h:
5388           various debugging improvements.  Reset stream to next picture
5389           instead of sequence header, otherwise seeks cannot work.
5391 2004-07-07  Wim Taymans  <wim@fluendo.com>
5393         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5394         (gst_video_box_class_init), (gst_video_box_set_property),
5395         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
5396         Use pad_alloc where possible.
5398 2004-07-07  Wim Taymans  <wim@fluendo.com>
5400         * sys/oss/gstosselement.c: (gst_osselement_reset),
5401         (gst_osselement_parse_caps):
5402         * sys/oss/gstosselement.h:
5403         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5404         Fix offset on osssrc.
5406 2004-07-07  Wim Taymans  <wim@fluendo.com>
5408         * ext/theora/theora.c: (plugin_init):
5409         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
5410         (theora_dec_src_query), (theora_dec_chain):
5411         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5412         (theora_enc_sink_link), (theora_buffer_from_packet),
5413         (theora_push_packet), (theora_enc_chain):
5414         Fix theora granulepos calculation.
5415         Fix overflow in duration/position calculation.
5416         Bump rank to PRIMARY for theoradec.
5417         Use granulepos of last packet to calculate position.
5418         Set keyframe flag on buffers when needed.
5420 2004-07-06  David Schleef  <ds@schleef.org>
5422         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
5423         serious?  (Fixed, obviously.)
5425 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5427         * po/LINGUAS:
5428         * po/cs.po:
5429           added Czech translation (Miloslav Trmac)
5431 2004-07-05  Wim Taymans  <wim@fluendo.com>
5433         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5434         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5435         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
5436         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5437         (close_link), (type_found), (gst_decode_bin_set_property),
5438         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
5439         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
5440         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
5441         (gst_decode_bin_query), (plugin_init):
5442         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5443         (gst_play_bin_class_init), (gst_play_bin_init),
5444         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
5445         (get_video_element), (new_pad), (setup_source),
5446         (gst_play_bin_set_property), (gst_play_bin_get_property),
5447         (gst_play_bin_change_state), (gst_play_bin_add_element),
5448         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
5449         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5450         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5451         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
5452         * gst/playback/test.c: (main):
5453         More fixes, cleaned up playbin, make it use decodebin. Added
5454         threaded property to playbin.
5456 2004-07-05  Wim Taymans  <wim@fluendo.com>
5458         * configure.ac:
5459         * gst/playback/Makefile.am:
5460         * gst/playback/decodetest.c: (main):
5461         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5462         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5463         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
5464         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5465         (close_link), (type_found), (gst_decode_bin_set_property),
5466         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
5467         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
5468         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
5469         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
5470         (plugin_init):
5471         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5472         (gst_play_bin_class_init), (gst_play_bin_init),
5473         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
5474         (collect_sink_pads), (find_compatibles), (close_pad_link),
5475         (try_to_link_1), (new_pad), (close_link), (type_found),
5476         (setup_source), (gst_play_bin_set_property),
5477         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
5478         (compare_ranks), (gst_play_bin_collect_factories),
5479         (gst_play_bin_change_state), (gst_play_bin_add_element),
5480         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
5481         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5482         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5483         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
5484         * gst/playback/test.c: (main):
5485         Added some playback helper elements and some test apps, very alpha
5486         still.
5488 2004-07-04  Benjamin Otte  <otte@gnome.org>
5490         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
5491           only restart audio when we indeed have an xrun to fix repeated
5492           xruns. Fix suggested by Giuliano Pochini.
5494 2004-07-03  David Schleef  <ds@schleef.org>
5496         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
5497         call to gst_debug_log() if debugging is disabled (bug #145118)
5499 2004-07-03  Benjamin Otte  <otte@gnome.org>
5501         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
5502           use our own functions for restarting the alsa device.
5503         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5504           I should apply patches myself - use MIN for the third argument, not
5505           the second, this fixes seeking
5507 2004-07-02  David Schleef  <ds@schleef.org>
5509         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
5510         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
5511         do with the logic.
5513 2004-07-02  David Schleef  <ds@schleef.org>
5515         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
5516         output buffers.  Fix logic mistake.  (bug #144866)
5518 2004-07-02  David Schleef  <ds@schleef.org>
5520         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
5521         on X.  (bug #144753)
5523 2004-07-02  David Schleef  <ds@schleef.org>
5525         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
5526         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
5527         (bug #144624)
5528         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
5529         (gst_osselement_rate_probe_check): Add another workaround for
5530         buggy drivers (bug #145336)
5532 2004-07-02  David Schleef  <ds@schleef.org>
5534         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
5535         Most systems don't have MSG_NOSIGNAL.
5537 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5539         * Makefile.am:
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           (hopefully) fix both install and dist and make error message useful.
5545           needs testing across automakes.
5547 2004-07-02  Benjamin Otte  <otte@gnome.org>
5549         * ext/ogg/gstogg.c: (plugin_init):
5550           we require bytestream now
5551         * ext/ogg/gstoggdemux.c: 
5552           huge diff to implement chain setup in a fast and generic way. This
5553           improves tag reading and startup of huge files (read: Theora videos)
5554           quite a bit. It probably contains bugs, too, so please test.
5555           Seeking is not improved to the fast method.
5557 2004-06-29  Wim Taymans  <wim@fluendo.com>
5559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5560         * ext/ogg/gstoggmux.c:
5561         Fix memleak in oggdemux when running unconnected pads.
5562         doc update in mux, start working on keyframe mode.
5564 2004-06-29  Benjamin Otte  <otte@gnome.org>
5566         * sys/oss/gstosssink.c:
5567         * sys/oss/gstosssrc.c:
5568           advertise correct template caps - we indeed do non-native endianness
5569           and 8bit audio has no endianness
5570         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
5571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
5572           avoid (wrong) duplications in getcaps function and return
5573           template caps
5575 2004-06-29  Wim Taymans  <wim@fluendo.com>
5577         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5578         (gst_multifdsink_class_init), (gst_multifdsink_add),
5579         (gst_multifdsink_remove), (gst_multifdsink_clear),
5580         (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_init_send), (gst_multifdsink_close):
5589         Fix wrong GList iteration that could crash the server when
5590         more then 2 clients disconnect at the same time. Read all the
5591         pending commands in one batch to recover from command storms under
5592         very heavy load.
5594 2004-06-28  Wim Taymans  <wim@fluendo.com>
5596         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5597         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
5598         (gst_videomixer_pad_set_property),
5599         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
5600         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5601         (gst_videomixer_class_init), (gst_videomixer_init),
5602         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
5603         (pad_zorder_compare), (gst_videomixer_sort_pads),
5604         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
5605         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
5606         (gst_videomixer_update_queues), (gst_videomixer_loop),
5607         (plugin_init):
5608         Avoid divide by zero, choose masterpad as the pad with the highest
5609         framerate.
5611 2004-06-27  Julien Moutte  <julien@moutte.net>
5613         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
5614         (gst_ximagesink_xwindow_new):
5615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5616         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
5617         function directly. We might want to call it from somewhere else one day.
5619 2004-06-27  Julien Moutte  <julien@moutte.net>
5621         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
5622         (gst_ximagesink_xwindow_new):
5623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5624         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
5625         window decorations.
5627 2004-06-27  Wim Taymans  <wim@fluendo.com>
5629         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
5630         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
5631         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
5632         (gst_dvdec_set_property), (gst_dvdec_get_property):
5633         * ext/dv/gstdvdec.h:
5634         Implement drop_factor property to lower the framerate with
5635         a factor.
5637 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5639         * gst-libs/gst/colorbalance/Makefile.am:
5640         * gst-libs/gst/mixer/Makefile.am:
5641         * gst-libs/gst/play/Makefile.am:
5642         * gst-libs/gst/tuner/Makefile.am:
5643           unbreak Company's fix that didn't install the -enum.h files
5645 2004-06-27  Wim Taymans  <wim@fluendo.com>
5647         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
5648         (gst_dvdec_change_state):
5649         * ext/dv/gstdvdec.h:
5650         Fix timestamp, duration and offset of the buffers.
5652 2004-06-27  Wim Taymans  <wim@fluendo.com>
5654         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5655         (gst_multifdsink_class_init), (gst_multifdsink_add),
5656         (gst_multifdsink_remove), (gst_multifdsink_clear),
5657         (gst_multifdsink_client_remove),
5658         (gst_multifdsink_handle_client_read),
5659         (gst_multifdsink_client_queue_data),
5660         (gst_multifdsink_client_queue_caps),
5661         (gst_multifdsink_client_queue_buffer),
5662         (gst_multifdsink_handle_client_write),
5663         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5664         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
5665         (gst_multifdsink_init_send), (gst_multifdsink_close):
5666         * gst/tcp/gstmultifdsink.h:
5667         * gst/tcp/gsttcpserversink.c:
5668         (gst_tcpserversink_handle_server_read),
5669         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
5670         More multifdsink fixes, more recovery policy fixes.
5671         Removed stupid g_print
5673 2004-06-26  Wim Taymans  <wim@fluendo.com>
5675         * gst/tcp/Makefile.am:
5676         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5677         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
5678         (gst_multifdsink_class_init), (gst_multifdsink_init),
5679         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
5680         (gst_multifdsink_handle_client_read),
5681         (gst_multifdsink_client_queue_data),
5682         (gst_multifdsink_client_queue_caps),
5683         (gst_multifdsink_client_queue_buffer),
5684         (gst_multifdsink_handle_client_write),
5685         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5686         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
5687         (gst_multifdsink_chain), (gst_multifdsink_set_property),
5688         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
5689         (gst_multifdsink_close), (gst_multifdsink_change_state):
5690         * gst/tcp/gstmultifdsink.h:
5691         * gst/tcp/gsttcpplugin.c: (plugin_init):
5692         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
5693         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
5694         (gst_tcpserversink_handle_server_read),
5695         (gst_tcpserversink_handle_select),
5696         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
5697         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
5698         * gst/tcp/gsttcpserversink.h:
5699         Added multifdsink, made tcpserversink a subclass of fdsink, removed
5700         one of the locks, added recovery policy to multifdsink.
5702 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5704         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5705           fix decision for when getting frames with same timestamp
5706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5707         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5708         (gst_v4lsrc_get_property):
5709         * sys/v4l/gstv4lsrc.h:
5710           add latency offset property 
5712 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5714         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
5715         (plugin_init):
5716           fix debugging. add category.
5718 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5720         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5721           fix wrong offsets
5723 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5725         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5726         (gst_alsa_src_get_time), (gst_alsa_src_loop),
5727         (gst_alsa_src_change_state):
5728           return a time that is in sync with the element's processing
5730 2004-06-25  Wim Taymans  <wim@fluendo.com>
5732         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5733         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5734         (gst_tcpserversink_client_remove),
5735         (gst_tcpserversink_handle_client_read),
5736         (gst_tcpserversink_client_queue_data),
5737         (gst_tcpserversink_client_queue_caps),
5738         (gst_tcpserversink_client_queue_buffer),
5739         (gst_tcpserversink_handle_client_write),
5740         (gst_tcpserversink_queue_buffer),
5741         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
5742         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
5743         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
5744         (gst_tcpserversink_close):
5745         * gst/tcp/gsttcpserversink.h:
5746         Serversink rewrite. Really do non blocking writes to clients and
5747         maintain an internal queue to handle slower clients while not
5748         disturbing fast clients.
5750 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5752         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5753           better debug, don't override OFFSET and OFFSET_END
5755 2004-06-25  Iain <iain@prettypeople.org>
5757         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
5758         name=source for the wavparse pipeline.
5760 2004-06-24  Johan Dahlin  <johan@gnome.org>
5762         * ext/theora/theoraenc.c (theora_enc_chain): Call
5763         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
5764         streamheader caps are set correctly.
5766 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5768         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5769         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
5770           respect minimum bitrate; same could be done for max bitrate
5772 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5774         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5775         (gst_vorbisenc_setup):
5776           fix sample rate range
5778 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5780         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
5781         (gst_oggvorbisenc_setup):
5782         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5783         (gst_vorbisenc_setup):
5784           resolve ambiguities in code and description
5786 2004-06-24  Wim Taymans  <wim@fluendo.com>
5788         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
5789         * ext/alsa/gstalsa.h:
5790         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5791         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
5792         Use alsa trigger_tstamp to get the timestamp of the first
5793         sample in the buffer for more precise sync. Some cleanups.
5795 2004-06-24  Wim Taymans  <wim@fluendo.com>
5797         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
5798         (gst_audiorate_init), (gst_audiorate_chain),
5799         (gst_audiorate_set_property), (gst_audiorate_get_property):
5800         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5801         (gst_videorate_chain):
5802         Added some logging, fixed an overflow bug in videorate.
5804 2004-06-24  Benjamin Otte  <otte@gnome.org>
5806         * ext/kio/Makefile.am:
5807           fix for builddir != srcdir and distcheck
5809 2004-06-24  Benjamin Otte  <otte@gnome.org>
5811         * gst-libs/gst/colorbalance/Makefile.am:
5812         * gst-libs/gst/mixer/Makefile.am:
5813         * gst-libs/gst/play/Makefile.am:
5814         * gst-libs/gst/tuner/Makefile.am:
5815         * gst/tcp/Makefile.am:
5816         * sys/dxr3/Makefile.am:
5817           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
5818           tarball.
5819           Also add all *.list files that were missing.
5820         * Makefile.am:
5821           add a distcheck hook to ensure the above doesn't happen again.
5823 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
5825         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
5827 2004-06-23  Colin Walters  <walters@redhat.com>
5829         * m4/Makefile.am: Distribute gst-fionread.m4.
5831 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5833         * configure.ac: back to dev
5835 2004-06-23  Wim Taymans  <wim@fluendo.com>
5837         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
5838         (gst_alsa_xrun_recovery):
5839         * ext/alsa/gstalsa.h:
5840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
5841         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
5842         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5843         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
5844         (gst_alsa_src_loop):
5845         Add clock to alsasrc. Take new capture timestamp when
5846         restarting after an overrun. Split up some functions between
5847         alsasrc and alsasink.
5849 === release 0.8.2 ===
5851 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5853         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
5854         (gst_alsa_change_state), (gst_alsa_update_avail),
5855         (gst_alsa_xrun_recovery):
5856         * ext/alsa/gstalsa.h:
5857         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5858           merge back changes from release
5860 2004-06-23  Wim Taymans  <wim@fluendo.com>
5862         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
5863         (gst_audiorate_init), (gst_audiorate_chain),
5864         (gst_audiorate_set_property), (gst_audiorate_get_property):
5865         Implement sample dropping and notify
5867 2004-06-22  Wim Taymans  <wim@fluendo.com>
5869         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5870         (theora_enc_sink_link), (theora_buffer_from_packet),
5871         (theora_push_packet), (theora_enc_chain):
5872         Some cleanups, make sure the timestamps are correct.
5874 2004-06-22  Wim Taymans  <wim@fluendo.com>
5876         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
5877         (gst_alsa_change_state), (gst_alsa_update_avail),
5878         (gst_alsa_xrun_recovery):
5879         * ext/alsa/gstalsa.h:
5880         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5881         Cleanups, take queued samples into account when reporting
5882         the time.
5884 2004-06-22  Wim Taymans  <wim@fluendo.com>
5886         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5887         (gst_videorate_init):
5888         Initialize the property as well.
5890 2004-06-22  Wim Taymans  <wim@fluendo.com>
5892         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5893         (gst_videorate_init), (gst_videorate_chain),
5894         (gst_videorate_set_property), (gst_videorate_get_property):
5895         Add property to make videorate silent.
5896         Add property to prefer new frames over old ones.
5898 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5900         * sys/osxvideo/Makefile.am:
5901         Workaround so that the osxvideo .so file gets linked with the
5902         Cocoa, OpenGL and QuickTime frameworks
5904 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5906         * sys/osxaudio/Makefile.am:
5907         Workaround so that the osxaudio .so file gets linked with the
5908         CoreAudio framework
5909  
5910 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5912         * configure.ac:
5913         Whoops, my fault...fixed build issues
5915 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5917         * configure.ac:
5918         Add objective-c support if running in Darwin/Mac OS X
5919         * sys/Makefile.am:
5920         * sys/osxvideo:
5921         * sys/osxvideo/Makefile.am:
5922         * sys/osxvideo/osxvideosink.h:
5923         * sys/osxvideo/osxvideosink.m:
5924         * sys/osxvideo/cocoawindow.h:
5925         * sys/osxvideo/cocoawindow.m:
5926         Add osxvideosink, a cocoa-based osx video sink
5927         
5929 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
5930         * ext/dvdnav/gst-dvd:
5931         Grab the gconf key from the right spot
5932         * gst/debug/gstnavseek.c: (gst_navseek_init),
5933         (gst_navseek_segseek), (gst_navseek_handle_src_event),
5934         (gst_navseek_chain):
5935         * gst/debug/gstnavseek.h:
5936           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
5937           and loop parameters of a segment seek.
5938         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5939         (gst_videotestsrc_get_event_masks),
5940         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
5941         * gst/videotestsrc/gstvideotestsrc.h:
5942           Add seeking support to videotestsrc
5943           Initialise the timestamp_offset variable.
5945 2004-06-18  Wim Taymans  <wim@fluendo.com>
5947         * ext/sidplay/gstsiddec.cc:
5948         Fix negotiation and set correct end offset.
5950 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5952         * configure.ac: branch and prerelease
5954 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5956         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5957         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
5958         (gst_tcpclientsrc_init_receive):
5959         * gst/tcp/gsttcpclientsrc.h:
5960           read caps when connecting to server for GDP so we set them correctly
5962 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5964         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5965           notify drops and duplicates
5966         * gst/videoscale/videoscale.c: (videoscale_get_structure):
5967           no good reason to limit ourselves to 100x100
5969 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5971         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5972         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
5973         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5974         (gst_v4lsrc_get_property):
5975         * sys/v4l/gstv4lsrc.h:
5976         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
5977         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
5978         (gst_v4l_set_audio):
5979         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
5980         (gst_v4lsrc_try_capture):
5981         * sys/v4l/v4lsrc_calls.h:
5982           change try_palette to more general try_capture
5983           add autoprobe option so we can turn off autoprobing
5984           various fixes
5986 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5988         * configure.ac:
5989           add videorate
5990         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
5991         (gst_ximagesink_class_init):
5992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
5993         (gst_xvimagesink_class_init):
5994           run them as finalize, not dispose, since dispose can be invoked
5995           multiple times
5997 2004-06-17  Wim Taymans  <wim@fluendo.com>
5999         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
6000         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
6001         * ext/alsa/gstalsa.h:
6002         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
6003         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
6004         (gst_alsa_src_change_state):
6005         * ext/alsa/gstalsasrc.h:
6006         Make the xrun code timestamp and offset the buffers correctly.
6007         moved the clock to the base class, use alsa methods to get time.
6008         Do correct timestamping on outgoing buffers.
6010 2004-06-17  Wim Taymans  <wim@fluendo.com>
6012         * gst/audiorate/Makefile.am:
6013         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
6014         (gst_audiorate_base_init), (gst_audiorate_class_init),
6015         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
6016         (gst_audiorate_set_property), (gst_audiorate_get_property),
6017         (gst_audiorate_change_state), (plugin_init):
6018         Added an audiorate converter that fills in gaps.
6020 2004-06-17  Johan Dahlin  <johan@gnome.org>
6022         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
6024 2004-06-16  Wim Taymans  <wim@fluendo.com>
6026         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
6027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
6028         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
6029         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
6030         (gst_v4lsrc_get_property):
6031         * sys/v4l/gstv4lsrc.h:
6032         Added a copy mode to v4lsrc where it will output a copied version
6033         of its internal hardware buffer.
6034         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
6035         can't | them.
6037 2004-06-16  Wim Taymans  <wim@fluendo.com>
6039         * sys/oss/gstosssrc.c: (gst_osssrc_get):
6040         Timestamp fixes.
6042 2004-06-16  Wim Taymans  <wim@fluendo.com>
6044         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
6045         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
6046         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
6047         (gst_v4lsrc_get_property):
6048         * sys/v4l/gstv4lsrc.h:
6049         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
6050         Added a sync mode enum property to control v4lsrc timestamp method
6051         Removed the use-fixed-fps property and moved functionality in
6052         the enum. 
6053         Don't error on an error value from v4l-conf, it might not always
6054         be a real error.
6056 2004-06-16  Wim Taymans  <wim@fluendo.com>
6058         * gst/videorate/Makefile.am:
6059         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
6060         (gst_videorate_base_init), (gst_videorate_class_init),
6061         (gst_videorate_getcaps), (gst_videorate_link),
6062         (gst_videorate_init), (gst_videorate_chain),
6063         (gst_videorate_set_property), (gst_videorate_get_property),
6064         (gst_videorate_change_state), (plugin_init):
6065         Added a video timestamp corrector.
6067 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6069         fixed a potential leak with previous commit
6070         
6071         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6073 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6075         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6076         Added missing refcount, fixes bug #144425
6077         Cheers Tim for finding the bug
6079 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6081         * sys/v4l/gstv4l.c: (plugin_init):
6082         * sys/v4l/gstv4lcolorbalance.c:
6083         * sys/v4l/gstv4lcolorbalance.h:
6084         * sys/v4l/gstv4lelement.c:
6085         * sys/v4l/gstv4lelement.h:
6086         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6087         * sys/v4l/gstv4lmjpegsink.h:
6088         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6089         * sys/v4l/gstv4lmjpegsrc.h:
6090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
6091         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
6092         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
6093         * sys/v4l/gstv4lsrc.h:
6094         * sys/v4l/gstv4ltuner.c:
6095         * sys/v4l/gstv4ltuner.h:
6096         * sys/v4l/gstv4lxoverlay.c:
6097         * sys/v4l/gstv4lxoverlay.h:
6098         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
6099         (gst_v4l_set_window), (gst_v4l_enable_overlay):
6100         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
6101         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
6102         (gst_v4l_set_audio):
6103         * sys/v4l/v4l_calls.h:
6104         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
6105         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
6106         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
6107         (gst_v4lmjpegsink_playback_init),
6108         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
6109         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
6110         (gst_v4lmjpegsink_playback_stop),
6111         (gst_v4lmjpegsink_playback_deinit):
6112         * sys/v4l/v4lmjpegsink_calls.h:
6113         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
6114         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
6115         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
6116         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
6117         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
6118         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
6119         * sys/v4l/v4lmjpegsrc_calls.h:
6120         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6121         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
6122         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
6123         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
6124         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
6125         (gst_v4lsrc_try_palette):
6126         * sys/v4l/v4lsrc_calls.h:
6127           bunch of paranoia cleanups
6129 2004-06-14  David Schleef  <ds@schleef.org>
6131         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
6132         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
6133         Send discont events and change timestamps appropriately when
6134         we get a seek event.  (bug #144240)
6135         * ext/cdparanoia/gstcdparanoia.h:
6137 2004-06-14  Benjamin Otte  <otte@gnome.org>
6139         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
6140           snd_pcm_hw_params_set_rate  since the latter fails for no good 
6141           reason on some setups.
6143 2004-06-14  David Schleef  <ds@schleef.org>
6145         * gst/volume/demo.c: (value_changed_callback): exp10() is not
6146         standard.  Thank you for playing.
6148 2004-06-14  Wim Taymans  <wim@fluendo.com>
6150         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
6151         Patch 1.3 broke the ordering of the colorspace info and
6152         made the plugin basically work by coincidence, reordered
6153         the info.
6155 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6157         * ext/lame/gstlame.c:
6158         * ext/mad/gstmad.c:
6159           sync caps.  Make sure mad can only output a list of rates, not
6160           a full range.  In the future, have three caps lists for each of the
6161           mpeg versions.  Change mpegversion to a double as well.
6163 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6165         * gst/volume/.cvsignore:
6166         * gst/volume/Makefile.am:
6167         * gst/volume/demo.c: (value_changed_callback), (idler),
6168         (setup_gui), (main):
6169           added small demo app
6171 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
6172         * ext/esd/esdsink.c: (gst_esdsink_change_state):
6173         * ext/esd/esdsink.h:
6174         Close the esd connection on pause, because esd will just wait -  
6175         blocking all other esd clients indefinitely.
6177 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
6179         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
6180           previous commit with GST_DEBUG
6182 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6184         * configure.ac:
6185           add a header check for a dvdread header in dvdnav.  Fixes #133002
6187 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6189         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
6190         * gst/tcp/gsttcpclientsink.h:
6191         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
6192         * gst/tcp/gsttcpclientsrc.h:
6193         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
6194         (gst_tcpserversink_handle_server_read),
6195         (gst_tcpserversink_init_send):
6196         * gst/tcp/gsttcpserversink.h:
6197         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6198         * gst/tcp/gsttcpserversrc.h:
6199         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
6200         version of IP)
6202 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6204         * configure.ac:
6205         Added ogg library so that OSX detects libtheora properly
6206         
6207 2004-06-11  Wim Taymans  <wim@fluendo.com>
6209         * ext/theora/theoradec.c: (theora_dec_chain),
6210         (theora_dec_change_state):
6211         Don't try to decode frames before we received a keyframe.
6213 2004-06-11  Wim Taymans  <wim@fluendo.com>
6215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6216         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
6217         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6218         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
6219         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
6220         Added property to set the maximum delay of a page.
6222 2004-06-10  Wim Taymans  <wim@fluendo.com>
6224         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6225         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
6226         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6227         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
6228         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
6229         Added max-delay property to control the maximum amount
6230         of data to put in one page.
6232 2004-06-10  Wim Taymans  <wim@fluendo.com>
6234         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6235         (gst_theora_enc_init), (theora_enc_sink_link),
6236         (theora_buffer_from_packet), (theora_enc_set_property),
6237         (theora_enc_get_property):
6238         Set duration on encoded buffer, added some more properties
6240 2004-06-10  Wim Taymans  <wim@fluendo.com>
6242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6243         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6244         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
6245         * ext/theora/theoraenc.c: (theora_enc_chain):
6246         Fix refcounting bugs
6248 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6251         (gst_asf_demux_loop), (gst_asf_demux_process_file),
6252         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
6253         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
6254         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
6255         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
6256         (gst_asf_demux_change_state):
6257         * gst/asfdemux/gstasfdemux.h:
6258           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
6259           feels like. I think we should set a new requirement for demuxers
6260           from now on to implement sane loop functions, data loops, query
6261           and seek functions before first commit into CVS. And this commit
6262           fixes all of the above.
6264 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
6266         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
6267           vorbis comments are properly encoded in UTF-8 before adding them
6268           to a GstTagList
6270 2004-06-09  Benjamin Otte  <otte@gnome.org>
6272         * ext/alsa/gstalsa.c: (add_channels):
6273           handle min <= max correctly
6274         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
6275         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
6276           add fixation functions so we fixate correctly. No preferring of alaw
6277           anymore because it's the first structure.
6278         * ext/alsa/gstalsa.h:
6279         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
6280         (gst_alsa_hw_params_dump):
6281           add functions to ease debugging in alsalib
6282         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
6283         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
6284         (gst_alsa_start_audio):
6285           only specify hw params if we really setup a format (fixes #134007 -
6286           or at least works around it)
6288 2004-06-09  Wim Taymans  <wim@fluendo.com>
6290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6291         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
6292         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
6293         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
6294         (gst_ogg_mux_loop):
6295         Use stream caps to setup the initial pages in the ogg stream.
6296         Correctly set the streamheader caps on the srcpad.
6298 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
6301         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
6302         (gst_v4lsrc_getcaps):
6303         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
6304         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
6305           add querying of fps lists for webcams.  Negotiating to a framerate
6306           now works.
6308 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6310         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6311         (theora_push_buffer), (theora_push_packet),
6312         (theora_set_header_on_caps), (theora_enc_chain):
6313           mark buffers and put on streamheader, raw theora streaming
6314           now works too, whee
6316 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6318         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
6319         (gst_tcp_gdp_read_caps):
6320           do a looping read for caps and GDP headers too
6322 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6324         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6325         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
6326           return EOS instead of NULL in _get
6328 2004-06-08  Wim Taymans  <wim@fluendo.com>
6330         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
6331         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
6332         (gst_tcp_gdp_write_caps):
6333         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6334         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
6335         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
6336         Memory leak fixes
6338 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6340         * ext/vorbis/Makefile.am:
6341         * ext/vorbis/vorbis.c: (plugin_init):
6342         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
6343         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
6344         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
6345         (vorbis_parse_change_state):
6346         * ext/vorbis/vorbisparse.h:
6347           adding a vorbisparse element that marks the buffers, streaming
6348           raw vorbis using GDP now works, whee
6350 2004-06-08  Wim Taymans  <wim@fluendo.com>
6352         * ext/jpeg/Makefile.am:
6353         * ext/jpeg/README:
6354         * ext/jpeg/gstjpeg.c: (plugin_init):
6355         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
6356         (gst_smokedec_base_init), (gst_smokedec_class_init),
6357         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
6358         * ext/jpeg/gstsmokedec.h:
6359         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
6360         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
6361         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
6362         (gst_smokeenc_resync), (gst_smokeenc_chain),
6363         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
6364         * ext/jpeg/gstsmokeenc.h:
6365         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
6366         (smokecodec_flush_destination), (smokecodec_term_destination),
6367         (smokecodec_init_source), (smokecodec_fill_input_buffer),
6368         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
6369         (smokecodec_term_source), (smokecodec_encode_new),
6370         (smokecodec_decode_new), (smokecodec_info_free),
6371         (smokecodec_set_quality), (smokecodec_get_quality),
6372         (smokecodec_set_threshold), (smokecodec_get_threshold),
6373         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
6374         (find_best_size), (abs_diff), (put), (smokecodec_encode),
6375         (smokecodec_parse_header), (smokecodec_decode):
6376         * ext/jpeg/smokecodec.h:
6377         Added a new simple jpeg based codec
6379 2004-06-08  Wim Taymans  <wim@fluendo.com>
6381         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6382         (gst_multipart_mux_loop):
6383         Fix memory leak
6385 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6387         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6388         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
6389         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
6390         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
6391         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
6392         * gst/tcp/gsttcpserversink.h:
6393           take streamheader into account
6395 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6397         * gst/level/Makefile.am:
6398         * gst/level/gstlevel.c: (gst_level_class_init):
6399           clean up marshal generation
6401 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6403         * gst/tcp/Makefile.am:
6404         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
6405         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
6406         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
6407         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6408         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
6409         (gst_tcpclientsrc_get_property):
6410         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6411         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
6412         (gst_tcpserversink_handle_client_read),
6413         (gst_tcpserversink_handle_client_write),
6414         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
6415         * gst/tcp/gsttcpserversink.h:
6416           add signals client-added and client-removed
6417         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6418         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
6419         (gst_tcpserversrc_get_property):
6420         uniformized, change default protocol to NONE
6421         * gst/tcp/gsttcp-marshal.list: added
6422 2004-06-07  Benjamin Otte  <otte@gnome.org>
6424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6425           handle discont events if they happen before caps nego
6427 2004-06-07  Wim Taymans  <wim@fluendo.com>
6429         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
6430         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
6431         (gst_multipart_demux_plugin_init):
6432         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6433         (gst_multipart_mux_init), (gst_multipart_mux_loop),
6434         (gst_multipart_mux_change_state):
6435         Small updates, fix a memleak
6437 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6439         * configure.ac: OSS portability
6440         * ext/arts/gst_arts.c: idem
6441         * sys/oss/gstosselement.c: idem
6442         * sys/oss/gstossmixer.c: idem
6443         * sys/oss/gstosssink.c: idem
6444         * sys/oss/gstosssrc.c: idem
6445         * sys/oss/oss_probe.c: idem
6446           - check for soundcard.h in different places for some BSD
6448 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
6450         * AUTHORS:
6451         Add me to the authors file
6452         * configure.ac:
6453         Increase the libdv requirement to >= version 0.100
6454         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6455         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
6456         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
6457         * ext/dv/gstdvdec.h:
6458         Add support for the new_media flag when sending DISCONT events
6459         Make the querying work when video pad is not linked
6461 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6463         reviewed by Benjamin Otte  <otte@gnome.org>
6465         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
6466           create a NULL-initialized array of pads, so we don't think they
6467           exist already. (fixes #143130)
6469 2004-06-07  Benjamin Otte  <otte@gnome.org>
6471         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
6472         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
6473         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
6474           don't use // coments
6476 2004-06-07  Benjamin Otte  <otte@gnome.org>
6478         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
6479           cast to GstClockTime to get higher granularity
6480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6481           use gst_element_set_time_delay to get the exact time
6482         * ext/mad/gstmad.c: (gst_mad_chain):
6483           use the negotiated rate instead of the current frame's rate which
6484           might be wrong because of bit errors. This avoids emitting totally
6485           bogus timestamps and screwing sync.
6486         (fixes #143454)
6488 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6490         reviewed by Benjamin Otte  <otte@gnome.org>
6492         * gst/adder/gstadder.c: (gst_adder_loop):
6493           properly error out when no negotiation has happened yet. (fixes
6494           #143032)
6496 2004-06-06  Benjamin Otte  <otte@gnome.org>
6498         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6499           forward correctly transformed offset in discont events. Based on
6500           patch by Arwed v. Merkatz. (fixes #142851)
6502 2004-06-06  David Schleef  <ds@schleef.org>
6504         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
6505         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
6506         problems on several systems.
6508 2004-06-06  Benjamin Otte  <otte@gnome.org>
6510         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6511           use explicit caps on the srcpad
6512         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6513           properly error out if caps couldn't be set (fixes #142764)
6515 2004-06-06  Benjamin Otte  <otte@gnome.org>
6517         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
6518         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
6519         (gst_alsa_start_audio):
6520           - don't call set_periods_integer anymore, it breaks the
6521           configuration randomly
6522           - call snd_pcm_hw_params_set_access directly instead of using masks
6523           - don't fail if the sw_params can't be set, just use the default
6524           params and hope it works. Alsalib has weird issues when you touch
6525           sw_params and does no proper error reporting about what failed.
6526         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6527         (gst_alsa_close_audio):
6528           make our alsa debugging go via gst debugging and not conditionally
6529           defined
6530         * ext/alsa/gstalsa.h:
6531           add ALSA_DEBUG_FLUSH macro
6532         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
6533         (plugin_init):
6534           wrap alsa errors to be printed via the gst debugging system and not
6535           spammed to stderr
6537 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6539         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
6540         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
6541         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
6542         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
6543         (qtdemux_parse_trak):
6544         * gst/qtdemux/qtdemux.h:
6545           Bitch. Also known as seeking, querying & co.
6546         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
6547         (gst_osssink_change_state):
6548         * sys/oss/gstosssink.h:
6549           Resyncing is for weenies, this hack is no longer needed and was
6550           broken anyway (since it - unintendedly - always leaves resync to
6551           TRUE).
6553 2004-06-05  Andrew Turner <zxombie@hotpop.com>
6555         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
6556         * gst/tcp/gsttcpclientsrc.h: idem
6557           - define MSG_NOSIGNAL if not done
6558           - include unistd.h for off_t
6559           (fixes #143749)
6561 2004-06-05  Benjamin Otte  <otte@gnome.org>
6563         * configure.ac:
6564         * ext/kio/Makefile.am:
6565           check for qt's moc preprocessor explicitly and use it
6567 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6569         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
6570           don't get a signal for EPIPE on socket writes
6571           (somebody check if this works on other platforms)
6573 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6575         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
6576         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6577           check error condition on available samples correctly
6579 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6581         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
6582           avoid a segfault
6583         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6584         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
6585         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
6586         (gst_tcpserversrc_gdp_read_header):
6587          use ssize_t over size_t since the former is signed and thus the
6588          check for error codes can work
6590 2004-06-02  Wim Taymans  <wim@fluendo.com>
6592         reviewed by: Johan
6594         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6595         (gst_multipart_mux_loop):
6596         Oops
6598 2004-06-02  Wim Taymans  <wim@fluendo.com>
6600         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6601         (gst_multipart_mux_init), (gst_multipart_mux_loop),
6602         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
6603         (gst_multipart_mux_change_state):
6604         Added configurable boundary specifier, added the value as a
6605         caps field as well.
6607 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6609         * gst/tcp/gsttcp.c:
6610         * gst/tcp/gsttcpclientsrc.c:
6611         * gst/tcp/gsttcpclientsrc.h:
6612         * gst/tcp/gsttcpserversrc.c:
6613           - portability fix, to compile on OSX
6614             (fixes #143146)
6616         * sys/osxaudio/gstosxaudioelement.c:
6617         * sys/osxaudio/gstosxaudiosink.c:
6618         * sys/osxaudio/gstosxaudiosrc.c:
6619           - compilation warnings on OSX
6620             (fixes #143153)
6622 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6624         * ext/vorbis/vorbisdec.c : sign warning fixes
6626         * gst-libs/gst/mixer/mixertrack.c :
6627           do no use defines which are glib 2.4 specific
6629 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
6631         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
6632           buffer since libflac doesn't expect it (reports a sync error when 
6633           it encounters that)
6635         
6636 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
6638         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
6639         * gst-libs/gst/mixer/mixertrack.c:
6640         (gst_mixer_track_get_property), (get_mixer_track_init),
6641         (get_mixer_track_get_property): Added property accessors
6642         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
6643         * gst-libs/gst/mixer/mixeroptions.c:
6644         (gst_mixer_options_get_values): Added   
6645         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
6646         * gst-libs/gst/mixer/mixer.c: Fixed comment
6649 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6651         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
6652           improve error messages on open
6655 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6657         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
6658           check if v4l-conf is in path
6660 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6662         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
6663           change assert to a more readable error message
6665 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6667         * gst-libs/gst/tuner/tunerchannel.h:
6668           - add a freq_multiplicator field to make the conversion
6669             between internal frequency unit and Hz
6670         * sys/v4l/gstv4lelement.c:
6671         * sys/v4l2/gstv4l2element.c:
6672           - change default video device to /dev/video0
6673         * sys/v4l/v4l_calls.c:
6674         * sys/v4l2/v4l2_calls.c:
6675           - we only expose frequency to the user in Hz instead of
6676             bastard v4lX unit (either 62.5kHz or 62.5Hz)
6678 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
6679         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6680           Initialise b_o_s and e_o_s variables
6681         * gst-libs/gst/riff/riff-media.c:
6682         (gst_riff_create_video_caps_with_data):
6683           Add some unusual fourcc's from mplayer avi's
6684         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
6685           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
6686           autoplugging.
6688 2004-05-28  Wim Taymans  <wim@fluendo.com>
6690         * configure.ac:
6691         * gst/alpha/Makefile.am:
6692         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6693         (gst_alpha_get_type), (gst_alpha_base_init),
6694         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
6695         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
6696         (gst_alpha_chroma_key), (gst_alpha_chain),
6697         (gst_alpha_change_state), (plugin_init):
6698         A plugin to add an alpha channel to I420 video. Can optionally do
6699         chroma keying.
6700         * gst/multipart/Makefile.am:
6701         * gst/multipart/multipart.c: (plugin_init):
6702         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
6703         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
6704         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
6705         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
6706         (gst_multipart_demux_change_state),
6707         (gst_multipart_demux_plugin_init):
6708         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
6709         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
6710         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
6711         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
6712         (gst_multipart_mux_pad_unlink),
6713         (gst_multipart_mux_request_new_pad),
6714         (gst_multipart_mux_handle_src_event),
6715         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
6716         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
6717         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
6718         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
6719         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
6720         send multipart jpeg images to a browser.
6721         * gst/videobox/Makefile.am:
6722         * gst/videobox/README:
6723         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
6724         (gst_video_box_get_type), (gst_video_box_base_init),
6725         (gst_video_box_class_init), (gst_video_box_init),
6726         (gst_video_box_set_property), (gst_video_box_get_property),
6727         (gst_video_box_sink_link), (gst_video_box_i420),
6728         (gst_video_box_ayuv), (gst_video_box_chain),
6729         (gst_video_box_change_state), (plugin_init):
6730         Crops or adds borders around an image. can do alpha channel
6731         borders as well.
6732         * gst/videomixer/Makefile.am:
6733         * gst/videomixer/README:
6734         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
6735         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
6736         (gst_videomixer_pad_get_sink_event_masks),
6737         (gst_videomixer_pad_get_property),
6738         (gst_videomixer_pad_set_property),
6739         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
6740         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
6741         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
6742         (gst_videomixer_base_init), (gst_videomixer_class_init),
6743         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6744         (gst_videomixer_handle_src_event),
6745         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
6746         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
6747         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
6748         (gst_videomixer_loop), (gst_videomixer_get_property),
6749         (gst_videomixer_set_property), (gst_videomixer_change_state),
6750         (plugin_init):
6751         Generic video mixer plugin, can handle multiple inputs all with
6752         different framerates and video sizes. Is fully alpha channel
6753         aware.
6755 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6757         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6758           Select first track as master track. Not sure how else to handle
6759           that...
6760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
6761           Discard discont events. Should fix #142962.
6763 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6765         * ext/alsa/Makefile.am:
6766         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
6767         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
6768         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6769         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
6770         (gst_alsa_mixer_get_option):
6771         * ext/alsa/gstalsamixer.h:
6772         * ext/alsa/gstalsamixeroptions.c:
6773         (gst_alsa_mixer_options_get_type),
6774         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
6775         (gst_alsa_mixer_options_new):
6776         * ext/alsa/gstalsamixeroptions.h:
6777         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6778         * ext/alsa/gstalsamixertrack.h:
6779           Add enumerations (as GstMixerOptions). Make correct distinction
6780           between input/output tracks. Add capture/playback private flag.
6781           Use flag to decide on whether to set capture or playback volumes
6782           or switches. Use playback and record switches.
6783         * gst-libs/gst/mixer/Makefile.am:
6784         * gst-libs/gst/mixer/mixer-marshal.list:
6785         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
6786         (gst_mixer_set_option), (gst_mixer_get_option),
6787         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
6788         (gst_mixer_volume_changed), (gst_mixer_option_changed):
6789         * gst-libs/gst/mixer/mixer.h:
6790         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
6791         (gst_mixer_options_class_init), (gst_mixer_options_init),
6792         (gst_mixer_options_dispose):
6793         * gst-libs/gst/mixer/mixeroptions.h:
6794           Add GstMixerOptions.
6795         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6796           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
6797           broken device detection on computers with multiple OSS sound
6798           cards.
6800 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6802         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6803           fixate nicely even when the peer is not negotiating
6805 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6807         * gst/audioconvert/gstaudioconvert.c:
6808         (gst_audio_convert_parse_caps):
6809           make sure we don't allow depth > width
6810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6811           fixate endianness to G_BYTE_ORDER as default
6812         * gst/audioscale/gstaudioscale.c:
6813           we don't handle another endianness as host-endianness
6815 2004-05-25  David Schleef  <ds@schleef.org>
6817         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
6819 2004-05-24  Benjamin Otte  <otte@gnome.org>
6821         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
6822         (gst_oggvorbisenc_setup):
6823           properly fail when we can't setup the vorbis encoder due to
6824           unsupported settings
6825         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
6826         (gst_vorbisenc_setup):
6827           same
6828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6829           fix case where warnings occured when one pad was unlinked while the
6830           other's link function was called
6832 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6834         * gst/tcp/Makefile.am:
6835           use GST_ENABLE_NEW
6837 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6839         * gst-libs/gst/resample/private.h:
6840           don't use optimizations that are #if 0'ed
6842 2004-05-24  Wim Taymans  <wim@fluendo.com>
6844         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6845         Fix potential division by zero error and hopefully get
6846         the position query right to get correct timestamps on avi
6847         audio.
6849 2004-05-24  Wim Taymans  <wim@fluendo.com>
6851         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
6852         (gst_videoscale_scale_nearest_str2),
6853         (gst_videoscale_scale_nearest_str4),
6854         (gst_videoscale_scale_nearest_32bit),
6855         (gst_videoscale_scale_nearest_24bit),
6856         (gst_videoscale_scale_nearest_16bit):
6857         Fix the scaling algorithm and avoid a buffer overflow.
6858         removed the while loop in the scaling function as it
6859         was used for point sampling only.
6861 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6863         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
6864         (gst_id3_tag_class_init), (gst_id3_tag_init),
6865         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
6866         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
6867         (gst_id3_tag_send_tag_event):
6868           lots of fixes to make id3mux work and id3demux work correctly
6870 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6872         * ext/Makefile.am:
6873           add rules to build shout2send (was removed by accident
6874           when this module was no more marked experimental/broken)
6876 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6878         * ext/shout2/gstshout2.c:
6879         * ext/shout2/gstshout2.h:
6880           adding a "connection problem" signal to shout2send
6881           (fixes #142954)
6883 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6885         * ext/kio/kioreceiver.cpp:
6886         * ext/kio/kioreceiver.h:
6887           fix sign comparison issues
6889 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6891         * gst/cdxaparse/gstcdxaparse.c:
6892         * gst/cdxaparse/gstcdxaparse.h:
6893           some renaming
6894           add some checks/sanity
6895           prepare for seek addition
6897         * sys/sunaudio/gstsunaudio.c:
6898           remove exported dupe init function
6900 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
6902         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
6903         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
6904           Fix format conversion and position querying.
6905         * gst/debug/progressreport.c: (gst_progressreport_report):
6906           Don't output a bogus total value that we didn't query.
6907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6908           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
6909           only a blank window after xine has been used.
6911 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6913         * m4/as-arts.m4:
6914           sync with upstream version to fix test on FC2
6915           readd with -ko to preserve Id header
6917 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6919         * configure.ac:
6920           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
6921         * gst/tcp/gsttcpclientsrc.c: idem
6922         * gst/tcp/gsttcpserversink.c: idem
6923         * gst/tcp/gsttcpserversrc.c: idem
6924         * m4/gst-fionread.m4: idem
6926         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
6928         * configure.ac: enable speex plugin for speex 1.1.5+
6929         * ext/speex/gstspeexenc.c: fix cast warning
6931         * ext/esd/README: fix typo
6933 2004-05-20  David Schleef  <ds@schleef.org>
6935         * configure.ac: Minor cosmetic change to convince the buildbot to
6936         reautogen.
6937         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
6938         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
6939         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
6940         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
6941         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
6942         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
6943         More hacking.  Plays audio now.
6945 2004-05-20  David Schleef  <ds@schleef.org>
6947         * configure.ac:
6948         * sys/Makefile.am:
6950 2004-05-20  David Schleef  <ds@schleef.org>
6952         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
6953         * sys/osxaudio/gstosxaudio.c:
6954         * sys/osxaudio/gstosxaudioelement.c:
6955         * sys/osxaudio/gstosxaudioelement.h:
6956         * sys/osxaudio/gstosxaudiosink.c:
6957         * sys/osxaudio/gstosxaudiosink.h:
6958         * sys/osxaudio/gstosxaudiosrc.c:
6959         * sys/osxaudio/gstosxaudiosrc.h:
6961 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
6964         (gst_vorbisenc_chain):
6965           put the codec headers on the caps as streamheader as well as
6966           pushing them out
6968 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6970         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
6971         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6972         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
6973         split up push_packet into two functions
6975 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6977         * gst/tcp/.cvsignore:
6978           ignore enums
6979         * gst/tcp/Makefile.am:
6980         * gst/tcp/README:
6981         * gst/tcp/gsttcp.c:
6982         * gst/tcp/gsttcp.h:
6983         * gst/tcp/gsttcpclientsink.c:
6984         * gst/tcp/gsttcpclientsink.h:
6985         * gst/tcp/gsttcpclientsrc.c:
6986         * gst/tcp/gsttcpclientsrc.h:
6987         * gst/tcp/gsttcpplugin.c:
6988         * gst/tcp/gsttcpserversink.c:
6989         * gst/tcp/gsttcpserversink.h:
6990         * gst/tcp/gsttcpserversrc.c:
6991         * gst/tcp/gsttcpserversrc.h:
6992           add new tcp elements
6994 2004-05-19  Wim Taymans  <wim@fluendo.com>
6996         * gst/law/mulaw-conversion.c: (mulaw_encode):
6997         Fix overflow bug in ulaw encoding.
6999 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7001         * ext/mad/gstmad.c: (gst_mad_handle_event):
7002           don't unref the event twice
7004 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7006         * configure.ac:
7007           remove -Wno-sign-compare
7009 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7011         * configure.ac:
7012           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
7013           if you want to work against glib 2.2 and 2.4
7015 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7017         * gst/tcp/Makefile.am:
7018         * gst/tcp/gsttcp.c:
7019         * gst/tcp/gsttcp.h:
7020         * gst/tcp/gsttcpsink.h:
7021         * gst/tcp/gsttcpsrc.h:
7022           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
7024 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7026         * gst/debug/tests.c: (md5_get_value):
7027           fix segfault on gst-inspect
7029 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7031         * gst/debug/testplugin.c: 
7032         * gst/debug/tests.c: 
7033         * gst/debug/tests.h:
7034           add new extensible and configurable testing element. Current tests
7035           include buffer count, stream length, timestamp/duration matching and
7036           md5.
7037         * gst/debug/Makefile.am:
7038         * gst/debug/gstdebug.c: (plugin_init):
7039           add infrastructure for new element
7041 2004-05-19  Johan Dahlin  <johan@gnome.org>
7043         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
7044         ending of the array. Fixes gst-inspect segfault on ppc.
7046 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7048         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
7050         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
7052 2004-05-18  David Schleef  <ds@schleef.org>
7054         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
7055         warnings (bugs, actually) noticed by gcc but not forte.
7057 2004-05-18  David Schleef  <ds@schleef.org>
7059         * sys/sunaudio/Makefile.am:
7060         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
7062 2004-05-18  David Schleef  <ds@schleef.org>
7064         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7065         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
7066         to allow qtdemux to use non-seekable streams. (bug #142272)
7068 2004-05-18  David Schleef  <ds@schleef.org>
7070         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
7071         (gst_resample_sinc_ft_float): Remove use of static temporary
7072         buffer.  This code was obviously not supposed to last long, but
7073         it's stuck in our ABI, so it required a little hack to make it
7074         ABI-compatible.  Fixes #142585.
7075         * gst-libs/gst/resample/resample.h: same.
7077 2004-05-18  David Schleef  <ds@schleef.org>
7079         * configure.ac: Add sunaudio
7080         * examples/Makefile.am: make gstplay depend on gconf
7081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
7082         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
7083         (convert_table_lookup), (img_convert): remove c99-isms
7084         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
7085           unsigned, to fix a warning on Solaris
7086         * gst/mpeg1sys/systems.c: bcopy->memcpy
7087         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
7088         * sys/Makefile.am: Add sunaudio
7090 2004-05-18  Wim Taymans  <wim@fluendo.com>
7092         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
7093         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
7094         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
7095         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7096         (gst_ogg_mux_loop):
7097         Fix an ugly memleak where the muxer didn't flush enough ogg
7098         pages. This also resulted in badly muxed ogg files.
7100 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7102         * gst/asfdemux/asfheaders.c :
7103         * gst/asfdemux/asfheaders.h :
7104         * gst/asfdemux/gstasfdemux.c :
7105           - fix ASF_OBJ_PADDING guid
7106           - add 3 new object guids (language list, metadata, 
7107             extended stream properties)
7108           - add a function to parse extended header objects
7110 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7112         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
7113           remove leftover debugging g_print
7115 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7117         * ext/mad/gstmad.c: (gst_mad_handle_event):
7118           Fix for when the first format in a discont event is not a
7119           byte-based one. Should fix #137710.
7121 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7123         * m4/a52.m4 : fix compilation with -Wall -Werror
7124         * m4/libfame.m4 : idem
7125         * m4/libmikmod.m4 : idem
7127 2004-05-17  Benjamin Otte  <otte@gnome.org>
7129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7130           signal the new tags before giving up the reference
7132 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7134         * ext/shout2/gstshout2.c:
7135           use application/ogg instead of application/x-ogg (patch by Patrick
7136           Guimond, fixes #142432)
7137         * sys/oss/gstosselement.c: (gst_osselement_reset),
7138         (gst_osselement_sync_parms):
7139           don't set fragment size unless specified (fixes #142493)
7141 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7143         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
7144           fixes #142664
7146 2004-05-17  Benjamin Otte  <otte@gnome.org>
7148         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7149           compute offsets correctly for internal buffers so timestamps are set
7150           correctly when we can't seek. Also handle cases where there are no
7151           offsets. (based on a patch by David Moore, fixes #142507)
7153 2004-05-17  Benjamin Otte  <otte@gnome.org>
7155         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7156           use correct variable when determining amount of data to skip so we
7157           don't skip into the void and segfault
7159 2004-05-16  Benjamin Otte  <otte@gnome.org>
7161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7162           Hi, I'm a memleak
7164 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7166         * gst/asfdemux/gstasfdemux.c:
7167           - fix a mem leak and always propagate tags
7168           - add WMV3 to known video codecs (but no decoder yet)
7169           - replace "surplus data" at end of audio header for what
7170             it is : codec specific data
7171           - fix a typo
7173 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
7175         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
7177         * gst-libs/gst/audio/audioclock.c:
7178           Fix wrong return type (#142205).
7180 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7182         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
7183           Ignore CRCs by default (fixes #142566).
7185 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7187         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
7188         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
7189         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
7190         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
7191         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7192         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
7193           Fix for cases where we fail to attach to a mixer.
7195 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7197         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
7198           Don't touch events after not owning them anymore.
7199         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7200         (gst_wavparse_fmt), (gst_wavparse_other),
7201         (gst_wavparse_handle_seek), (gst_wavparse_loop),
7202         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7203         (gst_wavparse_srcpad_event):
7204         * gst/wavparse/gstwavparse.h:
7205           Add seeking, fix querying.
7207 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7210           - process comments even if they don't end with \0\0
7211             g_convert would ignore them if present and works well without them
7213 2004-05-16  Benjamin Otte  <otte@gnome.org>
7215         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
7216           simplify caps
7218 2004-05-16  Benjamin Otte  <otte@gnome.org>
7220         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7221           don't write to memory we might not write to - g_convert does that
7222           for us anyway (fixes #142613)
7223         (gst_asf_demux_audio_caps):
7224           comment out gst_util_dump_mem
7226 2004-05-16  Benjamin Otte  <otte@gnome.org>
7228         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7229           compute correct expected timestamps after seek (broken since
7230           last commit)
7231         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
7232           rename element and debugging category to gdkpixbufscale
7234 2004-05-16  Benjamin Otte  <otte@gnome.org>
7236         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7237           add error checking to snd_pcm_delay and remove duplicate call to
7238           snd_pcm_delay that caused issues (see inline code comments)
7239         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
7240           make more readable and fix return value when snd_pcm_delay fails
7241         (fixes #142586)
7243 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
7244         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
7245         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
7246         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
7247         (gst_pixbufscale_link), (gst_pixbufscale_init),
7248         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
7249         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
7250         (gst_pixbufscale_get_property), (pixbufscale_init):
7251         * ext/gdk_pixbuf/pixbufscale.h:
7252         Add these files I forgot earlier
7254 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
7255         * ext/gdk_pixbuf/Makefile.am:
7256         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
7257         * ext/gdk_pixbuf/gstgdkpixbuf.h:
7258         Add new pixbufscale element to scale RGB video
7259         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
7260         and HYPER interpolation correctly.
7261         * ext/theora/theoraenc.c: (theora_enc_chain),
7262         Discard buffer and return if explicit caps could not be set
7263         (theora_enc_get_property):
7264         Make _get return kbps for the bitrate consistent with
7265         the _set function.
7268 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7270         * ext/libvisual/visual.c: (gst_visual_chain):
7271           add missing visual_audio_analyze
7273 2004-05-14  David Schleef  <ds@schleef.org>
7275         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
7276         is killed while we're playing.
7277         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
7278         gst_element_no_more_pads().
7280 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7282         * gst-libs/gst/riff/riff-read.c :
7283           - fix INFO tag extraction in RIFF/AVI files
7284             because gst_event_unref (event) also freed taglist
7285           - avoid a mem leak
7287 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7289         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
7290         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
7292         * gst/auparse/gstauparse.c :
7293           - add code (commented for now) to support audio/x-adpcm on src pad
7294             (we have no decoder for those layout yet)
7296         * gst/cdxaparse/gstcdxaparse.c :
7297         * gst/cdxaparse/gstcdxaparse.h :
7298           - partial rewrite using RiffRead (ripped iain's wavparse code)
7300         * gst/rtp/gstrtpL16enc.c : typo
7301         * gst/rtp/gstrtpgsmenc.c : typo
7303 2004-05-13  Benjamin Otte  <otte@gnome.org>
7305         * configure.ac:
7306           check for exact version of libvisual, it's not supposed to be
7307           API/ABI stable yet
7309 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
7312           signal no-more-pads
7314 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7316         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
7317         Report which format was used for GST_FORMAT_DEFAULT
7318         * gst/debug/Makefile.am:
7319         * gst/debug/gstdebug.c: (plugin_init):
7320         * gst/debug/progressreport.c: (gst_progressreport_base_init),
7321         (gst_progressreport_class_init), (gst_progressreport_init),
7322         (gst_progressreport_report), (gst_progressreport_set_property),
7323         (gst_progressreport_get_property), (gst_progressreport_chain),
7324         (gst_progressreport_plugin_init):
7325         Add progressreport element for testing.
7327 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
7330         * sys/v4l/gstv4lsrc.h:
7331         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
7332         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
7333         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
7334         (gst_v4lsrc_grab_frame):
7335           add more debugging
7336           send a discont at start
7338 2004-05-12  Colin Walters  <walters@redhat.com>
7340         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
7341         inflooping if we can't find a chunk.  Or in other words, don't blow
7342         chunks if we don't have a chunk to blow.
7344 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7345         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
7346         Remove old debug output
7347         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
7348         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
7349         (gst_dvdec_set_property), (gst_dvdec_get_property):
7350         Change the quality setting to an enum, so it works from gst-launch
7351         Don't renegotiate a non-linked pad. Allows audio only decoding.
7352         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
7353         (gst_deinterlace_link), (gst_deinterlace_init):
7354         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7355         (gst_videodrop_link):
7356         Some caps negotiation fixes
7358 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7360         * ext/tarkin/gsttarkin.c :
7361           - Change RANK from NONE to PRIMARY
7362         * ext/gdk_pixbuf/gstgdkpixbuf.c :
7363           - Change RANK from NONE to MARGINAL
7364         * ext/divx/gstdivxenc.c :
7365           - Change RANK from PRIMARY to NONE (encoder/spider issue)
7367 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7369         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
7370         (gst_vorbisenc_push_packet):
7371           copy a function that was added between 1.0 and 1.0.1 until we
7372           depend on worthwhile features of post-1.0
7374 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7376         * configure.ac:
7377           enable shout2 by default
7378         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
7379         (gst_shout2send_base_init), (gst_shout2send_init),
7380         (gst_shout2send_connect), (gst_shout2send_change_state):
7381         * ext/shout2/gstshout2.h:
7382           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
7383           #142262)
7384         * ext/theora/theora.c: (plugin_init):
7385           don't set rank on encoders
7387 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
7389         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7390           Use codec_data property instead of flag1 and flag2 for wma
7392 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7394         * gst/cdxaparse/gstcdxaparse.c :
7395           - Add mpegversion to CAPS to make it link
7396           - Rank is as GST_RANK_SECONDARY instead of NONE
7397         * gst/auparse/gstauparse.c :
7398           - Document all audio encoding we can encounter from Solaris 9
7399             headers and libsndfile information.
7400           - Increase max. rate from 48000 to 192000 (to match other elements)
7401           - Don't try to play junk data between header and samples
7403 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7405         * ext/libvisual/visual.c: (gst_visual_getcaps):
7406           use the right caps depending on endianness (I hope)
7407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
7408           use GST_RANK_NONE for all non-decoding elements or spider gets
7409           mighty confused
7411 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7414           Fix some odd cases and fix BE metadata parsing of unicode16 text.
7416 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7418         * gst/switch/gstswitch.c: (gst_switch_release_pad),
7419         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
7420         (gst_switch_loop), (gst_switch_get_type):
7421           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
7422           HEADERS. Had to be said.
7424 2004-05-10  David Schleef  <ds@schleef.org>
7426         * configure.ac: Add prototype Dirac support.
7427         * ext/Makefile.am:
7428         * ext/dirac/Makefile.am:
7429         * ext/dirac/gstdirac.cc:
7430         * ext/dirac/gstdiracdec.cc:
7432 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7434         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
7435         (gst_auparse_init), (gst_auparse_chain),
7436         (gst_auparse_change_state):
7437           Hack around spider. Remove me some day please.
7439 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7441         * gst/auparse/gstauparse.c: (gst_auparse_chain):
7442           Fix for some uninitialized variables in previous patch, also
7443           makes it work. Fixes #142286 while we're at it.
7445 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7447         * gst/auparse/gstauparse.c:
7448                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
7449                 only unsupported formats are ADPCM/CCITT G.72x
7450                 reviewed by Ronald
7451         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
7453 2004-05-10  Wim Taymans  <wim@fluendo.com>
7455         * ext/vorbis/Makefile.am:
7456         * ext/vorbis/README:
7457         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
7458         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
7459         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
7460         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
7461         (gst_oggvorbisenc_convert_sink),
7462         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
7463         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
7464         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
7465         (get_constraints_string), (update_start_message),
7466         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
7467         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
7468         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
7469         * ext/vorbis/oggvorbisenc.h:
7470         * ext/vorbis/vorbis.c: (plugin_init):
7471         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
7472         (raw_caps_factory), (gst_vorbisenc_class_init),
7473         (gst_vorbisenc_init), (gst_vorbisenc_setup),
7474         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
7475         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
7476         * ext/vorbis/vorbisenc.h:
7477         Added a raw vorbis encoder to be used with the oggmuxer.
7478         We still need the old encoder for some gnome applications, 
7479         read the README to find out how that works.
7480         The raw encoder is called "rawvorbisenc" until 0.9.
7482 2004-05-10  Wim Taymans  <wim@fluendo.com>
7484         * ext/ogg/gstogg.c: (plugin_init):
7485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
7486         (gst_ogg_print):
7487         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
7488         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
7489         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
7490         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
7491         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
7492         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
7493         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
7494         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
7495         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
7496         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
7497         Added an ogg muxer.
7498         Small typo fixes in the demuxer.
7500 2004-05-10  Wim Taymans  <wim@fluendo.com>
7502         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7503         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
7504         (theora_enc_change_state), (theora_enc_set_property),
7505         (theora_enc_get_property):
7506         Mark the last packet with an EOS flag which is not really needed
7507         in gstreamer.
7508         Do some better video framerate initialisation.
7509         Update the buffer timestamp.
7511 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
7513         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
7514         Return the result of the parent state change call
7516 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7518         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
7519         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
7520         * gst/law/alaw-encode.c : (idem)
7521         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
7522         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
7523         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
7525 2004-05-09  Benjamin Otte  <otte@gnome.org>
7527         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7528           don't use a fixed buffer size when writing variable length data to
7529           it. Fixes memory corruption and makes alsasrc work
7531 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7533         * ext/gnomevfs/gstgnomevfssink.c:
7534         (_gst_boolean_allow_overwrite_accumulator),
7535         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
7536           Run glib's default signal handler (??) in RUN_CLEANUP rather than
7537           RUN_LAST, and don't use that to set the accumulator value because
7538           then it's always FALSE.
7540 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7542         * gst-libs/gst/riff/riff-media.c:
7543         (gst_riff_create_video_caps_with_data),
7544         (gst_riff_create_audio_caps),
7545         (gst_riff_create_audio_template_caps):
7546         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
7547           Fix for unaligned RIFF files (i.e. where all the chunks together
7548           in a LIST chunk are not of the same size as the size given in
7549           the LIST chunk header). Fixes several odd WAVE files. Also fix
7550           ADPCM (block_align property) in audio, so that wavparse based
7551           on this works now as it used to stand-alone.
7553 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
7555         reviewed by Benjamin Otte  <otte@gnome.org>
7557         * ext/a52dec/gsta52dec.c:
7558         * ext/divx/gstdivxdec.c:
7559         * ext/divx/gstdivxenc.c:
7560         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
7561         * ext/faac/gstfaac.c: (gst_faac_base_init):
7562         * ext/faad/gstfaad.c: (gst_faad_base_init):
7563         * ext/ivorbis/vorbisfile.c:
7564         * ext/lame/gstlame.c:
7565         * ext/libfame/gstlibfame.c:
7566         * ext/mpeg2enc/gstmpeg2enc.cc:
7567         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
7568         * ext/sidplay/gstsiddec.cc:
7569         * ext/speex/gstspeexdec.c:
7570         * ext/speex/gstspeexenc.c:
7571         * ext/xvid/gstxviddec.c:
7572         * ext/xvid/gstxvidenc.c:
7573           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
7574           (fixes #142193)
7576 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7578         * ext/alsa/gstalsa.c: (device_list),
7579         (gst_alsa_class_probe_devices):
7580         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
7581           Fix alsa oddness in mixer after the combination of using mixer
7582           in source/sink elements and using hw:x,y instead of just hw:x.
7584 2004-05-09  Benjamin Otte  <otte@gnome.org>
7586         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
7587         (gst_wavparse_create_sourcepad):
7588           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
7589           sourcepads
7591 2004-05-09  Benjamin Otte  <otte@gnome.org>
7593         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7594           allow discont events before caps nego
7596 2004-05-08  Benjamin Otte  <otte@gnome.org>
7598         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7599           don't leak events
7601 2004-05-08  Benjamin Otte  <otte@gnome.org>
7603         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
7604         (gst_level_change_state), (gst_level_init):
7605         * gst/level/gstlevel.h:
7606           figure out if we're initialized directly instead of keeping a
7607           variable that's wrong in 90% of cases
7608           don't initialize pads and then leak them and use a new unitialized
7609           pad. (fixes #142084)
7610           these were bugs so n00bish I didn't find them for an hour :/
7612 2004-05-08 Iain <iain@prettypeople.org>
7614         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
7615         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
7616         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
7617         return the length that was read.
7618         (gst_riff_read_strf_auds): Allow fmt tags as well.
7620 2004-05-07  David Schleef  <ds@schleef.org>
7622         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
7623         signed char assumption in faad.h.
7625 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7627         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
7628           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
7630 2004-05-07  Colin Walters  <walters@redhat.com>
7632         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
7633         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
7634         function.
7635         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
7636         Add dispose function.
7638 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
7639         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
7640           Fix caps nego and pad templates. RGB mode caps should
7641           work now.
7642         * ext/dvdnav/gst-dvd:
7643           Move mpeg2dec inside the thread because otherwise the
7644           queue rejects cap changes mid-stream
7645         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7646         (gst_mpeg2dec_flush_decoder):
7647           For mpeg2dec > 0.4.0, call the flush function instead of
7648           manually extracting all in-flight frames.
7649         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
7650         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
7651           Change mime type video/dv go video/x-dv to match the
7652           rest of gst-plugins
7654 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7656         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7657         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
7658         (gst_alsa_sink_class_init):
7659         * ext/alsa/gstalsasink.h:
7660         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
7661         (gst_alsa_src_class_init):
7662         * ext/alsa/gstalsasrc.h:
7663           Make alsasink/src a subclass of alsamixer so that mixer stuff
7664           shows up in gst-rec. Needs some finetuning.
7666 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7668         * ext/lame/gstlame.c: (gst_lame_chain):
7669           simplify
7670         * ext/mad/gstmad.c: (gst_mad_handle_event):
7671           fix event leak
7672         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7673           be able to detect mp3 files < 4096 bytes
7675 2004-05-06  Wim Taymans  <wim@fluendo.com>
7677         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7678         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
7679         (theora_enc_set_property), (theora_enc_get_property):
7680         Also encode the first frame, cleanup some code.
7682 2004-05-06  Wim Taymans  <wim@fluendo.com>
7684         * ext/mpeg2enc/gstmpeg2enc.cc:
7685         Forward events first before deciding that negotiation was
7686         not performed.
7688 2004-05-06  Wim Taymans  <wim@fluendo.com>
7690         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7691         First process the events before deciding that negotiation
7692         was not performed.
7694 2004-05-06  Wim Taymans  <wim@fluendo.com>
7696         * ext/theora/Makefile.am:
7697         * ext/theora/theora.c: (plugin_init):
7698         * ext/theora/theoradec.c: (theora_dec_change_state):
7699         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
7700         (gst_theora_enc_class_init), (gst_theora_enc_init),
7701         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
7702         (theora_enc_chain), (theora_enc_change_state),
7703         (theora_enc_set_property), (theora_enc_get_property):
7704         Added a theora encoder, grouped the encoder and decoder into the
7705         same plugin.
7707 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7709         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
7710         (gst_jpegenc_chain):
7711         fix DURATION on outgoing buffers
7712         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7713         debug using time formats
7714         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7716         (gst_xvimagesink_sink_link):
7717         windows with width/height 0 generate X errors, so don't allow them
7719 2004-05-05  Wim Taymans  <wim@fluendo.com>
7721         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
7722         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
7723         (gst_mpeg2dec_negotiate_format):
7724         * ext/mpeg2dec/gstmpeg2dec.h:
7725           removed the static pad template so that we can add the
7726           more accurate framerate value to the caps.
7727           
7729 2004-05-04  Benjamin Otte  <otte@gnome.org>
7731         * configure.ac:
7732           check for kdemacros.h, too (should fix #141821)
7733         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
7734           don't crash if no header was sent, but nicely error out (fixes part
7735           of #141554)
7737 2004-05-04  Wim Taymans  <wim@fluendo.com>
7739         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
7740         parent dispose function to avoid segfault on destroy.
7742 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7744         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7745         (plugin_init):
7746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7747         (gst_xvimagesink_sink_link):
7748         clean up debugging caps
7749         also recreate xvimage when format has changed
7751 2004-05-04  Benjamin Otte  <otte@gnome.org>
7753         * ext/libvisual/Makefile.am:
7754         * ext/libvisual/visual.c: (gst_visual_class_init),
7755         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
7756         (gst_visual_srclink), (gst_visual_chain),
7757         (gst_visual_change_state), (plugin_init):
7758           use a GstAdapter to correctly adapt buffer sizes - allows using a
7759           framerate
7761 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7763         * sys/v4l/gstv4lelement.h:
7764         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
7765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
7766         (gst_v4lsrc_buffer_free):
7767         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
7768         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7769         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
7770         (gst_v4lsrc_requeue_frame):
7771         move some debugging categories around
7772         query for fps index and set accordingly if found
7774 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7776         * ext/lame/gstlame.c:
7777         correct defaults that lame_init puts out of range
7779 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7781         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
7782         (gst_divxenc_class_init):
7783         fix range since -1 is the default
7784         * gst/mpeg1sys/gstmpeg1systemencode.c:
7785         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
7786         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
7787         (gst_rtjpegdec_chain):
7788         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
7789         (gst_rtjpegenc_chain):
7790         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
7791         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
7792         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
7793         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
7794         * sys/v4l/gstv4lsrc.c:
7795         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7796         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
7797         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
7798         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
7799         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
7800           remove gst_info calls
7802 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7804         * Makefile.am:
7805         * po/af.po:
7806         * po/az.po:
7807         * po/en_GB.po:
7808         * po/nl.po:
7809         * po/sr.po:
7810         * po/sv.po:
7811           Updated translations
7813 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7815         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7816           refactor/comment code
7818 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7820         * gst/asfdemux/Makefile.am:
7821         * gst/asfdemux/asfheaders.c:
7822         * gst/asfdemux/asfheaders.h:
7823         * gst/asfdemux/gstasf.c: (plugin_init):
7824         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
7825         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
7826         (gst_asf_demux_setup_pad):
7827         * gst/asfdemux/gstasfdemux.h:
7828         * gst/asfdemux/gstasfmux.c:
7829         * gst/asfdemux/gstasfmux.h:
7830           Add tagging support to demuxer, split out registration in its own
7831           file instead of in demux (hacky), and prevent having some tables
7832           in our memory multiple times (in asfheaders.h).
7834 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7836         * gst/matroska/matroska-demux.c:
7837         (gst_matroska_demux_parse_metadata):
7838         * gst/matroska/matroska-ids.h:  
7839           Basic tag reading support.
7841 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7843         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
7844           Really detect ac-3 audio.
7845         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
7846           really detect matroska files (off-by-1).
7848 2004-04-30  David Schleef  <ds@schleef.org>
7850         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7851         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
7852         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
7853         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
7854         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
7855         hackage -- parse a lot more atoms, extract a few tags.  One might even
7856         mistake this for tag support.  Maybe it is.
7857         * gst/qtdemux/qtdemux.h:
7859 2004-04-30  Colin Walters  <walters@verbum.org>
7861         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
7863 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7866         (gst_ffmpegcolorspace_getcaps):
7867           remove broken nego fix
7869 2004-04-30  Benjamin Otte  <otte@gnome.org>
7871         * configure.ac:
7872         * ext/Makefile.am:
7873         * ext/libvisual/Makefile.am:
7874         * ext/libvisual/visual.c: 
7875           add initial support for libvisual (http://libvisual.sourceforge.net)
7876           libvisual is still quite alpha, so expect crashes in there :)
7878 2004-04-29  David Schleef  <ds@schleef.org>
7880         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
7881         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
7882         up qtdemux to make it spit out codec_data.  Do _not_ look at this
7883         code; you will no longer respect me.
7885 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7887         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
7888         * ext/alsa/gstalsa.h :
7889         change alsa pcm device discovery to find more than 1 device
7890         per card. code review by Ronald.
7892 2004-04-29  David Schleef  <ds@schleef.org>
7894         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
7895         Add a check for a driver bug on FreeBSD.  (bug #140565)
7897 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7899         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
7900         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
7901         (gst_jpegenc_getcaps):
7902           move format setting to inner loop
7903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7904         (gst_ffmpegcolorspace_getcaps):
7905           use GST_PAD_CAPS if available so that we use already negotiated
7906           caps
7907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7908         (qtdemux_parse_moov), (qtdemux_parse):
7909           extra debugging
7910         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
7911         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
7912           move hardcoded path to DEFINE
7914 2004-04-28  David Schleef  <ds@schleef.org>
7916         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
7917         (bug #140064)
7919 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7921         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7922           Don't probe for playback device if we're a source element. Fixes
7923           #139658.
7925 2004-04-29  Benjamin Otte  <otte@gnome.org>
7927         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7928         (gst_id3_tag_chain):
7929           rewrite buffer offset
7931 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7933         * configure.ac:
7934         * ext/Makefile.am:
7935         * ext/dts/Makefile.am:
7936         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
7937         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
7938         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
7939         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
7940         (gst_dtsdec_loop), (gst_dtsdec_change_state),
7941         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
7942         (plugin_init):
7943         * ext/dts/gstdtsdec.h:
7944           New DTS decoder.
7945         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
7946         (gst_faad_srcconnect):
7947           Add ESDS atom handling (.m4a).
7949 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7951         * ext/divx/gstdivxdec.c: (plugin_init):
7952           Remove comment that makes no sense.
7953         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
7954           Fix for obvious typo that resulted in warnings during gst-register.
7955         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
7956         (gst_xviddec_sink_link):
7957           Fix caps negotiation a bit better.
7958         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7959           We call this 'codec_data', not 'esds'.
7961 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7963         * gst/monoscope/gstmonoscope.c:
7964           make sure we only provide 256x128
7965         * gst/monoscope/monoscope.c: (monoscope_init):
7966           assert size of 256x128
7968 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7970         * Makefile.am:
7971         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7972         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
7973           fixate to max width and height of device
7975 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7977         * Makefile.am:
7978         * sys/v4l/gstv4l.c:
7979         * sys/v4l/gstv4lsrc.c:
7980         * sys/v4l/v4l_calls.c:
7981         * sys/v4l/v4lsrc_calls.c:
7982           fix for qc-usb driver which fakes having more than one buffer
7983           by handing the same buffer twice, which confused GStreamer's/v4lsrc
7984           buffer_free override
7985           add debugging
7987 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7989         * Makefile.am:
7990         * gst/videotestsrc/gstvideotestsrc.c:
7991         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
7992         (gst_videotestsrc_init), (gst_videotestsrc_get),
7993         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
7994         * gst/videotestsrc/gstvideotestsrc.h:
7995           add num-buffers property
7997         2004-04-26  Benjamin Otte  <otte@gnome.org>
7999         * ext/mad/gstid3tag.c: (plugin_init):
8000           set id3mux rank to NONE so it doesn't confuse spider
8001           require audio/mpeg,mpegversion=1 in id3mux
8003 2004-04-26  Benjamin Otte  <otte@gnome.org>
8005         * configure.ac:
8006           detect faad correctly as non-working if it's indeed non-working
8008 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8010         * Makefile.am:
8011         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
8012         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
8013         fix _getcaps so it only negotiates to its supported format
8015 2004-04-25  Benjamin Otte  <otte@gnome.org>
8017         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
8018           fix memleak
8020 2004-04-23  Benjamin Otte  <otte@gnome.org>
8022         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8023           audio/x-raw-int with height rules! not. Now it's depth.
8025 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8027         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
8028         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
8029         (gst_wavparse_loop):
8030           Missing variable initialization. Add handling of DVI ADPCM. Fix
8031           mis-parsing of LIST chunks. This works around a bug where we mis-
8032           parse non-aligning LIST chunks (so LIST chunks where the contents
8033           don't align with the actual LIST size). The correct fix is to use
8034           rifflib, I'm not going to fix wavparse - too much work. All this
8035           fixes #104878.
8037 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8039         reviewed by Benjamin Otte  <otte@gnome.org>
8041         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
8042           fix shoutcast not working (fixes #140844)
8044 2004-04-22  Benjamin Otte  <otte@gnome.org>
8046         * ext/hermes/gsthermescolorspace.c:
8047         (gst_hermes_colorspace_caps_remove_format_info):
8048         * gst/colorspace/gstcolorspace.c:
8049         (gst_colorspace_caps_remove_format_info):
8050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8051         (gst_ffmpegcolorspace_caps_remove_format_info):
8052           s/gst_caps_simplify/gst_caps_do_simplify/
8054 2004-04-22  Benjamin Otte  <otte@gnome.org>
8056         * gst-libs/gst/riff/riff-media.c:
8057         (gst_riff_create_video_caps_with_data):
8058           mpegversion is an int
8059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
8060           don't try to create pad templates with NULL caps, use any caps
8061           instead.
8063 2004-04-20  David Schleef  <ds@schleef.org>
8065         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
8066         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
8067         (bug #140384)
8069 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
8071         reviewed by David Schleef
8073         * ext/mad/gstid3tag.c: Add stdlib.h
8074         * gst/rtp/gstrtpgsmenc.c: same
8075         * gst/tags/gstid3tag.c: same
8076         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
8077         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
8078         GST_DISABLE_LOADSAVE use.
8079         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
8080         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
8081         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
8082         atol(3)).
8083         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
8084         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
8085         strtoul(3)).
8086         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
8087         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
8088         $(ID3_CFLAGS).
8089         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
8090         $(LIBFAME_CFLAGS).
8092 2004-04-20  David Schleef  <ds@schleef.org>
8094         * gst/realmedia/rmdemux.c:  This was supposed to part of the
8095         last checkin.  Same idea.
8097 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
8099         reviewed by David Schleef
8101         * configure.ac: bump required gstreamer version to 0.8.1.1
8102         because of following changes [--ds]
8104         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
8105         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
8106         (gst_riff_read_header):  Use GST_READ_UINT*
8107         macros to access possibly unaligned memory.
8109         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
8110         (mp3_type_find):  Use GST_READ_UINT*
8111         macros to access possibly unaligned memory.
8112         (mp3_type_find, mpeg1_parse_header, qt_type_find)
8113         (speex_type_find): Likewise
8115         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
8117         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
8118         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
8119         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
8120         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
8121         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
8122         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
8123         macros to access possibly unaligned memory.
8125         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
8126         Likewise.
8128         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
8129         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
8131         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8132         Likewise.
8134         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
8135         (gst_mpeg2subt_chain_subtitle): Likewise.
8137         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
8138         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
8139         Likewise.
8141         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
8142         Likewise.
8144         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
8145         Likewise.
8147         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
8148         Likewise.
8150 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8152         * configure.ac:
8153           update required version of GStreamer because of GST_TIME_FORMAT
8155 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8157         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
8158           remove leftover g_print
8159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8160           don't try setting only a subset of the caps. We don't want to kill
8161           autoplugging on purpose
8163 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8165         * sys/ximage/ximagesink.c: (plugin_init):
8166         * sys/xvimage/xvimagesink.c: (plugin_init):
8167           add debugging categories
8169 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8171         * po/en_GB.po:
8172         * po/LINGUAS:
8173           Adding en_GB translation (Gareth Owen)
8175 2004-04-20  David Schleef  <ds@schleef.org>
8177         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8178         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
8179         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
8180         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8181         A number of new features and hacks to extract the esds atom and
8182         put it into the caps.  (bug #137724)
8184 2004-04-19  David Schleef  <ds@schleef.org>
8186         * gconf/Makefile.am: Fix for non-GNU make
8187         * gst-libs/gst/Makefile.am: Change directory order to handle
8188         GstPlay linking with gstinterfaces
8189         * gst-libs/gst/audio/make_filter: make use of tr portable
8190         * gst-libs/gst/play/Makefile.am: Add intended \
8191         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8192         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
8193         function prototype instead of void *.
8194         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
8195         macro.
8196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8197         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
8198         * gst/videofilter/make_filter: make use of tr portable
8199         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
8201 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8202                                                                                 
8203         * po/LINGUAS:
8204         * po/uk.po:
8205           Added Ukrainian translation (Maxim V. Dziumanenko)
8206                                                                                 
8207 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8209         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
8210         (gst_gsmdec_link), (gst_gsmdec_chain):
8211           Fix capsnego, simplify chain function slightly.
8212         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8213           Add GSM.
8215 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8217         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8218         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
8219         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
8220           Hack to make wavparse work with spider (always -> sometimes pad).
8221           Fixes #135862 && #140411.
8223 2004-04-18  Benjamin Otte  <otte@gnome.org>
8225         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
8226         (gst_osselement_rate_probe_check),
8227         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
8228           get rid of \n in debug output
8230 2004-04-17  Iain <iain@prettypeople.org>
8232         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
8233         not just EOS.
8235 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8237         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
8238         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
8239         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
8240         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
8241         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8242         (gst_id3_tag_change_state), (plugin_init):
8243           deprecate id3tag element and replace with id3demux/id3mux.
8244           great side effect: this ugly file is now even uglier, yay!
8245         * ext/mad/gstmad.h:
8246           remove non-available function
8247           update for new get_type
8249 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8251         * configure.ac:
8252           require mpeg2dec >= 0.4.0
8254 2004-04-17  Benjamin Otte  <otte@gnome.org>
8256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8257         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
8258         (gst_xvimagesink_set_xwindow_id):
8259           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
8260           assorted cleanup fixes.
8262 2004-04-16  David Schleef  <ds@schleef.org>
8264         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
8265         * sys/xvimage/xvimagesink.h: same
8267 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8269         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
8270           Fix GST_ELEMENT_ERROR with (NULL)
8272 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8274         * gst-libs/gst/riff/riff-media.c:
8275         (gst_riff_create_video_caps_with_data):
8276           Add div[3456] as fourccs for DivX 3 (fixes #140137).
8278 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8280         * gst-libs/gst/riff/riff-media.c:
8281         (gst_riff_create_video_caps_with_data),
8282         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
8283         (gst_riff_create_video_template_caps),
8284         (gst_riff_create_audio_template_caps):
8285         * gst-libs/gst/riff/riff-media.h:
8286         * gst-libs/gst/riff/riff-read.c:
8287         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
8288         * gst-libs/gst/riff/riff-read.h:
8289         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8290           Add MS RLE support. I added some functions to read out strf chunks
8291           into strf chunks and the data behind it. This is usually color
8292           palettes (as in RLE, but also in 8-bit RGB). Also use those during
8293           caps creation. Lastly, add ADPCM (similar to wavparse - which
8294           should eventually be rifflib based).
8295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
8296         (gst_matroska_demux_init), (gst_matroska_demux_reset):
8297         * gst/matroska/matroska-demux.h:
8298           Remove placeholders for some prehistoric tagging system. Didn't add
8299           support for any tag system really anyway.
8300         * gst/qtdemux/qtdemux.c:
8301           Add support for audio/x-m4a (MPEG-4) through spider.
8302         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8303         (gst_wavparse_loop):
8304           ADPCM support (#135862). Increase max. buffer size because we
8305           cannot split buffers for ADPCM (screws references) and I've seen
8306           files with 2048 byte chunks. 4096 seems safe for now.
8308 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8310         * configure.ac: bump nano to 1
8312 === release 0.8.1 ===
8314 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8316         * configure.ac: releasing 0.8.1, "Comforting Sounds"
8318 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8321           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
8322           Fixes #140058
8324 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8326         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
8327           lower rank of dvddemux so that it's not used for mpeg playback.
8329 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8331         * configure.ac:
8332           save libs correctly when checking mad
8334 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8336         * ext/mad/gstid3tag.c: (plugin_init):
8337           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
8339 2004-04-13  David Schleef  <ds@schleef.org>
8341         * common/m4/gst-feature.m4: Call -config scripts with
8342         --plugin-libs if it is supported.
8343         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
8344         JPEG images are image/jpeg.
8345         * gst/debug/Makefile.am:
8346         * gst/debug/negotiation.c: (gst_negotiation_class_init),
8347         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
8348         (gst_negotiation_update_caps), (gst_negotiation_get_property),
8349         (gst_negotiation_plugin_init): Add a property that acts like
8350         filter caps.
8351         * testsuite/gst-lint:  Move license checking to be a standard
8352         test.
8354 2004-04-13  David Schleef  <ds@schleef.org>
8356         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
8357         patch from Sebastien Cote (bug #139958)
8359 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8361         * examples/gstplay/Makefile.am:
8362         * examples/gstplay/player.c: (main):
8363           make the commandline player example use gconf settings
8365 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8367         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8368         (gst_cacasink_sinkconnect), (gst_cacasink_init),
8369         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
8370           init/end library during state transition, not object
8371           creation/disposal.  get rid of custom dispose handler.
8372          
8374 2004-04-12  Christian Schaller <Uraeus@gnome.org>
8376         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
8377         be a symlink
8379 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8381         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
8382           Handle JUNK chunks inside data section. Prevents warnings.
8384 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8387         (gst_riff_create_video_template_caps):
8388           Add MS video v1.
8389         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8390         (gst_avi_demux_stream_data):
8391           Add support for "rec-list" chunks.
8393 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8396           Fix another codecname mismatch.
8398 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8401           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
8402           so that MJPEG plays back.
8404 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8406         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
8407         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
8408         * gst/mpeg1videoparse/gstmp1videoparse.h:
8409           Fix for some slight mis-cuts in buffer parsing, and for some
8410           potential overflows or faults-causers. Adds disconts. Also fixes
8411           #139105 while we're at it.
8413 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8415         * configure.ac:
8416         * sys/v4l2/gstv4l2element.h:
8417           Workaround for missing struct v4l2_buffer declaration in Suse 9
8418           and Mandrake 10 linux/videodev2.h header file (#135919).
8420 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8422         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
8423           Bail out if no filename was given.
8425 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8427         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
8428         (gst_v4l2_fourcc_from_structure):
8429           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
8430           Y41B somewhere).
8432 2004-04-09  Benjamin Otte  <otte@gnome.org>
8434         * ext/gnomevfs/gstgnomevfssink.c:
8435         (_gst_boolean_allow_overwrite_accumulator),
8436         (gst_gnomevfssink_class_init):
8437           fix erase signal - if any handler returns false the file will not be
8438           overwritten. If no handler is connected, the file will not be
8439           overwritten either.
8440           renamed signal to "allow-overwrite"
8441         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
8442           free string when adding it to ID3 failed
8443         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8444           unref event when done
8445         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
8446           free caps
8447         * gst/typefind/gsttypefindfunctions.c:
8448         (mpeg_video_stream_type_find):
8449           fix invalid read 
8451 2004-04-08  David Schleef  <ds@schleef.org>
8453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8454         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
8456 2004-04-08  David Schleef  <ds@schleef.org>
8458         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
8459         we don't support (bug #139532)
8461 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8463         * ext/mad/gstmad.c: (gst_mad_handle_event),
8464         (gst_mad_check_caps_reset), (gst_mad_chain),
8465         (gst_mad_change_state):
8466           only set explicit caps if they haven't been set before for
8467           this stream.  MPEG-audio sample rate/channels aren't allowed
8468           to change in-stream.
8469           Fixes #139382
8471 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8473         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
8474         (_gst_boolean_did_something_accumulator),
8475         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
8476         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
8477         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
8478         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
8479         (gst_gnomevfssink_change_state):
8480           Fix erase signal. Don't erase by default. Remove handoff signal.
8481           Remove erase property. Don't segfault. General cleanup.
8483 2004-04-07  Benjamin Otte  <otte@gnome.org>
8485         * gst-libs/gst/gconf/test-gconf.c: (main):
8486           add missing gst_init
8488 2004-04-07  Benjamin Otte  <otte@gnome.org>
8490         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
8491           free the mutexes, too
8493 2004-04-07  Benjamin Otte  <otte@gnome.org>
8495         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
8496           actually free the URI string
8497         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
8498           compute offset correctly when passing discont events
8499         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8500           don't leak discont events
8501         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8502           add some missing breaks so caps aren't copied randomly
8503         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
8504           if we realloc memory, we better use it
8506 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8508         * ext/mad/gstmad.c: (normal_seek):
8509           fix GST_FORMAT_TIME usage
8511 2004-04-05  David Schleef  <ds@schleef.org>
8513         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
8514         a deprecated function (hack!)
8516 2004-04-05  Benjamin Otte  <otte@gnome.org>
8518         * ext/esd/esdmon.c: (gst_esdmon_get):
8519           fix nonterminated vararg and memleak
8521 2004-04-05  Benjamin Otte  <otte@gnome.org>
8523         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
8524         (gst_ladspa_init), (gst_ladspa_force_src_caps),
8525         (gst_ladspa_set_property), (gst_ladspa_get_property),
8526         (gst_ladspa_instantiate), (gst_ladspa_activate),
8527         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
8528           clean up debugging
8530 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
8532         reviewed by Benjamin Otte  <otte@gnome.org>
8534         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
8535           check for broken LADSPA parameters (fixes #138635)
8536         
8537 2004-04-05  Benjamin Otte  <otte@gnome.org>
8539         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
8540           advertise buffer-frames correctly on sinkpads
8542 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8544         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
8545         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
8546         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
8547         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
8548         (gst_mad_check_caps_reset), (gst_mad_chain):
8549         add more debugging, only reset caps when we're not in error state
8551 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8553         * ext/mad/gstmad.c: add debugging category, comment + cleanups
8555 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
8557         reviewed by Benjamin Otte  <otte@gnome.org>
8559         * configure.ac:
8560           fix == in test(1) operator
8562 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
8564         reviewed by Benjamin Otte  <otte@gnome.org>
8566         * configure.ac:
8567           fix --export-symblos-regex to a working regex.
8569 2004-04-04  Benjamin Otte  <otte@gnome.org>
8571         * sys/oss/.cvsignore:
8572           add for oss_probe
8574 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
8576         reviewed by Benjamin Otte  <otte@gnome.org>
8578         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8579           add missing 'new_media' argument (fixes #138168)
8580         * gst/matroska/matroska-demux.c:
8581         (gst_matroska_demux_handle_seek_event):
8582           add vararg terminator (fixes #138169)
8584 2004-04-02  David Schleef  <ds@schleef.org>
8586         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
8587         disted (bug #138914)
8589 2004-04-01  Benjamin Otte  <otte@gnome.org>
8591         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
8592         (gst_alsa_close_audio):
8593           handle case better where a soundcard can't pause
8594         * ext/ogg/gstoggdemux.c:
8595           don't crash when we get events but don't have pads yet
8597 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8599         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8600           throw an error if we couldn't probe any caps.
8602 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
8604         * ext/dvdnav/gst-dvd:
8605         Add a really simple sample DVD player
8607 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
8609         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
8610         (gst_a52dec_push), (gst_a52dec_handle_event),
8611         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
8612         (gst_a52dec_change_state):
8613         * ext/a52dec/gsta52dec.h:
8614           Use a debug category, Output timestamps correctly
8615           Emit tag info, Handle events, tell liba52dec about cpu
8616           capabilities so it can use MMX etc.
8617         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
8618           Fix a crasher accessing invalid memory
8619         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
8620         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
8621         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
8622         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
8623         (dvdnavsrc_query):
8624           Some support for byte-format seeking.
8625           Small fixes for still frames and menu button overlays
8626         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
8627         (gst_mpeg2dec_alloc_buffer):
8628           Use a debug category. Adjust the report level of several items to
8629           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
8630           so it doesn't lose the GstBuffer pointer
8631         * gst/debug/Makefile.am:
8632         * gst/debug/gstdebug.c: (plugin_init):
8633         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
8634         (gst_navseek_base_init), (gst_navseek_class_init),
8635         (gst_navseek_init), (gst_navseek_seek),
8636         (gst_navseek_handle_src_event), (gst_navseek_set_property),
8637         (gst_navseek_get_property), (gst_navseek_chain),
8638         (gst_navseek_plugin_init):
8639         * gst/debug/gstnavseek.h:
8640           Add the navseek debug element for seeking back and forth in a 
8641           video stream using arrow keys.
8642         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
8643         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
8644         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
8645         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
8646         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
8647         (gst_mpeg2subt_parse_header), (gst_get_nibble),
8648         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
8649         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
8650         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
8651         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
8652         * gst/mpeg2sub/gstmpeg2subt.h:
8653           Pretty much a complete rewrite. Now a loopbased element. May still
8654           require work to properly synchronise subtitle buffers.
8655         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
8656         (gst_dvd_demux_send_subbuffer):
8657         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
8658           Don't attempt to create subbuffers of size 0
8659           Reduce a couple of error outputs to warnings.
8660         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
8661         (gst_y4mencode_chain):
8662         Output the y4m frame header correctly.
8664 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8666         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
8667           throw errors instead of allowing SIGFPE
8669 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8671         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
8672         (gst_gconf_render_bin_from_key):
8673           leak plugging and style fixing
8675 2004-03-31  David Schleef  <ds@schleef.org>
8677         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
8678         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
8679         (bug #138225)
8680         * gst/debug/Makefile.am:
8681         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
8682         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
8683         plugin.
8684         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
8685         (gst_negotiation_base_init), (gst_negotiation_class_init),
8686         (gst_negotiation_init), (gst_negotiation_getcaps),
8687         (gst_negotiation_pad_link), (gst_negotiation_chain),
8688         (gst_negotiation_set_property), (gst_negotiation_get_property),
8689         (gst_negotiation_plugin_init):  New element to talk about random
8690         negotiation things happening in a pipeline.
8692 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8694         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
8695           fix integer addition with help of Stefan Kost
8697 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8699         * po/nl.po: updated Dutch translation (Elros Cyriatan)
8701 2004-03-30  David Schleef  <ds@schleef.org>
8703         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
8704         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
8705         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
8706         (bug #137504)
8707         * ext/mpeg2dec/gstmpeg2dec.h:
8709 2004-03-30  David Schleef  <ds@schleef.org>
8711         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
8713 2004-03-30  David Schleef  <ds@schleef.org>
8715         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
8716         Michael Petullo) to handle .mov
8718 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8720         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
8721         (gst_osselement_rate_check_rate):
8722           probe caps correctly for sound cards that only support one format
8724 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8726         * ext/kio/kiosrc.cpp: (process_events):
8727           update handling event processing if inside KDE - untested
8729 2004-03-29  David Schleef  <ds@schleef.org>
8731         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
8732         by 2 to not interfere with other colorspaces.
8733         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
8734         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
8735         one to not interfere with ffmpeg_colorspace.
8737 2004-03-29  David Schleef  <ds@schleef.org>
8739         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
8740         aren't in the caps.
8741         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
8742         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
8744 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8746         * gst-libs/gst/riff/riff-media.c:
8747           fail on error, don't try to set stuff on NULL caps
8749 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8751         * configure.ac:
8752         * ext/Makefile.am:
8753         * ext/kio/Makefile.am:
8754         * ext/kio/kioreceiver.cpp:
8755         * ext/kio/kioreceiver.h:
8756         * ext/kio/kiosrc.cpp:
8757         * ext/kio/kiosrc.h:
8758           add experimental kiosrc plugin
8759         * ext/alsa/gstalsaplugin.c: (plugin_init):
8760           initialize debugging category only when we're sure registering the
8761           plugins worked.
8763 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8765         * examples/gstplay/player.c: (main):
8766         * gst-libs/gst/play/play.c: (gst_play_class_init),
8767         (gst_play_set_location), (gst_play_set_data_src),
8768         (gst_play_set_video_sink), (gst_play_set_audio_sink),
8769         (gst_play_set_visualization), (gst_play_connect_visualization):
8770           check return values of element_set_state and return FALSE where
8771           failed
8773 2004-03-29  Benjamin Otte  <otte@gnome.org>
8775         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8776           try harder to check if an event is really a discont
8778 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8780         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
8781         * po/az.po:
8783 2004-03-28  Benjamin Otte  <otte@gnome.org>
8785         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
8786         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8787         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
8788           get rid of non-standard "..." ranges in case statements.
8790 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
8792         * gst/mpegstream/gstmpegdemux.c: 
8793         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
8794         specific functionality split to the new dvddemux element.
8795         * gst/mpegstream/gstdvddemux.c:
8796         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
8797         streams, derived from mpegdemux.
8798         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
8799         up. SCR based timestamp rewriting can be turned off (will probably
8800         completely disappear soon).
8801         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
8802         hacking. General cleanup. All printf statements replaced by
8803         debugging messages. Almost complete libdvdnav support.
8804         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
8805         by events. New properties for audio and subpicture languages.
8806         (dvdnavsrc_update_highlight): Now uses events.
8807         (dvdnavsrc_user_op): Cleaned up.
8808         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
8809         based). Lots of cleanup, and propper support for most libdvdnav
8810         events.
8811         (dvdnavsrc_make_dvd_event): New function.
8812         (dvdnavsrc_make_dvd_nav_packet_event): New function.
8813         (dvdnavsrc_make_clut_change_event): New function.
8815 2004-03-26  Benjamin Otte  <otte@gnome.org>
8817         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
8818           fix bug where typefinding would claim it's theora whenever less then
8819           7 bytes of data were available
8821 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8823         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
8824         (gst_alawdec_base_init), (gst_alawdec_class_init),
8825         (gst_alawdec_init), (gst_alawdec_chain):
8826         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
8827         (gst_alawenc_base_init), (gst_alawenc_class_init),
8828         (gst_alawenc_init), (gst_alawenc_chain):
8829         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
8830         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
8831         (gst_mulawdec_init), (gst_mulawdec_chain):
8832         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
8833         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
8834         (gst_mulawenc_init), (gst_mulawenc_chain):
8835           Fix capsnego in all four, remove the unused property functions and
8836           simplify the chain functions slightly. I guess we could use macros
8837           or something similar for those, since the code is so similar, but
8838           I'm currently too lazy...
8840 2004-03-24  David Schleef  <ds@schleef.org>
8842         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
8843         (gst_osselement_close_audio), (gst_osselement_probe_caps),
8844         (gst_osselement_get_format_structure),
8845         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
8846         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
8847         (gst_osselement_rate_int_compare): Add code to handle rate probing
8848         (bug #120883)
8849         * sys/oss/gstosselement.h: same
8850         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
8851         Use rate probing provided by osselement.
8852         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
8854 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8856         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
8857         (gst_xvidenc_get_property):
8858           ulong/int mess-up.
8860 2004-03-24  David Schleef  <ds@schleef.org>
8862         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
8863         (gst_speexdec_init):
8864         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8865         (gst_speexenc_init):  Create the pad template correctly (from
8866         the static pad template, not a NULL pointer.)
8868 2004-03-25  Benjamin Otte  <otte@gnome.org>
8870         * gst/debug/Makefile.am:
8871         * gst/debug/breakmydata.c: 
8872           add element that quasi-randomly changes bytes in the stream.
8873           Intended use is robustness checking of demuxers and decoders in
8874           media tests.
8876 2004-03-24  Benjamin Otte  <otte@gnome.org>
8878         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8879         (gst_alsa_probe_hw_params):
8880         * ext/alsa/gstalsa.h:
8881           debugging output fixes
8883 2004-03-24  Benjamin Otte  <otte@gnome.org>
8885         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
8886           don't g_return_if_fail if element is PLAYING, fail silently as every
8887           other element.
8888         * gst/effectv/gstquark.c: (gst_quarktv_chain):
8889           only fix needed for cast lvalue issues in gst-plugins
8890         * gst/volenv/gstvolenv.c: (gst_volenv_init):
8891           add proxy_getcaps
8893 2004-03-24  Benjamin Otte  <otte@gnome.org>
8895         * gst/level/gstlevel.c: (gst_level_init):
8896           add proxying getcaps function, so level doesn't advertise impossible
8897           caps
8899 2004-03-24  David Schleef  <ds@schleef.org>
8901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8902         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
8903         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
8904         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
8905         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
8906         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
8907         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
8908         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
8909         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
8910         messages.  Divide the chunk size by the compression ratio
8911         (needed for MACE audio)
8913 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8915         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8916           Fix buffer overflow read error.
8918 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8920         * ext/alsa/gstalsa.h:
8921           Remove unused entry.
8922         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8923           Add cinepak.
8924         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
8925         (gst_videodrop_link), (gst_videodrop_chain):
8926           Fix, sort of. Was horribly broken with new capsnego. Bah...
8928 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
8930         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
8931         (plugin_init):
8932         Add a monkeysaudio typefind function
8934 2004-03-23  Johan Dahlin  <johan@gnome.org>
8936         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
8937         (gst_play_video_fixate): Check so the structure has the field
8938         before trying to fixate them, this makes it possible to have
8939         fakesinks for video and audio output without printing errors on
8940         the output console.
8942 2004-03-22  David Schleef  <ds@schleef.org>
8944         * sys/oss/Makefile.am:
8945         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
8946         (check_rate), (add_rate):  Rate probing test app.
8948 2004-03-21  Benjamin Otte  <otte@gnome.org>
8950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8951         (_fixate_caps_to_int), (gst_audio_convert_fixate):
8952           add a fixation function that pretty much does the right thing (fixes
8953           #137556)
8955 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
8957         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
8959 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
8961         reviewed by: Benjamin Otte  <otte@gnome.org>
8963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8964           terminate gst_event_new_discontinuous correctly (fixes parts of
8965           #137711)
8967 2004-03-19  David Schleef  <ds@schleef.org>
8969         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
8970         since it doesn't depend on X, and it's part of our ABI.
8972 2004-03-19  Iain <iain@prettypeople.org>
8974         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
8975         is_int in the structure, not the local variable.
8977 2004-03-19  David Schleef  <ds@schleef.org>
8979         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
8980         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
8981         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
8982         Improvements in caps negotiation.
8984 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8986         * po/LINGUAS:
8987         * po/af.po:
8988           adding Afrikaans (Petri Jooste)
8990 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8993         (gst_ffmpegcolorspace_chain):
8994         throw error instead of g_critical (#137588)
8996 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8998         * Makefile.am:
8999         * configure.ac:
9000           dist common and m4 correctly
9001         * po/sv.po:
9003 2004-03-17  David Schleef  <ds@schleef.org>
9005         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
9006         (bug #137348)
9008 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9010         * po/LINGUAS:
9011         * po/sv.po:
9012           adding Swedish translation (Christian Rose)
9014 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9016         * Makefile.am: use release.mak
9018 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9020         * common/ChangeLog:
9021         * common/gst-autogen.sh:
9022           add some explanation about the version detection
9023         * configure.ac:
9024           fix X check
9026 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9028         * configure.ac: bump nano to 1
9030 === release 0.8.0 ===
9032 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9034         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
9036 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9038         * configure.ac:
9039           update libtool version
9040         * gst-libs/gst/media-info/Makefile.am:
9041           actually use libtool version
9043 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9045         * configure.ac: fix speex detection to work with 1.0 but not 1.1
9047 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9049         * configure.ac:
9050         * gst-plugins.spec.in:
9051         * pkgconfig/Makefile.am:
9052         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
9053         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9054         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9055         * pkgconfig/gstreamer-libs.pc.in:
9056         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9057         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9058         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
9059         * pkgconfig/gstreamer-plugins.pc.in:
9060           remove @VERSION@ from some of the pc files since core and plugins
9061           are decoupled.
9062           created gstreamer-plugins.pc as it's a better name, but keeping
9063           -libs around for now to get fixes upstream done first.
9065 2004-03-15  Julien MOUTTE <julien@moutte.net>
9067         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
9068         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
9069         * gst-libs/gst/play/play.h:
9071 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9073         * *.c, *.cc: don't mix tabs and spaces
9075 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9077         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
9078           use the new ffmpegcolorspace
9079         * gst-plugins.spec.in:
9080           package new colorspace and media-info
9081         * configure.ac:
9082         * pkgconfig/Makefile.am:
9083           fix some more disting issues
9084         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9085         * pkgconfig/gstreamer-media-info.pc.in:
9086           generate media-info pc files
9088 2004-03-15  Johan Dahlin  <johan@gnome.org>
9089         
9090         * *.h: Revert indenting
9092 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9094         * configure.ac:
9095           adding ffmpegcolorspace element
9096         * gst/ffmpegcolorspace/Makefile.am:
9097         * gst/ffmpegcolorspace/avcodec.h:
9098         * gst/ffmpegcolorspace/common.h:
9099         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9100         * gst/ffmpegcolorspace/dsputil.h:
9101         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9102         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9103         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
9104         (gst_ffmpeg_caps_to_pix_fmt):
9105         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9107         (gst_ffmpegcolorspace_caps_remove_format_info),
9108         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
9109         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
9110         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
9111         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
9112         (gst_ffmpegcolorspace_set_property),
9113         (gst_ffmpegcolorspace_get_property),
9114         (gst_ffmpegcolorspace_register):
9115         * gst/ffmpegcolorspace/imgconvert.c:
9116         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9117         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9118         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9119         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9120         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9121         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
9122         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
9123         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
9124         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
9125         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
9126         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
9127         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
9128         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
9129         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
9130         (img_get_alpha_info), (deinterlace_line),
9131         (deinterlace_line_inplace), (deinterlace_bottom_field),
9132         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9133         * gst/ffmpegcolorspace/imgconvert_template.h:
9134         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9135         * gst/ffmpegcolorspace/mmx.h:
9136         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
9137           adding ffmpegcolorspace element supplied by Ronald after cleaning
9138           up and pulling in the right bits of upstream source. 
9139           I'm sure a better C/compiler wizard could do some cleaning up (for
9140           example use GLIB's malloc stuff), but as a first pass this
9141           works very well
9143 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9145         * ext/alsa/gstalsa.h:
9146           I assume Ronald forgot to commit the change to have cardname
9147           as a struct member.  Expect some public spanking at the next
9148           opportunity.
9150 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9152         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
9153         (gst_alsa_open_audio), (gst_alsa_close_audio):
9154         * ext/alsa/gstalsa.c:
9155           Don't open the device if we're a mixer (= padless).
9156         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
9157         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
9158         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
9159           Open mixer during state change rather than during object
9160           initialization. Also, get a device name. Currently in a somewhat
9161           hackish fashion, but I didn't really find something better.
9163 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9165         * *.c, *.h: run gst-indent
9167 2004-03-14  Benjamin Otte  <otte@gnome.org>
9169         * gst/modplug/gstmodplug.cc:
9170         * gst/modplug/gstmodplug.h:
9171           set correct timestamps on outgoing buffers
9173 2004-03-14  Benjamin Otte  <otte@gnome.org>
9175         * gst/modplug/gstmodplug.cc:
9176           handle events - don't do crap when a discont arrives that's not
9177           necessary
9178           This allows correct loading and playback of mods in Rhythmbox
9180 2004-03-14  Benjamin Otte  <otte@gnome.org>
9182         * configure.ac:
9183         * gst-libs/gst/gconf/Makefile.am:
9184         * pkgconfig/Makefile.am:
9185           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
9186           they get rebuilt properly
9187         * configure.ac:
9188           when checking for vorbis, try pkgconfig first.
9189         * gst/modplug/gstmodplug.cc:
9190           add fixate function
9192 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9194         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9195           Fix for obvious mistake, where we first shift the offset and then
9196           read a samplesize element assuming the old offset. Note that this
9197           part still has something weird, i.e. my movies containing those
9198           don't actually play well, but at least there's something that looks
9199           like sound now.
9201 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
9202         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
9203         (plugin_init):
9204         Add a typefind function for speex format
9206 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9208         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
9209         (gst_asf_demux_setup_pad):
9210           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
9211           instead of 0. Reason is simple: some elements have a fps range
9212           of 1-max instead of 0-max. So now ASF video actually works.
9214 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9216         * po/LINGUAS:
9217         * po/sr.po:
9218           adding serbian as a language
9220 2004-03-13  Benjamin Otte  <otte@gnome.org>
9222         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9223           return taglist correctly from _get function, don't gst_pad_push it.
9224           (fixes #137042)
9226 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
9227         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
9229 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9231         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
9232         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
9233         (gst_alsa_mixer_track_new):
9234         * ext/alsa/gstalsamixertrack.h:
9235           Fix ancient leftovers... MixerTrack is a GObject.
9237 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9239         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
9240         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9241           Don't block during probing...
9243 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9245         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
9246         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
9247         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
9248         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
9249         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
9250         (gst_alsa_open_audio), (gst_alsa_close_audio):
9251         * ext/alsa/gstalsa.h:
9252           Add propertyprobe interface implementation, add some device-name
9253           property, all this so that it looks good in gnome-volume-control.
9255 2004-03-12  David Schleef  <ds@schleef.org>
9257         * configure.ac: the Hermes library controls hermescolorspace, not
9258         colorspace.
9259         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
9260         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
9261         not /* */
9262         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
9263         * ext/sdl/sdlvideosink.h: ditto.
9264         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
9266 2004-03-12  Benjamin Otte  <otte@gnome.org>
9268         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
9269         (gst_x_overlay_got_xwindow_id):
9270         * gst-libs/gst/xoverlay/xoverlay.h:
9271           replace XID with unsigned long to get rid of the xlibs dependency in
9272           XOverlay (fixes #137004)
9274 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
9275         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
9276         (gst_agingtv_setup):
9277         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
9278         (gst_dicetv_base_init), (gst_dicetv_class_init),
9279         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
9280         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
9281         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
9282         (gst_edgetv_setup), (gst_edgetv_rgb32):
9283         * gst/effectv/gsteffectv.c:
9284         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
9285         (gst_quarktv_set_property):
9286         * gst/effectv/gstrev.c: (gst_revtv_get_type),
9287         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
9288         (gst_revtv_setup), (gst_revtv_rgb32):
9289         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
9290         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
9291         (gst_shagadelictv_init), (gst_shagadelictv_setup),
9292         (gst_shagadelictv_rgb32):
9293         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
9294         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
9295         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
9296         * gst/effectv/gstwarp.c:
9297         Port everything that can be ported to videofilter and fix up the caps.
9298         Can someone with a big-endian machine please check these?
9300 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9302         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
9303         (gst_osssink_chain), (gst_osssink_change_state):
9304           Latest fixes for A/V sync, audio playback and such. This is about
9305           all... MPEG playback issues are mostly related to the async build-
9306           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
9308 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9310         patch from: Stephane Loeuillet
9312         * configure.ac:
9313           use pkg-config for some libraries, falling back to the old .m4 way
9314           (fixes #131270)
9315         * m4/libdv.m4:
9316           removed
9318 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9320         * configure.ac:
9321         * tools/Makefile.am:
9322         * tools/Makefile.in:
9323         * tools/gst-launch-ext-m.m:
9324         * tools/gst-launch-ext.1.in:
9325         * tools/gst-visualise-m.m:
9326         * tools/gst-visualise.1:
9327         * tools/gst-visualise.1.in:
9328           reorganizing generation of script tools
9330 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9332         * ext/divx/gstdivxdec.c:
9333           Downgrade priority. We prefer ffdec_mpeg4.
9334         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
9335         (gst_faad_chain), (gst_faad_change_state):
9336           Fix capsnego. Doesn't work for some sounds because we don't have
9337           a 5:1 to stereo element.
9338         * ext/xvid/gstxvid.c: (plugin_init):
9339           Add priority.
9340         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
9341         (gst_osssink_change_state):
9342           Add discont handling.
9344 2004-03-09  Colin Walters  <walters@verbum.org>
9346         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
9347         conversion.
9349 2004-03-09  Benjamin Otte  <otte@gnome.org>
9351         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
9352           the signals take 2 arguments
9354 2004-03-09  David Schleef  <ds@schleef.org>
9356         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
9357         (gst_alsa_fixate): Add fixate function.  (bug #136686)
9358         * ext/alsa/gstalsa.h:
9359         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
9361 2004-03-09  Benjamin Otte  <otte@gnome.org>
9363         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
9364         (gst_mikmod_change_state):
9365         * ext/mikmod/gstmikmod.h:
9366           make mikmod's loop function not loop infinitely and call
9367           gst_element_yield anymore
9368         * gst/modplug/gstmodplug.cc:
9369           fix pad negotiation (fixes #136590)
9371 2004-03-09  David Schleef  <ds@schleef.org>
9373         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
9374         doesn't conflict with the internal colorspace plugin.
9375         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
9376         satisfy the crappy-ass shell shipped by a certain vendor.
9377         * gst/videofilter/make_filter: same (bug #135299)
9379 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9381         * configure.ac: bump nano to 1
9383 === release 0.7.6 ===
9385 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9387         * configure.in: releasing 0.7.6, "There"
9389 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9391         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9392         * pkgconfig/gstreamer-play.pc.in:
9393           synchronize the two
9395 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9397         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
9398         (cdparanoia_open), (cdparanoia_event):
9399           fix/add error handling
9400         * po/POTFILES.in:
9401           add cdparanoia source
9402         * tools/Makefile.am:
9403           make scripts executable
9405 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9407         * configure.ac:
9408         * ext/vorbis/Makefile.am:
9409         * sys/Makefile.am:
9410           remove id3types, vorbisfile and xvideosink from the build (#133783)
9412 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9414         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9415           Fix metadata read crash (#136537).
9417 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9419         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
9420         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
9421           adding mime types, fixing the one-stop function
9423 2004-03-08  Christian Schaller <Uraeus@gnome.org>
9425         * ext/nas/nassink.c and /ext/nas/nassink.h:
9426         More NAS love from Arwed von Merkatz
9427         So lets all sing 'Can you feel the NAS tonight' 
9429 2004-03-08  Christian Schaller <Uraeus@gnome.org>
9431         * tools/gst-launch-ext.in: 
9432         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
9434 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9436         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
9437         (gst_mpeg2dec_init):
9438         remove the user_data pad for now, because it is being used in
9439         fixating causing MPEG playback to fixate on 1000 Hz for playback.
9440         If someone knows how to fix this properly, please do.
9442 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9444         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9445         (gst_osssink_get_time):
9446         add a warning, IMO this won't get triggered anymore, remove later
9448 2004-03-07  David Schleef  <ds@schleef.org>
9450         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
9451         format (bug #136470)
9453 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9455         * gst-libs/Makefile.am:
9456         * gst-libs/gst/media-info/Makefile.am:
9457         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
9458         (error_callback), (gst_media_info_error_create),
9459         (gst_media_info_error_element), (gmip_init), (gmip_reset),
9460         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
9461         * gst-libs/gst/media-info/media-info-priv.h:
9462         * gst-libs/gst/media-info/media-info-test.c: (main):
9463         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
9464         (gst_media_info_class_init), (gst_media_info_instance_init),
9465         (gst_media_info_set_source), (gst_media_info_read_with_idler),
9466         (gst_media_info_read_idler), (gst_media_info_read):
9467         * gst-libs/gst/media-info/media-info.h:
9468         fixed, should work now
9470 2004-03-07  Christian Schaller <Uraeus@gnome.org>
9472         * ext/nas/nassink.c:
9473         A bunch of NAS fixes from Arwed von Merkatz
9475 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9477         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
9478         (qtdemux_parse_trak):
9479           Fix crash (j might be greater than n_samples, in which case we're
9480           writing outside the allocated space for the array) and memleak.
9482 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9484         * sys/oss/gstosssink.c: (gst_osssink_chain):
9485           And another caller that couldn't handle delay < 0 (unsigned
9486           integer overflow). Video now continues playing on an audio
9487           buffer underrun, and the clock continues working. Audio still
9488           stalls.
9490 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9492         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9493         (gst_osssink_get_time):
9494           get_delay() may return values lower than 0. In those cases, we
9495           should not actually cast to *unsigned* int64, that will break
9496           stuff horribly. In my case, it screwed up A/V sync in movies
9497           in totem rather badly.
9499 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9501         * ext/faac/gstfaac.c: (gst_faac_chain):
9502         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9503         * ext/libpng/gstpngenc.c: (user_write_data):
9504         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9505         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9506         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9507         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
9508         Fix several misuse of gst_buffer_merge (it doesn't take ownership
9509         of any buffer), should fix some leaks. I hope I didn't unref buffers
9510         that shouldn't be...
9511         
9512 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9514         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
9515         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
9516         (error_callback), (gmi_reset), (gmi_seek_to_track),
9517         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
9518         (gmip_find_type_post), (gmip_find_stream_post),
9519         (gmip_find_track_streaminfo_post):
9520         * gst-libs/gst/media-info/media-info-priv.h:
9521         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
9522         (info_print), (main):
9523         * gst-libs/gst/media-info/media-info.c:
9524         (gst_media_info_error_create), (gst_media_info_error_element),
9525         (gst_media_info_instance_init), (gst_media_info_get_property),
9526         (gst_media_info_new), (gst_media_info_set_source),
9527         (gst_media_info_read_idler), (gst_media_info_read):
9528         * gst-libs/gst/media-info/media-info.h:
9529           first pass at making this work again.  This seems to work on
9530           tagged ogg/vorbis and mp3 files.
9532 2004-03-06  Benjamin Otte  <otte@gnome.org>
9534         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9535           fix huge leak: gst_buffer_merge doesn't unref the first argument
9536           itself.
9538 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9540         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
9541           report layer/mode/emphasis
9543 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9545         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
9547 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9550           signal serial
9552 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9554         * ext/vorbis/vorbis.c: (plugin_init):
9555         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9556         (gst_vorbis_dec_init), (vorbis_dec_event):
9557         add debug category
9558         make vorbisdec handle _BYTE and _TIME queries
9560 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9562         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
9563           from the xing header
9565 2004-03-06  Benjamin Otte  <otte@gnome.org>
9567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
9568         (gst_audio_convert_link), (gst_audio_convert_change_state),
9569         (gst_audio_convert_buffer_from_default_format):
9570           do conversions from/to float correctly, fix some caps nego errors,
9571           export correct supported caps in template and getcaps, use correct
9572           caps in try_set_caps functions
9574 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9576         For some reason, I only committed a ChangeLog entry yesterday and 
9577         not the corresponding code...
9578         * ext/mad/gstmad.c: Fix detection of Xing headers
9579         * gst/tags/gstid3tag.c: Changes to support TLEN tags
9581 2004-03-06  Benjamin Otte  <otte@gnome.org>
9583         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
9584         (gst_ogg_demux_src_query):
9585           make sure to handle the case where there's no current chain
9586           gracefully.
9588 2004-03-05  David Schleef  <ds@schleef.org>
9590         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
9591         Add fixate function. (bug #131128)
9592         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9593         (gst_sdlvideosink_fixate):  Add fixate function.
9594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9595         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
9596         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
9597         Fix missing break that was causing ulaw to be interpreted as
9598         raw int.
9600 2004-03-05  David Schleef  <ds@schleef.org>
9602         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
9603         Fix code that ignores return value of gst_buffer_merge().
9604         (bug #114560)
9605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
9606         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
9607         * testsuite/gst-lint:  Check for above.
9609 2004-03-05  David Schleef  <ds@schleef.org>
9611         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
9612         caps and throw an element error.  (bug #136334)
9614 2004-03-05  David Schleef  <ds@schleef.org>
9616         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
9617         (gst_faad_chain): Fix negotiation.
9618         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
9619         key and button events.
9620         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
9621         dung heap of code.
9622         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
9623         depends on gconf
9624         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
9625         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9626         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
9627         function to encourage better negotiation, particularly between
9628         audioconvert and osssink.
9629         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9630         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
9631         more important.
9632         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
9633         typefinding.
9634         * gst/vbidec/vbiscreen.c:  Add glib header
9635         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
9637 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
9639         * ext/mad/gstmad.c: Fix detection of Xing headers
9640         * gst/tags/gstid3tag.c: Changes to support TLEN tags
9642 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9644         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9645         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
9646           debug updates
9648 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9650         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9651         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
9652         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
9653         files, and report the parsed length as a GST_TAG_DURATION tag.
9654         * gst/tags/gstid3tag.c: support TLEN (duration) tag
9656 2004-03-05  Benjamin Otte  <otte@gnome.org>
9658         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
9659           convert channels correctly. convert correctly to unsigned.
9661 2004-03-05  Julien MOUTTE <julien@moutte.net>
9663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
9664         we have a window before clearing it.
9666 2004-03-05  Julien MOUTTE <julien@moutte.net>
9668         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
9669         have a window before clearing it.
9671 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9673         * gconf/gstreamer.schemas.in:
9674         * gst-libs/gst/gconf/Makefile.am:
9675           version installation path the same way as for 0.6
9676         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9677         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9678         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9679           remove comment that was fixed
9681 2004-03-05  David Schleef  <ds@schleef.org>
9683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
9684         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
9685         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
9686         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
9687         Add prototype code for handling seeking and querying.
9689 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9691         * examples/gstplay/player.c: (main):
9692           Initialize variables to NULL. Prevents a segfault because the
9693           (uninitialized) variable is not NULL, resulting in a crash on
9694           trying to reach error->message.
9696 2004-03-05  Benjamin Otte  <otte@gnome.org>
9698         * gst/audioconvert/gstaudioconvert.c:
9699         (gst_audio_convert_buffer_to_default_format):
9700         make float=>int conversion work correctly even in cornercases.
9702 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
9704         * debian/README.Debian:
9705         * debian/build-deps:
9706         * debian/changelog:
9707         * debian/control:
9708         * debian/control.in:
9709         * debian/copyright:
9710         * debian/gstreamer-a52dec.files:
9711         * debian/gstreamer-aa.files:
9712         * debian/gstreamer-alsa.files:
9713         * debian/gstreamer-alsa.manpages:
9714         * debian/gstreamer-arts.files:
9715         * debian/gstreamer-artsd.files:
9716         * debian/gstreamer-audiofile.files:
9717         * debian/gstreamer-avifile.files:
9718         * debian/gstreamer-cdparanoia.files:
9719         * debian/gstreamer-colorspace.files:
9720         * debian/gstreamer-doc.files:
9721         * debian/gstreamer-dv.files:
9722         * debian/gstreamer-dvd.files:
9723         * debian/gstreamer-esd.files:
9724         * debian/gstreamer-festival.files:
9725         * debian/gstreamer-flac.files:
9726         * debian/gstreamer-gconf.conffiles:
9727         * debian/gstreamer-gconf.files:
9728         * debian/gstreamer-gconf.postinst:
9729         * debian/gstreamer-gnomevfs.files:
9730         * debian/gstreamer-gsm.files:
9731         * debian/gstreamer-http.files:
9732         * debian/gstreamer-jack.files:
9733         * debian/gstreamer-jpeg.files:
9734         * debian/gstreamer-mad.files:
9735         * debian/gstreamer-mikmod.files:
9736         * debian/gstreamer-misc.files:
9737         * debian/gstreamer-mpeg2dec.files:
9738         * debian/gstreamer-oss.files:
9739         * debian/gstreamer-plugin-apps.files:
9740         * debian/gstreamer-plugin-apps.manpages:
9741         * debian/gstreamer-plugin-libs-dev.files:
9742         * debian/gstreamer-plugin-libs.files:
9743         * debian/gstreamer-plugin-template.postinst:
9744         * debian/gstreamer-plugin-template.postrm:
9745         * debian/gstreamer-sdl.files:
9746         * debian/gstreamer-sid.files:
9747         * debian/gstreamer-vorbis.files:
9748         * debian/gstreamer-x.files:
9749         * debian/mk.control:
9750         * debian/rules:
9751         Debian package info not maintained here.
9753 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9755         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
9756         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
9757         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
9758         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
9759         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
9760         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
9761         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
9762         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
9763         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
9764         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
9765         * gst-libs/gst/colorbalance/colorbalance.c:
9766         (gst_color_balance_class_init):
9767         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9768         (gst_color_balance_channel_class_init):
9769         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
9770         * gst-libs/gst/play/play.c: (gst_play_class_init):
9771         * gst-libs/gst/propertyprobe/propertyprobe.c:
9772         (gst_property_probe_iface_init):
9773         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
9774         * gst-libs/gst/tuner/tunerchannel.c:
9775         (gst_tuner_channel_class_init):
9776         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
9777         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
9778         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
9779         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
9780         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
9781         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9782         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
9784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
9785           fix signals to use - instead of _
9786         * ext/libcaca/gstcacasink.h:
9787         * ext/sdl/sdlvideosink.h:
9788           fix header rename
9790 2004-03-04  David Schleef  <ds@schleef.org>
9792         * testsuite/gst-lint:  Add a check for bad signal names.
9794 2004-03-04  <kost@imn.htwk-leipzig.de>
9796         reviewed by David Schleef
9798         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
9799         modified the alpha channel and caused a warning. (bug #136192)
9801 2004-04-03  Christian Schaller <Uraeus@gnome.org>
9803         * gst-plugins.spec.in:
9804         Change names of plugins to actually be correct. Try to keep things
9805         alphabetical to avoid getting beat up by Thomas
9807 2004-03-03  Julien MOUTTE <julien@moutte.net>
9809         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
9810         Using ximagesink as a default if no gconf key found. We should
9811         probably consider using alsasink instead of osssink for the audio
9812         part.
9814 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9816         * configure.ac:
9817           fix --with-plugins, don't think it ever worked before
9818         * gst-plugins.spec.in:
9819           even more updates
9821 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9823         * ext/sdl/sdlvideosink.h:
9824         * sys/ximage/ximagesink.h:
9825         * sys/xvideo/xvideosink.h:
9826         * sys/xvimage/xvimagesink.h:
9827           Fix for move of gstvideosink.h -> videosink.h.
9829 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9831         * gst-libs/gst/xwindowlistener/Makefile.am:
9832           this is a plugin library, not a library
9834 2004-03-01  David Schleef  <ds@schleef.org>
9836         * AUTHORS:  Added some names.  Add yourself if you're still
9837         missing.
9839 2004-03-01  David Schleef  <ds@schleef.org>
9841         * MAINTAINERS: Add
9843 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9845         * gst-plugins.spec.in: clean up spec file
9847 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9849         * gst-libs/gst/video/Makefile.am:
9850         * gst-libs/gst/video/gstvideosink.c:
9851         * gst-libs/gst/video/gstvideosink.h:
9852           rename gstvideosink.h to videosink.h to match other headers
9853         * gst/mixmatrix/Makefile.am:
9854           fix plugin filename
9855         * gst/tags/Makefile.am: fix plugin filename
9857 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9859         * gst/tags/Makefile.am: fix plugin filename
9861 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9863         * examples/gstplay/player.c: (got_time_tick), (main):
9864           add error handler
9865           display time_tick more readably
9866         * gst/mixmatrix/Makefile.am:
9867           fix plugin file name
9869 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
9871         * sys/oss/gstosselement.c: (gst_osselement_probe),
9872         (device_combination_append), (gst_osselement_class_probe_devices):
9873         * sys/oss/gstosselement.h: 
9874           Reworked enumeration of oss dsps and mixers so that gst-mixer works
9875           on my system using alsa oss emulation, fixes bug #135597
9877 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9879         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
9880         (gst_videodrop_chain), (gst_videodrop_change_state):
9881         * gst/videodrop/gstvideodrop.h:
9882           Work based on timestamp of input data, not based on the expected
9883           framerate from the input. The consequence is that this element now
9884           not only scales framerates, but also functions as a framerate
9885           corrector or framerate stabilizer/constantizer.
9887 2004-02-27  David Schleef  <ds@schleef.org>
9889         patches from jmmv@menta.net (Julio M. Merino Vidal)
9891         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
9892         GST_ELEMENT_ERROR call (bug #135634)
9893         * gst/interleave/interleave.c: (interleave_buffered_loop),
9894         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
9895         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
9896         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9897         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
9898         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
9899         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
9900         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
9901         Fix GST_ELEMENT_ERROR call.
9902         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
9903         GST_ELEMENT_ERROR call.
9905 2004-02-27  Benjamin Otte  <otte@gnome.org>
9907         * gst-libs/gst/audio/audio.h:
9908           add macro to make sure header isn't included twice
9909         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9910           don't use gst_buffer_free
9911         * gst/playondemand/filter.func:
9912           don't use gst_data_free. Free data only once.
9914 2004-02-26  David Schleef  <ds@schleef.org>
9916         * gst-libs/gst/colorbalance/Makefile.am:
9917         * gst-libs/gst/mixer/Makefile.am:
9918         * gst-libs/gst/tuner/Makefile.am:
9919         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
9920         should not be disted, -marshal.h files should not be installed,
9921         and -enum.h files _should_ be installed.  Fix to make this the
9922         case.
9924 === release 0.7.5 ===
9926 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9928         * configure.ac: release 0.7.5, "Under The Sea"
9930 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9933         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
9934         * gst/videoscale/gstvideoscale.c:
9935         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
9936           assorted debug/warning fixes
9938 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9940         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
9941         (gst_videoscale_init), (gst_videoscale_chain),
9942         (gst_videoscale_set_property), (plugin_init):
9943         * gst/videoscale/gstvideoscale.h:
9944         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
9945         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
9946         (gst_videoscale_planar400), (gst_videoscale_packed422),
9947         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
9948         (gst_videoscale_24bit), (gst_videoscale_16bit),
9949         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
9950         (gst_videoscale_scale_plane_slow),
9951         (gst_videoscale_scale_point_sample),
9952         (gst_videoscale_scale_nearest),
9953         (gst_videoscale_scale_nearest_str2),
9954         (gst_videoscale_scale_nearest_str4),
9955         (gst_videoscale_scale_nearest_32bit),
9956         (gst_videoscale_scale_nearest_24bit),
9957         (gst_videoscale_scale_nearest_16bit):
9958         add debugging category and use it properly
9959         fix use of GST_PTR_FORMAT
9961 2004-02-25  Andy Wingo  <wingo@pobox.com>
9963         * gst/interleave/interleave.c (interleave_buffered_loop): Always
9964         push only when channel->buffer is NULL. Prevents segfaults doing
9965         the state change after a nonlocal exit, like a scheme exception.
9967         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
9968         Handle the case where the intersected caps is empty.
9970 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9972         * gst/law/mulaw-decode.c: (mulawdec_link):
9973         * gst/law/mulaw.c: (plugin_init):
9974           fix mulawdec so it actually works again
9976 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
9978         reviewed by: David Schleef  <ds@schleef.org>
9980         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
9981         (gst_gamma_init), (gst_gamma_set_property),
9982         (gst_gamma_get_property), (gst_gamma_calculate_tables),
9983         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
9984         for RGB, with separate r g and b correction factors. (#131167)
9986 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9988         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9989           only signal tags for bitrate if they're > 0 (#134894)
9991 2004-02-24  David Schleef  <ds@schleef.org>
9993         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
9994         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
9995         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
9996         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
9997         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
9998         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
9999         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
10000         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
10001         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
10002         category.  Attempt to fix timestamp calculation.
10004 2004-02-24  Johan Dahlin  <johan@gnome.org>
10006         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
10008 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10010         * configure.ac:
10011         * gconf/Makefile.am:
10012         * gconf/gstreamer.schemas:
10013         * gst-libs/gst/gconf/Makefile.am:
10014         * gst-libs/gst/gconf/gconf.c:
10015           version gconf schemas and install locations
10017 2004-02-23  Benjamin Otte  <otte@gnome.org>
10019         * ext/xine/xineinput.c: (gst_xine_input_dispose):
10020         (gst_xine_input_subclass_init):
10021           call parent dispose.
10022           change pad template for CD reader correctly
10023         * ext/xine/Makefile.am:
10024         * ext/xine/gstxine.h:
10025         * ext/xine/xine.c: (plugin_init):
10026         * ext/xine/xineaudiosink.c:
10027           wrap audio sinks, too
10028         * gst-libs/gst/resample/private.h:
10029         * gst-libs/gst/resample/resample.c: (gst_resample_init),
10030         (gst_resample_reinit), (gst_resample_scale),
10031         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
10032         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
10033         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
10034         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
10035         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
10036         * gst-libs/gst/resample/resample.h:
10037         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10038         (gst_audioscale_class_init), (gst_audioscale_link),
10039         (gst_audioscale_get_buffer), (gst_audioscale_init),
10040         (gst_audioscale_chain), (gst_audioscale_set_property),
10041         (gst_audioscale_get_property):
10042         * gst/audioscale/gstaudioscale.h:
10043           s/resample_*/gst_resample_*/i to not clobber namespaces
10045 2004-02-23  Julien MOUTTE  <julien@moutte.net>
10047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10048         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
10049         (gst_riff_create_video_template_caps),
10050         (gst_riff_create_audio_template_caps),
10051         (gst_riff_create_iavs_template_caps):
10052         * gst-libs/gst/riff/riff-media.h:
10053         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10054         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
10055         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
10056         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10058         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10059         (gst_matroska_demux_plugin_init): First batch implementing audio and 
10060         video codec tags in demuxers.
10062 2004-02-22  Benjamin Otte  <otte@gnome.org>
10064         * ext/xine/Makefile.am:
10065         * ext/xine/gstxine.h:
10066         * ext/xine/xine.c: (plugin_init):
10067         * ext/xine/xineinput.c:
10068           add input plugin wrapper. Playback from files, http, mms and cdda
10069           works.
10070         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
10071           remove leftover G_GNUC_UNUSED
10072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
10073         (gst_asf_demux_identify_guid):
10074           improve debugging output
10076 2004-02-22  Benjamin Otte  <otte@gnome.org>
10078         reported by: Padraig O'Briain <padraig.obriain@sun.com>
10080         * autogen.sh:
10081           replace test -e with test -x for mkinstalldirs to be more portable.
10082           (fixes #134816)
10084 2004-02-22  Benjamin Otte  <otte@gnome.org>
10086         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
10088         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
10089           set rank to PRIMARY
10090         * gst/volume/gstvolume.c: (plugin_init):
10091           set rank to NONE
10092         fixes #134960
10094 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
10096         reviewed by Benjamin Otte  <otte@gnome.org>
10098         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10099           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
10101 2004-02-22  Benjamin Otte  <otte@gnome.org>
10103         * configure.ac:
10104           export [_]*{gst,Gst,GST}.* symbols from plugins
10106 2004-02-22  Christophe Fergeau <teuf@gnome.org>
10108         reviewed by: Benjamin Otte  <otte@gnome.org>
10110         * ext/lame/gstlame.c: (add_one_tag):
10111         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
10113         (gst_vorbisenc_metadata_set1):
10114         * gst/tags/gstid3tag.c:
10115         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
10116           apply fixes from bugs #135042 (lame can't write tags) and #133817
10117           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
10119 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
10121         * configure.ac: Export only gst_plugin_desc from plugins.
10122          Note that this change only makes any effect with Linux using libtool 
10123          1.5.2 or higher. Otherwise it is silently ignored, but it would build
10124          fine. And don't try to have several versions of libtool in different
10125          directories.
10127 2004-02-20  Andy Wingo  <wingo@pobox.com>
10129         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
10130         interleave respectively.
10132         * gst/interleave/deinterleave.c: New plugin: deinterleave
10133         (replaces on oneton).
10134         * gst/interleave/interleave.c: New plugin: interleave.
10135         * gst/interleave/plugin.h: Support file.
10136         * gst/interleave/plugin.c: Support file.
10138         * configure.ac: Remove intfloat and oneton, add interleave.
10140         * ext/sndfile/gstsf.c: Handle events better.
10142         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
10143         and float2int operation. int2float has scheduling problems as
10144         noted in in2float_chain. 
10146 2004-02-20  Benjamin Otte  <otte@gnome.org>
10148         * ext/xine/Makefile.am:
10149         * ext/xine/gstxine.h:
10150         * ext/xine/xine.c: 
10151         * ext/xine/xineaudiodec.c: 
10152         * ext/xine/xinecaps.c: 
10153           add first version of xine plugin wrapper. Currently only wraps the
10154           QDM2 win32 DLL, and even that only in proof-of-concept quality.
10155         * configure.ac:
10156         * ext/Makefile.am:
10157           add xine plugin wrapper, disabled by default. Use --enable-xine to
10158           build. Note that it'll segfault on gst-register if you don't remove
10159           the goom and tvtime post plugins from xine.
10160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10161         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
10162           add extradata parsing for QDM2.
10163           change around debugging prints.
10165 2004-02-19  Benjamin Otte  <otte@gnome.org>
10167         * ext/lame/gstlame.c: (gst_lame_chain):
10168         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10169           use gst_tag_list_insert when you want to insert tags
10171 2004-02-18  David Schleef  <ds@schleef.org>
10173         * configure.ac:  Move massink to gst-rotten
10174         * ext/Makefile.am:
10175         * ext/mas/Makefile.am:
10176         * ext/mas/massink.c:
10177         * ext/mas/massink.h:
10179 2004-02-18  David Schleef  <ds@schleef.org>
10181         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
10182         typefinding, since it seems to be worse than nothing.
10183         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
10184         atom to recognize .mp4 and .m4a files as video/quicktime.
10186 2004-02-18  David Schleef  <ds@schleef.org>
10188         * gst/sine/demo-dparams.c: (quit_live),
10189         (dynparm_log_value_changed), (dynparm_value_changed), (main):
10190         Use double dparams, not float.
10191         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10192         (gst_sinesrc_init): Change sync default to FALSE, since multiple
10193         sync'd elements don't really work correctly.
10194         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
10195         (volume_update_volume), (volume_get_property):  Change dparam
10196         to double.
10198 2004-02-18  Julien MOUTTE  <julien@moutte.net>
10200         * sys/ximage/ximagesink.c:
10201         (gst_ximagesink_xwindow_update_geometry),
10202         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
10203         (gst_ximagesink_change_state), (gst_ximagesink_expose),
10204         (gst_ximagesink_init): Rework the way software video scaling works. So
10205         now we check on each chain call if the video frames are feeling the 
10206         window. If not we try to renegotiate caps. On failure we memorize that
10207         and we won't try again for that PLAYING sessions.
10208         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
10209         failure.
10210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
10211         synchronous flag.
10213 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10215         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
10216           break up _link so we can give a better debug message for errors
10218 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10220         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
10221           set up debug category
10223 2004-02-18  Julien MOUTTE <julien@moutte.net>
10225         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10226         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
10227         the way renegotiation work. The event handling function is not taking
10228         care of external windows and renegotiate method check for pad flags
10229         NEGOTIATING. Should fix : #133209
10231 2004-02-17  Julien MOUTTE  <julien@moutte.net>
10233         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
10234         pad is negotiating before trying renegotiation.
10236 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
10238         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
10239           pass on all possible mime types as typefind hints
10241 2004-02-17  Julien MOUTTE <julien@moutte.net>
10243         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
10244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
10245         possible SHM leak if we crash. All other apps using XShm are doing
10246         that.
10248 2004-02-17  Julien MOUTTE  <julien@moutte.net>
10250         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10251         (gst_ximagesink_expose): Renegotiate size on expose.
10252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
10253         size on expose.
10255 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10257         * testsuite/alsa/sinesrc.c:
10258           cosmetic fix to fix compile issue with gcc 2.95.4
10260 2004-02-16  Julien MOUTTE <julien@moutte.net>
10262         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10263         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
10264         failed opening the audio device.
10265         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10266         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10267         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
10268         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
10269         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
10270         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10271         (gst_ximagesink_change_state), (gst_ximagesink_chain),
10272         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
10273         Removing some useless g_return_if_fail like wingo suggested.
10274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10275         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
10276         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
10277         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
10278         (gst_xvimagesink_update_colorbalance),
10279         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
10280         (gst_xvimagesink_xcontext_clear),
10281         (gst_xvimagesink_get_fourcc_from_caps),
10282         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
10283         (gst_xvimagesink_set_xwindow_id),
10284         (gst_xvimagesink_colorbalance_list_channels),
10285         (gst_xvimagesink_colorbalance_set_value),
10286         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
10287         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
10289 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10291         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
10292           throw error when not negotiated instead of asserting
10294 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10296         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
10297         correct data refcounting.
10299 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10301         * gst/switch/gstswitch.c: (gst_switch_change_state),
10302         (gst_switch_class_init): Cleaning the sinkpads correctly on state
10303         change, mostly the EOS flag.
10305 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10307         * examples/gstplay/player.c: (got_eos), (main): Adding some 
10308         output for debugging.
10309         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
10310         timeouts if we go to any state different from PLAYING.
10311         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
10312         more EOS bugs in riff lib.
10314 2004-02-14  Julien MOUTTE  <julien@moutte.net>
10316         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
10317         visualization until i find a way to fix switch correctly.
10318         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
10319         EOS arrives.
10320         * gst/switch/gstswitch.c: (gst_switch_release_pad),
10321         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
10322         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
10323         Reworked switch to get a more correct behaviour with events and refing
10324         of data stored in sinkpads.
10325         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
10326         we don't pull from a pad in EOS.
10328 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10330         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10331           remove v1 tag even if we can't read it (makes sure we don't detect
10332           it again)
10334 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10336         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
10337         (gst_alsa_xrun_recovery):
10338         * ext/alsa/gstalsa.h:
10339           try xrun recovery when wait failed. Make xrun recovery function
10340           return TRUE/FALSE to indicate success. (might fix #134354)
10342 2004-02-13  David Schleef  <ds@schleef.org>
10344         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
10345         (dynparm_value_changed), (main): Convert from float to double.
10346         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
10348 2004-02-13  David Schleef  <ds@schleef.org>
10350         * gst/silence/gstsilence.c: (gst_silence_class_init),
10351         (gst_silence_set_clock), (gst_silence_get),
10352         (gst_silence_set_property), (gst_silence_get_property):
10353         * gst/silence/gstsilence.h: Add sync property.
10354         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10355         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
10356         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
10357         * gst/sine/gstsinesrc.h: Add sync property.
10359 2004-02-13  David Schleef  <ds@schleef.org>
10361         * gst/intfloat/gstint2float.c: (conv_f32_s16),
10362         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
10364 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10366         * configure.ac:
10367         * ext/Makefile.am:
10368         * gst-libs/ext/Makefile.am:
10369           move ffmpeg plugin to gst-ffmpeg module
10371 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10373         * configure.ac: use GST_ARCH to detect architecture
10375 2004-02-12  Julien MOUTTE  <julien@moutte.net>
10377         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
10379 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10381         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
10382           classify LADSPA plugins based on number of src/sink pads
10383           (#133663, Stefan Kost)
10384         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
10385           fix dparams registration
10386           (#133528, Stefan Kost)
10387         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
10388           fix use of isprint and use g_ascii_isprint instead
10389           (#133316, Stefan Kost)
10391 2004-02-11  David Schleef  <ds@schleef.org>
10393         Convert a few inner loops to use liboil.  This is currently
10394         optional, and is only enabled if liboil is present (duh!).
10395         * configure.ac: Check for liboil-0.1
10396         * gst/intfloat/Makefile.am:
10397         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
10398         (gst_int2float_chain_gint16):
10399         * gst/videofilter/Makefile.am:
10400         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
10401         (tablelookup_u8), (gst_videobalance_planar411):
10402         * gst/videotestsrc/Makefile.am:
10403         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
10404         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
10405         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
10406         (paint_hline_RGB565), (paint_hline_xRGB1555):
10408 2004-02-11  David Schleef  <ds@schleef.org>
10410         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
10411         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
10412         (gst_colorspace_getcaps), (gst_colorspace_link),
10413         (gst_colorspace_base_init), (gst_colorspace_init),
10414         (gst_colorspace_chain), (gst_colorspace_change_state),
10415         (plugin_init): Merge Ronald's patch (bug #117897) and update
10416         for new caps and negotiation.  Seems to work, although it
10417         shows off bugs in lcs.
10419 2004-02-11  David Schleef  <ds@schleef.org>
10421         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
10422         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
10424 2004-02-11  David Schleef  <ds@schleef.org>
10426         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
10427         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
10428         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
10429         Add server and port properties
10431 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10433         * m4/a52.m4:
10434         * m4/aalib.m4:
10435         * m4/as-ffmpeg.m4:
10436         * m4/as-liblame.m4:
10437         * m4/as-slurp-ffmpeg.m4:
10438         * m4/check-libheader.m4:
10439         * m4/esd.m4:
10440         * m4/freetype2.m4:
10441         * m4/gconf-2.m4:
10442         * m4/glib.m4:
10443         * m4/gst-alsa.m4:
10444         * m4/gst-artsc.m4:
10445         * m4/gst-ivorbis.m4:
10446         * m4/gst-matroska.m4:
10447         * m4/gst-sdl.m4:
10448         * m4/gst-shout2.m4:
10449         * m4/gst-sid.m4:
10450         * m4/gtk.m4:
10451         * m4/libdv.m4:
10452         * m4/libfame.m4:
10453         * m4/libmikmod.m4:
10454         * m4/ogg.m4:
10455         * m4/vorbis.m4:
10456           fix underquotedness of macros (#133800)
10457         * m4/as-avifile.m4:
10458         * m4/xmms.m4:
10459           removed because no longer used
10461 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10463         * configure.ac:
10464           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
10465           by autopoint (fixes #132996)
10467 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10469         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
10470         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
10471         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
10472         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
10473           fix memleaks
10475 2004-02-11  David Schleef  <ds@schleef.org>
10477         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10478         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
10479         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
10480         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
10481         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
10482         (gst_jpegenc_class_init), (gst_jpegenc_init),
10483         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
10484         (gst_jpegenc_chain), (gst_jpegenc_set_property),
10485         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
10486         * ext/jpeg/gstjpegenc.h: Fix negotiation.
10488 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10490         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
10491         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
10492         * ext/mikmod/gstmikmod.h:
10493           fix caps negotiation in mikmod
10494         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
10495           output debug information
10497 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10499         * gst-libs/gst/colorbalance/Makefile.am:
10500         * gst-libs/gst/navigation/Makefile.am:
10501         * gst-libs/gst/xoverlay/Makefile.am:
10502           remove unused GST_OPT_CFLAGS from Makefiles
10503           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
10505 2004-02-07  David Schleef  <ds@schleef.org>
10507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
10508         push events to pads that haven't been created (#133508)
10510 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
10512         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
10513         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
10514         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
10515         (gst_dvdec_loop), (gst_dvdec_change_state):
10516         Second attempt at committing a working dvdec element.
10518 2004-02-06  David Schleef  <ds@schleef.org>
10520         Build fixes for OS X: (see #129600)
10521         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
10522         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
10523         (gst_riff_read_strf_iavs):
10524         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10525         (gst_avi_demux_stream_odml):
10526         * gst/playondemand/Makefile.am:
10527         * gst/rtp/rtp-packet.c:
10529 2004-02-05  David Schleef  <ds@schleef.org>
10531         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
10532         last change, because it Just Doesn't Compile.
10534 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10536         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10537           skip undecodable id3v2 tag instead of keeping it
10539 2004-02-05  David Schleef  <ds@schleef.org>
10541         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10542         Unref leaked buffer.  (Noticed by Ronald)
10544 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
10546         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
10547         Sync requires with other checks.  >= vs =.
10549 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10551         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10552         (gst_dvdec_video_link), (gst_dvdec_loop):
10553         * ext/dv/gstdvdec.h:
10554           rework the caps negotiation so that dvdec works again instead
10555           of just segfaulting.
10557 === release 0.7.4 ===
10559 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10560                                                                                 
10561         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
10562         * configure.ac: changed for release
10564 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10566         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
10567         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
10568         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
10569         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10570           reworked patch by David Lehn to fix libdir and includedir for
10571           uninstalled libraries
10572           removed play and gconf from gstreamer-libs since they have their
10573           own pkgconfig files
10575 2004-02-04  David Schleef  <ds@schleef.org>
10577         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
10578         memleak.
10580 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10583           use correct GST_TAG_ENCODER tag
10585 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10587         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10588           be sure to stop the clock when going to paused
10589         * sys/oss/gstosssink.c: (gst_osssink_change_state):
10590           reset number of transmitted when going to ready.
10591         fixes #132935
10593 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
10595         reviewed by Benjamin Otte
10597         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10598           extract track count (fixes #133410)
10600 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10602         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
10603           that should be !=, not == (fixes #132519)
10605 2004-02-04  David Schleef  <ds@schleef.org>
10607         Make sure set_explicit_caps() is called before adding pad.
10608         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10609         * gst/id3/gstid3types.c: (gst_id3types_loop):
10610         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
10611         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
10613 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10615         * configure.ac:
10616           bump nano to 2, first prerelease
10617           put back AM_PROG_LIBTOOL
10619 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10621         * testsuite/alsa/Makefile.am:
10622           these are user test apps, not automatic testsuite tests
10624 2004-02-04  David Schleef  <ds@schleef.org>
10626         Convert GST_DEBUG_CAPS() to GST_DEBUG():
10627         * gst/mpeg1videoparse/gstmp1videoparse.c:
10628         (mp1videoparse_parse_seq):
10629         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
10630         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10631         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
10632         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
10633         (gst_xvideosink_getcaps):
10634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10635         * testsuite/gst-lint: more tests
10637 2004-02-04  David Schleef  <ds@schleef.org>
10639         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
10640         with the code that they would expand to.
10641         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
10642         (gst_flacdec_get_src_query_types),
10643         (gst_flacdec_get_src_event_masks):
10644         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
10645         (gst_gnomevfssrc_get_query_types),
10646         (gst_gnomevfssrc_get_event_mask):
10648 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10650         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10651         (gst_sinesrc_dispose):
10652           fix memleak by properly disposing sinesrc
10654 2004-02-04  Julien MOUTTE  <julien@moutte.net>
10656         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
10657         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
10658         an overlay to redraw the image because it has been exposed.
10659         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
10660         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
10661         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
10662         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
10663         interface
10664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
10665         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
10666         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
10667         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
10668         interface 
10670 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10672         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
10673           more memleak fixage
10675 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
10678         * gst/typefind/gsttypefindfunctions.c:
10679           fix memleaks shown by gst-typefind
10681 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10683         * common/glib-gen.mak:
10684           add hack rule to touch .Plo files
10685         * gst-libs/gst/colorbalance/Makefile.am:
10686         * gst-libs/gst/mixer/Makefile.am:
10687         * gst-libs/gst/play/Makefile.am:
10688         * gst-libs/gst/tuner/Makefile.am:
10689           remove glib_root variable
10691 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10693         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
10694           set explicit caps before adding the element, so the autopluggers can
10695           plug correctly.
10696         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10697         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10698         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10699         (dv_type_find):
10700           fix memleaks in typefind functions. gst_type_find_suggest takes a const
10701           argument.
10703 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10705         * gst-libs/gst/colorbalance/Makefile.am:
10706         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
10707         * gst-libs/gst/colorbalance/colorbalance.c:
10708         * gst-libs/gst/colorbalance/colorbalance.h:
10709         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
10710         * gst-libs/gst/mixer/Makefile.am:
10711         * gst-libs/gst/mixer/mixer-marshal.list:
10712         * gst-libs/gst/mixer/mixer.c:
10713         * gst-libs/gst/mixer/mixer.h:
10714         * gst-libs/gst/mixer/mixermarshal.list:
10715         * gst-libs/gst/play/Makefile.am:
10716         * gst-libs/gst/play/play.h:
10717         * gst-libs/gst/tuner/Makefile.am:
10718         * gst-libs/gst/tuner/tuner-marshal.list:
10719         * gst-libs/gst/tuner/tuner.c:
10720         * gst-libs/gst/tuner/tuner.h:
10721         * gst-libs/gst/tuner/tunermarshal.list:
10722           use new glib-gen.mak snippet to clean up Makefile.am
10723           fix various bugs in Makefile.am's
10725 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
10728           handle chain parsing correctly in the multichain case
10729         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
10730         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
10731         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10732         (theora_dec_chain):
10733           handle events and queries correctly
10735 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10737         * .cvsignore:
10738         Ignore generated file _stdint.h.
10740 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10742         * gst-libs/gst/colorbalance/Makefile.am:
10743         * gst-libs/gst/colorbalance/colorbalance.h:
10744         * gst-libs/gst/mixer/Makefile.am:
10745         * gst-libs/gst/mixer/mixer.h:
10746         * gst-libs/gst/play/Makefile.am:
10747         * gst-libs/gst/play/play.h:
10748         * gst-libs/gst/tuner/Makefile.am:
10749         * gst-libs/gst/tuner/tuner.h:
10750         Generate enum type code with glib-mkenums.
10751         * gst-libs/gst/colorbalance/.cvsignore:
10752         * gst-libs/gst/mixer/.cvsignore:
10753         * gst-libs/gst/play/.cvsignore:
10754         * gst-libs/gst/tuner/.cvsignore:
10755         Ignore generated files.
10757 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10759         * gst-libs/gst/audio/.cvsignore:
10760         Ignore generated file.
10761         * gst-libs/gst/audio/Makefile.am:
10762         Do not install example filter.
10764 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10766         * examples/switch/.cvsignore:
10767         Ignore generated file.
10769 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10771         * common/m4/ax_create_stdint_h.m4:
10772         * configure.ac:
10773           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
10774           _stdint.h.
10775         * Makefile.am:
10776           remove generated _stdint.h in DISTCLEANFILES
10777         * ext/a52dec/gsta52dec.c:
10778           include _stdint.h for a52dec. (should fix #133064)
10780 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
10782         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
10783         (gst_tag_to_vorbis_comments):
10784         Add replaygain support to vorbistag
10786 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
10787         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
10788         (gst_ffmpeg_caps_to_extradata):
10789           Fix SVQ3 caps flag properties
10790           Use glib macro for bytes swap
10792 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10794         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10795         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10796         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10797         * ext/sndfile/gstsf.c: (plugin_init):
10798         * gst/avi/gstavi.c: (plugin_init):
10799         * sys/dxr3/dxr3init.c: (plugin_init):
10800         * sys/oss/gstossaudio.c: (plugin_init):
10801         * sys/v4l/gstv4l.c: (plugin_init):
10802         * sys/v4l2/gstv4l2.c: (plugin_init):
10803           remove textdomain calls
10804         * po/nl.po:
10805           update Dutch translation
10807 2004-02-02  Julien MOUTTE  <julien@moutte.net>
10809         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
10810         (gst_play_set_audio_sink): Moving volume in the audio thread for 
10811         instantaneous volume change. Maybe i will add another volume in front
10812         of visualization later, not sure yet though.
10814 2004-02-02  Julien MOUTTE  <julien@moutte.net>
10816         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10817         (gst_ximagesink_handle_xevents): Better X events handling, only take
10818         the latest events for configure and motion.
10819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
10821 2004-02-02  Jon Trowbridge  <trow@gnu.org>
10823         reviewed by: David Schleef  <ds@schleef.org>
10825         Fix memory leaks:
10826         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
10827         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
10829 2004-02-02  David Schleef  <ds@schleef.org>
10831         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
10832         of lines.
10833         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
10834         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10835         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
10836         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
10837         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
10838         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
10839         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
10840         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
10841         (gst_float2_2_int_link):
10842         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
10843         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
10844         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
10845         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
10846         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
10847         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
10848         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
10849         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
10850         * testsuite/gst-lint: Add tests for bzero and ;;
10852 2004-02-02  David Schleef  <ds@schleef.org>
10854         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
10856 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10858         * ext/aalib/gstaasink.c: (gst_aasink_open):
10859         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10860         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10861         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10862         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10863         (gst_afsink_close_file):
10864         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10865         (gst_afsrc_close_file):
10866         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10867         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10868         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10869         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10870         * ext/esd/esdmon.c: (gst_esdmon_get):
10871         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
10872         * ext/faac/gstfaac.c: (gst_faac_chain):
10873         * ext/faad/gstfaad.c: (gst_faad_chain):
10874         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10875         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10876         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10877         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10878         (gst_flacdec_loop):
10879         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10880         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10882         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10883         (gst_gnomevfssink_close_file):
10884         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10885         (gst_gnomevfssrc_open_file):
10886         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10887         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10888         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10889         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10890         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10891         * ext/mad/gstmad.c: (gst_mad_chain):
10892         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10893         * ext/mpeg2dec/gstmpeg2dec.c:
10894         * ext/mpeg2enc/gstmpeg2enc.cc:
10895         * ext/mplex/gstmplex.cc:
10896         * ext/mplex/gstmplexibitstream.cc:
10897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10898         (gst_ogg_demux_push):
10899         * ext/raw1394/gstdv1394src.c:
10900         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10901         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10902         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10903         (gst_sf_loop):
10904         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10905         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
10906         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10907         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10909         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10910         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10911         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10912         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10913         (gst_riff_read_element_data), (gst_riff_read_seek),
10914         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10915         * gst/adder/gstadder.c: (gst_adder_loop):
10916         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10917         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10918         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10919         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10920         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10921         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10922         * gst/goom/gstgoom.c: (gst_goom_chain):
10923         * gst/id3/gstid3types.c: (gst_id3types_loop):
10924         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
10925         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10926         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10927         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10928         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10929         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10930         (gst_ebml_read_float), (gst_ebml_read_header):
10931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10932         (gst_matroska_demux_parse_blockgroup):
10933         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10934         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10935         * gst/oneton/gstoneton.c: (gst_oneton_chain):
10936         * gst/silence/gstsilence.c: (gst_silence_get):
10937         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10938         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10939         * gst/speed/gstspeed.c: (speed_loop):
10940         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10941         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10942         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10943         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10944         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10945         (gst_wavparse_loop):
10946         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10947         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10948         (dxr3audiosink_close):
10949         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10950         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10951         (dxr3videosink_close), (dxr3videosink_write_data):
10952         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10953         * sys/oss/gstosssink.c: (gst_osssink_chain):
10954         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10955         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10956         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10957         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10958         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
10959         (gst_v4l_set_window), (gst_v4l_enable_overlay):
10960         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10961         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10962         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10963         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10964         (gst_v4l_set_audio):
10965         * sys/v4l/v4l_calls.h:
10966         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10967         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10968         (gst_v4lmjpegsink_playback_init),
10969         (gst_v4lmjpegsink_playback_start):
10970         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
10971         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10972         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10973         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10974         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10975         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
10976         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
10977         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10978         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
10979         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
10980         (gst_v4l2_get_output), (gst_v4l2_set_output),
10981         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
10982         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
10983         (gst_v4l2_set_attribute):
10984         * sys/v4l2/v4l2_calls.h:
10985         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10986         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10987         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10988         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10989         (gst_v4l2src_capture_stop):
10990         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10991         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10992         (gst_ximagesink_chain):
10993         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10994         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10995         (gst_xvideosink_xwindow_new):
10996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10997         (gst_xvimagesink_chain):
10999 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11001         * gst/volume/gstvolume.c: (gst_volume_set_volume),
11002         (gst_volume_get_volume), (volume_class_init), (volume_init),
11003         (volume_chain_int16), (volume_update_volume):
11004         * gst/volume/gstvolume.h:
11005           make code more readable by removing magic numbers
11006           make mixer interface export 0-100 range
11007           make it internally map to 0.0-1.0 range so users don't distort
11008           output by putting the sliders at full volume
11010 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11012         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
11013         (gst_play_state_change), (gst_play_seek_to_time):
11014         block the tick callback for 0.5 secs after doing a seek
11016 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11018         * gst-libs/gst/play/play.c: (gst_play_new):
11019           check for GError
11021 2004-02-01  Julien MOUTTE  <julien@moutte.net>
11023         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
11024         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
11025         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11026         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
11027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11028         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
11030 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11032         * configure.ac:
11033         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11034           check for a function added in vorbis 1.1
11036 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11038         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
11039         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
11040           really start/stop clock only on PLAYING <=> PAUSED
11041         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11042           remove \n from debugging lines
11043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
11044           make it work when seeking does not
11045         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11046           reset on DISCONT
11048 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11050         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
11051           start clock on PAUSED=>PLAYING, not later
11052         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11053           extract correct time for different discont formats
11054         (gst_alsa_sink_get_time):
11055           don't segfault when no format is negotiated yet, just return 0
11056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11057         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
11058         (gst_ogg_pad_push):
11059           handle flush and discont events correctly
11060         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
11061           handle discont events correctly
11063 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11065         * gst-libs/gst/play/play.c: (gst_play_error_quark),
11066         (gst_play_error_create), (gst_play_error_plugin),
11067         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
11068         * gst-libs/gst/play/play.h:
11069           add error handling during creation
11070         * examples/gstplay/player.c: (main):
11071           use new gst_play_new
11072           
11074 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11076         * ext/theora/theoradec.c: (theora_dec_chain):
11077           make comments work
11078         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11079         (vorbis_dec_src_event), (vorbis_dec_chain):
11080           add encoder tag, fix tag reading to be more error tolerant, change
11081           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
11082           gst_pad_event_default.
11083         * gst/tags/gstvorbistag.c:
11084         (gst_tag_list_from_vorbiscomment_buffer):
11085           undefine function specific define at end of function
11087 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
11089         * ext/flac/gstflac.c: (plugin_init):
11090         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
11091         * ext/flac/gstflacdec.h:
11092         * ext/flac/gstflacenc.h:
11093           Fix typos
11095 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
11097         * examples/gstplay/player.c: s/gstplay.h/play.h/
11099 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11101         * gst-libs/gst/play/Makefile.am:
11102         * gst-libs/gst/play/gstplay.c:
11103         * gst-libs/gst/play/gstplay.h:
11104         * gst-libs/gst/play/play.c:
11105           more surgery, operation complete
11107 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11109         * gst-libs/gst/play/play.old.c:
11110         * gst-libs/gst/play/play.old.h:
11111           after CVS surgery by moving, remove
11112         * gst-libs/gst/play/playpipelines.c:
11113           remove
11114           
11115         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
11116           add negotiation error
11118 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11120         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11121         (gst_ogg_demux_push):
11122           add some seeking debug info
11123           send a flush when seeking
11125 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11127         * configure.ac:
11128           use AC_C_INLINE
11129         * configure.ac:
11130         * ext/Makefile.am:
11131         * ext/theora/Makefile.am:
11132         * ext/theora/theoradec.c: 
11133           add theora video decoder. Does just do simple decoding for now and
11134           has been tested against Theora cvs only. It only works when theora
11135           is compiled with --enable-static.
11136         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11137           always reset packetno on DISCONT
11139 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11141         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11142           Fix audio.
11144 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11146         * gst/mpegaudioparse/gstmpegaudioparse.c:
11147         (mp3_type_frame_length_from_header):
11148           Fix header parsing - stolen from ffmpeg (thank you! :) ).
11150 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11152         * ext/esd/esdsink.c: (gst_esdsink_init):
11153           Since we have static pad template caps, we don't need to negotiate;
11154           either the core errors out or we know the format.
11156 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11158         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11159         (gst_riff_read_seek):
11160         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
11161         (gst_ebml_read_seek):
11162           Fix event handling.
11164 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11166         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11167           removee video/x-theora from vp3 decoder, it doesn't handle raw
11168           theora streams
11169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11170           fix bug with finalizing element that never went to PAUSED
11171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11172           length and position queries were swapped
11173         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11174         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
11175         (vorbis_dec_src_event):
11176           implement querying time and bytes
11178 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11180         * just about every source file:
11181           gst_element_error -> GST_ELEMENT_ERROR
11183 2004-01-29  Julien MOUTTE  <julien@moutte.net>
11185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
11186         emiting FLUSH and even before DISCONT.
11187         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
11188         get the best instant seeking as possible yay!
11190 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11192         * gst/mpeg1videoparse/gstmp1videoparse.c:
11193         (gst_mp1videoparse_real_chain):
11194           Committed wrong version last week... Grr... Didn't notice until now.
11196 2004-01-29  Julien MOUTTE <julien@moutte.net>
11198         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
11199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
11200         have_xwindow_id signal in xwindow_create.
11202 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11204         * ext/ogg/gstoggdemux.c: 
11205           lots of changes - mainly support for chained bitstreams, seeking,
11206           querying and bugfixes of course
11207         * ext/vorbis/Makefile.am:
11208         * ext/vorbis/vorbisdec.c: 
11209         * ext/vorbis/vorbisdec.h:
11210           add vorbisdec raw vorbis decoder
11211         * ext/vorbis/vorbis.c: (plugin_init):
11212           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
11213         * gst/intfloat/Makefile.am:
11214         * gst/intfloat/float22int.c:
11215         * gst/intfloat/float22int.h:
11216         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
11217           add float2intnew plugin. It converts multichannel interleaved float to
11218           multichannel interleaved int. The name should probably be changed.
11219         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
11220         (plugin_init):
11221           add typefinding for raw theora video so oggdemux can detect it.
11223 2004-01-28  Julien MOUTTE  <julien@moutte.net>
11225         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
11226         sink element first.
11227         * gst/videoscale/gstvideoscale.c:
11228         (gst_videoscale_handle_src_event): Fixing src event handler.
11230 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11232         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11233         (gst_v4lsrc_open), (gst_v4lsrc_close),
11234         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
11235         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
11236         * sys/v4l/gstv4lsrc.h:
11237         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
11238         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
11239           Implement resizing... Hack. But that's why v4l is b0rked...
11241 2004-01-28  Julien MOUTTE <julien@moutte.net>
11243         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11244         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
11245         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
11246         (gst_ximagesink_xwindow_destroy):
11247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11248         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11249         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
11250         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
11251         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
11252         correctly cleaning the image created to check xshm calls on succes,
11253         added a lot of XSync calls in X11 functions, and fixed a segfault when
11254         no image format was defined before negotiation happened.
11256 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11258         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
11259           use gst_element_get_time to get correct time
11261 2004-01-28  Julien MOUTTE  <julien@moutte.net>
11263         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
11264         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
11265         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
11266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
11267         (gst_xvimagesink_check_xshm_calls),
11268         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
11269         X plugins are now able to detect that XShm calls will fail even if the
11270         server claims that it has XShm support (remote displays most of the
11271         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
11272         so that we use non XShm functions. This feature is almost useless for
11273         xvimagesink as Xv is not supported on remote displays anyway, but 
11274         it might happen than even on the local display XShm calls fail.
11276 2004-01-27  David Schleef  <ds@schleef.org>
11278         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11279         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
11280         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
11281         changed esdsink to only use 44100,16,2, since esd sucks at rate
11282         conversion and esdsink has had difficulty negotiating.
11284 2004-01-27  Julien MOUTTE <julien@moutte.net>
11286         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
11287         (gst_play_seek_to_time): Fixing the way to get current position.
11289 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11291         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
11292           use gst_element_get_time to get correct time
11294 2004-01-27  Julien MOUTTE <julien@moutte.net>
11296         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
11297         fix ever... Inverting 2 lines of code make spider autoplug correctly
11298         tagged mp3 !
11300 2004-01-27  David Schleef  <ds@schleef.org>
11302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11303         Use gst_pad_try_set_caps_nonfixed().
11305 2004-01-27  David Schleef  <ds@schleef.org>
11307         * gst/ac3parse/gstac3parse.c: update to checklist 5
11308         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
11309         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
11310         * gst/audioscale/gstaudioscale.c: same
11311         * gst/auparse/gstauparse.c: same
11312         * gst/avi/gstavidemux.c: same
11314 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11316         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
11317           stop processing after EOS
11319 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11321         * gst/asfdemux/asfheaders.h:
11322         * gst/asfdemux/gstasfdemux.c: 
11323         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
11324         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
11325         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
11326           lot's of fixes to make data extraction simpler and get the code
11327           architecture and compiler independant. Add debugging category
11328         * gst/goom/gstgoom.c: (gst_goom_change_state):
11329           reset channel count on PAUSED=>READY, not READY=>PAUSED
11331 2004-01-26  Colin Walters  <walters@verbum.org>
11333         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
11334         code to pull a bigger buffer in iradio mode.  This as a side effect
11335         makes typefinding work.
11337 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
11339         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
11340         Fix SVQ3 decoding on PPC
11342 2004-01-26  Julien MOUTTE <julien@moutte.net>
11344         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
11345         that one managed to stay there... Fixed.
11347 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
11349         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
11350         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
11351         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
11352         (qtdemux_video_caps):
11353         * gst/qtdemux/qtdemux.h:
11354         Add SVQ3 specific flags to qtdemux and ffmpeg
11356 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11358         * gst-libs/gst/audio/audio.h:
11359           remove buffer-frames from audio caps
11360         * gst/audioconvert/gstaudioconvert.c:
11361           fix plugin to really work.
11363 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11365         * gst-libs/gst/mixer/mixer.c:
11366         * gst-libs/gst/propertyprobe/propertyprobe.c:
11367         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
11368         (gst_tuner_find_channel_by_name):
11369         * gst-libs/gst/tuner/tuner.h:
11370           Add gtk-doc style comments. Also fix a function name.
11372 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11374         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
11375         (gst_divxdec_negotiate):
11376           Fix for new capsnego - also fixes gst-player with divxdec.
11378 2004-01-25  Julien MOUTTE  <julien@moutte.net>
11380         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11381         (gst_play_identity_handoff), (gst_play_set_location),
11382         (gst_play_set_visualization), (gst_play_connect_visualization): Another
11383         try in visualization implementation. Still have an issue with switch
11384         blocking when pulling from video_queue and only audio comes out of 
11385         spider.
11386         * gst/switch/gstswitch.c: (gst_switch_release_pad),
11387         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
11388         release method. And check if the pad is usable before pulling.
11390 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11392         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
11393         (gst_videobalance_init),
11394         (gst_videobalance_colorbalance_list_channels),
11395         (gst_videobalance_colorbalance_set_value),
11396         (gst_videobalance_colorbalance_get_value),
11397         (gst_videobalance_update_properties),
11398         (gst_videobalance_update_tables_planar411),
11399         (gst_videobalance_planar411):
11400         * gst/videofilter/gstvideobalance.h:
11401           Implement lookup-tables. +/- 10x faster.
11403 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11405         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
11406         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
11407           The index reading was broken. The rest worked fine, but the whole
11408           goal of my rewrite was to make avidemux readable, and this was
11409           not at all readable. Please use typed variables.
11411 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11413         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11414           Additional pad usability check.
11415         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
11416         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
11417         (gst_mp1videoparse_real_chain):
11418           Fix MPEG video stream parsing. The original plugin had several
11419           issues, including not timestamping streams where the source was
11420           not timestamped (this happens with PTS values in mpeg system
11421           streams, but MPEG video is also a valid stream on its own so
11422           that needs timestamps too). We use the display time code for that
11423           for now. Also, if one incoming buffer contains multiple valid
11424           frames, we push them all on correctly now, including proper EOS
11425           handling. Lastly, several potential segfaults were fixed, and we
11426           properly sync on new sequence/gop headers to include them in next,
11427           not previous frames (since they're header for the next frame, not
11428           the previous). Also see #119206.
11429         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
11430         (bpf_from_header):
11431           Move caps setting so we only do it after finding several valid
11432           MPEG-1 fraes sequentially, not right after the first one (which
11433           might be coincidental).
11434         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
11435         (mpeg_video_type_find), (mpeg_video_stream_type_find),
11436         (plugin_init):
11437           Add unsynced MPEG video stream typefinding, and change some
11438           probability values so we detect streams rightly. The idea is as
11439           follows: I can have an unsynced system stream which contains
11440           video. In the current code, I would randomly get a type for either
11441           system or video stream type found, because the probabilities are
11442           being calculated rather randomly. I now use fixed values, so we
11443           always prefer system stream if that was found (and that is how it
11444           should be). If no system stream was found, we can still identity                the stream as video-only.
11446 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11448         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
11449         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
11450           don't write to buffer. Extract data without the need of
11451           __attribute__ ((packed))
11453 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11455         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
11456         (mpeg1_sys_type_find):
11457           Fix MPEG-1 stream typefinding.
11459 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11461         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11462           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
11464 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11466         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
11467         * ext/esd/gstesd.c: (plugin_init):
11468           private debugging, better error reporting
11470 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11472         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
11473         (gst_riff_read_init), (gst_riff_read_change_state):
11474         * gst-libs/gst/riff/riff-read.h:
11475           Remove stuff fromold metadata system.
11477 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11479         * ext/ogg/gstoggdemux.c:
11480           Fix wrong file comment.
11481         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11482         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11483           Add metadata reading properly.
11485 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11487         * ext/Makefile.am:
11488           Fix nas DIST_SUBDIRS
11489           Uraeus:
11490           Fix bug where make distcheck doesn't get run on adding stuff to
11491           the build.
11493 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11495         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
11496         * ext/divx/gstdivxdec.h:
11497           Fix divx3 ("msmpeg4") playback using divxdec.
11499 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11501         * gst/typefind/gsttypefindfunctions.c:
11502         (mp3_type_frame_length_from_header): fix bug in length computation 
11503         (mp3_type_find): improve debugging output
11505 2004-01-23  Julien MOUTTE  <julien@moutte.net>
11507         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11508         (gst_play_set_location), (gst_play_seek_to_time),
11509         (gst_play_set_audio_sink), (gst_play_set_visualization),
11510         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
11511         the pipeline from scratch. Visualization is back and switch went out as
11512         i realized it was not possible to use the way i wanted.
11513         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
11514         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
11515         clearing in state change from READY to NULL. So that one can clean the
11516         X ressources keeping the element.
11517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11518         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
11519         (gst_xvimagesink_colorbalance_set_value),
11520         (gst_xvimagesink_colorbalance_get_value),
11521         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
11522         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
11523         change from READY to NULL and fixed some stupid bugs in colorbalance
11524         get/set values. Also added the following feature : when nobody tries to
11525         set some values to the colorbalance levels before the xcontext is 
11526         grabbed, then when creating channels list from Xv attributes we set the
11527         internal values to the Xv defaults. This way we handle buggy Xv drivers
11528         that set default hue values far from the middle of the range (Thanks
11529         to Jon Trowbridge for pointing that issue).
11530         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
11531         colorbalance levels have been set before xcontext is grabbed.
11533 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11535         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11536           Fix the ossmixer case where we shouldn't open /dev/dsp* because
11537           it might block operations (which is bad for a mixer).
11539 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11541         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
11542         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
11543         (gmip_find_type_pre):
11544         * gst-libs/gst/media-info/media-info-priv.h:
11545         * gst-libs/gst/media-info/media-info.c:
11546         (gst_media_info_instance_init), (gst_media_info_read_idler):
11547         add fakesink to get caps on decoder src pad again
11548         fix callback prototype to match new have_type signal signature
11550 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11552         * gst/adder/gstadder.c: (gst_adder_link):
11553           fix non-compile and cut-n-paste code
11555 2004-01-21  David Schleef  <ds@schleef.org>
11557         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
11558         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
11559         (gst_swfdec_init), (gst_swfdec_change_state):
11560         * ext/swfdec/gstswfdec.h:
11561         Fix negotiation.
11562         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
11563         (gst_adder_request_new_pad): Fix negotiation.
11564         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
11565         Add a fixate function.
11566         * gst/intfloat/gstfloat2int.c:
11567         * gst/intfloat/gstfloat2int.h:
11568         * gst/intfloat/gstint2float.c:
11569         * gst/intfloat/gstint2float.h:
11570         Completely rewrite the negotiation.  Doesn't quite work yet,
11571         due to some buffer-frames problem.
11573 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11575         * ext/gnomevfs/gstgnomevfssrc.c:
11576         * sys/v4l2/v4l2_calls.h:
11577           fix includes for distcheck
11579 2004-01-21  Christian Schaller <uraeus@gnome.org>
11581         * ext/nas/
11582         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
11583         based on earlier patch from Laurent Vivier
11585 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
11587         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
11588         Fix wma caps property
11589         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
11590         Fix typo (flags1 and flags2)
11592 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11594         * gst-libs/gst/media-info/media-info-priv.c:
11595         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
11596         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
11597         (gmip_find_stream), (gmip_find_track_metadata),
11598         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
11599         (gmip_find_track_format):
11600         * gst-libs/gst/media-info/media-info-priv.h:
11601         * gst-libs/gst/media-info/media-info-test.c: (main):
11602         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
11603         (gst_media_info_read_idler), (gst_media_info_read):
11604         * gst-libs/gst/media-info/media-info.h:
11605           register debugging category and use it for debugging
11607 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11609         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
11610         (gst_vorbisfile_new_link):
11611           signal streaminfo through tags
11613 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11615         * ext/mplex/gstmplex.cc:
11616         * ext/mplex/gstmplexibitstream.cc:
11617           g++ doesn't like NULL in our i18n/error macros, should be
11618           either (NULL) or ("").
11620 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11622         * sys/dxr3/dxr3audiosink.c:
11623         * sys/dxr3/dxr3init.c:
11624         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
11625         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
11626           Fix more error error error errors (missing includes here).
11628 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11630         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11631           fix thomas' error errors.
11633 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11635         * ext/mpeg2enc/gstmpeg2enc.cc:
11636           fix error errors.
11638 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11640         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
11641         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
11642           Fix for new error system.
11644 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11646         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
11647           fix for new error reporting
11649 2004-01-20  David Schleef  <ds@schleef.org>
11651         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11652         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11653         (gst_ximagesink_set_xwindow_id): Change to using a framerate
11654         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
11655         and neither is 100+, most likely.
11656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11657         (gst_xvimagesink_getcaps): same
11659 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11661         * configure.ac:
11662           Up version requirement to 2.0.3 (not yet released) to avoid symbol
11663           clashes with ffmpeg.
11665 2004-01-20  Julien MOUTTE  <julien@moutte.net>
11667         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
11668         (gst_switch_init): Fixed switch element : proxying link and setting
11669         caps from src to sink on request.
11671 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11673         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11674         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
11675         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
11676         fix element_error
11678 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11680         * sys/v4l/v4l_calls.h:
11681         * sys/v4l2/v4l2_calls.h:
11682           element_error fixes
11684 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11686         * gst-libs/gst/gst-i18n-plugin.h:
11687           add locale.h
11688           remove config.h inclusion
11690 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11692         * autogen.sh:
11693           adding autopoint invocation
11694         * Makefile.am:
11695         * configure.ac:
11696         * gst-libs/gst/gettext.h:
11697           adding gettext bits
11698         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
11699         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
11700         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11701         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
11702         (gst_gnomevfssink_close_file):
11703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
11704         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
11705         * gst-libs/gst/gst-i18n-plugin.h:
11706         * gst/avi/gstavi.c: (plugin_init):
11707         * sys/dxr3/dxr3init.c: (plugin_init):
11708         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
11709         * sys/oss/gstossaudio.c: (plugin_init):
11710         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
11711         * sys/v4l/gstv4l.c: (plugin_init):
11712         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11713         * sys/v4l2/gstv4l2.c: (plugin_init):
11714         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
11715         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
11716         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
11717         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
11718         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
11719         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
11720           make sure locale and translation domain are set
11721           fix translated strings 
11722         * po/.cvsignore:
11723         * po/LINGUAS:
11724         * po/Makevars:
11725         * po/POTFILES.in:
11726         * po/nl.po:
11727           put translation files into place
11728         * sys/xvideo/imagetest.c: (main):
11729         * ext/dv/demo-play.c: (main):
11730           fix unnecessary translations
11732 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11734         * ext/sndfile/gstsf.c:
11735         * gst/avi/gstavimux.c:
11736         * ext/audiofile/gstafsink.c:
11737         * ext/audiofile/gstafsrc.c:
11738         * ext/gnomevfs/gstgnomevfssink.c:
11739         * ext/gnomevfs/gstgnomevfssrc.c:
11740         * sys/oss/gstosselement.c:
11741         * sys/v4l/v4l_calls.h:
11742           fix i18n include
11744 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11746         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
11747         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
11748         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
11749         (gst_v4l2_get_output), (gst_v4l2_set_output),
11750         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
11751         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
11752         (gst_v4l2_set_attribute):
11753         update to new error handling
11755 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11757         * ext/sidplay/gstsiddec.cc:
11758         * gst/modplug/gstmodplug.cc:
11759           parenthese NULL because C++ seems angry about it
11761 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11763         * gst-libs/gst/gst-i18n-plugin.h:
11764           add skeleton i18n stuff, but needs to be further implemented
11766 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11768         * examples/gstplay/player.c: (main):
11769         * ext/aalib/gstaasink.c: (gst_aasink_open):
11770         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
11771         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11772         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11773         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
11774         (gst_afsink_close_file):
11775         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
11776         (gst_afsrc_close_file):
11777         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
11778         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11779         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
11780         * ext/esd/esdmon.c: (gst_esdmon_get):
11781         * ext/esd/esdsink.c: (gst_esdsink_chain):
11782         * ext/faac/gstfaac.c: (gst_faac_chain):
11783         * ext/faad/gstfaad.c: (gst_faad_chain):
11784         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
11785         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
11786         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
11787         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
11788         (gst_flacdec_loop):
11789         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
11790         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11791         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
11792         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
11793         (gst_gnomevfssink_close_file):
11794         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11795         (gst_gnomevfssrc_open_file):
11796         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
11797         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
11798         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
11799         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
11800         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
11801         * ext/mad/gstmad.c: (gst_mad_chain):
11802         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
11803         * ext/mpeg2dec/gstmpeg2dec.c:
11804         * ext/mpeg2enc/gstmpeg2enc.cc:
11805         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11806         * ext/mplex/gstmplex.cc:
11807         * ext/mplex/gstmplexibitstream.cc:
11808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
11809         (gst_ogg_demux_push), (gst_ogg_pad_push):
11810         * ext/raw1394/gstdv1394src.c:
11811         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
11812         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
11813         * ext/sidplay/gstsiddec.cc:
11814         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
11815         (gst_sf_loop):
11816         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
11817         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
11818         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
11819         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
11820         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
11821         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
11822         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
11823         * gst-libs/gst/Makefile.am:
11824         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11825         (gst_riff_read_element_data), (gst_riff_read_seek),
11826         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
11827         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
11828         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
11829         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
11830         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
11831         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
11832         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
11833         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11834         * gst/goom/gstgoom.c: (gst_goom_chain):
11835         * gst/id3/gstid3types.c: (gst_id3types_loop):
11836         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
11837         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
11838         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
11839         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
11840         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
11841         (gst_ebml_read_float), (gst_ebml_read_header):
11842         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
11843         (gst_matroska_demux_parse_blockgroup):
11844         * gst/modplug/gstmodplug.cc:
11845         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
11846         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11847         * gst/oneton/gstoneton.c: (gst_oneton_chain):
11848         * gst/silence/gstsilence.c: (gst_silence_get):
11849         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11850         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
11851         * gst/speed/gstspeed.c: (speed_loop):
11852         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11853         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11854         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
11855         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
11856         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
11857         (gst_wavparse_loop):
11858         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
11859         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
11860         (dxr3audiosink_close):
11861         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
11862         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
11863         (dxr3videosink_close), (dxr3videosink_write_data):
11864         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
11865         * sys/oss/gstosselement.h:
11866         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
11867         (gst_osssink_chain):
11868         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11869         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
11870         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
11871         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
11872         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
11873         (gst_v4l_enable_overlay):
11874         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
11875         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
11876         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
11877         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
11878         (gst_v4l_set_audio):
11879         * sys/v4l/v4l_calls.h:
11880         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
11881         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
11882         (gst_v4lmjpegsink_playback_init),
11883         (gst_v4lmjpegsink_playback_start):
11884         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
11885         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
11886         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
11887         (gst_v4lmjpegsrc_requeue_frame):
11888         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11889         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
11890         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
11891         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
11892         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11893         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11894         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11895         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11896         (gst_v4l2src_capture_stop):
11897         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
11898         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11899         (gst_ximagesink_chain):
11900         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
11901         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
11902         (gst_xvideosink_xwindow_new):
11903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11904         (gst_xvimagesink_chain):
11905         use new error signal, function and categories
11907 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
11909         * configure.ac:
11910         * ext/Makefile.am:
11911         * ext/musicbrainz/gsttrm.c:
11912         * ext/musicbrainz/gsttrm.h:
11913         * ext/musicbrainz/Makefile.am:
11914         Add a trm plugin 
11916 2004-01-18  Julien MOUTTE  <julien@moutte.net>
11918         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
11919         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
11920         synchronous property for debugging.
11921         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
11922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11923         (gst_xvimagesink_set_property): Moving a pointer declaration to a
11924         smaller block, fixing indent.
11926 2004-01-16  David Schleef  <ds@schleef.org>
11928         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
11929         property affects the video stream.
11930         * sys/xvimage/xvimagesink.c: 
11931         * sys/xvimage/xvimagesink.h:
11932         Add synchronous property for debugging.  Should probably be
11933         disabled in non-CVS builds.  Make sure that the Xv attribute
11934         exists before we set it (crash!).  Fix a silly float bug that
11935         caused colorbalance to just not work.
11937 2004-01-17  Christian Schaller <Uraeus@gnome.org>
11939         * tools/gst-launch-ext.in - update for new plugins
11941 2004-01-16  David Schleef  <ds@schleef.org>
11943         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
11944         already-freed caps.
11946 2994-01-16  Christian Schaller <Uraeus@gnome.org>
11948         * Update spec for new colorspace plugin and libcaca plugin
11949         * Fix compilation of libcaca plugin (clock -> id)
11951 2004-01-16  Julien MOUTTE <julien@moutte.net>
11953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
11954         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
11955         (gst_xvimagesink_set_xwindow_id),
11956         (gst_xvimagesink_colorbalance_set_value),
11957         (gst_xvimagesink_colorbalance_get_value),
11958         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11959         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
11960         correct colorbalance properties. They can now be set when the element
11961         is still in NULL state. The values will be committed to the Xv Port
11962         when xcontext is initialized.
11963         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
11964         brightness int values in the GstXvImagesink structure.
11966 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11968         * gst-libs/gst/Makefile.am:
11969           restructure so having local patches works easier.
11971 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11973         * ext/mpeg2enc/Makefile.am:
11974         * ext/mpeg2enc/gstmpeg2enc.cc:
11975         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11976           Bugfix with respect to EOS handling.
11978 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11980         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
11981           Link with right caps (else, it segfaults).
11982         * ext/mplex/gstmplexjob.cc:
11983           Fix for slight API change in 1.6.1.93 release of mjpegtools.
11985 2004-01-15  David Schleef  <ds@schleef.org>
11987         * gst-libs/gst/audio/Makefile.am:
11988         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
11989         from the template.
11990         * gst-libs/gst/audio/gstaudiofilter.c:
11991         * gst-libs/gst/audio/gstaudiofilter.h:
11992         Add bytes_per_sample and size and n_samples calculation.
11993         * gst-libs/gst/audio/gstaudiofilterexample.c:
11994         Remove, now autogenerated.
11995         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11996         Moved from gstaudiofilterexample, object name changed, code added
11997         so that it actually works.
11998         * gst-libs/gst/audio/make_filter:
11999         Script to build an audiofilter subclass from the template.
12000         * gst/colorspace/Makefile.am:
12001         * gst/colorspace/yuv2yuv.c:
12002         Remove file, since it's GPL, and we don't use it.
12004 2004-01-15  Julien MOUTTE  <julien@moutte.net>
12006         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
12007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
12008         them use the buffer free function to test how the buffer was allocated.
12010 2004-01-15  David Schleef  <ds@schleef.org>
12012         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
12013         that handles osssink fallback.
12014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12015         (gst_audio_convert_getcaps):
12016         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
12017         Add audio/x-qdm2 for QDM2 audio.
12018         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
12019         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
12020         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12021         Decrease minimum size to 16x16.
12022         * gst/wavparse/gstwavparse.c:
12023         Convert disabled pad template caps to new caps.
12024         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12026         (gst_xvimagesink_chain): Throw element error when display cannot
12027         be opened.  Increase minimum framerate to 1.0.  Check the data
12028         free function on a buffer to make sure it is the type we expect
12029         before manipulating it.
12031 2004-01-15  Julien MOUTTE <julien@moutte.net>
12033         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
12034         (gst_videobalance_colorbalance_set_value): Implement passthru if
12035         settings are in the middle.
12036         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
12038 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12040         * gst/videofilter/Makefile.am:
12041         * gst/volume/Makefile.am:
12042           Since we use videofilter symbols, link to it.
12044 2004-01-15  Julien MOUTTE <julien@moutte.net>
12046         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
12047         mixer interface type to HARDWARE.
12048         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
12049         type to SOFTWARE.
12050         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
12051         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
12052         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
12053         (gst_volume_interface_init), (gst_volume_list_tracks),
12054         (gst_volume_set_volume), (gst_volume_get_volume),
12055         (gst_volume_set_mute), (gst_volume_mixer_init),
12056         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
12057         (volume_init): Implementing mixer interface.
12058         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
12059         * sys/oss/gstosselement.c: (gst_osselement_get_type),
12060         (gst_osselement_change_state): Removing some trailing commas in
12061         structures.
12062         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
12063         interface type to HARDWARE.
12064         * sys/v4l/gstv4lcolorbalance.c:
12065         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
12066         type to HARDWARE.
12067         * sys/v4l2/gstv4l2colorbalance.c:
12068         (gst_v4l2_color_balance_interface_init): Setting colorbalance
12069         interface type to HARDWARE.
12070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
12071         same code than ximagesink for event handling.
12073 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12075         * ext/snapshot/Makefile.am:
12076         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
12077         (gst_snapshot_chain):
12078         * ext/snapshot/gstsnapshot.h:
12079           This has to be a joke... Snapshot should be connected to a tee,
12080           colorspace element before it and EOS after that, where the other
12081           src of the tee receives normal data.
12082           The current way is *wrong*.
12084 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12086         * ext/hermes/gsthermescolorspace.c:
12087           Fix another compile error. Same as below.
12089 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12091         * gst/colorspace/gstcolorspace.c:
12092         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
12093         (gst_colorspace_i420_to_yv12):
12094           Fix compiling... Didn't test if it actually works.
12096 2004-01-15  David Schleef  <ds@schleef.org>
12098         * configure.ac:
12099         * gst/colorspace/Makefile.am:
12100         * gst/colorspace/gstcolorspace.c:
12101         * gst/colorspace/gstcolorspace.h:
12102         * gst/colorspace/yuv2rgb.c:
12103         * gst/colorspace/yuv2rgb.h:
12104         Duplicate the ext/hermes colorspace plugin, and remove Hermes
12105         code and GPL code.  Fix for new caps negotiation.  Rewrite
12106         much of the format handling code, and some of the conversion
12107         code.  Basically, rewrote almost everything.  This element
12108         handles I420, YV12 to RGB conversions.
12109         * ext/hermes/Makefile.am:
12110         * ext/hermes/gsthermescolorspace.c:
12111         Rename colorspace to hermescolorspace.  Fix negotiation issues.
12112         Remove non-Hermes related code.  This element handles lots of
12113         RGB to RGB conversions, but no YUV.
12114         * ext/hermes/gstcolorspace.c:
12115         * ext/hermes/gstcolorspace.h:
12116         * ext/hermes/rgb2yuv.c:
12117         * ext/hermes/yuv2rgb.c:
12118         * ext/hermes/yuv2rgb.h:
12119         * ext/hermes/yuv2rgb_mmx16.s:
12120         * ext/hermes/yuv2yuv.c:
12121         * ext/hermes/yuv2yuv.h:
12122         Remove old code.
12124 2004-01-14  Colin Walters  <walters@verbum.org>
12126         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
12127         they've already been.
12129 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12131         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
12132           assume tag mode when pad is not connected
12134 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12136         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12137           Don't update the time of the clock
12138         (gst_alsa_sink_loop):
12139           sync to the clock given to alsasink, not the own clock
12140         * sys/oss/gstosssink.c: (gst_osssink_chain):
12141           sync to the clock
12142         (gst_osssink_change_state):
12143           activate the clock
12144         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
12146           remove bogus code that made DISCONT events unhandled
12147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
12148           explicitly case to double in _set_simple. (fixes 2nd warning in bug
12149           #131502)
12150         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
12151         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
12152         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
12153           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
12154           2nd warning in bug #131502)
12156 2004-01-14  Julien MOUTTE  <julien@moutte.net>
12158         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
12159         (gst_videobalance_colorbalance_set_value),
12160         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
12161         for colorbalance interface implementation.
12162         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12163         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12164         (gst_ximagesink_dispose), (gst_ximagesink_init),
12165         (gst_ximagesink_class_init): Adding DISPLAY property.
12166         * sys/ximage/ximagesink.h: Adding display_name to store display.
12167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12168         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12169         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
12170         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
12171         properties (they still need polishing though for gst-launch use : no
12172         xcontext yet, i ll do that tomorrow).
12173         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
12175 2004-01-14  Julien MOUTTE  <julien@moutte.net>
12177         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
12178         (gst_play_set_location), (gst_play_set_visualization): Preparing 
12179         switch integration, adding videobalance in the pipeline.
12181 2004-01-14  Julien MOUTTE <julien@moutte.net>
12183         * gst-libs/gst/colorbalance/colorbalance.c:
12184         (gst_color_balance_class_init): Adding a default type.
12185         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
12186         the type.
12187         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
12188         (gst_videobalance_dispose), (gst_videobalance_class_init),
12189         (gst_videobalance_init), (gst_videobalance_interface_supported),
12190         (gst_videobalance_interface_init),
12191         (gst_videobalance_colorbalance_list_channels),
12192         (gst_videobalance_colorbalance_set_value),
12193         (gst_videobalance_colorbalance_get_value),
12194         (gst_videobalance_colorbalance_init): Implementing colorbalance
12195         interface.
12196         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
12197         list.
12198         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
12199         bug which was triggering a BadAccess X error when setting an overlay
12200         before pad was really negotiated.
12201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
12202         Using the colorbalance type macro.
12204 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12206         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
12207         (gst_flacenc_chain):
12208           handle tags correctly
12209         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12210           extract ID3v1 tags correctly
12212 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12214         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
12215         (plugin_init):
12216           Improve matroska typefinding for odd-typed headers...
12218 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12221           Fix for using incremental number on padnames.
12223 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12225         * ext/divx/gstdivxdec.c:
12226         * ext/divx/gstdivxenc.c:
12227           Set category to divx4linux instead of divx (too generic).
12228         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12229         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
12230         (gst_wavparse_loop), (gst_wavparse_change_state):
12231         * gst/wavparse/gstwavparse.h:
12232           fix parsing of WAV files with non-standard fmt-tag size and fix
12233           skipping of unrecognized chunks... Someone please fix this thing
12234           to use rifflib so all this is automated.
12235         * sys/v4l/Makefile.am:
12236         * sys/v4l2/Makefile.am:
12237           Add X_CFLAGS because we depend on X (for overlay).
12239 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
12241         * ext/mpeg2dec/gstmpeg2dec.c:
12242           Don't issue a timestamp unless we tagged the frame
12243           with a PTS.
12245 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12247         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
12248           Query the audio element to get the time, not the clock. We're
12249           interested in the element's time here.
12251 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12253         * ext/aalib/gstaasink.c: (gst_aasink_chain):
12254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12255         * ext/esd/esdsink.c: (gst_esdsink_chain):
12256         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
12257         * ext/mas/massink.c: (gst_massink_chain):
12258         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
12259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
12260         (gst_matroska_demux_parse_metadata):
12261         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
12262         (gst_mpeg_parse_release_locks):
12263         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
12264         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
12265         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12266         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12267         (gst_osssink_change_state):
12268         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
12269         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12270         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
12271         (gst_xvideosink_release_locks):
12272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
12273           use element time.
12274         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
12275         (gst_alsa_clock_stop):
12276         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
12277         (gst_audio_clock_get_internal_time):
12278           simplify for use with new clocking code.
12279         * testsuite/alsa/Makefile.am:
12280         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
12281           fix testsuite for new caps system
12283 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12285         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12286         * ext/flac/gstflacenc.c: (add_one_tag):
12287           length is already host endian, no need to convert. Fixes playback of
12288           tagged files on PPC. (bug #128384)
12290 2004-01-13  Julien MOUTTE <julien@moutte.net>
12292         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
12293         colorbalance interface stating if it is hardware based or software
12294         based.
12295         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
12296         Removing a trailing comma.
12297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12298         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
12299         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
12300         the documentation seems to be wrong on the -1000 to 1000 interval.
12302 2004-01-12  David Schleef  <ds@schleef.org>
12304         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12305         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
12306         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
12307         Fix negotiation.  Add a bufferalloc function for the sink pad,
12308         and generally clean up some of the code.
12310 2004-01-12  Julien MOUTTE <julien@moutte.net>
12312         * gst-libs/gst/colorbalance/colorbalancechannel.c:
12313         (gst_color_balance_channel_dispose): Adding safety check in dispose
12314         method.
12315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12316         (gst_xvimagesink_xcontext_clear),
12317         (gst_xvimagesink_interface_supported),
12318         (gst_xvimagesink_colorbalance_list_channels),
12319         (gst_xvimagesink_colorbalance_set_value),
12320         (gst_xvimagesink_colorbalance_get_value),
12321         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
12322         Adding colorbalance interface support to set XV parameters such as
12323         HUE, BRIGHTNESS, CONTRAST, SATURATION.
12324         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
12325         interface.
12327 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
12330         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
12331         (gst_audio_convert_init), (gst_audio_convert_set_property),
12332         (gst_audio_convert_get_property), (gst_audio_convert_chain),
12333         (gst_audio_convert_link),
12334         (gst_audio_convert_buffer_to_default_format),
12335         (gst_audio_convert_buffer_from_default_format), (plugin_init):
12336           - implement _getcaps and use it
12337           - improve linking
12338           - remove float caps since no float conversion is actually done
12339           - remove properties and arguments that were to be used for rate
12340             conversion
12342 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12344         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
12345         (gst_audio_structure_set_int):
12346         * gst-libs/gst/audio/audio.h:
12347           add helper functions for _getcaps matching the standard audio
12348           templates
12350 2004-01-12  David Schleef  <ds@schleef.org>
12352         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12353         Test that pad is negotiated before getting its caps.
12355 2004-01-12  Julien MOUTTE <julien@moutte.net>
12357         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
12358         analyzing the pads of an element the bin is mostly in READY state so
12359         no caps were negotiated. This helper function needs to work with
12360         _get_caps directly then. I was not freeing them though, added that to
12361         fix the mem leak.
12363 2004-01-12  Julien MOUTTE <julien@moutte.net>
12365         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
12367         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
12368         than the free_func.
12370 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12372         * sys/oss/gstossaudio.c: (plugin_init):
12373         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12374         * sys/oss/gstosselement.h:
12375           make an oss debugging category
12376           make failure more descriptive
12378 2004-01-11  David Schleef  <ds@schleef.org>
12380         * ext/ffmpeg/gstffmpeg.c:
12381         * ext/ffmpeg/gstffmpegcodecmap.c:
12382         * ext/ffmpeg/gstffmpegdec.c:
12383         * ext/ffmpeg/gstffmpegenc.c:
12384         * ext/ffmpeg/gstffmpegprotocol.c:
12385         * ext/gdk_pixbuf/gstgdkanimation.c:
12386         * ext/jpeg/gstjpeg.c:
12387         * ext/libpng/gstpng.c:
12388         * ext/mpeg2dec/perftest.c:
12389         * ext/speex/gstspeex.c:
12390         * gst-libs/gst/resample/dtos.c:
12391         * gst/intfloat/gstintfloatconvert.c:
12392         * gst/oneton/gstoneton.c:
12393         * gst/rtjpeg/RTjpeg.c:
12394         * gst/rtp/gstrtp.c:
12395         * sys/dxr3/dxr3init.c:
12396         * sys/glsink/gstgl_nvimage.c:
12397         * sys/glsink/gstgl_pdrimage.c:
12398         * sys/glsink/gstglsink.c:
12399         * testsuite/gst-lint:
12400         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
12402 2004-01-11  David Schleef  <ds@schleef.org>
12404         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
12405         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
12406         * ext/gdk_pixbuf/gstgdkanimation.c:
12407         (gst_gdk_animation_iter_create_pixbuf):
12408         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12409         (gst_gdk_pixbuf_chain):
12410         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12411         * ext/jack/gstjack.c: (gst_jack_change_state):
12412         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
12413         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
12414         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
12415         * gst/videofilter/gstvideofilter.c:
12416         (gst_videofilter_set_output_size):
12417         Remove all usage of gst_pad_get_caps(), and replace it with
12418         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
12420 2004-01-11  David Schleef  <ds@schleef.org>
12422         * configure.ac:
12423         * ext/Makefile.am: Fixes to make ext/libcaca compile.
12424         * ext/divx/gstdivxdec.c:
12425         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12426         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
12427         handle images that span multiple buffers.  Now work with both
12428         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
12429         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12430         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
12431         video/video.h changes
12432         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
12433         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12434         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
12435         of GstData free function.
12436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
12437         same.
12439 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12441         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
12442         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
12443         (gst_v4l2element_get_property):
12444         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
12445           add norm, channel and frequency properties.
12446         * sys/v4l2/gstv4l2tuner.c:
12447           fixes for tuner interface changes
12448         * sys/v4l2/gstv4l2element.h:
12449         * sys/v4l2/gstv4l2src.c: 
12450         * sys/v4l2/gstv4l2src.h:
12451         * sys/v4l2/v4l2src_calls.c: 
12452         * sys/v4l2/v4l2src_calls.h:
12453           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
12455 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12457         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
12458         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
12459         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
12460         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
12461         * gst-libs/gst/tuner/tuner.h:
12462           GObjects aren't const.
12463           Add find_by_name functions.
12464           Add checks to _changed functions.
12465         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
12466         (gst_v4l_tuner_get_norm):
12467           Fixes for above.
12469 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12471         * gst-libs/gst/video/video.h:
12472           Fix caps template names to be understandable.
12473           Prefix everything with GST_VIDEO.
12474         * ext/aalib/gstaasink.c:
12475         * ext/divx/gstdivxdec.c:
12476         * ext/divx/gstdivxenc.c:
12477         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12478         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
12479         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
12480         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
12481         * ext/libcaca/gstcacasink.c:
12482         * ext/libpng/gstpngenc.c: (raw_caps_factory):
12483         * ext/snapshot/gstsnapshot.c:
12484         * ext/swfdec/gstswfdec.c:
12485         * ext/xvid/gstxviddec.c:
12486         * ext/xvid/gstxvidenc.c:
12487         * gst/chart/gstchart.c:
12488         * gst/deinterlace/gstdeinterlace.c:
12489         * gst/effectv/gsteffectv.c:
12490         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
12491         * gst/goom/gstgoom.c:
12492         * gst/median/gstmedian.c:
12493         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
12494         (gst_monoscope_srcconnect), (gst_monoscope_chain):
12495         * gst/overlay/gstoverlay.c:
12496         * gst/smooth/gstsmooth.c:
12497         * gst/smpte/gstsmpte.c:
12498         * gst/synaesthesia/gstsynaesthesia.c:
12499         * gst/videocrop/gstvideocrop.c:
12500         * gst/videodrop/gstvideodrop.c:
12501         * gst/y4m/gsty4mencode.c:
12502         * sys/qcam/gstqcamsrc.c:
12503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
12504           Make them work with new video.h file.
12505         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12506         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
12507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12508         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
12509           Make it work with new buffer allocation system.
12511 2004-01-11  Julien MOUTTE  <julien@moutte.net>
12513         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
12514         pad_alloc_buffer implementation to use ->srcpad
12515         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
12516         pad_alloc_buffer implementation to use ->srcpad
12517         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
12518         pad_alloc_buffer implementation to use ->srcpad
12519         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12520         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12521         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
12522         a reference to everything we need.
12523         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
12524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12525         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12526         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
12527         a reference to everything we need.
12528         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
12530 2004-01-11  David Schleef  <ds@schleef.org>
12532         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
12533         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
12534         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
12535         structure members.
12536         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
12537         value during a resize/renegotiation.
12538         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
12539         gst_pad_alloc_buffer();
12540         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12541         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
12542         structure members.
12543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
12544         Fix for rename of buffer private structure members.
12545         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12546         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
12547         Fix for rename of buffer private structure members.
12548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12549         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
12550         Fix for rename of buffer private structure members.
12552 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
12554         reviewed by: David Schleef <ds@schleef.org>
12556         * gst/videofilter/Makefile.am:
12557         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
12558         from the patch by ds to fit in with recent make_filter changes.
12560 2004-01-11  Julien MOUTTE  <julien@moutte.net>
12562         * configure.ac: Adding examples/switch/Makefile
12563         * examples/Makefile.am: Adding examples/switch
12564         * examples/switch/Makefile.am: Adding switcher example.
12565         * examples/switch/switcher.c: (got_eos), (idle_iterate),
12566         (switch_timer), (main): Adding an example demonstrating switch usage
12567         with 2 videotestsrc showing different patterns.
12568         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
12569         (gst_switch_init): Fixing switch with the new caps system.
12571 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12573         * gst-libs/gst/video/video.h:
12574           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
12575           They should probably be like
12576           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
12578 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12581         (qtdemux_parse_trak):
12582           fix audio chunk size/timestamp calculation
12584 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12586         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
12587           fix SVQ3 caps
12589 2004-01-11  Steve Baker  <steve@stevebaker.org>
12591         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
12592         (gst_agingtv_base_init), (gst_agingtv_class_init),
12593         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
12594         (gst_agingtv_set_property), (gst_agingtv_get_property):
12595         Port agingTV to videofilter
12597 2004-01-09  Julien MOUTTE <julien@moutte.net>
12599         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
12600         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12602 2004-01-09  Julien MOUTTE <julien@moutte.net>
12604         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
12605         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12606         * gst-libs/gst/xoverlay/xoverlay.c:
12607         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
12608         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12609         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12610         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12611         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12612         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12613         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
12614         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
12615         the bufferalloc_function to replace bufferpools, fixing the XOverlay
12616         interface implementation to handle xid being 0 and fix some bugs
12617         triggered by Benjamin's testcase.
12618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12619         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
12620         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
12621         the bufferalloc_function to replace bufferpools, fixing the XOverlay
12622         interface implementation to handle xid being 0 and fix some bugs
12623         triggered by Benjamin's testcase.
12625 2004-01-09  David Schleef  <ds@schleef.org>
12627         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
12628         mouse pointer events.  It works.
12630 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12632         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
12633           Use explicit caps - fix capsnego.
12634         * ext/xvid/gstxviddec.c:
12635         * ext/xvid/gstxvidenc.c:
12636           Remove macro-inside-macro which caused compile errors.
12637         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
12638           Error out if it's not a RIFF file. Else we error out without
12639           gst_element_error() which is not good...
12641 2004-01-08  David Schleef  <ds@schleef.org>
12643         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
12644         Fix pad_link function to handle formats that ffmpeg returns
12645         as multiple caps structures.
12646         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
12647         Only complain if source buffer is _smaller_ than expected.
12648         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12649         (gst_videoscale_handle_src_event): Resize navigation events
12650         when passing them upstream.
12651         * gst/videotestsrc/gstvideotestsrc.c:
12652         * gst/videotestsrc/gstvideotestsrc.h:
12653         * gst/videotestsrc/videotestsrc.c:
12654         * gst/videotestsrc/videotestsrc.h:
12655         Rewrite many of the buffer painting functions to handle odd
12656         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
12657         been verified to work with my video card.
12658         * testsuite/gst-lint:  Add check for elements calling
12659         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
12661 2004-01-08  David Schleef  <ds@schleef.org>
12663         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
12664         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
12666 2004-01-08  Julien MOUTTE  <julien@moutte.net>
12668         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
12669         configure event is not emiting the desired size signal. That fixes
12670         aspect ratio issues with gst-player.
12672 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12674         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
12675           Fix capsnego.
12677 2004-01-08  Julien MOUTTE  <julien@moutte.net>
12679         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
12680         public method to fire size signal.
12682 2004-01-07  Julien MOUTTE  <julien@moutte.net>
12684         * examples/gstplay/Makefile.am: Adding the interface library.
12685         * gst-libs/gst/play/Makefile.am: Adding the interface library.
12686         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
12687         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
12688         GST_IS_X_OVERLAY before signal connect.
12689         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
12690         Removing the have_video_size signal.
12691         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
12692         and associated public method.
12693         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
12694         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
12695         signal.
12696         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
12697         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
12698         signal.
12699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
12700         Using XOverlay public method to fire size signal.
12702 2004-01-07  David Schleef  <ds@schleef.org>
12704         * gst/videofilter/Makefile.am:
12705         * gst/videofilter/gstvideotemplate.c:
12706         * gst/videofilter/make_filter:
12707         Create gstvideoexample.c in a srcdir!=builddir friendly way.
12708         Convert make_filter to /bin/sh script.
12710 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12712         * gst/modplug/gstmodplug.cc: fix element description
12714 2004-01-07  Julien MOUTTE  <julien@moutte.net>
12716         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
12717         (got_video_size): Adding some new lines in g_print calls.
12718         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
12719         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
12720         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
12721         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
12722         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
12723         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
12724         Complete code review, reverting some stuff i disagree with, adding
12725         some fixes : time synchronization on invalid timestamps, renegotiation
12726         of private window.
12727         * sys/ximage/ximagesink.h:
12728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
12729         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
12730         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
12731         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
12732         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
12733         (gst_xvimagesink_buffer_new),
12734         (gst_xvimagesink_navigation_send_event),
12735         (gst_xvimagesink_set_xwindow_id),
12736         (gst_xvimagesink_get_desired_size),
12737         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
12738         stuff i disagree with, adding some fixes : Renegotiation of private
12739         window, implementing get_desired_size.
12741 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12743         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
12744         (gst_afsink_handle_event):
12745         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12746         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
12747         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
12748         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
12749         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
12750           Fix for instantiate-test (see core). Also remove dead code from
12751           jpegenc (which still needs fixing, but that's lower on my TODO
12752           list...).
12753         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12754           Never return NULL as caps.
12756 2004-01-07  David Schleef  <ds@schleef.org>
12758         * configure.ac:
12759         * ext/Makefile.am:
12760         * ext/librfb/Makefile.am:
12761         * ext/librfb/gstrfbsrc.c:
12762         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
12763         is the protocol used by VNC.
12765 2004-01-07  David Schleef  <ds@schleef.org>
12767         * gst/videofilter/gstvideotemplate.c:
12768         * gst/videofilter/gstvideotemplate.h:
12769         * gst/videofilter/make_filter:
12770         Merge videotemplate header into source file.
12771         * gst/effectv/Makefile.am:
12772         * gst/effectv/gsteffectv.c: (plugin_init):
12773         * gst/effectv/gstwarp.c:
12774         Make warpTV a subclass of videofilter.
12776 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12778         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12779           Add guard against invalid utf-8 conversions in mad. Just in case.
12781 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12783         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
12784           Fix for bug shown by poisoning
12786 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12788         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12789         (gst_v4lmjpegsrc_buffer_free):
12790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12791         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
12792         (gst_v4lsrc_buffer_free):
12793           Fix for removed bufferpools.
12795 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
12797         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
12798         Fix caps negotiation.
12800         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12801         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
12802         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
12803         (dvdnavsrc_event):
12804         * ext/mpeg2dec/gstmpeg2dec.c:
12805         * gst-libs/gst/navigation/navigation.c:
12806         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
12807         * gst-libs/gst/navigation/navigation.h:
12808         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
12809         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
12810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
12811         Super-simple first version of mouse and keyboard events. Clicking
12812         on a DVD menu now works, although it may not take you where you
12813         expected.
12815         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
12816         * gst/videotestsrc/gstvideotestsrc.c:
12817         (gst_videotestsrc_src_fixate):
12818         These fixate functions were broken - they never actually
12819         fixated :)
12820         
12821 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12823         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
12824         (gst_icecastsend_init):
12825           fix for new caps system.
12826         * gst-libs/gst/mixer/mixertrack.h:
12827         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
12828           Add 'master track' flag (for tools like ACME that only want to
12829           change the main volume).
12831 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
12833         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
12834         (gst_xvid_csp_to_caps):
12835         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
12836         * ext/xvid/gstxvidenc.c:
12837         ifdef out ARGB type when it isn't available 
12838         in xvidcore 1.0.0beta2
12840 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12842         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
12843           When we have received a new SCR right in the first buffer after
12844           a seek (so in the same cycle that handles the discont), we should
12845           handle the buffer instead of unreffing it, else we lose data.
12847 2004-01-06  Iain <iain@prettypeople.org>
12849         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
12850           buffer-frames caps too.
12852         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
12853           caps that we need, don't destroy them all and rebuild them. And when
12854           creating src pads, use the src pad template rather than the sink...
12856 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12858         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
12859           Add pad to element *after* setting functions such as event handler.
12860           Without this, the scheduler (opt) will link pads, set the event
12861           handler from the default event function (dispatcher in gstpad.c)
12862           and *after* that, we will set our own event function, which will
12863           thus never be used (and thus mpegdemux doesn't handle events).
12865 2004-01-04  David Schleef  <ds@schleef.org>
12867         Fix the fixate functions to handle new prototype:
12868         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
12869         * gst/videotestsrc/gstvideotestsrc.c:
12870         (gst_videotestsrc_src_fixate):
12871         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
12872         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
12873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
12875 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12877         * sys/ximage/ximagesink.h:
12878         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
12879         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
12880         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
12881         (gst_ximagesink_xoverlay_init):
12882           assorted fixes to make (re)embedding work
12883         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
12884         (gst_ximagesink_get_desired_size):
12885           implement desired size additions to XOverlay
12887 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12889         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
12890         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
12891         (gst_x_overlay_got_desired_size):
12892         * gst-libs/gst/xoverlay/xoverlay.h:
12893           Add optional "desired size" signal and querying.
12895 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12897         * gst/matroska/matroska-demux.c:
12898         (gst_matroska_demux_parse_blockgroup):
12899           Fix EBML-laced block parsing. Diffs are relative to previous
12900           lace, not the first lace. Thanks to Mosu from the Matroska
12901           team for detecting this.
12902         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12903         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
12904         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
12905         (gst_wavparse_change_state):
12906         * gst/wavparse/gstwavparse.h:
12907           Quickfix for capsnego.
12909 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12911         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
12912           Fix indenting, fix pad creation.
12914 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12916         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
12917         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
12918         (gst_xviddec_sink_link):
12919           Implement src_getcaps() so proper size caps is negotiated.
12921 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12923         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
12924           Finish flac decoder on EOS. See #116178.
12926 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12928         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
12929         (gst_matroska_demux_add_stream):
12930         * gst/matroska/matroska-ids.h:
12931           Add getcaps() function to fix capsnego...
12933 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12935         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
12936         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
12937         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12938           Fix more integer overflows. Again, see #126967.
12940 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12942         * ext/mpeg2dec/gstmpeg2dec.c:
12943           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
12944           #130416.
12946 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12948         * configure.ac:
12949         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
12950         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
12951         * ext/xvid/gstxvid.h:
12952         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
12953         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
12954         (gst_xviddec_src_link), (gst_xviddec_sink_link),
12955         (gst_xviddec_change_state):
12956         * ext/xvid/gstxviddec.h:
12957         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
12958         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
12959         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
12960         (gst_xvidenc_link), (gst_xvidenc_set_property),
12961         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
12962         * ext/xvid/gstxvidenc.h:
12963           Update xvid plugin to latest xvid (1.0.0-beta3) API.
12965 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12967         * gst/rtp/rtp-packet.c:
12968           Add sys/types.h include, since OS X doesn't define in_addr_t
12969           in netinet/in.h, like it does on Linux (see #129600).
12971 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
12973         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
12975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
12976           Correct logic of dispose function (see #129306).
12978 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12980         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
12981         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
12982         (gst_mpeg_parse_init):
12983         * gst/mpegstream/gstmpegparse.h:
12984           Remove clock (which was never provided, i.e. dead code), and
12985           also fix integer overflows at high PTS values (see #126967).
12987 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12989         * ext/flac/gstflacdec.c:
12990         * ext/libpng/gstpngenc.h:
12991         * ext/mikmod/gstmikmod.h:
12992           OS X fixes (see #126628).
12994 2004-01-02  David Schleef  <ds@schleef.org>
12996         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
12997         (gst_alsa_src_base_init): Remove bogus "src" request pad.
12998         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
12999         (gst_mpeg_parse_class_init): Move pad template registration
13000         to class_init, since the derived class (mpegdemux) doesn't
13001         want them.
13003 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13005         * sys/ximage/Makefile.am:
13006         * sys/xvideo/Makefile.am:
13007         * sys/xvimage/Makefile.am:
13008           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
13009           after installation (see #127664).
13011 2004-01-02  David Schleef  <ds@schleef.org>
13013         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
13014         (gst_ffmpegenc_connect):  Negotiation fixes.
13015         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
13016         Remove inappropriate gst_caps_free().
13017         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
13018         Reenable Ronald's internal resize code, since the core handles
13019         it correctly now.
13021 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13023         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
13024         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
13025         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
13026           Fix pad template stuff.
13028 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13030         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
13031         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
13032           fix signed integer reading/writing.
13034 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13036         * ext/alsa/README:
13037           Remove outdated document
13039 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
13041         * gst/cutter/gstcutter.c: (gst_cutter_init):
13042           src pad was being created twice - oops.
13044 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13046         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
13047           Comment out internal resize. It doesn't handle the resulting
13048           XEvent internally, does another try_set_caps() which leads to
13049           a really nice loop.
13050           Real fix will come when Julien and Dave are awake. ;).
13052 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13054         * ext/mpeg2enc/gstmpeg2enc.cc:
13055           fix const/nonconst compile issue.
13057 2004-01-02  David Schleef  <ds@schleef.org>
13059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
13060         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
13061         Add fixate function and a check for bad formats.
13063 2004-01-01  David Schleef  <ds@schleef.org>
13065         Negotiation fixes:
13066         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
13067         (gst_audiofilter_init):
13068         * gst/debug/efence.c: (gst_efence_init):
13069         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13070         (gst_deinterlace_init):
13071         * gst/volume/gstvolume.c: (volume_connect):
13073 2004-01-01  David Schleef  <ds@schleef.org>
13075         Convert elements to use gst_pad_use_explicit_caps() where
13076         appropriate:
13077         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
13078         * ext/audiofile/gstafparse.c: (gst_afparse_init),
13079         (gst_afparse_open_file):
13080         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
13081         (gst_afsrc_open_file):
13082         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
13083         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
13084         (gst_ffmpegdec_chain):
13085         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
13086         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
13087         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
13088         (gst_gdk_pixbuf_chain):
13089         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
13090         (gst_jpegdec_chain):
13091         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
13092         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
13093         (gst_mikmod_negotiate):
13094         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
13095         (gst_mpeg2dec_negotiate_format):
13096         * ext/mpeg2enc/gstmpeg2enc.cc:
13097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13098         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
13099         (gst_speexdec_sinkconnect):
13100         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
13101         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
13102         (gst_vorbisfile_new_link):
13103         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
13104         (gst_ac3parse_chain):
13105         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
13106         (gst_asf_demux_setup_pad):
13107         * gst/auparse/gstauparse.c: (gst_auparse_init),
13108         (gst_auparse_chain):
13109         * gst/id3/gstid3types.c: (gst_id3types_loop):
13110         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13111         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
13112         (mp1videoparse_parse_seq):
13113         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
13114         (bpf_from_header):
13115         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13116         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
13117         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
13118         (gst_mpeg_parse_send_data):
13119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13120         (gst_qtdemux_add_stream):
13121         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
13122         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13123         (gst_wavparse_parse_fmt):
13125 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13127         * configure.ac:
13128           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
13129           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
13130           it therefore uses the wrong include paths. Too bad... Note
13131           that 1.6.1.93 is not release yet. ;).
13132           Also add a check for mplex, which is now using the lib'ified
13133           mplex from mjpegtools, too.
13134         * ext/ffmpeg/gstffmpegcodecmap.c:
13135           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
13136           issues. I don't think ffmpeg handles 3ivx correctly, so this
13137           probably won't work. But it won't hurt either.
13138         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
13139         (gst_ffmpegdec_chain):
13140         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
13141         (gst_ffmpegenc_chain_audio):
13142           Fix memleak in audio encoding. Close codec if open fails, this
13143           calls the cleanup routines so we can re-use the context.
13144         * ext/mpeg2enc/gstmpeg2enc.cc:
13145           Fix pad template names/types, fix memory issue with getcaps().
13146         * ext/mpeg2enc/gstmpeg2encoder.cc:
13147         * ext/mpeg2enc/gstmpeg2encoder.hh:
13148           Fix compile issue with new caps system (const thingy).
13149         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13150         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
13151           We read a first frame right on initing, so that we have a caps
13152           when we init the output. This caps is cached in padprivate and
13153           read as first frame.
13154         * ext/mplex/Makefile.am:
13155         * ext/mplex/gstmplex.cc:
13156         * ext/mplex/gstmplex.h:
13157         * ext/mplex/gstmplex.hh:
13158         * ext/mplex/gstmplexibitstream.cc:
13159         * ext/mplex/gstmplexibitstream.hh:
13160         * ext/mplex/gstmplexjob.cc:
13161         * ext/mplex/gstmplexjob.hh:
13162         * ext/mplex/gstmplexoutputstream.cc:
13163         * ext/mplex/gstmplexoutputstream.hh:
13164           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
13165           had issues, didn't do capsnego, supported only a subset of the
13166           mplex features and required a mplex fork in our local CVS. Plus
13167           that it worked agaist a very old mplex version. Rewriting was
13168           faster than updating it.
13169         * gst-libs/ext/Makefile.am:
13170         * gst-libs/ext/mplex/INSTRUCT:
13171         * gst-libs/ext/mplex/Makefile.am:
13172         * gst-libs/ext/mplex/README:
13173         * gst-libs/ext/mplex/TODO:
13174         * gst-libs/ext/mplex/ac3strm_in.cc:
13175         * gst-libs/ext/mplex/audiostrm.hh:
13176         * gst-libs/ext/mplex/audiostrm_out.cc:
13177         * gst-libs/ext/mplex/aunit.hh:
13178         * gst-libs/ext/mplex/bits.cc:
13179         * gst-libs/ext/mplex/bits.hh:
13180         * gst-libs/ext/mplex/buffer.cc:
13181         * gst-libs/ext/mplex/buffer.hh:
13182         * gst-libs/ext/mplex/fastintfns.h:
13183         * gst-libs/ext/mplex/format_codes.h:
13184         * gst-libs/ext/mplex/inputstrm.cc:
13185         * gst-libs/ext/mplex/inputstrm.hh:
13186         * gst-libs/ext/mplex/lpcmstrm_in.cc:
13187         * gst-libs/ext/mplex/mjpeg_logging.cc:
13188         * gst-libs/ext/mplex/mjpeg_logging.h:
13189         * gst-libs/ext/mplex/mjpeg_types.h:
13190         * gst-libs/ext/mplex/mpastrm_in.cc:
13191         * gst-libs/ext/mplex/mpegconsts.cc:
13192         * gst-libs/ext/mplex/mpegconsts.h:
13193         * gst-libs/ext/mplex/mplexconsts.hh:
13194         * gst-libs/ext/mplex/multplex.cc:
13195         * gst-libs/ext/mplex/outputstream.hh:
13196         * gst-libs/ext/mplex/padstrm.cc:
13197         * gst-libs/ext/mplex/padstrm.hh:
13198         * gst-libs/ext/mplex/stillsstream.cc:
13199         * gst-libs/ext/mplex/stillsstream.hh:
13200         * gst-libs/ext/mplex/systems.cc:
13201         * gst-libs/ext/mplex/systems.hh:
13202         * gst-libs/ext/mplex/vector.cc:
13203         * gst-libs/ext/mplex/vector.hh:
13204         * gst-libs/ext/mplex/videostrm.hh:
13205         * gst-libs/ext/mplex/videostrm_in.cc:
13206         * gst-libs/ext/mplex/videostrm_out.cc:
13207         * gst-libs/ext/mplex/yuv4mpeg.cc:
13208         * gst-libs/ext/mplex/yuv4mpeg.h:
13209         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
13210         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
13211           We don't fork mjpegtools' mplex in our CVS anymore.
13212         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
13213         (gst_avi_demux_add_stream):
13214         * gst/avi/gstavidemux.h:
13215           Add getcaps() function for proper caps nego. This makes some
13216           parts of AVI playback/reading work.
13217         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
13218           Resize window on new capsnego. This is probably wrong, but
13219           I'm still committing it because with current capsnego, the
13220           first successfull capsnego is auto-fixated, therefore rounded
13221           down to the lowest values in the caps. this results in a 16x16
13222           XWindow that is not reized when real capsnego finishes.
13223           Dave, I see more cases of this, do you know a proper solution?
13224         * tools/gst-launch-ext.in:
13225           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
13227 2003-12-31  David Schleef  <ds@schleef.org>
13229         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
13230         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
13231           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
13233 2003-12-30  David Schleef  <ds@schleef.org>
13235         * ext/ffmpeg/gstffmpegcolorspace.c:
13236         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13237         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
13238         (gst_ffmpegcsp_chain): Negotiation fixes
13239         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
13240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13241         (gst_audio_convert_link), (gst_audio_convert_channels):
13242         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
13243         (gst_audioscale_link), (gst_audioscale_get_buffer),
13244         (gst_audioscale_chain): Negotiation fixes
13245         * gst/audioscale/gstaudioscale.h:
13246         * gst/videofilter/gstvideofilter.c:
13247         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
13248         (gst_videofilter_link), (gst_videofilter_init),
13249         (gst_videofilter_set_output_size), (gst_videofilter_setup),
13250         (gst_videofilter_find_format_by_structure):
13251         * gst/videofilter/gstvideofilter.h: Negotiation fixes
13252         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
13253         (gst_videoscale_link):
13254         * gst/videoscale/videoscale.c: (videoscale_get_structure),
13255         (videoscale_find_by_structure), (gst_videoscale_setup):
13256         * gst/videoscale/videoscale.h: Negotiation fixes
13257         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
13258         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
13259         function, restrict resizing to a multiple of 4 (hack until
13260         everyone supports odd sizes correctly).
13262 2003-12-29  Colin Walters  <walters@verbum.org>
13264         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
13265         signed.
13267 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
13269         * ext/sndfile/gstsf.c: (gst_sf_loop):
13270           Fix warning about discarding const qualifier
13272 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
13274         * gst/cutter/gstcutter.c:
13275         * gst/videoscale/gstvideoscale.c:
13276         * gst/volenv/gstvolenv.c:
13277         * gst-libs/gst/audio/audio.c:
13278         * gst-libs/gst/video/video.c:
13279           Fix warnings
13281 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13283         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
13284           Don't send ALSA debugging to stderr.
13285         * ext/alsa/gstalsa.h:
13286           Use GST_WARNING instead of g_warning when ALSA functions fail.
13288 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13291           Free XVAdapterInfo correctly.
13293 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13295         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
13296         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
13297           Make id3tag use correct caps nego.
13299 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
13301         * ext/ivorbis/vorbis.c: 
13302         * ext/ivorbis/vorbisenc.h:
13303         * ext/ivorbis/vorbisfile.c:
13304           Modify so that it uses the new caps things
13306 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13308         * testsuite/spider/spider1.c: (main):
13309         * testsuite/spider/spider2.c: (main):
13310         * testsuite/spider/spider3.c: (main):
13311           Make tests compile again. They probably don't work.
13313 2003-12-24  Colin Walters  <walters@verbum.org>
13315         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
13316         we can't fixate the caps anymore.
13318 2003-12-23  David Schleef  <ds@schleef.org>
13320         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
13321         * sys/oss/gstosssink.c: (gst_osssink_init),
13322         (gst_osssink_sink_fixate): Add fixate function.
13324 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13326         * ext/ffmpeg/gstffmpegcodecmap.c:
13327         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
13328         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
13329         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
13330         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13331         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13332         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13333         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
13334           fix typo in RGB masks, and move back to "old" colorspace
13335           capsnego code until whoever wrote this new crap has actually
13336           tested it so that it works.
13337           And yes, this works, keep it that way please.
13339 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13341         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
13342         (gst_divxdec_init), (gst_divxdec_negotiate):
13343         * ext/divx/gstdivxdec.h:
13344         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
13345         (gst_divxenc_init):
13346         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
13347         (gst_faac_sinkconnect), (gst_faac_srcconnect):
13348         * ext/mpeg2enc/gstmpeg2enc.cc:
13349         * ext/mpeg2enc/gstmpeg2encoder.cc:
13350         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13351         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
13352         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
13353         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
13354         (dxr3spusink_init):
13355         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
13356         (dxr3videosink_init):
13357           Fix caps breakage after Dave's caps branch merge.
13359 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13361         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13362           Fix for 24bpp display.
13364 2003-12-23  Colin Walters  <walters@verbum.org>
13366         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
13367         a GnomeVFSHandle directly.
13369 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13371         * gst/volume/Makefile.am:
13372         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
13373         (volume_base_init), (volume_init):
13374           Reenable volume element and fix to work with new caps stuff.
13375           Rhythmbox needs this.
13377 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13379         * gst/qtdemux/qtdemux.c: (plugin_init):
13380           qtdemux requires bytestream
13382 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13384         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
13385           Fix remaining caps handling errors due to CAPS merge.
13387 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13389         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
13390         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
13391         (gst_faad_srcconnect): 
13392           Port to new caps system.
13394 2003-12-21  Julien MOUTTE  <julien@moutte.net>
13396         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
13397         (got_video_size), (main): using g_print instead of g_message.
13398         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
13399         signal which was not emitted because of "switch" element added to the
13400         bin but not connected. (Removing from the bin temporarily)
13402 2003-12-21  Julien MOUTTE  <julien@moutte.net>
13404         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
13405         find X development files. I don't understand the previous tests and
13406         they fail on my debian/ppc unstable. This one works.
13407         * examples/gstplay/player.c: (main): Set the pipeline to READY before
13408         exiting.
13409         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
13410         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13411         (gst_play_set_visualization): Add some safety checks in set_ methods
13412         and state_change. This was throwing some ugly CRITICAL messages when
13413         pipeline was getting disposed and casts were failing.
13415 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13417         * configure.ac:
13418           Improve mpeg2enc detection. This is for distributions that do
13419           ship mjpegtools, but without mpeg2enc. Also does object check
13420           for might there ever be ABI incompatibility.
13421         * ext/mpeg2enc/gstmpeg2enc.cc:
13422           Add Andrew as second maintainer (he's helping me), and also add
13423           an error if no caps was set. This happens if I pull before capsnego
13424           and that's something I should solve sometime else.
13425         * gst/matroska/matroska-demux.c:
13426         (gst_matroska_demux_parse_blockgroup):
13427           Fix time parsing.
13428         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
13429         (gst_matroska_mux_track_header):
13430           Add caps to templates.
13431         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
13432           Add mpegversion=1 to prevent confusion with MPEG/AAC.
13433         * gst/mpegstream/gstmpegdemux.c:
13434           Remove layer since it causes warnings about unfixed caps.
13435         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
13436           Fix obvious typo (we error out if caps were set, we should of
13437           course error out if *no* caps were set).
13438         * sys/oss/gstosselement.c: (gst_osselement_convert):
13439           Fix format conversion, we confused bits/bytes.
13440         * sys/oss/gstosselement.h:
13441           Improve documentation for 'bps'.
13442         * sys/v4l/TODO:
13443           Remove stuff about plugins that need removing - this was done
13444           ages ago.
13445         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
13446         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
13447         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
13448         (gst_v4lsrc_src_query):
13449         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13450         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
13451           Add get_query_types(), get_formats() and query() functions.
13453 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13455         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
13456         * moved CVS to freedesktop.org