]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
gst-libs/gst/riff/riff-media.c: Add BLZ0 (Blizzard's version of DivX) fourcc.
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3         * gst-libs/gst/riff/riff-media.c:
4         (gst_riff_create_video_caps_with_data):
5           Add BLZ0 (Blizzard's version of DivX) fourcc.
7 2004-12-18  David Schleef  <ds@schleef.org>
9         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
10         portability fix.
12 2004-12-18  David Schleef  <ds@schleef.org>
14         * gst/tta/ttadec.h: Disable some header code that isn't used
15         and clearly isn't portable.
17 2004-12-18  David Schleef  <ds@schleef.org>
19         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21         (avcodec_get_pix_fmt), (avpicture_layout),
22         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
23         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
24         Fix code to not use GCC extensions (and c99 extensions that
25         Forte does not like.)
27 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
32         (gst_deinterlace_chain):
33           Rowstride fixes. Fixes #161039.
34         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
35         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
36         (gst_video_crop_getcaps), (gst_video_crop_link),
37         (gst_video_crop_i420), (gst_video_crop_chain),
38         (gst_video_crop_change_state):
39           Rework of negotiation. Actually works now. Fixes #158650.
41 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
43         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
44           That was very stupid.
46 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
48         * gst/matroska/matroska-demux.c:
49         (gst_matroska_demux_parse_blockgroup):
50           Fix possible crasher.
52 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
54         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
55         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
56           Lace sizes can be zero.
58 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
60         * ext/musepack/gstmusepackdec.cpp:
61           Fetch error return values. Fixes #161624.
62         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
63           Really EOS.
65 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
67         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
68           Work for truncated (unfinished download etc.) files. Fixes #160514.
70 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
72         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
73           Fix for integer overflow. Makes #156001 not crash. Probably masks
74           the real bug.
76 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
78         * gst/ac3parse/gstac3parse.c: (plugin_init):
79           Parsers never have ranks. Fixes #159651.
81 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
83         * gst/playback/gstdecodebin.c: (compare_ranks):
84           make sure the facotries are ordered the same every time even if they
85           have the same rank by using the name
86         * gst/playback/gstdecodebin.c: (find_compatibles):
87           make sure we don't add factories to the list twice
89 2004-12-16  David Schleef  <ds@schleef.org>
91         * configure.ac: look for musepack headers as musepack/*.h
92         (fixes #159847)
93         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
94         * ext/musepack/gstmusepackreader.h: same
96 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
98         * gst-libs/gst/riff/riff-read.c:
99         (gst_riff_read_strf_auds_with_data):
100           Read extradata correctly (fixes #155879).
102 2004-12-16  David Schleef  <ds@schleef.org>
104         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
105         audio.  does _not_ attempt or allow conversion unless channels
106         is 1 or 2.
108 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
110         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
112 2004-12-16  David Schleef  <ds@schleef.org>
114         * gst/audioscale/gstaudioscale.c: the resample library only
115         handles 1 or 2 channels.  Change caps to compensate.
117 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
119         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
120         (gst_matroska_demux_audio_caps):
121           Some MPEG-AAC hacks, because else it doesn't work...
123 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
125         * gst-libs/gst/riff/riff-media.c:
126         (gst_riff_create_video_caps_with_data),
127         (gst_riff_create_video_template_caps):
128           Add h264.
130 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
132         * gst-libs/gst/audio/Makefile.am:
133           Try to fix buildbot.
135 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
137         * gst/tcp/gstmultifdsink.c:
138           Clean up and uniformize debugging.
140 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
142         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
144         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
145         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
146         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
147         (gst_mpeg_demux_change_state):
148           Reset on ready. Fixes 160276.
150 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
155         (gst_ffmpegcsp_pad_link):
156           Fix memleak (#154815).
158 2004-12-16  James Bowes  <bowes@cs.dal.ca>
160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
162         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
163         (gst_musicbrainz_init), (gst_musicbrainz_chain),
164         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
165         * ext/musicbrainz/gsttrm.h:
166           Add support for using a proxy server when getting a trm id from
167           the MusicBrainz database (#149613).
169 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
173         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
174         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
175           Fix memleaks (#157233).
177 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
181         * gst-libs/gst/resample/resample.c: (gst_resample_close):
182         * gst-libs/gst/resample/resample.h:
183         * gst/audioscale/gstaudioscale.c:
184           Fix memleak (#159215).
186 2004-12-16  Toni Willberg  <toniw@iki.fi>
188         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
190         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
191         * sys/oss/oss_probe.c: (main):
192           Check for mono/stereo support (similar to samplerate probing),
193           fixes #159433. Also add missing copyright header to oss_probe.c.
195 2004-12-15  David Schleef  <ds@schleef.org>
197         * configure.ac: add audioresample and cairo plugins.  Remove
198         HAVE_MMX stuff, because it's not used.
199         * ext/Makefile.am: same
200         * ext/audioresample/Makefile.am: You are not ready for an
201         audio resampling element based on audioresample.
202         * ext/audioresample/gstaudioresample.c:
203         * ext/audioresample/gstaudioresample.h:
204         * ext/cairo/Makefile.am: You are not ready for overlay elements
205         based on cairo.  Don't look too closely, these elements kinda
206         suck right now.
207         * ext/cairo/gstcairo.c: new
208         * ext/cairo/gsttextoverlay.c: new
209         * ext/cairo/gsttextoverlay.h: new
210         * ext/cairo/gsttimeoverlay.c: new
211         * ext/cairo/gsttimeoverlay.h: new
212         * gst-libs/gst/media-info/media-info-priv.h: fix compile
213         problem with compilers that don't support variadic macros.
215 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
217         Reviewed by:  David Schleef  <ds@schleef.org>
219         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
220         Bala, registering sunaudiosrc (oops!), and cleaning up code a
221         bit.  Also ran indent-gst.
222         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
223         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
224         (gst_sunaudiosrc_setparams):
226 2004-12-14  David Schleef  <ds@schleef.org>
228         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
229         output rate to 16000.  Should fix #160235.
231 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
233         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
234         Add typefinding for mpeg2 pes streams
236 2004-12-13  David Schleef  <ds@schleef.org>
238         * configure.ac:  Applied patch from bug #143659, making default
239         sources and sinks OS-dependent (for Solaris), and added code
240         for OS/X.
241         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
243 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
245         * gst-libs/gst/riff/riff-media.c:
246           forgot to add h2.64 to avidemux template caps
248 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
250         * gst/wavenc/riff.h:
251         * gst-libs/gst/riff/riff-media.c:
252         * gst-libs/gst/riff/riff-ids.h:
253         * gst/avi/gstavimux.c
254         add 4CC code for VideoSoft h264 in AVI (VSSH)
255           fixes bug #160655
256         remove s323 from riff, it's quicktime specific :(
258 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
260         * gst/asfdemux/README
261         * gst/wavenc/riff.h
262         * gst-libs/gst/riff/riff-ids.h
263         * gst-libs/gst/riff/riff-media.c
264         * gst/qtdemux/qtdemux.c:
265           add new 4CC codes for h263 related codecs
266           fixes partially bug #155163
268 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
270         * configure.ac: Update polyaudio requirement to 0.7
271         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
273 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
275         * gst/interleave/deinterleave.c:
276         fix my name's spelling! :)
278 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
279         * AUTHORS ChangeLog
280         * gst/auparse/gstauparse.c
281         * gst/interleave/deinterleave.c
282         * gst/law/ :
283                 alaw-decode.c alaw-encode.c
284                 mulaw-decode.c mulaw-encode.c
285         * gst/oneton/gstoneton.c
286         * sys/osxaudio/ :
287                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
288         * sys/osxvideo/ :
289                 cocoawindow.h cocoawindow.m
290                 osxvideosink.h osxvideosink.m
292         put the same mail address for Zaheer Abbas Merali everywhere
294 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
296         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
297           Align by packetsize, and assert that we a packet available before
298           playing. The first makes webstreams work (they often include
299           trailing padding data in a packet), the second allows pausing a
300           ASF stream in totem without getting demux errors afterwards.
302 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
304         * ext/ogg/gstoggdemux.c: (get_relative):
305           Check for non-NULL before accessing member (end-of-chain).
307 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
309         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
310         (cdparanoia_set_property), (cdparanoia_get_property):
311         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
312         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
313         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
314         (dvdreadsrc_init), (dvdreadsrc_set_property),
315         (dvdreadsrc_get_property):
316         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
317         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
318           Synchronize property names where not yet the case. Devices are
319           now device=X, other versions are deprecated (but still exist).
320           Also use g_free() unconditionally.
321         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
322         (setup_source), (gst_play_base_bin_get_property):
323           Expose source.
325 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
327         * configure.ac: move GCONF macro outside conditional for the am
328           conditional. Fixes #160439
330 2004-12-08  David Schleef  <ds@schleef.org>
332         * tools/gst-visualise-m.m: Switch to elements that currently
333         exist.
335 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
337         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
338           We love wrong commas.
340 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
342         * gst/matroska/matroska-demux.c:
343         (gst_matroska_demux_handle_src_query):
344           Don't set DEFAULT, unsupported - makes length display incorrectly
345           in some cases.
347 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
349         Woooho Monoscope is now effectivly LGPL licensed
351         * gst/monoscope/README: remove blurb about files being GPL
352         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
353         * gst/monoscope/monoscope.c: Change license to BSD with explanation
355 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
357         * gst/monoscope/README: Update information to be more correct
358         * gst/monoscope/convolve.c: Relicense to LGPL
359         * gst/monoscope/convolve.h: Relicense to LGPL
361 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
363         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
364           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
365         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
366           set default_duration for mpeg1 audio
368 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
370         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
371         * ext/alsa/gstalsa.h:
372           refactor big chunks of the core caps negotiation code to make it
373           a lot faster, because people claim it's really slow
374           (actually, just cache the getcaps when the device is opened)
376 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
378         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
379         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
380         (gst_a52dec_handle_frame), (gst_a52dec_chain),
381         (gst_a52dec_change_state), (plugin_init):
382         * ext/a52dec/gsta52dec.h:
383           Do something useful with timestamps. Make chain-based (since
384           there's really no reason to be loopbased).
385         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
386           Update current_byte/frame correctly.
388 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
390         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
391         (gst_ape_demux_stream_init):
392           Forward tags, too.
394 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
396         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
397           Let's make sure we're done typefinding when detecting tags.
399 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
401         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
402         (gst_ebml_read_init), (gst_ebml_read_use_event),
403         (gst_ebml_read_element_id), (gst_ebml_peek_id),
404         (gst_ebml_read_seek), (gst_ebml_read_skip),
405         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
406         (gst_ebml_read_master):
407         * gst/matroska/ebml-read.h:
408         * gst/matroska/matroska-demux.c:
409         (gst_matroska_demux_parse_contents),
410         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
411           Disgustingly evil hack for working around INTERRUPT events and
412           their extremely annoying habit of being a pain in the ass. We
413           simply peek a cluster before reading any of it.
415 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
417         * ext/musepack/gstmusepackdec.cpp:
418           There's also floating point libmusepacks.
420 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
422         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
423         (gst_faad_chanpos_to_gst), (gst_faad_chain):
424           Set DURATION even if source buffer didn't. Also use increasing
425           timestamps.
426         * gst-libs/gst/riff/riff-media.c:
427         (gst_riff_create_audio_caps_with_data):
428           Block_align can have larger values than 8192.
430 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
432         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
433         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
434         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
435         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
436           Fix caps.
438 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
440         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
441           Fix logic bug.
443 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
445         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
446           Yay, another one.
448 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
450         * ext/esd/esdsink.c: (gst_esdsink_chain):
451           Make error actually say something useful (fixes #156798).
452         * gst-libs/gst/riff/riff-media.c:
453         (gst_riff_create_video_caps_with_data),
454         (gst_riff_create_video_template_caps):
455           Add Intel Video 5.0 fourcc (IV50).
457 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
459         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header 
460         detection on mono and stereo mp3 files.
462 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
465           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
466           the contained stream).
468 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
470         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
471           Oops, remove debug.
473 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
475         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
477         * gst/law/alaw-decode.c: (alawdec_getcaps):
478         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
479           Prevent warnings when negotiating caps (fixes #159338).
481 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
483         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
484         (gst_ffmpegcsp_chain):
485           Remove old leftover that shouldn't be there...
487 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
489         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
491         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
492           Don't forward DISCONT events (fixes #159684).
494 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
496         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
497           Unlink manually since sometimes bin disposal (and therefore
498           pad unlinking) is delayed, which will cause a new media file
499           to not be able to start playing instantly.
501 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
503         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
504           On mute of an unlinked stream, check for pad availability so
505           we don't crash on unlinked pad.
507 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
509         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
510         (gst_avi_demux_massage_index):
511           Fix quite humiliating bug in omitting 0-sized index chunks but
512           forgetting to count them for timestamps.
514 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
516         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
517           Actually leave the loop if we failed to sync. Don't crash.
519 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
521         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
522         (gst_dvd_demux_process_private):
523         * gst/mpegstream/gstdvddemux.h:
524           Fix crash (#159759). Doesn't work, though. :-(.
526 2004-11-28  Benjamin Otte  <otte@gnome.org>
528         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
529           more overwriting protection due to modifying channels one by one
530           instead of all at once
532 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
534         * gst/audioconvert/gstchannelmix.c:
535         (gst_audio_convert_fill_normalize):
536           Normalize using absolute values.
538 2004-11-28  Julien MOUTTE  <julien@moutte.net>
540         * configure.ac:
541         * ext/Makefile.am:
542         * ext/directfb/Makefile.am:
543         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
544         (gst_directfbvideosink_get_pixel_format),
545         (gst_directfbvideosink_get_format_from_fourcc),
546         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
547         (gst_directfbvideosink_sink_link),
548         (gst_directfbvideosink_change_state),
549         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
550         (gst_directfbvideosink_buffer_alloc),
551         (gst_directfbvideosink_interface_supported),
552         (gst_directfbvideosink_interface_init),
553         (gst_directfbvideosink_navigation_send_event),
554         (gst_directfbvideosink_navigation_init),
555         (gst_directfbvideosink_set_property),
556         (gst_directfbvideosink_get_property),
557         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
558         (gst_directfbvideosink_base_init),
559         (gst_directfbvideosink_class_init),
560         (gst_directfbvideosink_get_type), (plugin_init):
561         * ext/directfb/directfbvideosink.h: Adding a first version of
562         directfbvideosink.
563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
564         more.
566 2004-11-28  Benjamin Otte  <otte@gnome.org>
568         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
569           walk the samples backwards if out_channels > in_channels so we don't
570           overwrite data
572 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
574         * gst/audioconvert/Makefile.am:
575         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
576         (gst_audio_convert_link), (gst_audio_convert_change_state),
577         (gst_audio_convert_channels):
578         * gst/audioconvert/gstchannelmix.c:
579         (gst_audio_convert_unset_matrix),
580         (gst_audio_convert_fill_identical),
581         (gst_audio_convert_fill_compatible),
582         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
583         (gst_audio_convert_fill_others),
584         (gst_audio_convert_fill_normalize),
585         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
586         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
587         * gst/audioconvert/gstchannelmix.h:
588           Implement a channel mixer.
590 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
592         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop): 
593         * ext/alsa/gstalsa.h: 
594         * ext/alsa/gstalsa.c (gst_alsa_set_clock): 
595         Make alsasink actually honor gst_element_set_clock and use that
596         clock instead of ist internal one.
598 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
600         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
601         (gst_play_base_bin_change_state): nullify source and decoder when
602         going from READY to NULL so that we don't try to do weird stuff with
603         them when going from NULL to READY
604         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
605         instead of g_object_unref
606         (gen_video_element), (gen_audio_element): more refcounting fixes, now
607         it should be correct
608         (gst_play_bin_change_state): don't call remove_sinks if we are
609         currently disposing the object
611 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
613         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
614           Don't forget bass if it's there. Else left channel is silent...
616 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
618         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
619         (gst_a52dec_change_state):
620           Don't do sample adjusting anymore, we use float audio now.
621         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
622           Don't fixate to non-existing properties.
624 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
626         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
627         (gst_a52dec_change_state):
628           Advertise that we can do surround sound.
630 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
632         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
633           Add buffer-frames=0.
634         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
635         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
636         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
637         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
638         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
639         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
640         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
641         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
642         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
643         * ext/dvdread/dvdreadsrc.h:
644           Add seeking, querying for bytes, sectors, title, angle and
645           chapter. Handle multiple chapters. Relicense to LGPL because
646           Billy agreed on that (thanks Billy!).
648 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
651         call parent dispose method
653 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
655         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
656         (gst_audio_clock_get_internal_time):
657         Fix active <-> inactive transitions: ensure time value always
658         grows and avoid abrupt value changes.
660 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
661         * configure.ac:
662         * gst/tta/Makefile.am:
663         * gst/tta/crc32.h:
664         * gst/tta/filters.h:
665         * gst/tta/gsttta.c:
666         * gst/tta/gstttadec.c:
667         * gst/tta/gstttadec.h:
668         * gst/tta/gstttaparse.c:
669         * gst/tta/gstttaparse.h:
670         * gst/tta/ttadec.h:
671           added TTA parser and decoder
673 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
675         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
676         (probe_triggered), (check_queue), (buffer_underrun),
677         (buffer_running), (buffer_overrun), (gen_source_element),
678         (setup_source):
679         * gst/playback/gstplaybasebin.h:
680           Implement buffering. Needs some more work.
682 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
684         * ext/theora/theoradec.c: (theora_dec_chain):
685           Fix ilog mask range overflow.
687 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
689         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
690           Don't omit the last (which incase of dmix is the only :) )
691           channel count. Don't set channels if <= 2.
693 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
695         * gst/playback/gstplaybin.c: (gen_video_element),
696         (gen_audio_element): Removed 2 obsolete comments
698 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
700         * ext/vorbis/oggvorbisenc.c
701         * ext/vorbis/vorbisenc.c :
702           change description fields of those plugins to differentiate them
703           (pitivi show Encoders by description, they had the same one)
705 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
709         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
710         (gst_play_bin_set_property), (gen_video_element),
711         (gen_audio_element):
712           Refcounting fixes for provided audio-/videosinks.
714 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
716         * gst/playback/gstplaybin.c: (gen_video_element),
717         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
718           Don't reference all sinks, but only the video- and audiosinks.
719           The vis. element should be disposed when we're done with it.
720           We don't have any reason to keep it around. This fixes warnings
721           when reusing playbin for playing multiple audio files with
722           vis. enabled. Also release audio device on pause - idea stolen
723           from Rhythmbox.
725 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
727         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
728         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
729         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
730         * ext/alsa/gstalsaplugin.c: (plugin_init):
731         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
732         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
733         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
734         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
735         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
736         (gst_faad_change_state), (plugin_init):
737         * ext/faad/gstfaad.h:
738         * ext/vorbis/vorbis.c: (plugin_init):
739         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
740         * gst-libs/gst/audio/Makefile.am:
741         * gst-libs/gst/audio/audio.c: (plugin_init):
742         * gst-libs/gst/audio/multichannel.c:
743         (gst_audio_check_channel_positions),
744         (gst_audio_get_channel_positions),
745         (gst_audio_set_channel_positions),
746         (gst_audio_set_structure_channel_positions_list),
747         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
748         (gst_audio_fixate_channel_positions):
749         * gst-libs/gst/audio/multichannel.h:
750         * gst-libs/gst/audio/testchannels.c: (main):
751         * gst/audioconvert/gstaudioconvert.c:
752         (gst_audio_convert_class_init), (gst_audio_convert_init),
753         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
754         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
755         (gst_audio_convert_fixate), (gst_audio_convert_channels):
756         * gst/audioconvert/plugin.c: (plugin_init):
757           Surround sound support.
759 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
762           Fix position for discont if we're close as well. Nitpicking, but
763           saves a few milliseconds of extra waiting or skipping.
765 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
767         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
768           We sometimes need parsers for playback, so add those too.
770 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
772         * configure.ac:
773         * gst/apetag/Makefile.am:
774         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
775         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
776         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
777         (gst_ape_demux_get_src_query_types),
778         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
779         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
780         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
781         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
782         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
783         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
784         (gst_ape_demux_change_state):
785         * gst/apetag/apedemux.h:
786         * gst/apetag/apetag.c: (plugin_init):
787         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
788         (plugin_init):
789           APE v1/2 tag reader plus typefind function.
791 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
793         * configure.ac:
794         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
795         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
796           Remove hacks for older core. Require newer core version
797           accordingly.
799 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
801         * gst/cdxaparse/Makefile.am:
802         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
803         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
804         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
805         * gst/cdxaparse/gstcdxaparse.h:
806         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
807         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
808         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
809         (gst_cdxastrip_get_src_query_types),
810         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
811         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
812         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
813         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
814         * gst/cdxaparse/gstcdxastrip.h:
815           SVCD/VCD header stripping separated from CDXA image parsing.
816         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
817         (plugin_init):
818           Add VCD/SVCD header typefinding for VCD/SVCD.
819         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
820         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
821         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
822         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
823         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
824         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
825         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
826         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
827         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
828         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
829         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
830         * sys/vcd/vcdsrc.h:
831           Fix up, add seeking, querying, URI interface. Works in totem now.
833 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
835         * configure.ac:
836           back to CVS
838 === release 0.8.6 ===
840 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
842         * NEWS:
843         * RELEASE:
844         * configure.ac:
845         * po/af.po:
846         * po/az.po:
847         * po/cs.po:
848         * po/en_GB.po:
849         * po/hu.po:
850         * po/it.po:
851         * po/nb.po:
852         * po/nl.po:
853         * po/or.po:
854         * po/sq.po:
855         * po/sr.po:
856         * po/sv.po:
857         * po/uk.po:
858           releasing 0.8.6, "IOU Love"
860 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
862         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
864         * gst/playback/gstplaybasebin.c:
865           Fix unplayable files error handling.  Fixes #158365
867 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
869         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
871         * gst/typefind/gsttypefindfunctions.c:
872           Fix broken mp3 typefinding.  Fixes #158375
874 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
876         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
878         * ext/ogg/gstoggdemux.c:
879           Fix sync on broken files.  Fixes #158976
881 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
883         patch by: Edward Hervey <bilboed@bilboed.com>
885         * ext/libpng/gstpngenc.c:
886           Copy over buffer properties.  Fixes #158832
888 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
890         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
892         * ext/dvdread/dvdreadsrc.c:
893           Fixes invalid reads (#158462)
895 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
897         * sys/v4l/gstv4lsrc.c:
898         * sys/v4l/gstv4lsrc.h:
899         * sys/v4l/v4lsrc_calls.c:
900           Probe less and cache it.  Fixes #159187.
902 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
904         * gst/videorate/gstvideorate.c:
905           Handle all video formats. Fixes #159186. 
907 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
908         * gst/synaesthesia/gstsynaesthesia.c:
909         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
910         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
911         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
912         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
913         (gst_synaesthesia_change_state), (plugin_init):
914         Fix up synaesthesia to work under different samplerates/ buffer sizes.
915         Force 320x200 output, as that's the only thing the underlying
916         synaesthesia implementation supports. Still needs to be made
917         re-entrant.
919 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
921         * configure.ac:
922           Fix mpeg2enc configure check (similar to mplex check below).
924 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
926         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
928         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
929           Fix for gcc-2.95 (fixes #158221).
931 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
933         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
934           Re-add clock distribution hack (until new core is released).
935           Fixes #158125.
937 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
938         * configure.ac:
939           fix mplex configure check segfaulting on some systems (bug #140994)
941 2004-11-13  Benjamin Otte  <otte@gnome.org>
943         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
944           add debugging
945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
946           do a wait when we enter the loop func with no data available to
947           write instead of getting into an 100% CPU loop by just returning and
948           being called again by the scheduler
950 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
952         * configure.ac:
953         * ext/libvisual/visual.c: (gst_visual_get_type),
954         (libvisual_log_handler), (gst_visual_getcaps),
955         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
956         (plugin_init):
957           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
958         * ext/smoothwave/Makefile.am:
959         * ext/smoothwave/demo-osssrc.c: (main):
960         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
961         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
962         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
963         (plugin_init):
964         * ext/smoothwave/gstsmoothwave.h:
965           Make gstsmoothwave a working element in the 20th century.
967         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
968           Fix incorrect link function
970 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
972         * gst/volume/gstvolume.c:
973           Allow buffer-frames=0.
975 2004-11-12 Iain <iaingnome@gmail.com>
977         * configure.ac: Check for polypaudio
979         * ext/Makefile.am: Build the polyp dir
981         * ext/polyp: The polypsink sources.
983 2004-10-30 Iain <iaingnome@gmail.com>
985         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
986         caps to reflect the new number of channels.
988 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
990         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
991           Fix for negotiation order problem. This would show when the
992           ALSA loopfuction was called before any other function. ALSA
993           wouldn't do anything because we're not negotiated yet, leading
994           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
996 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
998         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1000         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1001           No warnings (#157986).
1003 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1005         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1006           Prefer apev1/2 and id3v1 (at end of file) over musepack.
1008 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
1011           Signal no-more-pads (so it works in playbin).
1013 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1015         * ext/musepack/gstmusepackreader.cpp:
1016           Workaround for older core.
1018 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1020         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
1021           Actually test for odd width/height rather than testing whether
1022           a temporary variable that was 0 before we subtracted 1 is now
1023           not equal to zero (which it always is).
1025 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1027         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
1028         Fix compilation if HAVE_XVIDEO is not defined
1030 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1032         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
1033         Fix compilation if HAVE_XVIDEO is not defined
1035 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
1037         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
1038         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
1039         (gst_goom_change_state), (plugin_init):
1040         Use the bytestream adapter so goom doesn't depend on the input
1041         buffer size.
1042         Add a debug category
1044 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1046         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1047           Only set hardware parameters *after* negotiation. Before
1048           negotiation, it will set ANY and that seems to cause crashes
1049           (see e.g. #151288, #153227).
1051 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
1054           This seems to be antique leftover. It needs to pass error
1055           checking.
1056         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
1057         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
1058         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
1059         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
1060           Fix GstXOverlay implementation (#151059).
1062 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1065           Don't assert (#157853).
1067 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1069         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1070           Fix bytes/samples confustion.
1071         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
1072           Fix for underrun (#144389).
1074 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1076         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1077           Disable halfway-seek for pending release (since it needs a new
1078           core release).
1080 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1082         * sys/v4l/gstv4lsrc.c:
1083         * sys/v4l/gstv4lsrc.h:
1084         * sys/v4l/v4lsrc_calls.c:
1085           add autoprobe-fps property so we can separate autoprobing parts
1087 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1089         * sys/v4l/gstv4lsrc.c:
1090         * sys/v4l/v4lsrc_calls.c:
1091         initialise fourcc to catch unset fourcc's, and debug
1093 2004-11-09  Wim Taymans  <wim@fluendo.com>
1095         * gst/playback/README:
1096         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
1097         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1098         (gst_play_bin_dispose), (gst_play_bin_set_property),
1099         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
1100         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
1101         (gst_play_bin_get_formats), (gst_play_bin_convert),
1102         (gst_play_bin_get_query_types), (gst_play_bin_query):
1103         Cleanups and some more documentation.
1105 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
1107         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
1108         (gst_cacasink_init), (gst_cacasink_chain):
1109         * ext/libcaca/gstcacasink.h:
1110         Cacasink inherits from VideoSink, so let that store the clock. 
1112 2004-11-09  Wim Taymans  <wim@fluendo.com>
1114         * gst/playback/README:
1115         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
1116         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
1117         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
1118         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
1119         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
1120         (setup_sinks):
1121         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
1122         (gst_stream_info_is_mute), (gst_stream_info_set_property):
1123         * gst/playback/gststreaminfo.h:
1124         Updated README.
1125         Only switch groups if all streams have muted (EOSed).
1126         Send Tags in sync with the stream playback instead of in
1127         the playback/preroll phase.
1128         Some cleanups, free the fakesrc elements.
1130 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1132         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
1133           buffer-frames property was missing
1134         * ext/arts/gst_arts.c:
1135           rate missing from sinkcaps
1136         * ext/audiofile/gstafparse.c:
1137         * ext/audiofile/gstafsink.c:
1138         * ext/audiofile/gstafsrc.c:
1139         * ext/swfdec/gstswfdec.c:
1140           int audio doesn't know buffer-frames
1141         * ext/cdparanoia/gstcdparanoia.c:
1142           int audio doesn't know chunksize either
1143         * ext/nas/nassink.c:
1144           it's endianness, not endianess
1145         * gst-libs/gst/audio/audio.h:
1146           make float standard pad template caps really describe float
1147         * gst/law/mulaw.c: (linear_factory):
1148           signed only, please
1149         * gst/mpegstream/gstdvddemux.c:
1150           widths of 20 are not valid
1152 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1154         Submitted by: Luca Ferretti <elle.uca@infinito.it>
1156         * po/LINGUAS:
1157         * po/it.po:
1158           Add Italian
1160 2004-11-08  Wim Taymans  <wim@fluendo.com>
1162         * gst/playback/README:
1163         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
1164         * gst/playback/gstplaybasebin.c: (probe_triggered),
1165         (gst_play_base_bin_change_state):
1166         Updated README, added more comments for fixmes etc..
1168 2004-11-08  Wim Taymans  <wim@fluendo.com>
1170         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
1171         We can remove this hack now.
1173 2004-11-08  Wim Taymans  <wim@fluendo.com>
1175         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
1176         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1177         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
1178         Only mix AYUV for maximum quality.
1180 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1182         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
1183         (gst_ogg_demux_push), (gst_ogg_pad_push):
1184           Let's act as if we're synchronized now! :).
1185         * ext/theora/theoradec.c: (theora_dec_chain):
1186           Add some debug.
1188 2004-11-08  Wim Taymans  <wim@fluendo.com>
1190         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1191         (gst_alpha_set_property), (gst_alpha_sink_link),
1192         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
1193         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
1194         (gst_alpha_init_params), (gst_alpha_chain):
1195         Implement alpha functions for AYUV too, this increases
1196         accuracy quite a bit.
1198 2004-11-08  Wim Taymans  <wim@fluendo.com>
1200         * gst/ffmpegcolorspace/avcodec.h:
1201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1202         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1203         (gst_ffmpegcsp_avpicture_fill):
1204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1205         (gst_ffmpegcsp_caps_remove_format_info):
1206         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1207         (shrink12), (img_get_alpha_info), (deinterlace_line),
1208         (deinterlace_line_inplace):
1209         * gst/ffmpegcolorspace/imgconvert_template.h:
1210         Added AYUV colorspace and handle RGBA a bit more respectful.
1212 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1215           Actually always send a discont (cornercase when resending the
1216           same serial-tagged chain twice).
1218 2004-11-08  Julien MOUTTE  <julien@moutte.net>
1220         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
1221         (gst_ximagesink_finalize):
1222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
1223         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
1225 2004-11-08  Wim Taymans  <wim@fluendo.com>
1227         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
1228         Don't segfault on NULL data.
1230 2004-11-08  Wim Taymans  <wim@fluendo.com>
1232         * gst/playback/gstdecodebin.c: (unlinked):
1233         * gst/playback/gstplay-marshal.list:
1234         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1235         (gst_play_base_bin_init), (group_create), (get_active_group),
1236         (get_building_group), (group_destroy), (group_commit),
1237         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
1238         (add_element_stream), (no_more_pads), (probe_triggered),
1239         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
1240         (state_change), (setup_source), (gst_play_base_bin_get_property),
1241         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1242         (gst_play_base_bin_link_stream),
1243         (gst_play_base_bin_get_streaminfo):
1244         * gst/playback/gstplaybasebin.h:
1245         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1246         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
1247         Add support for chained ogg files. Prepare for playlist
1248         support. This patch introduces the concept of pad groups, which
1249         together compose one playable media file.
1251 2004-11-07  David Schleef  <ds@schleef.org>
1253         * testsuite/gst-lint: Check for pad templates that aren't statically
1254         scoped.
1256 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1258         * configure.ac:
1259         * ext/Makefile.am:
1260         * ext/musepack/Makefile.am:
1261         * ext/musepack/gstmusepackdec.cpp:
1262         * ext/musepack/gstmusepackdec.h:
1263         * ext/musepack/gstmusepackreader.cpp:
1264         * ext/musepack/gstmusepackreader.h:
1265           Add musepack decoder.
1266         * ext/faad/gstfaad.c: (gst_faad_base_init):
1267           Make pad templates static.
1268         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
1269         (plugin_init):
1270           Add musepack typefinder, make mp3 typefinding work halfway stream,
1271           which doesn't actually work yet because id3demux doesn't implement
1272           _get_length().
1274 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1277         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
1278           Fix interrupt event handling (#144436).
1280 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1282         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
1283           Hide unused glory.
1285 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1287         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1289         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1290           Fix weird caps (#157548).
1292 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1294         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1296         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
1297           Add missing NULL terminator (#157543).
1299 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1301         * gst/tcp/gsttcp.h:
1302         * gst/tcp/gsttcpclientsink.c:
1303         * gst/tcp/gsttcpclientsrc.c:
1304         * gst/tcp/gsttcpserversink.c:
1305         * gst/tcp/gsttcpserversrc.c:
1306           ports can go up to 65535.  Move common defines to gsttcp.h
1308 2004-11-05  Wim Taymans  <wim@fluendo.com>
1310         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
1311         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
1312         Added two more colorspaces.
1314 2004-11-05  Wim Taymans  <wim@fluendo.com>
1316         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1317         (gst_ffmpegcsp_avpicture_fill):
1318         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1319         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
1320         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
1321         More stride fixes.
1323 2004-11-05  Wim Taymans  <wim@fluendo.com>
1325         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
1326         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
1327         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
1328         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
1329         (gst_videomixer_loop):
1330         More stride fixes.
1332 2004-11-05  Benjamin Otte  <otte@gnome.org>
1334         * ext/mad/gstmad.c: (gst_mad_chain):
1335           don't overflow data buffer. Flush not needed sync data when syncing
1336           failed.
1338 2004-11-04  Wim Taymans  <wim@fluendo.com>
1340         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1341         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
1342         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
1343         (gst_alpha_init_params), (gst_alpha_chain),
1344         (gst_alpha_change_state):
1345         Updated the chroma keying algorithm with something more 
1346         sophisticated.
1348 2004-11-03  Wim Taymans  <wim@fluendo.com>
1350         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
1351         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1352         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
1353         Fix stride issues. Does not completely work for odd
1354         heights.
1356 2004-11-03  Wim Taymans  <wim@fluendo.com>
1358         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1359         (gst_alpha_chroma_key), (gst_alpha_chain):
1360         Fix stride issues. Does not completely work for odd
1361         heights.
1363 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
1365         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
1366         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
1367         leak fixes
1369 2004-11-03  Wim Taymans  <wim@fluendo.com>
1371         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1372         (gst_ffmpegcsp_avpicture_fill):
1373         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1374         (avpicture_alloc):
1375         * gst/ffmpegcolorspace/imgconvert_template.h:
1376         Use correct _fill function to get correct strides.
1378 2004-11-02  David Schleef  <ds@schleef.org>
1380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1381         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
1382         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
1383         Change all g_print()s to debugging.  Add a bunch of consistency
1384         checks.
1386 2004-11-02  Wim Taymans  <wim@fluendo.com>
1388         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1389         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
1390         (unlinked), (no_more_pads), (close_link):
1391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1392         (unknown_type), (add_element_stream), (new_decoded_pad),
1393         (removed_decoded_pad), (setup_source):
1394         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
1395         (gst_stream_info_class_init), (gst_stream_info_init),
1396         (gst_stream_info_new), (gst_stream_info_dispose),
1397         (stream_info_mute_pad), (gst_stream_info_set_property),
1398         (gst_stream_info_get_property):
1399         * gst/playback/gststreaminfo.h:
1400         Fix playback of multiple files.
1401         a slightly different approach to handling dynamic pad removals.
1402         This one only looks at pads that we have linked.
1404 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
1406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
1407         free" warning from libc.
1409 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1411         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1412         (get_unconnected_element), (remove_starting_from), (pad_removed),
1413         (close_link):
1414           Implement support for dynamic pad changing. We listen to "live"
1415           pad removals (i.e. while playing) and re-setup autoplugging
1416           after that. Playbasebin/playbin need some more work for this
1417           to finally work, but decodebin supports (and replugs) chained
1418           ogg now.
1420 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
1422         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
1423         (gst_alsa_finalize):
1424         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
1425         (gst_cdaudio_finalize):
1426         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
1427         (cdparanoia_finalize):
1428         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
1429         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
1430         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1431         (dvdreadsrc_finalize):
1432         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1433         (gst_flacdec_finalize):
1434         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
1435         (gst_flacenc_finalize):
1436         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
1437         (gst_gnomevfssink_finalize):
1438         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
1439         (gst_gnomevfssrc_finalize):
1440         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
1441         (gst_fameenc_finalize):
1442         * ext/nas/nassink.c: (gst_nassink_class_init),
1443         (gst_nassink_finalize):
1444         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
1445         (gst_sdlvideosink_class_init):
1446         * ext/sndfile/gstsf.c: (gst_sf_dispose):
1447         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
1448         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
1449         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
1450         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
1451         (gst_x_window_listener_dispose):
1452         * gst/audioscale/gstaudioscale.c:
1453         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
1454         (play_on_demand_finalize):
1455         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
1456         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
1457         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
1458         (cdplayer_finalize):
1459         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
1460         (gst_glimagesink_class_init):
1461         * sys/oss/gstosselement.c: (gst_osselement_class_init),
1462         (gst_osselement_finalize):
1463         * sys/oss/gstosssink.c: (gst_osssink_dispose):
1464         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
1465         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
1466           Fixes a bunch of problems with finalize and dispose functions,
1467           either assumptions that dispose is only called once, or not calling
1468           the parent class dispose/finalize function
1470 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
1472         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
1473           added two api precondition guards
1474           use g_strdup with getenv to fix crash when using ENVVAR
1476 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
1477         * ext/esd/esdsink.c: (gst_esdsink_class_init),
1478         (gst_esdsink_finalize):
1479         Use a finalize function, not dispose, and more importantly,
1480         call the parent class finalize function too
1482 2004-11-01  Johan Dahlin  <johan@gnome.org>
1484         * ext/ogg/gstoggdemux.c:
1485         * gst/tags/gstvorbistag.c:
1486         Plug leaks.
1488 2004-10-31  Benjamin Otte  <otte@gnome.org>
1490         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1491           lotsa memleaks today. But they're all small...
1493 2004-10-31  Benjamin Otte  <otte@gnome.org>
1495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1496           another memleak crushed
1498 2004-10-31  Benjamin Otte  <otte@gnome.org>
1500         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
1501           fix memleak
1503 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1506           Hack to prevent crash when going to READY inside signal handler
1507           while this function is active.
1509 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1511         * gst/ffmpegcolorspace/Makefile.am:
1512         * gst/ffmpegcolorspace/avcodec.h:
1513         * gst/ffmpegcolorspace/common.h:
1514         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
1515         * gst/ffmpegcolorspace/dsputil.h:
1516         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
1517         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1518         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1519         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
1520         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
1521         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
1522         (gst_ffmpegcsp_avpicture_fill):
1523         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1525         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
1526         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
1527         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
1528         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
1529         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
1530         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
1531         * gst/ffmpegcolorspace/imgconvert.c:
1532         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
1533         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
1534         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
1535         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
1536         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
1537         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
1538         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
1539         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
1540         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
1541         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
1542         (grow21), (grow22), (grow41), (grow44), (conv411),
1543         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
1544         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
1545         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
1546         (avpicture_free), (is_yuv_planar), (img_convert),
1547         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
1548         (deinterlace_line_inplace), (deinterlace_bottom_field),
1549         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
1550         * gst/ffmpegcolorspace/imgconvert_template.h:
1551         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
1552         * gst/ffmpegcolorspace/mmx.h:
1553         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
1554         (av_fast_realloc), (av_mallocz_static), (av_free_static),
1555         (av_freep), (avcodec_get_context_defaults),
1556         (avcodec_alloc_context), (avcodec_init):
1557           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
1558           handling plus update from ffmpeg CVS. Large clean-up.
1560 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1562         * gst/playback/Makefile.am:
1563           We need the marshallers for decodebin, too.
1565 2004-10-30  David Schleef  <ds@schleef.org>
1567         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
1568           quicktime typefinding work with 64-bit offsets.
1570 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
1572         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
1573           Set EOS on the element when processing an EOS event.
1574         * ext/speex/gstspeexdec.h:
1575         * ext/speex/gstspeexenc.h:
1576           Only keep a const ptr to the mode
1577         * gst-libs/gst/riff/riff-media.c:
1578         (gst_riff_create_audio_caps_with_data),
1579         (gst_riff_create_audio_template_caps):
1580           Allow WMAV3, with up to 6 channels. 
1581         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
1582           Don't call gst_pad_set_event_function on a sink pad.
1583         * gst/mpegstream/gstdvddemux.c:
1584         (gst_dvd_demux_get_subpicture_stream),
1585         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
1586           Copy the explicit caps that were set across to the cur_* pads,
1587           instead of trying to use a possibly non-existent negotiated caps.
1588           Reset the type of subpicture pads to UNKNOWN after calling
1589           init_stream, so that the caps get set.
1591 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
1593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1595         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
1596           Don't touch buffer if it is of size 0 (fixes #151064).
1598 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
1601           Synchronized discont handling.
1603 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1606         (gst_ogg_demux_push):
1607           Make seeking sort-of exact again (fixes #156387).
1609 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1611         * gst/playback/gstplaybasebin.c: (unknown_type),
1612         (add_element_stream), (new_decoded_pad),
1613         (gst_play_base_bin_change_state):
1614         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
1615         (gst_stream_info_init), (gst_stream_info_new),
1616         (gst_stream_info_dispose), (gst_stream_info_get_property):
1617         * gst/playback/gststreaminfo.h:
1618           Make caps explicitely available. Makes testing for unsupported
1619           types possible. Improves error reporting.
1621 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1623         * gst/audioconvert/gstaudioconvert.c:
1624         (gst_audio_convert_buffer_to_default_format):
1625           Really don't touch read-only buffers (#156563).
1627 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
1629         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1631         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1632           Fix memleak (#155223).
1634 2004-10-29  Wim Taymans  <wim@fluendo.com>
1636         * gst/tcp/.cvsignore:
1637         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
1638         (gst_multifdsink_class_init), (gst_multifdsink_init),
1639         (gst_multifdsink_add), (gst_multifdsink_remove),
1640         (gst_multifdsink_remove_client_link), (is_sync_frame),
1641         (gst_multifdsink_new_client),
1642         (gst_multifdsink_handle_client_write),
1643         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1644         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1645         (gst_multifdsink_get_property):
1646         * gst/tcp/gstmultifdsink.h:
1647         Added burst on connect sync_method, deprecated sync_clients,
1648         streamlined the sync code some more.
1650 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1652         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
1653         (gst_play_base_bin_change_state):
1654           Improve error reporting.
1656 2004-10-28  Wim Taymans  <wim@fluendo.com>
1658         * gst/tcp/Makefile.am:
1659         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
1660         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
1661         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
1662         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1663         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1664         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1665         (gst_fdset_wait):
1666         Added more locks around fdset structures. Fixed/reworked
1667         the poll array resizing code.
1668         Added stress test for fdset.
1670 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1672         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
1673         fix build
1675 2004-10-28  Benjamin Otte  <otte@gnome.org>
1677         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
1678           fix link function to always query channels and query width for
1679           floats
1680         * configure.ac:
1681           add equalizer dir
1682         * gst/equalizer/Makefile.am:
1683         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
1684         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
1685         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
1686         (arg_to_scale), (setup_filter),
1687         (gst_iir_equalizer_compute_frequencies),
1688         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
1689         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
1690         (plugin_init):
1691           add an equalizer  
1693 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1695         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
1697         * po/LINGUAS:
1698         * po/nb.po:
1699           Added Norwegian Bokmaal translation
1701 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1703         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1704           Don't break on options (fixes #156488).
1706 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1708         * configure.ac:
1709         * ext/cdaudio/Makefile.am:
1710         * sys/Makefile.am:
1711           fix build on older automake
1713 2004-10-26  Wim Taymans  <wim@fluendo.com>
1715         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
1716         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
1717         Allow a little margin when negotiating the framerate.
1719 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
1721         * gst/level/gstlevel.c:
1722           synchonised naming of pads and pad-templates
1724 2004-10-26  Wim Taymans  <wim@fluendo.com>
1726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1727         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
1728         (_find_streams_check), (gst_ogg_demux_push):
1729         Fix EOS again. Needs to be done in a better way. We should not
1730         remove the pad if there is no new chained stream.
1732 2004-10-26 Iain <iaingnome@gmail.com>
1734         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
1735         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
1736         of the caps.
1737         * gst/interleave/interleave.c (interleave_class_init): Hook up release
1738         pad.
1739         (interleave_release_pad): Remove the pad.
1740         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
1741         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
1742         the set device.
1743         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
1744         attrs
1745         (gst_xvimagesink_xcontext_clear): Free the xcontext.
1746         (gst_xvimagesink_finalize): Free the par.
1748 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1750         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
1751         (gst_avimux_stop_file):
1752           First calculate the rate, and only then use it. Hdr.rate is a
1753           multiple and not a derivative of hdr.scale. Scale is not the
1754           same as blockalign but is solely related to rate.
1756 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1758         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1759         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
1760           Implement seeking.
1762 2004-10-25  James Henstridge  <james@jamesh.id.au>
1764         Reviewed by:  David Schleef  <ds@schleef.org>
1766         * examples/gstplay/player.c: (got_stream_length), (main):
1767         * examples/seeking/cdplayer.c: (update_scale):
1768         * examples/seeking/seek.c: (format_value), (update_scale):
1769         * examples/seeking/spider_seek.c: (format_value), (update_scale),
1770         (stop_seek):
1771         Build fixes on AMD64.
1773 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1775         reviewed by: Ronald Bultje <rbultje at gnome dot org>
1777         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1778         Fix for some v4l cards which hang in v4lsrc
1780 2004-10-25  Wim Taymans  <wim@fluendo.com>
1782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
1783         (gst_ogg_demux_push), (gst_ogg_chains_clear):
1784         Make sure to remove the pad when a new chain is
1785         encountered. Set some vars to NULL so we don't try
1786         to reference freed memory.
1788 2004-10-25  Wim Taymans  <wim@fluendo.com>
1790         * examples/seeking/Makefile.am:
1791         * examples/seeking/cdplayer.c: (update_scale):
1792         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
1793         * examples/seeking/playbin.c: (make_playerbin_pipeline),
1794         (format_value), (update_scale), (iterate), (start_seek),
1795         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
1796         (print_usage), (main):
1797         Added some more examples, update others.
1799 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1801         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
1802         * ext/speex/gstspeexdec.c: (speex_dec_chain):
1803         * ext/theora/theoradec.c: (theora_dec_chain):
1804         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1805           Add codec-name metadata.
1807 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
1809         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1811         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1812         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1813         * ext/alsa/gstalsamixertrack.h:
1814         * po/POTFILES.in:
1815           ALSA mixer track label internationalization (#154054).
1817 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1819         * ext/theora/theoradec.c: (theora_dec_chain):
1820           Export bitrate as metadata.
1822 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1824         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1825         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1826         * ext/alsa/gstalsamixertrack.h:
1827           Fix names, fix loop.
1829 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1831         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
1832         (speex_dec_convert):
1833           sinkconvert function so oggdemux can get the file length (totem).
1835 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
1837         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1839         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
1840           Don't push incomplete packets.
1841         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
1842           Fix MPEG-4 audio typefinding.
1844 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1846         * sys/v4l/Makefile.am:
1847         * sys/v4l/gstv4l.c: (plugin_init):
1848         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
1849         (gst_v4lelement_init), (gst_v4lelement_dispose),
1850         (gst_v4lelement_change_state):
1851         * sys/v4l/gstv4lelement.h:
1852         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
1853         (gst_v4l_xoverlay_close), (idle_refresh),
1854         (gst_v4l_xoverlay_set_xwindow_id):
1855         * sys/v4l/gstv4lxoverlay.h:
1856         * sys/v4l/v4l-overlay_calls.c:
1857         * sys/v4l/v4l_calls.h:
1858         * sys/v4l2/Makefile.am:
1859         * sys/v4l2/gstv4l2.c: (plugin_init):
1860         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
1861         (gst_v4l2element_init), (gst_v4l2element_dispose),
1862         (gst_v4l2element_change_state):
1863         * sys/v4l2/gstv4l2element.h:
1864         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
1865         (gst_v4l2_xoverlay_close), (idle_refresh),
1866         (gst_v4l2_xoverlay_set_xwindow_id):
1867         * sys/v4l2/gstv4l2xoverlay.h:
1868         * sys/v4l2/v4l2-overlay_calls.c:
1869         * sys/v4l2/v4l2_calls.h:
1870           Remove client-side overlay handling, use the X-server v4l plugin
1871           for that. Nicer overlay, less code. Also make the plugin
1872           compileable without X (but then without overlay, obviously).
1873           Makes xwindowlistener obsolete, should we remove that?
1875 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1877         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
1878         (gst_osssrc_src_query):
1879         * sys/oss/gstosssrc.h:
1880           OK, so people want offset in DEFAULT. This time, actually fix all
1881           cases.
1882         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
1883           Add FPS properly.
1885 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1887         * gst/asfdemux/gstasfmux.c:
1888         * gst/avi/gstavimux.c:
1889           Framerate.
1891 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1893         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
1894           Fix properties (channel, norm, frequency).
1896 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1898         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
1899           Flag typo.
1900         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
1901           No warnings.
1903 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1905         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
1906           Fix hang.
1908 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1910         * sys/v4l2/gstv4l2element.h:
1911           Yet Another Hack (tm) for kernel header borkedness.
1912         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
1913         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
1914         (gst_v4l2src_link), (gst_v4l2src_getcaps),
1915         (gst_v4l2src_change_state):
1916         * sys/v4l2/gstv4l2src.h:
1917         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
1918         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
1919           Fix caps, keep track of state, work.
1921 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
1924           Quiet.
1926 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1928         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1929           Don't mix bytes and samples.
1931 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1933         * ext/ogg/gstoggmux.c:
1934           Basic pad template which accepts OGM tracks, speex, flac, vorbis
1935           and theora. Any is incorrect.
1936         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
1937           Fix caps.
1938         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
1939         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
1940         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
1941         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
1942         * sys/v4l/gstv4lmjpegsrc.h:
1943         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
1944         (gst_v4lsrc_change_state):
1945         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
1946         (gst_v4lmjpegsrc_capture_stop):
1947           Fix caps. Keep track of internal state. Work.
1949 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1951         * ext/Makefile.am:
1952           Fix the build fixes.
1954 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1956         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1957         (gst_ogg_demux_src_event), (_find_chain_seek),
1958         (gst_ogg_pad_push):
1959           Check for pad availability before using it.
1960         * ext/ogg/gstoggdemux.c: (_find_chain_process):
1961           Fix parsing of chained ogg. Needs more work on the decoder side.
1963 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1965         * gst/spectrum/Makefile.am:
1966         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
1967         (idle_func):
1968           Fix demo and reenable it. Yes, I'm currently playing with audio
1969           analysis tools
1971 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1974           We love it if files that start at zero work too...
1976 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
1979           Handle files with missing EOS headers.
1981 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1983         * gst/tcp/gsttcpserversink.c:
1984         (gst_tcpserversink_handle_server_read),
1985         (gst_tcpserversink_init_send):
1986         Zero some variables first (need for accept not to return EINVAL)
1988 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1991         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
1992         * ext/theora/theoradec.c: (theora_dec_sink_convert),
1993         (theora_dec_chain):
1994         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1995         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
1996           Seeking and querying finetune.
1998 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2000         * configure.ac:
2001         * ext/Makefile.am:
2002         * ext/raw1394/Makefile.am:
2003           fix the build
2005 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
2008           Wrong return.
2009         * gst/playback/Makefile.am:
2010         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2011         * gst/playback/gstplay-marshal.list:
2012         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
2013           Fix marshallers.
2015 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
2018           Silence.
2020 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
2023         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
2024         (gst_ogg_pad_push):
2025           Yay for non-lineair granulepos in theora.
2027 2004-10-18  Wim Taymans  <wim@fluendo.com>
2029         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
2030         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
2031         * ext/dv/gstdvdec.h:
2032         Make sure we renegotiate aspect ratio when the camera switches.
2034 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
2037         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
2038           Start at zero.
2039         * ext/theora/theoradec.c: (theora_dec_chain):
2040           Skip headers. Bad idea for chained ogg, but fixes seeking.
2042 2004-10-18  Wim Taymans  <wim@fluendo.com>
2044         * configure.ac:
2045         I swear, this is the last time I touch this.
2047 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
2050         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
2051         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
2052           Faster seeking.
2053         * ext/theora/theoradec.c: (theora_dec_sink_convert):
2054           Time-to-default conversion.
2055         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2056           Don't error on unknown packets, just skip. We should probably
2057           read them if we want to support chained ogg.
2059 2004-10-18  Wim Taymans  <wim@fluendo.com>
2061         * configure.ac:
2062         Added cdaudio to wrong list.
2064 2004-10-18  Wim Taymans  <wim@fluendo.com>
2066         * configure.ac:
2067         Revive cdaudio.
2069 2004-10-18  Wim Taymans  <wim@fluendo.com>
2071         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
2072         (gst_dvdec_video_link), (gst_dvdec_push):
2073         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
2074         (gst_smokeenc_resync), (gst_smokeenc_chain):
2075         Fix mimetype on smoke encoder.
2076         Add aspect ratio to dvdec. Not sure if these
2077         values are correct though....
2079 2004-10-18  Wim Taymans  <wim@fluendo.com>
2081         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2082         Fix vorbis property descriptions and ranges.
2084 2004-10-18  Wim Taymans  <wim@fluendo.com>
2086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
2087         Really do nothing when no data is available.
2088         Go to the playing state when the stream is not seekable
2089         instead of failing.
2091 2004-10-18  Wim Taymans  <wim@fluendo.com>
2093         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
2094         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
2095         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
2096         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
2097         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
2098         Added uri handler for cd://
2099         Port to new API.
2101 2004-10-18  Wim Taymans  <wim@fluendo.com>
2103         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2104         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
2105         (try_to_link_1), (no_more_pads), (close_link), (type_found):
2106         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
2107         (remove_prerolls), (unknown_type), (add_element_stream),
2108         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
2109         (gst_play_base_bin_remove_element),
2110         (gst_play_base_bin_link_stream):
2111         * gst/playback/gstplaybin.c: (gen_video_element),
2112         (gen_vis_element), (remove_sinks), (setup_sinks):
2113         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2114         (gst_stream_info_get_type), (gst_stream_info_class_init),
2115         (gst_stream_info_init), (gst_stream_info_new),
2116         (gst_stream_info_dispose), (stream_info_mute_pad),
2117         (gst_stream_info_set_property), (gst_stream_info_get_property):
2118         * gst/playback/gststreaminfo.h:
2119         Add sink padtemplate to decodebin.
2120         Added some more comments.
2121         Make queue size configurable in playbasebin.
2122         Added possibility to use elements as sinks (ex cdaudio).
2124 2004-10-15  Wim Taymans  <wim@fluendo.com>
2126         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
2127         (gst_speexenc_chain):
2128         Fix speex timestamps so that it gets muxed properly.
2130 2004-10-15  Wim Taymans  <wim@fluendo.com>
2132         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
2133         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
2134         (gst_dv1394src_init), (gst_dv1394src_dispose),
2135         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
2136         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
2137         (gst_dv1394src_event), (gst_dv1394src_get_formats),
2138         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
2139         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
2140         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
2141         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
2142         * ext/raw1394/gstdv1394src.h:
2143         Added conversion/query functions.
2144         Update buffer timestamps,
2145         Added signals. 
2146         Added uri dv:// so it might play from the firewire in playbin. 
2147         Fix a possible leak. 
2148         Added debugging.
2150 2004-10-15  Wim Taymans  <wim@fluendo.com>
2152         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
2153         (gst_dv1394src_init), (gst_dv1394src_set_property),
2154         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
2155         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
2156         * ext/raw1394/gstdv1394src.h:
2157         Added AV/C VTR control support needed for some cameras.
2158         Added automatic port detection.
2159         Added properties for selecting the channel.
2160         The configure.ac script is not yet updated to reflect the
2161         new libavc1394 and librom1394 dependencies.
2163 2004-10-15  Wim Taymans  <wim@fluendo.com>
2165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2166         (qtdemux_parse), (gst_qtdemux_handle_esds):
2167         An esds box is not a container.
2168         Fix parsing of mp4v boxes.
2169         Do not try to renegotiate fps for each frame. Need to
2170         find a better method. This should fix mp4 playback.
2172 2004-10-14  David Schleef  <ds@schleef.org>
2174         * configure.ac: update for swfdec-0.3 and liboil-0.2
2175         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
2176         * ext/swfdec/gstswfdec.h: same
2177         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
2178         * gst/videotestsrc/videotestsrc.c: same
2180 2004-10-14  Wim Taymans  <wim@fluendo.com>
2182         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2183         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
2184         (is_sync_frame), (gst_multifdsink_new_client),
2185         (gst_multifdsink_handle_client_write),
2186         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2187         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
2188         Turn warnings into info.
2189         Don't allow a state change in the streaming thread.
2191 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2193         * ext/vorbis/oggvorbisenc.c:
2194         * ext/vorbis/vorbisdec.c:
2195           fix template sample rate
2197 2004-10-13  Wim Taymans  <wim@fluendo.com>
2199         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2200         Decoding the header first fixes some problems in resyncing
2201         in more mp3s.
2203 2004-10-12  Wim Taymans  <wim@fluendo.com>
2205         * gst/playback/gstplaybin.c: (gen_video_element),
2206         (gen_vis_element), (remove_sinks), (setup_sinks):
2207         Added vis plugin support, need to configure the vis
2208         element to activate it.
2210 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2212         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
2213         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
2214           Some debug.
2215         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
2216         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
2217         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
2218         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
2219         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
2220         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
2221         * gst/avi/gstavidemux.h:
2222           Support for openDML-2.0 indx/ix## chunks. Support for broken index
2223           recovery (where, if part of the index is broken, we will still read
2224           the rest of the index and recover the broken part by stream
2225           scanning). More broken media support. EOS workarounds. General AVI
2226           braindamage headache recovery. Aspirin included.
2228 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2230         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
2231         (cdparanoia_event), (cdparanoia_query):
2232           Get rid of hideous lead-in.
2234 2004-10-11  Wim Taymans  <wim@fluendo.com>
2236         * gst/playback/gstplaybasebin.c: (setup_source):
2237         Wrong var used to get g_list_next.
2239 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2241         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
2242         (cdparanoia_get), (cdparanoia_open):
2243           Report discid as metadata, add duration.
2245 2004-10-11  Wim Taymans  <wim@fluendo.com>
2247         * gst/playback/gstplaybasebin.c: (setup_source):
2248         Cleanup the previous pipeline a little earlier for the
2249         case that a source element provides raw data.
2251 2004-10-11  Benjamin Otte  <otte@gnome.org>
2253         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2254           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
2255           consuming the last 128 bytes, even though it was valid mp3 data.
2257 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2259         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
2260         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
2261         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2262         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
2264 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
2267         Fix for webcams that support only specific width or height
2269 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2271         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2273         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
2274           Fix wrong discont event setup (fixes #154967).
2276 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
2278         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2280         * gst/auparse/gstauparse.c: (gst_auparse_chain):
2281           Error out on invalid data (fixes #154807).
2283 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2285         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2287         * ext/dvdread/dvdreadsrc.c: (_read):
2288           Make titles > 0 work again (fixes #154834).
2290 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2292         * gst-libs/gst/riff/riff-media.c:
2293         (gst_riff_create_video_template_caps):
2294           WMV3 missing in template caps.
2296 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2298         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2299           OK, so the original code was too strict. It makes random AVI files
2300           hang for seconds upon opening, which is unacceptable and is far
2301           beyond the original goal of getting multiple chunks for one-chunk
2302           sounc stream files. So now do just that.
2304 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2306         * gst/playback/gstplaybasebin.c: (setup_source),
2307         (gst_play_base_bin_change_state):
2308           Actually clean up streaminfo if output fails. This would trigger
2309           if, for example, there was no CD in the drive. No preroll, so
2310           a streaminfo structure is created, but the subsequent state change
2311           of the thread fails.
2312         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
2313           Don't change state if parent failed.
2315 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2317         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2318         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
2319         (gen_video_element), (remove_sinks):
2320           Add small bits of code for screenshot handling.
2322 2004-10-08  Wim Taymans  <wim@fluendo.com>
2324         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
2325         (gen_video_element), (gen_audio_element), (setup_sinks):
2326         Don't assume the user provided sinks are named "sink"...
2328 2004-10-08  Wim Taymans  <wim@fluendo.com>
2330         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
2331         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
2332         (gst_play_base_bin_link_stream):
2333         Do not try to autoplug sources that generate raw streams like
2334         cdparanoia.
2335         disconnect the preroll overrun signal when we don't need it anymore.
2337 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
2339         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
2340         Added reworked patch from #154903 from milosz derezynski (deadchip).
2342 2004-10-08  Wim Taymans  <wim@fluendo.com>
2344         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
2345         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
2346         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
2347         (cdparanoia_convert), (cdparanoia_uri_get_type),
2348         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
2349         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
2350         * ext/cdparanoia/gstcdparanoia.h:
2351         This adds the cdda://<tracknum> uri.
2353 2004-10-08  Wim Taymans  <wim@fluendo.com>
2355         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2356         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
2357         (try_to_link_1), (no_more_pads), (close_link), (type_found):
2358         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2359         (unknown_type), (gst_play_base_bin_remove_element),
2360         (gst_play_base_bin_link_stream):
2361         * gst/playback/gstplaybasebin.h:
2362         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2363         (gst_play_bin_set_property), (gen_video_element),
2364         (gen_audio_element), (setup_sinks):
2365         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2366         (gst_stream_info_get_type), (gst_stream_info_class_init),
2367         (gst_stream_info_init), (gst_stream_info_new),
2368         (gst_stream_info_dispose), (stream_info_mute_pad),
2369         (gst_stream_info_set_property), (gst_stream_info_get_property):
2370         * gst/playback/gststreaminfo.h:
2371         Reuse the audio and video bins.
2372         Some internal cleanups in the stream selection code.
2374 2004-10-08  Julien MOUTTE  <julien@moutte.net>
2376         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
2377         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
2378         * sys/ximage/ximagesink.h:
2379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
2380         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
2381         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
2382         not coming from those elements. Moreover these elements should not keep
2383         the xid they have been given when in NULL state.
2385 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2387         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
2388         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
2389         * sys/ximage/ximagesink.h:
2390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
2391         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
2392         * sys/xvimage/xvimagesink.h:
2393           Actually only create a new toplevel window if we're not gonna
2394           embed it right after.
2396 2004-10-07  Wim Taymans  <wim@fluendo.com>
2398         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
2399         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
2400         * gst/playback/gstplaybin.c: (setup_sinks):
2401         Implement muting/unmuting of streams, mute streams that are not
2402         used.
2404 2004-10-07  Wim Taymans  <wim@fluendo.com>
2406         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
2407         (plugin_init):
2408         Added lame audio/x-ac3 typefind function.
2410 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2412         * configure.ac:
2413           bump nano to cvs
2415 === release 0.8.5 ===
2417 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2419         * NEWS:
2420         * RELEASE:
2421         * configure.ac:
2422           releasing 0.8.5, "Take You On"
2424 2004-10-06  Wim Taymans  <wim@fluendo.com>
2426         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2427         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2428         (no_more_pads), (close_link), (type_found):
2429         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2430         * gst/playback/gstplaybin.c: (gen_video_element):
2431         Do not signal the no_more_pads after the first pad when
2432         we are plugging a non dynamic element with multiple
2433         output pads (like swfdec, dvdec, ...).
2435 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2437         * configure.ac:
2438           bump for prerelease
2440 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2442         * gst/wavparse/gstwavparse.c:
2443           add ATRAC3 to STATIC CAPS to fix a warning
2445         * gst/matroska/ebml-read.c:
2446         * gst-libs/gst/riff/riff-read.c:
2447           fix typos
2449 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2451         * gst-libs/gst/riff/riff-media.c:
2452           generate caps for ATRAC3 audio streams
2454         * gst/realmedia/rmdemux.c:
2455           generate caps for ATRAC3 audio streams
2457 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2459         * gst/wavparse/Makefile.am
2460         * gst/wavparse/riff.h
2461         * gst/wavparse/wavparse.vcproj
2462           riff.h removal (unused and duplication with riff-ids.h)
2464 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2466         * gst/wavparse/gstwavparse.h
2467           remove duplicated defines for audio codec codes
2469         * gst-libs/gst/riff/riff-ids.h
2470         * gst/wavenc/riff.h:
2471           add "4CC" code for ATRAC3 audio streams
2472           add "4CC" code for ITU_G721_ADPCM (unused for now)
2474 2004-10-06  Wim Taymans  <wim@fluendo.com>
2476         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
2477         Actually _do_ negotiation. Pass gdouble as arg instead
2478         of guint64 for the framerate.
2480 2004-10-06  Wim Taymans  <wim@fluendo.com>
2482         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2483         (find_compatibles), (close_pad_link), (try_to_link_1),
2484         (no_more_pads), (close_link), (type_found):
2485         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2486         * gst/playback/gstplaybin.c: (gen_video_element),
2487         (gen_audio_element):
2488         Set state on newly added element to READY so that negotiation
2489         can happen ASAP.
2490         Addes some more debug info.
2491         Do not try to plug pads with multiple caps structures or ANY
2492         because it is too dangerous since we do not do dynamic 
2493         replugging.
2495 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2497         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
2499         * po/LINGUAS:
2500         * po/or.po:
2501           add Oriya translation
2503 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2505         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2506           Prevent overwrite of size member. Makes audio sound crappy.
2508 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2510         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2511         Add rmvb to the list of known RealMedia extensions
2513 2004-10-05  Wim Taymans  <wim@fluendo.com>
2515         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
2516         (mngdec_openstream), (mngdec_closestream),
2517         (mngdec_handle_sink_event), (mngdec_readdata),
2518         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
2519         (mngdec_getcanvasline), (mngdec_refresh),
2520         (gst_mngdec_change_state):
2521         Set the framerate correctly.
2523 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2525         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2526           There was something wrong with the index massaging.
2528 2004-10-04  Wim Taymans  <wim@fluendo.com>
2530         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
2531         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
2532         (gst_smokedec_chain):
2533         * ext/jpeg/gstsmokedec.h:
2534         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
2535         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
2536         * ext/jpeg/gstsmokeenc.h:
2537         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
2538         (smokecodec_decode_new), (smokecodec_info_free),
2539         (smokecodec_set_quality), (smokecodec_get_quality),
2540         (smokecodec_set_threshold), (smokecodec_get_threshold),
2541         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2542         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
2543         (smokecodec_encode), (smokecodec_parse_id),
2544         (smokecodec_parse_header), (smokecodec_decode):
2545         * ext/jpeg/smokecodec.h:
2546         * ext/jpeg/smokeformat.h:
2547         Updated smoke, new bitstream, allows embedding in ogg.
2549 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2551         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
2552           Fix seeking in some files. All this code is no longer needed (and
2553           actually breaks stuff) because we now synchronize the full index
2554           right when reading the header.
2556 2004-10-04  Wim Taymans  <wim@fluendo.com>
2558         * configure.ac:
2559         configure update for libmng.
2561 2004-10-04  Wim Taymans  <wim@fluendo.com>
2563         * ext/libmng/Makefile.am:
2564         * ext/libmng/gstmng.c: (plugin_init):
2565         * ext/libmng/gstmng.h:
2566         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
2567         (gst_mngdec_base_init), (gst_mngdec_class_init),
2568         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
2569         (gst_mngdec_loop), (gst_mngdec_get_property),
2570         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
2571         (mngdec_closestream), (mngdec_handle_sink_event),
2572         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
2573         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2574         (gst_mngdec_change_state):
2575         * ext/libmng/gstmngdec.h:
2576         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
2577         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
2578         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
2579         (gst_mngenc_chain), (gst_mngenc_get_property),
2580         (gst_mngenc_set_property):
2581         * ext/libmng/gstmngenc.h:
2582         Added basic MNG decoder. Needs more work. The encoder does
2583         not work yet.
2585 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2587         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
2588         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
2589         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
2590           Don't hang on length=0 chunks. Some negotiation fixes. Signal
2591           no-more-pads.
2593 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2595         * configure.ac:
2596           you need at least 1.0.4 of speex
2598 2004-10-04 Iain <iaingnome@gmail.com>
2600         * ext/speex/gstspeexdec.h: Revert the includes changes.
2601                 
2602         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
2604 2004-09-30 Iain <iaingnome@gmail.com>
2606         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
2607         found during init or set as a property instead of hardcoding /dev/audio
2609 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2611         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
2612         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
2613         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
2614         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
2615         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
2616         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
2617         (gst_rmdemux_dump_data):
2618           Use debug category, fix EOS handling. filesrc ! rmdemux now
2619           works.
2621 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2623         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2624         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
2625         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
2626           Improve allocation, cutting and sorting of the index. How takes a
2627           few seconds instead of minutes.
2629 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
2631         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
2632           fixed compilation
2634 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2636         * gst-libs/gst/riff/riff-media.c:
2637         (gst_riff_create_video_caps_with_data),
2638         (gst_riff_create_video_template_caps):
2639           Add wing commander format mimetype/fourccs.
2640         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2641           Don't crash if some value is 0.
2643 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2645         * gst-libs/gst/riff/riff-media.c:
2646         (gst_riff_create_video_caps_with_data),
2647         (gst_riff_create_video_template_caps):
2648           Add DIB fourcc (raw, palettized 8-bit RGB).
2649         * gst-libs/gst/riff/riff-read.c:
2650         (gst_riff_read_strf_vids_with_data):
2651           Oops, fix strf_data reading bug.
2652         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2653           Use a non-NULL tag.
2654         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2655           Time for hacks. Sorry Dave. At least one quicktime movie (a
2656           trailer) that I've encountered contains multiple video tracks.
2657           One of those is the actual video track, the other are one-frame
2658           tracks (images). Unfortunately, the number of frames according
2659           to the trak header is 1 for each, so that doesn't help. So
2660           instead, I look at the duration and discard tracks with a
2661           duration shorter than 20% of the length of the stream. Better
2662           than nothing.
2664 2004-10-01  Christian Schaller <christian@fluendo.com>
2666         * ext/ivorbis/vorbis.c:
2667           Patch from Phil Blundell (Bug 152341)
2669 2004-10-01  Wim Taymans  <wim@fluendo.com>
2671         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
2672         (speex_dec_get_formats), (speex_dec_convert),
2673         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
2674         (speex_dec_chain), (gst_speexdec_get_property),
2675         (gst_speexdec_set_property):
2676         Small cleanups.
2678 2004-10-01  Wim Taymans  <wim@fluendo.com>
2680         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
2681         (gst_wavparse_stream_init), (gst_wavparse_fmt),
2682         (gst_wavparse_other), (gst_wavparse_loop),
2683         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2684         (gst_wavparse_srcpad_event):
2685         * gst/wavparse/gstwavparse.h:
2686         Added some more debugging info.
2687         Fix the case where the length of the file is 0.
2688         Make sure we seek to sample borders.
2690 2004-10-01  Wim Taymans  <wim@fluendo.com>
2692         * gst/playback/README:
2693         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2694         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
2695         (try_to_link_1), (no_more_pads), (close_link), (type_found):
2696         Add some debug info to decodebin, update README
2698 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2700         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
2701           Don't use g_print(); use GST_DEBUG().
2703 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2706         (gst_ogg_mux_queue_pads):
2707           Handle EOS properly.
2709 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2711         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2713         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
2714         (gst_faad_chain), (gst_faad_change_state):
2715         * ext/faad/gstfaad.h:
2716           Allow playback of raw (unframed) MPEG AAC files (#148993).
2718 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2720         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2722         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
2723           Throw error if we didn't recognize the stream. Fixes #152289.
2725 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2727         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
2728           Fix negotiation.
2730 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
2732         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2734         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
2735           Fix memleak.
2737 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
2739         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2741         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
2742           Solve #152805.
2743         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
2744           Solve 152806.
2746 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2748         * gst-libs/gst/riff/riff-media.c:
2749         (gst_riff_create_video_caps_with_data),
2750         (gst_riff_create_audio_caps_with_data):
2751           Add codec_data handling (like asfdemux used to do).
2752         * gst/asfdemux/gstasf.c: (plugin_init):
2753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2754         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
2755           Use riff-media for caps creation instead of our own (mostly
2756           broken) copy of its functions.
2758 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2760         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
2761           Don't actually error out if we get another return value than
2762           -EINVAL. Opposite to what I first thought, drivers have random
2763           return values for this, although -EINVAL is the expected return
2764           value. Since this is not fatal, we shouldn't use
2765           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
2767 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2769         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
2770         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
2771         (dvdreadsrc_get_property), (_open), (_seek), (_read),
2772         (dvdreadsrc_get), (dvdreadsrc_open_file),
2773         (dvdreadsrc_change_state):
2774           Fix. Don't do one big huge loop around the whole DVD, that will
2775           cache all data and thus eat sizeof(dvd) (several GB) before we
2776           see something.
2777         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
2778           Actually NULL'ify event after using it.
2779         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
2780         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
2781         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
2782         (gst_ebml_read_seek), (gst_ebml_read_skip):
2783           Handle events.
2784         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
2785         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
2786         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
2787           Fix timing (this will probably break if I seek using menus, but
2788           I didn't get there yet). VOBs and normal DVDs should now work.
2789           Add a mpeg2-only pad with high rank so this get autoplugged for
2790           MPEG-2 movies.
2791         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
2792         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
2793         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
2794         (gst_mpeg_demux_get_audio_stream),
2795         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
2796         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
2797           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
2798           MPEG-1 but use dvddemux for MPEG-2.
2799         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
2800         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
2801         (gst_mpeg_parse_parse_packhead):
2802           Timing. Only add pad template if it exists. Add sink template from
2803           class and not from ourselves. This means we will always use the
2804           correct sink template even if it is not the one defined in this
2805           file.
2807 2004-09-29  Wim Taymans  <wim@fluendo.com>
2809         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
2810         (gst_mpeg_demux_parse_pes):
2811         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2812         Fix playback of mpeg again, timestamps where screwed up by
2813         patch 1.61.
2815 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2817         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
2818           Only return true if we actually filled something in. Prevents
2819           player applications from showing a random length for flac files.
2820         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
2821         (gst_riff_read_use_event), (gst_riff_read_handle_event),
2822         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
2823         (gst_riff_read_strf_vids_with_data),
2824         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
2825           OK, ok, so I implemented event handling. Apparently it's normal
2826           that we receive random events at random points without asking
2827           for it.
2828         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
2829         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
2830         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
2831         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
2832         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
2833         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
2834         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
2835         * gst/avi/gstavidemux.h:
2836           Implement non-lineair chunk handling and subchunk processing.
2837           The first solves playback of AVI files where the audio and video
2838           data of individual buffers that we read are not synchronized.
2839           This should not happen according to the wonderful AVI specs, but
2840           of course it does happen in reality. It is also a prerequisite for
2841           the second. Subchunk processing allows us to cut chunks in small
2842           pieces and process each of these pieces separately. This is
2843           required because I've seen several AVI files with incredibly large
2844           audio chunks, even some files with only one audio chunk for the
2845           whole file. This allows for proper playback including seeking.
2846           This patch is supposed to fix all AVI A/V sync issues.
2847         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
2848         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
2849           Work.
2850         * gst/modplug/gstmodplug.cc:
2851           Proper return value setting for the query() function.
2852         * gst/playback/gstplaybasebin.c: (setup_source):
2853           Being in non-playing state (after, e.g., EOS) is not necessarily
2854           a bad thing. Allow for that. This fixes playback of short files.
2855           They don't actually playback fully now, because the clock already
2856           runs. This means that small files (<500kB) with a small length
2857           (<2sec) will still not or barely play. Other files, such as mod
2858           or flx, will work correctly, however.
2860 2004-09-28  Wim Taymans  <wim@fluendo.com>
2862         * ext/speex/gstspeex.c: (plugin_init):
2863         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
2864         (gst_speex_dec_class_init), (speex_dec_get_formats),
2865         (speex_get_event_masks), (speex_get_query_types),
2866         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
2867         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
2868         (gst_speexdec_get_property), (gst_speexdec_set_property),
2869         (speex_dec_change_state):
2870         * ext/speex/gstspeexdec.h:
2871         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
2872         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
2873         (gst_speexenc_base_init), (gst_speexenc_class_init),
2874         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
2875         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
2876         (gst_speexenc_src_query), (gst_speexenc_init),
2877         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
2878         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
2879         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
2880         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
2881         (gst_speexenc_chain), (gst_speexenc_get_property),
2882         (gst_speexenc_set_property), (gst_speexenc_change_state):
2883         * ext/speex/gstspeexenc.h:
2884         Rewrote speex encoder, make sure it can be embedded in ogg.
2885         Implemented speex decoder.
2887 2004-09-28  Christian Schaller <christian@fluendo.com>
2889         * configure.ac:
2890         Remove kioslave plugin. Markey is brewing a new working one
2891         * ext/Makefile.am: Remove kioslave plugin
2892         * ext/kio: remove
2893         * gst-plugins.spec.in: remove kio plugin from spec
2895 2004-09-27  Wim Taymans  <wim@fluendo.com>
2897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2898         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
2899         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
2900         (gst_multifdsink_new_client),
2901         (gst_multifdsink_handle_client_write),
2902         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2903         (gst_multifdsink_handle_clients):
2904         * gst/tcp/gstmultifdsink.h:
2905         Make syncing to keyframes actually work for new clients and lagging
2906         clients.
2908 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2910         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
2911         (gst_navigationtest_handle_src_event), (draw_box_planar411),
2912         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
2913         * gst/debug/gstnavigationtest.h:
2914           make navigationtest display button-press and button-release events
2916 2004-09-26 Iain <iaingnome@gmail.com>
2918         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
2919         the channels have received a new media event.
2920         (interleave_buffered_loop): Compresses a new media event on all 
2921         channels into one.
2923 2004-09-26 Iain <iaingnome@gmail.com>
2925         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
2926         call the sinkpad's default event handler and not the srcpads. He also
2927         says this is confusing :)
2928         (gst_wavenc_stop_file): Company says that seek events only go upstream
2929         we should send a discontinuous downstream instead.
2931 2004-09-25  Christian Schaller <christian@fluendo.com>
2933         * Update SPEC file to be usable in conjunction with Fedora Core,
2934           Fedora.us and freshrpms packages
2935         * Fix typo in multifilesrc test Makefile
2936         
2937 2004-09-24  Wim Taymans  <wim@fluendo.com>
2939         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2940         Only signal the no_more_pads signal when we have
2941         added the stream to our list.
2943 2004-09-24  Wim Taymans  <wim@fluendo.com>
2945         * gst/playback/gstplaybasebin.c: (remove_prerolls),
2946         (new_decoded_pad):
2947         * gst/playback/gstplaybasebin.h:
2948         * gst/playback/gstplaybin.c: (setup_sinks):
2949         Don't try to preroll or decode more than one audio/video
2950         track.
2952 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2955           Throw error if we failed to find a suitable output. This should
2956           throw an error if we successfully set up a pipeline (e.g. because
2957           we recognized a media file) but found no decodable streams in it
2958           (e.g. because it contains only media stream types for which we
2959           have no decoders, or because it's not a media type).
2961 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2963         * ext/dirac/Makefile.am:
2964         * ext/dirac/gstdirac.cc:
2965         * ext/dirac/gstdiracdec.cc:
2966         * ext/dirac/gstdiracdec.h:
2967           Do something. Don't actually know if this works because I don't
2968           have a demuxer yet.
2969         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
2970           Add channels=1 to caps returned from _getcaps().
2971         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
2972         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
2973         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
2974         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2975         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
2976         (gst_ogm_parse_change_state):
2977           Separate between audio/video so ogmaudioparse actually uses the
2978           audio pad templates. Both audio and video work now, including
2979           autoplugging. Also use sometimes-srcpad hack.
2980         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
2981           Handle events better. Don't hang on infinite loops.
2982         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
2983         (gst_avi_demux_init), (gst_avi_demux_reset),
2984         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
2985         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
2986         (gst_avi_demux_change_state):
2987         * gst/avi/gstavidemux.h:
2988           Improve A/V sync. Still not perfect.
2989         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
2990         (gst_ebml_read_skip):
2991           Handle events better.
2992         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2993         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
2994         (qtdemux_audio_caps):
2995           Add IMA4. Improve event handling. Save offset after a seek when
2996           the headers are at the end of the file so that we don't end up in
2997           an infinite loop.
2998         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2999           Add low-priority typefind support for files with no length.
3001 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3003         * testsuite/multifilesink/Makefile.am:
3004         fix typo
3006 2004-09-22  Julien MOUTTE  <julien@moutte.net>
3008         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
3010         mistakes from thaytan's patches.
3012 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
3014         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3015           For completeness, XSync in the destroy function as xvimage does.
3017 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
3019         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
3020            Correct caps negotiation
3021         * gst/volume/gstvolume.c: (volume_chain_float),
3022         (volume_chain_int16):
3023            Modify debug output to be little more informative
3024         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
3025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3026         (gst_xvimagesink_xvimage_destroy):
3027           Add XSync calls after detaching from the shared memory segment to
3028           avoid a crash.
3030 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3033         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
3034         * ext/vorbis/vorbis.c: (plugin_init):
3035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3036         (gst_vorbisenc_chain):
3037         * ext/vorbis/vorbisenc.h:
3038         remove explicit newmedia support from oggmux and vorbisenc
3039         add debug category to vorbisenc
3040         * gst/multifilesink/gstmultifilesink.c:
3041         (gst_multifilesink_class_init), (gst_multifilesink_init),
3042         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
3043         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
3044         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
3045         (plugin_init):
3046         * gst/multifilesink/gstmultifilesink.h:
3047         add support for streamheader in multifilesink
3049 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3051         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
3052         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
3053         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
3054           Prevent infinite loops. More correct error reporting.
3055         * gst/auparse/gstauparse.c: (gst_auparse_chain):
3056           Error out if negotiation fails.
3057         * gst/playback/gstplaybasebin.c: (setup_source),
3058         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
3059         (gst_play_base_bin_found_tag):
3060           Error/tag forwarding. Pre-roll fixes for source errors on state
3061           changes (e.g. "file does not exist") to prevent hangs.
3063 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3065         * testsuite/multifilesink/Makefile.am:
3066         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
3067         (gst_newmedia_class_init), (gst_newmedia_init),
3068         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
3069         (newfile_signal), (test_signal), (main):
3070         * testsuite/multifilesink/multifilesrc_test.c: (main):
3071         * testsuite/multifilesink/oggtheora_test.c:
3072         (gst_newmedia_base_init), (gst_newmedia_class_init),
3073         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
3074         (test_format), (newfile_signal), (test_signal), (main):
3075         * testsuite/multifilesink/oggvorbis_test.c:
3076         (gst_newmedia_base_init), (gst_newmedia_class_init),
3077         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
3078         (test_format), (newfile_signal), (test_signal), (main):
3079         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
3080         (gst_newmedia_class_init), (gst_newmedia_init),
3081         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
3082         (newfile_signal), (test_signal), (main):
3083         New media tests
3085 2004-09-20  Christian Schaller <christian@fluendo.com>
3087         * Fix mikmod license to LGPL as they have relicensed
3088         * Move Dirac and Effectv into LGPL section of README_license
3090 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3092         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
3093         (gst_mad_change_state):
3094           Allow for mp3 rate/channels changes. However, only very
3095           conservatively. Reason that we *have* to enable this is smiply
3096           because the mad find_sync() function is not good enough, it will
3097           regularly sync on random data as valid frames and therefore make
3098           us provide random caps as *final* caps of the stream. The best fix
3099           I could think of is to simply require several of the same stream
3100           changes in a row before we change caps.
3101           The actual testcase that works now is #
3102         * ext/ogg/Makefile.am:
3103         * ext/ogg/gstogg.c: (plugin_init):
3104         * ext/ogg/gstogmparse.c:
3105           OGM support (video only for now; I need an audio sample file).
3106         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
3107         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
3108         (gst_asf_demux_add_video_stream):
3109           WMV extradata.
3110         * gst/playback/gstplaybasebin.c: (unknown_type):
3111           Don't error out on single unknown-types after all. It's wrong.
3112           If we found type of video and audio but not of a subtitle stream,
3113           it will still error out (which is unwanted). Will find a better fix
3114           later on.
3115         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
3116         (ogmaudio_type_find), (plugin_init):
3117           OGM support.
3119 2004-09-20  Johan Dahlin  <johan@gnome.org>
3121         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
3122         after setting caps.
3124 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3126         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
3127         * gst/wavenc/gstwavenc.h:
3128         Added newmedia support to wavenc
3130 2004-09-17  Wim Taymans  <wim@fluendo.com>
3132         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
3133         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
3134         (gst_fdset_fd_can_write), (gst_fdset_wait):
3135         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3136         (gst_multifdsink_init), (gst_multifdsink_add),
3137         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
3138         (gst_multifdsink_remove_client_link),
3139         (gst_multifdsink_client_queue_buffer),
3140         (gst_multifdsink_handle_client_write),
3141         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
3142         (gst_multifdsink_close), (gst_multifdsink_change_state):
3143         * gst/tcp/gstmultifdsink.h:
3144         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3145         (gst_tcpserversink_removed):
3146         Small cleanups in fdset.c
3147         Use a hastable to map fd to the client structure for faster
3148         lookup in _remove and get_stats.
3149         Added virtual function to close the fds.
3150         Handle clients even when the select/poll call was unblocked because
3151         of a command.
3152         Implement syncing to keyframe in the recovery procedure.
3154 2004-09-16 Iain <iaingnome@gmail.com>
3156         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
3157         try caps.
3159 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3161         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
3162           Caps are only set if the type of the stream is unknown, but this
3163           is initialized in ->init_stream(), so set to UNKNOWN after calling
3164           ->init_stream() so that capsnego starts.
3166 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3168         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3169         (gst_avi_demux_stream_data):
3170           Just hardcode for raw audio then. AVI audio sucks.
3172 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
3174         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
3175         * gst/matroska/matroska-mux.c: (audiosink_templ),
3176         (gst_matroska_mux_audio_pad_link):
3177         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
3178         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
3180 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3182         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3183         (gst_avi_demux_stream_data):
3184           Try to fix a/v sync issues.
3186 2004-09-15  David Schleef  <ds@schleef.org>
3188         * configure.ac: remove NASM check, since we don't use it.  Update
3189         dirac check to 0.4
3190         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
3191         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3192         Initialized variables.
3193         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3194         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
3195         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
3196         SVQ3 format
3198 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3200         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3201         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
3202         * gst/avi/gstavidemux.h:
3203           Fix for compressed audio (mp3) timestamp generation. How did this
3204           ever work?
3206 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3208         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3209           Volume is a double not a float.
3211 2004-09-15  Wim Taymans  <wim@fluendo.com>
3213         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
3214         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
3215         Don't close the fd in multifdsink as we didn't open it in the
3216         first place. Some cleanups.
3218 2004-09-15  Wim Taymans  <wim@fluendo.com>
3220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3222         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3223         Fix the case where the muxer would mark pages as delta
3224         frames when they are not (vorbis only ogg).
3226 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3228         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
3229         (gst_play_base_bin_change_state):
3230           Handle the case where we failed to setup a clear pipeline. This
3231           will throw an error (or EOS, another nice case) and if you don't
3232           catch that, the app will wait for the signal forever (and thus
3233           hang).
3235 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3237         * ext/gnomevfs/gstgnomevfssink.c:
3238         (gst_gnomevfssink_uri_get_protocols):
3239         * ext/gnomevfs/gstgnomevfssrc.c:
3240         (gst_gnomevfssrc_uri_get_protocols):
3241         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3242         * ext/gnomevfs/gstgnomevfsuri.h:
3243           Use _uri_new() instead of _open(), so it doesn't take as long and
3244           Christophe's computer won't hang.
3245         * gst/playback/gstplaybasebin.c: (unknown_type):
3246           Throw error on unknown media type, so apps actually display it.
3248 2004-09-14  Brian Cameron  <brian.cameron@sun.com
3250         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
3251           this script to work on Solaris since bash shell handles echo
3252           differenly than bash.
3254 2004-09-17  Wim Taymans  <wim@fluendo.com>
3256         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
3257         (setup_source), (gst_play_base_bin_set_property),
3258         (gst_play_base_bin_add_element):
3259         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
3260         Some more work on making sure seeking pauses the pipeline and
3261         that changing the uri actually does something.
3263 2004-09-17  Wim Taymans  <wim@fluendo.com>
3265         * gst/tcp/gstfdset.c: (gst_fdset_wait):
3266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
3267         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
3268         (gst_tcpserversink_close):
3269         Be a bit more paranoid when freeing memory.
3271 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3274         (qtdemux_parse_trak):
3275           Don't crash by dividing by zero (see sample movie in #126922).
3277 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3279         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3280           Don't touch non-existing data (fixes crash on file in #140147).
3282 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3284         * gst/playback/gstplaybasebin.c:
3285         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
3286           Handle double disposals, and proper change of URIs.
3288 2004-09-13  Martin Eikermann <meiker@upb.de>
3290         * gst/mpegstream/gstmpegparse.c:
3291           fix synchronistation for streams recorded from digital PCR
3292           fixes bug #119376
3294 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3296         * ext/gnomevfs/Makefile.am:
3297         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3298         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
3299         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
3300         (gst_gnomevfssink_uri_get_type),
3301         (gst_gnomevfssink_uri_get_protocols),
3302         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
3303         (gst_gnomevfssink_uri_handler_init),
3304         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
3305         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
3306         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
3307         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
3308         (gst_gnomevfssrc_uri_get_type),
3309         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
3310         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
3311         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
3312         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
3313         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3314         * ext/gnomevfs/gstgnomevfsuri.h:
3315           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
3316           of fake URIs to see which this version of Gnome-VFS likes, and
3317           uses that for the Gst-URI interface. Makes playbin support http://
3318           streams. Also fix up some stupid behaviour in gnomevfssrc.
3320 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3322         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
3323         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3324         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3325         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3326           Update mixer (to sync with other sessions) if we try to obtain
3327           a new value. This makes alsamixer work accross applications.
3328         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3329           Only call sync functions if we're running, else alsalib asserts.
3330         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
3331           Sometimes fails to compile. Possibly a gcc bug.
3332         * gst/playback/gstplaybin.c: (gen_video_element),
3333         (gen_audio_element):
3334           Add a reference to an application-provided object, because we lose
3335           this same reference if we add it to the bin. If we don't do this,
3336           we can only use this object once and thus crash if we go from
3337           ready to playing, back to ready and back to playing again.
3338           Also add an audioscale element because several cheap soundcards -
3339           like mine - don't support all samplerates.
3340         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3341         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
3342           Fix wrong order or PAR calls. Makes automatically obtained PAR
3343           from the X server atually being used.
3345 2004-09-12  David Schleef  <ds@schleef.org>
3347         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
3348         #151887, #152102, #152247.
3349         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
3350         * examples/seeking/cdparanoia.c: same
3351         * examples/seeking/cdplayer.c: same
3352         * examples/seeking/seek.c: same
3353         * examples/seeking/spider_seek.c: same
3354         * examples/seeking/vorbisfile.c: same
3355         * examples/stats/mp2ogg.c: same
3356         * ext/esd/esdsink.c: (gst_esdsink_class_init),
3357         (gst_esdsink_dispose): Dispose of element properly.
3358         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
3359         fixes.
3360         * ext/nas/nassink.c: (gst_nassink_class_init),
3361         (gst_nassink_dispose): Dispose of element correctly.
3362         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
3363         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3364         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
3365         Fix 64-bit warning.
3366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3367         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
3368         Fix 64-bit warning.
3370 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3372         * configure.ac : change speex detection as 1.1.6 now uses
3373           .pc/pkg-config and they changed their headers location.
3375 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
3377         * gst/matroska/matroska-mux.h:
3378         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3379         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3380         (gst_matroska_mux_write_data):
3381           Write multiple blocks/frames per cluster.
3382                 Write meta-seek information (seek heads).
3384 2004-09-09  Scott Wheeler <wheeler@kde.org>
3386         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
3387         (gst_play_bin_set_property), (gst_play_bin_get_property),
3388         (gen_audio_element), (gen_audio_element):
3389           Add a volume element / property to the pipeline.
3391 2004-09-07  Wim Taymans  <wim@fluendo.com>
3393         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
3394         Copy timestamps from the master pad to the output buffers.
3396 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3398         * ext/raw1394/gstdv1394src.c:
3399           throw errors when applicable
3401 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
3403         * gst/matroska/ebml-ids.h:
3404         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
3405         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
3406         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
3407           automatically convert unix time <-> ebml time when reading/writing
3408           a date, use gst_ebml_write_uint to write CUETIME,
3409           not gst_ebml_write_date.
3410         * gst/matroska/matroska-ids.h:
3411         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3412         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
3413         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3414         (gst_matroska_mux_write_data):
3415           Write track and segment UIDs, write muxing date, write
3416           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
3417           Create cues for audio only files.
3419 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3421         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3422         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3423           Re-commit ALSA switches.
3424         * gst/adder/gstadder.c: (gst_adder_loop):
3425           64-bit fix (#151416).
3426         * gst/debug/progressreport.c: (gst_progressreport_report):
3427           64-bit fix (#151419).
3428         * gst/matroska/matroska-demux.c:
3429         (gst_matroska_demux_parse_contents):
3430           64-bit fix (#151420).
3431         * gst/playback/test3.c: (update_scale):
3432           64-bit fix (#151421).
3434 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3436         * configure.ac:
3437           bump nano to cvs
3439 === release 0.8.4 ===
3441 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3443         * configure.ac: releasing 0.8.4, "Alias"
3445 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3447         * ext/theora/Makefile.am:
3448           fix makefile.  Fixes #151462.
3450 2004-08-30  Wim Taymans  <wim@fluendo.com>
3452         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
3453         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3454         (gst_multifdsink_remove_client_link),
3455         (gst_multifdsink_client_queue_buffer),
3456         (gst_multifdsink_handle_client_write):
3457         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
3458         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
3459         Fix some memory leaks.
3461 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3463         Patch by: David Schleef
3465         * configure.ac:
3466         * sys/Makefile.am:
3467           rename our detection macro for V4L2.  Fixes #151236.
3469 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3471         Patch by: David Schleef
3473         * configure.ac:
3474           check to define LAMEPRESET.  Fixes #151232.
3476 2004-08-27  David Schleef  <ds@schleef.org>
3478         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
3479         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
3480         (gst_glimagesink_fixate):  Move local variable declarations to
3481         make gcc-2.95 happy.
3483 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3485         * configure.ac:
3486           bump nano for prerelease
3488 2004-08-27  David Schleef  <ds@schleef.org>
3490         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
3491         * sys/sunaudio/gstsunaudiosrc.c: 
3492         * sys/sunaudio/gstsunaudiosrc.h:
3494 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
3496         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
3497         handle EOS correctly
3498         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
3499         * gst/matroska/matroska-mux.h:
3500         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
3501         VFW compatibility mode
3503 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3505         patch by: Zaheer Abbas Merali
3507         * ext/ogg/gstoggmux.c:
3508         * ext/vorbis/vorbisenc.c:
3509         * ext/vorbis/vorbisenc.h:
3510           handle NEWMEDIA
3512 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
3514         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
3515         fix byte order reversion on little endian machines.
3516         * gst/matroska/matroska-mux.c: (audiosink_templ),
3517         (gst_matroska_mux_audio_pad_link):
3518         add TTA codec to the list of supported codecs.
3519         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
3520         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3521         (gst_matroska_mux_write_data):
3522         * gst/matroska/matroska-mux.h:
3523         write segment duration correctly, write muxing app string, fixes bugs
3524         #140897 and #140898.
3525         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
3526         wait for all pads to be negotiated before starting to mux.
3528 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3530         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
3531         * ext/lame/gstlame.h:
3532         Added new media support to lame
3534 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
3536         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
3537         send vorbis headers at the beginning of a stream, fixes bug #141554.
3538         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
3539         bug #148950.
3540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
3541         (gst_matroska_demux_plugin_init):
3542         * gst/matroska/matroska-ids.h:
3543         enable demuxing of TTA audio streams, fixes bug #148951.
3544         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
3545         enable typefinding for TTA audio files, fixes bug #148711.
3546         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
3547         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
3548         fixes playback of packed bitstream and xvid with bframes, bug #135407.
3550 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
3551  
3552         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3553         (gst_riff_read_element_data), (gst_riff_read_seek),
3554         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
3555         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
3556         <teuf@gnome.org>
3558 2004-08-23 Iain <iaingnome@gmail.com>
3560         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
3561         tags. They appear to be handled differently to normal.
3562         (tag_list_to_id3_tag_foreach): Ditto.
3564 2004-08-22  Wim Taymans  <wim@fluendo.com>
3566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3567         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3568         Make sure we never send -1 granulepos.
3570 2004-08-20  Wim Taymans  <wim@fluendo.com>
3572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3573         (gst_ogg_mux_loop):
3574         I will accept bitchslappings with non sharp objects.
3576 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3578         * configure.ac:
3579         Clean up the test for lame presets
3581 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3583         * configure.ac:
3584         * ext/lame/Makefile.am:
3585         * ext/lame/gstlame.c: (gst_lame_class_init),
3586         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
3587         Only enable lame presets if version of lame has presets in API
3589 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
3590         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
3591         * gst/udp/gstudpsrc.h:
3592           Don't call gst_pad_push in a get function. Fixes #150449
3594 2004-08-18  Wim Taymans  <wim@fluendo.com>
3596         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
3597         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
3598         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
3599         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3600         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3601         (gst_fdset_wait):
3602         * gst/tcp/gstfdset.h:
3603         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3604         (gst_multifdsink_client_queue_buffer),
3605         (gst_multifdsink_handle_client_write):
3606         * gst/tcp/gstmultifdsink.h:
3607         Some extra checks in gstfdset.
3608         Only use send() when the fd is a socket. Don't try to
3609         read from write only fds.
3611 2004-08-18  Wim Taymans  <wim@fluendo.com>
3613         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
3614         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
3615         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3616         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3617         (gst_fdset_wait):
3618         Add more locking and bounds checking.
3620 2004-08-18  Wim Taymans  <wim@fluendo.com>
3622         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
3623         Realloc test fdset in the lock and right before starting
3624         the poll call. Bump the limit to 4096.
3626 2004-08-17  David Schleef  <ds@schleef.org>
3628         * sys/sunaudio/Makefile.am:
3629         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
3630         of rates and channels.  Make debugging less obnoxious.
3632         Patch from Balamurali Viswanathan implementing a mixer for
3633         Sun audio.  (bug #144091):
3634         * sys/sunaudio/gstsunelement.c:
3635         * sys/sunaudio/gstsunelement.h:
3636         * sys/sunaudio/gstsunmixer.c:
3637         * sys/sunaudio/gstsunmixer.h:
3639 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3641         * gst/audioscale/gstaudioscale.c:
3642         * gst/audioscale/gstaudioscale.h:
3643         made audioscale resample from any sample rate to any sample rate
3645 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3647         * ext/libpng/gstpngdec.c:
3648           error out on unsupported types
3650 2004-08-17  Iain <iaingnome@gmail.com>
3652         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
3653         mid_side and loose_mid_side properties if its a stereo stream.
3655 2004-08-17  Wim Taymans  <wim@fluendo.com>
3657         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3658         (theora_get_formats), (theora_dec_src_convert),
3659         (theora_dec_sink_convert), (theora_dec_src_query),
3660         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3661         Add a debug line.
3663 2004-08-17  Wim Taymans  <wim@fluendo.com>
3665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
3666         (gst_ogg_pad_push):
3667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3668         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
3669         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
3670         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3671         Mark delta units in the muxer.
3672         Try to decode the packet after an out-of-sync error from
3673         libogg.
3675 2004-08-17  Wim Taymans  <wim@fluendo.com>
3677         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3678         (gst_multifdsink_init), (gst_multifdsink_add),
3679         (gst_multifdsink_client_queue_buffer),
3680         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
3681         * gst/tcp/gstmultifdsink.h:
3682         Added option to send a keyframe to clients as the first buffer.
3683         Make timeout property writable.
3685 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3687         patch by: Wim Taymans
3689         * gst/tcp/gstfdset.c:
3690         * gst/tcp/gstmultifdsink.c:
3691           fix index comparison, should include 0
3693 2004-08-16  Wim Taymans  <wim@fluendo.com>
3695         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
3696         (gst_fdset_add_fd), (gst_fdset_remove_fd),
3697         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3698         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3699         (gst_fdset_wait):
3700           copy when reallocing for poll so the select arguments don't get
3701           changed during the call
3703 2004-08-16  Wim Taymans  <wim@fluendo.com>
3705         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
3706         (gst_theora_enc_class_init), (theora_enc_sink_link),
3707         (theora_buffer_from_packet), (theora_enc_chain):
3708         Fix bug where buffers were not marked as keyframes
3709         correctly.
3711 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3713         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
3714         (gst_lame_preset_get_type), (gst_lame_class_init):
3715         describe the enum values for vbr mode and presets more verbosely
3717 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3719         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
3720         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
3721         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
3722         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
3723         * ext/lame/gstlame.h:
3724         add preset property to lame so it can use lame presets
3726 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3728         * ext/lame/gstlame.c: (gst_lame_get_property):
3729         whoops forgot break, thanks teuf
3731 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3733         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
3734         (gst_lame_class_init), (gst_lame_src_getcaps),
3735         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
3736         (gst_lame_get_property), (gst_lame_setup):
3737         * ext/lame/gstlame.h:
3738         fix lame's broken vbr stuff, allow it to resample if need be, and also 
3739         make xing header optional
3741 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3743         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
3744         added getcaps function so samplerate doesnt get fixated to silly values
3746 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3748         * ext/lame/gstlame.c: (gst_lame_src_link):
3749         revert previous fix
3751 2004-08-12  Johan Dahlin  <johan@gnome.org>
3753         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
3754         checks. Doesn't matter what state we are in. Interfaces are a
3755         compile time thing, not runtime. It also broke the python bindings.
3757 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3759         * ext/lame/gstlame.c: (gst_lame_src_link):
3760         made source pad link function check if sinkpad is ok..fixes the problem
3761         where core fixates the output rate of lame stupidly
3763 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
3766         * sys/v4l/v4l_calls.c:
3767         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
3768           fix fixate function to handle nonsimple caps.
3769           remove bogus check in _link
3770           cleanups
3772 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3774         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
3775         set default compression ratio parameter to 0.0 so bitrate parameter
3776         works :)
3778 2004-08-11  David Schleef  <ds@schleef.org>
3780         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
3782 2004-08-11  David Schleef  <ds@schleef.org>
3784         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
3785         before.
3787 2004-08-11  David Schleef  <ds@schleef.org>
3789         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
3791 2004-08-11  David Schleef  <ds@schleef.org>
3793         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
3794           license field
3795         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
3796         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
3797           LGPL.
3798         * gst/auparse/gstauparse.c: Fix plugin license field.
3799         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
3800         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
3801         * gst/rtp/gstrtp.c: Fix plugin license field.
3803 2004-08-11  Wim Taymans  <wim@fluendo.com>
3805         * gst/tcp/Makefile.am:
3806         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
3807         (ensure_size), (gst_fdset_new), (gst_fdset_free),
3808         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
3809         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
3810         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
3811         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
3812         (gst_fdset_fd_can_write), (gst_fdset_wait):
3813         * gst/tcp/gstfdset.h:
3814         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
3815         (gst_multifdsink_class_init), (gst_multifdsink_init),
3816         (gst_multifdsink_add), (gst_multifdsink_remove),
3817         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3818         (gst_multifdsink_remove_client_link),
3819         (gst_multifdsink_handle_client_read),
3820         (gst_multifdsink_client_queue_data),
3821         (gst_multifdsink_client_queue_caps),
3822         (gst_multifdsink_client_queue_buffer),
3823         (gst_multifdsink_handle_client_write),
3824         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3825         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
3826         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
3827         (gst_multifdsink_close):
3828         * gst/tcp/gstmultifdsink.h:
3829         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3830         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
3831         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
3832         (gst_tcpserversink_close):
3833         * gst/tcp/gsttcpserversink.h:
3834         Abstracted away the select call, implemented poll (yes we ran into
3835         the 1024 limit in production).
3837 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3839         * gst/tcp/gsttcp.c:
3840         * gst/tcp/gsttcpplugin.c:
3841           improve debuggging, remove assert
3843 2004-08-10  Wim Taymans  <wim@fluendo.com>
3845         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
3846         (gst_client_status_get_type), (gst_multifdsink_class_init),
3847         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3848         (gst_multifdsink_handle_client_read),
3849         (gst_multifdsink_handle_client_write),
3850         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3851         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
3852         (gst_multifdsink_get_property):
3853         * gst/tcp/gstmultifdsink.h:
3854         * gst/tcp/gsttcp-marshal.list:
3855         Starting to prepare for specifying buffer time in other units
3856         than buffers. Expose remove reason in signal.
3858 2004-08-10  Wim Taymans  <wim@fluendo.com>
3860         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3861         (gst_multifdsink_remove), (gst_multifdsink_clear),
3862         (gst_multifdsink_remove_client_link),
3863         (gst_multifdsink_handle_client_read),
3864         (gst_multifdsink_client_queue_data),
3865         (gst_multifdsink_client_queue_buffer),
3866         (gst_multifdsink_handle_client_write),
3867         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3868         (gst_multifdsink_chain), (gst_multifdsink_close):
3869         * gst/tcp/gstmultifdsink.h:
3870         Added more debugging info. Changed the way clients are 
3871         removed from the lists. Fixed a bug where a bad file descriptor
3872         could cause many clients to be removed.
3874 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3876         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
3877           allow all pixel-aspect-ratios, not just 1:1
3879 2004-08-09  David Schleef  <ds@schleef.org>
3881         * sys/glsink/ARB_multitexture.h:  Remove old files.
3882         * sys/glsink/EXT_paletted_texture.h:
3883         * sys/glsink/NV_register_combiners.h:
3884         * sys/glsink/gstgl_nvimage.c:
3885         * sys/glsink/gstgl_pdrimage.c:
3886         * sys/glsink/gstgl_rgbimage.c:
3887         * sys/glsink/gstglsink.c:
3888         * sys/glsink/gstglsink.h:
3889         * sys/glsink/gstglxwindow.c:
3890         * sys/glsink/regcomb_yuvrgb.c:
3892 2004-08-09  David Schleef  <ds@schleef.org>
3894         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
3895         GL sink plugin.  (Bug #147302)
3897         * configure.ac: Test for OpenGL
3898         * sys/Makefile.am: Use test for OpenGL
3899         * sys/glsink/Makefile.am:
3900         * sys/glsink/glimagesink.c: rewrite
3901         * sys/glsink/glimagesink.h: rewrite
3903 2004-08-09  David Schleef  <ds@schleef.org>
3905         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
3906         sane framerates.
3907         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
3908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
3909         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
3911 2004-08-09  Wim Taymans  <wim@fluendo.com>
3913         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3914         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3915         (gst_multifdsink_client_remove),
3916         (gst_multifdsink_handle_client_read),
3917         (gst_multifdsink_handle_client_write),
3918         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3919         Do a bit more logging, make the client_read code more robust.
3921 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3923         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
3924         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
3925         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
3926         (gst_jpegdec_init), (gst_jpegdec_chain):
3927         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
3928         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
3929           cleanups, debugging fixes and memleak plugging
3931 2004-08-09  Wim Taymans  <wim@fluendo.com>
3933         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3934         (theora_get_formats), (theora_dec_src_convert),
3935         (theora_dec_sink_convert), (theora_dec_src_query),
3936         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
3937         (theora_dec_change_state):
3938         Don't crash on missing header packets.
3940 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3942         * po/LINGUAS:
3943         * po/sq.po:
3944           Added Albanian translation (Laurent Dhima)
3945         * po/cs.po:
3946           updated
3948 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3950         * ext/lame/gstlame.c:
3951           fix/add debugging
3953 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3955         * sys/ximage/ximagesink.c:
3956         * sys/xvimage/xvimagesink.c:
3957           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
3959 2004-08-06  Wim Taymans  <wim@fluendo.com>
3961         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3962         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3963         (gst_multifdsink_client_remove),
3964         (gst_multifdsink_handle_client_read),
3965         (gst_multifdsink_handle_client_write),
3966         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3967         Make sure we don't try to read more from a client that what 
3968         ioctl says us or we deadlock.
3970 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3972         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
3973         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
3974         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
3975           decouple running_time and n_frames so it can handle changing
3976           framerate while running
3978 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3980         * po/nl.po:
3981         * po/sv.po:
3982           updated translations
3984 2004-08-04  Benjamin Otte  <otte@gnome.org>
3986         * gst/videotestsrc/gstvideotestsrc.c:
3987         (gst_videotestsrc_get_capslist), (generate_capslist),
3988         (plugin_init):
3989           generate the list of supported caps at startup and reuse it instead
3990           of always generating it
3992 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3994         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
3995           whoops, last checkin broke normal build
3997 2004-08-03  Benjamin Otte  <otte@gnome.org>
3999         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4000         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
4001         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
4002         (gst_alsa_mixer_get_option):
4003         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
4004         (dvdnavsrc_print_event):
4005         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
4006         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
4007         (gst_ogg_mux_pad_unlink):
4008         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
4009         (gst_multipart_mux_pad_unlink):
4010         * gst/videofilter/gstvideobalance.c:
4011         (gst_videobalance_colorbalance_set_value):
4012         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
4013         (gst_videomixer_pad_unlink):
4014         * po/uk.po:
4015         * sys/oss/gstossmixer.c:
4016         * sys/v4l/gstv4lcolorbalance.c:
4017         * sys/v4l/gstv4ltuner.c:
4018         * sys/v4l/v4lsrc_calls.c:
4019         * sys/v4l2/gstv4l2colorbalance.c:
4020         * sys/v4l2/gstv4l2tuner.c:
4021           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
4023 2004-08-03  Benjamin Otte  <otte@gnome.org>
4025         * examples/dynparams/filter.c: (ui_control_create):
4026         * examples/gstplay/player.c: (print_tag):
4027         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
4028         * ext/gdk_pixbuf/gstgdkanimation.c:
4029         (gst_gdk_animation_iter_may_advance):
4030         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
4031         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
4032         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
4033         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
4034         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
4035         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
4036         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
4037         * gst/sine/demo-dparams.c: (main):
4038         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4039         * testsuite/alsa/formats.c: (create_pipeline):
4040         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
4041           fixes for G_DISABLE_ASSERT and friends
4042         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
4043         (mp3_type_frame_length_from_header), (mp3_type_find),
4044         (plugin_init):
4045           require mp3 typefinding to have at least MIN_HEADERS valid headers
4046           add typefinding for AAC adts files
4048 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
4050         * sys/ximage/ximagesink.c:
4051         (gst_ximagesink_calculate_pixel_aspect_ratio):
4052         * sys/xvimage/xvimagesink.c:
4053         (gst_xvimagesink_calculate_pixel_aspect_ratio):
4054         Make sure we calculate pixel-aspect-ratio using floating point maths
4056 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4058         * po/uk.po:
4059           updated translation
4061 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4063         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
4065           add debugging for display PAR calculation
4067 2004-08-02  David Schleef  <ds@schleef.org>
4069         * configure.ac: Fix mikmod CFLAGS.
4071 2004-07-27  Benjamin Otte  <otte@gnome.org>
4073         * gst/audioscale/gstaudioscale.c:
4074         - fix templates to only support S16, it's the only format that works
4075         - make caps nego code use try_set_caps_nonfixed and fixation instead
4076         of try_set_caps twice, which is not nice for autopluggers
4077         - change rank to secondary, so autopluggers can pick it up after
4078         audioconvert
4080 2004-08-02  Iain <iain@prettypeople.org>
4082         * gst/interleave/interleave.c (interleave_init),
4083         (interleave_request_new_pad),
4084         (interleave_pad_removed),
4085         (interleave_buffered_loop): Use the real pad count, not the artificial
4086         one.
4088 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4090         * configure.ac: bump nano back to development
4092 === release 0.8.3 ===
4094 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4096         * configure.ac: releasing 0.8.3, "Water"
4098 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4100         * sys/xvimage/xvimagesink.c:
4101         (gst_xvimagesink_calculate_pixel_aspect_ratio),
4102         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
4103         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
4104         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4105         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4106         * sys/xvimage/xvimagesink.h:
4107           apply similar PAR fixes as to ximagesink
4109 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4111         patch from: Benjamin Otte
4113         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
4114           add link function to lame.  Fixes #148986.
4116 2004-08-02  Johan Dahlin  <johan@gnome.org>
4118         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
4119         fix debugging log
4121 2004-07-30  David Schleef  <ds@schleef.org>
4123         * gst/videomixer/Makefile.am: Fix things that should have been
4124         fixed in the last checkin.
4126 2004-07-30  David Schleef  <ds@schleef.org>
4128         * gst/multipart/Makefile.am: Fix things that should have been
4129         fixed in the last checkin.
4131 2004-07-30  David Schleef  <ds@schleef.org>
4133         * testsuite/multifilesink/Makefile.am: Fix unused variable.
4135 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4137         * configure.ac:
4138           bump nano for prerelease
4139         * po/af.po:
4140         * po/az.po:
4141         * po/cs.po:
4142         * po/en_GB.po:
4143         * po/hu.po:
4144         * po/nl.po:
4145         * po/sr.po:
4146         * po/sv.po:
4147         * po/uk.po:
4148           updates
4150 2004-07-30  Wim Taymans  <wim@fluendo.com>
4152         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4153         (gst_multifdsink_add), (gst_multifdsink_remove),
4154         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
4155         (gst_multifdsink_client_remove),
4156         (gst_multifdsink_handle_client_write),
4157         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
4158         * gst/tcp/gstmultifdsink.h:
4159         Recover from a select with a bad file descriptor by removing
4160         the client.
4162 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4164         * configure.ac:
4165           fix requirement of core
4166         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
4167         (gst_play_pipeline_setup):
4168           don't use colorspace element.  do use hermescolorspace element.
4169           make macro to get a colorspace element.
4170           mark strings for translation.
4171         * po/POTFILES.in:
4172           add play.c
4173         * po/af.po:
4174         * po/az.po:
4175         * po/cs.po:
4176         * po/en_GB.po:
4177         * po/hu.po:
4178         * po/nl.po:
4179         * po/sr.po:
4180         * po/sv.po:
4181         * po/uk.po:
4182           update translations
4184 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4186         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
4187         fix default for newmedia flag
4189 2004-07-30  Wim Taymans  <wim@fluendo.com>
4191         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4192         (gst_theora_dec_init), (theora_get_formats),
4193         (theora_dec_src_convert), (theora_dec_sink_convert),
4194         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4195         (theora_dec_chain), (theora_dec_set_property),
4196         (theora_dec_get_property):
4197         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
4198         (gst_theora_enc_class_init), (gst_theora_enc_init),
4199         (theora_enc_sink_link), (theora_enc_chain),
4200         (theora_enc_set_property), (theora_enc_get_property):
4201         Added cropping option to theora decoder.
4202         Added border option to theora encoder.
4204 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4206         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4207         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4208         (gst_pngenc_set_property):
4209         * ext/libpng/gstpngenc.h:
4210         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
4212 2004-07-30  Wim Taymans  <wim@fluendo.com>
4214         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4215         (theora_enc_sink_link), (theora_enc_chain),
4216         (theora_enc_set_property), (theora_enc_get_property):
4217         Fix encoding of non-multiple-of-16 video.
4219 2004-07-29  David Schleef  <ds@schleef.org>
4221         * configure.ac: make test for audiofile more strict
4223 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4226           give different names to typefind functions
4228 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4230         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4231         (gst_ximagesink_calculate_pixel_aspect_ratio),
4232         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
4233         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
4234         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
4235         (gst_ximagesink_get_property), (gst_ximagesink_init):
4236         * sys/ximage/ximagesink.h:
4237           allocate PAR's dynamically.
4238           use autodetected PAR if no object-set PAR is given.
4239           add workaround for directfb's X not setting physical size.
4240           fix to xvimagesink will follow tomorrow.
4242 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4244         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
4245         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
4246         (gst_shout2send_get_type), (gst_shout2send_set_clock),
4247         (gst_shout2send_class_init), (gst_shout2send_init),
4248         (set_shout_metadata), (gst_shout2send_set_metadata),
4249         (gst_shout2send_chain), (gst_shout2send_set_property),
4250         (gst_shout2send_get_property), (gst_shout2send_connect),
4251         (gst_shout2send_change_state):
4252         * ext/shout2/gstshout2.h:
4253         - fix for sending mp3 audio to icecast2 server, if pad link function not
4254         called before PAUSED state
4255         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
4256         - added tagging support for mp3 audio broadcasted
4257         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
4258         debug info
4260 2004-07-28  Wim Taymans  <wim@fluendo.com>
4262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4263         (gst_ogg_demux_push):
4264         Return query failure when we don't know the length of
4265         an ogg stream insteda of returning TRUE with a bogus value.
4267 2004-07-28  Wim Taymans  <wim@fluendo.com>
4269         * ext/theora/theoradec.c: (theora_get_formats),
4270         (theora_dec_src_convert), (theora_dec_sink_convert),
4271         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4272         (theora_dec_chain):
4273         Don't screw up the 1 Chroma for 1 luma sample situation when we
4274         have an odd offset/width by adding a black border in those cases.
4276 2004-07-28  Wim Taymans  <wim@fluendo.com>
4278         * ext/theora/theoradec.c: (theora_get_formats),
4279         (theora_dec_src_convert), (theora_dec_sink_convert),
4280         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4281         (theora_dec_chain):
4282         * ext/theora/theoraenc.c: (theora_enc_sink_link):
4283         Added first attempt at cropping of the image as required by the 
4284         theora spec. We need more properties in the caps (offset_x,
4285         offset_y,stride) to implement this correctly.
4287 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4289         * ext/dvdnav/README:
4290           Update the README to use dvddemux
4291         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
4292           Ensure getcaps returns a subset of the template caps
4293         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
4294         (gst_mpeg2subt_init):
4295           Ensure getcaps returns a subset of the template caps
4296         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
4297         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
4298         (gst_dvd_demux_get_subpicture_stream),
4299         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
4300         * gst/mpegstream/gstdvddemux.h:
4301           Set the explicit caps on the current_video pad before pushing
4302           anything
4303         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
4304         (gst_mpeg_demux_get_audio_stream):
4305           Free caps used to gst_pad_set_explicit_caps, which takes a const
4306           GstCaps *
4308 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4310         * configure.ac: update GStreamer requirement to 0.8.4 because of
4311           GstFraction.
4313 2004-07-28  Wim Taymans  <wim@fluendo.com>
4315         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
4316         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
4317         Add the pad to the element after setting up the caps. This
4318         makes it a lot easier to autoplug.
4320 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4322         * gst/median/gstmedian.c:
4323         * gst/mpeg2subt/gstmpeg2subt.c:
4324         * gst/mpegaudioparse/gstmpegaudioparse.c:
4325         * gst/mpegstream/gstdvddemux.c:
4326         * gst/mpegstream/gstmpegdemux.c:
4327         * gst/mpegstream/gstmpegpacketize.c:
4328         * gst/rtjpeg/gstrtjpeg.c:
4329         * gst/rtjpeg/gstrtjpegdec.c:
4330         * gst/rtjpeg/gstrtjpegenc.c:
4331         * gst/sine/gstsinesrc.c:
4332         * gst/smooth/gstsmooth.c:
4333         * gst/smpte/gstsmpte.c:
4334         * gst/smpte/gstsmpte.h:
4335         * gst/stereo/gststereo.c:
4336         * gst/videofilter/gstgamma.c:
4337         * gst/videofilter/gstvideobalance.c:
4338         * gst/videofilter/gstvideofilter.c:
4339         * gst/videofilter/gstvideoflip.c:
4340         * gst/videoscale/gstvideoscale.c:
4341         * gst/videoscale/videoscale.c:
4342         * gst/videotestsrc/gstvideotestsrc.c:
4343         * gst/videotestsrc/videotestsrc.c:
4344         * gst/wavenc/gstwavenc.c:
4345         * gst/wavparse/gstwavparse.c:
4346           fix local includes and 64 bits constants
4348 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4350         * win32/gst.sln:
4351         * gst-libs/gst/*/*.vcproj:
4352         * gst/*/*.vcproj:
4353           more working plugins
4355 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4357         * testsuite/alsa/Makefile.am:
4358         * testsuite/alsa/srcstate.c:
4359         add test for alsasrc changing state
4361 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4363         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
4364         (gst_silence_get):
4365         * gst/silence/gstsilence.h:
4366         fix silence generation for 16bit raw audio
4368 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4370         * gst/matroska/matroska-demux.c:
4371         (gst_matroska_demux_parse_metadata),
4372         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
4373         * gst/mpegaudio/common.c:
4374         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4375         (gst_videoscale_getcaps), (gst_videoscale_link),
4376         (gst_videoscale_src_fixate), (gst_videoscale_init),
4377         (gst_videoscale_finalize):
4378         * gst/videoscale/gstvideoscale.h:
4379         * gst/videotestsrc/gstvideotestsrc.c:
4380         (gst_videotestsrc_get_capslist):
4381         * gst/wavenc/gstwavenc.c:
4382         * sys/oss/gstossmixer.c: (fill_labels):
4383         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4384         (gst_ximagesink_handle_xevents),
4385         (gst_ximagesink_calculate_pixel_aspect_ratio),
4386         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
4387         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
4388         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
4389         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4390         (gst_ximagesink_init), (gst_ximagesink_class_init):
4391         * sys/ximage/ximagesink.h:
4392         * sys/xvimage/xvimagesink.c:
4393         (gst_xvimagesink_calculate_pixel_aspect_ratio),
4394         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
4395         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
4396         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4397         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4398         * sys/xvimage/xvimagesink.h:
4399           first batch of pixel aspect ratio commits.
4401 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4403         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4404         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
4405         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
4406           handle stride, needs work if we want to move stride handling
4407           upstream, but works correctly for our purposes.
4409 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4411         * gst/videoscale/README:
4412           add testing examples
4413         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
4414         (gst_videoscale_chain):
4415         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4416         (gst_videoscale_get_size):
4417           add get_size function that handles stride like videotestsrc.
4418           fixes conversion for YUV formats for as much as I can test them.
4420 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4422         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4423         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
4424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4425         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
4426         (gst_xvimagesink_xvimage_put):
4427           further cleanups, logging, error handling and synchronizing
4429 2004-07-27  Wim Taymans  <wim@fluendo.com>
4431         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4432         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4433         (gst_videomixer_pad_set_property),
4434         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4435         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4436         (gst_videomixer_class_init), (gst_videomixer_init),
4437         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
4438         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
4439         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
4440         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
4441         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
4442         (gst_videomixer_loop), (plugin_init):
4443         Be a nicer negotiation citizen and provide a getcaps function on
4444         the srcpad. This also fixes a crash when resizing.
4446 2004-07-27  Julien MOUTTE  <julien@moutte.net>
4448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4449         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
4451 2004-07-27  Wim Taymans  <wim@fluendo.com>
4453         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
4454         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4455         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4456         (gst_pngenc_set_property):
4457         * ext/libpng/gstpngenc.h:
4458         Added snapshot property to pngenc.
4459         removed g_print from pngdec
4461 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4463         * gst/ac3parse/ac3parse.vcproj
4464         * gst/adder/adder.vcproj
4465         * gst/alpha/alpha.vcproj
4466         * gst/alpha/alphacolor.vcproj
4467         * gst/asfdemux/asf.vcproj
4468         * gst/audioconvert/audioconvert.vcproj
4469         * gst/audiorate/audiorate.vcproj
4470         * gst/audioscale/audioscale.vcproj
4471         * gst/auparse/auparse.vcproj
4472         * gst/avi/avi.vcproj
4473         * gst/cdxaparse/cdxaparse.vcproj
4474         * gst/chart/chart.vcproj
4475         * gst/colorspace/colorspace.vcproj
4476         * gst/cutter/cutter.vcproj
4477         * gst/debug/debug.vcproj
4478         * gst/debug/efence.vcproj
4479         * gst/debug/navigationtest.vcproj
4480         * gst/deinterlace/deinterlace.vcproj
4481         * gst/effectv/effectv.vcproj
4482         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
4483         * gst/filter/filter.vcproj
4484         * gst/flx/flxdec.vcproj
4485         * gst/goom/goom.vcproj
4486         * gst/interleave/interleave.vcproj
4487         * gst/law/alaw.vcproj
4488         * gst/law/mulaw.vcproj
4489         * gst/matroska/matroska.vcproj
4490         * gst/median/median.vcproj
4491         * gst/mixmatrix/mixmatrix.vcproj
4492         * gst/mpeg1sys/mpeg1systemencode.vcproj
4493         * gst/mpeg1videoparse/mp1videoparse.vcproj
4494         * gst/mpeg2sub/mpeg2subt.vcproj
4495         * gst/mpegaudio/mpegaudio.vcproj
4496         * gst/mpegaudioparse/mpegaudioparse.vcproj
4497         * gst/mpegstream/mpegstream.vcproj
4498         * gst/multifilesink/multifilesink.vcproj
4499         * gst/multipart/multipart.vcproj
4500         * gst/oneton/oneton.vcproj
4501         * gst/overlay/overlay.vcproj
4502         * gst/passthrough/passthrough.vcproj
4503         * gst/qtdemux/qtdemux.vcproj
4504         * gst/realmedia/rmdemux.vcproj
4505         * gst/rtjpeg/rtjpeg.vcproj
4506         * gst/rtp/rtp.vcproj
4507         * gst/silence/silence.vcproj
4508         * gst/sine/sinesrc.vcproj
4509         * gst/smooth/smooth.vcproj
4510         * gst/smpte/smpte.vcproj
4511         * gst/spectrum/spectrum.vcproj
4512         * gst/speed/speed.vcproj
4513         * gst/stereo/stereo.vcproj
4514         * gst/switch/switch.vcproj
4515         * gst/tags/tagedit.vcproj
4516         * gst/tcp/tcp.vcproj
4517         * gst/typefind/typefindfunctions.vcproj
4518         * gst/udp/udp.vcproj
4519         * gst/videobox/videobox.vcproj
4520         * gst/videocrop/videocrop.vcproj
4521         * gst/videodrop/videodrop.vcproj
4522         * gst/videofilter/gamma.vcproj
4523         * gst/videofilter/videobalance.vcproj
4524         * gst/videofilter/videofilter.vcproj
4525         * gst/videofilter/videoflip.vcproj
4526         * gst/videoflip/videoflip.vcproj
4527         * gst/videomixer/videomixer.vcproj
4528         * gst/videorate/videorate.vcproj
4529         * gst/videoscale/videoscale.vcproj
4530         * gst/videotestsrc/videotestsrc.vcproj
4531         * gst/virtualdub/virtualdub.vcproj
4532         * gst/volenv/volenv.vcproj
4533         * gst/volume/volume.vcproj
4534         * gst/wavenc/wavenc.vcproj
4535         * gst/wavparse/wavparse.vcproj
4536         * gst/y4m/y4menc.vcproj
4537         * gst-libs/gst/audio/audio.vcproj
4538         * gst-libs/gst/audio/audiofilter.vcproj
4539         * gst-libs/gst/colorbalance/colorbalance.vcproj
4540         * gst-libs/gst/idct/idtc.vcproj
4541         * gst-libs/gst/media-info/media-info.vcproj
4542         * gst-libs/gst/mixer/mixer.vcproj
4543         * gst-libs/gst/navigation/navigation.vcproj
4544         * gst-libs/gst/play/play.vcproj
4545         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
4546         * gst-libs/gst/resample/resample.vcproj
4547         * gst-libs/gst/riff/riff.vcproj
4548         * gst-libs/gst/tuner/tuner.vcproj
4549         * gst-libs/gst/video/video.vcproj
4550         * gst-libs/gst/xoverlay/xoverlay.vcproj
4551           avoid problems with math.h, fix release dependancy
4552           rename GStreamer-0.8.lib to libgstreamer.lib
4554 2004-07-27  Julien MOUTTE  <julien@moutte.net>
4556         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
4557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
4558         the atom is not available we have to unlock the mutex. Fixes #148023
4560 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4562         * gst-libs/gst/media-info/media-info.h:
4563           issue for a vararg macro with MSVC
4565 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4567         * gst/effectv/effectv.vcproj
4568         * gst-libs/gst/idct/idct.vcproj:
4569         * gst-libs/gst/media-info/media-info.vcproj:
4570         * gst-libs/gst/navigation/navigation.vcproj:
4571         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
4572         * gst-libs/gst/video/video.vcproj:
4573         * gst-libs/gst/xoverlay/xoverlay.vcproj:
4574           fixes for build problems
4576 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4578         * gst-libs/gst/audio/audio.def:
4579         * gst-libs/gst/audio/riff.def:
4580           add some definitions needed by plugins
4582 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4584         * gst/asfdemux/gstasfmux.c
4585           Fix some 64 bits constants to be glib friendly
4587 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4589         * gst/ac3parse/gstac3parse.c
4590         * gst/audioscale/gstaudioscale.c
4591         * gst/auparse/gstauparse.c
4592         * gst/colorspace/gstcolorspace.c
4593         * gst/colorspace/yuv2rgb.h
4594           local include fixes
4596 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4598         * win32/gst.sln
4599           add more plugins to the build
4601 2004-07-26  Julien MOUTTE  <julien@moutte.net>
4603         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4604         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
4606 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4608         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
4609         (gst_level_set_property), (gst_level_get_property),
4610         (gst_level_base_init), (gst_level_class_init):
4611           add debugging categories.  cleanups.
4613 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4615         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4616         (gst_videoscale_planar411), (gst_videoscale_planar400),
4617         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
4618         (gst_videoscale_scale_nearest_str1),
4619         (gst_videoscale_scale_nearest_str2),
4620         (gst_videoscale_scale_nearest_str4),
4621         (gst_videoscale_scale_nearest_16bit),
4622         (gst_videoscale_scale_nearest_24bit):
4623           fixed stride issues
4624           tested with 320x240 -> 321, 322, 324 x240
4625           tested with YV12, I420, YUY2, UYVY
4626           fixed packed422rev (don't think it could have worked before)
4627           by testing with UYVY
4629 2004-07-26  Benjamin Otte  <otte@gnome.org>
4631         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
4632         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
4633         (plugin_init):
4634           add debugging category, add error checks like checking return values
4635           of setup calls, make sure it still works after
4636           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
4638 2004-07-26  Wim Taymans  <wim@fluendo.com>
4640         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
4641         (gst_mpeg_demux_get_audio_stream),
4642         (gst_mpeg_demux_process_private):
4643         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
4644         Check for error codes from the negotiation functions. Make sure
4645         we really set the pad caps when a new pad is created.
4647 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4649         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4650         (gst_ffmpeg_caps_to_pix_fmt):
4651         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4653         (gst_ffmpegcolorspace_pad_link):
4654           don't make function do two things at the same time without reason.
4656 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4658         * gst/ac3parse/ac3parse.vcproj
4659         * gst/adder/adder.vcproj
4660         * gst/alpha/alpha.vcproj
4661         * gst/alpha/alphacolor.vcproj
4662         * gst/asfdemux/asf.vcproj
4663         * gst/audioconvert/audioconvert.vcproj
4664         * gst/audiorate/audiorate.vcproj
4665         * gst/audioscale/audioscale.vcproj
4666         * gst/auparse/auparse.vcproj
4667         * gst/avi/avi.vcproj
4668         * gst/cdxaparse/cdxaparse.vcproj
4669         * gst/chart/chart.vcproj
4670         * gst/colorspace/colorspace.vcproj
4671         * gst/cutter/cutter.vcproj
4672         * gst/debug/debug.vcproj
4673         * gst/debug/efence.vcproj
4674         * gst/debug/navigationtest.vcproj
4675         * gst/deinterlace/deinterlace.vcproj
4676         * gst/effectv/effectv.vcproj
4677         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
4678         * gst/filter/filter.vcproj
4679         * gst/flx/flxdec.vcproj
4680         * gst/goom/goom.vcproj
4681         * gst/interleave/interleave.vcproj
4682         * gst/law/alaw.vcproj
4683         * gst/law/mulaw.vcproj
4684         * gst/matroska/matroska.vcproj
4685         * gst/median/median.vcproj
4686         * gst/mixmatrix/mixmatrix.vcproj
4687         * gst/mpeg1sys/mpeg1systemencode.vcproj
4688         * gst/mpeg1videoparse/mp1videoparse.vcproj
4689         * gst/mpeg2sub/mpeg2subt.vcproj
4690         * gst/mpegaudio/mpegaudio.vcproj
4691         * gst/mpegaudioparse/mpegaudioparse.vcproj
4692         * gst/mpegstream/mpegstream.vcproj
4693         * gst/multifilesink/multifilesink.vcproj
4694         * gst/multipart/multipart.vcproj
4695         * gst/oneton/oneton.vcproj
4696         * gst/overlay/overlay.vcproj
4697         * gst/passthrough/passthrough.vcproj
4698         * gst/qtdemux/qtdemux.vcproj
4699         * gst/realmedia/rmdemux.vcproj
4700         * gst/rtjpeg/rtjpeg.vcproj
4701         * gst/rtp/rtp.vcproj
4702         * gst/silence/silence.vcproj
4703         * gst/sine/sinesrc.vcproj
4704         * gst/smooth/smooth.vcproj
4705         * gst/smpte/smpte.vcproj
4706         * gst/spectrum/spectrum.vcproj
4707         * gst/speed/speed.vcproj
4708         * gst/stereo/stereo.vcproj
4709         * gst/switch/switch.vcproj
4710         * gst/tags/tagedit.vcproj
4711         * gst/tcp/tcp.vcproj
4712         * gst/typefind/typefindfunctions.vcproj
4713         * gst/udp/udp.vcproj
4714         * gst/videobox/videobox.vcproj
4715         * gst/videocrop/videocrop.vcproj
4716         * gst/videodrop/videodrop.vcproj
4717         * gst/videofilter/gamma.vcproj
4718         * gst/videofilter/videobalance.vcproj
4719         * gst/videofilter/videofilter.vcproj
4720         * gst/videofilter/videoflip.vcproj
4721         * gst/videoflip/videoflip.vcproj
4722         * gst/videomixer/videomixer.vcproj
4723         * gst/videorate/videorate.vcproj
4724         * gst/videoscale/videoscale.vcproj
4725         * gst/videotestsrc/videotestsrc.vcproj
4726         * gst/virtualdub/virtualdub.vcproj
4727         * gst/volenv/volenv.vcproj
4728         * gst/volume/volume.vcproj
4729         * gst/wavenc/wavenc.vcproj
4730         * gst/wavparse/wavparse.vcproj
4731         * gst/y4m/y4menc.vcproj
4732           more plugins supported under windows
4734 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4736         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4737         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
4738         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
4739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4740         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
4741           Add debugging statements.  Use the sizes as returned by the
4742           *CreateImage calls.
4744 2004-07-26  Johan Dahlin  <johan@gnome.org>
4746         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
4747         the pad is negotiated.
4749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
4751 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4753         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4754         * gst-libs/gst/idct/idct.vcproj:
4755         * gst-libs/gst/media-info/media-info.vcproj:
4756         * gst-libs/gst/mixer/mixer.vcproj:
4757         * gst-libs/gst/navigation/navigation.vcproj:
4758         * gst-libs/gst/play/play.vcproj:
4759         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
4760         * gst-libs/gst/resample/resample.vcproj:
4761         * gst-libs/gst/tuner/tuner.vcproj:
4762         * gst-libs/gst/video/video.vcproj:
4763         * gst-libs/gst/xoverlay/xoverlay.vcproj:
4764           more plugins supported under windows
4766 2004-07-25 Iain <iain@prettypeople.org>
4768         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
4769         pad now rather than when the pad is created because state changes wipe
4770         explicit caps (fixes #148043).
4772 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
4774         reviewed by Benjamin Otte  <otte@gnome.org>
4776         * ext/mad/gstmad.c:
4777           fix mad plugin crashing on Sun (fixes #148289)
4779 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4781         * gst/avi/avi.def:
4782         * gst/avi/avi.vcproj:
4783         * gst/matroska/matroska.def:
4784         * gst/matroska/matroska.vcproj:
4785           remove unused .def files
4787 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4789         * gst-libs/gst/audio/gstaudiofilter.c:
4790           Clean the local include
4792 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4794         * win32/gst.sln:
4795         * gst-libs/gst/audio/audio.def:
4796         * gst-libs/gst/audio/audio.vcproj:
4797         * gst-libs/gst/audio/audiofilter.vcproj:
4798         * gst-libs/gst/audio/riff.def:
4799         * gst-libs/gst/audio/riff.vcproj:
4800         * gst-libs/gst/gst-libs.def:
4801         * gst-libs/gst/gst-libs.vcproj:
4802         * gst/avi/avi.vcproj:
4803         * gst/avi/avi.vcproj:
4804           Copy the files where needed after building, cleaner projects
4806 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4808         * gst/matroska/ebml-write.c:
4809           Fix some 64 bits constants to be glib friendly
4811 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
4813         * win32/gst.sln:
4814         * gst-libs/gst/gst-libs.def:
4815         * gst-libs/gst/gst-libs.vcproj:
4816         * gst/matroska/matroska.def:
4817         * gst/matroska/matroska.vcproj:
4818           Add the preliminary canvas to build plugins on Win32
4820 2004-07-23  Benjamin Otte  <otte@gnome.org>
4822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4823           don't enfore negotiation from source side, it breaks 
4824           sinesrc ! audioconvert ! osssink
4826 2004-07-22  David Schleef  <ds@schleef.org>
4828         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
4829         for ELF files, since they can easily be recognized as audio/mpeg.
4830         (bug #147441)
4832 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4834         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4835         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
4836         (gst_videoscale_scale_nearest_24bit),
4837         (gst_videoscale_scale_nearest_16bit):
4838           fix 16bit and 24bit for stride (24bit might need testing)
4839           don't pretend we do more than one algorithm
4841 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4843         * configure.ac:
4844         * gst/Makefile.am:
4845         * gst/multifilesink/Makefile.am:
4846         * gst/multifilesink/gstmultifilesink.c:
4847         (gst_multifilesink_get_formats),
4848         (gst_multifilesink_get_query_types), (_do_init),
4849         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
4850         (gst_multifilesink_init), (gst_multifilesink_dispose),
4851         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
4852         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
4853         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
4854         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
4855         (gst_multifilesink_chain), (gst_multifilesink_change_state),
4856         (gst_multifilesink_uri_get_type),
4857         (gst_multifilesink_uri_get_protocols),
4858         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
4859         (gst_multifilesink_uri_handler_init), (plugin_init):
4860         * gst/multifilesink/gstmultifilesink.h:
4861         * testsuite/Makefile.am:
4862         * testsuite/multifilesink/Makefile.am:
4863         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
4864         (gst_newmedia_class_init), (gst_newmedia_init),
4865         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
4866         (newfile_signal), (test_signal), (main):
4867         multifilesink plugin for creating new files every time a new media
4868         discontinuity event occurs
4870 2004-07-22  Wim Taymans  <wim@fluendo.com>
4872         * gst/alpha/Makefile.am:
4873         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
4874         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
4875         (gst_alpha_color_init), (gst_alpha_color_set_property),
4876         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
4877         (transform), (gst_alpha_color_chain),
4878         (gst_alpha_color_change_state), (plugin_init):
4879         Stupid plugin to to RGBA to AYUV conversion because none of
4880         the colorspace plugins can handle that yet.
4882 2004-07-22  Wim Taymans  <wim@fluendo.com>
4884         * examples/seeking/seek.c: (update_scale), (main):
4885         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4886         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
4887         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4888         (gst_decode_bin_init), (gst_decode_bin_dispose),
4889         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4890         (no_more_pads), (close_link), (type_found),
4891         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4892         (plugin_init):
4893         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4894         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4895         (gst_play_base_bin_dispose), (queue_overrun),
4896         (gen_preroll_element), (remove_prerolls), (unknown_type),
4897         (no_more_pads), (new_stream), (setup_source),
4898         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4899         (play_base_eos), (gst_play_base_bin_change_state),
4900         (gst_play_base_bin_add_element),
4901         (gst_play_base_bin_remove_element),
4902         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4903         (gst_play_base_bin_unlink_stream),
4904         (gst_play_base_bin_get_streaminfo):
4905         * gst/playback/gstplaybin.c: (gen_video_element),
4906         (gen_audio_element):
4907         * gst/playback/gststreaminfo.h:
4908         More playback updates, attempt to fix things after the state change
4909         breakage.
4911 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4913         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
4914         (gst_videoscale_scale_nearest_16bit):
4915           comment algorithm
4917 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4919         * gst/videotestsrc/gstvideotestsrc.c:
4920         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
4921         (gst_videotestsrc_init), (gst_videotestsrc_get),
4922         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
4923         (gst_videotestsrc_get_property):
4924         * gst/videotestsrc/gstvideotestsrc.h:
4925         * gst/videotestsrc/videotestsrc.c:
4926         * gst/videotestsrc/videotestsrc.h:
4927           cleanup and commenting
4929 2004-07-21  Wim Taymans  <wim@fluendo.com>
4931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
4932         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
4933         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
4934         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
4935         (_find_chain_get_unknown_part), (_find_streams_check),
4936         (gst_ogg_demux_push), (gst_ogg_pad_push):
4937         * ext/theora/theoradec.c: (theora_get_formats),
4938         (theora_dec_src_convert), (theora_dec_sink_convert),
4939         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4940         (theora_dec_chain):
4941         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4942         (vorbis_dec_convert), (vorbis_dec_src_query),
4943         (vorbis_dec_src_event), (vorbis_dec_event):
4944         More seeking fixes, oggdemux now supports seeking to time and
4945         uses the downstream element to convert granulepos to time.
4946         Seeking in theora-only ogg files now works.
4948 2004-07-21  Wim Taymans  <wim@fluendo.com>
4950         * ext/theora/theoradec.c: (gst_theora_dec_init),
4951         (theora_get_formats), (theora_get_event_masks),
4952         (theora_get_query_types), (theora_dec_src_convert),
4953         (theora_dec_sink_convert), (theora_dec_src_query),
4954         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
4955         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4956         (vorbis_get_event_masks), (vorbis_get_query_types),
4957         (gst_vorbis_dec_init), (vorbis_dec_convert),
4958         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
4959         Added query/convert/formats functions to vorbis and theora decoders
4960         so that the outside world can use them too. Fixed seeking on an
4961         ogg/theora/vorbis file by disabling the seeking seeking on the 
4962         theora srcpad.
4964 2004-07-21  Julien MOUTTE  <julien@moutte.net>
4966         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4967         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
4968         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
4969         images creation for both elements. We don't create the image on caps
4970         nego or renego, we just destroy the internal one if present if it does
4971         not match the needs. The chain function takes care of creating a new
4972         image when needed.
4973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4974         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
4975         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
4976         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
4977         the image format information. The buffer pool checks for the context
4978         image format and discard images with different formats.
4979         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
4981 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4984         (gst_ffmpegcolorspace_chain):
4985           no point in doing any chaining if the pad we want to push from
4986           isn't usable.
4988 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4990         * gst-libs/gst/riff/riff-media.c:
4991         (gst_riff_create_audio_caps_with_data):
4992           Fix double end-to-native symbol conversion (#148021).
4994 2004-07-20  David Schleef  <ds@schleef.org>
4996         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
4997         Don't use an Atom that doesn't exist.
4999 2004-07-20  Wim Taymans  <wim@fluendo.com>
5001         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5002         (gst_multifdsink_add), (gst_multifdsink_get_stats),
5003         (gst_multifdsink_client_remove),
5004         (gst_multifdsink_handle_client_write),
5005         (gst_multifdsink_queue_buffer):
5006         * gst/tcp/gstmultifdsink.h:
5007         More multifdsink stats. Avoid deadlock by releasing locks
5008         before sending out a signal.
5010 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5012         * po/LINGUAS:
5013         * po/hu.po:
5014           added Hungarian translation (Laszlo Dvornik)
5016 2004-07-20  Wim Taymans  <wim@fluendo.com>
5018         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5019         (gst_multifdsink_add), (gst_multifdsink_client_remove),
5020         (gst_multifdsink_handle_client_write),
5021         (gst_multifdsink_queue_buffer):
5022         * gst/tcp/gsttcp-marshal.list:
5023         Fixed the stupid marshal definition.
5025 2004-07-20  Wim Taymans  <wim@fluendo.com>
5027         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5028         (gst_multifdsink_init), (gst_multifdsink_add),
5029         (gst_multifdsink_client_remove),
5030         (gst_multifdsink_handle_client_write),
5031         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
5032         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
5033         (gst_multifdsink_init_send):
5034         * gst/tcp/gstmultifdsink.h:
5035         Added more stats, added timeout for a client, fixed some typos
5036         and added some comments.
5038 2004-07-20  Wim Taymans  <wim@fluendo.com>
5040         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5041         (gst_multifdsink_add), (gst_multifdsink_get_stats),
5042         (gst_multifdsink_client_remove),
5043         (gst_multifdsink_handle_client_write):
5044         * gst/tcp/gstmultifdsink.h:
5045         * gst/tcp/gsttcp-marshal.list:
5046         Added get_stats method that returns a GValueArray of
5047         stats values.
5049 2004-07-19  Benjamin Otte  <otte@gnome.org>
5051         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
5052           make sure longname, description and author are valid UTF-8
5054 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5056         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
5057         (gst_ximagesink_set_property):
5058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
5059         (gst_xvimagesink_set_property):
5060           make sure SYNCHRONOUS is respected after getting the X context
5062 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5064         * gst/matroska/matroska-demux.c:
5065         (gst_matroska_demux_handle_src_event),
5066         (gst_matroska_demux_parse_blockgroup):
5067         * gst/matroska/matroska-ids.h:
5068           add BlockReference tag and ignore it to clear out log.
5069           ignore NAVIGATION events to clear out log.
5071 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
5074         (gst_matroska_demux_add_stream):
5075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
5076           add debug categories
5078 2004-07-16  Wim Taymans  <wim@fluendo.com>
5080         * ext/libpng/Makefile.am:
5081         * ext/libpng/gstpng.c: (plugin_init):
5082         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
5083         (gst_pngdec_get_type), (gst_pngdec_base_init),
5084         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
5085         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
5086         * ext/libpng/gstpngdec.h:
5087         Added png decoder.
5089 2004-07-16  Julien MOUTTE  <julien@moutte.net>
5091         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
5092         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5093         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
5094         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
5095         (gst_ximagesink_buffer_alloc):
5096         * sys/ximage/ximagesink.h:
5097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5098         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
5099         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5100         (gst_xvimagesink_buffer_alloc):
5101         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
5102         again. Using internal data pointer of the x(v)image to store image's
5103         data to be coherent with the buffer alloc mechanism. Investigated the
5104         image destruction code to be sure that everything gets freed correctly.
5106 2004-07-16  Wim Taymans  <wim@fluendo.com>
5108         * gst-libs/gst/riff/riff-read.c:
5109         (gst_riff_read_strf_vids_with_data),
5110         (gst_riff_read_strf_auds_with_data):
5111         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5112         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
5113         Make sure we don't create 0 sized subbuffers in riff-read.
5114         Signal the no more pads signal after reading the avi header.
5116 2004-07-16  Wim Taymans  <wim@fluendo.com>
5118         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5119         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
5120         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
5121         (gst_decode_bin_init), (gst_decode_bin_dispose),
5122         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5123         (no_more_pads), (close_link), (type_found),
5124         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5125         (gst_decode_bin_change_state), (plugin_init):
5126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5127         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5128         (gst_play_base_bin_dispose), (queue_overrun),
5129         (gen_preroll_element), (remove_prerolls), (unknown_type),
5130         (no_more_pads), (new_stream), (setup_source),
5131         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5132         (play_base_eos), (gst_play_base_bin_change_state),
5133         (gst_play_base_bin_add_element),
5134         (gst_play_base_bin_remove_element),
5135         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5136         (gst_play_base_bin_unlink_stream),
5137         (gst_play_base_bin_get_streaminfo):
5138         * gst/playback/gstplaybasebin.h:
5139         Better error recovery. Added configurable preroll queue size. Faster
5140         detection of no-more-pads.
5142 2004-07-16  Wim Taymans  <wim@fluendo.com>
5144         * gst-libs/gst/video/video.h:
5145         Added 32 bits RGBA. Not sure if we should use another mime-type
5146         for alpha rgb. Currently the presence of the alpha_mask property
5147         signals an alpha channel.
5149 2004-07-16  Wim Taymans  <wim@fluendo.com>
5151         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5153         FPS seems to be 0.0 to MAX everywhere else.
5155 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5157         * gst-libs/gst/riff/riff-media.c:
5158         (gst_riff_create_video_caps_with_data):
5159           mp42/mp43 (no caps) exist too.
5160         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
5161           Set pixel_width/height; we've got them in-caps.
5162         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5163         * gst/wavparse/gstwavparse.c: (plugin_init):
5164           Both are valid primary.
5165         * sys/oss/gstossmixer.c:
5166           Remove i18n hack and enable translations.
5168 2004-07-15  Benjamin Otte  <otte@gnome.org>
5170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5171         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
5172           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
5174 2004-07-15  Benjamin Otte  <otte@gnome.org>
5176         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5177         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
5178         (gst_alsa_close_audio):
5179           disable some of the debugging code for now. Writing debugging to a
5180           buffer is broken in current alsalib releases.
5182 2004-07-12  Benjamin Otte  <otte@gnome.org>
5184         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
5185           use bufferpools
5187 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5189         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5190         (theora_dec_src_query), (theora_dec_event):
5191         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
5192           add debugging categories.  Remove \n's.
5194 2004-07-13  Johan Dahlin  <johan@gnome.org>
5196         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
5197         (gst_play_bin_get_property): Impl.
5199 2004-07-13  Wim Taymans  <wim@fluendo.com>
5201         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
5202         When trying to find the stream length, seek back N pages
5203         instead of just one, where N is the number of streams in 
5204         the current chain.
5206 2004-07-13  Wim Taymans  <wim@fluendo.com>
5208         * gst-libs/gst/riff/riff-media.c:
5209         (gst_riff_create_audio_caps_with_data),
5210         (gst_riff_create_audio_caps),
5211         (gst_riff_create_audio_template_caps):
5212         * gst-libs/gst/riff/riff-media.h:
5213         * gst-libs/gst/riff/riff-read.c:
5214         (gst_riff_read_strf_vids_with_data),
5215         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
5216         * gst-libs/gst/riff/riff-read.h:
5217         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5218         (gst_avi_demux_add_stream):
5219         Set codec_data on caps for avidemuxer.
5221 2004-07-12  David Schleef  <ds@schleef.org>
5223         * configure.ac: Fix test for Objective C
5225 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
5226         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
5227         (gst_gdk_pixbuf_chain):
5228           Add svg and pcx to template caps, and ensure that getcaps returns a
5229           subset of the template caps.
5230           Copy each row manually for output, as gdkpixbuf may pad the
5231           rowstride to a 32-bit word boundary.
5233 2004-07-12  Wim Taymans  <wim@fluendo.com>
5235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5236         (gst_riff_create_video_template_caps):
5237         Fix the template caps to include some more media types.
5239 2004-07-12  Wim Taymans  <wim@fluendo.com>
5241         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5242         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5243         (compare_ranks), (print_feature), (gst_decode_bin_init),
5244         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5245         (try_to_link_1), (new_pad), (close_link), (type_found),
5246         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5247         (gst_decode_bin_change_state), (plugin_init):
5248         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5249         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5250         (gst_play_base_bin_dispose), (queue_overrun),
5251         (gen_preroll_element), (remove_prerolls), (no_more_pads),
5252         (new_stream), (setup_source), (gst_play_base_bin_set_property),
5253         (gst_play_base_bin_get_property), (play_base_eos),
5254         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5255         (gst_play_base_bin_remove_element),
5256         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5257         (gst_play_base_bin_unlink_stream),
5258         (gst_play_base_bin_get_streaminfo):
5259         * gst/playback/gstplaybasebin.h:
5260         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5261         (gst_play_bin_class_init), (gst_play_bin_init),
5262         (gst_play_bin_dispose), (gst_play_bin_set_property),
5263         (gst_play_bin_get_property), (gen_video_element),
5264         (gen_audio_element), (remove_sinks), (setup_sinks),
5265         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
5266         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5267         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5268         (gst_play_bin_query), (plugin_init):
5269         * gst/playback/test4.c: (main):
5270         More fixes on reusing of the element.
5272 2004-07-11  Benjamin Otte  <otte@gnome.org>
5274         * ext/mad/gstmad.c: (normal_seek):
5275           allow seeking for other methods than just SET
5277 2004-07-11  Andy Wingo  <wingo@pobox.com>
5279         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
5280         float, "any" caps -> buffer_frames=[0,MAX].
5282         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
5283         doesn't intersect our caps with the template any more. Do it
5284         ourselves.
5285         (interleave_buffered_loop): Use g_newa instead of malloc/free.
5287 2004-07-09  Wim Taymans  <wim@fluendo.com>
5289         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5290         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5291         (compare_ranks), (print_feature), (gst_decode_bin_init),
5292         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5293         (try_to_link_1), (new_pad), (close_link), (type_found),
5294         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5295         (gst_decode_bin_change_state), (plugin_init):
5296         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5297         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5298         (gst_play_base_bin_dispose), (queue_overrun),
5299         (gen_preroll_element), (remove_prerolls), (no_more_pads),
5300         (new_stream), (setup_source), (gst_play_base_bin_set_property),
5301         (gst_play_base_bin_get_property), (play_base_eos),
5302         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5303         (gst_play_base_bin_remove_element),
5304         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5305         (gst_play_base_bin_unlink_stream),
5306         (gst_play_base_bin_get_streaminfo):
5307         * gst/playback/gstplaybasebin.h:
5308         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5309         (gst_play_bin_class_init), (gst_play_bin_init),
5310         (gst_play_bin_dispose), (gst_play_bin_set_property),
5311         (gst_play_bin_get_property), (gen_video_element),
5312         (gen_audio_element), (remove_sinks), (setup_sinks),
5313         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
5314         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5315         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5316         (gst_play_bin_query), (plugin_init):
5317         * gst/playback/test4.c: (main):
5318         Work on object reuse and seeking.
5320 2004-07-09  Wim Taymans  <wim@fluendo.com>
5322         * examples/seeking/seek.c: (iterate):
5323         Don't consume all CPU in the idle loop.
5325 2004-07-09  Wim Taymans  <wim@fluendo.com>
5327         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
5328         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
5329         Add pad to element *after* setting the pad functions so that
5330         the scheduler can use the correct ones.
5332 2004-07-09  Wim Taymans  <wim@fluendo.com>
5334         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
5335         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
5336         Sync to keyframe after seek
5338 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5340         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
5341         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
5342         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
5343         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
5344         * ext/libvisual/visual.c: (gst_visual_change_state):
5345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
5346         * ext/theora/theoradec.c: (theora_dec_change_state):
5347         * ext/theora/theoraenc.c: (theora_enc_change_state):
5348         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
5349         * gst-libs/gst/navigation/navigation.c:
5350         * gst/adder/gstadder.c: (gst_adder_change_state):
5351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5352         (gst_audio_convert_get_buffer):
5353         * gst/multipart/multipartdemux.c:
5354         (gst_multipart_demux_change_state):
5355         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
5356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5357         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5358         * gst/videoscale/gstvideoscale.c:
5359         (gst_videoscale_handle_src_event):
5360         * gst/volume/gstvolume.c: (volume_chain_int16):
5361           don't assert in state change, this should be done by the base
5362           GstElement class.
5363           various debugging fixes.
5365 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5367         * configure.ac:
5368         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5369         (gst_play_dispose), (gst_play_set_location),
5370         (gst_play_set_data_src), (gst_play_set_video_sink),
5371         (gst_play_set_audio_sink), (gst_play_set_visualization),
5372         (gst_play_connect_visualization), (gst_play_get_sink_element),
5373         (gst_play_get_all_by_interface):
5374         * gst-libs/gst/play/play.h:
5375           add new method to get elements implementing an interface.
5376           add various error logging
5378 2004-07-08  Wim Taymans  <wim@fluendo.com>
5380         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
5381         (make_mpeg_pipeline), (make_mpegnt_pipeline),
5382         (make_playerbin_pipeline), (query_durations_elems),
5383         (query_durations_pads), (query_positions_elems),
5384         (query_positions_pads), (update_scale), (iterate), (stop_seek),
5385         (main):
5386         Added playbin seeking example.
5388 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5390         * gst-libs/gst/play/play.c: (gst_play_set_location),
5391         (gst_play_set_data_src), (gst_play_set_video_sink),
5392         (gst_play_set_audio_sink), (gst_play_set_visualization),
5393         (gst_play_connect_visualization), (gst_play_get_framerate):
5394           use a macro to look up elements from hash table
5396 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5398         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5399         (gst_play_get_length_callback), (gst_play_set_location),
5400         (gst_play_seek_to_time), (gst_play_set_data_src),
5401         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5402         (gst_play_set_visualization), (gst_play_connect_visualization),
5403         (gst_play_get_sink_element):
5404         - add debugging info
5405         - fix looking up sink elements by iterating over complete caps
5406         - put everything except for source and autoplugger in a complete bin
5408 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5410         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
5411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
5412         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
5413         (gst_alsa_sink_write), (gst_alsa_sink_loop):
5414         * ext/alsa/gstalsasink.h:
5415         - add debugging info
5416         - clean up schizophrenia of data/buffer/event
5417         - fix double event unref error
5419 2004-07-08  Wim Taymans  <wim@fluendo.com>
5421         * gst/playback/Makefile.am:
5422         Add headers to noinst
5424 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5426         * tools/gst-launch-ext-m.m:
5427         * tools/gst-launch-ext.1.in:
5428           convert to the third millenium
5430 2004-07-07  David Schleef  <ds@schleef.org>
5432         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
5434 2004-07-07  Wim Taymans  <wim@fluendo.com>
5436         * gst/playback/Makefile.am:
5437         * gst/playback/README:
5438         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5439         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5440         (compare_ranks), (print_feature), (gst_decode_bin_init),
5441         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5442         (try_to_link_1), (new_pad), (close_link), (type_found),
5443         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5444         (plugin_init):
5445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5446         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5447         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
5448         (gen_preroll_element), (no_more_pads), (new_stream),
5449         (setup_source), (gst_play_base_bin_set_property),
5450         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
5451         (gst_play_base_bin_add_element),
5452         (gst_play_base_bin_remove_element),
5453         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5454         (gst_play_base_bin_unlink_stream),
5455         (gst_play_base_bin_get_streaminfo):
5456         * gst/playback/gstplaybasebin.h:
5457         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5458         (gst_play_bin_class_init), (gst_play_bin_init),
5459         (gst_play_bin_dispose), (gst_play_bin_set_property),
5460         (gst_play_bin_get_property), (gen_video_element),
5461         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
5462         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
5463         (gst_play_bin_get_formats), (gst_play_bin_convert),
5464         (gst_play_bin_get_query_types), (gst_play_bin_query),
5465         (plugin_init):
5466         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
5467         (gst_stream_info_get_type), (gst_stream_info_class_init),
5468         (gst_stream_info_init), (gst_stream_info_new),
5469         (gst_stream_info_dispose), (gst_stream_info_set_property),
5470         (gst_stream_info_get_property):
5471         * gst/playback/gststreaminfo.h:
5472         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5473         (main):
5474         * gst/playback/test2.c: (main):
5475         * gst/playback/test3.c: (update_scale), (main):
5476         More playbin fixes. Added README. Do better element filtering.
5477         Added base class to preroll media. Added test apps.
5479 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5481         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
5482         * ext/mpeg2dec/gstmpeg2dec.h:
5483           various debugging improvements.  Reset stream to next picture
5484           instead of sequence header, otherwise seeks cannot work.
5486 2004-07-07  Wim Taymans  <wim@fluendo.com>
5488         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5489         (gst_video_box_class_init), (gst_video_box_set_property),
5490         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
5491         Use pad_alloc where possible.
5493 2004-07-07  Wim Taymans  <wim@fluendo.com>
5495         * sys/oss/gstosselement.c: (gst_osselement_reset),
5496         (gst_osselement_parse_caps):
5497         * sys/oss/gstosselement.h:
5498         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5499         Fix offset on osssrc.
5501 2004-07-07  Wim Taymans  <wim@fluendo.com>
5503         * ext/theora/theora.c: (plugin_init):
5504         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
5505         (theora_dec_src_query), (theora_dec_chain):
5506         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5507         (theora_enc_sink_link), (theora_buffer_from_packet),
5508         (theora_push_packet), (theora_enc_chain):
5509         Fix theora granulepos calculation.
5510         Fix overflow in duration/position calculation.
5511         Bump rank to PRIMARY for theoradec.
5512         Use granulepos of last packet to calculate position.
5513         Set keyframe flag on buffers when needed.
5515 2004-07-06  David Schleef  <ds@schleef.org>
5517         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
5518         serious?  (Fixed, obviously.)
5520 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5522         * po/LINGUAS:
5523         * po/cs.po:
5524           added Czech translation (Miloslav Trmac)
5526 2004-07-05  Wim Taymans  <wim@fluendo.com>
5528         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5529         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5530         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
5531         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5532         (close_link), (type_found), (gst_decode_bin_set_property),
5533         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
5534         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
5535         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
5536         (gst_decode_bin_query), (plugin_init):
5537         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5538         (gst_play_bin_class_init), (gst_play_bin_init),
5539         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
5540         (get_video_element), (new_pad), (setup_source),
5541         (gst_play_bin_set_property), (gst_play_bin_get_property),
5542         (gst_play_bin_change_state), (gst_play_bin_add_element),
5543         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
5544         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5545         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5546         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
5547         * gst/playback/test.c: (main):
5548         More fixes, cleaned up playbin, make it use decodebin. Added
5549         threaded property to playbin.
5551 2004-07-05  Wim Taymans  <wim@fluendo.com>
5553         * configure.ac:
5554         * gst/playback/Makefile.am:
5555         * gst/playback/decodetest.c: (main):
5556         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5557         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5558         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
5559         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5560         (close_link), (type_found), (gst_decode_bin_set_property),
5561         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
5562         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
5563         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
5564         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
5565         (plugin_init):
5566         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5567         (gst_play_bin_class_init), (gst_play_bin_init),
5568         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
5569         (collect_sink_pads), (find_compatibles), (close_pad_link),
5570         (try_to_link_1), (new_pad), (close_link), (type_found),
5571         (setup_source), (gst_play_bin_set_property),
5572         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
5573         (compare_ranks), (gst_play_bin_collect_factories),
5574         (gst_play_bin_change_state), (gst_play_bin_add_element),
5575         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
5576         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5577         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5578         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
5579         * gst/playback/test.c: (main):
5580         Added some playback helper elements and some test apps, very alpha
5581         still.
5583 2004-07-04  Benjamin Otte  <otte@gnome.org>
5585         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
5586           only restart audio when we indeed have an xrun to fix repeated
5587           xruns. Fix suggested by Giuliano Pochini.
5589 2004-07-03  David Schleef  <ds@schleef.org>
5591         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
5592         call to gst_debug_log() if debugging is disabled (bug #145118)
5594 2004-07-03  Benjamin Otte  <otte@gnome.org>
5596         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
5597           use our own functions for restarting the alsa device.
5598         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5599           I should apply patches myself - use MIN for the third argument, not
5600           the second, this fixes seeking
5602 2004-07-02  David Schleef  <ds@schleef.org>
5604         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
5605         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
5606         do with the logic.
5608 2004-07-02  David Schleef  <ds@schleef.org>
5610         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
5611         output buffers.  Fix logic mistake.  (bug #144866)
5613 2004-07-02  David Schleef  <ds@schleef.org>
5615         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
5616         on X.  (bug #144753)
5618 2004-07-02  David Schleef  <ds@schleef.org>
5620         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
5621         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
5622         (bug #144624)
5623         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
5624         (gst_osselement_rate_probe_check): Add another workaround for
5625         buggy drivers (bug #145336)
5627 2004-07-02  David Schleef  <ds@schleef.org>
5629         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
5630         Most systems don't have MSG_NOSIGNAL.
5632 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5634         * Makefile.am:
5635         * gst-libs/gst/colorbalance/Makefile.am:
5636         * gst-libs/gst/mixer/Makefile.am:
5637         * gst-libs/gst/play/Makefile.am:
5638         * gst-libs/gst/tuner/Makefile.am:
5639           (hopefully) fix both install and dist and make error message useful.
5640           needs testing across automakes.
5642 2004-07-02  Benjamin Otte  <otte@gnome.org>
5644         * ext/ogg/gstogg.c: (plugin_init):
5645           we require bytestream now
5646         * ext/ogg/gstoggdemux.c: 
5647           huge diff to implement chain setup in a fast and generic way. This
5648           improves tag reading and startup of huge files (read: Theora videos)
5649           quite a bit. It probably contains bugs, too, so please test.
5650           Seeking is not improved to the fast method.
5652 2004-06-29  Wim Taymans  <wim@fluendo.com>
5654         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5655         * ext/ogg/gstoggmux.c:
5656         Fix memleak in oggdemux when running unconnected pads.
5657         doc update in mux, start working on keyframe mode.
5659 2004-06-29  Benjamin Otte  <otte@gnome.org>
5661         * sys/oss/gstosssink.c:
5662         * sys/oss/gstosssrc.c:
5663           advertise correct template caps - we indeed do non-native endianness
5664           and 8bit audio has no endianness
5665         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
5666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
5667           avoid (wrong) duplications in getcaps function and return
5668           template caps
5670 2004-06-29  Wim Taymans  <wim@fluendo.com>
5672         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5673         (gst_multifdsink_class_init), (gst_multifdsink_add),
5674         (gst_multifdsink_remove), (gst_multifdsink_clear),
5675         (gst_multifdsink_client_remove),
5676         (gst_multifdsink_handle_client_read),
5677         (gst_multifdsink_client_queue_data),
5678         (gst_multifdsink_client_queue_caps),
5679         (gst_multifdsink_client_queue_buffer),
5680         (gst_multifdsink_handle_client_write),
5681         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5682         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
5683         (gst_multifdsink_init_send), (gst_multifdsink_close):
5684         Fix wrong GList iteration that could crash the server when
5685         more then 2 clients disconnect at the same time. Read all the
5686         pending commands in one batch to recover from command storms under
5687         very heavy load.
5689 2004-06-28  Wim Taymans  <wim@fluendo.com>
5691         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5692         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
5693         (gst_videomixer_pad_set_property),
5694         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
5695         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5696         (gst_videomixer_class_init), (gst_videomixer_init),
5697         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
5698         (pad_zorder_compare), (gst_videomixer_sort_pads),
5699         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
5700         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
5701         (gst_videomixer_update_queues), (gst_videomixer_loop),
5702         (plugin_init):
5703         Avoid divide by zero, choose masterpad as the pad with the highest
5704         framerate.
5706 2004-06-27  Julien Moutte  <julien@moutte.net>
5708         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
5709         (gst_ximagesink_xwindow_new):
5710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5711         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
5712         function directly. We might want to call it from somewhere else one day.
5714 2004-06-27  Julien Moutte  <julien@moutte.net>
5716         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
5717         (gst_ximagesink_xwindow_new):
5718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5719         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
5720         window decorations.
5722 2004-06-27  Wim Taymans  <wim@fluendo.com>
5724         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
5725         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
5726         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
5727         (gst_dvdec_set_property), (gst_dvdec_get_property):
5728         * ext/dv/gstdvdec.h:
5729         Implement drop_factor property to lower the framerate with
5730         a factor.
5732 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5734         * gst-libs/gst/colorbalance/Makefile.am:
5735         * gst-libs/gst/mixer/Makefile.am:
5736         * gst-libs/gst/play/Makefile.am:
5737         * gst-libs/gst/tuner/Makefile.am:
5738           unbreak Company's fix that didn't install the -enum.h files
5740 2004-06-27  Wim Taymans  <wim@fluendo.com>
5742         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
5743         (gst_dvdec_change_state):
5744         * ext/dv/gstdvdec.h:
5745         Fix timestamp, duration and offset of the buffers.
5747 2004-06-27  Wim Taymans  <wim@fluendo.com>
5749         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5750         (gst_multifdsink_class_init), (gst_multifdsink_add),
5751         (gst_multifdsink_remove), (gst_multifdsink_clear),
5752         (gst_multifdsink_client_remove),
5753         (gst_multifdsink_handle_client_read),
5754         (gst_multifdsink_client_queue_data),
5755         (gst_multifdsink_client_queue_caps),
5756         (gst_multifdsink_client_queue_buffer),
5757         (gst_multifdsink_handle_client_write),
5758         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5759         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
5760         (gst_multifdsink_init_send), (gst_multifdsink_close):
5761         * gst/tcp/gstmultifdsink.h:
5762         * gst/tcp/gsttcpserversink.c:
5763         (gst_tcpserversink_handle_server_read),
5764         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
5765         More multifdsink fixes, more recovery policy fixes.
5766         Removed stupid g_print
5768 2004-06-26  Wim Taymans  <wim@fluendo.com>
5770         * gst/tcp/Makefile.am:
5771         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5772         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
5773         (gst_multifdsink_class_init), (gst_multifdsink_init),
5774         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
5775         (gst_multifdsink_handle_client_read),
5776         (gst_multifdsink_client_queue_data),
5777         (gst_multifdsink_client_queue_caps),
5778         (gst_multifdsink_client_queue_buffer),
5779         (gst_multifdsink_handle_client_write),
5780         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5781         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
5782         (gst_multifdsink_chain), (gst_multifdsink_set_property),
5783         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
5784         (gst_multifdsink_close), (gst_multifdsink_change_state):
5785         * gst/tcp/gstmultifdsink.h:
5786         * gst/tcp/gsttcpplugin.c: (plugin_init):
5787         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
5788         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
5789         (gst_tcpserversink_handle_server_read),
5790         (gst_tcpserversink_handle_select),
5791         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
5792         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
5793         * gst/tcp/gsttcpserversink.h:
5794         Added multifdsink, made tcpserversink a subclass of fdsink, removed
5795         one of the locks, added recovery policy to multifdsink.
5797 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5799         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5800           fix decision for when getting frames with same timestamp
5801         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5802         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5803         (gst_v4lsrc_get_property):
5804         * sys/v4l/gstv4lsrc.h:
5805           add latency offset property 
5807 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5809         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
5810         (plugin_init):
5811           fix debugging. add category.
5813 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5815         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5816           fix wrong offsets
5818 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5820         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5821         (gst_alsa_src_get_time), (gst_alsa_src_loop),
5822         (gst_alsa_src_change_state):
5823           return a time that is in sync with the element's processing
5825 2004-06-25  Wim Taymans  <wim@fluendo.com>
5827         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5828         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5829         (gst_tcpserversink_client_remove),
5830         (gst_tcpserversink_handle_client_read),
5831         (gst_tcpserversink_client_queue_data),
5832         (gst_tcpserversink_client_queue_caps),
5833         (gst_tcpserversink_client_queue_buffer),
5834         (gst_tcpserversink_handle_client_write),
5835         (gst_tcpserversink_queue_buffer),
5836         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
5837         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
5838         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
5839         (gst_tcpserversink_close):
5840         * gst/tcp/gsttcpserversink.h:
5841         Serversink rewrite. Really do non blocking writes to clients and
5842         maintain an internal queue to handle slower clients while not
5843         disturbing fast clients.
5845 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5847         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5848           better debug, don't override OFFSET and OFFSET_END
5850 2004-06-25  Iain <iain@prettypeople.org>
5852         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
5853         name=source for the wavparse pipeline.
5855 2004-06-24  Johan Dahlin  <johan@gnome.org>
5857         * ext/theora/theoraenc.c (theora_enc_chain): Call
5858         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
5859         streamheader caps are set correctly.
5861 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5863         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5864         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
5865           respect minimum bitrate; same could be done for max bitrate
5867 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5869         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5870         (gst_vorbisenc_setup):
5871           fix sample rate range
5873 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5875         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
5876         (gst_oggvorbisenc_setup):
5877         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5878         (gst_vorbisenc_setup):
5879           resolve ambiguities in code and description
5881 2004-06-24  Wim Taymans  <wim@fluendo.com>
5883         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
5884         * ext/alsa/gstalsa.h:
5885         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5886         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
5887         Use alsa trigger_tstamp to get the timestamp of the first
5888         sample in the buffer for more precise sync. Some cleanups.
5890 2004-06-24  Wim Taymans  <wim@fluendo.com>
5892         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
5893         (gst_audiorate_init), (gst_audiorate_chain),
5894         (gst_audiorate_set_property), (gst_audiorate_get_property):
5895         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5896         (gst_videorate_chain):
5897         Added some logging, fixed an overflow bug in videorate.
5899 2004-06-24  Benjamin Otte  <otte@gnome.org>
5901         * ext/kio/Makefile.am:
5902           fix for builddir != srcdir and distcheck
5904 2004-06-24  Benjamin Otte  <otte@gnome.org>
5906         * gst-libs/gst/colorbalance/Makefile.am:
5907         * gst-libs/gst/mixer/Makefile.am:
5908         * gst-libs/gst/play/Makefile.am:
5909         * gst-libs/gst/tuner/Makefile.am:
5910         * gst/tcp/Makefile.am:
5911         * sys/dxr3/Makefile.am:
5912           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
5913           tarball.
5914           Also add all *.list files that were missing.
5915         * Makefile.am:
5916           add a distcheck hook to ensure the above doesn't happen again.
5918 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
5920         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
5922 2004-06-23  Colin Walters  <walters@redhat.com>
5924         * m4/Makefile.am: Distribute gst-fionread.m4.
5926 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5928         * configure.ac: back to dev
5930 2004-06-23  Wim Taymans  <wim@fluendo.com>
5932         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
5933         (gst_alsa_xrun_recovery):
5934         * ext/alsa/gstalsa.h:
5935         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
5936         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
5937         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5938         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
5939         (gst_alsa_src_loop):
5940         Add clock to alsasrc. Take new capture timestamp when
5941         restarting after an overrun. Split up some functions between
5942         alsasrc and alsasink.
5944 === release 0.8.2 ===
5946 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5948         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
5949         (gst_alsa_change_state), (gst_alsa_update_avail),
5950         (gst_alsa_xrun_recovery):
5951         * ext/alsa/gstalsa.h:
5952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5953           merge back changes from release
5955 2004-06-23  Wim Taymans  <wim@fluendo.com>
5957         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
5958         (gst_audiorate_init), (gst_audiorate_chain),
5959         (gst_audiorate_set_property), (gst_audiorate_get_property):
5960         Implement sample dropping and notify
5962 2004-06-22  Wim Taymans  <wim@fluendo.com>
5964         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5965         (theora_enc_sink_link), (theora_buffer_from_packet),
5966         (theora_push_packet), (theora_enc_chain):
5967         Some cleanups, make sure the timestamps are correct.
5969 2004-06-22  Wim Taymans  <wim@fluendo.com>
5971         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
5972         (gst_alsa_change_state), (gst_alsa_update_avail),
5973         (gst_alsa_xrun_recovery):
5974         * ext/alsa/gstalsa.h:
5975         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5976         Cleanups, take queued samples into account when reporting
5977         the time.
5979 2004-06-22  Wim Taymans  <wim@fluendo.com>
5981         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5982         (gst_videorate_init):
5983         Initialize the property as well.
5985 2004-06-22  Wim Taymans  <wim@fluendo.com>
5987         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5988         (gst_videorate_init), (gst_videorate_chain),
5989         (gst_videorate_set_property), (gst_videorate_get_property):
5990         Add property to make videorate silent.
5991         Add property to prefer new frames over old ones.
5993 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5995         * sys/osxvideo/Makefile.am:
5996         Workaround so that the osxvideo .so file gets linked with the
5997         Cocoa, OpenGL and QuickTime frameworks
5999 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6001         * sys/osxaudio/Makefile.am:
6002         Workaround so that the osxaudio .so file gets linked with the
6003         CoreAudio framework
6004  
6005 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6007         * configure.ac:
6008         Whoops, my fault...fixed build issues
6010 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6012         * configure.ac:
6013         Add objective-c support if running in Darwin/Mac OS X
6014         * sys/Makefile.am:
6015         * sys/osxvideo:
6016         * sys/osxvideo/Makefile.am:
6017         * sys/osxvideo/osxvideosink.h:
6018         * sys/osxvideo/osxvideosink.m:
6019         * sys/osxvideo/cocoawindow.h:
6020         * sys/osxvideo/cocoawindow.m:
6021         Add osxvideosink, a cocoa-based osx video sink
6022         
6024 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
6025         * ext/dvdnav/gst-dvd:
6026         Grab the gconf key from the right spot
6027         * gst/debug/gstnavseek.c: (gst_navseek_init),
6028         (gst_navseek_segseek), (gst_navseek_handle_src_event),
6029         (gst_navseek_chain):
6030         * gst/debug/gstnavseek.h:
6031           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
6032           and loop parameters of a segment seek.
6033         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
6034         (gst_videotestsrc_get_event_masks),
6035         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
6036         * gst/videotestsrc/gstvideotestsrc.h:
6037           Add seeking support to videotestsrc
6038           Initialise the timestamp_offset variable.
6040 2004-06-18  Wim Taymans  <wim@fluendo.com>
6042         * ext/sidplay/gstsiddec.cc:
6043         Fix negotiation and set correct end offset.
6045 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6047         * configure.ac: branch and prerelease
6049 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6051         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6052         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
6053         (gst_tcpclientsrc_init_receive):
6054         * gst/tcp/gsttcpclientsrc.h:
6055           read caps when connecting to server for GDP so we set them correctly
6057 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6059         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
6060           notify drops and duplicates
6061         * gst/videoscale/videoscale.c: (videoscale_get_structure):
6062           no good reason to limit ourselves to 100x100
6064 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
6067         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
6068         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
6069         (gst_v4lsrc_get_property):
6070         * sys/v4l/gstv4lsrc.h:
6071         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
6072         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
6073         (gst_v4l_set_audio):
6074         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
6075         (gst_v4lsrc_try_capture):
6076         * sys/v4l/v4lsrc_calls.h:
6077           change try_palette to more general try_capture
6078           add autoprobe option so we can turn off autoprobing
6079           various fixes
6081 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6083         * configure.ac:
6084           add videorate
6085         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
6086         (gst_ximagesink_class_init):
6087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
6088         (gst_xvimagesink_class_init):
6089           run them as finalize, not dispose, since dispose can be invoked
6090           multiple times
6092 2004-06-17  Wim Taymans  <wim@fluendo.com>
6094         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
6095         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
6096         * ext/alsa/gstalsa.h:
6097         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
6098         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
6099         (gst_alsa_src_change_state):
6100         * ext/alsa/gstalsasrc.h:
6101         Make the xrun code timestamp and offset the buffers correctly.
6102         moved the clock to the base class, use alsa methods to get time.
6103         Do correct timestamping on outgoing buffers.
6105 2004-06-17  Wim Taymans  <wim@fluendo.com>
6107         * gst/audiorate/Makefile.am:
6108         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
6109         (gst_audiorate_base_init), (gst_audiorate_class_init),
6110         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
6111         (gst_audiorate_set_property), (gst_audiorate_get_property),
6112         (gst_audiorate_change_state), (plugin_init):
6113         Added an audiorate converter that fills in gaps.
6115 2004-06-17  Johan Dahlin  <johan@gnome.org>
6117         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
6119 2004-06-16  Wim Taymans  <wim@fluendo.com>
6121         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
6122         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
6123         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
6124         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
6125         (gst_v4lsrc_get_property):
6126         * sys/v4l/gstv4lsrc.h:
6127         Added a copy mode to v4lsrc where it will output a copied version
6128         of its internal hardware buffer.
6129         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
6130         can't | them.
6132 2004-06-16  Wim Taymans  <wim@fluendo.com>
6134         * sys/oss/gstosssrc.c: (gst_osssrc_get):
6135         Timestamp fixes.
6137 2004-06-16  Wim Taymans  <wim@fluendo.com>
6139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
6140         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
6141         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
6142         (gst_v4lsrc_get_property):
6143         * sys/v4l/gstv4lsrc.h:
6144         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
6145         Added a sync mode enum property to control v4lsrc timestamp method
6146         Removed the use-fixed-fps property and moved functionality in
6147         the enum. 
6148         Don't error on an error value from v4l-conf, it might not always
6149         be a real error.
6151 2004-06-16  Wim Taymans  <wim@fluendo.com>
6153         * gst/videorate/Makefile.am:
6154         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
6155         (gst_videorate_base_init), (gst_videorate_class_init),
6156         (gst_videorate_getcaps), (gst_videorate_link),
6157         (gst_videorate_init), (gst_videorate_chain),
6158         (gst_videorate_set_property), (gst_videorate_get_property),
6159         (gst_videorate_change_state), (plugin_init):
6160         Added a video timestamp corrector.
6162 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6164         fixed a potential leak with previous commit
6165         
6166         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6168 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6170         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6171         Added missing refcount, fixes bug #144425
6172         Cheers Tim for finding the bug
6174 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6176         * sys/v4l/gstv4l.c: (plugin_init):
6177         * sys/v4l/gstv4lcolorbalance.c:
6178         * sys/v4l/gstv4lcolorbalance.h:
6179         * sys/v4l/gstv4lelement.c:
6180         * sys/v4l/gstv4lelement.h:
6181         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6182         * sys/v4l/gstv4lmjpegsink.h:
6183         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6184         * sys/v4l/gstv4lmjpegsrc.h:
6185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
6186         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
6187         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
6188         * sys/v4l/gstv4lsrc.h:
6189         * sys/v4l/gstv4ltuner.c:
6190         * sys/v4l/gstv4ltuner.h:
6191         * sys/v4l/gstv4lxoverlay.c:
6192         * sys/v4l/gstv4lxoverlay.h:
6193         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
6194         (gst_v4l_set_window), (gst_v4l_enable_overlay):
6195         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
6196         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
6197         (gst_v4l_set_audio):
6198         * sys/v4l/v4l_calls.h:
6199         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
6200         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
6201         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
6202         (gst_v4lmjpegsink_playback_init),
6203         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
6204         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
6205         (gst_v4lmjpegsink_playback_stop),
6206         (gst_v4lmjpegsink_playback_deinit):
6207         * sys/v4l/v4lmjpegsink_calls.h:
6208         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
6209         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
6210         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
6211         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
6212         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
6213         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
6214         * sys/v4l/v4lmjpegsrc_calls.h:
6215         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6216         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
6217         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
6218         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
6219         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
6220         (gst_v4lsrc_try_palette):
6221         * sys/v4l/v4lsrc_calls.h:
6222           bunch of paranoia cleanups
6224 2004-06-14  David Schleef  <ds@schleef.org>
6226         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
6227         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
6228         Send discont events and change timestamps appropriately when
6229         we get a seek event.  (bug #144240)
6230         * ext/cdparanoia/gstcdparanoia.h:
6232 2004-06-14  Benjamin Otte  <otte@gnome.org>
6234         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
6235           snd_pcm_hw_params_set_rate  since the latter fails for no good 
6236           reason on some setups.
6238 2004-06-14  David Schleef  <ds@schleef.org>
6240         * gst/volume/demo.c: (value_changed_callback): exp10() is not
6241         standard.  Thank you for playing.
6243 2004-06-14  Wim Taymans  <wim@fluendo.com>
6245         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
6246         Patch 1.3 broke the ordering of the colorspace info and
6247         made the plugin basically work by coincidence, reordered
6248         the info.
6250 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6252         * ext/lame/gstlame.c:
6253         * ext/mad/gstmad.c:
6254           sync caps.  Make sure mad can only output a list of rates, not
6255           a full range.  In the future, have three caps lists for each of the
6256           mpeg versions.  Change mpegversion to a double as well.
6258 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6260         * gst/volume/.cvsignore:
6261         * gst/volume/Makefile.am:
6262         * gst/volume/demo.c: (value_changed_callback), (idler),
6263         (setup_gui), (main):
6264           added small demo app
6266 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
6267         * ext/esd/esdsink.c: (gst_esdsink_change_state):
6268         * ext/esd/esdsink.h:
6269         Close the esd connection on pause, because esd will just wait -  
6270         blocking all other esd clients indefinitely.
6272 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
6274         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
6275           previous commit with GST_DEBUG
6277 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6279         * configure.ac:
6280           add a header check for a dvdread header in dvdnav.  Fixes #133002
6282 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6284         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
6285         * gst/tcp/gsttcpclientsink.h:
6286         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
6287         * gst/tcp/gsttcpclientsrc.h:
6288         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
6289         (gst_tcpserversink_handle_server_read),
6290         (gst_tcpserversink_init_send):
6291         * gst/tcp/gsttcpserversink.h:
6292         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6293         * gst/tcp/gsttcpserversrc.h:
6294         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
6295         version of IP)
6297 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6299         * configure.ac:
6300         Added ogg library so that OSX detects libtheora properly
6301         
6302 2004-06-11  Wim Taymans  <wim@fluendo.com>
6304         * ext/theora/theoradec.c: (theora_dec_chain),
6305         (theora_dec_change_state):
6306         Don't try to decode frames before we received a keyframe.
6308 2004-06-11  Wim Taymans  <wim@fluendo.com>
6310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6311         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
6312         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6313         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
6314         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
6315         Added property to set the maximum delay of a page.
6317 2004-06-10  Wim Taymans  <wim@fluendo.com>
6319         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6320         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
6321         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6322         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
6323         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
6324         Added max-delay property to control the maximum amount
6325         of data to put in one page.
6327 2004-06-10  Wim Taymans  <wim@fluendo.com>
6329         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6330         (gst_theora_enc_init), (theora_enc_sink_link),
6331         (theora_buffer_from_packet), (theora_enc_set_property),
6332         (theora_enc_get_property):
6333         Set duration on encoded buffer, added some more properties
6335 2004-06-10  Wim Taymans  <wim@fluendo.com>
6337         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6338         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6339         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
6340         * ext/theora/theoraenc.c: (theora_enc_chain):
6341         Fix refcounting bugs
6343 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6345         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6346         (gst_asf_demux_loop), (gst_asf_demux_process_file),
6347         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
6348         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
6349         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
6350         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
6351         (gst_asf_demux_change_state):
6352         * gst/asfdemux/gstasfdemux.h:
6353           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
6354           feels like. I think we should set a new requirement for demuxers
6355           from now on to implement sane loop functions, data loops, query
6356           and seek functions before first commit into CVS. And this commit
6357           fixes all of the above.
6359 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
6361         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
6362           vorbis comments are properly encoded in UTF-8 before adding them
6363           to a GstTagList
6365 2004-06-09  Benjamin Otte  <otte@gnome.org>
6367         * ext/alsa/gstalsa.c: (add_channels):
6368           handle min <= max correctly
6369         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
6370         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
6371           add fixation functions so we fixate correctly. No preferring of alaw
6372           anymore because it's the first structure.
6373         * ext/alsa/gstalsa.h:
6374         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
6375         (gst_alsa_hw_params_dump):
6376           add functions to ease debugging in alsalib
6377         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
6378         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
6379         (gst_alsa_start_audio):
6380           only specify hw params if we really setup a format (fixes #134007 -
6381           or at least works around it)
6383 2004-06-09  Wim Taymans  <wim@fluendo.com>
6385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6386         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
6387         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
6388         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
6389         (gst_ogg_mux_loop):
6390         Use stream caps to setup the initial pages in the ogg stream.
6391         Correctly set the streamheader caps on the srcpad.
6393 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
6396         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
6397         (gst_v4lsrc_getcaps):
6398         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
6399         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
6400           add querying of fps lists for webcams.  Negotiating to a framerate
6401           now works.
6403 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6405         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6406         (theora_push_buffer), (theora_push_packet),
6407         (theora_set_header_on_caps), (theora_enc_chain):
6408           mark buffers and put on streamheader, raw theora streaming
6409           now works too, whee
6411 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6413         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
6414         (gst_tcp_gdp_read_caps):
6415           do a looping read for caps and GDP headers too
6417 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6419         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6420         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
6421           return EOS instead of NULL in _get
6423 2004-06-08  Wim Taymans  <wim@fluendo.com>
6425         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
6426         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
6427         (gst_tcp_gdp_write_caps):
6428         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6429         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
6430         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
6431         Memory leak fixes
6433 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6435         * ext/vorbis/Makefile.am:
6436         * ext/vorbis/vorbis.c: (plugin_init):
6437         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
6438         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
6439         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
6440         (vorbis_parse_change_state):
6441         * ext/vorbis/vorbisparse.h:
6442           adding a vorbisparse element that marks the buffers, streaming
6443           raw vorbis using GDP now works, whee
6445 2004-06-08  Wim Taymans  <wim@fluendo.com>
6447         * ext/jpeg/Makefile.am:
6448         * ext/jpeg/README:
6449         * ext/jpeg/gstjpeg.c: (plugin_init):
6450         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
6451         (gst_smokedec_base_init), (gst_smokedec_class_init),
6452         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
6453         * ext/jpeg/gstsmokedec.h:
6454         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
6455         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
6456         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
6457         (gst_smokeenc_resync), (gst_smokeenc_chain),
6458         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
6459         * ext/jpeg/gstsmokeenc.h:
6460         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
6461         (smokecodec_flush_destination), (smokecodec_term_destination),
6462         (smokecodec_init_source), (smokecodec_fill_input_buffer),
6463         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
6464         (smokecodec_term_source), (smokecodec_encode_new),
6465         (smokecodec_decode_new), (smokecodec_info_free),
6466         (smokecodec_set_quality), (smokecodec_get_quality),
6467         (smokecodec_set_threshold), (smokecodec_get_threshold),
6468         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
6469         (find_best_size), (abs_diff), (put), (smokecodec_encode),
6470         (smokecodec_parse_header), (smokecodec_decode):
6471         * ext/jpeg/smokecodec.h:
6472         Added a new simple jpeg based codec
6474 2004-06-08  Wim Taymans  <wim@fluendo.com>
6476         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6477         (gst_multipart_mux_loop):
6478         Fix memory leak
6480 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6483         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
6484         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
6485         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
6486         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
6487         * gst/tcp/gsttcpserversink.h:
6488           take streamheader into account
6490 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6492         * gst/level/Makefile.am:
6493         * gst/level/gstlevel.c: (gst_level_class_init):
6494           clean up marshal generation
6496 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6498         * gst/tcp/Makefile.am:
6499         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
6500         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
6501         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
6502         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6503         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
6504         (gst_tcpclientsrc_get_property):
6505         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6506         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
6507         (gst_tcpserversink_handle_client_read),
6508         (gst_tcpserversink_handle_client_write),
6509         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
6510         * gst/tcp/gsttcpserversink.h:
6511           add signals client-added and client-removed
6512         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6513         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
6514         (gst_tcpserversrc_get_property):
6515         uniformized, change default protocol to NONE
6516         * gst/tcp/gsttcp-marshal.list: added
6517 2004-06-07  Benjamin Otte  <otte@gnome.org>
6519         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6520           handle discont events if they happen before caps nego
6522 2004-06-07  Wim Taymans  <wim@fluendo.com>
6524         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
6525         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
6526         (gst_multipart_demux_plugin_init):
6527         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6528         (gst_multipart_mux_init), (gst_multipart_mux_loop),
6529         (gst_multipart_mux_change_state):
6530         Small updates, fix a memleak
6532 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6534         * configure.ac: OSS portability
6535         * ext/arts/gst_arts.c: idem
6536         * sys/oss/gstosselement.c: idem
6537         * sys/oss/gstossmixer.c: idem
6538         * sys/oss/gstosssink.c: idem
6539         * sys/oss/gstosssrc.c: idem
6540         * sys/oss/oss_probe.c: idem
6541           - check for soundcard.h in different places for some BSD
6543 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
6545         * AUTHORS:
6546         Add me to the authors file
6547         * configure.ac:
6548         Increase the libdv requirement to >= version 0.100
6549         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6550         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
6551         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
6552         * ext/dv/gstdvdec.h:
6553         Add support for the new_media flag when sending DISCONT events
6554         Make the querying work when video pad is not linked
6556 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6558         reviewed by Benjamin Otte  <otte@gnome.org>
6560         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
6561           create a NULL-initialized array of pads, so we don't think they
6562           exist already. (fixes #143130)
6564 2004-06-07  Benjamin Otte  <otte@gnome.org>
6566         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
6567         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
6568         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
6569           don't use // coments
6571 2004-06-07  Benjamin Otte  <otte@gnome.org>
6573         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
6574           cast to GstClockTime to get higher granularity
6575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6576           use gst_element_set_time_delay to get the exact time
6577         * ext/mad/gstmad.c: (gst_mad_chain):
6578           use the negotiated rate instead of the current frame's rate which
6579           might be wrong because of bit errors. This avoids emitting totally
6580           bogus timestamps and screwing sync.
6581         (fixes #143454)
6583 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6585         reviewed by Benjamin Otte  <otte@gnome.org>
6587         * gst/adder/gstadder.c: (gst_adder_loop):
6588           properly error out when no negotiation has happened yet. (fixes
6589           #143032)
6591 2004-06-06  Benjamin Otte  <otte@gnome.org>
6593         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6594           forward correctly transformed offset in discont events. Based on
6595           patch by Arwed v. Merkatz. (fixes #142851)
6597 2004-06-06  David Schleef  <ds@schleef.org>
6599         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
6600         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
6601         problems on several systems.
6603 2004-06-06  Benjamin Otte  <otte@gnome.org>
6605         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6606           use explicit caps on the srcpad
6607         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6608           properly error out if caps couldn't be set (fixes #142764)
6610 2004-06-06  Benjamin Otte  <otte@gnome.org>
6612         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
6613         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
6614         (gst_alsa_start_audio):
6615           - don't call set_periods_integer anymore, it breaks the
6616           configuration randomly
6617           - call snd_pcm_hw_params_set_access directly instead of using masks
6618           - don't fail if the sw_params can't be set, just use the default
6619           params and hope it works. Alsalib has weird issues when you touch
6620           sw_params and does no proper error reporting about what failed.
6621         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6622         (gst_alsa_close_audio):
6623           make our alsa debugging go via gst debugging and not conditionally
6624           defined
6625         * ext/alsa/gstalsa.h:
6626           add ALSA_DEBUG_FLUSH macro
6627         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
6628         (plugin_init):
6629           wrap alsa errors to be printed via the gst debugging system and not
6630           spammed to stderr
6632 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
6635         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
6636         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
6637         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
6638         (qtdemux_parse_trak):
6639         * gst/qtdemux/qtdemux.h:
6640           Bitch. Also known as seeking, querying & co.
6641         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
6642         (gst_osssink_change_state):
6643         * sys/oss/gstosssink.h:
6644           Resyncing is for weenies, this hack is no longer needed and was
6645           broken anyway (since it - unintendedly - always leaves resync to
6646           TRUE).
6648 2004-06-05  Andrew Turner <zxombie@hotpop.com>
6650         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
6651         * gst/tcp/gsttcpclientsrc.h: idem
6652           - define MSG_NOSIGNAL if not done
6653           - include unistd.h for off_t
6654           (fixes #143749)
6656 2004-06-05  Benjamin Otte  <otte@gnome.org>
6658         * configure.ac:
6659         * ext/kio/Makefile.am:
6660           check for qt's moc preprocessor explicitly and use it
6662 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6664         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
6665           don't get a signal for EPIPE on socket writes
6666           (somebody check if this works on other platforms)
6668 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6670         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
6671         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6672           check error condition on available samples correctly
6674 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6676         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
6677           avoid a segfault
6678         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6679         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
6680         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
6681         (gst_tcpserversrc_gdp_read_header):
6682          use ssize_t over size_t since the former is signed and thus the
6683          check for error codes can work
6685 2004-06-02  Wim Taymans  <wim@fluendo.com>
6687         reviewed by: Johan
6689         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6690         (gst_multipart_mux_loop):
6691         Oops
6693 2004-06-02  Wim Taymans  <wim@fluendo.com>
6695         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6696         (gst_multipart_mux_init), (gst_multipart_mux_loop),
6697         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
6698         (gst_multipart_mux_change_state):
6699         Added configurable boundary specifier, added the value as a
6700         caps field as well.
6702 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6704         * gst/tcp/gsttcp.c:
6705         * gst/tcp/gsttcpclientsrc.c:
6706         * gst/tcp/gsttcpclientsrc.h:
6707         * gst/tcp/gsttcpserversrc.c:
6708           - portability fix, to compile on OSX
6709             (fixes #143146)
6711         * sys/osxaudio/gstosxaudioelement.c:
6712         * sys/osxaudio/gstosxaudiosink.c:
6713         * sys/osxaudio/gstosxaudiosrc.c:
6714           - compilation warnings on OSX
6715             (fixes #143153)
6717 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6719         * ext/vorbis/vorbisdec.c : sign warning fixes
6721         * gst-libs/gst/mixer/mixertrack.c :
6722           do no use defines which are glib 2.4 specific
6724 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
6726         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
6727           buffer since libflac doesn't expect it (reports a sync error when 
6728           it encounters that)
6730         
6731 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
6733         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
6734         * gst-libs/gst/mixer/mixertrack.c:
6735         (gst_mixer_track_get_property), (get_mixer_track_init),
6736         (get_mixer_track_get_property): Added property accessors
6737         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
6738         * gst-libs/gst/mixer/mixeroptions.c:
6739         (gst_mixer_options_get_values): Added   
6740         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
6741         * gst-libs/gst/mixer/mixer.c: Fixed comment
6744 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6746         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
6747           improve error messages on open
6750 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6752         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
6753           check if v4l-conf is in path
6755 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6757         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
6758           change assert to a more readable error message
6760 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6762         * gst-libs/gst/tuner/tunerchannel.h:
6763           - add a freq_multiplicator field to make the conversion
6764             between internal frequency unit and Hz
6765         * sys/v4l/gstv4lelement.c:
6766         * sys/v4l2/gstv4l2element.c:
6767           - change default video device to /dev/video0
6768         * sys/v4l/v4l_calls.c:
6769         * sys/v4l2/v4l2_calls.c:
6770           - we only expose frequency to the user in Hz instead of
6771             bastard v4lX unit (either 62.5kHz or 62.5Hz)
6773 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
6774         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6775           Initialise b_o_s and e_o_s variables
6776         * gst-libs/gst/riff/riff-media.c:
6777         (gst_riff_create_video_caps_with_data):
6778           Add some unusual fourcc's from mplayer avi's
6779         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
6780           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
6781           autoplugging.
6783 2004-05-28  Wim Taymans  <wim@fluendo.com>
6785         * configure.ac:
6786         * gst/alpha/Makefile.am:
6787         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6788         (gst_alpha_get_type), (gst_alpha_base_init),
6789         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
6790         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
6791         (gst_alpha_chroma_key), (gst_alpha_chain),
6792         (gst_alpha_change_state), (plugin_init):
6793         A plugin to add an alpha channel to I420 video. Can optionally do
6794         chroma keying.
6795         * gst/multipart/Makefile.am:
6796         * gst/multipart/multipart.c: (plugin_init):
6797         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
6798         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
6799         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
6800         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
6801         (gst_multipart_demux_change_state),
6802         (gst_multipart_demux_plugin_init):
6803         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
6804         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
6805         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
6806         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
6807         (gst_multipart_mux_pad_unlink),
6808         (gst_multipart_mux_request_new_pad),
6809         (gst_multipart_mux_handle_src_event),
6810         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
6811         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
6812         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
6813         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
6814         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
6815         send multipart jpeg images to a browser.
6816         * gst/videobox/Makefile.am:
6817         * gst/videobox/README:
6818         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
6819         (gst_video_box_get_type), (gst_video_box_base_init),
6820         (gst_video_box_class_init), (gst_video_box_init),
6821         (gst_video_box_set_property), (gst_video_box_get_property),
6822         (gst_video_box_sink_link), (gst_video_box_i420),
6823         (gst_video_box_ayuv), (gst_video_box_chain),
6824         (gst_video_box_change_state), (plugin_init):
6825         Crops or adds borders around an image. can do alpha channel
6826         borders as well.
6827         * gst/videomixer/Makefile.am:
6828         * gst/videomixer/README:
6829         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
6830         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
6831         (gst_videomixer_pad_get_sink_event_masks),
6832         (gst_videomixer_pad_get_property),
6833         (gst_videomixer_pad_set_property),
6834         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
6835         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
6836         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
6837         (gst_videomixer_base_init), (gst_videomixer_class_init),
6838         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6839         (gst_videomixer_handle_src_event),
6840         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
6841         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
6842         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
6843         (gst_videomixer_loop), (gst_videomixer_get_property),
6844         (gst_videomixer_set_property), (gst_videomixer_change_state),
6845         (plugin_init):
6846         Generic video mixer plugin, can handle multiple inputs all with
6847         different framerates and video sizes. Is fully alpha channel
6848         aware.
6850 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6852         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6853           Select first track as master track. Not sure how else to handle
6854           that...
6855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
6856           Discard discont events. Should fix #142962.
6858 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6860         * ext/alsa/Makefile.am:
6861         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
6862         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
6863         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6864         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
6865         (gst_alsa_mixer_get_option):
6866         * ext/alsa/gstalsamixer.h:
6867         * ext/alsa/gstalsamixeroptions.c:
6868         (gst_alsa_mixer_options_get_type),
6869         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
6870         (gst_alsa_mixer_options_new):
6871         * ext/alsa/gstalsamixeroptions.h:
6872         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6873         * ext/alsa/gstalsamixertrack.h:
6874           Add enumerations (as GstMixerOptions). Make correct distinction
6875           between input/output tracks. Add capture/playback private flag.
6876           Use flag to decide on whether to set capture or playback volumes
6877           or switches. Use playback and record switches.
6878         * gst-libs/gst/mixer/Makefile.am:
6879         * gst-libs/gst/mixer/mixer-marshal.list:
6880         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
6881         (gst_mixer_set_option), (gst_mixer_get_option),
6882         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
6883         (gst_mixer_volume_changed), (gst_mixer_option_changed):
6884         * gst-libs/gst/mixer/mixer.h:
6885         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
6886         (gst_mixer_options_class_init), (gst_mixer_options_init),
6887         (gst_mixer_options_dispose):
6888         * gst-libs/gst/mixer/mixeroptions.h:
6889           Add GstMixerOptions.
6890         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6891           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
6892           broken device detection on computers with multiple OSS sound
6893           cards.
6895 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6897         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6898           fixate nicely even when the peer is not negotiating
6900 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6902         * gst/audioconvert/gstaudioconvert.c:
6903         (gst_audio_convert_parse_caps):
6904           make sure we don't allow depth > width
6905         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6906           fixate endianness to G_BYTE_ORDER as default
6907         * gst/audioscale/gstaudioscale.c:
6908           we don't handle another endianness as host-endianness
6910 2004-05-25  David Schleef  <ds@schleef.org>
6912         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
6914 2004-05-24  Benjamin Otte  <otte@gnome.org>
6916         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
6917         (gst_oggvorbisenc_setup):
6918           properly fail when we can't setup the vorbis encoder due to
6919           unsupported settings
6920         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
6921         (gst_vorbisenc_setup):
6922           same
6923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6924           fix case where warnings occured when one pad was unlinked while the
6925           other's link function was called
6927 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6929         * gst/tcp/Makefile.am:
6930           use GST_ENABLE_NEW
6932 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6934         * gst-libs/gst/resample/private.h:
6935           don't use optimizations that are #if 0'ed
6937 2004-05-24  Wim Taymans  <wim@fluendo.com>
6939         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6940         Fix potential division by zero error and hopefully get
6941         the position query right to get correct timestamps on avi
6942         audio.
6944 2004-05-24  Wim Taymans  <wim@fluendo.com>
6946         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
6947         (gst_videoscale_scale_nearest_str2),
6948         (gst_videoscale_scale_nearest_str4),
6949         (gst_videoscale_scale_nearest_32bit),
6950         (gst_videoscale_scale_nearest_24bit),
6951         (gst_videoscale_scale_nearest_16bit):
6952         Fix the scaling algorithm and avoid a buffer overflow.
6953         removed the while loop in the scaling function as it
6954         was used for point sampling only.
6956 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6958         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
6959         (gst_id3_tag_class_init), (gst_id3_tag_init),
6960         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
6961         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
6962         (gst_id3_tag_send_tag_event):
6963           lots of fixes to make id3mux work and id3demux work correctly
6965 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6967         * ext/Makefile.am:
6968           add rules to build shout2send (was removed by accident
6969           when this module was no more marked experimental/broken)
6971 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6973         * ext/shout2/gstshout2.c:
6974         * ext/shout2/gstshout2.h:
6975           adding a "connection problem" signal to shout2send
6976           (fixes #142954)
6978 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6980         * ext/kio/kioreceiver.cpp:
6981         * ext/kio/kioreceiver.h:
6982           fix sign comparison issues
6984 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6986         * gst/cdxaparse/gstcdxaparse.c:
6987         * gst/cdxaparse/gstcdxaparse.h:
6988           some renaming
6989           add some checks/sanity
6990           prepare for seek addition
6992         * sys/sunaudio/gstsunaudio.c:
6993           remove exported dupe init function
6995 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
6997         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
6998         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
6999           Fix format conversion and position querying.
7000         * gst/debug/progressreport.c: (gst_progressreport_report):
7001           Don't output a bogus total value that we didn't query.
7002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7003           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
7004           only a blank window after xine has been used.
7006 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7008         * m4/as-arts.m4:
7009           sync with upstream version to fix test on FC2
7010           readd with -ko to preserve Id header
7012 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7014         * configure.ac:
7015           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
7016         * gst/tcp/gsttcpclientsrc.c: idem
7017         * gst/tcp/gsttcpserversink.c: idem
7018         * gst/tcp/gsttcpserversrc.c: idem
7019         * m4/gst-fionread.m4: idem
7021         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
7023         * configure.ac: enable speex plugin for speex 1.1.5+
7024         * ext/speex/gstspeexenc.c: fix cast warning
7026         * ext/esd/README: fix typo
7028 2004-05-20  David Schleef  <ds@schleef.org>
7030         * configure.ac: Minor cosmetic change to convince the buildbot to
7031         reautogen.
7032         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
7033         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
7034         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
7035         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
7036         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
7037         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
7038         More hacking.  Plays audio now.
7040 2004-05-20  David Schleef  <ds@schleef.org>
7042         * configure.ac:
7043         * sys/Makefile.am:
7045 2004-05-20  David Schleef  <ds@schleef.org>
7047         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
7048         * sys/osxaudio/gstosxaudio.c:
7049         * sys/osxaudio/gstosxaudioelement.c:
7050         * sys/osxaudio/gstosxaudioelement.h:
7051         * sys/osxaudio/gstosxaudiosink.c:
7052         * sys/osxaudio/gstosxaudiosink.h:
7053         * sys/osxaudio/gstosxaudiosrc.c:
7054         * sys/osxaudio/gstosxaudiosrc.h:
7056 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7058         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
7059         (gst_vorbisenc_chain):
7060           put the codec headers on the caps as streamheader as well as
7061           pushing them out
7063 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7065         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
7066         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7067         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
7068         split up push_packet into two functions
7070 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7072         * gst/tcp/.cvsignore:
7073           ignore enums
7074         * gst/tcp/Makefile.am:
7075         * gst/tcp/README:
7076         * gst/tcp/gsttcp.c:
7077         * gst/tcp/gsttcp.h:
7078         * gst/tcp/gsttcpclientsink.c:
7079         * gst/tcp/gsttcpclientsink.h:
7080         * gst/tcp/gsttcpclientsrc.c:
7081         * gst/tcp/gsttcpclientsrc.h:
7082         * gst/tcp/gsttcpplugin.c:
7083         * gst/tcp/gsttcpserversink.c:
7084         * gst/tcp/gsttcpserversink.h:
7085         * gst/tcp/gsttcpserversrc.c:
7086         * gst/tcp/gsttcpserversrc.h:
7087           add new tcp elements
7089 2004-05-19  Wim Taymans  <wim@fluendo.com>
7091         * gst/law/mulaw-conversion.c: (mulaw_encode):
7092         Fix overflow bug in ulaw encoding.
7094 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7096         * ext/mad/gstmad.c: (gst_mad_handle_event):
7097           don't unref the event twice
7099 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7101         * configure.ac:
7102           remove -Wno-sign-compare
7104 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7106         * configure.ac:
7107           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
7108           if you want to work against glib 2.2 and 2.4
7110 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7112         * gst/tcp/Makefile.am:
7113         * gst/tcp/gsttcp.c:
7114         * gst/tcp/gsttcp.h:
7115         * gst/tcp/gsttcpsink.h:
7116         * gst/tcp/gsttcpsrc.h:
7117           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
7119 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7121         * gst/debug/tests.c: (md5_get_value):
7122           fix segfault on gst-inspect
7124 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7126         * gst/debug/testplugin.c: 
7127         * gst/debug/tests.c: 
7128         * gst/debug/tests.h:
7129           add new extensible and configurable testing element. Current tests
7130           include buffer count, stream length, timestamp/duration matching and
7131           md5.
7132         * gst/debug/Makefile.am:
7133         * gst/debug/gstdebug.c: (plugin_init):
7134           add infrastructure for new element
7136 2004-05-19  Johan Dahlin  <johan@gnome.org>
7138         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
7139         ending of the array. Fixes gst-inspect segfault on ppc.
7141 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7143         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
7145         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
7147 2004-05-18  David Schleef  <ds@schleef.org>
7149         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
7150         warnings (bugs, actually) noticed by gcc but not forte.
7152 2004-05-18  David Schleef  <ds@schleef.org>
7154         * sys/sunaudio/Makefile.am:
7155         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
7157 2004-05-18  David Schleef  <ds@schleef.org>
7159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7160         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
7161         to allow qtdemux to use non-seekable streams. (bug #142272)
7163 2004-05-18  David Schleef  <ds@schleef.org>
7165         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
7166         (gst_resample_sinc_ft_float): Remove use of static temporary
7167         buffer.  This code was obviously not supposed to last long, but
7168         it's stuck in our ABI, so it required a little hack to make it
7169         ABI-compatible.  Fixes #142585.
7170         * gst-libs/gst/resample/resample.h: same.
7172 2004-05-18  David Schleef  <ds@schleef.org>
7174         * configure.ac: Add sunaudio
7175         * examples/Makefile.am: make gstplay depend on gconf
7176         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
7177         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
7178         (convert_table_lookup), (img_convert): remove c99-isms
7179         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
7180           unsigned, to fix a warning on Solaris
7181         * gst/mpeg1sys/systems.c: bcopy->memcpy
7182         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
7183         * sys/Makefile.am: Add sunaudio
7185 2004-05-18  Wim Taymans  <wim@fluendo.com>
7187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
7188         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
7189         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
7190         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7191         (gst_ogg_mux_loop):
7192         Fix an ugly memleak where the muxer didn't flush enough ogg
7193         pages. This also resulted in badly muxed ogg files.
7195 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7197         * gst/asfdemux/asfheaders.c :
7198         * gst/asfdemux/asfheaders.h :
7199         * gst/asfdemux/gstasfdemux.c :
7200           - fix ASF_OBJ_PADDING guid
7201           - add 3 new object guids (language list, metadata, 
7202             extended stream properties)
7203           - add a function to parse extended header objects
7205 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7207         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
7208           remove leftover debugging g_print
7210 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7212         * ext/mad/gstmad.c: (gst_mad_handle_event):
7213           Fix for when the first format in a discont event is not a
7214           byte-based one. Should fix #137710.
7216 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7218         * m4/a52.m4 : fix compilation with -Wall -Werror
7219         * m4/libfame.m4 : idem
7220         * m4/libmikmod.m4 : idem
7222 2004-05-17  Benjamin Otte  <otte@gnome.org>
7224         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7225           signal the new tags before giving up the reference
7227 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7229         * ext/shout2/gstshout2.c:
7230           use application/ogg instead of application/x-ogg (patch by Patrick
7231           Guimond, fixes #142432)
7232         * sys/oss/gstosselement.c: (gst_osselement_reset),
7233         (gst_osselement_sync_parms):
7234           don't set fragment size unless specified (fixes #142493)
7236 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7238         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
7239           fixes #142664
7241 2004-05-17  Benjamin Otte  <otte@gnome.org>
7243         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7244           compute offsets correctly for internal buffers so timestamps are set
7245           correctly when we can't seek. Also handle cases where there are no
7246           offsets. (based on a patch by David Moore, fixes #142507)
7248 2004-05-17  Benjamin Otte  <otte@gnome.org>
7250         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7251           use correct variable when determining amount of data to skip so we
7252           don't skip into the void and segfault
7254 2004-05-16  Benjamin Otte  <otte@gnome.org>
7256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7257           Hi, I'm a memleak
7259 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7261         * gst/asfdemux/gstasfdemux.c:
7262           - fix a mem leak and always propagate tags
7263           - add WMV3 to known video codecs (but no decoder yet)
7264           - replace "surplus data" at end of audio header for what
7265             it is : codec specific data
7266           - fix a typo
7268 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
7270         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
7272         * gst-libs/gst/audio/audioclock.c:
7273           Fix wrong return type (#142205).
7275 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7277         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
7278           Ignore CRCs by default (fixes #142566).
7280 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7282         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
7283         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
7284         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
7285         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
7286         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7287         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
7288           Fix for cases where we fail to attach to a mixer.
7290 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7292         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
7293           Don't touch events after not owning them anymore.
7294         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7295         (gst_wavparse_fmt), (gst_wavparse_other),
7296         (gst_wavparse_handle_seek), (gst_wavparse_loop),
7297         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7298         (gst_wavparse_srcpad_event):
7299         * gst/wavparse/gstwavparse.h:
7300           Add seeking, fix querying.
7302 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7305           - process comments even if they don't end with \0\0
7306             g_convert would ignore them if present and works well without them
7308 2004-05-16  Benjamin Otte  <otte@gnome.org>
7310         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
7311           simplify caps
7313 2004-05-16  Benjamin Otte  <otte@gnome.org>
7315         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7316           don't write to memory we might not write to - g_convert does that
7317           for us anyway (fixes #142613)
7318         (gst_asf_demux_audio_caps):
7319           comment out gst_util_dump_mem
7321 2004-05-16  Benjamin Otte  <otte@gnome.org>
7323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7324           compute correct expected timestamps after seek (broken since
7325           last commit)
7326         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
7327           rename element and debugging category to gdkpixbufscale
7329 2004-05-16  Benjamin Otte  <otte@gnome.org>
7331         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7332           add error checking to snd_pcm_delay and remove duplicate call to
7333           snd_pcm_delay that caused issues (see inline code comments)
7334         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
7335           make more readable and fix return value when snd_pcm_delay fails
7336         (fixes #142586)
7338 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
7339         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
7340         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
7341         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
7342         (gst_pixbufscale_link), (gst_pixbufscale_init),
7343         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
7344         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
7345         (gst_pixbufscale_get_property), (pixbufscale_init):
7346         * ext/gdk_pixbuf/pixbufscale.h:
7347         Add these files I forgot earlier
7349 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
7350         * ext/gdk_pixbuf/Makefile.am:
7351         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
7352         * ext/gdk_pixbuf/gstgdkpixbuf.h:
7353         Add new pixbufscale element to scale RGB video
7354         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
7355         and HYPER interpolation correctly.
7356         * ext/theora/theoraenc.c: (theora_enc_chain),
7357         Discard buffer and return if explicit caps could not be set
7358         (theora_enc_get_property):
7359         Make _get return kbps for the bitrate consistent with
7360         the _set function.
7363 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7365         * ext/libvisual/visual.c: (gst_visual_chain):
7366           add missing visual_audio_analyze
7368 2004-05-14  David Schleef  <ds@schleef.org>
7370         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
7371         is killed while we're playing.
7372         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
7373         gst_element_no_more_pads().
7375 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7377         * gst-libs/gst/riff/riff-read.c :
7378           - fix INFO tag extraction in RIFF/AVI files
7379             because gst_event_unref (event) also freed taglist
7380           - avoid a mem leak
7382 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7384         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
7385         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
7387         * gst/auparse/gstauparse.c :
7388           - add code (commented for now) to support audio/x-adpcm on src pad
7389             (we have no decoder for those layout yet)
7391         * gst/cdxaparse/gstcdxaparse.c :
7392         * gst/cdxaparse/gstcdxaparse.h :
7393           - partial rewrite using RiffRead (ripped iain's wavparse code)
7395         * gst/rtp/gstrtpL16enc.c : typo
7396         * gst/rtp/gstrtpgsmenc.c : typo
7398 2004-05-13  Benjamin Otte  <otte@gnome.org>
7400         * configure.ac:
7401           check for exact version of libvisual, it's not supposed to be
7402           API/ABI stable yet
7404 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
7407           signal no-more-pads
7409 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7411         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
7412         Report which format was used for GST_FORMAT_DEFAULT
7413         * gst/debug/Makefile.am:
7414         * gst/debug/gstdebug.c: (plugin_init):
7415         * gst/debug/progressreport.c: (gst_progressreport_base_init),
7416         (gst_progressreport_class_init), (gst_progressreport_init),
7417         (gst_progressreport_report), (gst_progressreport_set_property),
7418         (gst_progressreport_get_property), (gst_progressreport_chain),
7419         (gst_progressreport_plugin_init):
7420         Add progressreport element for testing.
7422 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7424         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
7425         * sys/v4l/gstv4lsrc.h:
7426         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
7427         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
7428         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
7429         (gst_v4lsrc_grab_frame):
7430           add more debugging
7431           send a discont at start
7433 2004-05-12  Colin Walters  <walters@redhat.com>
7435         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
7436         inflooping if we can't find a chunk.  Or in other words, don't blow
7437         chunks if we don't have a chunk to blow.
7439 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7440         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
7441         Remove old debug output
7442         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
7443         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
7444         (gst_dvdec_set_property), (gst_dvdec_get_property):
7445         Change the quality setting to an enum, so it works from gst-launch
7446         Don't renegotiate a non-linked pad. Allows audio only decoding.
7447         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
7448         (gst_deinterlace_link), (gst_deinterlace_init):
7449         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7450         (gst_videodrop_link):
7451         Some caps negotiation fixes
7453 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7455         * ext/tarkin/gsttarkin.c :
7456           - Change RANK from NONE to PRIMARY
7457         * ext/gdk_pixbuf/gstgdkpixbuf.c :
7458           - Change RANK from NONE to MARGINAL
7459         * ext/divx/gstdivxenc.c :
7460           - Change RANK from PRIMARY to NONE (encoder/spider issue)
7462 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7464         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
7465         (gst_vorbisenc_push_packet):
7466           copy a function that was added between 1.0 and 1.0.1 until we
7467           depend on worthwhile features of post-1.0
7469 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7471         * configure.ac:
7472           enable shout2 by default
7473         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
7474         (gst_shout2send_base_init), (gst_shout2send_init),
7475         (gst_shout2send_connect), (gst_shout2send_change_state):
7476         * ext/shout2/gstshout2.h:
7477           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
7478           #142262)
7479         * ext/theora/theora.c: (plugin_init):
7480           don't set rank on encoders
7482 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
7484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7485           Use codec_data property instead of flag1 and flag2 for wma
7487 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7489         * gst/cdxaparse/gstcdxaparse.c :
7490           - Add mpegversion to CAPS to make it link
7491           - Rank is as GST_RANK_SECONDARY instead of NONE
7492         * gst/auparse/gstauparse.c :
7493           - Document all audio encoding we can encounter from Solaris 9
7494             headers and libsndfile information.
7495           - Increase max. rate from 48000 to 192000 (to match other elements)
7496           - Don't try to play junk data between header and samples
7498 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7500         * ext/libvisual/visual.c: (gst_visual_getcaps):
7501           use the right caps depending on endianness (I hope)
7502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
7503           use GST_RANK_NONE for all non-decoding elements or spider gets
7504           mighty confused
7506 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7508         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7509           Fix some odd cases and fix BE metadata parsing of unicode16 text.
7511 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7513         * gst/switch/gstswitch.c: (gst_switch_release_pad),
7514         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
7515         (gst_switch_loop), (gst_switch_get_type):
7516           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
7517           HEADERS. Had to be said.
7519 2004-05-10  David Schleef  <ds@schleef.org>
7521         * configure.ac: Add prototype Dirac support.
7522         * ext/Makefile.am:
7523         * ext/dirac/Makefile.am:
7524         * ext/dirac/gstdirac.cc:
7525         * ext/dirac/gstdiracdec.cc:
7527 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7529         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
7530         (gst_auparse_init), (gst_auparse_chain),
7531         (gst_auparse_change_state):
7532           Hack around spider. Remove me some day please.
7534 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7536         * gst/auparse/gstauparse.c: (gst_auparse_chain):
7537           Fix for some uninitialized variables in previous patch, also
7538           makes it work. Fixes #142286 while we're at it.
7540 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7542         * gst/auparse/gstauparse.c:
7543                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
7544                 only unsupported formats are ADPCM/CCITT G.72x
7545                 reviewed by Ronald
7546         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
7548 2004-05-10  Wim Taymans  <wim@fluendo.com>
7550         * ext/vorbis/Makefile.am:
7551         * ext/vorbis/README:
7552         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
7553         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
7554         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
7555         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
7556         (gst_oggvorbisenc_convert_sink),
7557         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
7558         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
7559         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
7560         (get_constraints_string), (update_start_message),
7561         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
7562         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
7563         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
7564         * ext/vorbis/oggvorbisenc.h:
7565         * ext/vorbis/vorbis.c: (plugin_init):
7566         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
7567         (raw_caps_factory), (gst_vorbisenc_class_init),
7568         (gst_vorbisenc_init), (gst_vorbisenc_setup),
7569         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
7570         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
7571         * ext/vorbis/vorbisenc.h:
7572         Added a raw vorbis encoder to be used with the oggmuxer.
7573         We still need the old encoder for some gnome applications, 
7574         read the README to find out how that works.
7575         The raw encoder is called "rawvorbisenc" until 0.9.
7577 2004-05-10  Wim Taymans  <wim@fluendo.com>
7579         * ext/ogg/gstogg.c: (plugin_init):
7580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
7581         (gst_ogg_print):
7582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
7583         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
7584         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
7585         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
7586         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
7587         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
7588         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
7589         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
7590         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
7591         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
7592         Added an ogg muxer.
7593         Small typo fixes in the demuxer.
7595 2004-05-10  Wim Taymans  <wim@fluendo.com>
7597         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7598         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
7599         (theora_enc_change_state), (theora_enc_set_property),
7600         (theora_enc_get_property):
7601         Mark the last packet with an EOS flag which is not really needed
7602         in gstreamer.
7603         Do some better video framerate initialisation.
7604         Update the buffer timestamp.
7606 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
7608         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
7609         Return the result of the parent state change call
7611 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7613         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
7614         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
7615         * gst/law/alaw-encode.c : (idem)
7616         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
7617         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
7618         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
7620 2004-05-09  Benjamin Otte  <otte@gnome.org>
7622         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7623           don't use a fixed buffer size when writing variable length data to
7624           it. Fixes memory corruption and makes alsasrc work
7626 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7628         * ext/gnomevfs/gstgnomevfssink.c:
7629         (_gst_boolean_allow_overwrite_accumulator),
7630         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
7631           Run glib's default signal handler (??) in RUN_CLEANUP rather than
7632           RUN_LAST, and don't use that to set the accumulator value because
7633           then it's always FALSE.
7635 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7637         * gst-libs/gst/riff/riff-media.c:
7638         (gst_riff_create_video_caps_with_data),
7639         (gst_riff_create_audio_caps),
7640         (gst_riff_create_audio_template_caps):
7641         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
7642           Fix for unaligned RIFF files (i.e. where all the chunks together
7643           in a LIST chunk are not of the same size as the size given in
7644           the LIST chunk header). Fixes several odd WAVE files. Also fix
7645           ADPCM (block_align property) in audio, so that wavparse based
7646           on this works now as it used to stand-alone.
7648 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
7650         reviewed by Benjamin Otte  <otte@gnome.org>
7652         * ext/a52dec/gsta52dec.c:
7653         * ext/divx/gstdivxdec.c:
7654         * ext/divx/gstdivxenc.c:
7655         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
7656         * ext/faac/gstfaac.c: (gst_faac_base_init):
7657         * ext/faad/gstfaad.c: (gst_faad_base_init):
7658         * ext/ivorbis/vorbisfile.c:
7659         * ext/lame/gstlame.c:
7660         * ext/libfame/gstlibfame.c:
7661         * ext/mpeg2enc/gstmpeg2enc.cc:
7662         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
7663         * ext/sidplay/gstsiddec.cc:
7664         * ext/speex/gstspeexdec.c:
7665         * ext/speex/gstspeexenc.c:
7666         * ext/xvid/gstxviddec.c:
7667         * ext/xvid/gstxvidenc.c:
7668           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
7669           (fixes #142193)
7671 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7673         * ext/alsa/gstalsa.c: (device_list),
7674         (gst_alsa_class_probe_devices):
7675         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
7676           Fix alsa oddness in mixer after the combination of using mixer
7677           in source/sink elements and using hw:x,y instead of just hw:x.
7679 2004-05-09  Benjamin Otte  <otte@gnome.org>
7681         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
7682         (gst_wavparse_create_sourcepad):
7683           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
7684           sourcepads
7686 2004-05-09  Benjamin Otte  <otte@gnome.org>
7688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7689           allow discont events before caps nego
7691 2004-05-08  Benjamin Otte  <otte@gnome.org>
7693         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7694           don't leak events
7696 2004-05-08  Benjamin Otte  <otte@gnome.org>
7698         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
7699         (gst_level_change_state), (gst_level_init):
7700         * gst/level/gstlevel.h:
7701           figure out if we're initialized directly instead of keeping a
7702           variable that's wrong in 90% of cases
7703           don't initialize pads and then leak them and use a new unitialized
7704           pad. (fixes #142084)
7705           these were bugs so n00bish I didn't find them for an hour :/
7707 2004-05-08 Iain <iain@prettypeople.org>
7709         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
7710         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
7711         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
7712         return the length that was read.
7713         (gst_riff_read_strf_auds): Allow fmt tags as well.
7715 2004-05-07  David Schleef  <ds@schleef.org>
7717         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
7718         signed char assumption in faad.h.
7720 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7722         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
7723           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
7725 2004-05-07  Colin Walters  <walters@redhat.com>
7727         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
7728         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
7729         function.
7730         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
7731         Add dispose function.
7733 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
7734         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
7735           Fix caps nego and pad templates. RGB mode caps should
7736           work now.
7737         * ext/dvdnav/gst-dvd:
7738           Move mpeg2dec inside the thread because otherwise the
7739           queue rejects cap changes mid-stream
7740         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7741         (gst_mpeg2dec_flush_decoder):
7742           For mpeg2dec > 0.4.0, call the flush function instead of
7743           manually extracting all in-flight frames.
7744         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
7745         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
7746           Change mime type video/dv go video/x-dv to match the
7747           rest of gst-plugins
7749 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7751         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
7753         (gst_alsa_sink_class_init):
7754         * ext/alsa/gstalsasink.h:
7755         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
7756         (gst_alsa_src_class_init):
7757         * ext/alsa/gstalsasrc.h:
7758           Make alsasink/src a subclass of alsamixer so that mixer stuff
7759           shows up in gst-rec. Needs some finetuning.
7761 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7763         * ext/lame/gstlame.c: (gst_lame_chain):
7764           simplify
7765         * ext/mad/gstmad.c: (gst_mad_handle_event):
7766           fix event leak
7767         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7768           be able to detect mp3 files < 4096 bytes
7770 2004-05-06  Wim Taymans  <wim@fluendo.com>
7772         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7773         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
7774         (theora_enc_set_property), (theora_enc_get_property):
7775         Also encode the first frame, cleanup some code.
7777 2004-05-06  Wim Taymans  <wim@fluendo.com>
7779         * ext/mpeg2enc/gstmpeg2enc.cc:
7780         Forward events first before deciding that negotiation was
7781         not performed.
7783 2004-05-06  Wim Taymans  <wim@fluendo.com>
7785         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7786         First process the events before deciding that negotiation
7787         was not performed.
7789 2004-05-06  Wim Taymans  <wim@fluendo.com>
7791         * ext/theora/Makefile.am:
7792         * ext/theora/theora.c: (plugin_init):
7793         * ext/theora/theoradec.c: (theora_dec_change_state):
7794         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
7795         (gst_theora_enc_class_init), (gst_theora_enc_init),
7796         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
7797         (theora_enc_chain), (theora_enc_change_state),
7798         (theora_enc_set_property), (theora_enc_get_property):
7799         Added a theora encoder, grouped the encoder and decoder into the
7800         same plugin.
7802 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7804         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
7805         (gst_jpegenc_chain):
7806         fix DURATION on outgoing buffers
7807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7808         debug using time formats
7809         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7811         (gst_xvimagesink_sink_link):
7812         windows with width/height 0 generate X errors, so don't allow them
7814 2004-05-05  Wim Taymans  <wim@fluendo.com>
7816         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
7817         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
7818         (gst_mpeg2dec_negotiate_format):
7819         * ext/mpeg2dec/gstmpeg2dec.h:
7820           removed the static pad template so that we can add the
7821           more accurate framerate value to the caps.
7822           
7824 2004-05-04  Benjamin Otte  <otte@gnome.org>
7826         * configure.ac:
7827           check for kdemacros.h, too (should fix #141821)
7828         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
7829           don't crash if no header was sent, but nicely error out (fixes part
7830           of #141554)
7832 2004-05-04  Wim Taymans  <wim@fluendo.com>
7834         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
7835         parent dispose function to avoid segfault on destroy.
7837 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7839         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7840         (plugin_init):
7841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7842         (gst_xvimagesink_sink_link):
7843         clean up debugging caps
7844         also recreate xvimage when format has changed
7846 2004-05-04  Benjamin Otte  <otte@gnome.org>
7848         * ext/libvisual/Makefile.am:
7849         * ext/libvisual/visual.c: (gst_visual_class_init),
7850         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
7851         (gst_visual_srclink), (gst_visual_chain),
7852         (gst_visual_change_state), (plugin_init):
7853           use a GstAdapter to correctly adapt buffer sizes - allows using a
7854           framerate
7856 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7858         * sys/v4l/gstv4lelement.h:
7859         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
7860         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
7861         (gst_v4lsrc_buffer_free):
7862         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
7863         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7864         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
7865         (gst_v4lsrc_requeue_frame):
7866         move some debugging categories around
7867         query for fps index and set accordingly if found
7869 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7871         * ext/lame/gstlame.c:
7872         correct defaults that lame_init puts out of range
7874 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7876         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
7877         (gst_divxenc_class_init):
7878         fix range since -1 is the default
7879         * gst/mpeg1sys/gstmpeg1systemencode.c:
7880         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
7881         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
7882         (gst_rtjpegdec_chain):
7883         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
7884         (gst_rtjpegenc_chain):
7885         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
7886         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
7887         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
7888         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
7889         * sys/v4l/gstv4lsrc.c:
7890         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7891         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
7892         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
7893         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
7894         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
7895           remove gst_info calls
7897 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7899         * Makefile.am:
7900         * po/af.po:
7901         * po/az.po:
7902         * po/en_GB.po:
7903         * po/nl.po:
7904         * po/sr.po:
7905         * po/sv.po:
7906           Updated translations
7908 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7910         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7911           refactor/comment code
7913 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7915         * gst/asfdemux/Makefile.am:
7916         * gst/asfdemux/asfheaders.c:
7917         * gst/asfdemux/asfheaders.h:
7918         * gst/asfdemux/gstasf.c: (plugin_init):
7919         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
7920         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
7921         (gst_asf_demux_setup_pad):
7922         * gst/asfdemux/gstasfdemux.h:
7923         * gst/asfdemux/gstasfmux.c:
7924         * gst/asfdemux/gstasfmux.h:
7925           Add tagging support to demuxer, split out registration in its own
7926           file instead of in demux (hacky), and prevent having some tables
7927           in our memory multiple times (in asfheaders.h).
7929 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7931         * gst/matroska/matroska-demux.c:
7932         (gst_matroska_demux_parse_metadata):
7933         * gst/matroska/matroska-ids.h:  
7934           Basic tag reading support.
7936 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
7939           Really detect ac-3 audio.
7940         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
7941           really detect matroska files (off-by-1).
7943 2004-04-30  David Schleef  <ds@schleef.org>
7945         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7946         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
7947         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
7948         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
7949         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
7950         hackage -- parse a lot more atoms, extract a few tags.  One might even
7951         mistake this for tag support.  Maybe it is.
7952         * gst/qtdemux/qtdemux.h:
7954 2004-04-30  Colin Walters  <walters@verbum.org>
7956         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
7958 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7961         (gst_ffmpegcolorspace_getcaps):
7962           remove broken nego fix
7964 2004-04-30  Benjamin Otte  <otte@gnome.org>
7966         * configure.ac:
7967         * ext/Makefile.am:
7968         * ext/libvisual/Makefile.am:
7969         * ext/libvisual/visual.c: 
7970           add initial support for libvisual (http://libvisual.sourceforge.net)
7971           libvisual is still quite alpha, so expect crashes in there :)
7973 2004-04-29  David Schleef  <ds@schleef.org>
7975         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
7976         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
7977         up qtdemux to make it spit out codec_data.  Do _not_ look at this
7978         code; you will no longer respect me.
7980 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7982         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
7983         * ext/alsa/gstalsa.h :
7984         change alsa pcm device discovery to find more than 1 device
7985         per card. code review by Ronald.
7987 2004-04-29  David Schleef  <ds@schleef.org>
7989         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
7990         Add a check for a driver bug on FreeBSD.  (bug #140565)
7992 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7994         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
7995         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
7996         (gst_jpegenc_getcaps):
7997           move format setting to inner loop
7998         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7999         (gst_ffmpegcolorspace_getcaps):
8000           use GST_PAD_CAPS if available so that we use already negotiated
8001           caps
8002         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8003         (qtdemux_parse_moov), (qtdemux_parse):
8004           extra debugging
8005         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
8006         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
8007           move hardcoded path to DEFINE
8009 2004-04-28  David Schleef  <ds@schleef.org>
8011         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
8012         (bug #140064)
8014 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8016         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8017           Don't probe for playback device if we're a source element. Fixes
8018           #139658.
8020 2004-04-29  Benjamin Otte  <otte@gnome.org>
8022         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
8023         (gst_id3_tag_chain):
8024           rewrite buffer offset
8026 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8028         * configure.ac:
8029         * ext/Makefile.am:
8030         * ext/dts/Makefile.am:
8031         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
8032         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
8033         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
8034         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
8035         (gst_dtsdec_loop), (gst_dtsdec_change_state),
8036         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
8037         (plugin_init):
8038         * ext/dts/gstdtsdec.h:
8039           New DTS decoder.
8040         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
8041         (gst_faad_srcconnect):
8042           Add ESDS atom handling (.m4a).
8044 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8046         * ext/divx/gstdivxdec.c: (plugin_init):
8047           Remove comment that makes no sense.
8048         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
8049           Fix for obvious typo that resulted in warnings during gst-register.
8050         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
8051         (gst_xviddec_sink_link):
8052           Fix caps negotiation a bit better.
8053         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8054           We call this 'codec_data', not 'esds'.
8056 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8058         * gst/monoscope/gstmonoscope.c:
8059           make sure we only provide 256x128
8060         * gst/monoscope/monoscope.c: (monoscope_init):
8061           assert size of 256x128
8063 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8065         * Makefile.am:
8066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8067         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
8068           fixate to max width and height of device
8070 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8072         * Makefile.am:
8073         * sys/v4l/gstv4l.c:
8074         * sys/v4l/gstv4lsrc.c:
8075         * sys/v4l/v4l_calls.c:
8076         * sys/v4l/v4lsrc_calls.c:
8077           fix for qc-usb driver which fakes having more than one buffer
8078           by handing the same buffer twice, which confused GStreamer's/v4lsrc
8079           buffer_free override
8080           add debugging
8082 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8084         * Makefile.am:
8085         * gst/videotestsrc/gstvideotestsrc.c:
8086         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
8087         (gst_videotestsrc_init), (gst_videotestsrc_get),
8088         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
8089         * gst/videotestsrc/gstvideotestsrc.h:
8090           add num-buffers property
8092         2004-04-26  Benjamin Otte  <otte@gnome.org>
8094         * ext/mad/gstid3tag.c: (plugin_init):
8095           set id3mux rank to NONE so it doesn't confuse spider
8096           require audio/mpeg,mpegversion=1 in id3mux
8098 2004-04-26  Benjamin Otte  <otte@gnome.org>
8100         * configure.ac:
8101           detect faad correctly as non-working if it's indeed non-working
8103 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8105         * Makefile.am:
8106         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
8107         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
8108         fix _getcaps so it only negotiates to its supported format
8110 2004-04-25  Benjamin Otte  <otte@gnome.org>
8112         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
8113           fix memleak
8115 2004-04-23  Benjamin Otte  <otte@gnome.org>
8117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8118           audio/x-raw-int with height rules! not. Now it's depth.
8120 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8122         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
8123         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
8124         (gst_wavparse_loop):
8125           Missing variable initialization. Add handling of DVI ADPCM. Fix
8126           mis-parsing of LIST chunks. This works around a bug where we mis-
8127           parse non-aligning LIST chunks (so LIST chunks where the contents
8128           don't align with the actual LIST size). The correct fix is to use
8129           rifflib, I'm not going to fix wavparse - too much work. All this
8130           fixes #104878.
8132 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8134         reviewed by Benjamin Otte  <otte@gnome.org>
8136         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
8137           fix shoutcast not working (fixes #140844)
8139 2004-04-22  Benjamin Otte  <otte@gnome.org>
8141         * ext/hermes/gsthermescolorspace.c:
8142         (gst_hermes_colorspace_caps_remove_format_info):
8143         * gst/colorspace/gstcolorspace.c:
8144         (gst_colorspace_caps_remove_format_info):
8145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8146         (gst_ffmpegcolorspace_caps_remove_format_info):
8147           s/gst_caps_simplify/gst_caps_do_simplify/
8149 2004-04-22  Benjamin Otte  <otte@gnome.org>
8151         * gst-libs/gst/riff/riff-media.c:
8152         (gst_riff_create_video_caps_with_data):
8153           mpegversion is an int
8154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
8155           don't try to create pad templates with NULL caps, use any caps
8156           instead.
8158 2004-04-20  David Schleef  <ds@schleef.org>
8160         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
8161         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
8162         (bug #140384)
8164 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
8166         reviewed by David Schleef
8168         * ext/mad/gstid3tag.c: Add stdlib.h
8169         * gst/rtp/gstrtpgsmenc.c: same
8170         * gst/tags/gstid3tag.c: same
8171         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
8172         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
8173         GST_DISABLE_LOADSAVE use.
8174         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
8175         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
8176         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
8177         atol(3)).
8178         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
8179         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
8180         strtoul(3)).
8181         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
8182         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
8183         $(ID3_CFLAGS).
8184         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
8185         $(LIBFAME_CFLAGS).
8187 2004-04-20  David Schleef  <ds@schleef.org>
8189         * gst/realmedia/rmdemux.c:  This was supposed to part of the
8190         last checkin.  Same idea.
8192 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
8194         reviewed by David Schleef
8196         * configure.ac: bump required gstreamer version to 0.8.1.1
8197         because of following changes [--ds]
8199         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
8200         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
8201         (gst_riff_read_header):  Use GST_READ_UINT*
8202         macros to access possibly unaligned memory.
8204         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
8205         (mp3_type_find):  Use GST_READ_UINT*
8206         macros to access possibly unaligned memory.
8207         (mp3_type_find, mpeg1_parse_header, qt_type_find)
8208         (speex_type_find): Likewise
8210         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
8212         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
8213         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
8214         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
8215         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
8216         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
8217         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
8218         macros to access possibly unaligned memory.
8220         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
8221         Likewise.
8223         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
8224         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
8226         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8227         Likewise.
8229         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
8230         (gst_mpeg2subt_chain_subtitle): Likewise.
8232         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
8233         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
8234         Likewise.
8236         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
8237         Likewise.
8239         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
8240         Likewise.
8242         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
8243         Likewise.
8245 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8247         * configure.ac:
8248           update required version of GStreamer because of GST_TIME_FORMAT
8250 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8252         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
8253           remove leftover g_print
8254         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8255           don't try setting only a subset of the caps. We don't want to kill
8256           autoplugging on purpose
8258 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8260         * sys/ximage/ximagesink.c: (plugin_init):
8261         * sys/xvimage/xvimagesink.c: (plugin_init):
8262           add debugging categories
8264 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8266         * po/en_GB.po:
8267         * po/LINGUAS:
8268           Adding en_GB translation (Gareth Owen)
8270 2004-04-20  David Schleef  <ds@schleef.org>
8272         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8273         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
8274         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
8275         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8276         A number of new features and hacks to extract the esds atom and
8277         put it into the caps.  (bug #137724)
8279 2004-04-19  David Schleef  <ds@schleef.org>
8281         * gconf/Makefile.am: Fix for non-GNU make
8282         * gst-libs/gst/Makefile.am: Change directory order to handle
8283         GstPlay linking with gstinterfaces
8284         * gst-libs/gst/audio/make_filter: make use of tr portable
8285         * gst-libs/gst/play/Makefile.am: Add intended \
8286         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8287         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
8288         function prototype instead of void *.
8289         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
8290         macro.
8291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8292         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
8293         * gst/videofilter/make_filter: make use of tr portable
8294         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
8296 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8297                                                                                 
8298         * po/LINGUAS:
8299         * po/uk.po:
8300           Added Ukrainian translation (Maxim V. Dziumanenko)
8301                                                                                 
8302 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8304         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
8305         (gst_gsmdec_link), (gst_gsmdec_chain):
8306           Fix capsnego, simplify chain function slightly.
8307         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8308           Add GSM.
8310 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8312         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8313         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
8314         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
8315           Hack to make wavparse work with spider (always -> sometimes pad).
8316           Fixes #135862 && #140411.
8318 2004-04-18  Benjamin Otte  <otte@gnome.org>
8320         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
8321         (gst_osselement_rate_probe_check),
8322         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
8323           get rid of \n in debug output
8325 2004-04-17  Iain <iain@prettypeople.org>
8327         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
8328         not just EOS.
8330 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8332         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
8333         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
8334         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
8335         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
8336         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8337         (gst_id3_tag_change_state), (plugin_init):
8338           deprecate id3tag element and replace with id3demux/id3mux.
8339           great side effect: this ugly file is now even uglier, yay!
8340         * ext/mad/gstmad.h:
8341           remove non-available function
8342           update for new get_type
8344 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8346         * configure.ac:
8347           require mpeg2dec >= 0.4.0
8349 2004-04-17  Benjamin Otte  <otte@gnome.org>
8351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8352         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
8353         (gst_xvimagesink_set_xwindow_id):
8354           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
8355           assorted cleanup fixes.
8357 2004-04-16  David Schleef  <ds@schleef.org>
8359         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
8360         * sys/xvimage/xvimagesink.h: same
8362 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8364         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
8365           Fix GST_ELEMENT_ERROR with (NULL)
8367 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8369         * gst-libs/gst/riff/riff-media.c:
8370         (gst_riff_create_video_caps_with_data):
8371           Add div[3456] as fourccs for DivX 3 (fixes #140137).
8373 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8375         * gst-libs/gst/riff/riff-media.c:
8376         (gst_riff_create_video_caps_with_data),
8377         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
8378         (gst_riff_create_video_template_caps),
8379         (gst_riff_create_audio_template_caps):
8380         * gst-libs/gst/riff/riff-media.h:
8381         * gst-libs/gst/riff/riff-read.c:
8382         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
8383         * gst-libs/gst/riff/riff-read.h:
8384         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8385           Add MS RLE support. I added some functions to read out strf chunks
8386           into strf chunks and the data behind it. This is usually color
8387           palettes (as in RLE, but also in 8-bit RGB). Also use those during
8388           caps creation. Lastly, add ADPCM (similar to wavparse - which
8389           should eventually be rifflib based).
8390         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
8391         (gst_matroska_demux_init), (gst_matroska_demux_reset):
8392         * gst/matroska/matroska-demux.h:
8393           Remove placeholders for some prehistoric tagging system. Didn't add
8394           support for any tag system really anyway.
8395         * gst/qtdemux/qtdemux.c:
8396           Add support for audio/x-m4a (MPEG-4) through spider.
8397         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8398         (gst_wavparse_loop):
8399           ADPCM support (#135862). Increase max. buffer size because we
8400           cannot split buffers for ADPCM (screws references) and I've seen
8401           files with 2048 byte chunks. 4096 seems safe for now.
8403 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8405         * configure.ac: bump nano to 1
8407 === release 0.8.1 ===
8409 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8411         * configure.ac: releasing 0.8.1, "Comforting Sounds"
8413 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8415         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8416           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
8417           Fixes #140058
8419 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8421         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
8422           lower rank of dvddemux so that it's not used for mpeg playback.
8424 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8426         * configure.ac:
8427           save libs correctly when checking mad
8429 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8431         * ext/mad/gstid3tag.c: (plugin_init):
8432           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
8434 2004-04-13  David Schleef  <ds@schleef.org>
8436         * common/m4/gst-feature.m4: Call -config scripts with
8437         --plugin-libs if it is supported.
8438         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
8439         JPEG images are image/jpeg.
8440         * gst/debug/Makefile.am:
8441         * gst/debug/negotiation.c: (gst_negotiation_class_init),
8442         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
8443         (gst_negotiation_update_caps), (gst_negotiation_get_property),
8444         (gst_negotiation_plugin_init): Add a property that acts like
8445         filter caps.
8446         * testsuite/gst-lint:  Move license checking to be a standard
8447         test.
8449 2004-04-13  David Schleef  <ds@schleef.org>
8451         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
8452         patch from Sebastien Cote (bug #139958)
8454 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8456         * examples/gstplay/Makefile.am:
8457         * examples/gstplay/player.c: (main):
8458           make the commandline player example use gconf settings
8460 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8462         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8463         (gst_cacasink_sinkconnect), (gst_cacasink_init),
8464         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
8465           init/end library during state transition, not object
8466           creation/disposal.  get rid of custom dispose handler.
8467          
8469 2004-04-12  Christian Schaller <Uraeus@gnome.org>
8471         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
8472         be a symlink
8474 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8476         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
8477           Handle JUNK chunks inside data section. Prevents warnings.
8479 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8481         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8482         (gst_riff_create_video_template_caps):
8483           Add MS video v1.
8484         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8485         (gst_avi_demux_stream_data):
8486           Add support for "rec-list" chunks.
8488 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8491           Fix another codecname mismatch.
8493 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8496           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
8497           so that MJPEG plays back.
8499 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8501         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
8502         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
8503         * gst/mpeg1videoparse/gstmp1videoparse.h:
8504           Fix for some slight mis-cuts in buffer parsing, and for some
8505           potential overflows or faults-causers. Adds disconts. Also fixes
8506           #139105 while we're at it.
8508 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8510         * configure.ac:
8511         * sys/v4l2/gstv4l2element.h:
8512           Workaround for missing struct v4l2_buffer declaration in Suse 9
8513           and Mandrake 10 linux/videodev2.h header file (#135919).
8515 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8517         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
8518           Bail out if no filename was given.
8520 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8522         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
8523         (gst_v4l2_fourcc_from_structure):
8524           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
8525           Y41B somewhere).
8527 2004-04-09  Benjamin Otte  <otte@gnome.org>
8529         * ext/gnomevfs/gstgnomevfssink.c:
8530         (_gst_boolean_allow_overwrite_accumulator),
8531         (gst_gnomevfssink_class_init):
8532           fix erase signal - if any handler returns false the file will not be
8533           overwritten. If no handler is connected, the file will not be
8534           overwritten either.
8535           renamed signal to "allow-overwrite"
8536         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
8537           free string when adding it to ID3 failed
8538         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8539           unref event when done
8540         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
8541           free caps
8542         * gst/typefind/gsttypefindfunctions.c:
8543         (mpeg_video_stream_type_find):
8544           fix invalid read 
8546 2004-04-08  David Schleef  <ds@schleef.org>
8548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8549         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
8551 2004-04-08  David Schleef  <ds@schleef.org>
8553         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
8554         we don't support (bug #139532)
8556 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8558         * ext/mad/gstmad.c: (gst_mad_handle_event),
8559         (gst_mad_check_caps_reset), (gst_mad_chain),
8560         (gst_mad_change_state):
8561           only set explicit caps if they haven't been set before for
8562           this stream.  MPEG-audio sample rate/channels aren't allowed
8563           to change in-stream.
8564           Fixes #139382
8566 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8568         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
8569         (_gst_boolean_did_something_accumulator),
8570         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
8571         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
8572         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
8573         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
8574         (gst_gnomevfssink_change_state):
8575           Fix erase signal. Don't erase by default. Remove handoff signal.
8576           Remove erase property. Don't segfault. General cleanup.
8578 2004-04-07  Benjamin Otte  <otte@gnome.org>
8580         * gst-libs/gst/gconf/test-gconf.c: (main):
8581           add missing gst_init
8583 2004-04-07  Benjamin Otte  <otte@gnome.org>
8585         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
8586           free the mutexes, too
8588 2004-04-07  Benjamin Otte  <otte@gnome.org>
8590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
8591           actually free the URI string
8592         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
8593           compute offset correctly when passing discont events
8594         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8595           don't leak discont events
8596         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8597           add some missing breaks so caps aren't copied randomly
8598         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
8599           if we realloc memory, we better use it
8601 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8603         * ext/mad/gstmad.c: (normal_seek):
8604           fix GST_FORMAT_TIME usage
8606 2004-04-05  David Schleef  <ds@schleef.org>
8608         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
8609         a deprecated function (hack!)
8611 2004-04-05  Benjamin Otte  <otte@gnome.org>
8613         * ext/esd/esdmon.c: (gst_esdmon_get):
8614           fix nonterminated vararg and memleak
8616 2004-04-05  Benjamin Otte  <otte@gnome.org>
8618         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
8619         (gst_ladspa_init), (gst_ladspa_force_src_caps),
8620         (gst_ladspa_set_property), (gst_ladspa_get_property),
8621         (gst_ladspa_instantiate), (gst_ladspa_activate),
8622         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
8623           clean up debugging
8625 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
8627         reviewed by Benjamin Otte  <otte@gnome.org>
8629         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
8630           check for broken LADSPA parameters (fixes #138635)
8631         
8632 2004-04-05  Benjamin Otte  <otte@gnome.org>
8634         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
8635           advertise buffer-frames correctly on sinkpads
8637 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8639         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
8640         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
8641         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
8642         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
8643         (gst_mad_check_caps_reset), (gst_mad_chain):
8644         add more debugging, only reset caps when we're not in error state
8646 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8648         * ext/mad/gstmad.c: add debugging category, comment + cleanups
8650 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
8652         reviewed by Benjamin Otte  <otte@gnome.org>
8654         * configure.ac:
8655           fix == in test(1) operator
8657 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
8659         reviewed by Benjamin Otte  <otte@gnome.org>
8661         * configure.ac:
8662           fix --export-symblos-regex to a working regex.
8664 2004-04-04  Benjamin Otte  <otte@gnome.org>
8666         * sys/oss/.cvsignore:
8667           add for oss_probe
8669 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
8671         reviewed by Benjamin Otte  <otte@gnome.org>
8673         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8674           add missing 'new_media' argument (fixes #138168)
8675         * gst/matroska/matroska-demux.c:
8676         (gst_matroska_demux_handle_seek_event):
8677           add vararg terminator (fixes #138169)
8679 2004-04-02  David Schleef  <ds@schleef.org>
8681         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
8682         disted (bug #138914)
8684 2004-04-01  Benjamin Otte  <otte@gnome.org>
8686         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
8687         (gst_alsa_close_audio):
8688           handle case better where a soundcard can't pause
8689         * ext/ogg/gstoggdemux.c:
8690           don't crash when we get events but don't have pads yet
8692 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8694         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8695           throw an error if we couldn't probe any caps.
8697 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
8699         * ext/dvdnav/gst-dvd:
8700         Add a really simple sample DVD player
8702 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
8704         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
8705         (gst_a52dec_push), (gst_a52dec_handle_event),
8706         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
8707         (gst_a52dec_change_state):
8708         * ext/a52dec/gsta52dec.h:
8709           Use a debug category, Output timestamps correctly
8710           Emit tag info, Handle events, tell liba52dec about cpu
8711           capabilities so it can use MMX etc.
8712         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
8713           Fix a crasher accessing invalid memory
8714         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
8715         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
8716         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
8717         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
8718         (dvdnavsrc_query):
8719           Some support for byte-format seeking.
8720           Small fixes for still frames and menu button overlays
8721         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
8722         (gst_mpeg2dec_alloc_buffer):
8723           Use a debug category. Adjust the report level of several items to
8724           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
8725           so it doesn't lose the GstBuffer pointer
8726         * gst/debug/Makefile.am:
8727         * gst/debug/gstdebug.c: (plugin_init):
8728         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
8729         (gst_navseek_base_init), (gst_navseek_class_init),
8730         (gst_navseek_init), (gst_navseek_seek),
8731         (gst_navseek_handle_src_event), (gst_navseek_set_property),
8732         (gst_navseek_get_property), (gst_navseek_chain),
8733         (gst_navseek_plugin_init):
8734         * gst/debug/gstnavseek.h:
8735           Add the navseek debug element for seeking back and forth in a 
8736           video stream using arrow keys.
8737         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
8738         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
8739         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
8740         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
8741         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
8742         (gst_mpeg2subt_parse_header), (gst_get_nibble),
8743         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
8744         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
8745         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
8746         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
8747         * gst/mpeg2sub/gstmpeg2subt.h:
8748           Pretty much a complete rewrite. Now a loopbased element. May still
8749           require work to properly synchronise subtitle buffers.
8750         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
8751         (gst_dvd_demux_send_subbuffer):
8752         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
8753           Don't attempt to create subbuffers of size 0
8754           Reduce a couple of error outputs to warnings.
8755         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
8756         (gst_y4mencode_chain):
8757         Output the y4m frame header correctly.
8759 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8761         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
8762           throw errors instead of allowing SIGFPE
8764 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8766         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
8767         (gst_gconf_render_bin_from_key):
8768           leak plugging and style fixing
8770 2004-03-31  David Schleef  <ds@schleef.org>
8772         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
8773         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
8774         (bug #138225)
8775         * gst/debug/Makefile.am:
8776         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
8777         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
8778         plugin.
8779         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
8780         (gst_negotiation_base_init), (gst_negotiation_class_init),
8781         (gst_negotiation_init), (gst_negotiation_getcaps),
8782         (gst_negotiation_pad_link), (gst_negotiation_chain),
8783         (gst_negotiation_set_property), (gst_negotiation_get_property),
8784         (gst_negotiation_plugin_init):  New element to talk about random
8785         negotiation things happening in a pipeline.
8787 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8789         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
8790           fix integer addition with help of Stefan Kost
8792 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8794         * po/nl.po: updated Dutch translation (Elros Cyriatan)
8796 2004-03-30  David Schleef  <ds@schleef.org>
8798         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
8799         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
8800         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
8801         (bug #137504)
8802         * ext/mpeg2dec/gstmpeg2dec.h:
8804 2004-03-30  David Schleef  <ds@schleef.org>
8806         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
8808 2004-03-30  David Schleef  <ds@schleef.org>
8810         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
8811         Michael Petullo) to handle .mov
8813 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8815         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
8816         (gst_osselement_rate_check_rate):
8817           probe caps correctly for sound cards that only support one format
8819 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8821         * ext/kio/kiosrc.cpp: (process_events):
8822           update handling event processing if inside KDE - untested
8824 2004-03-29  David Schleef  <ds@schleef.org>
8826         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
8827         by 2 to not interfere with other colorspaces.
8828         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
8829         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
8830         one to not interfere with ffmpeg_colorspace.
8832 2004-03-29  David Schleef  <ds@schleef.org>
8834         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
8835         aren't in the caps.
8836         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
8837         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
8839 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8841         * gst-libs/gst/riff/riff-media.c:
8842           fail on error, don't try to set stuff on NULL caps
8844 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8846         * configure.ac:
8847         * ext/Makefile.am:
8848         * ext/kio/Makefile.am:
8849         * ext/kio/kioreceiver.cpp:
8850         * ext/kio/kioreceiver.h:
8851         * ext/kio/kiosrc.cpp:
8852         * ext/kio/kiosrc.h:
8853           add experimental kiosrc plugin
8854         * ext/alsa/gstalsaplugin.c: (plugin_init):
8855           initialize debugging category only when we're sure registering the
8856           plugins worked.
8858 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8860         * examples/gstplay/player.c: (main):
8861         * gst-libs/gst/play/play.c: (gst_play_class_init),
8862         (gst_play_set_location), (gst_play_set_data_src),
8863         (gst_play_set_video_sink), (gst_play_set_audio_sink),
8864         (gst_play_set_visualization), (gst_play_connect_visualization):
8865           check return values of element_set_state and return FALSE where
8866           failed
8868 2004-03-29  Benjamin Otte  <otte@gnome.org>
8870         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8871           try harder to check if an event is really a discont
8873 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8875         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
8876         * po/az.po:
8878 2004-03-28  Benjamin Otte  <otte@gnome.org>
8880         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
8881         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8882         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
8883           get rid of non-standard "..." ranges in case statements.
8885 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
8887         * gst/mpegstream/gstmpegdemux.c: 
8888         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
8889         specific functionality split to the new dvddemux element.
8890         * gst/mpegstream/gstdvddemux.c:
8891         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
8892         streams, derived from mpegdemux.
8893         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
8894         up. SCR based timestamp rewriting can be turned off (will probably
8895         completely disappear soon).
8896         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
8897         hacking. General cleanup. All printf statements replaced by
8898         debugging messages. Almost complete libdvdnav support.
8899         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
8900         by events. New properties for audio and subpicture languages.
8901         (dvdnavsrc_update_highlight): Now uses events.
8902         (dvdnavsrc_user_op): Cleaned up.
8903         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
8904         based). Lots of cleanup, and propper support for most libdvdnav
8905         events.
8906         (dvdnavsrc_make_dvd_event): New function.
8907         (dvdnavsrc_make_dvd_nav_packet_event): New function.
8908         (dvdnavsrc_make_clut_change_event): New function.
8910 2004-03-26  Benjamin Otte  <otte@gnome.org>
8912         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
8913           fix bug where typefinding would claim it's theora whenever less then
8914           7 bytes of data were available
8916 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8918         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
8919         (gst_alawdec_base_init), (gst_alawdec_class_init),
8920         (gst_alawdec_init), (gst_alawdec_chain):
8921         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
8922         (gst_alawenc_base_init), (gst_alawenc_class_init),
8923         (gst_alawenc_init), (gst_alawenc_chain):
8924         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
8925         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
8926         (gst_mulawdec_init), (gst_mulawdec_chain):
8927         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
8928         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
8929         (gst_mulawenc_init), (gst_mulawenc_chain):
8930           Fix capsnego in all four, remove the unused property functions and
8931           simplify the chain functions slightly. I guess we could use macros
8932           or something similar for those, since the code is so similar, but
8933           I'm currently too lazy...
8935 2004-03-24  David Schleef  <ds@schleef.org>
8937         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
8938         (gst_osselement_close_audio), (gst_osselement_probe_caps),
8939         (gst_osselement_get_format_structure),
8940         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
8941         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
8942         (gst_osselement_rate_int_compare): Add code to handle rate probing
8943         (bug #120883)
8944         * sys/oss/gstosselement.h: same
8945         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
8946         Use rate probing provided by osselement.
8947         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
8949 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8951         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
8952         (gst_xvidenc_get_property):
8953           ulong/int mess-up.
8955 2004-03-24  David Schleef  <ds@schleef.org>
8957         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
8958         (gst_speexdec_init):
8959         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8960         (gst_speexenc_init):  Create the pad template correctly (from
8961         the static pad template, not a NULL pointer.)
8963 2004-03-25  Benjamin Otte  <otte@gnome.org>
8965         * gst/debug/Makefile.am:
8966         * gst/debug/breakmydata.c: 
8967           add element that quasi-randomly changes bytes in the stream.
8968           Intended use is robustness checking of demuxers and decoders in
8969           media tests.
8971 2004-03-24  Benjamin Otte  <otte@gnome.org>
8973         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8974         (gst_alsa_probe_hw_params):
8975         * ext/alsa/gstalsa.h:
8976           debugging output fixes
8978 2004-03-24  Benjamin Otte  <otte@gnome.org>
8980         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
8981           don't g_return_if_fail if element is PLAYING, fail silently as every
8982           other element.
8983         * gst/effectv/gstquark.c: (gst_quarktv_chain):
8984           only fix needed for cast lvalue issues in gst-plugins
8985         * gst/volenv/gstvolenv.c: (gst_volenv_init):
8986           add proxy_getcaps
8988 2004-03-24  Benjamin Otte  <otte@gnome.org>
8990         * gst/level/gstlevel.c: (gst_level_init):
8991           add proxying getcaps function, so level doesn't advertise impossible
8992           caps
8994 2004-03-24  David Schleef  <ds@schleef.org>
8996         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8997         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
8998         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
8999         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
9000         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
9001         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
9002         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
9003         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
9004         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
9005         messages.  Divide the chunk size by the compression ratio
9006         (needed for MACE audio)
9008 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9010         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
9011           Fix buffer overflow read error.
9013 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9015         * ext/alsa/gstalsa.h:
9016           Remove unused entry.
9017         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9018           Add cinepak.
9019         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
9020         (gst_videodrop_link), (gst_videodrop_chain):
9021           Fix, sort of. Was horribly broken with new capsnego. Bah...
9023 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
9025         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
9026         (plugin_init):
9027         Add a monkeysaudio typefind function
9029 2004-03-23  Johan Dahlin  <johan@gnome.org>
9031         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
9032         (gst_play_video_fixate): Check so the structure has the field
9033         before trying to fixate them, this makes it possible to have
9034         fakesinks for video and audio output without printing errors on
9035         the output console.
9037 2004-03-22  David Schleef  <ds@schleef.org>
9039         * sys/oss/Makefile.am:
9040         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
9041         (check_rate), (add_rate):  Rate probing test app.
9043 2004-03-21  Benjamin Otte  <otte@gnome.org>
9045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9046         (_fixate_caps_to_int), (gst_audio_convert_fixate):
9047           add a fixation function that pretty much does the right thing (fixes
9048           #137556)
9050 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
9052         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
9054 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
9056         reviewed by: Benjamin Otte  <otte@gnome.org>
9058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9059           terminate gst_event_new_discontinuous correctly (fixes parts of
9060           #137711)
9062 2004-03-19  David Schleef  <ds@schleef.org>
9064         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
9065         since it doesn't depend on X, and it's part of our ABI.
9067 2004-03-19  Iain <iain@prettypeople.org>
9069         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
9070         is_int in the structure, not the local variable.
9072 2004-03-19  David Schleef  <ds@schleef.org>
9074         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
9075         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
9076         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
9077         Improvements in caps negotiation.
9079 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9081         * po/LINGUAS:
9082         * po/af.po:
9083           adding Afrikaans (Petri Jooste)
9085 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9087         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9088         (gst_ffmpegcolorspace_chain):
9089         throw error instead of g_critical (#137588)
9091 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9093         * Makefile.am:
9094         * configure.ac:
9095           dist common and m4 correctly
9096         * po/sv.po:
9098 2004-03-17  David Schleef  <ds@schleef.org>
9100         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
9101         (bug #137348)
9103 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9105         * po/LINGUAS:
9106         * po/sv.po:
9107           adding Swedish translation (Christian Rose)
9109 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9111         * Makefile.am: use release.mak
9113 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9115         * common/ChangeLog:
9116         * common/gst-autogen.sh:
9117           add some explanation about the version detection
9118         * configure.ac:
9119           fix X check
9121 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9123         * configure.ac: bump nano to 1
9125 === release 0.8.0 ===
9127 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9129         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
9131 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9133         * configure.ac:
9134           update libtool version
9135         * gst-libs/gst/media-info/Makefile.am:
9136           actually use libtool version
9138 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9140         * configure.ac: fix speex detection to work with 1.0 but not 1.1
9142 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9144         * configure.ac:
9145         * gst-plugins.spec.in:
9146         * pkgconfig/Makefile.am:
9147         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
9148         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9149         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9150         * pkgconfig/gstreamer-libs.pc.in:
9151         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9152         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9153         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
9154         * pkgconfig/gstreamer-plugins.pc.in:
9155           remove @VERSION@ from some of the pc files since core and plugins
9156           are decoupled.
9157           created gstreamer-plugins.pc as it's a better name, but keeping
9158           -libs around for now to get fixes upstream done first.
9160 2004-03-15  Julien MOUTTE <julien@moutte.net>
9162         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
9163         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
9164         * gst-libs/gst/play/play.h:
9166 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9168         * *.c, *.cc: don't mix tabs and spaces
9170 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9172         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
9173           use the new ffmpegcolorspace
9174         * gst-plugins.spec.in:
9175           package new colorspace and media-info
9176         * configure.ac:
9177         * pkgconfig/Makefile.am:
9178           fix some more disting issues
9179         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9180         * pkgconfig/gstreamer-media-info.pc.in:
9181           generate media-info pc files
9183 2004-03-15  Johan Dahlin  <johan@gnome.org>
9184         
9185         * *.h: Revert indenting
9187 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9189         * configure.ac:
9190           adding ffmpegcolorspace element
9191         * gst/ffmpegcolorspace/Makefile.am:
9192         * gst/ffmpegcolorspace/avcodec.h:
9193         * gst/ffmpegcolorspace/common.h:
9194         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9195         * gst/ffmpegcolorspace/dsputil.h:
9196         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9198         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
9199         (gst_ffmpeg_caps_to_pix_fmt):
9200         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9202         (gst_ffmpegcolorspace_caps_remove_format_info),
9203         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
9204         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
9205         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
9206         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
9207         (gst_ffmpegcolorspace_set_property),
9208         (gst_ffmpegcolorspace_get_property),
9209         (gst_ffmpegcolorspace_register):
9210         * gst/ffmpegcolorspace/imgconvert.c:
9211         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9212         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9213         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9214         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9215         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9216         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
9217         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
9218         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
9219         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
9220         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
9221         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
9222         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
9223         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
9224         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
9225         (img_get_alpha_info), (deinterlace_line),
9226         (deinterlace_line_inplace), (deinterlace_bottom_field),
9227         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9228         * gst/ffmpegcolorspace/imgconvert_template.h:
9229         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9230         * gst/ffmpegcolorspace/mmx.h:
9231         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
9232           adding ffmpegcolorspace element supplied by Ronald after cleaning
9233           up and pulling in the right bits of upstream source. 
9234           I'm sure a better C/compiler wizard could do some cleaning up (for
9235           example use GLIB's malloc stuff), but as a first pass this
9236           works very well
9238 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9240         * ext/alsa/gstalsa.h:
9241           I assume Ronald forgot to commit the change to have cardname
9242           as a struct member.  Expect some public spanking at the next
9243           opportunity.
9245 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9247         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
9248         (gst_alsa_open_audio), (gst_alsa_close_audio):
9249         * ext/alsa/gstalsa.c:
9250           Don't open the device if we're a mixer (= padless).
9251         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
9252         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
9253         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
9254           Open mixer during state change rather than during object
9255           initialization. Also, get a device name. Currently in a somewhat
9256           hackish fashion, but I didn't really find something better.
9258 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9260         * *.c, *.h: run gst-indent
9262 2004-03-14  Benjamin Otte  <otte@gnome.org>
9264         * gst/modplug/gstmodplug.cc:
9265         * gst/modplug/gstmodplug.h:
9266           set correct timestamps on outgoing buffers
9268 2004-03-14  Benjamin Otte  <otte@gnome.org>
9270         * gst/modplug/gstmodplug.cc:
9271           handle events - don't do crap when a discont arrives that's not
9272           necessary
9273           This allows correct loading and playback of mods in Rhythmbox
9275 2004-03-14  Benjamin Otte  <otte@gnome.org>
9277         * configure.ac:
9278         * gst-libs/gst/gconf/Makefile.am:
9279         * pkgconfig/Makefile.am:
9280           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
9281           they get rebuilt properly
9282         * configure.ac:
9283           when checking for vorbis, try pkgconfig first.
9284         * gst/modplug/gstmodplug.cc:
9285           add fixate function
9287 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9289         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9290           Fix for obvious mistake, where we first shift the offset and then
9291           read a samplesize element assuming the old offset. Note that this
9292           part still has something weird, i.e. my movies containing those
9293           don't actually play well, but at least there's something that looks
9294           like sound now.
9296 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
9297         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
9298         (plugin_init):
9299         Add a typefind function for speex format
9301 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9303         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
9304         (gst_asf_demux_setup_pad):
9305           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
9306           instead of 0. Reason is simple: some elements have a fps range
9307           of 1-max instead of 0-max. So now ASF video actually works.
9309 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9311         * po/LINGUAS:
9312         * po/sr.po:
9313           adding serbian as a language
9315 2004-03-13  Benjamin Otte  <otte@gnome.org>
9317         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9318           return taglist correctly from _get function, don't gst_pad_push it.
9319           (fixes #137042)
9321 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
9322         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
9324 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9326         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
9327         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
9328         (gst_alsa_mixer_track_new):
9329         * ext/alsa/gstalsamixertrack.h:
9330           Fix ancient leftovers... MixerTrack is a GObject.
9332 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9334         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
9335         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9336           Don't block during probing...
9338 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9340         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
9341         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
9342         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
9343         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
9344         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
9345         (gst_alsa_open_audio), (gst_alsa_close_audio):
9346         * ext/alsa/gstalsa.h:
9347           Add propertyprobe interface implementation, add some device-name
9348           property, all this so that it looks good in gnome-volume-control.
9350 2004-03-12  David Schleef  <ds@schleef.org>
9352         * configure.ac: the Hermes library controls hermescolorspace, not
9353         colorspace.
9354         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
9355         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
9356         not /* */
9357         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
9358         * ext/sdl/sdlvideosink.h: ditto.
9359         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
9361 2004-03-12  Benjamin Otte  <otte@gnome.org>
9363         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
9364         (gst_x_overlay_got_xwindow_id):
9365         * gst-libs/gst/xoverlay/xoverlay.h:
9366           replace XID with unsigned long to get rid of the xlibs dependency in
9367           XOverlay (fixes #137004)
9369 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
9370         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
9371         (gst_agingtv_setup):
9372         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
9373         (gst_dicetv_base_init), (gst_dicetv_class_init),
9374         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
9375         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
9376         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
9377         (gst_edgetv_setup), (gst_edgetv_rgb32):
9378         * gst/effectv/gsteffectv.c:
9379         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
9380         (gst_quarktv_set_property):
9381         * gst/effectv/gstrev.c: (gst_revtv_get_type),
9382         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
9383         (gst_revtv_setup), (gst_revtv_rgb32):
9384         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
9385         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
9386         (gst_shagadelictv_init), (gst_shagadelictv_setup),
9387         (gst_shagadelictv_rgb32):
9388         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
9389         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
9390         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
9391         * gst/effectv/gstwarp.c:
9392         Port everything that can be ported to videofilter and fix up the caps.
9393         Can someone with a big-endian machine please check these?
9395 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9397         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
9398         (gst_osssink_chain), (gst_osssink_change_state):
9399           Latest fixes for A/V sync, audio playback and such. This is about
9400           all... MPEG playback issues are mostly related to the async build-
9401           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
9403 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9405         patch from: Stephane Loeuillet
9407         * configure.ac:
9408           use pkg-config for some libraries, falling back to the old .m4 way
9409           (fixes #131270)
9410         * m4/libdv.m4:
9411           removed
9413 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9415         * configure.ac:
9416         * tools/Makefile.am:
9417         * tools/Makefile.in:
9418         * tools/gst-launch-ext-m.m:
9419         * tools/gst-launch-ext.1.in:
9420         * tools/gst-visualise-m.m:
9421         * tools/gst-visualise.1:
9422         * tools/gst-visualise.1.in:
9423           reorganizing generation of script tools
9425 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9427         * ext/divx/gstdivxdec.c:
9428           Downgrade priority. We prefer ffdec_mpeg4.
9429         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
9430         (gst_faad_chain), (gst_faad_change_state):
9431           Fix capsnego. Doesn't work for some sounds because we don't have
9432           a 5:1 to stereo element.
9433         * ext/xvid/gstxvid.c: (plugin_init):
9434           Add priority.
9435         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
9436         (gst_osssink_change_state):
9437           Add discont handling.
9439 2004-03-09  Colin Walters  <walters@verbum.org>
9441         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
9442         conversion.
9444 2004-03-09  Benjamin Otte  <otte@gnome.org>
9446         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
9447           the signals take 2 arguments
9449 2004-03-09  David Schleef  <ds@schleef.org>
9451         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
9452         (gst_alsa_fixate): Add fixate function.  (bug #136686)
9453         * ext/alsa/gstalsa.h:
9454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
9456 2004-03-09  Benjamin Otte  <otte@gnome.org>
9458         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
9459         (gst_mikmod_change_state):
9460         * ext/mikmod/gstmikmod.h:
9461           make mikmod's loop function not loop infinitely and call
9462           gst_element_yield anymore
9463         * gst/modplug/gstmodplug.cc:
9464           fix pad negotiation (fixes #136590)
9466 2004-03-09  David Schleef  <ds@schleef.org>
9468         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
9469         doesn't conflict with the internal colorspace plugin.
9470         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
9471         satisfy the crappy-ass shell shipped by a certain vendor.
9472         * gst/videofilter/make_filter: same (bug #135299)
9474 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9476         * configure.ac: bump nano to 1
9478 === release 0.7.6 ===
9480 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9482         * configure.in: releasing 0.7.6, "There"
9484 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9486         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9487         * pkgconfig/gstreamer-play.pc.in:
9488           synchronize the two
9490 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9492         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
9493         (cdparanoia_open), (cdparanoia_event):
9494           fix/add error handling
9495         * po/POTFILES.in:
9496           add cdparanoia source
9497         * tools/Makefile.am:
9498           make scripts executable
9500 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9502         * configure.ac:
9503         * ext/vorbis/Makefile.am:
9504         * sys/Makefile.am:
9505           remove id3types, vorbisfile and xvideosink from the build (#133783)
9507 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9509         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9510           Fix metadata read crash (#136537).
9512 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9514         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
9515         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
9516           adding mime types, fixing the one-stop function
9518 2004-03-08  Christian Schaller <Uraeus@gnome.org>
9520         * ext/nas/nassink.c and /ext/nas/nassink.h:
9521         More NAS love from Arwed von Merkatz
9522         So lets all sing 'Can you feel the NAS tonight' 
9524 2004-03-08  Christian Schaller <Uraeus@gnome.org>
9526         * tools/gst-launch-ext.in: 
9527         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
9529 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9531         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
9532         (gst_mpeg2dec_init):
9533         remove the user_data pad for now, because it is being used in
9534         fixating causing MPEG playback to fixate on 1000 Hz for playback.
9535         If someone knows how to fix this properly, please do.
9537 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9539         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9540         (gst_osssink_get_time):
9541         add a warning, IMO this won't get triggered anymore, remove later
9543 2004-03-07  David Schleef  <ds@schleef.org>
9545         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
9546         format (bug #136470)
9548 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9550         * gst-libs/Makefile.am:
9551         * gst-libs/gst/media-info/Makefile.am:
9552         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
9553         (error_callback), (gst_media_info_error_create),
9554         (gst_media_info_error_element), (gmip_init), (gmip_reset),
9555         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
9556         * gst-libs/gst/media-info/media-info-priv.h:
9557         * gst-libs/gst/media-info/media-info-test.c: (main):
9558         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
9559         (gst_media_info_class_init), (gst_media_info_instance_init),
9560         (gst_media_info_set_source), (gst_media_info_read_with_idler),
9561         (gst_media_info_read_idler), (gst_media_info_read):
9562         * gst-libs/gst/media-info/media-info.h:
9563         fixed, should work now
9565 2004-03-07  Christian Schaller <Uraeus@gnome.org>
9567         * ext/nas/nassink.c:
9568         A bunch of NAS fixes from Arwed von Merkatz
9570 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
9573         (qtdemux_parse_trak):
9574           Fix crash (j might be greater than n_samples, in which case we're
9575           writing outside the allocated space for the array) and memleak.
9577 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9579         * sys/oss/gstosssink.c: (gst_osssink_chain):
9580           And another caller that couldn't handle delay < 0 (unsigned
9581           integer overflow). Video now continues playing on an audio
9582           buffer underrun, and the clock continues working. Audio still
9583           stalls.
9585 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9587         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9588         (gst_osssink_get_time):
9589           get_delay() may return values lower than 0. In those cases, we
9590           should not actually cast to *unsigned* int64, that will break
9591           stuff horribly. In my case, it screwed up A/V sync in movies
9592           in totem rather badly.
9594 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9596         * ext/faac/gstfaac.c: (gst_faac_chain):
9597         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9598         * ext/libpng/gstpngenc.c: (user_write_data):
9599         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9600         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9601         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9602         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
9603         Fix several misuse of gst_buffer_merge (it doesn't take ownership
9604         of any buffer), should fix some leaks. I hope I didn't unref buffers
9605         that shouldn't be...
9606         
9607 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9609         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
9610         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
9611         (error_callback), (gmi_reset), (gmi_seek_to_track),
9612         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
9613         (gmip_find_type_post), (gmip_find_stream_post),
9614         (gmip_find_track_streaminfo_post):
9615         * gst-libs/gst/media-info/media-info-priv.h:
9616         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
9617         (info_print), (main):
9618         * gst-libs/gst/media-info/media-info.c:
9619         (gst_media_info_error_create), (gst_media_info_error_element),
9620         (gst_media_info_instance_init), (gst_media_info_get_property),
9621         (gst_media_info_new), (gst_media_info_set_source),
9622         (gst_media_info_read_idler), (gst_media_info_read):
9623         * gst-libs/gst/media-info/media-info.h:
9624           first pass at making this work again.  This seems to work on
9625           tagged ogg/vorbis and mp3 files.
9627 2004-03-06  Benjamin Otte  <otte@gnome.org>
9629         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9630           fix huge leak: gst_buffer_merge doesn't unref the first argument
9631           itself.
9633 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9635         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
9636           report layer/mode/emphasis
9638 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9640         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
9642 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9645           signal serial
9647 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9649         * ext/vorbis/vorbis.c: (plugin_init):
9650         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9651         (gst_vorbis_dec_init), (vorbis_dec_event):
9652         add debug category
9653         make vorbisdec handle _BYTE and _TIME queries
9655 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9657         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
9658           from the xing header
9660 2004-03-06  Benjamin Otte  <otte@gnome.org>
9662         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
9663         (gst_audio_convert_link), (gst_audio_convert_change_state),
9664         (gst_audio_convert_buffer_from_default_format):
9665           do conversions from/to float correctly, fix some caps nego errors,
9666           export correct supported caps in template and getcaps, use correct
9667           caps in try_set_caps functions
9669 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9671         For some reason, I only committed a ChangeLog entry yesterday and 
9672         not the corresponding code...
9673         * ext/mad/gstmad.c: Fix detection of Xing headers
9674         * gst/tags/gstid3tag.c: Changes to support TLEN tags
9676 2004-03-06  Benjamin Otte  <otte@gnome.org>
9678         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
9679         (gst_ogg_demux_src_query):
9680           make sure to handle the case where there's no current chain
9681           gracefully.
9683 2004-03-05  David Schleef  <ds@schleef.org>
9685         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
9686         Add fixate function. (bug #131128)
9687         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9688         (gst_sdlvideosink_fixate):  Add fixate function.
9689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9690         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
9691         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
9692         Fix missing break that was causing ulaw to be interpreted as
9693         raw int.
9695 2004-03-05  David Schleef  <ds@schleef.org>
9697         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
9698         Fix code that ignores return value of gst_buffer_merge().
9699         (bug #114560)
9700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
9701         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
9702         * testsuite/gst-lint:  Check for above.
9704 2004-03-05  David Schleef  <ds@schleef.org>
9706         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
9707         caps and throw an element error.  (bug #136334)
9709 2004-03-05  David Schleef  <ds@schleef.org>
9711         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
9712         (gst_faad_chain): Fix negotiation.
9713         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
9714         key and button events.
9715         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
9716         dung heap of code.
9717         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
9718         depends on gconf
9719         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
9720         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9721         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
9722         function to encourage better negotiation, particularly between
9723         audioconvert and osssink.
9724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9725         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
9726         more important.
9727         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
9728         typefinding.
9729         * gst/vbidec/vbiscreen.c:  Add glib header
9730         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
9732 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
9734         * ext/mad/gstmad.c: Fix detection of Xing headers
9735         * gst/tags/gstid3tag.c: Changes to support TLEN tags
9737 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9739         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9740         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
9741           debug updates
9743 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9745         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9746         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
9747         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
9748         files, and report the parsed length as a GST_TAG_DURATION tag.
9749         * gst/tags/gstid3tag.c: support TLEN (duration) tag
9751 2004-03-05  Benjamin Otte  <otte@gnome.org>
9753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
9754           convert channels correctly. convert correctly to unsigned.
9756 2004-03-05  Julien MOUTTE <julien@moutte.net>
9758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
9759         we have a window before clearing it.
9761 2004-03-05  Julien MOUTTE <julien@moutte.net>
9763         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
9764         have a window before clearing it.
9766 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9768         * gconf/gstreamer.schemas.in:
9769         * gst-libs/gst/gconf/Makefile.am:
9770           version installation path the same way as for 0.6
9771         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9772         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9773         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9774           remove comment that was fixed
9776 2004-03-05  David Schleef  <ds@schleef.org>
9778         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
9779         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
9780         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
9781         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
9782         Add prototype code for handling seeking and querying.
9784 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9786         * examples/gstplay/player.c: (main):
9787           Initialize variables to NULL. Prevents a segfault because the
9788           (uninitialized) variable is not NULL, resulting in a crash on
9789           trying to reach error->message.
9791 2004-03-05  Benjamin Otte  <otte@gnome.org>
9793         * gst/audioconvert/gstaudioconvert.c:
9794         (gst_audio_convert_buffer_to_default_format):
9795         make float=>int conversion work correctly even in cornercases.
9797 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
9799         * debian/README.Debian:
9800         * debian/build-deps:
9801         * debian/changelog:
9802         * debian/control:
9803         * debian/control.in:
9804         * debian/copyright:
9805         * debian/gstreamer-a52dec.files:
9806         * debian/gstreamer-aa.files:
9807         * debian/gstreamer-alsa.files:
9808         * debian/gstreamer-alsa.manpages:
9809         * debian/gstreamer-arts.files:
9810         * debian/gstreamer-artsd.files:
9811         * debian/gstreamer-audiofile.files:
9812         * debian/gstreamer-avifile.files:
9813         * debian/gstreamer-cdparanoia.files:
9814         * debian/gstreamer-colorspace.files:
9815         * debian/gstreamer-doc.files:
9816         * debian/gstreamer-dv.files:
9817         * debian/gstreamer-dvd.files:
9818         * debian/gstreamer-esd.files:
9819         * debian/gstreamer-festival.files:
9820         * debian/gstreamer-flac.files:
9821         * debian/gstreamer-gconf.conffiles:
9822         * debian/gstreamer-gconf.files:
9823         * debian/gstreamer-gconf.postinst:
9824         * debian/gstreamer-gnomevfs.files:
9825         * debian/gstreamer-gsm.files:
9826         * debian/gstreamer-http.files:
9827         * debian/gstreamer-jack.files:
9828         * debian/gstreamer-jpeg.files:
9829         * debian/gstreamer-mad.files:
9830         * debian/gstreamer-mikmod.files:
9831         * debian/gstreamer-misc.files:
9832         * debian/gstreamer-mpeg2dec.files:
9833         * debian/gstreamer-oss.files:
9834         * debian/gstreamer-plugin-apps.files:
9835         * debian/gstreamer-plugin-apps.manpages:
9836         * debian/gstreamer-plugin-libs-dev.files:
9837         * debian/gstreamer-plugin-libs.files:
9838         * debian/gstreamer-plugin-template.postinst:
9839         * debian/gstreamer-plugin-template.postrm:
9840         * debian/gstreamer-sdl.files:
9841         * debian/gstreamer-sid.files:
9842         * debian/gstreamer-vorbis.files:
9843         * debian/gstreamer-x.files:
9844         * debian/mk.control:
9845         * debian/rules:
9846         Debian package info not maintained here.
9848 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9850         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
9851         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
9852         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
9853         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
9854         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
9855         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
9856         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
9857         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
9858         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
9859         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
9860         * gst-libs/gst/colorbalance/colorbalance.c:
9861         (gst_color_balance_class_init):
9862         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9863         (gst_color_balance_channel_class_init):
9864         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
9865         * gst-libs/gst/play/play.c: (gst_play_class_init):
9866         * gst-libs/gst/propertyprobe/propertyprobe.c:
9867         (gst_property_probe_iface_init):
9868         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
9869         * gst-libs/gst/tuner/tunerchannel.c:
9870         (gst_tuner_channel_class_init):
9871         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
9872         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
9873         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
9874         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
9875         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
9876         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9877         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9878         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
9879         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
9880           fix signals to use - instead of _
9881         * ext/libcaca/gstcacasink.h:
9882         * ext/sdl/sdlvideosink.h:
9883           fix header rename
9885 2004-03-04  David Schleef  <ds@schleef.org>
9887         * testsuite/gst-lint:  Add a check for bad signal names.
9889 2004-03-04  <kost@imn.htwk-leipzig.de>
9891         reviewed by David Schleef
9893         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
9894         modified the alpha channel and caused a warning. (bug #136192)
9896 2004-04-03  Christian Schaller <Uraeus@gnome.org>
9898         * gst-plugins.spec.in:
9899         Change names of plugins to actually be correct. Try to keep things
9900         alphabetical to avoid getting beat up by Thomas
9902 2004-03-03  Julien MOUTTE <julien@moutte.net>
9904         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
9905         Using ximagesink as a default if no gconf key found. We should
9906         probably consider using alsasink instead of osssink for the audio
9907         part.
9909 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9911         * configure.ac:
9912           fix --with-plugins, don't think it ever worked before
9913         * gst-plugins.spec.in:
9914           even more updates
9916 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9918         * ext/sdl/sdlvideosink.h:
9919         * sys/ximage/ximagesink.h:
9920         * sys/xvideo/xvideosink.h:
9921         * sys/xvimage/xvimagesink.h:
9922           Fix for move of gstvideosink.h -> videosink.h.
9924 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9926         * gst-libs/gst/xwindowlistener/Makefile.am:
9927           this is a plugin library, not a library
9929 2004-03-01  David Schleef  <ds@schleef.org>
9931         * AUTHORS:  Added some names.  Add yourself if you're still
9932         missing.
9934 2004-03-01  David Schleef  <ds@schleef.org>
9936         * MAINTAINERS: Add
9938 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9940         * gst-plugins.spec.in: clean up spec file
9942 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9944         * gst-libs/gst/video/Makefile.am:
9945         * gst-libs/gst/video/gstvideosink.c:
9946         * gst-libs/gst/video/gstvideosink.h:
9947           rename gstvideosink.h to videosink.h to match other headers
9948         * gst/mixmatrix/Makefile.am:
9949           fix plugin filename
9950         * gst/tags/Makefile.am: fix plugin filename
9952 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9954         * gst/tags/Makefile.am: fix plugin filename
9956 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9958         * examples/gstplay/player.c: (got_time_tick), (main):
9959           add error handler
9960           display time_tick more readably
9961         * gst/mixmatrix/Makefile.am:
9962           fix plugin file name
9964 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
9966         * sys/oss/gstosselement.c: (gst_osselement_probe),
9967         (device_combination_append), (gst_osselement_class_probe_devices):
9968         * sys/oss/gstosselement.h: 
9969           Reworked enumeration of oss dsps and mixers so that gst-mixer works
9970           on my system using alsa oss emulation, fixes bug #135597
9972 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9974         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
9975         (gst_videodrop_chain), (gst_videodrop_change_state):
9976         * gst/videodrop/gstvideodrop.h:
9977           Work based on timestamp of input data, not based on the expected
9978           framerate from the input. The consequence is that this element now
9979           not only scales framerates, but also functions as a framerate
9980           corrector or framerate stabilizer/constantizer.
9982 2004-02-27  David Schleef  <ds@schleef.org>
9984         patches from jmmv@menta.net (Julio M. Merino Vidal)
9986         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
9987         GST_ELEMENT_ERROR call (bug #135634)
9988         * gst/interleave/interleave.c: (interleave_buffered_loop),
9989         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
9990         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
9991         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9992         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
9993         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
9994         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
9995         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
9996         Fix GST_ELEMENT_ERROR call.
9997         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
9998         GST_ELEMENT_ERROR call.
10000 2004-02-27  Benjamin Otte  <otte@gnome.org>
10002         * gst-libs/gst/audio/audio.h:
10003           add macro to make sure header isn't included twice
10004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
10005           don't use gst_buffer_free
10006         * gst/playondemand/filter.func:
10007           don't use gst_data_free. Free data only once.
10009 2004-02-26  David Schleef  <ds@schleef.org>
10011         * gst-libs/gst/colorbalance/Makefile.am:
10012         * gst-libs/gst/mixer/Makefile.am:
10013         * gst-libs/gst/tuner/Makefile.am:
10014         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
10015         should not be disted, -marshal.h files should not be installed,
10016         and -enum.h files _should_ be installed.  Fix to make this the
10017         case.
10019 === release 0.7.5 ===
10021 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10023         * configure.ac: release 0.7.5, "Under The Sea"
10025 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
10028         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
10029         * gst/videoscale/gstvideoscale.c:
10030         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
10031           assorted debug/warning fixes
10033 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10035         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
10036         (gst_videoscale_init), (gst_videoscale_chain),
10037         (gst_videoscale_set_property), (plugin_init):
10038         * gst/videoscale/gstvideoscale.h:
10039         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10040         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
10041         (gst_videoscale_planar400), (gst_videoscale_packed422),
10042         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
10043         (gst_videoscale_24bit), (gst_videoscale_16bit),
10044         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
10045         (gst_videoscale_scale_plane_slow),
10046         (gst_videoscale_scale_point_sample),
10047         (gst_videoscale_scale_nearest),
10048         (gst_videoscale_scale_nearest_str2),
10049         (gst_videoscale_scale_nearest_str4),
10050         (gst_videoscale_scale_nearest_32bit),
10051         (gst_videoscale_scale_nearest_24bit),
10052         (gst_videoscale_scale_nearest_16bit):
10053         add debugging category and use it properly
10054         fix use of GST_PTR_FORMAT
10056 2004-02-25  Andy Wingo  <wingo@pobox.com>
10058         * gst/interleave/interleave.c (interleave_buffered_loop): Always
10059         push only when channel->buffer is NULL. Prevents segfaults doing
10060         the state change after a nonlocal exit, like a scheme exception.
10062         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10063         Handle the case where the intersected caps is empty.
10065 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10067         * gst/law/mulaw-decode.c: (mulawdec_link):
10068         * gst/law/mulaw.c: (plugin_init):
10069           fix mulawdec so it actually works again
10071 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
10073         reviewed by: David Schleef  <ds@schleef.org>
10075         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
10076         (gst_gamma_init), (gst_gamma_set_property),
10077         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10078         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
10079         for RGB, with separate r g and b correction factors. (#131167)
10081 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10083         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10084           only signal tags for bitrate if they're > 0 (#134894)
10086 2004-02-24  David Schleef  <ds@schleef.org>
10088         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
10089         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
10090         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
10091         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
10092         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
10093         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
10094         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
10095         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
10096         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
10097         category.  Attempt to fix timestamp calculation.
10099 2004-02-24  Johan Dahlin  <johan@gnome.org>
10101         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
10103 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10105         * configure.ac:
10106         * gconf/Makefile.am:
10107         * gconf/gstreamer.schemas:
10108         * gst-libs/gst/gconf/Makefile.am:
10109         * gst-libs/gst/gconf/gconf.c:
10110           version gconf schemas and install locations
10112 2004-02-23  Benjamin Otte  <otte@gnome.org>
10114         * ext/xine/xineinput.c: (gst_xine_input_dispose):
10115         (gst_xine_input_subclass_init):
10116           call parent dispose.
10117           change pad template for CD reader correctly
10118         * ext/xine/Makefile.am:
10119         * ext/xine/gstxine.h:
10120         * ext/xine/xine.c: (plugin_init):
10121         * ext/xine/xineaudiosink.c:
10122           wrap audio sinks, too
10123         * gst-libs/gst/resample/private.h:
10124         * gst-libs/gst/resample/resample.c: (gst_resample_init),
10125         (gst_resample_reinit), (gst_resample_scale),
10126         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
10127         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
10128         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
10129         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
10130         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
10131         * gst-libs/gst/resample/resample.h:
10132         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10133         (gst_audioscale_class_init), (gst_audioscale_link),
10134         (gst_audioscale_get_buffer), (gst_audioscale_init),
10135         (gst_audioscale_chain), (gst_audioscale_set_property),
10136         (gst_audioscale_get_property):
10137         * gst/audioscale/gstaudioscale.h:
10138           s/resample_*/gst_resample_*/i to not clobber namespaces
10140 2004-02-23  Julien MOUTTE  <julien@moutte.net>
10142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10143         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
10144         (gst_riff_create_video_template_caps),
10145         (gst_riff_create_audio_template_caps),
10146         (gst_riff_create_iavs_template_caps):
10147         * gst-libs/gst/riff/riff-media.h:
10148         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10149         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
10150         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
10151         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10152         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10153         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10154         (gst_matroska_demux_plugin_init): First batch implementing audio and 
10155         video codec tags in demuxers.
10157 2004-02-22  Benjamin Otte  <otte@gnome.org>
10159         * ext/xine/Makefile.am:
10160         * ext/xine/gstxine.h:
10161         * ext/xine/xine.c: (plugin_init):
10162         * ext/xine/xineinput.c:
10163           add input plugin wrapper. Playback from files, http, mms and cdda
10164           works.
10165         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
10166           remove leftover G_GNUC_UNUSED
10167         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
10168         (gst_asf_demux_identify_guid):
10169           improve debugging output
10171 2004-02-22  Benjamin Otte  <otte@gnome.org>
10173         reported by: Padraig O'Briain <padraig.obriain@sun.com>
10175         * autogen.sh:
10176           replace test -e with test -x for mkinstalldirs to be more portable.
10177           (fixes #134816)
10179 2004-02-22  Benjamin Otte  <otte@gnome.org>
10181         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
10183         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
10184           set rank to PRIMARY
10185         * gst/volume/gstvolume.c: (plugin_init):
10186           set rank to NONE
10187         fixes #134960
10189 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
10191         reviewed by Benjamin Otte  <otte@gnome.org>
10193         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10194           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
10196 2004-02-22  Benjamin Otte  <otte@gnome.org>
10198         * configure.ac:
10199           export [_]*{gst,Gst,GST}.* symbols from plugins
10201 2004-02-22  Christophe Fergeau <teuf@gnome.org>
10203         reviewed by: Benjamin Otte  <otte@gnome.org>
10205         * ext/lame/gstlame.c: (add_one_tag):
10206         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10207         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
10208         (gst_vorbisenc_metadata_set1):
10209         * gst/tags/gstid3tag.c:
10210         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
10211           apply fixes from bugs #135042 (lame can't write tags) and #133817
10212           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
10214 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
10216         * configure.ac: Export only gst_plugin_desc from plugins.
10217          Note that this change only makes any effect with Linux using libtool 
10218          1.5.2 or higher. Otherwise it is silently ignored, but it would build
10219          fine. And don't try to have several versions of libtool in different
10220          directories.
10222 2004-02-20  Andy Wingo  <wingo@pobox.com>
10224         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
10225         interleave respectively.
10227         * gst/interleave/deinterleave.c: New plugin: deinterleave
10228         (replaces on oneton).
10229         * gst/interleave/interleave.c: New plugin: interleave.
10230         * gst/interleave/plugin.h: Support file.
10231         * gst/interleave/plugin.c: Support file.
10233         * configure.ac: Remove intfloat and oneton, add interleave.
10235         * ext/sndfile/gstsf.c: Handle events better.
10237         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
10238         and float2int operation. int2float has scheduling problems as
10239         noted in in2float_chain. 
10241 2004-02-20  Benjamin Otte  <otte@gnome.org>
10243         * ext/xine/Makefile.am:
10244         * ext/xine/gstxine.h:
10245         * ext/xine/xine.c: 
10246         * ext/xine/xineaudiodec.c: 
10247         * ext/xine/xinecaps.c: 
10248           add first version of xine plugin wrapper. Currently only wraps the
10249           QDM2 win32 DLL, and even that only in proof-of-concept quality.
10250         * configure.ac:
10251         * ext/Makefile.am:
10252           add xine plugin wrapper, disabled by default. Use --enable-xine to
10253           build. Note that it'll segfault on gst-register if you don't remove
10254           the goom and tvtime post plugins from xine.
10255         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10256         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
10257           add extradata parsing for QDM2.
10258           change around debugging prints.
10260 2004-02-19  Benjamin Otte  <otte@gnome.org>
10262         * ext/lame/gstlame.c: (gst_lame_chain):
10263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10264           use gst_tag_list_insert when you want to insert tags
10266 2004-02-18  David Schleef  <ds@schleef.org>
10268         * configure.ac:  Move massink to gst-rotten
10269         * ext/Makefile.am:
10270         * ext/mas/Makefile.am:
10271         * ext/mas/massink.c:
10272         * ext/mas/massink.h:
10274 2004-02-18  David Schleef  <ds@schleef.org>
10276         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
10277         typefinding, since it seems to be worse than nothing.
10278         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
10279         atom to recognize .mp4 and .m4a files as video/quicktime.
10281 2004-02-18  David Schleef  <ds@schleef.org>
10283         * gst/sine/demo-dparams.c: (quit_live),
10284         (dynparm_log_value_changed), (dynparm_value_changed), (main):
10285         Use double dparams, not float.
10286         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10287         (gst_sinesrc_init): Change sync default to FALSE, since multiple
10288         sync'd elements don't really work correctly.
10289         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
10290         (volume_update_volume), (volume_get_property):  Change dparam
10291         to double.
10293 2004-02-18  Julien MOUTTE  <julien@moutte.net>
10295         * sys/ximage/ximagesink.c:
10296         (gst_ximagesink_xwindow_update_geometry),
10297         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
10298         (gst_ximagesink_change_state), (gst_ximagesink_expose),
10299         (gst_ximagesink_init): Rework the way software video scaling works. So
10300         now we check on each chain call if the video frames are feeling the 
10301         window. If not we try to renegotiate caps. On failure we memorize that
10302         and we won't try again for that PLAYING sessions.
10303         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
10304         failure.
10305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
10306         synchronous flag.
10308 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10310         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
10311           break up _link so we can give a better debug message for errors
10313 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10315         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
10316           set up debug category
10318 2004-02-18  Julien MOUTTE <julien@moutte.net>
10320         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10321         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
10322         the way renegotiation work. The event handling function is not taking
10323         care of external windows and renegotiate method check for pad flags
10324         NEGOTIATING. Should fix : #133209
10326 2004-02-17  Julien MOUTTE  <julien@moutte.net>
10328         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
10329         pad is negotiating before trying renegotiation.
10331 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
10333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
10334           pass on all possible mime types as typefind hints
10336 2004-02-17  Julien MOUTTE <julien@moutte.net>
10338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
10339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
10340         possible SHM leak if we crash. All other apps using XShm are doing
10341         that.
10343 2004-02-17  Julien MOUTTE  <julien@moutte.net>
10345         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10346         (gst_ximagesink_expose): Renegotiate size on expose.
10347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
10348         size on expose.
10350 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10352         * testsuite/alsa/sinesrc.c:
10353           cosmetic fix to fix compile issue with gcc 2.95.4
10355 2004-02-16  Julien MOUTTE <julien@moutte.net>
10357         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10358         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
10359         failed opening the audio device.
10360         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10361         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10362         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
10363         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
10364         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
10365         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10366         (gst_ximagesink_change_state), (gst_ximagesink_chain),
10367         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
10368         Removing some useless g_return_if_fail like wingo suggested.
10369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10370         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
10371         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
10372         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
10373         (gst_xvimagesink_update_colorbalance),
10374         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
10375         (gst_xvimagesink_xcontext_clear),
10376         (gst_xvimagesink_get_fourcc_from_caps),
10377         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
10378         (gst_xvimagesink_set_xwindow_id),
10379         (gst_xvimagesink_colorbalance_list_channels),
10380         (gst_xvimagesink_colorbalance_set_value),
10381         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
10382         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
10384 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10386         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
10387           throw error when not negotiated instead of asserting
10389 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10391         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
10392         correct data refcounting.
10394 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10396         * gst/switch/gstswitch.c: (gst_switch_change_state),
10397         (gst_switch_class_init): Cleaning the sinkpads correctly on state
10398         change, mostly the EOS flag.
10400 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10402         * examples/gstplay/player.c: (got_eos), (main): Adding some 
10403         output for debugging.
10404         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
10405         timeouts if we go to any state different from PLAYING.
10406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
10407         more EOS bugs in riff lib.
10409 2004-02-14  Julien MOUTTE  <julien@moutte.net>
10411         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
10412         visualization until i find a way to fix switch correctly.
10413         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
10414         EOS arrives.
10415         * gst/switch/gstswitch.c: (gst_switch_release_pad),
10416         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
10417         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
10418         Reworked switch to get a more correct behaviour with events and refing
10419         of data stored in sinkpads.
10420         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
10421         we don't pull from a pad in EOS.
10423 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10425         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10426           remove v1 tag even if we can't read it (makes sure we don't detect
10427           it again)
10429 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10431         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
10432         (gst_alsa_xrun_recovery):
10433         * ext/alsa/gstalsa.h:
10434           try xrun recovery when wait failed. Make xrun recovery function
10435           return TRUE/FALSE to indicate success. (might fix #134354)
10437 2004-02-13  David Schleef  <ds@schleef.org>
10439         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
10440         (dynparm_value_changed), (main): Convert from float to double.
10441         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
10443 2004-02-13  David Schleef  <ds@schleef.org>
10445         * gst/silence/gstsilence.c: (gst_silence_class_init),
10446         (gst_silence_set_clock), (gst_silence_get),
10447         (gst_silence_set_property), (gst_silence_get_property):
10448         * gst/silence/gstsilence.h: Add sync property.
10449         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10450         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
10451         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
10452         * gst/sine/gstsinesrc.h: Add sync property.
10454 2004-02-13  David Schleef  <ds@schleef.org>
10456         * gst/intfloat/gstint2float.c: (conv_f32_s16),
10457         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
10459 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10461         * configure.ac:
10462         * ext/Makefile.am:
10463         * gst-libs/ext/Makefile.am:
10464           move ffmpeg plugin to gst-ffmpeg module
10466 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10468         * configure.ac: use GST_ARCH to detect architecture
10470 2004-02-12  Julien MOUTTE  <julien@moutte.net>
10472         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
10474 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10476         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
10477           classify LADSPA plugins based on number of src/sink pads
10478           (#133663, Stefan Kost)
10479         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
10480           fix dparams registration
10481           (#133528, Stefan Kost)
10482         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
10483           fix use of isprint and use g_ascii_isprint instead
10484           (#133316, Stefan Kost)
10486 2004-02-11  David Schleef  <ds@schleef.org>
10488         Convert a few inner loops to use liboil.  This is currently
10489         optional, and is only enabled if liboil is present (duh!).
10490         * configure.ac: Check for liboil-0.1
10491         * gst/intfloat/Makefile.am:
10492         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
10493         (gst_int2float_chain_gint16):
10494         * gst/videofilter/Makefile.am:
10495         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
10496         (tablelookup_u8), (gst_videobalance_planar411):
10497         * gst/videotestsrc/Makefile.am:
10498         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
10499         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
10500         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
10501         (paint_hline_RGB565), (paint_hline_xRGB1555):
10503 2004-02-11  David Schleef  <ds@schleef.org>
10505         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
10506         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
10507         (gst_colorspace_getcaps), (gst_colorspace_link),
10508         (gst_colorspace_base_init), (gst_colorspace_init),
10509         (gst_colorspace_chain), (gst_colorspace_change_state),
10510         (plugin_init): Merge Ronald's patch (bug #117897) and update
10511         for new caps and negotiation.  Seems to work, although it
10512         shows off bugs in lcs.
10514 2004-02-11  David Schleef  <ds@schleef.org>
10516         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
10517         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
10519 2004-02-11  David Schleef  <ds@schleef.org>
10521         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
10522         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
10523         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
10524         Add server and port properties
10526 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10528         * m4/a52.m4:
10529         * m4/aalib.m4:
10530         * m4/as-ffmpeg.m4:
10531         * m4/as-liblame.m4:
10532         * m4/as-slurp-ffmpeg.m4:
10533         * m4/check-libheader.m4:
10534         * m4/esd.m4:
10535         * m4/freetype2.m4:
10536         * m4/gconf-2.m4:
10537         * m4/glib.m4:
10538         * m4/gst-alsa.m4:
10539         * m4/gst-artsc.m4:
10540         * m4/gst-ivorbis.m4:
10541         * m4/gst-matroska.m4:
10542         * m4/gst-sdl.m4:
10543         * m4/gst-shout2.m4:
10544         * m4/gst-sid.m4:
10545         * m4/gtk.m4:
10546         * m4/libdv.m4:
10547         * m4/libfame.m4:
10548         * m4/libmikmod.m4:
10549         * m4/ogg.m4:
10550         * m4/vorbis.m4:
10551           fix underquotedness of macros (#133800)
10552         * m4/as-avifile.m4:
10553         * m4/xmms.m4:
10554           removed because no longer used
10556 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10558         * configure.ac:
10559           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
10560           by autopoint (fixes #132996)
10562 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10564         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
10565         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
10566         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
10567         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
10568           fix memleaks
10570 2004-02-11  David Schleef  <ds@schleef.org>
10572         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10573         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
10574         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
10575         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
10576         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
10577         (gst_jpegenc_class_init), (gst_jpegenc_init),
10578         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
10579         (gst_jpegenc_chain), (gst_jpegenc_set_property),
10580         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
10581         * ext/jpeg/gstjpegenc.h: Fix negotiation.
10583 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10585         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
10586         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
10587         * ext/mikmod/gstmikmod.h:
10588           fix caps negotiation in mikmod
10589         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
10590           output debug information
10592 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10594         * gst-libs/gst/colorbalance/Makefile.am:
10595         * gst-libs/gst/navigation/Makefile.am:
10596         * gst-libs/gst/xoverlay/Makefile.am:
10597           remove unused GST_OPT_CFLAGS from Makefiles
10598           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
10600 2004-02-07  David Schleef  <ds@schleef.org>
10602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
10603         push events to pads that haven't been created (#133508)
10605 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
10607         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
10608         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
10609         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
10610         (gst_dvdec_loop), (gst_dvdec_change_state):
10611         Second attempt at committing a working dvdec element.
10613 2004-02-06  David Schleef  <ds@schleef.org>
10615         Build fixes for OS X: (see #129600)
10616         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
10617         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
10618         (gst_riff_read_strf_iavs):
10619         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10620         (gst_avi_demux_stream_odml):
10621         * gst/playondemand/Makefile.am:
10622         * gst/rtp/rtp-packet.c:
10624 2004-02-05  David Schleef  <ds@schleef.org>
10626         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
10627         last change, because it Just Doesn't Compile.
10629 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10631         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10632           skip undecodable id3v2 tag instead of keeping it
10634 2004-02-05  David Schleef  <ds@schleef.org>
10636         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10637         Unref leaked buffer.  (Noticed by Ronald)
10639 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
10641         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
10642         Sync requires with other checks.  >= vs =.
10644 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10646         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10647         (gst_dvdec_video_link), (gst_dvdec_loop):
10648         * ext/dv/gstdvdec.h:
10649           rework the caps negotiation so that dvdec works again instead
10650           of just segfaulting.
10652 === release 0.7.4 ===
10654 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10655                                                                                 
10656         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
10657         * configure.ac: changed for release
10659 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10661         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
10662         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
10663         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
10664         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10665           reworked patch by David Lehn to fix libdir and includedir for
10666           uninstalled libraries
10667           removed play and gconf from gstreamer-libs since they have their
10668           own pkgconfig files
10670 2004-02-04  David Schleef  <ds@schleef.org>
10672         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
10673         memleak.
10675 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10677         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10678           use correct GST_TAG_ENCODER tag
10680 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10682         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10683           be sure to stop the clock when going to paused
10684         * sys/oss/gstosssink.c: (gst_osssink_change_state):
10685           reset number of transmitted when going to ready.
10686         fixes #132935
10688 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
10690         reviewed by Benjamin Otte
10692         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10693           extract track count (fixes #133410)
10695 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10697         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
10698           that should be !=, not == (fixes #132519)
10700 2004-02-04  David Schleef  <ds@schleef.org>
10702         Make sure set_explicit_caps() is called before adding pad.
10703         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10704         * gst/id3/gstid3types.c: (gst_id3types_loop):
10705         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
10706         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
10708 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10710         * configure.ac:
10711           bump nano to 2, first prerelease
10712           put back AM_PROG_LIBTOOL
10714 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10716         * testsuite/alsa/Makefile.am:
10717           these are user test apps, not automatic testsuite tests
10719 2004-02-04  David Schleef  <ds@schleef.org>
10721         Convert GST_DEBUG_CAPS() to GST_DEBUG():
10722         * gst/mpeg1videoparse/gstmp1videoparse.c:
10723         (mp1videoparse_parse_seq):
10724         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
10725         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10726         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
10727         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
10728         (gst_xvideosink_getcaps):
10729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10730         * testsuite/gst-lint: more tests
10732 2004-02-04  David Schleef  <ds@schleef.org>
10734         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
10735         with the code that they would expand to.
10736         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
10737         (gst_flacdec_get_src_query_types),
10738         (gst_flacdec_get_src_event_masks):
10739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
10740         (gst_gnomevfssrc_get_query_types),
10741         (gst_gnomevfssrc_get_event_mask):
10743 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10745         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10746         (gst_sinesrc_dispose):
10747           fix memleak by properly disposing sinesrc
10749 2004-02-04  Julien MOUTTE  <julien@moutte.net>
10751         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
10752         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
10753         an overlay to redraw the image because it has been exposed.
10754         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
10755         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
10756         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
10757         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
10758         interface
10759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
10760         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
10761         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
10762         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
10763         interface 
10765 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
10768           more memleak fixage
10770 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10772         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
10773         * gst/typefind/gsttypefindfunctions.c:
10774           fix memleaks shown by gst-typefind
10776 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10778         * common/glib-gen.mak:
10779           add hack rule to touch .Plo files
10780         * gst-libs/gst/colorbalance/Makefile.am:
10781         * gst-libs/gst/mixer/Makefile.am:
10782         * gst-libs/gst/play/Makefile.am:
10783         * gst-libs/gst/tuner/Makefile.am:
10784           remove glib_root variable
10786 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10788         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
10789           set explicit caps before adding the element, so the autopluggers can
10790           plug correctly.
10791         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10792         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10793         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10794         (dv_type_find):
10795           fix memleaks in typefind functions. gst_type_find_suggest takes a const
10796           argument.
10798 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10800         * gst-libs/gst/colorbalance/Makefile.am:
10801         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
10802         * gst-libs/gst/colorbalance/colorbalance.c:
10803         * gst-libs/gst/colorbalance/colorbalance.h:
10804         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
10805         * gst-libs/gst/mixer/Makefile.am:
10806         * gst-libs/gst/mixer/mixer-marshal.list:
10807         * gst-libs/gst/mixer/mixer.c:
10808         * gst-libs/gst/mixer/mixer.h:
10809         * gst-libs/gst/mixer/mixermarshal.list:
10810         * gst-libs/gst/play/Makefile.am:
10811         * gst-libs/gst/play/play.h:
10812         * gst-libs/gst/tuner/Makefile.am:
10813         * gst-libs/gst/tuner/tuner-marshal.list:
10814         * gst-libs/gst/tuner/tuner.c:
10815         * gst-libs/gst/tuner/tuner.h:
10816         * gst-libs/gst/tuner/tunermarshal.list:
10817           use new glib-gen.mak snippet to clean up Makefile.am
10818           fix various bugs in Makefile.am's
10820 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
10823           handle chain parsing correctly in the multichain case
10824         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
10825         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
10826         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10827         (theora_dec_chain):
10828           handle events and queries correctly
10830 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10832         * .cvsignore:
10833         Ignore generated file _stdint.h.
10835 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10837         * gst-libs/gst/colorbalance/Makefile.am:
10838         * gst-libs/gst/colorbalance/colorbalance.h:
10839         * gst-libs/gst/mixer/Makefile.am:
10840         * gst-libs/gst/mixer/mixer.h:
10841         * gst-libs/gst/play/Makefile.am:
10842         * gst-libs/gst/play/play.h:
10843         * gst-libs/gst/tuner/Makefile.am:
10844         * gst-libs/gst/tuner/tuner.h:
10845         Generate enum type code with glib-mkenums.
10846         * gst-libs/gst/colorbalance/.cvsignore:
10847         * gst-libs/gst/mixer/.cvsignore:
10848         * gst-libs/gst/play/.cvsignore:
10849         * gst-libs/gst/tuner/.cvsignore:
10850         Ignore generated files.
10852 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10854         * gst-libs/gst/audio/.cvsignore:
10855         Ignore generated file.
10856         * gst-libs/gst/audio/Makefile.am:
10857         Do not install example filter.
10859 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10861         * examples/switch/.cvsignore:
10862         Ignore generated file.
10864 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10866         * common/m4/ax_create_stdint_h.m4:
10867         * configure.ac:
10868           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
10869           _stdint.h.
10870         * Makefile.am:
10871           remove generated _stdint.h in DISTCLEANFILES
10872         * ext/a52dec/gsta52dec.c:
10873           include _stdint.h for a52dec. (should fix #133064)
10875 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
10877         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
10878         (gst_tag_to_vorbis_comments):
10879         Add replaygain support to vorbistag
10881 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
10882         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
10883         (gst_ffmpeg_caps_to_extradata):
10884           Fix SVQ3 caps flag properties
10885           Use glib macro for bytes swap
10887 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10889         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10890         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10891         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10892         * ext/sndfile/gstsf.c: (plugin_init):
10893         * gst/avi/gstavi.c: (plugin_init):
10894         * sys/dxr3/dxr3init.c: (plugin_init):
10895         * sys/oss/gstossaudio.c: (plugin_init):
10896         * sys/v4l/gstv4l.c: (plugin_init):
10897         * sys/v4l2/gstv4l2.c: (plugin_init):
10898           remove textdomain calls
10899         * po/nl.po:
10900           update Dutch translation
10902 2004-02-02  Julien MOUTTE  <julien@moutte.net>
10904         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
10905         (gst_play_set_audio_sink): Moving volume in the audio thread for 
10906         instantaneous volume change. Maybe i will add another volume in front
10907         of visualization later, not sure yet though.
10909 2004-02-02  Julien MOUTTE  <julien@moutte.net>
10911         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10912         (gst_ximagesink_handle_xevents): Better X events handling, only take
10913         the latest events for configure and motion.
10914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
10916 2004-02-02  Jon Trowbridge  <trow@gnu.org>
10918         reviewed by: David Schleef  <ds@schleef.org>
10920         Fix memory leaks:
10921         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
10922         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
10924 2004-02-02  David Schleef  <ds@schleef.org>
10926         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
10927         of lines.
10928         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
10929         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10930         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
10931         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
10932         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
10933         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
10934         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
10935         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
10936         (gst_float2_2_int_link):
10937         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
10938         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
10939         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
10940         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
10941         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
10942         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
10943         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
10944         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
10945         * testsuite/gst-lint: Add tests for bzero and ;;
10947 2004-02-02  David Schleef  <ds@schleef.org>
10949         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
10951 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10953         * ext/aalib/gstaasink.c: (gst_aasink_open):
10954         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10955         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10956         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10957         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10958         (gst_afsink_close_file):
10959         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10960         (gst_afsrc_close_file):
10961         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10962         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10963         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10964         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10965         * ext/esd/esdmon.c: (gst_esdmon_get):
10966         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
10967         * ext/faac/gstfaac.c: (gst_faac_chain):
10968         * ext/faad/gstfaad.c: (gst_faad_chain):
10969         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10970         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10971         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10972         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10973         (gst_flacdec_loop):
10974         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10975         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10976         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10977         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10978         (gst_gnomevfssink_close_file):
10979         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10980         (gst_gnomevfssrc_open_file):
10981         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10982         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10983         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10984         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10985         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10986         * ext/mad/gstmad.c: (gst_mad_chain):
10987         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10988         * ext/mpeg2dec/gstmpeg2dec.c:
10989         * ext/mpeg2enc/gstmpeg2enc.cc:
10990         * ext/mplex/gstmplex.cc:
10991         * ext/mplex/gstmplexibitstream.cc:
10992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10993         (gst_ogg_demux_push):
10994         * ext/raw1394/gstdv1394src.c:
10995         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10996         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10997         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10998         (gst_sf_loop):
10999         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
11000         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
11001         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
11002         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
11003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
11004         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
11005         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
11006         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
11007         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11008         (gst_riff_read_element_data), (gst_riff_read_seek),
11009         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
11010         * gst/adder/gstadder.c: (gst_adder_loop):
11011         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
11012         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
11013         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
11014         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
11015         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
11016         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11017         * gst/goom/gstgoom.c: (gst_goom_chain):
11018         * gst/id3/gstid3types.c: (gst_id3types_loop):
11019         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
11020         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
11021         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
11022         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
11023         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
11024         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
11025         (gst_ebml_read_float), (gst_ebml_read_header):
11026         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
11027         (gst_matroska_demux_parse_blockgroup):
11028         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
11029         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11030         * gst/oneton/gstoneton.c: (gst_oneton_chain):
11031         * gst/silence/gstsilence.c: (gst_silence_get):
11032         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11033         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
11034         * gst/speed/gstspeed.c: (speed_loop):
11035         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11036         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11037         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
11038         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
11039         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
11040         (gst_wavparse_loop):
11041         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
11042         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
11043         (dxr3audiosink_close):
11044         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
11045         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
11046         (dxr3videosink_close), (dxr3videosink_write_data):
11047         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
11048         * sys/oss/gstosssink.c: (gst_osssink_chain):
11049         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11050         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
11051         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
11052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
11053         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
11054         (gst_v4l_set_window), (gst_v4l_enable_overlay):
11055         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
11056         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
11057         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
11058         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
11059         (gst_v4l_set_audio):
11060         * sys/v4l/v4l_calls.h:
11061         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
11062         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
11063         (gst_v4lmjpegsink_playback_init),
11064         (gst_v4lmjpegsink_playback_start):
11065         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
11066         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11067         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
11068         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
11069         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
11070         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
11071         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
11072         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
11073         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
11074         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
11075         (gst_v4l2_get_output), (gst_v4l2_set_output),
11076         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
11077         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
11078         (gst_v4l2_set_attribute):
11079         * sys/v4l2/v4l2_calls.h:
11080         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11081         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11082         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11083         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11084         (gst_v4l2src_capture_stop):
11085         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
11086         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11087         (gst_ximagesink_chain):
11088         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
11089         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
11090         (gst_xvideosink_xwindow_new):
11091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11092         (gst_xvimagesink_chain):
11094 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11096         * gst/volume/gstvolume.c: (gst_volume_set_volume),
11097         (gst_volume_get_volume), (volume_class_init), (volume_init),
11098         (volume_chain_int16), (volume_update_volume):
11099         * gst/volume/gstvolume.h:
11100           make code more readable by removing magic numbers
11101           make mixer interface export 0-100 range
11102           make it internally map to 0.0-1.0 range so users don't distort
11103           output by putting the sliders at full volume
11105 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11107         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
11108         (gst_play_state_change), (gst_play_seek_to_time):
11109         block the tick callback for 0.5 secs after doing a seek
11111 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11113         * gst-libs/gst/play/play.c: (gst_play_new):
11114           check for GError
11116 2004-02-01  Julien MOUTTE  <julien@moutte.net>
11118         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
11119         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
11120         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11121         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
11122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11123         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
11125 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11127         * configure.ac:
11128         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11129           check for a function added in vorbis 1.1
11131 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11133         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
11134         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
11135           really start/stop clock only on PLAYING <=> PAUSED
11136         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11137           remove \n from debugging lines
11138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
11139           make it work when seeking does not
11140         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11141           reset on DISCONT
11143 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11145         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
11146           start clock on PAUSED=>PLAYING, not later
11147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11148           extract correct time for different discont formats
11149         (gst_alsa_sink_get_time):
11150           don't segfault when no format is negotiated yet, just return 0
11151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11152         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
11153         (gst_ogg_pad_push):
11154           handle flush and discont events correctly
11155         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
11156           handle discont events correctly
11158 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11160         * gst-libs/gst/play/play.c: (gst_play_error_quark),
11161         (gst_play_error_create), (gst_play_error_plugin),
11162         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
11163         * gst-libs/gst/play/play.h:
11164           add error handling during creation
11165         * examples/gstplay/player.c: (main):
11166           use new gst_play_new
11167           
11169 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11171         * ext/theora/theoradec.c: (theora_dec_chain):
11172           make comments work
11173         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11174         (vorbis_dec_src_event), (vorbis_dec_chain):
11175           add encoder tag, fix tag reading to be more error tolerant, change
11176           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
11177           gst_pad_event_default.
11178         * gst/tags/gstvorbistag.c:
11179         (gst_tag_list_from_vorbiscomment_buffer):
11180           undefine function specific define at end of function
11182 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
11184         * ext/flac/gstflac.c: (plugin_init):
11185         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
11186         * ext/flac/gstflacdec.h:
11187         * ext/flac/gstflacenc.h:
11188           Fix typos
11190 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
11192         * examples/gstplay/player.c: s/gstplay.h/play.h/
11194 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11196         * gst-libs/gst/play/Makefile.am:
11197         * gst-libs/gst/play/gstplay.c:
11198         * gst-libs/gst/play/gstplay.h:
11199         * gst-libs/gst/play/play.c:
11200           more surgery, operation complete
11202 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11204         * gst-libs/gst/play/play.old.c:
11205         * gst-libs/gst/play/play.old.h:
11206           after CVS surgery by moving, remove
11207         * gst-libs/gst/play/playpipelines.c:
11208           remove
11209           
11210         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
11211           add negotiation error
11213 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11216         (gst_ogg_demux_push):
11217           add some seeking debug info
11218           send a flush when seeking
11220 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11222         * configure.ac:
11223           use AC_C_INLINE
11224         * configure.ac:
11225         * ext/Makefile.am:
11226         * ext/theora/Makefile.am:
11227         * ext/theora/theoradec.c: 
11228           add theora video decoder. Does just do simple decoding for now and
11229           has been tested against Theora cvs only. It only works when theora
11230           is compiled with --enable-static.
11231         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11232           always reset packetno on DISCONT
11234 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11236         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11237           Fix audio.
11239 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11241         * gst/mpegaudioparse/gstmpegaudioparse.c:
11242         (mp3_type_frame_length_from_header):
11243           Fix header parsing - stolen from ffmpeg (thank you! :) ).
11245 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11247         * ext/esd/esdsink.c: (gst_esdsink_init):
11248           Since we have static pad template caps, we don't need to negotiate;
11249           either the core errors out or we know the format.
11251 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11253         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11254         (gst_riff_read_seek):
11255         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
11256         (gst_ebml_read_seek):
11257           Fix event handling.
11259 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11261         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11262           removee video/x-theora from vp3 decoder, it doesn't handle raw
11263           theora streams
11264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11265           fix bug with finalizing element that never went to PAUSED
11266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11267           length and position queries were swapped
11268         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11269         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
11270         (vorbis_dec_src_event):
11271           implement querying time and bytes
11273 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11275         * just about every source file:
11276           gst_element_error -> GST_ELEMENT_ERROR
11278 2004-01-29  Julien MOUTTE  <julien@moutte.net>
11280         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
11281         emiting FLUSH and even before DISCONT.
11282         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
11283         get the best instant seeking as possible yay!
11285 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11287         * gst/mpeg1videoparse/gstmp1videoparse.c:
11288         (gst_mp1videoparse_real_chain):
11289           Committed wrong version last week... Grr... Didn't notice until now.
11291 2004-01-29  Julien MOUTTE <julien@moutte.net>
11293         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
11294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
11295         have_xwindow_id signal in xwindow_create.
11297 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11299         * ext/ogg/gstoggdemux.c: 
11300           lots of changes - mainly support for chained bitstreams, seeking,
11301           querying and bugfixes of course
11302         * ext/vorbis/Makefile.am:
11303         * ext/vorbis/vorbisdec.c: 
11304         * ext/vorbis/vorbisdec.h:
11305           add vorbisdec raw vorbis decoder
11306         * ext/vorbis/vorbis.c: (plugin_init):
11307           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
11308         * gst/intfloat/Makefile.am:
11309         * gst/intfloat/float22int.c:
11310         * gst/intfloat/float22int.h:
11311         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
11312           add float2intnew plugin. It converts multichannel interleaved float to
11313           multichannel interleaved int. The name should probably be changed.
11314         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
11315         (plugin_init):
11316           add typefinding for raw theora video so oggdemux can detect it.
11318 2004-01-28  Julien MOUTTE  <julien@moutte.net>
11320         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
11321         sink element first.
11322         * gst/videoscale/gstvideoscale.c:
11323         (gst_videoscale_handle_src_event): Fixing src event handler.
11325 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11328         (gst_v4lsrc_open), (gst_v4lsrc_close),
11329         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
11330         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
11331         * sys/v4l/gstv4lsrc.h:
11332         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
11333         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
11334           Implement resizing... Hack. But that's why v4l is b0rked...
11336 2004-01-28  Julien MOUTTE <julien@moutte.net>
11338         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11339         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
11340         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
11341         (gst_ximagesink_xwindow_destroy):
11342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11343         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11344         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
11345         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
11346         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
11347         correctly cleaning the image created to check xshm calls on succes,
11348         added a lot of XSync calls in X11 functions, and fixed a segfault when
11349         no image format was defined before negotiation happened.
11351 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11353         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
11354           use gst_element_get_time to get correct time
11356 2004-01-28  Julien MOUTTE  <julien@moutte.net>
11358         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
11359         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
11360         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
11361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
11362         (gst_xvimagesink_check_xshm_calls),
11363         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
11364         X plugins are now able to detect that XShm calls will fail even if the
11365         server claims that it has XShm support (remote displays most of the
11366         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
11367         so that we use non XShm functions. This feature is almost useless for
11368         xvimagesink as Xv is not supported on remote displays anyway, but 
11369         it might happen than even on the local display XShm calls fail.
11371 2004-01-27  David Schleef  <ds@schleef.org>
11373         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11374         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
11375         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
11376         changed esdsink to only use 44100,16,2, since esd sucks at rate
11377         conversion and esdsink has had difficulty negotiating.
11379 2004-01-27  Julien MOUTTE <julien@moutte.net>
11381         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
11382         (gst_play_seek_to_time): Fixing the way to get current position.
11384 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11386         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
11387           use gst_element_get_time to get correct time
11389 2004-01-27  Julien MOUTTE <julien@moutte.net>
11391         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
11392         fix ever... Inverting 2 lines of code make spider autoplug correctly
11393         tagged mp3 !
11395 2004-01-27  David Schleef  <ds@schleef.org>
11397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11398         Use gst_pad_try_set_caps_nonfixed().
11400 2004-01-27  David Schleef  <ds@schleef.org>
11402         * gst/ac3parse/gstac3parse.c: update to checklist 5
11403         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
11404         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
11405         * gst/audioscale/gstaudioscale.c: same
11406         * gst/auparse/gstauparse.c: same
11407         * gst/avi/gstavidemux.c: same
11409 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11411         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
11412           stop processing after EOS
11414 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11416         * gst/asfdemux/asfheaders.h:
11417         * gst/asfdemux/gstasfdemux.c: 
11418         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
11419         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
11420         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
11421           lot's of fixes to make data extraction simpler and get the code
11422           architecture and compiler independant. Add debugging category
11423         * gst/goom/gstgoom.c: (gst_goom_change_state):
11424           reset channel count on PAUSED=>READY, not READY=>PAUSED
11426 2004-01-26  Colin Walters  <walters@verbum.org>
11428         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
11429         code to pull a bigger buffer in iradio mode.  This as a side effect
11430         makes typefinding work.
11432 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
11434         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
11435         Fix SVQ3 decoding on PPC
11437 2004-01-26  Julien MOUTTE <julien@moutte.net>
11439         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
11440         that one managed to stay there... Fixed.
11442 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
11444         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
11445         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
11446         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
11447         (qtdemux_video_caps):
11448         * gst/qtdemux/qtdemux.h:
11449         Add SVQ3 specific flags to qtdemux and ffmpeg
11451 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11453         * gst-libs/gst/audio/audio.h:
11454           remove buffer-frames from audio caps
11455         * gst/audioconvert/gstaudioconvert.c:
11456           fix plugin to really work.
11458 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11460         * gst-libs/gst/mixer/mixer.c:
11461         * gst-libs/gst/propertyprobe/propertyprobe.c:
11462         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
11463         (gst_tuner_find_channel_by_name):
11464         * gst-libs/gst/tuner/tuner.h:
11465           Add gtk-doc style comments. Also fix a function name.
11467 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11469         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
11470         (gst_divxdec_negotiate):
11471           Fix for new capsnego - also fixes gst-player with divxdec.
11473 2004-01-25  Julien MOUTTE  <julien@moutte.net>
11475         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11476         (gst_play_identity_handoff), (gst_play_set_location),
11477         (gst_play_set_visualization), (gst_play_connect_visualization): Another
11478         try in visualization implementation. Still have an issue with switch
11479         blocking when pulling from video_queue and only audio comes out of 
11480         spider.
11481         * gst/switch/gstswitch.c: (gst_switch_release_pad),
11482         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
11483         release method. And check if the pad is usable before pulling.
11485 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11487         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
11488         (gst_videobalance_init),
11489         (gst_videobalance_colorbalance_list_channels),
11490         (gst_videobalance_colorbalance_set_value),
11491         (gst_videobalance_colorbalance_get_value),
11492         (gst_videobalance_update_properties),
11493         (gst_videobalance_update_tables_planar411),
11494         (gst_videobalance_planar411):
11495         * gst/videofilter/gstvideobalance.h:
11496           Implement lookup-tables. +/- 10x faster.
11498 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11500         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
11501         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
11502           The index reading was broken. The rest worked fine, but the whole
11503           goal of my rewrite was to make avidemux readable, and this was
11504           not at all readable. Please use typed variables.
11506 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11508         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11509           Additional pad usability check.
11510         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
11511         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
11512         (gst_mp1videoparse_real_chain):
11513           Fix MPEG video stream parsing. The original plugin had several
11514           issues, including not timestamping streams where the source was
11515           not timestamped (this happens with PTS values in mpeg system
11516           streams, but MPEG video is also a valid stream on its own so
11517           that needs timestamps too). We use the display time code for that
11518           for now. Also, if one incoming buffer contains multiple valid
11519           frames, we push them all on correctly now, including proper EOS
11520           handling. Lastly, several potential segfaults were fixed, and we
11521           properly sync on new sequence/gop headers to include them in next,
11522           not previous frames (since they're header for the next frame, not
11523           the previous). Also see #119206.
11524         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
11525         (bpf_from_header):
11526           Move caps setting so we only do it after finding several valid
11527           MPEG-1 fraes sequentially, not right after the first one (which
11528           might be coincidental).
11529         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
11530         (mpeg_video_type_find), (mpeg_video_stream_type_find),
11531         (plugin_init):
11532           Add unsynced MPEG video stream typefinding, and change some
11533           probability values so we detect streams rightly. The idea is as
11534           follows: I can have an unsynced system stream which contains
11535           video. In the current code, I would randomly get a type for either
11536           system or video stream type found, because the probabilities are
11537           being calculated rather randomly. I now use fixed values, so we
11538           always prefer system stream if that was found (and that is how it
11539           should be). If no system stream was found, we can still identity                the stream as video-only.
11541 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11543         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
11544         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
11545           don't write to buffer. Extract data without the need of
11546           __attribute__ ((packed))
11548 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11550         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
11551         (mpeg1_sys_type_find):
11552           Fix MPEG-1 stream typefinding.
11554 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11556         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11557           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
11559 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11561         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
11562         * ext/esd/gstesd.c: (plugin_init):
11563           private debugging, better error reporting
11565 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11567         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
11568         (gst_riff_read_init), (gst_riff_read_change_state):
11569         * gst-libs/gst/riff/riff-read.h:
11570           Remove stuff fromold metadata system.
11572 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11574         * ext/ogg/gstoggdemux.c:
11575           Fix wrong file comment.
11576         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11577         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11578           Add metadata reading properly.
11580 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11582         * ext/Makefile.am:
11583           Fix nas DIST_SUBDIRS
11584           Uraeus:
11585           Fix bug where make distcheck doesn't get run on adding stuff to
11586           the build.
11588 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11590         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
11591         * ext/divx/gstdivxdec.h:
11592           Fix divx3 ("msmpeg4") playback using divxdec.
11594 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11596         * gst/typefind/gsttypefindfunctions.c:
11597         (mp3_type_frame_length_from_header): fix bug in length computation 
11598         (mp3_type_find): improve debugging output
11600 2004-01-23  Julien MOUTTE  <julien@moutte.net>
11602         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11603         (gst_play_set_location), (gst_play_seek_to_time),
11604         (gst_play_set_audio_sink), (gst_play_set_visualization),
11605         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
11606         the pipeline from scratch. Visualization is back and switch went out as
11607         i realized it was not possible to use the way i wanted.
11608         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
11609         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
11610         clearing in state change from READY to NULL. So that one can clean the
11611         X ressources keeping the element.
11612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11613         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
11614         (gst_xvimagesink_colorbalance_set_value),
11615         (gst_xvimagesink_colorbalance_get_value),
11616         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
11617         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
11618         change from READY to NULL and fixed some stupid bugs in colorbalance
11619         get/set values. Also added the following feature : when nobody tries to
11620         set some values to the colorbalance levels before the xcontext is 
11621         grabbed, then when creating channels list from Xv attributes we set the
11622         internal values to the Xv defaults. This way we handle buggy Xv drivers
11623         that set default hue values far from the middle of the range (Thanks
11624         to Jon Trowbridge for pointing that issue).
11625         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
11626         colorbalance levels have been set before xcontext is grabbed.
11628 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11630         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11631           Fix the ossmixer case where we shouldn't open /dev/dsp* because
11632           it might block operations (which is bad for a mixer).
11634 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11636         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
11637         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
11638         (gmip_find_type_pre):
11639         * gst-libs/gst/media-info/media-info-priv.h:
11640         * gst-libs/gst/media-info/media-info.c:
11641         (gst_media_info_instance_init), (gst_media_info_read_idler):
11642         add fakesink to get caps on decoder src pad again
11643         fix callback prototype to match new have_type signal signature
11645 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11647         * gst/adder/gstadder.c: (gst_adder_link):
11648           fix non-compile and cut-n-paste code
11650 2004-01-21  David Schleef  <ds@schleef.org>
11652         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
11653         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
11654         (gst_swfdec_init), (gst_swfdec_change_state):
11655         * ext/swfdec/gstswfdec.h:
11656         Fix negotiation.
11657         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
11658         (gst_adder_request_new_pad): Fix negotiation.
11659         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
11660         Add a fixate function.
11661         * gst/intfloat/gstfloat2int.c:
11662         * gst/intfloat/gstfloat2int.h:
11663         * gst/intfloat/gstint2float.c:
11664         * gst/intfloat/gstint2float.h:
11665         Completely rewrite the negotiation.  Doesn't quite work yet,
11666         due to some buffer-frames problem.
11668 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11670         * ext/gnomevfs/gstgnomevfssrc.c:
11671         * sys/v4l2/v4l2_calls.h:
11672           fix includes for distcheck
11674 2004-01-21  Christian Schaller <uraeus@gnome.org>
11676         * ext/nas/
11677         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
11678         based on earlier patch from Laurent Vivier
11680 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
11682         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
11683         Fix wma caps property
11684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
11685         Fix typo (flags1 and flags2)
11687 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11689         * gst-libs/gst/media-info/media-info-priv.c:
11690         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
11691         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
11692         (gmip_find_stream), (gmip_find_track_metadata),
11693         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
11694         (gmip_find_track_format):
11695         * gst-libs/gst/media-info/media-info-priv.h:
11696         * gst-libs/gst/media-info/media-info-test.c: (main):
11697         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
11698         (gst_media_info_read_idler), (gst_media_info_read):
11699         * gst-libs/gst/media-info/media-info.h:
11700           register debugging category and use it for debugging
11702 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11704         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
11705         (gst_vorbisfile_new_link):
11706           signal streaminfo through tags
11708 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11710         * ext/mplex/gstmplex.cc:
11711         * ext/mplex/gstmplexibitstream.cc:
11712           g++ doesn't like NULL in our i18n/error macros, should be
11713           either (NULL) or ("").
11715 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11717         * sys/dxr3/dxr3audiosink.c:
11718         * sys/dxr3/dxr3init.c:
11719         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
11720         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
11721           Fix more error error error errors (missing includes here).
11723 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11725         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11726           fix thomas' error errors.
11728 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11730         * ext/mpeg2enc/gstmpeg2enc.cc:
11731           fix error errors.
11733 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11735         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
11736         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
11737           Fix for new error system.
11739 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11741         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
11742           fix for new error reporting
11744 2004-01-20  David Schleef  <ds@schleef.org>
11746         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11747         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11748         (gst_ximagesink_set_xwindow_id): Change to using a framerate
11749         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
11750         and neither is 100+, most likely.
11751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11752         (gst_xvimagesink_getcaps): same
11754 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11756         * configure.ac:
11757           Up version requirement to 2.0.3 (not yet released) to avoid symbol
11758           clashes with ffmpeg.
11760 2004-01-20  Julien MOUTTE  <julien@moutte.net>
11762         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
11763         (gst_switch_init): Fixed switch element : proxying link and setting
11764         caps from src to sink on request.
11766 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11768         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11769         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
11770         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
11771         fix element_error
11773 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11775         * sys/v4l/v4l_calls.h:
11776         * sys/v4l2/v4l2_calls.h:
11777           element_error fixes
11779 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11781         * gst-libs/gst/gst-i18n-plugin.h:
11782           add locale.h
11783           remove config.h inclusion
11785 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11787         * autogen.sh:
11788           adding autopoint invocation
11789         * Makefile.am:
11790         * configure.ac:
11791         * gst-libs/gst/gettext.h:
11792           adding gettext bits
11793         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
11794         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
11795         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11796         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
11797         (gst_gnomevfssink_close_file):
11798         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
11799         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
11800         * gst-libs/gst/gst-i18n-plugin.h:
11801         * gst/avi/gstavi.c: (plugin_init):
11802         * sys/dxr3/dxr3init.c: (plugin_init):
11803         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
11804         * sys/oss/gstossaudio.c: (plugin_init):
11805         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
11806         * sys/v4l/gstv4l.c: (plugin_init):
11807         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11808         * sys/v4l2/gstv4l2.c: (plugin_init):
11809         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
11810         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
11811         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
11812         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
11813         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
11814         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
11815           make sure locale and translation domain are set
11816           fix translated strings 
11817         * po/.cvsignore:
11818         * po/LINGUAS:
11819         * po/Makevars:
11820         * po/POTFILES.in:
11821         * po/nl.po:
11822           put translation files into place
11823         * sys/xvideo/imagetest.c: (main):
11824         * ext/dv/demo-play.c: (main):
11825           fix unnecessary translations
11827 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11829         * ext/sndfile/gstsf.c:
11830         * gst/avi/gstavimux.c:
11831         * ext/audiofile/gstafsink.c:
11832         * ext/audiofile/gstafsrc.c:
11833         * ext/gnomevfs/gstgnomevfssink.c:
11834         * ext/gnomevfs/gstgnomevfssrc.c:
11835         * sys/oss/gstosselement.c:
11836         * sys/v4l/v4l_calls.h:
11837           fix i18n include
11839 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11841         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
11842         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
11843         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
11844         (gst_v4l2_get_output), (gst_v4l2_set_output),
11845         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
11846         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
11847         (gst_v4l2_set_attribute):
11848         update to new error handling
11850 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11852         * ext/sidplay/gstsiddec.cc:
11853         * gst/modplug/gstmodplug.cc:
11854           parenthese NULL because C++ seems angry about it
11856 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11858         * gst-libs/gst/gst-i18n-plugin.h:
11859           add skeleton i18n stuff, but needs to be further implemented
11861 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11863         * examples/gstplay/player.c: (main):
11864         * ext/aalib/gstaasink.c: (gst_aasink_open):
11865         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
11866         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11867         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11868         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
11869         (gst_afsink_close_file):
11870         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
11871         (gst_afsrc_close_file):
11872         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
11873         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11874         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
11875         * ext/esd/esdmon.c: (gst_esdmon_get):
11876         * ext/esd/esdsink.c: (gst_esdsink_chain):
11877         * ext/faac/gstfaac.c: (gst_faac_chain):
11878         * ext/faad/gstfaad.c: (gst_faad_chain):
11879         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
11880         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
11881         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
11882         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
11883         (gst_flacdec_loop):
11884         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
11885         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
11887         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
11888         (gst_gnomevfssink_close_file):
11889         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11890         (gst_gnomevfssrc_open_file):
11891         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
11892         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
11893         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
11894         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
11895         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
11896         * ext/mad/gstmad.c: (gst_mad_chain):
11897         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
11898         * ext/mpeg2dec/gstmpeg2dec.c:
11899         * ext/mpeg2enc/gstmpeg2enc.cc:
11900         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11901         * ext/mplex/gstmplex.cc:
11902         * ext/mplex/gstmplexibitstream.cc:
11903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
11904         (gst_ogg_demux_push), (gst_ogg_pad_push):
11905         * ext/raw1394/gstdv1394src.c:
11906         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
11907         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
11908         * ext/sidplay/gstsiddec.cc:
11909         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
11910         (gst_sf_loop):
11911         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
11912         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
11913         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
11914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
11915         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
11916         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
11917         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
11918         * gst-libs/gst/Makefile.am:
11919         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11920         (gst_riff_read_element_data), (gst_riff_read_seek),
11921         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
11922         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
11923         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
11924         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
11925         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
11926         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
11927         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
11928         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11929         * gst/goom/gstgoom.c: (gst_goom_chain):
11930         * gst/id3/gstid3types.c: (gst_id3types_loop):
11931         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
11932         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
11933         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
11934         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
11935         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
11936         (gst_ebml_read_float), (gst_ebml_read_header):
11937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
11938         (gst_matroska_demux_parse_blockgroup):
11939         * gst/modplug/gstmodplug.cc:
11940         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
11941         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11942         * gst/oneton/gstoneton.c: (gst_oneton_chain):
11943         * gst/silence/gstsilence.c: (gst_silence_get):
11944         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11945         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
11946         * gst/speed/gstspeed.c: (speed_loop):
11947         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11948         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11949         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
11950         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
11951         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
11952         (gst_wavparse_loop):
11953         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
11954         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
11955         (dxr3audiosink_close):
11956         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
11957         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
11958         (dxr3videosink_close), (dxr3videosink_write_data):
11959         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
11960         * sys/oss/gstosselement.h:
11961         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
11962         (gst_osssink_chain):
11963         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11964         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
11965         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
11966         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
11967         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
11968         (gst_v4l_enable_overlay):
11969         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
11970         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
11971         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
11972         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
11973         (gst_v4l_set_audio):
11974         * sys/v4l/v4l_calls.h:
11975         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
11976         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
11977         (gst_v4lmjpegsink_playback_init),
11978         (gst_v4lmjpegsink_playback_start):
11979         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
11980         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
11981         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
11982         (gst_v4lmjpegsrc_requeue_frame):
11983         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11984         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
11985         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
11986         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
11987         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11988         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11989         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11990         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11991         (gst_v4l2src_capture_stop):
11992         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
11993         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11994         (gst_ximagesink_chain):
11995         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
11996         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
11997         (gst_xvideosink_xwindow_new):
11998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11999         (gst_xvimagesink_chain):
12000         use new error signal, function and categories
12002 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
12004         * configure.ac:
12005         * ext/Makefile.am:
12006         * ext/musicbrainz/gsttrm.c:
12007         * ext/musicbrainz/gsttrm.h:
12008         * ext/musicbrainz/Makefile.am:
12009         Add a trm plugin 
12011 2004-01-18  Julien MOUTTE  <julien@moutte.net>
12013         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
12014         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
12015         synchronous property for debugging.
12016         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
12017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12018         (gst_xvimagesink_set_property): Moving a pointer declaration to a
12019         smaller block, fixing indent.
12021 2004-01-16  David Schleef  <ds@schleef.org>
12023         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
12024         property affects the video stream.
12025         * sys/xvimage/xvimagesink.c: 
12026         * sys/xvimage/xvimagesink.h:
12027         Add synchronous property for debugging.  Should probably be
12028         disabled in non-CVS builds.  Make sure that the Xv attribute
12029         exists before we set it (crash!).  Fix a silly float bug that
12030         caused colorbalance to just not work.
12032 2004-01-17  Christian Schaller <Uraeus@gnome.org>
12034         * tools/gst-launch-ext.in - update for new plugins
12036 2004-01-16  David Schleef  <ds@schleef.org>
12038         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
12039         already-freed caps.
12041 2994-01-16  Christian Schaller <Uraeus@gnome.org>
12043         * Update spec for new colorspace plugin and libcaca plugin
12044         * Fix compilation of libcaca plugin (clock -> id)
12046 2004-01-16  Julien MOUTTE <julien@moutte.net>
12048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
12049         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
12050         (gst_xvimagesink_set_xwindow_id),
12051         (gst_xvimagesink_colorbalance_set_value),
12052         (gst_xvimagesink_colorbalance_get_value),
12053         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12054         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
12055         correct colorbalance properties. They can now be set when the element
12056         is still in NULL state. The values will be committed to the Xv Port
12057         when xcontext is initialized.
12058         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
12059         brightness int values in the GstXvImagesink structure.
12061 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12063         * gst-libs/gst/Makefile.am:
12064           restructure so having local patches works easier.
12066 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12068         * ext/mpeg2enc/Makefile.am:
12069         * ext/mpeg2enc/gstmpeg2enc.cc:
12070         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
12071           Bugfix with respect to EOS handling.
12073 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12075         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
12076           Link with right caps (else, it segfaults).
12077         * ext/mplex/gstmplexjob.cc:
12078           Fix for slight API change in 1.6.1.93 release of mjpegtools.
12080 2004-01-15  David Schleef  <ds@schleef.org>
12082         * gst-libs/gst/audio/Makefile.am:
12083         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
12084         from the template.
12085         * gst-libs/gst/audio/gstaudiofilter.c:
12086         * gst-libs/gst/audio/gstaudiofilter.h:
12087         Add bytes_per_sample and size and n_samples calculation.
12088         * gst-libs/gst/audio/gstaudiofilterexample.c:
12089         Remove, now autogenerated.
12090         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12091         Moved from gstaudiofilterexample, object name changed, code added
12092         so that it actually works.
12093         * gst-libs/gst/audio/make_filter:
12094         Script to build an audiofilter subclass from the template.
12095         * gst/colorspace/Makefile.am:
12096         * gst/colorspace/yuv2yuv.c:
12097         Remove file, since it's GPL, and we don't use it.
12099 2004-01-15  Julien MOUTTE  <julien@moutte.net>
12101         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
12102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
12103         them use the buffer free function to test how the buffer was allocated.
12105 2004-01-15  David Schleef  <ds@schleef.org>
12107         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
12108         that handles osssink fallback.
12109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12110         (gst_audio_convert_getcaps):
12111         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
12112         Add audio/x-qdm2 for QDM2 audio.
12113         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
12114         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
12115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12116         Decrease minimum size to 16x16.
12117         * gst/wavparse/gstwavparse.c:
12118         Convert disabled pad template caps to new caps.
12119         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12121         (gst_xvimagesink_chain): Throw element error when display cannot
12122         be opened.  Increase minimum framerate to 1.0.  Check the data
12123         free function on a buffer to make sure it is the type we expect
12124         before manipulating it.
12126 2004-01-15  Julien MOUTTE <julien@moutte.net>
12128         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
12129         (gst_videobalance_colorbalance_set_value): Implement passthru if
12130         settings are in the middle.
12131         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
12133 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12135         * gst/videofilter/Makefile.am:
12136         * gst/volume/Makefile.am:
12137           Since we use videofilter symbols, link to it.
12139 2004-01-15  Julien MOUTTE <julien@moutte.net>
12141         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
12142         mixer interface type to HARDWARE.
12143         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
12144         type to SOFTWARE.
12145         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
12146         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
12147         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
12148         (gst_volume_interface_init), (gst_volume_list_tracks),
12149         (gst_volume_set_volume), (gst_volume_get_volume),
12150         (gst_volume_set_mute), (gst_volume_mixer_init),
12151         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
12152         (volume_init): Implementing mixer interface.
12153         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
12154         * sys/oss/gstosselement.c: (gst_osselement_get_type),
12155         (gst_osselement_change_state): Removing some trailing commas in
12156         structures.
12157         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
12158         interface type to HARDWARE.
12159         * sys/v4l/gstv4lcolorbalance.c:
12160         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
12161         type to HARDWARE.
12162         * sys/v4l2/gstv4l2colorbalance.c:
12163         (gst_v4l2_color_balance_interface_init): Setting colorbalance
12164         interface type to HARDWARE.
12165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
12166         same code than ximagesink for event handling.
12168 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12170         * ext/snapshot/Makefile.am:
12171         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
12172         (gst_snapshot_chain):
12173         * ext/snapshot/gstsnapshot.h:
12174           This has to be a joke... Snapshot should be connected to a tee,
12175           colorspace element before it and EOS after that, where the other
12176           src of the tee receives normal data.
12177           The current way is *wrong*.
12179 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12181         * ext/hermes/gsthermescolorspace.c:
12182           Fix another compile error. Same as below.
12184 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12186         * gst/colorspace/gstcolorspace.c:
12187         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
12188         (gst_colorspace_i420_to_yv12):
12189           Fix compiling... Didn't test if it actually works.
12191 2004-01-15  David Schleef  <ds@schleef.org>
12193         * configure.ac:
12194         * gst/colorspace/Makefile.am:
12195         * gst/colorspace/gstcolorspace.c:
12196         * gst/colorspace/gstcolorspace.h:
12197         * gst/colorspace/yuv2rgb.c:
12198         * gst/colorspace/yuv2rgb.h:
12199         Duplicate the ext/hermes colorspace plugin, and remove Hermes
12200         code and GPL code.  Fix for new caps negotiation.  Rewrite
12201         much of the format handling code, and some of the conversion
12202         code.  Basically, rewrote almost everything.  This element
12203         handles I420, YV12 to RGB conversions.
12204         * ext/hermes/Makefile.am:
12205         * ext/hermes/gsthermescolorspace.c:
12206         Rename colorspace to hermescolorspace.  Fix negotiation issues.
12207         Remove non-Hermes related code.  This element handles lots of
12208         RGB to RGB conversions, but no YUV.
12209         * ext/hermes/gstcolorspace.c:
12210         * ext/hermes/gstcolorspace.h:
12211         * ext/hermes/rgb2yuv.c:
12212         * ext/hermes/yuv2rgb.c:
12213         * ext/hermes/yuv2rgb.h:
12214         * ext/hermes/yuv2rgb_mmx16.s:
12215         * ext/hermes/yuv2yuv.c:
12216         * ext/hermes/yuv2yuv.h:
12217         Remove old code.
12219 2004-01-14  Colin Walters  <walters@verbum.org>
12221         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
12222         they've already been.
12224 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12226         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
12227           assume tag mode when pad is not connected
12229 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12231         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12232           Don't update the time of the clock
12233         (gst_alsa_sink_loop):
12234           sync to the clock given to alsasink, not the own clock
12235         * sys/oss/gstosssink.c: (gst_osssink_chain):
12236           sync to the clock
12237         (gst_osssink_change_state):
12238           activate the clock
12239         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
12241           remove bogus code that made DISCONT events unhandled
12242         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
12243           explicitly case to double in _set_simple. (fixes 2nd warning in bug
12244           #131502)
12245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
12246         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
12247         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
12248           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
12249           2nd warning in bug #131502)
12251 2004-01-14  Julien MOUTTE  <julien@moutte.net>
12253         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
12254         (gst_videobalance_colorbalance_set_value),
12255         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
12256         for colorbalance interface implementation.
12257         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12258         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12259         (gst_ximagesink_dispose), (gst_ximagesink_init),
12260         (gst_ximagesink_class_init): Adding DISPLAY property.
12261         * sys/ximage/ximagesink.h: Adding display_name to store display.
12262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12263         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12264         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
12265         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
12266         properties (they still need polishing though for gst-launch use : no
12267         xcontext yet, i ll do that tomorrow).
12268         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
12270 2004-01-14  Julien MOUTTE  <julien@moutte.net>
12272         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
12273         (gst_play_set_location), (gst_play_set_visualization): Preparing 
12274         switch integration, adding videobalance in the pipeline.
12276 2004-01-14  Julien MOUTTE <julien@moutte.net>
12278         * gst-libs/gst/colorbalance/colorbalance.c:
12279         (gst_color_balance_class_init): Adding a default type.
12280         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
12281         the type.
12282         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
12283         (gst_videobalance_dispose), (gst_videobalance_class_init),
12284         (gst_videobalance_init), (gst_videobalance_interface_supported),
12285         (gst_videobalance_interface_init),
12286         (gst_videobalance_colorbalance_list_channels),
12287         (gst_videobalance_colorbalance_set_value),
12288         (gst_videobalance_colorbalance_get_value),
12289         (gst_videobalance_colorbalance_init): Implementing colorbalance
12290         interface.
12291         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
12292         list.
12293         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
12294         bug which was triggering a BadAccess X error when setting an overlay
12295         before pad was really negotiated.
12296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
12297         Using the colorbalance type macro.
12299 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12301         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
12302         (gst_flacenc_chain):
12303           handle tags correctly
12304         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12305           extract ID3v1 tags correctly
12307 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12309         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
12310         (plugin_init):
12311           Improve matroska typefinding for odd-typed headers...
12313 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12315         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12316           Fix for using incremental number on padnames.
12318 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12320         * ext/divx/gstdivxdec.c:
12321         * ext/divx/gstdivxenc.c:
12322           Set category to divx4linux instead of divx (too generic).
12323         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12324         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
12325         (gst_wavparse_loop), (gst_wavparse_change_state):
12326         * gst/wavparse/gstwavparse.h:
12327           fix parsing of WAV files with non-standard fmt-tag size and fix
12328           skipping of unrecognized chunks... Someone please fix this thing
12329           to use rifflib so all this is automated.
12330         * sys/v4l/Makefile.am:
12331         * sys/v4l2/Makefile.am:
12332           Add X_CFLAGS because we depend on X (for overlay).
12334 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
12336         * ext/mpeg2dec/gstmpeg2dec.c:
12337           Don't issue a timestamp unless we tagged the frame
12338           with a PTS.
12340 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12342         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
12343           Query the audio element to get the time, not the clock. We're
12344           interested in the element's time here.
12346 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12348         * ext/aalib/gstaasink.c: (gst_aasink_chain):
12349         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12350         * ext/esd/esdsink.c: (gst_esdsink_chain):
12351         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
12352         * ext/mas/massink.c: (gst_massink_chain):
12353         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
12354         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
12355         (gst_matroska_demux_parse_metadata):
12356         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
12357         (gst_mpeg_parse_release_locks):
12358         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
12359         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
12360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12361         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12362         (gst_osssink_change_state):
12363         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
12364         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12365         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
12366         (gst_xvideosink_release_locks):
12367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
12368           use element time.
12369         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
12370         (gst_alsa_clock_stop):
12371         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
12372         (gst_audio_clock_get_internal_time):
12373           simplify for use with new clocking code.
12374         * testsuite/alsa/Makefile.am:
12375         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
12376           fix testsuite for new caps system
12378 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12380         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12381         * ext/flac/gstflacenc.c: (add_one_tag):
12382           length is already host endian, no need to convert. Fixes playback of
12383           tagged files on PPC. (bug #128384)
12385 2004-01-13  Julien MOUTTE <julien@moutte.net>
12387         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
12388         colorbalance interface stating if it is hardware based or software
12389         based.
12390         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
12391         Removing a trailing comma.
12392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12393         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
12394         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
12395         the documentation seems to be wrong on the -1000 to 1000 interval.
12397 2004-01-12  David Schleef  <ds@schleef.org>
12399         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12400         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
12401         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
12402         Fix negotiation.  Add a bufferalloc function for the sink pad,
12403         and generally clean up some of the code.
12405 2004-01-12  Julien MOUTTE <julien@moutte.net>
12407         * gst-libs/gst/colorbalance/colorbalancechannel.c:
12408         (gst_color_balance_channel_dispose): Adding safety check in dispose
12409         method.
12410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12411         (gst_xvimagesink_xcontext_clear),
12412         (gst_xvimagesink_interface_supported),
12413         (gst_xvimagesink_colorbalance_list_channels),
12414         (gst_xvimagesink_colorbalance_set_value),
12415         (gst_xvimagesink_colorbalance_get_value),
12416         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
12417         Adding colorbalance interface support to set XV parameters such as
12418         HUE, BRIGHTNESS, CONTRAST, SATURATION.
12419         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
12420         interface.
12422 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12424         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
12425         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
12426         (gst_audio_convert_init), (gst_audio_convert_set_property),
12427         (gst_audio_convert_get_property), (gst_audio_convert_chain),
12428         (gst_audio_convert_link),
12429         (gst_audio_convert_buffer_to_default_format),
12430         (gst_audio_convert_buffer_from_default_format), (plugin_init):
12431           - implement _getcaps and use it
12432           - improve linking
12433           - remove float caps since no float conversion is actually done
12434           - remove properties and arguments that were to be used for rate
12435             conversion
12437 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12439         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
12440         (gst_audio_structure_set_int):
12441         * gst-libs/gst/audio/audio.h:
12442           add helper functions for _getcaps matching the standard audio
12443           templates
12445 2004-01-12  David Schleef  <ds@schleef.org>
12447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12448         Test that pad is negotiated before getting its caps.
12450 2004-01-12  Julien MOUTTE <julien@moutte.net>
12452         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
12453         analyzing the pads of an element the bin is mostly in READY state so
12454         no caps were negotiated. This helper function needs to work with
12455         _get_caps directly then. I was not freeing them though, added that to
12456         fix the mem leak.
12458 2004-01-12  Julien MOUTTE <julien@moutte.net>
12460         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
12462         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
12463         than the free_func.
12465 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12467         * sys/oss/gstossaudio.c: (plugin_init):
12468         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12469         * sys/oss/gstosselement.h:
12470           make an oss debugging category
12471           make failure more descriptive
12473 2004-01-11  David Schleef  <ds@schleef.org>
12475         * ext/ffmpeg/gstffmpeg.c:
12476         * ext/ffmpeg/gstffmpegcodecmap.c:
12477         * ext/ffmpeg/gstffmpegdec.c:
12478         * ext/ffmpeg/gstffmpegenc.c:
12479         * ext/ffmpeg/gstffmpegprotocol.c:
12480         * ext/gdk_pixbuf/gstgdkanimation.c:
12481         * ext/jpeg/gstjpeg.c:
12482         * ext/libpng/gstpng.c:
12483         * ext/mpeg2dec/perftest.c:
12484         * ext/speex/gstspeex.c:
12485         * gst-libs/gst/resample/dtos.c:
12486         * gst/intfloat/gstintfloatconvert.c:
12487         * gst/oneton/gstoneton.c:
12488         * gst/rtjpeg/RTjpeg.c:
12489         * gst/rtp/gstrtp.c:
12490         * sys/dxr3/dxr3init.c:
12491         * sys/glsink/gstgl_nvimage.c:
12492         * sys/glsink/gstgl_pdrimage.c:
12493         * sys/glsink/gstglsink.c:
12494         * testsuite/gst-lint:
12495         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
12497 2004-01-11  David Schleef  <ds@schleef.org>
12499         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
12500         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
12501         * ext/gdk_pixbuf/gstgdkanimation.c:
12502         (gst_gdk_animation_iter_create_pixbuf):
12503         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12504         (gst_gdk_pixbuf_chain):
12505         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12506         * ext/jack/gstjack.c: (gst_jack_change_state):
12507         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
12508         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
12509         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
12510         * gst/videofilter/gstvideofilter.c:
12511         (gst_videofilter_set_output_size):
12512         Remove all usage of gst_pad_get_caps(), and replace it with
12513         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
12515 2004-01-11  David Schleef  <ds@schleef.org>
12517         * configure.ac:
12518         * ext/Makefile.am: Fixes to make ext/libcaca compile.
12519         * ext/divx/gstdivxdec.c:
12520         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12521         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
12522         handle images that span multiple buffers.  Now work with both
12523         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
12524         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12525         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
12526         video/video.h changes
12527         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
12528         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12529         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
12530         of GstData free function.
12531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
12532         same.
12534 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12536         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
12537         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
12538         (gst_v4l2element_get_property):
12539         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
12540           add norm, channel and frequency properties.
12541         * sys/v4l2/gstv4l2tuner.c:
12542           fixes for tuner interface changes
12543         * sys/v4l2/gstv4l2element.h:
12544         * sys/v4l2/gstv4l2src.c: 
12545         * sys/v4l2/gstv4l2src.h:
12546         * sys/v4l2/v4l2src_calls.c: 
12547         * sys/v4l2/v4l2src_calls.h:
12548           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
12550 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12552         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
12553         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
12554         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
12555         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
12556         * gst-libs/gst/tuner/tuner.h:
12557           GObjects aren't const.
12558           Add find_by_name functions.
12559           Add checks to _changed functions.
12560         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
12561         (gst_v4l_tuner_get_norm):
12562           Fixes for above.
12564 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12566         * gst-libs/gst/video/video.h:
12567           Fix caps template names to be understandable.
12568           Prefix everything with GST_VIDEO.
12569         * ext/aalib/gstaasink.c:
12570         * ext/divx/gstdivxdec.c:
12571         * ext/divx/gstdivxenc.c:
12572         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12573         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
12574         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
12575         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
12576         * ext/libcaca/gstcacasink.c:
12577         * ext/libpng/gstpngenc.c: (raw_caps_factory):
12578         * ext/snapshot/gstsnapshot.c:
12579         * ext/swfdec/gstswfdec.c:
12580         * ext/xvid/gstxviddec.c:
12581         * ext/xvid/gstxvidenc.c:
12582         * gst/chart/gstchart.c:
12583         * gst/deinterlace/gstdeinterlace.c:
12584         * gst/effectv/gsteffectv.c:
12585         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
12586         * gst/goom/gstgoom.c:
12587         * gst/median/gstmedian.c:
12588         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
12589         (gst_monoscope_srcconnect), (gst_monoscope_chain):
12590         * gst/overlay/gstoverlay.c:
12591         * gst/smooth/gstsmooth.c:
12592         * gst/smpte/gstsmpte.c:
12593         * gst/synaesthesia/gstsynaesthesia.c:
12594         * gst/videocrop/gstvideocrop.c:
12595         * gst/videodrop/gstvideodrop.c:
12596         * gst/y4m/gsty4mencode.c:
12597         * sys/qcam/gstqcamsrc.c:
12598         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
12599           Make them work with new video.h file.
12600         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12601         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
12602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12603         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
12604           Make it work with new buffer allocation system.
12606 2004-01-11  Julien MOUTTE  <julien@moutte.net>
12608         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
12609         pad_alloc_buffer implementation to use ->srcpad
12610         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
12611         pad_alloc_buffer implementation to use ->srcpad
12612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
12613         pad_alloc_buffer implementation to use ->srcpad
12614         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12615         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12616         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
12617         a reference to everything we need.
12618         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
12619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12620         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12621         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
12622         a reference to everything we need.
12623         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
12625 2004-01-11  David Schleef  <ds@schleef.org>
12627         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
12628         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
12629         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
12630         structure members.
12631         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
12632         value during a resize/renegotiation.
12633         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
12634         gst_pad_alloc_buffer();
12635         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12636         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
12637         structure members.
12638         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
12639         Fix for rename of buffer private structure members.
12640         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12641         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
12642         Fix for rename of buffer private structure members.
12643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12644         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
12645         Fix for rename of buffer private structure members.
12647 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
12649         reviewed by: David Schleef <ds@schleef.org>
12651         * gst/videofilter/Makefile.am:
12652         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
12653         from the patch by ds to fit in with recent make_filter changes.
12655 2004-01-11  Julien MOUTTE  <julien@moutte.net>
12657         * configure.ac: Adding examples/switch/Makefile
12658         * examples/Makefile.am: Adding examples/switch
12659         * examples/switch/Makefile.am: Adding switcher example.
12660         * examples/switch/switcher.c: (got_eos), (idle_iterate),
12661         (switch_timer), (main): Adding an example demonstrating switch usage
12662         with 2 videotestsrc showing different patterns.
12663         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
12664         (gst_switch_init): Fixing switch with the new caps system.
12666 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12668         * gst-libs/gst/video/video.h:
12669           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
12670           They should probably be like
12671           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
12673 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12676         (qtdemux_parse_trak):
12677           fix audio chunk size/timestamp calculation
12679 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12681         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
12682           fix SVQ3 caps
12684 2004-01-11  Steve Baker  <steve@stevebaker.org>
12686         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
12687         (gst_agingtv_base_init), (gst_agingtv_class_init),
12688         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
12689         (gst_agingtv_set_property), (gst_agingtv_get_property):
12690         Port agingTV to videofilter
12692 2004-01-09  Julien MOUTTE <julien@moutte.net>
12694         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
12695         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12697 2004-01-09  Julien MOUTTE <julien@moutte.net>
12699         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
12700         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12701         * gst-libs/gst/xoverlay/xoverlay.c:
12702         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
12703         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12704         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12705         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12706         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12707         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12708         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
12709         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
12710         the bufferalloc_function to replace bufferpools, fixing the XOverlay
12711         interface implementation to handle xid being 0 and fix some bugs
12712         triggered by Benjamin's testcase.
12713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12714         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
12715         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
12716         the bufferalloc_function to replace bufferpools, fixing the XOverlay
12717         interface implementation to handle xid being 0 and fix some bugs
12718         triggered by Benjamin's testcase.
12720 2004-01-09  David Schleef  <ds@schleef.org>
12722         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
12723         mouse pointer events.  It works.
12725 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12727         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
12728           Use explicit caps - fix capsnego.
12729         * ext/xvid/gstxviddec.c:
12730         * ext/xvid/gstxvidenc.c:
12731           Remove macro-inside-macro which caused compile errors.
12732         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
12733           Error out if it's not a RIFF file. Else we error out without
12734           gst_element_error() which is not good...
12736 2004-01-08  David Schleef  <ds@schleef.org>
12738         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
12739         Fix pad_link function to handle formats that ffmpeg returns
12740         as multiple caps structures.
12741         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
12742         Only complain if source buffer is _smaller_ than expected.
12743         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12744         (gst_videoscale_handle_src_event): Resize navigation events
12745         when passing them upstream.
12746         * gst/videotestsrc/gstvideotestsrc.c:
12747         * gst/videotestsrc/gstvideotestsrc.h:
12748         * gst/videotestsrc/videotestsrc.c:
12749         * gst/videotestsrc/videotestsrc.h:
12750         Rewrite many of the buffer painting functions to handle odd
12751         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
12752         been verified to work with my video card.
12753         * testsuite/gst-lint:  Add check for elements calling
12754         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
12756 2004-01-08  David Schleef  <ds@schleef.org>
12758         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
12759         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
12761 2004-01-08  Julien MOUTTE  <julien@moutte.net>
12763         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
12764         configure event is not emiting the desired size signal. That fixes
12765         aspect ratio issues with gst-player.
12767 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12769         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
12770           Fix capsnego.
12772 2004-01-08  Julien MOUTTE  <julien@moutte.net>
12774         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
12775         public method to fire size signal.
12777 2004-01-07  Julien MOUTTE  <julien@moutte.net>
12779         * examples/gstplay/Makefile.am: Adding the interface library.
12780         * gst-libs/gst/play/Makefile.am: Adding the interface library.
12781         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
12782         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
12783         GST_IS_X_OVERLAY before signal connect.
12784         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
12785         Removing the have_video_size signal.
12786         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
12787         and associated public method.
12788         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
12789         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
12790         signal.
12791         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
12792         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
12793         signal.
12794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
12795         Using XOverlay public method to fire size signal.
12797 2004-01-07  David Schleef  <ds@schleef.org>
12799         * gst/videofilter/Makefile.am:
12800         * gst/videofilter/gstvideotemplate.c:
12801         * gst/videofilter/make_filter:
12802         Create gstvideoexample.c in a srcdir!=builddir friendly way.
12803         Convert make_filter to /bin/sh script.
12805 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12807         * gst/modplug/gstmodplug.cc: fix element description
12809 2004-01-07  Julien MOUTTE  <julien@moutte.net>
12811         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
12812         (got_video_size): Adding some new lines in g_print calls.
12813         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
12814         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
12815         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
12816         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
12817         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
12818         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
12819         Complete code review, reverting some stuff i disagree with, adding
12820         some fixes : time synchronization on invalid timestamps, renegotiation
12821         of private window.
12822         * sys/ximage/ximagesink.h:
12823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
12824         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
12825         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
12826         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
12827         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
12828         (gst_xvimagesink_buffer_new),
12829         (gst_xvimagesink_navigation_send_event),
12830         (gst_xvimagesink_set_xwindow_id),
12831         (gst_xvimagesink_get_desired_size),
12832         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
12833         stuff i disagree with, adding some fixes : Renegotiation of private
12834         window, implementing get_desired_size.
12836 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12838         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
12839         (gst_afsink_handle_event):
12840         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12841         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
12842         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
12843         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
12844         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
12845           Fix for instantiate-test (see core). Also remove dead code from
12846           jpegenc (which still needs fixing, but that's lower on my TODO
12847           list...).
12848         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12849           Never return NULL as caps.
12851 2004-01-07  David Schleef  <ds@schleef.org>
12853         * configure.ac:
12854         * ext/Makefile.am:
12855         * ext/librfb/Makefile.am:
12856         * ext/librfb/gstrfbsrc.c:
12857         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
12858         is the protocol used by VNC.
12860 2004-01-07  David Schleef  <ds@schleef.org>
12862         * gst/videofilter/gstvideotemplate.c:
12863         * gst/videofilter/gstvideotemplate.h:
12864         * gst/videofilter/make_filter:
12865         Merge videotemplate header into source file.
12866         * gst/effectv/Makefile.am:
12867         * gst/effectv/gsteffectv.c: (plugin_init):
12868         * gst/effectv/gstwarp.c:
12869         Make warpTV a subclass of videofilter.
12871 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12873         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12874           Add guard against invalid utf-8 conversions in mad. Just in case.
12876 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12878         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
12879           Fix for bug shown by poisoning
12881 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12883         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12884         (gst_v4lmjpegsrc_buffer_free):
12885         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12886         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
12887         (gst_v4lsrc_buffer_free):
12888           Fix for removed bufferpools.
12890 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
12892         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
12893         Fix caps negotiation.
12895         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12896         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
12897         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
12898         (dvdnavsrc_event):
12899         * ext/mpeg2dec/gstmpeg2dec.c:
12900         * gst-libs/gst/navigation/navigation.c:
12901         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
12902         * gst-libs/gst/navigation/navigation.h:
12903         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
12904         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
12905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
12906         Super-simple first version of mouse and keyboard events. Clicking
12907         on a DVD menu now works, although it may not take you where you
12908         expected.
12910         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
12911         * gst/videotestsrc/gstvideotestsrc.c:
12912         (gst_videotestsrc_src_fixate):
12913         These fixate functions were broken - they never actually
12914         fixated :)
12915         
12916 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12918         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
12919         (gst_icecastsend_init):
12920           fix for new caps system.
12921         * gst-libs/gst/mixer/mixertrack.h:
12922         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
12923           Add 'master track' flag (for tools like ACME that only want to
12924           change the main volume).
12926 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
12928         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
12929         (gst_xvid_csp_to_caps):
12930         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
12931         * ext/xvid/gstxvidenc.c:
12932         ifdef out ARGB type when it isn't available 
12933         in xvidcore 1.0.0beta2
12935 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12937         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
12938           When we have received a new SCR right in the first buffer after
12939           a seek (so in the same cycle that handles the discont), we should
12940           handle the buffer instead of unreffing it, else we lose data.
12942 2004-01-06  Iain <iain@prettypeople.org>
12944         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
12945           buffer-frames caps too.
12947         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
12948           caps that we need, don't destroy them all and rebuild them. And when
12949           creating src pads, use the src pad template rather than the sink...
12951 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12953         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
12954           Add pad to element *after* setting functions such as event handler.
12955           Without this, the scheduler (opt) will link pads, set the event
12956           handler from the default event function (dispatcher in gstpad.c)
12957           and *after* that, we will set our own event function, which will
12958           thus never be used (and thus mpegdemux doesn't handle events).
12960 2004-01-04  David Schleef  <ds@schleef.org>
12962         Fix the fixate functions to handle new prototype:
12963         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
12964         * gst/videotestsrc/gstvideotestsrc.c:
12965         (gst_videotestsrc_src_fixate):
12966         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
12967         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
12968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
12970 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12972         * sys/ximage/ximagesink.h:
12973         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
12974         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
12975         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
12976         (gst_ximagesink_xoverlay_init):
12977           assorted fixes to make (re)embedding work
12978         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
12979         (gst_ximagesink_get_desired_size):
12980           implement desired size additions to XOverlay
12982 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12984         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
12985         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
12986         (gst_x_overlay_got_desired_size):
12987         * gst-libs/gst/xoverlay/xoverlay.h:
12988           Add optional "desired size" signal and querying.
12990 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12992         * gst/matroska/matroska-demux.c:
12993         (gst_matroska_demux_parse_blockgroup):
12994           Fix EBML-laced block parsing. Diffs are relative to previous
12995           lace, not the first lace. Thanks to Mosu from the Matroska
12996           team for detecting this.
12997         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12998         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
12999         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
13000         (gst_wavparse_change_state):
13001         * gst/wavparse/gstwavparse.h:
13002           Quickfix for capsnego.
13004 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13006         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
13007           Fix indenting, fix pad creation.
13009 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13011         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
13012         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
13013         (gst_xviddec_sink_link):
13014           Implement src_getcaps() so proper size caps is negotiated.
13016 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13018         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
13019           Finish flac decoder on EOS. See #116178.
13021 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13023         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
13024         (gst_matroska_demux_add_stream):
13025         * gst/matroska/matroska-ids.h:
13026           Add getcaps() function to fix capsnego...
13028 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13030         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13031         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
13032         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13033           Fix more integer overflows. Again, see #126967.
13035 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13037         * ext/mpeg2dec/gstmpeg2dec.c:
13038           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
13039           #130416.
13041 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13043         * configure.ac:
13044         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
13045         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
13046         * ext/xvid/gstxvid.h:
13047         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
13048         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
13049         (gst_xviddec_src_link), (gst_xviddec_sink_link),
13050         (gst_xviddec_change_state):
13051         * ext/xvid/gstxviddec.h:
13052         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
13053         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
13054         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
13055         (gst_xvidenc_link), (gst_xvidenc_set_property),
13056         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
13057         * ext/xvid/gstxvidenc.h:
13058           Update xvid plugin to latest xvid (1.0.0-beta3) API.
13060 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13062         * gst/rtp/rtp-packet.c:
13063           Add sys/types.h include, since OS X doesn't define in_addr_t
13064           in netinet/in.h, like it does on Linux (see #129600).
13066 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
13068         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
13070         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
13071           Correct logic of dispose function (see #129306).
13073 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13075         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
13076         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
13077         (gst_mpeg_parse_init):
13078         * gst/mpegstream/gstmpegparse.h:
13079           Remove clock (which was never provided, i.e. dead code), and
13080           also fix integer overflows at high PTS values (see #126967).
13082 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13084         * ext/flac/gstflacdec.c:
13085         * ext/libpng/gstpngenc.h:
13086         * ext/mikmod/gstmikmod.h:
13087           OS X fixes (see #126628).
13089 2004-01-02  David Schleef  <ds@schleef.org>
13091         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
13092         (gst_alsa_src_base_init): Remove bogus "src" request pad.
13093         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
13094         (gst_mpeg_parse_class_init): Move pad template registration
13095         to class_init, since the derived class (mpegdemux) doesn't
13096         want them.
13098 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13100         * sys/ximage/Makefile.am:
13101         * sys/xvideo/Makefile.am:
13102         * sys/xvimage/Makefile.am:
13103           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
13104           after installation (see #127664).
13106 2004-01-02  David Schleef  <ds@schleef.org>
13108         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
13109         (gst_ffmpegenc_connect):  Negotiation fixes.
13110         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
13111         Remove inappropriate gst_caps_free().
13112         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
13113         Reenable Ronald's internal resize code, since the core handles
13114         it correctly now.
13116 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13118         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
13119         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
13120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
13121           Fix pad template stuff.
13123 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13125         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
13126         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
13127           fix signed integer reading/writing.
13129 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13131         * ext/alsa/README:
13132           Remove outdated document
13134 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
13136         * gst/cutter/gstcutter.c: (gst_cutter_init):
13137           src pad was being created twice - oops.
13139 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13141         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
13142           Comment out internal resize. It doesn't handle the resulting
13143           XEvent internally, does another try_set_caps() which leads to
13144           a really nice loop.
13145           Real fix will come when Julien and Dave are awake. ;).
13147 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13149         * ext/mpeg2enc/gstmpeg2enc.cc:
13150           fix const/nonconst compile issue.
13152 2004-01-02  David Schleef  <ds@schleef.org>
13154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
13155         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
13156         Add fixate function and a check for bad formats.
13158 2004-01-01  David Schleef  <ds@schleef.org>
13160         Negotiation fixes:
13161         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
13162         (gst_audiofilter_init):
13163         * gst/debug/efence.c: (gst_efence_init):
13164         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13165         (gst_deinterlace_init):
13166         * gst/volume/gstvolume.c: (volume_connect):
13168 2004-01-01  David Schleef  <ds@schleef.org>
13170         Convert elements to use gst_pad_use_explicit_caps() where
13171         appropriate:
13172         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
13173         * ext/audiofile/gstafparse.c: (gst_afparse_init),
13174         (gst_afparse_open_file):
13175         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
13176         (gst_afsrc_open_file):
13177         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
13178         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
13179         (gst_ffmpegdec_chain):
13180         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
13181         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
13182         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
13183         (gst_gdk_pixbuf_chain):
13184         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
13185         (gst_jpegdec_chain):
13186         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
13187         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
13188         (gst_mikmod_negotiate):
13189         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
13190         (gst_mpeg2dec_negotiate_format):
13191         * ext/mpeg2enc/gstmpeg2enc.cc:
13192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13193         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
13194         (gst_speexdec_sinkconnect):
13195         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
13196         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
13197         (gst_vorbisfile_new_link):
13198         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
13199         (gst_ac3parse_chain):
13200         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
13201         (gst_asf_demux_setup_pad):
13202         * gst/auparse/gstauparse.c: (gst_auparse_init),
13203         (gst_auparse_chain):
13204         * gst/id3/gstid3types.c: (gst_id3types_loop):
13205         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13206         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
13207         (mp1videoparse_parse_seq):
13208         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
13209         (bpf_from_header):
13210         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13211         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
13212         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
13213         (gst_mpeg_parse_send_data):
13214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13215         (gst_qtdemux_add_stream):
13216         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
13217         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13218         (gst_wavparse_parse_fmt):
13220 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13222         * configure.ac:
13223           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
13224           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
13225           it therefore uses the wrong include paths. Too bad... Note
13226           that 1.6.1.93 is not release yet. ;).
13227           Also add a check for mplex, which is now using the lib'ified
13228           mplex from mjpegtools, too.
13229         * ext/ffmpeg/gstffmpegcodecmap.c:
13230           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
13231           issues. I don't think ffmpeg handles 3ivx correctly, so this
13232           probably won't work. But it won't hurt either.
13233         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
13234         (gst_ffmpegdec_chain):
13235         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
13236         (gst_ffmpegenc_chain_audio):
13237           Fix memleak in audio encoding. Close codec if open fails, this
13238           calls the cleanup routines so we can re-use the context.
13239         * ext/mpeg2enc/gstmpeg2enc.cc:
13240           Fix pad template names/types, fix memory issue with getcaps().
13241         * ext/mpeg2enc/gstmpeg2encoder.cc:
13242         * ext/mpeg2enc/gstmpeg2encoder.hh:
13243           Fix compile issue with new caps system (const thingy).
13244         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13245         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
13246           We read a first frame right on initing, so that we have a caps
13247           when we init the output. This caps is cached in padprivate and
13248           read as first frame.
13249         * ext/mplex/Makefile.am:
13250         * ext/mplex/gstmplex.cc:
13251         * ext/mplex/gstmplex.h:
13252         * ext/mplex/gstmplex.hh:
13253         * ext/mplex/gstmplexibitstream.cc:
13254         * ext/mplex/gstmplexibitstream.hh:
13255         * ext/mplex/gstmplexjob.cc:
13256         * ext/mplex/gstmplexjob.hh:
13257         * ext/mplex/gstmplexoutputstream.cc:
13258         * ext/mplex/gstmplexoutputstream.hh:
13259           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
13260           had issues, didn't do capsnego, supported only a subset of the
13261           mplex features and required a mplex fork in our local CVS. Plus
13262           that it worked agaist a very old mplex version. Rewriting was
13263           faster than updating it.
13264         * gst-libs/ext/Makefile.am:
13265         * gst-libs/ext/mplex/INSTRUCT:
13266         * gst-libs/ext/mplex/Makefile.am:
13267         * gst-libs/ext/mplex/README:
13268         * gst-libs/ext/mplex/TODO:
13269         * gst-libs/ext/mplex/ac3strm_in.cc:
13270         * gst-libs/ext/mplex/audiostrm.hh:
13271         * gst-libs/ext/mplex/audiostrm_out.cc:
13272         * gst-libs/ext/mplex/aunit.hh:
13273         * gst-libs/ext/mplex/bits.cc:
13274         * gst-libs/ext/mplex/bits.hh:
13275         * gst-libs/ext/mplex/buffer.cc:
13276         * gst-libs/ext/mplex/buffer.hh:
13277         * gst-libs/ext/mplex/fastintfns.h:
13278         * gst-libs/ext/mplex/format_codes.h:
13279         * gst-libs/ext/mplex/inputstrm.cc:
13280         * gst-libs/ext/mplex/inputstrm.hh:
13281         * gst-libs/ext/mplex/lpcmstrm_in.cc:
13282         * gst-libs/ext/mplex/mjpeg_logging.cc:
13283         * gst-libs/ext/mplex/mjpeg_logging.h:
13284         * gst-libs/ext/mplex/mjpeg_types.h:
13285         * gst-libs/ext/mplex/mpastrm_in.cc:
13286         * gst-libs/ext/mplex/mpegconsts.cc:
13287         * gst-libs/ext/mplex/mpegconsts.h:
13288         * gst-libs/ext/mplex/mplexconsts.hh:
13289         * gst-libs/ext/mplex/multplex.cc:
13290         * gst-libs/ext/mplex/outputstream.hh:
13291         * gst-libs/ext/mplex/padstrm.cc:
13292         * gst-libs/ext/mplex/padstrm.hh:
13293         * gst-libs/ext/mplex/stillsstream.cc:
13294         * gst-libs/ext/mplex/stillsstream.hh:
13295         * gst-libs/ext/mplex/systems.cc:
13296         * gst-libs/ext/mplex/systems.hh:
13297         * gst-libs/ext/mplex/vector.cc:
13298         * gst-libs/ext/mplex/vector.hh:
13299         * gst-libs/ext/mplex/videostrm.hh:
13300         * gst-libs/ext/mplex/videostrm_in.cc:
13301         * gst-libs/ext/mplex/videostrm_out.cc:
13302         * gst-libs/ext/mplex/yuv4mpeg.cc:
13303         * gst-libs/ext/mplex/yuv4mpeg.h:
13304         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
13305         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
13306           We don't fork mjpegtools' mplex in our CVS anymore.
13307         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
13308         (gst_avi_demux_add_stream):
13309         * gst/avi/gstavidemux.h:
13310           Add getcaps() function for proper caps nego. This makes some
13311           parts of AVI playback/reading work.
13312         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
13313           Resize window on new capsnego. This is probably wrong, but
13314           I'm still committing it because with current capsnego, the
13315           first successfull capsnego is auto-fixated, therefore rounded
13316           down to the lowest values in the caps. this results in a 16x16
13317           XWindow that is not reized when real capsnego finishes.
13318           Dave, I see more cases of this, do you know a proper solution?
13319         * tools/gst-launch-ext.in:
13320           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
13322 2003-12-31  David Schleef  <ds@schleef.org>
13324         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
13325         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
13326           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
13328 2003-12-30  David Schleef  <ds@schleef.org>
13330         * ext/ffmpeg/gstffmpegcolorspace.c:
13331         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13332         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
13333         (gst_ffmpegcsp_chain): Negotiation fixes
13334         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
13335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13336         (gst_audio_convert_link), (gst_audio_convert_channels):
13337         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
13338         (gst_audioscale_link), (gst_audioscale_get_buffer),
13339         (gst_audioscale_chain): Negotiation fixes
13340         * gst/audioscale/gstaudioscale.h:
13341         * gst/videofilter/gstvideofilter.c:
13342         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
13343         (gst_videofilter_link), (gst_videofilter_init),
13344         (gst_videofilter_set_output_size), (gst_videofilter_setup),
13345         (gst_videofilter_find_format_by_structure):
13346         * gst/videofilter/gstvideofilter.h: Negotiation fixes
13347         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
13348         (gst_videoscale_link):
13349         * gst/videoscale/videoscale.c: (videoscale_get_structure),
13350         (videoscale_find_by_structure), (gst_videoscale_setup):
13351         * gst/videoscale/videoscale.h: Negotiation fixes
13352         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
13353         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
13354         function, restrict resizing to a multiple of 4 (hack until
13355         everyone supports odd sizes correctly).
13357 2003-12-29  Colin Walters  <walters@verbum.org>
13359         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
13360         signed.
13362 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
13364         * ext/sndfile/gstsf.c: (gst_sf_loop):
13365           Fix warning about discarding const qualifier
13367 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
13369         * gst/cutter/gstcutter.c:
13370         * gst/videoscale/gstvideoscale.c:
13371         * gst/volenv/gstvolenv.c:
13372         * gst-libs/gst/audio/audio.c:
13373         * gst-libs/gst/video/video.c:
13374           Fix warnings
13376 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13378         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
13379           Don't send ALSA debugging to stderr.
13380         * ext/alsa/gstalsa.h:
13381           Use GST_WARNING instead of g_warning when ALSA functions fail.
13383 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13386           Free XVAdapterInfo correctly.
13388 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13390         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
13391         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
13392           Make id3tag use correct caps nego.
13394 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
13396         * ext/ivorbis/vorbis.c: 
13397         * ext/ivorbis/vorbisenc.h:
13398         * ext/ivorbis/vorbisfile.c:
13399           Modify so that it uses the new caps things
13401 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13403         * testsuite/spider/spider1.c: (main):
13404         * testsuite/spider/spider2.c: (main):
13405         * testsuite/spider/spider3.c: (main):
13406           Make tests compile again. They probably don't work.
13408 2003-12-24  Colin Walters  <walters@verbum.org>
13410         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
13411         we can't fixate the caps anymore.
13413 2003-12-23  David Schleef  <ds@schleef.org>
13415         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
13416         * sys/oss/gstosssink.c: (gst_osssink_init),
13417         (gst_osssink_sink_fixate): Add fixate function.
13419 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13421         * ext/ffmpeg/gstffmpegcodecmap.c:
13422         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
13423         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
13424         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
13425         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13426         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13427         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13428         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
13429           fix typo in RGB masks, and move back to "old" colorspace
13430           capsnego code until whoever wrote this new crap has actually
13431           tested it so that it works.
13432           And yes, this works, keep it that way please.
13434 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13436         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
13437         (gst_divxdec_init), (gst_divxdec_negotiate):
13438         * ext/divx/gstdivxdec.h:
13439         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
13440         (gst_divxenc_init):
13441         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
13442         (gst_faac_sinkconnect), (gst_faac_srcconnect):
13443         * ext/mpeg2enc/gstmpeg2enc.cc:
13444         * ext/mpeg2enc/gstmpeg2encoder.cc:
13445         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13446         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
13447         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
13448         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
13449         (dxr3spusink_init):
13450         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
13451         (dxr3videosink_init):
13452           Fix caps breakage after Dave's caps branch merge.
13454 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13456         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13457           Fix for 24bpp display.
13459 2003-12-23  Colin Walters  <walters@verbum.org>
13461         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
13462         a GnomeVFSHandle directly.
13464 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13466         * gst/volume/Makefile.am:
13467         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
13468         (volume_base_init), (volume_init):
13469           Reenable volume element and fix to work with new caps stuff.
13470           Rhythmbox needs this.
13472 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13474         * gst/qtdemux/qtdemux.c: (plugin_init):
13475           qtdemux requires bytestream
13477 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13479         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
13480           Fix remaining caps handling errors due to CAPS merge.
13482 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13484         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
13485         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
13486         (gst_faad_srcconnect): 
13487           Port to new caps system.
13489 2003-12-21  Julien MOUTTE  <julien@moutte.net>
13491         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
13492         (got_video_size), (main): using g_print instead of g_message.
13493         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
13494         signal which was not emitted because of "switch" element added to the
13495         bin but not connected. (Removing from the bin temporarily)
13497 2003-12-21  Julien MOUTTE  <julien@moutte.net>
13499         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
13500         find X development files. I don't understand the previous tests and
13501         they fail on my debian/ppc unstable. This one works.
13502         * examples/gstplay/player.c: (main): Set the pipeline to READY before
13503         exiting.
13504         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
13505         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13506         (gst_play_set_visualization): Add some safety checks in set_ methods
13507         and state_change. This was throwing some ugly CRITICAL messages when
13508         pipeline was getting disposed and casts were failing.
13510 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13512         * configure.ac:
13513           Improve mpeg2enc detection. This is for distributions that do
13514           ship mjpegtools, but without mpeg2enc. Also does object check
13515           for might there ever be ABI incompatibility.
13516         * ext/mpeg2enc/gstmpeg2enc.cc:
13517           Add Andrew as second maintainer (he's helping me), and also add
13518           an error if no caps was set. This happens if I pull before capsnego
13519           and that's something I should solve sometime else.
13520         * gst/matroska/matroska-demux.c:
13521         (gst_matroska_demux_parse_blockgroup):
13522           Fix time parsing.
13523         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
13524         (gst_matroska_mux_track_header):
13525           Add caps to templates.
13526         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
13527           Add mpegversion=1 to prevent confusion with MPEG/AAC.
13528         * gst/mpegstream/gstmpegdemux.c:
13529           Remove layer since it causes warnings about unfixed caps.
13530         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
13531           Fix obvious typo (we error out if caps were set, we should of
13532           course error out if *no* caps were set).
13533         * sys/oss/gstosselement.c: (gst_osselement_convert):
13534           Fix format conversion, we confused bits/bytes.
13535         * sys/oss/gstosselement.h:
13536           Improve documentation for 'bps'.
13537         * sys/v4l/TODO:
13538           Remove stuff about plugins that need removing - this was done
13539           ages ago.
13540         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
13541         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
13542         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
13543         (gst_v4lsrc_src_query):
13544         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13545         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
13546           Add get_query_types(), get_formats() and query() functions.
13548 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13550         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
13551         * moved CVS to freedesktop.org