ext/vorbis/: Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make vorbisenc adhere...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
4         (gst_vorbis_dec_init), (vorbis_dec_finalize):
5         * ext/vorbis/vorbisdec.h:
6         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
7         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
8         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
10         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
11         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
12         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
13         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
14         (gst_vorbis_enc_buffer_from_packet),
15         (gst_vorbis_enc_buffer_from_header_packet),
16         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
17         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
18         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
19         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
20         (gst_vorbis_enc_change_state):
21         * ext/vorbis/vorbisenc.h:
22           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
23           vorbisenc adhere to the official nomenclature; use boilerplate
24           macro.
25
26 2006-04-04  Andy Wingo  <wingo@pobox.com>
27
28         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
29         Whoops, fix bug introduced. Bad hacker!
30         
31         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
32         Properly handle the case where you get EOS before any buffers are
33         received. Use gst_buffer_make_metadata_writable where appropriate.
34
35         * ext/theora/theoradec.c (theora_handle_data_packet): This value
36         is often negative -- make it signed so as not to wrap around.
37         Fixes segfaults introduced on 9 March.
38
39 2006-04-03  Wim Taymans  <wim@fluendo.com>
40
41         * ext/theora/gsttheoradec.h:
42         * ext/theora/theoradec.c: (theora_dec_src_event):
43         Don't try to store a gdouble in a gboolean.
44         Small cleanups.
45
46 2006-04-03  Michael Smith  <msmith@fluendo.com>
47
48         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
49           Oggmux sucks.
50           Make it suck slightly less by writing out the final page.
51           Still can't encode a vorbis-in-ogg file correctly, though.
52
53 2006-04-03  Andy Wingo  <wingo@pobox.com>
54
55         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
56         a g_print.
57
58         * ext/theora/theora.c (plugin_init): Register theoraparse.
59
60         * ext/theora/gsttheoraparse.h: 
61         * ext/theora/theoraparse.c: New files implementing a theora
62         parser. Now we can properly remux ogg/theora+vorbis, yay.
63
64         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
65
66 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
67
68         * gst/audiotestsrc/gstaudiotestsrc.c:
69           Fixed the sample pipeline (see #323798)
70
71 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
72
73         * configure.ac:
74         * win32/common/config.h:
75         * win32/common/config.h.in:
76           use AS_VERSION and AS_NANO
77           more cleanups
78
79 2006-03-31  Andy Wingo  <wingo@pobox.com>
80
81         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
82         uninitialized variable return that would happen.
83         
84         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
85         uninitialized variable return that would never happen.
86
87         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
88         (vorbis_parse_sink_event): Add an event function to flush our
89         state on a seek, and to drain buffers on a premature EOS.
90         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
91         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
92         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
93         (vorbis_parse_drain_queue): Queue up buffers until we can set
94         their timestamps and granulepos values.
95
96         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
97         and keep track of data needed for deriving granulepos and
98         timestamps for buffers.
99
100 2006-03-29  Wim Taymans  <wim@fluendo.com>
101
102         Patch by: j^ <j at bootlab dot org>
103
104         * ext/alsa/gstalsamixerelement.c:
105         (gst_alsa_mixer_element_class_init):
106         * ext/alsa/gstalsasink.c:
107         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
108         * ext/ogg/gstoggdemux.c:
109         * ext/ogg/gstoggmux.c:
110         * ext/ogg/gstoggparse.c:
111         * ext/pango/gstclockoverlay.c:
112         * ext/pango/gsttextoverlay.c:
113         * ext/pango/gsttextrender.c:
114         * ext/pango/gsttimeoverlay.c:
115         * ext/theora/theoradec.c:
116         * ext/theora/theoraenc.c:
117         * ext/vorbis/vorbisdec.c:
118         * ext/vorbis/vorbisenc.c:
119         * gst/audioconvert/gstaudioconvert.c:
120         * gst/subparse/gstsubparse.c:
121         * gst/tcp/gstmultifdsink.c:
122         * gst/tcp/gsttcpclientsink.c:
123         * gst/tcp/gsttcpclientsrc.c:
124         * gst/tcp/gsttcpserversink.c:
125         * gst/tcp/gsttcpserversrc.c:
126           better/unified long descriptions
127           Fixes #336477
128
129 2006-03-29  Wim Taymans  <wim@fluendo.com>
130
131         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
132         (stop_seek):
133         Don't let double and tripple clicks mess up our state.
134
135 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
136
137         * gst/playback/gstplaybin.c: (gen_video_element),
138         (gen_text_element), (gen_audio_element), (gen_vis_element):
139           Error out gracefully when we can't create any of the usual
140           conversion elements for some reason. Also, don't try to
141           create an audioscale (sic) element that's not used anyway.
142
143 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
144
145         * gst/playback/gstplaybasebin.c: (setup_source):
146           Don't post RESOURCE_NOT_FOUND error when we can't find a source
147           element for a particular protocol, that's confusing for users.
148           Instead, post a RESOURCE_FAILED error, so that our own error
149           message is actually shown in totem etc. (#336303).
150
151 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
152
153         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
154
155         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
156         (gst_gnome_vfs_src_get_icy_metadata):
157           Fix some minor memory leaks (#336194).
158
159 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
160
161         * ext/gnomevfs/gstgnomevfs.c:
162         (gst_gnome_vfs_location_to_uri_string):
163         * ext/gnomevfs/gstgnomevfs.h:
164         * ext/gnomevfs/gstgnomevfssink.c:
165         (gst_gnome_vfs_sink_set_property):
166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
167           Make gnomevfssink accept filenames as well as URIs for the
168           "location" property, just like gnomevfssrc does (and
169           filesrc/filesink do) (#336190).
170
171 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
172
173         * tests/check/generic/clock-selection.c: (GST_START_TEST):
174           set to NULL before unreffing, fixes a valgrind leak.
175           Why was this not triggering the error that an object needs to
176           be NULL before unreffing ?
177         * win32/common/config.h:
178           update
179
180 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
181
182         * gst/subparse/gstsubparse.c: (convert_encoding),
183         (gst_sub_parse_change_state):
184         * gst/subparse/gstsubparse.h:
185           Text subtitle files may or may not be UTF-8. If it's not, we
186           don't really want to see '?' characters in place of non-ASCII
187           characters like accented characters. So let's assume the input
188           is UTF-8 until we come across text that is clearly not. If it's
189           not UTF-8, we don't really know what it is, so try the following:
190           (a) see whether the GST_SUBTITLE_ENCODING environment variable
191           is set; if not, check (b) if the current locale encoding is
192           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
193           the current locale encoding is UTF-8 and the environment variable
194           was not set to any particular encoding. Not perfect, but better
195           than nothing (and better than before, I think) (fixes #172848).
196
197 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
198
199         * configure.ac:
200           update core requirement to 0.10.4.1 because of async_playback
201           vmethod on GstBaseSink
202
203 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
204
205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
206         * gst/adder/gstadder.c: (gst_adder_init):
207         use DEBUG_FUNCPTR for collectpads
208
209 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
210
211         * docs/plugins/Makefile.am:
212         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
213         * docs/plugins/gst-plugins-base-plugins-sections.txt:
214         * ext/cdparanoia/gstcdparanoiasrc.c:
215         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
216         (gst_gnome_vfs_sink_class_init):
217         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
219         * ext/ogg/gstoggmux.c:
220         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
221         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
222         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
223         * ext/pango/gsttextoverlay.c:
224         * ext/pango/gsttextrender.c:
225         * ext/theora/theoradec.c:
226         * ext/theora/theoraenc.c:
227         * ext/vorbis/vorbisdec.c:
228         * ext/vorbis/vorbisenc.c:
229         * gst-libs/gst/audio/gstaudiofilter.c:
230         (gst_audio_filter_base_init):
231         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
232         (gst_audio_filter_template_base_init):
233         * gst/adder/gstadder.c: (gst_adder_get_type):
234         * gst/adder/gstadder.h:
235         * gst/audioconvert/gstaudioconvert.c:
236         * gst/audiotestsrc/gstaudiotestsrc.c:
237         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
238         (gst_audio_test_src_create):
239         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
240         * gst/playback/gstdecodebin.c:
241         * gst/playback/gstplaybin.c:
242         * gst/playback/gststreamselector.c:
243         (gst_stream_selector_base_init):
244         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
245         * gst/volume/gstvolume.c:
246         * sys/v4l/gstv4lmjpegsink.c:
247         * sys/v4l/gstv4lmjpegsrc.c:
248         * tests/check/libs/cddabasesrc.c:
249         * tests/old/examples/gob/gst-identity2.gob:
250         Add docs for adder, use GST_ELEMENT_DETAILS macro,
251         define GstElementDetails at the top
252
253 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
254
255         * win32/common/libgstinterfaces.def:
256         Add a lot of export functions for gst-python
257         * win32/vs6/libgstinterfaces.dsp:
258         Add a missing include folder in the project configuration
259         
260 2006-03-23  Wim Taymans  <wim@fluendo.com>
261
262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
263         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
264         (gst_base_audio_src_change_state):
265         Fix audio sources, forgot to make the ringbuffer
266         startable...
267
268 2006-03-23  Wim Taymans  <wim@fluendo.com>
269
270         * gst-libs/gst/audio/gstbaseaudiosrc.c:
271         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
272         (gst_base_audio_src_change_state):
273         unparent instead of unref the ringbuffer.
274
275 2006-03-23  Wim Taymans  <wim@fluendo.com>
276
277         * gst-libs/gst/audio/gstbaseaudiosink.c:
278         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
279         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
280         Implement new async_play vmethod to start slaving and allow
281         playback start in case of async PLAY state changes. 
282
283         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
284         Enable QoS with new method in base class.
285
286 2006-03-23  Wim Taymans  <wim@fluendo.com>
287
288         Patch by: Julien MOUTTE <julien at moutte dot net>
289
290         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
291         (gst_video_test_src_do_seek), (gst_video_test_src_create):
292         Partially handle 0 framerate, only EOS after the first frame
293         is missing.
294
295 2006-03-23  Wim Taymans  <wim@fluendo.com>
296
297         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
298
299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
300         (gst_riff_create_video_template_caps):
301         * gst/ffmpegcolorspace/avcodec.h:
302         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
303         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
304         (gst_ffmpegcsp_avpicture_fill):
305         * gst/ffmpegcolorspace/imgconvert.c:
306         Patch for support of YVU9 AVI files (#334822)
307
308 2006-03-22  Edward Hervey  <edward@fluendo.com>
309
310         * docs/design/design-decodebin.txt:
311         Added design document for new decodebin
312         (Target Caps): text/x-pango-markup is also a default target caps.
313
314 2006-03-22  Wim Taymans  <wim@fluendo.com>
315
316         * gst-libs/gst/audio/gstbaseaudiosink.c:
317         (gst_base_audio_sink_dispose):
318         Since we _parent the ringbuffer, we also need to
319         _unparent instead of a plain _unref.
320
321 2006-03-22  Wim Taymans  <wim@fluendo.com>
322
323         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
324         (stop_seek), (scrub_toggle_cb), (main):
325         Add scrub checkbox.
326
327 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
330         (gst_ogg_parse_chain):
331           Fix very inefficient usage of linked lists (#335365).
332
333 2006-03-21  Edward Hervey  <edward@fluendo.com>
334
335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
336         * gst/playback/gstplaybin.c: (handoff):
337         * gst/playback/gststreamselector.c:
338         (gst_stream_selector_set_property):
339         gcc 4.1 unreferenced pointer fixes.
340         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
342         gst_buffer_ref() now takes a GstBuffer*.
343
344 2006-03-20  Julien MOUTTE  <julien@moutte.net>
345
346         * sys/xvimage/xvimagesink.c:
347         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
348         by Jan Schmidt.
349
350 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
351
352         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
353         (id3v1_type_find), (apetag_type_find), (plugin_init):
354           Can't do tag preferences via probability, as tags would then
355           lose against types that are recognised with MAXIMUM probability
356           (like .wav); so let all tag typefinders return MAXIMUM themselves
357           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
358           that we can prefer APE to ID3v1 (fixes #335028).
359           
360 2006-03-17  Wim Taymans  <wim@fluendo.com>
361
362         * gst-libs/gst/audio/gstbaseaudiosink.c:
363         (gst_base_audio_sink_change_state):
364         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
365         (gst_ring_buffer_may_start):
366         * gst-libs/gst/audio/gstringbuffer.h:
367         Only start playback if we are playing.
368         should fix #330748.
369
370 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
371
372         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
373         * win32/common/config.h:
374           Revert accidental commits to these files.
375
376 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
377
378         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
379
380         * tests/Makefile.am:
381           Don't try to build tests in tests/icles if we
382           don't have X (#323852)
383
384 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
385
386         * gst-libs/gst/tag/gstid3tag.c:
387           Add TXXX frame identifiers for replaygain stuff as used
388           by some taggers (see #323721).
389
390 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
391
392         * gst/playback/gststreamselector.c:
393         (gst_stream_selector_set_property),
394         (gst_stream_selector_bufferalloc):
395           Preserve the existing buggy streamselector behaviour by performing
396           a fallback buffer allocation when downstream isn't linked yet.
397           This should really be fixed in playbin by blocking pads until it's
398           linked them.
399           Also, use gst_pad_alloc_buffer instead of
400           gst_pad_alloc_buffer_and_set.
401
402 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
403
404         * gst-libs/gst/tag/gstid3tag.c:
405           Don't crash on unknown ID3v2 TXXX frames.
406           
407 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
408
409         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
410           Chain up to the parent finalize method.
411           Add 32-bit sample size to the template caps.
412
413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
414         (gst_riff_create_video_template_caps):
415           Add the fourcc that the VMWare codec uses.
416           
417         * gst/playback/gststreamselector.c:
418         (gst_stream_selector_set_property),
419         (gst_stream_selector_bufferalloc),
420         (gst_stream_selector_request_new_pad):
421           For the active pad, forward buffer-alloc requests, otherwise
422           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
423           having to memcpy every frame when used by playbin.
424
425         * gst/tcp/gstmultifdsink.c:
426         (gst_multi_fd_sink_handle_client_write):
427           Get negotiated caps from the sink pad, rather than the sink
428           pad's peer.
429
430 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
431
432         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
433         
434         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
435           Don't forget to set src->callbacks_pushed to FALSE again when
436           popping them, otherwise re-activation in a different mode won't
437           work (#334620).
438
439 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
440
441         Patch by: Sebastien Moutte  <sebastien moutte net>
442
443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
444         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
445         (gst_ffmpeg_smpfmt_to_caps):
446           Replace __VA_ARGS__ caps creation macros with varargs functions.
447           Makes things compile on MSVC (#320765), looks nicer, and we can
448           tell the compiler to check for the NULL terminator.
449
450 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
451
452         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
453
454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
455           Make sure the buffer we copy into is really always big
456           enough, this time for real (#333488).
457           
458 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
459
460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
461           Add support for 24bpp DIB (#305279).
462
463 2006-03-14  Wim Taymans  <wim@fluendo.com>
464
465         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
466         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
467         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
468         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
469         (gst_video_scale_init), (gst_video_scale_src_event):
470         Re-enable QoS after the release.
471         Rework videoscale to use the base class src_event handler.
472
473 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
474
475         * configure.ac:
476           back to CVS.
477
478 === release 0.10.5 ===
479
480 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
481
482         * configure.ac:
483           releasing 0.10.5, "Net"
484
485 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
486
487         * docs/plugins/Makefile.am:
488           Part of previous cdparanoiasrc docs fixes, forgot to commit.
489           
490 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
491
492         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
493         * docs/plugins/gst-plugins-base-plugins-sections.txt:
494         * docs/plugins/gst-plugins-base-plugins.hierarchy:
495           Add cdparanoiasrc to docs.
496
497         * gst-libs/gst/cdda/gstcddabasesrc.c:
498           More GstCddaBaseSrc docs.
499
500 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
501
502         * docs/libs/gst-plugins-base-libs-sections.txt:
503         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
504         * gst-libs/gst/tag/tag.h:
505           Add new API to libgsttag: gst_tag_from_id3_user_tag().
506
507 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
508
509         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
510           NULL-terminate array of mpeg4 video file extensions.
511           Fixes crash on PPC (#334226).
512
513 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
514
515         * ext/gnomevfs/gstgnomevfssrc.c:
516         (gst_gnome_vfs_src_check_get_range):
517           gnome_vfs_uri_is_local() alone is not a good indicator
518           whether we can operate in pull-mode with a specific URI,
519           as it returns FALSE for file:// URIs that point to an
520           NFS-mounted path. Be more conservative here: whitelist
521           local files, blacklist http URIs and use the old
522           mechanism for anything else (fixes #334216).
523
524 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
525
526         * configure.ac:
527           back to trunk
528
529 === release 0.10.4 ===
530
531 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
532
533         * configure.ac:
534           releasing 0.10.4, "Power"
535
536 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
537
538         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
539         Disable max-lateness by setting it to -1 for now, so that 
540         we can bed QoS stuff in thoroughly between now and the next
541         release.
542
543 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
544
545         Patch by: Fabrizio Gennari
546
547         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
548           Make sure we don't read beyond the palette buffer in case of
549           broken or manipulated files (#333488)
550
551 2006-03-10  Edward Hervey  <edward@fluendo.com>
552
553         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
554         Fix for variable not initialized.
555
556 2006-03-09  Wim Taymans  <wim@fluendo.com>
557
558         * ext/libvisual/visual.c: (gst_visual_get_type),
559         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
560         (gst_visual_chain):
561         Small cleanups.
562
563         * ext/theora/gsttheoradec.h:
564         * ext/theora/theoradec.c: (gst_theora_dec_init),
565         (gst_theora_dec_reset), (_theora_granule_time),
566         (theora_dec_src_convert), (theora_dec_sink_convert),
567         (theora_dec_src_query), (theora_dec_src_event),
568         (theora_dec_sink_event), (theora_handle_comment_packet),
569         (theora_handle_header_packet), (theora_dec_push),
570         (theora_handle_data_packet), (theora_dec_chain),
571         (theora_dec_change_state):
572         Add simple QoS.
573
574 2006-03-09  Wim Taymans  <wim@fluendo.com>
575
576         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
577         (audiocast_register_listener), (gst_gnome_vfs_src_start):
578         Some cleanups.
579
580 2006-03-09  Wim Taymans  <wim@fluendo.com>
581
582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
583         Don't try to activate NULL chains.
584
585 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
586
587         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
588           Fix invalid memory access to region before peek'd data (#332964).
589
590 2006-03-09  Wim Taymans  <wim@fluendo.com>
591
592         Patch by: Christophe Fergeau
593
594         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
595         * ext/pango/gsttextrender.c: (gst_text_render_init):
596         * gst/adder/gstadder.c: (gst_adder_init):
597         Don't leak padtemplates, closes #333510.
598
599 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
600
601         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
602           Fix invalid memory access: make sure string passed to
603           regexec() is NUL-termianted.
604
605 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
606
607         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
608         (mp3_type_find):
609           Refactor mpeg/audio typefinding to make it more maintainable
610           and easier to fine-tune. Make probing into middle of the file
611           work properly (fixes #333900, also see #152688).
612
613 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
614
615         * gst/typefind/gsttypefindfunctions.c:
616         (utf8_type_find_have_valid_utf8_at_offset):
617           Remove part from previous commit that was bogus:
618           g_utf8_validate() does in fact not accept embedded
619           zeroes, so we don't need to check for those (thanks
620           to Mike for the hint).
621
622 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
623
624         * gst/typefind/gsttypefindfunctions.c:
625         (utf8_type_find_count_embedded_zeroes),
626         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
627           Make plain/text typefinder more conservative: firstly, check
628           for embedded zeroes, which are perfectly valid UTF-8 characters,
629           but also a fairly good sign that something is not a plain text
630           file; secondly, probe into the middle of the file if possible.
631           If we can't probe into the middle, limit the probability value
632           to be returned to TYPE_FIND_POSSIBLE (see #333900).
633
634 2006-03-08  Michael Smith  <msmith@fluendo.com>
635
636         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
637           Make typefind function name for mpeg4 video unique.
638
639 2006-03-08  Wim Taymans  <wim@fluendo.com>
640
641         * ext/libvisual/visual.c: (gst_visual_init),
642         (gst_visual_clear_actors), (gst_visual_dispose),
643         (gst_visual_reset), (gst_visual_src_setcaps),
644         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
645         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
646         (gst_visual_chain), (gst_visual_change_state):
647         Cleanups, post nice errors.
648         Handle sink and src events.
649         Implement simple QoS.
650
651         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
652         Use new basesink methods to configure max-lateness.
653         Small doc update.
654
655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
656         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
657         Debug statement cleanups.
658
659         * gst/volume/gstvolume.c: (gst_volume_class_init):
660         Simple cleanup.
661
662 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
663
664         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
665         (gst_text_overlay_init), (gst_text_overlay_set_property),
666         (gst_text_overlay_get_property):
667           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
668           as string type properties, but mark them deprecated. Add
669           'halignment' and 'valignment' properties that use enums
670           instead of strings.
671
672 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
673
674         Patch by: Fabrizio Gennari
675
676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
677           Allow palettes with less than 256 colours in AVI files
678           (#333488)
679
680 2006-03-07  Julien MOUTTE  <julien@moutte.net>
681
682         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
683         (gst_text_overlay_video_event): Fix wrong EOS handling on text
684         pad. We were releasing the queued text buffer when we should keep
685         it until video pad gets EOS or discard the text buffer because it's
686         too old. That was eating the last subtitle buffer. Add some more
687         debug.
688
689 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
690
691         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
692         (gst_text_overlay_video_chain):
693           Fix invalid memory access (we can't access a buffer after it's been
694           pushed downstream without taking a reference); fix memory leak (if
695           there's no text to render, bail out before allocating stuff).
696
697 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
698
699         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
700         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
701         * ext/pango/gsttextoverlay.h:
702           If input is plain text, escape it before passing it to
703           pango_layout_set_markup().
704
705 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
706
707         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
708           Don't ignore flow return from gst_pad_push().
709
710 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
711
712         Patch by: Fabrizio Gennari
713
714         * ext/libvisual/visual.c: (gst_visual_getcaps),
715         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
717         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
718         (gst_vorbisenc_convert_sink):
719         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
720         (gst_audio_duration_from_pad_buffer):
721         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
722         (gst_audio_filter_chain):
723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
724         (gst_base_rtp_depayload_setcaps):
725         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
726         (gst_video_get_size):
727         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
728           Don't leak references returned by gst_pad_get_parent()
729           (#333663)
730
731 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
732
733         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
734           change location param details
735         * gst/volume/gstvolume.c: (plugin_init):
736           correct plugin description
737
738 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
739
740         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
741         (gst_gnome_vfs_src_check_get_range):
742           Override GstBaseSrc::check_get_range() in order to avoid opening
743           the resource just to check whether we can operate in pull-mode or
744           not - we can predict that pretty well from the URI alone. Should
745           fix problems with last.fm (#331690). (Requires latest core CVS).
746
747 2006-03-06  Wim Taymans  <wim@fluendo.com>
748
749         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
750         (gst_video_sink_class_init):
751         Throw away frames that are later than 20 ms.
752
753 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
754
755         Patch by: Fabrizio Gennari
756
757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
758           Set depth on WMA caps (#333545)
759
760 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
761
762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
763         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
764           put Theora BOS pages before others.  This hardcodes
765           the Ogg/Theora I profile, but hey.
766
767 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
768
769         * ext/ogg/README:
770           updated with some examples
771         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
772         (granulepos_add), (theora_buffer_from_packet):
773         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
774         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
775         (gst_vorbisenc_chain):
776           implement strategy from ext/ogg/README
777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
778         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
779         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
780         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
781           Fix muxer so that oggz-validate is happy with all streams;
782           except for no eos mark, and the BOS page ordering
783         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
784         (check_buffer_granulepos):
785         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
786           update tests to check for OFFSET being set as requested
787           fixed type of granulepos, it's not a ClockTime
788
789 2006-03-05  Julien MOUTTE  <julien@moutte.net>
790
791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
792         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
793         Check that the xvimage we are creating has a correct size
794         before returning it. (#314897)
795
796 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
797
798         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
799           Give id3 and ape tag typefinders a rank slightly higher
800           than PRIMARY to ensure they're always run before any of
801           the other typefinders (in particular wav and mp3) (#324186).
802
803 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
804
805         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
806           Add support for '3IVD' fourcc (#333403).
807
808 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
809
810         * configure.ac:
811           Bump requirements to GStreamer CVS for the new error enum.
812
813         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
814           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
815           space left on the device (fixes #333352).
816
817 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
818
819         * win32/vs6:
820           add a project file for libgstvolume
821           update the workspace
822
823 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
824
825         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
826         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
827         (GST_START_TEST):
828           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
829           Set IN_CAPS on header buffers
830
831 2006-03-02  Wim Taymans  <wim@fluendo.com>
832
833         * docs/plugins/Makefile.am:
834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
836         Add audioresample to docs.
837
838         * gst/audioconvert/gstaudioconvert.c:
839         Add revision date.
840
841         * gst/audioresample/gstaudioresample.c:
842         (gst_audioresample_base_init), (gst_audioresample_class_init),
843         (gst_audioresample_init), (gst_audioresample_dispose),
844         (audioresample_get_unit_size), (audioresample_transform_caps),
845         (resample_set_state_from_caps), (audioresample_transform_size),
846         (audioresample_set_caps), (audioresample_event),
847         (audioresample_do_output), (audioresample_transform),
848         (audioresample_pushthrough), (gst_audioresample_set_property),
849         (gst_audioresample_get_property), (plugin_init):
850         * gst/audioresample/gstaudioresample.h:
851         Added docs.
852         Small code cleanups.
853
854 2006-03-02  Wim Taymans  <wim@fluendo.com>
855
856         * docs/plugins/Makefile.am:
857         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
859         Added videoscale to docs.
860
861         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
862         (gst_video_rate_swap_prev), (gst_video_rate_event),
863         (gst_video_rate_chain):
864         Fix typo in docs.
865
866         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
867         (gst_video_scale_init), (gst_video_scale_prepare_size),
868         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
869         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
870         * gst/videoscale/gstvideoscale.h:
871         Added docs, examples.
872         Some code cleanups.
873         Post errors instead of g_warning.
874
875 2006-03-02  Wim Taymans  <wim@fluendo.com>
876
877         * docs/libs/gst-plugins-base-libs-docs.sgml:
878         * docs/libs/gst-plugins-base-libs-sections.txt:
879         * docs/libs/gst-plugins-base-libs.types:
880         * docs/plugins/Makefile.am:
881         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
882         * docs/plugins/gst-plugins-base-plugins-sections.txt:
883         Added some more docs to libs and plugins.
884
885         * gst-libs/gst/audio/gstringbuffer.c:
886         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
887         * gst-libs/gst/audio/gstringbuffer.h:
888         Document ringbuffer some more.
889
890         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
891         (gst_video_rate_setcaps), (gst_video_rate_reset),
892         (gst_video_rate_init), (gst_video_rate_flush_prev),
893         (gst_video_rate_swap_prev), (gst_video_rate_event),
894         (gst_video_rate_chain), (gst_video_rate_change_state):
895         * gst/videorate/gstvideorate.h:
896         Fix videorate to use segments.
897         Make it work with 0/1 framerates (closes #331903)
898         Handle EOS correctly.
899         Added docs.
900
901 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
904         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
905         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
906           In state change function, first chain up to parent class,
907           then handle downwards state change stuff. Remove some
908           commented out cruft from 0.8 code.
909
910 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
911
912         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
913         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
914         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
915         (gst_ogm_parse_chain):
916           Don't remove/re-add source pad if the new caps are the same as
917           the old caps anyway (#333042). When removing source pad, don't
918           unref it afterwards - we didn't ref it when adding. Sprinkle some
919           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
920           after using gst_pad_get_parent(). Return downstream flow return
921           value in chain function.
922
923 2006-03-02  Wim Taymans  <wim@fluendo.com>
924
925         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
926         * docs/plugins/gst-plugins-base-plugins.args:
927         * docs/plugins/gst-plugins-base-plugins.hierarchy:
928         * docs/plugins/gst-plugins-base-plugins.interfaces:
929         * docs/plugins/gst-plugins-base-plugins.signals:
930         Fix hierarchy, added some more elements to the docs.
931
932         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
933         (gst_ffmpegcsp_get_type):
934         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
935         Fix docs for ffmpegcolorspace.
936
937 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
938
939         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
940         (apetag_type_find), (ape_type_find), (plugin_init):
941           Some typefinding fine-tuning:
942           - rank ID3/APE tags in order of preference via probabilities, so that
943             ID3v2 > APEv2 > APEv1 > ID3v1.
944           - three or four bytes don't really justify MAXIMUM probability,
945             change those to 'very likely' (musepack and monkeysaudio).
946
947 2006-03-01  Wim Taymans  <wim@fluendo.com>
948
949         * docs/plugins/Makefile.am:
950         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
951         * docs/plugins/gst-plugins-base-plugins-sections.txt:
952         * ext/alsa/gstalsamixer.c:
953         * ext/alsa/gstalsamixer.h:
954         * ext/alsa/gstalsamixerelement.c:
955         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
956         * ext/alsa/gstalsamixerelement.h:
957         * ext/alsa/gstalsasink.c:
958         * ext/alsa/gstalsasink.h:
959         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
960         (gst_alsasrc_init):
961         * ext/alsa/gstalsasrc.h:
962         Added alsa docs.
963         Small code cleanups.
964
965 2006-03-01  Wim Taymans  <wim@fluendo.com>
966
967         * ext/theora/Makefile.am:
968         Dist new header too,
969
970 2006-03-01  Wim Taymans  <wim@fluendo.com>
971
972         * docs/plugins/Makefile.am:
973         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
974         * docs/plugins/gst-plugins-base-plugins-sections.txt:
975         * ext/gnomevfs/gstgnomevfssink.h:
976         * ext/gnomevfs/gstgnomevfssrc.h:
977         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
978         * ext/vorbis/vorbisdec.h:
979         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
980         * ext/vorbis/vorbisenc.h:
981         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
982         (vorbis_parse_chain), (vorbis_parse_change_state):
983         * ext/vorbis/vorbisparse.h:
984         * gst/audioconvert/gstaudioconvert.h:
985         * gst/tcp/gsttcpserversink.h:
986         * gst/videotestsrc/gstvideotestsrc.c:
987         * gst/videotestsrc/gstvideotestsrc.h:
988         * gst/volume/gstvolume.c:
989         * gst/volume/gstvolume.h:
990         Fix some more docs.
991         Added docs for vorbisdec and vorbisparse.
992         Fix vorbisparse.
993
994 2006-03-01  Wim Taymans  <wim@fluendo.com>
995
996         * docs/plugins/Makefile.am:
997         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
998         * docs/plugins/gst-plugins-base-plugins-sections.txt:
999         * ext/pango/gstclockoverlay.h:
1000         * ext/pango/gsttextoverlay.h:
1001         * ext/pango/gsttextrender.h:
1002         * ext/pango/gsttimeoverlay.h:
1003         * ext/theora/gsttheoradec.h:
1004         * ext/theora/gsttheoraenc.h:
1005         * ext/theora/theoradec.c:
1006         * ext/theora/theoraenc.c:
1007         * gst/audioconvert/gstaudioconvert.h:
1008         * gst/audiotestsrc/gstaudiotestsrc.h:
1009         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1010         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1011         * gst/tcp/gstmultifdsink.h:
1012         Updated/added documentation.
1013
1014         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
1015         (gst_text_overlay_halign_get_type),
1016         (gst_text_overlay_wrap_mode_get_type),
1017         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
1018         (gst_text_overlay_init), (gst_text_overlay_set_property),
1019         (gst_text_overlay_get_property):
1020         Fix up properties to be enums instead of string to make bindings,
1021         introspection and automatic GUI creation possible.
1022         Add getters for the properties.
1023
1024 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1025
1026         * gst/audiotestsrc/gstaudiotestsrc.c:
1027           added defines of M_PI and M_PI_2
1028         * gst/ffmpegcolorspace/avcodec.h:
1029           removed #include "stdint.h" for win32 as _stdint.h is 
1030           autogenerated to win32/common
1031         * win32/common/libgstaudio.def:
1032         * win32/common/libgsttag.def:
1033           added some exports
1034         * win32/vs6:
1035           some project files bugs corrected
1036         * win32/vs7:
1037           project files are reset to the default vs7 configuration 
1038           (they link to msvcr71.dll using default optimizations)
1039           
1040 2006-02-28  Wim Taymans  <wim@fluendo.com>
1041
1042         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1043         Fix some docs.
1044
1045 2006-02-28  Edward Hervey  <edward@fluendo.com>
1046
1047         * ext/alsa/gstalsasrc.c:
1048         Set proper class on the ElementDetails:
1049         Source/Audio instead of Src/Audio/
1050
1051 2006-02-28  Edward Hervey  <edward@fluendo.com>
1052
1053         * gst/videoscale/vs_scanline.c:
1054         (vs_scanline_resample_nearest_RGBA):
1055         Revert optimization in videoscale. It should go in liboil and have
1056         an appropriate liboil function.
1057
1058 2006-02-28  Wim Taymans  <wim@fluendo.com>
1059
1060         * gst-libs/gst/audio/gstbaseaudiosink.c:
1061         (gst_base_audio_sink_provide_clock):
1062         Don't try to provide a clock in the NULL state.
1063
1064 2006-02-28  Wim Taymans  <wim@fluendo.com>
1065
1066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1067         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1068         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1069         (gst_ogg_demux_deactivate_current_chain),
1070         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1071         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1072         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1073         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1074         Use GstSegment infrastructure to remove duplicated code
1075         and handle more seek cases correctly.
1076
1077 2006-02-28  Wim Taymans  <wim@fluendo.com>
1078
1079         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1080         (gst_ffmpegcsp_transform):
1081         Don't ignore return code from ffmpeg convert function.
1082
1083         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1084         Split out some long statements to ease debugging.
1085
1086 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1087
1088         * ext/libvisual/visual.c: (gst_visual_init),
1089         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1090         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1091         being able to renegotiate the size. Instead, use the negotiation
1092         algorithm from the goom plugin to pick an initial output caps. 
1093
1094         Also, allow theoretical libvisual plugins that might support non-GL 
1095         output even if they also do GL.
1096
1097 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1098
1099         * ext/libvisual/visual.c: (gst_visual_init),
1100         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1101         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1102         possible negotiation issues.
1103
1104 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1105
1106         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1107
1108 2006-02-24  Michael Smith  <msmith@fluendo.com>
1109
1110         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1111         (cmml_type_find), (plugin_init):
1112           Fix CMML type find function to not require a specific minor version
1113           of the CMML header.
1114
1115           Add an MPEG4 video elementary stream typefind function.
1116
1117 2006-02-04  Michael Smith  <msmith@fluendo.com>
1118
1119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1120         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1121         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1122         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1123         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1124         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1125           Annodex support in ogg demuxer. Doesn't do very much without the
1126           other annodex patches (to come).
1127
1128 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1131
1132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1133           Pick up palette for MS video v1 (#327028)
1134
1135 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1136
1137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1138         (gst_ffmpegcsp_caps_remove_format_info),
1139         (gst_ffmpegcsp_get_unit_size):
1140           The 'palette_data' field from incoming RGB caps shouldn't be
1141           proxied on outgoing YUV caps; also, restrict unit size
1142           adjustment in case of paletted data only to the unit that
1143           actually has a palette. Fixes #330711.
1144
1145 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1146
1147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1148         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1149         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1150         (gst_ffmpegcsp_get_unit_size):
1151           Plug some memory leaks.
1152
1153 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1154
1155         * sys/ximage/Makefile.am:
1156         * sys/xvimage/Makefile.am:
1157           Add some _CFLAGS and _LIBS that seem to be missing
1158           and/or required for Cygwin (see #317048).
1159
1160 2006-02-22  Wim Taymans  <wim@fluendo.com>
1161
1162         * ext/alsa/gstalsasrc.c:
1163         Fix description as pointed out by caugier.
1164
1165 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1166
1167         Reviewed by : Edward Hervey  <edward@fluendo.com>
1168
1169         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1170         (qt_type_find):
1171         Better 3gp typefinding (#331526).
1172
1173 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1174
1175         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1176           Don't send EOS event here, the base class will send one for us.
1177
1178         * gst/playback/gstplaybasebin.c: (prepare_output):
1179           Subpictures without video stream aren't allowed either.
1180         
1181         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1182           Fix debug statement copy'n'paste-o.
1183
1184 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1185
1186         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1187           Fix issues with mixer keeping state when muting/unmuting
1188           and when changing the volume whilst muted (see #331763
1189           and #331765).
1190
1191 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1194         (parse_subrip), (gst_sub_parse_format_autodetect):
1195           Set right caps given that we send escaped text. Also,
1196           honour <i></i>, <b></b> and <u></u> markers that can be found
1197           in .srt files (fixes #310202).
1198
1199 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1200
1201         * gst-libs/gst/audio/mixerutils.c:
1202         (element_factory_rank_compare_func):
1203           Make order in which elements are tried more determinable.
1204
1205 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1206
1207         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1208         (remove_element_chain), (cleanup_decodebin),
1209         (gst_decode_bin_change_state): Make decodebin reusable by
1210         fixing remove_element_chain first and then introduce a
1211         cleaner in state change to ->NULL. (Closes #331678)
1212
1213 2006-02-19  Wim Taymans  <wim@fluendo.com>
1214
1215         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1216         use 0666 mask when creating files so umask gets applied
1217         correctly. Fixes #331295.
1218
1219 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         * gst/subparse/Makefile.am:
1222         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1223         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1224         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1225         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1226         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1227         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1228         * gst/subparse/gstssaparse.h:
1229         * gst/subparse/gstsubparse.c: (plugin_init):
1230           Add very basic parser for SSA subtitle streams (as often
1231           found in matroska files).
1232
1233 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1234
1235         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1236           That should be text/x-pango-markup, not text/x-pango-layout.
1237
1238 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1239
1240         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1241         Polishing.
1242
1243 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1244
1245         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1246         (gst_text_overlay_finalize), (gst_text_overlay_init),
1247         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1248         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1249         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1250         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1251         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1252         Fix state change deadlock.
1253
1254 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1255
1256         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1257         (gst_text_overlay_finalize), (gst_text_overlay_init),
1258         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1259         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1260         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1261         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1262         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1263         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1264         and subtitles files.
1265
1266 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1267
1268         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1269         should be considered as raw.
1270
1271 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1272
1273         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1274         (cb_probe):
1275         * gst/playback/gststreaminfo.h: Introduce language informations.
1276
1277 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1278
1279         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1280         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1281         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1282         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1283         Set shared memory segments to be deleted as soon as we have attached,
1284         that way they get cleaned up automatically if we crash.
1285
1286 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1287
1288         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1289         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1290         functions are called with lock held.
1291
1292 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1293
1294         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1295         (gst_text_overlay_finalize), (gst_text_overlay_init),
1296         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1297         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1298         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1299         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1300         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1301         (gst_text_overlay_change_state): Refactoring of textoverlay
1302         without collectpads. This now supports sparse subtitles coming
1303         from a demuxer instead of a sub file. Seeking is still broken 
1304         though. Need to discuss with wtay some more on how to handle
1305         seeking correctly.
1306         * ext/pango/gsttextoverlay.h:
1307         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1308         subtitles coming from the demuxer.
1309
1310 2006-02-17  Wim Taymans  <wim@fluendo.com>
1311
1312         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1313         (gst_vorbisenc_convert_sink):
1314         Use some more scaling functions.
1315
1316 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1317
1318         * ext/cdparanoia/gstcdparanoiasrc.c:
1319         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1320         (gst_cd_paranoia_paranoia_callback),
1321         (gst_cd_paranoia_src_signal_is_being_watched),
1322         (gst_cd_paranoia_src_read_sector):
1323         * ext/cdparanoia/gstcdparanoiasrc.h:
1324           Add back 'transport-error' and 'uncorrected-error' signals and
1325           make them actually be fired when bad stuff happens (#319340).
1326
1327 2006-02-17  Wim Taymans  <wim@fluendo.com>
1328
1329         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1330         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1331         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1332         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1333         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1334         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1335         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1336         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1337         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1338         (gst_ring_buffer_clear):
1339         Small cleanups.
1340         Added some G_LIKELY.
1341
1342 2006-02-17  Wim Taymans  <wim@fluendo.com>
1343
1344         * gst-libs/gst/audio/TODO:
1345         Update TODO
1346
1347         * gst-libs/gst/audio/gstbaseaudiosink.c:
1348         (gst_base_audio_sink_get_offset):
1349         When trying to play samples ASAP and we don't have a
1350         previous sample, try to play at position 0 instead of
1351         an invalid position.
1352
1353 2006-02-17  Wim Taymans  <wim@fluendo.com>
1354
1355         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1356         (gst_alsasink_reset):
1357         Also release lock when we get an error in _reset();
1358         fix an error message.
1359
1360 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1363         (gst_alsasink_init), (get_channel_free_structure),
1364         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1365         (gst_alsasink_close):
1366         * ext/alsa/gstalsasink.h:
1367           Add support for more than 2 channels (#326720).
1368
1369 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1372           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1373           with 4 or 6 channels, assume a default channel layout to make things
1374           work (not sure there's anything else we can do in those cases).
1375
1376 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1377
1378         * gst-libs/gst/audio/multichannel.c:
1379           Minor docs fix.
1380
1381         * gst-libs/gst/riff/Makefile.am:
1382         * gst-libs/gst/riff/riff-ids.h:
1383         * gst-libs/gst/riff/riff-media.c:
1384         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1385           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1386           channels and a channel layout map.
1387           
1388 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1389
1390         Reviewed by Edward Hervey  <edward@fluendo.com>
1391
1392         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1393         C-level optimization of the RGBA nearest neighbour function.
1394         Eventually this might end up in liboil with vectorized versions.
1395
1396 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1397
1398         * gst-libs/gst/audio/multichannel.c:
1399         (gst_audio_get_channel_positions):
1400           When we have more than 2 channels, but no channel layout is
1401           specified in the caps, return some default channel layout
1402           to the caller and warn about about a possibly buggy element
1403           (could be buggy filtercaps as well of course) (#317038).
1404
1405 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1406
1407         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1408           Add gst-libs/gst/cdda to list of lib search paths.
1409
1410 2006-02-15  Andy Wingo  <wingo@pobox.com>
1411
1412         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1413         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1414         to the Lord Jesus that I do not have to touch the ogg muxer ever
1415         again.
1416
1417 2006-02-15  Edward Hervey  <edward@fluendo.com>
1418
1419         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1420         quicktime movie files can also contain 'uuid' atoms.
1421
1422 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1423
1424         * gst/audioconvert/plugin.c: (plugin_init):
1425           Register the GstAudioChannelPosition enum type with the type
1426           system in the plugin_init function, so that it is known before
1427           any element actually makes use of multi-channel stuff. This is
1428           required for example if one wants to be able to deserialise/use
1429           a caps string with channel positions before any pipeline has
1430           been setup and started, like with gst-launch.
1431
1432 2006-02-14  Wim Taymans  <wim@fluendo.com>
1433
1434         * gst-libs/gst/audio/gstringbuffer.c:
1435         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1436         (gst_ring_buffer_samples_done), (wait_segment),
1437         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1438         Add some compiler G_(UN_)LIKELY help.
1439         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1440         make sure they can exit their functions. Should fix #330748
1441
1442 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1443
1444         * Makefile.am:
1445         * configure.ac:
1446         * win32/MANIFEST:
1447         * win32/common/_stdint.h:
1448           Windows does not have long long; copy the generated _stdint.h
1449         * win32/common/interfaces-enumtypes.c:
1450         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1451         (gst_mixer_track_flags_get_type),
1452         (gst_tuner_channel_flags_get_type):
1453         * win32/common/multichannel-enumtypes.c:
1454         (gst_audio_channel_position_get_type):
1455           update
1456
1457 2006-02-13  Wim Taymans  <wim@fluendo.com>
1458
1459         * gst-libs/gst/audio/gstbaseaudiosink.c:
1460         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1461         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1462         Always sync on first sample we receive when starting.
1463
1464 2006-02-13  Wim Taymans  <wim@fluendo.com>
1465
1466         * gst/playback/gstplaybin.c: (gen_vis_element):
1467         Update vis bin docs.
1468         Move queue after tee so we don't queue video buffers but
1469         audio samples instead. Fixes problems where the video queue
1470         is filled and the audio queue empty.
1471
1472 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1473
1474         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1475           No need to push an EOS event here, GstBaseSrc will do that for us
1476           when we return FLOW_UNEXPECTED.
1477           
1478 2006-02-12  Wim Taymans  <wim@fluendo.com>
1479
1480         * gst-libs/gst/audio/gstbaseaudiosink.c:
1481         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1482         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1483         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1484         Use scale functions when possible.
1485         Fix error messages.
1486         Free clockid when after waiting for EOS.
1487         Use G_(UN_)LIKLY when it makes sense.
1488         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1489
1490 2006-02-12  Edward Hervey  <edward@fluendo.com>
1491
1492         * gst/playback/gstplaybasebin.c: (prepare_output): 
1493         Remove stray semi-colon (fixes #330888).
1494
1495 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1496
1497         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1499         Fix up the XShm call testing so that we catch errors, and don't
1500         cause new ones by attempting to detach from a segment we failed
1501         to attach to. Fixes #312439.
1502
1503 2006-02-10  Edward Hervey  <edward@fluendo.com>
1504
1505         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1506         Added flv file typefind (video/x-flv).
1507
1508 2006-02-10  Edward Hervey  <edward@fluendo.com>
1509
1510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1511         (gst_riff_create_video_template_caps):
1512         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1513         Also added the caps to the default set of riff video caps.
1514
1515 2006-02-09  Andy Wingo  <wingo@pobox.com>
1516
1517         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1518         time and the end time of the last packet in the page.
1519         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1520         on the pages in our queue, set the duration as well. Reflow a
1521         debug statement.
1522         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1523         Fixes bad muxing order.
1524
1525 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1526
1527         * gst-libs/gst/rtp/gstbasertppayload.c:
1528         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1529           update seqnum before setting it on the packet; this makes sure
1530           that the timestamp and seqnum properties match after pushing
1531           a buffer
1532
1533 2006-02-09  Andy Wingo  <wingo@pobox.com>
1534
1535         * gst-libs/gst/audio/gstringbuffer.c
1536         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1537         overflow after 13.5 hours of recording. Kapow!
1538
1539         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1540         the buffer size -- we don't care about underrun/overrun reporting
1541         right now, just need to return a useful value.
1542
1543 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1544
1545         * configure.ac:
1546           Back to CVS
1547
1548 === release 0.10.3 ===
1549
1550 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1551
1552         * configure.ac:
1553           releasing 0.10.3, "Under Pressure"
1554
1555 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1556
1557         * configure.ac:
1558         Drat. Bump libtool version number for new API.
1559         Prelease 0.10.2.3 (of 0.10.3)
1560
1561 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1562
1563         * configure.ac:
1564         * win32/common/config.h:
1565         0.10.2.2 prerelease (of 0.10.3).
1566
1567 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1568
1569         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1570           Revert Andy's newsegment change pending a more correct
1571           fix.
1572
1573 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1574
1575         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1576         (qt_type_find), (plugin_init):
1577           detect more files as 3gp
1578           group and reorder the iso file formats
1579
1580 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1581
1582         * ext/vorbis/vorbis.c: (plugin_init):
1583           Register musicbrainz tags, so apps don't have to.
1584
1585 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1586
1587         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1588         (gst_tag_to_vorbis_tag):
1589           Make sure we called gst_tag_register_musicbrainz_tags()
1590           before possibly mapping a vorbiscomment string from/to a
1591           musicbrainz tag.
1592
1593 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1596           In case we can't find the required number of consecutive
1597           mpeg audio frames to positively identify an MPEG audio
1598           stream, check if there's at least a valid mpeg audio
1599           frame right at offset 0 and if so suggest mpeg/audio
1600           caps with a very low probability (#153004).
1601
1602 2006-02-07  Andy Wingo  <wingo@pobox.com>
1603
1604         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1605         a TIME segment if we get timestamped buffers. Requires recent
1606         fixes in core to work properly.
1607
1608 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1609
1610         * gst/playback/gstplaybasebin.c: (prepare_output):
1611           Don't print the URI as part of the error message, it
1612           makes error dialogs look rather ugly, especially if
1613           the URI is very long or has characters in it that
1614           need escaping.
1615
1616 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1617
1618         * gst/playback/gstplaybasebin.c: (prepare_output):
1619           Error out if we have only text or subtitles, but nothing
1620           else. Also error out if we have subtitles but no video
1621           stream.
1622
1623 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1624
1625         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1626           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1627           Post an error message on the bus when we encounter an
1628           error, which will hopefully be more meaningful than the
1629           'Internal Flow Error' message users get to see if we
1630           just return GST_FLOW_ERROR.
1631
1632 2006-02-07  Andy Wingo  <wingo@pobox.com>
1633
1634         * configure.ac (GST_MAJORMINOR): Update core version req to
1635         0.10.2.2, for the collectpads API addition (#330244).
1636
1637 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1638
1639         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1640           Return FALSE from plugin_init() when GnomeVFS can't
1641           be initialised for some reason (#328423).
1642
1643 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1644
1645         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1646         Stick to seeking theory until i find the bug.
1647         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1648
1649 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1650
1651         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1652         (theora_enc_finalize), (theora_enc_sink_setcaps),
1653         (theora_set_header_on_caps), (theora_enc_chain),
1654         (theora_enc_change_state):
1655         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1656           Make theoraenc and the tests leak free. Like, really.
1657
1658 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1659
1660         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1661         (theora_enc_finalize), (theora_enc_sink_setcaps):
1662           Add a finalize method to ensure we clean up state even if
1663           someone omitted the state change back to NULL.
1664
1665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1666         (gst_vorbisenc_chain):
1667           Free some more leaked bits.
1668
1669         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1670         (stop_pipeline):
1671           Wait for state changes to happen if they're ASYNC.
1672
1673           This ought to teach those fancy pants buildbots a lesson.
1674
1675 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1676
1677         * gst-libs/gst/tag/gstid3tag.c:
1678           Add mapping for ID3 International Standard Recording Code
1679           tag "TSRC"
1680
1681 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1682
1683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1684           Don't leak tag names.
1685
1686 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1687
1688         * docs/libs/gst-plugins-base-libs-docs.sgml:
1689         * docs/libs/gst-plugins-base-libs-sections.txt:
1690         * gst-libs/gst/tag/gstid3tag.c:
1691         * gst-libs/gst/tag/gstvorbistag.c:
1692         * gst-libs/gst/tag/tags.c:
1693           Split libgsttag docs into multiple sections.
1694
1695 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1696
1697         * docs/libs/Makefile.am:
1698         * docs/libs/gst-plugins-base-libs-docs.sgml:
1699         * docs/libs/gst-plugins-base-libs-sections.txt:
1700         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1701         * gst-libs/gst/tag/gstvorbistag.c:
1702         * gst-libs/gst/tag/tag.h:
1703         * gst-libs/gst/tag/tags.c:
1704           Add libgsttag to the docs.
1705
1706 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1707
1708         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1709         (gst_text_overlay_init), (gst_text_overlay_src_event),
1710         (gst_text_overlay_collected): Fix clockoverlay.
1711
1712 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1713
1714         * docs/libs/compiling.sgml:
1715           Fix typo: it's pkg-config, not pkg-gconfig
1716
1717         * docs/libs/gst-plugins-base-libs-docs.sgml:
1718         * docs/libs/gst-plugins-base-libs-sections.txt:
1719         * docs/libs/tmpl/gstgconf.sgml:
1720           There is no libgstgconf in 0.10, remove it
1721           from the docs.
1722
1723 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1724
1725         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1726         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1727         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1728         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1729         (gst_sub_parse_class_init), (gst_sub_parse_init),
1730         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1731         (parse_mpsub), (parser_state_init), (handle_buffer),
1732         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1733         * gst/subparse/gstsubparse.h: Introduce seeking code.
1734
1735 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1736
1737         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1738           Add comment about LANGUAGE tag inconsistency (we want
1739           ISO-639-1, but extract three-letter identifiers?)
1740
1741         * po/POTFILES.in:
1742           Add two translatable files.
1743
1744 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1745
1746         * gst-libs/gst/tag/Makefile.am:
1747         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1748         * gst-libs/gst/tag/tag.h:
1749         * gst-libs/gst/tag/tags.c:
1750         (gst_tag_register_musicbrainz_tags_internal),
1751         (gst_tag_register_musicbrainz_tags):
1752           Forward-port some tags stuff from the 0.8 branch. This is
1753           mostly the addition of musicbrainz tags and their mapping
1754           to vorbistags, and a vorbistag mapping of the language tag.
1755
1756 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1757
1758         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1759         refactoring.
1760
1761 2006-02-04  David Schleef  <ds@schleef.org>
1762
1763         * ext/ogg/gstoggmux.c:
1764         * gst/typefind/gsttypefindfunctions.c:
1765           Add Dirac typefinding and add dirac format to oggmux.
1766
1767 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1768
1769         * gst/playback/gstdecodebin.c: (try_to_link_1):
1770           Don't put essential function call into
1771           g_return_*() macro, otherwise it'll all be
1772           replaced by NOOPs when compiling with
1773           G_DISABLE_CHECKS defined.
1774
1775 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1776
1777         * ext/ogg/gstoggdemux.c:
1778         * ext/ogg/gstoggparse.c:
1779         * gst/tcp/gsttcpserversink.c:
1780         * sys/v4l/v4lsrc_calls.c:
1781         * sys/v4l/v4lsrc_calls.h:
1782         Just make it compile with --disable-gst-debug.
1783
1784 2006-02-03  Wim Taymans  <wim@fluendo.com>
1785
1786         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1787         (gst_alsasink_class_init), (gst_alsasink_init),
1788         (gst_alsasink_write), (gst_alsasink_reset):
1789         * ext/alsa/gstalsasink.h:
1790         Add lock to protect alsa calls.
1791         Implement reset to flush samples ASAP, does not work
1792         with dmix though.
1793
1794 2006-02-02  Wim Taymans  <wim@fluendo.com>
1795
1796         * gst-libs/gst/audio/gstbaseaudiosink.c:
1797         (gst_base_audio_sink_provide_clock):
1798         Ugh.. getting late I guess...
1799
1800 2006-02-02  Wim Taymans  <wim@fluendo.com>
1801
1802         * gst-libs/gst/audio/gstbaseaudiosink.c:
1803         (gst_base_audio_sink_provide_clock),
1804         (gst_base_audio_sink_set_property),
1805         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1806         Don't try to provide a clock when we are not negotiated since
1807         we might not be able to make it run.
1808
1809 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1810
1811         * gst/playback/gstdecodebin.c: (try_to_link_1):
1812           Unlinking two source pads is ... hard.
1813
1814 2006-02-02  Wim Taymans  <wim@fluendo.com>
1815
1816         * gst-libs/gst/audio/TODO:
1817         Updated.
1818
1819         * gst-libs/gst/audio/gstbaseaudiosink.c:
1820         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1821         On EOS, wait till the last sample is played before posting EOS.
1822
1823 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1824
1825         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1826           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1827           setting queue_delay to zero. Also avoid thread being started if
1828           queue_delay is zero.
1829
1830 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1831
1832         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1833           Make test work again by connecting fakesinks to each decoded pad,
1834           which makes the pipeline wait until each fakesink has a buffer
1835           queued before going to PAUSED state. At that point we know the
1836           decodebin pads are negotiated.
1837
1838 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1839
1840         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1841         (gst_cdda_base_src_handle_event):
1842         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1843           Pass unhandled queries to the parent class's query function.
1844
1845 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1846
1847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1848         (gst_ogg_pad_src_query):
1849         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1850         * ext/theora/theoradec.c: (theora_dec_src_query),
1851         (theora_dec_sink_query):
1852         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1853         (vorbis_dec_sink_query):
1854         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1855         (gst_vorbisenc_sink_query):
1856         * gst/adder/gstadder.c: (gst_adder_query):
1857           Pass unhandled queries upstream instead of just
1858           dropping them (#326447). Also, fix supported
1859           query types list for some elements.
1860
1861 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1862
1863         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1864         (paris_type_find), (ilbc_type_find), (plugin_init):
1865           Fix typefinding for audio/x-au, audio/x-paris and
1866           audio/iLBC-sh. We cannot use the START_WITH macros
1867           here, because there can only be one typefind factory
1868           with the same name (caps), so the second one would
1869           replace the first one and the first one would never
1870           be called when doing typefinding (see #161712).
1871           
1872
1873 2006-01-31  Wim Taymans  <wim@fluendo.com>
1874
1875         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1876         (vorbis_handle_header_packet), (vorbis_dec_push),
1877         (vorbis_handle_data_packet):
1878         Use scale_int when we can, add some more scaling.
1879         Check packettype before parsing it.
1880
1881 2006-01-31  Wim Taymans  <wim@fluendo.com>
1882
1883         * ext/theora/theoradec.c: (_theora_granule_time),
1884         (theora_dec_src_convert), (theora_dec_sink_convert):
1885         Call right _scale functions.
1886         Use parameter instead of some other random value.
1887
1888 2006-01-31  Wim Taymans  <wim@fluendo.com>
1889
1890         * ext/theora/theoradec.c: (_theora_granule_frame),
1891         (_theora_granule_time), (_inc_granulepos),
1892         (theora_dec_src_convert), (theora_dec_sink_convert),
1893         (theora_handle_type_packet), (theora_handle_data_packet),
1894         (theora_dec_chain):
1895         Use higher precision timestamps calculation.
1896         Convert some other conversions to _scale.
1897
1898 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1899
1900         * gst/audiotestsrc/gstaudiotestsrc.c:
1901         (gst_audio_test_src_create_sine_table), (plugin_init):
1902         * gst/volume/gstvolume.c: (plugin_init):
1903           initialize gst_controller before using
1904
1905 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1906
1907         * tests/check/pipelines/theoraenc.c:
1908         * tests/check/pipelines/vorbisenc.c:
1909         Define constant using G_GINT64_CONSTANT to avoid errors when
1910         passing it around - otherwise it gets truncated to 32 bits.
1911
1912         Fixes failing tests.
1913
1914 2006-01-31  Andy Wingo  <wingo@pobox.com>
1915
1916         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1917         caps being set doesn't have a framerate value. Basically a stopgap
1918         measure.
1919
1920         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1921         technically correct enough to put into core though.
1922         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1923         DURATION. Fixes theoraenc ! oggmux.
1924
1925         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1926         fraction, not double.
1927
1928 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1929
1930         * win32/vs7:
1931         add vs7 project files created by Sergey Scobich
1932
1933 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1934
1935         * win32/vs8:
1936         add vs8 project files created by Sergey Scobich
1937         
1938 2006-01-30  Andy Wingo  <wingo@pobox.com>
1939
1940         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1941         timestamp + duration, not just timestamp -- ogg pages should be
1942         ordered by stop time. Necessary fix given the change in vorbis
1943         timestamps.
1944
1945         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1946         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1947         (granulepos_add): New function, handles the messiness of adjusting
1948         granulepos values.
1949         (theora_buffer_from_packet):
1950         (theora_enc_chain):
1951         (theora_enc_sink_event): Use granulepos_add, not +.
1952
1953         * tests/check/pipelines/theoraenc.c
1954         (check_buffer_granulepos_from_starttime): Just check the frame
1955         count, not the actual granulepos -- we can't dictate to the
1956         encoder when it should be placing keyframes.
1957
1958 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1959
1960         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1961           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1962           play an http:// stream from a server that's not serving
1963
1964 2006-01-30  Andy Wingo  <wingo@pobox.com>
1965
1966         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1967         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1968         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1969         available.
1970
1971         * ext/theora/gsttheoraenc.h:
1972         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1973         although theoraenc was timestamping correctly. Added handling of
1974         streams that start with nonzero timestamps.
1975
1976         * tests/check/Makefile.am:
1977         * tests/check/pipelines/theoraenc.c: New file, basically does same
1978         tests as vorbisenc.
1979
1980         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1981
1982 2006-01-30  Wim Taymans  <wim@fluendo.com>
1983
1984         * gst-libs/gst/audio/gstaudiosink.c:
1985         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1986         (gst_audioringbuffer_pause):
1987         Implement pause that does not wait for completion.
1988
1989         * gst-libs/gst/audio/gstbaseaudiosink.c:
1990         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1991         Don't drop buffers when going to PAUSED but perform preroll on
1992         remaining samples now that core base class supports this.
1993
1994         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1995         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1996         (gst_ring_buffer_commit):
1997         Pause should not signal waiters.
1998         Implement return value of _commit correctly.
1999
2000 2006-01-30  Andy Wingo  <wingo@pobox.com>
2001
2002         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
2003
2004         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
2005         updated to timestamp from the first sample, not the last.
2006         (gst_vorbisenc_buffer_from_header_packet): New function, takes
2007         special care of granulepos and timestamp for header packets.
2008         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
2009         when the first buffer has a nonzero timestamp.
2010
2011         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
2012         (GstVorbisEnc.subgranule_offset): New members. Take care of the
2013         case when the first audio buffer we get has a nonzero timestamp.
2014         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
2015         properly timestamp vorbis buffers with the time of the first
2016         sample, not the last.
2017         
2018         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
2019         vorbis_granule_time_copy -- now it takes the granule/subgranule
2020         offset into account.
2021
2022         * tests/check/pipelines/vorbisenc.c: New test for correctness of
2023         timestamps, durations, and granulepos on buffers produced by
2024         vorbisenc.
2025
2026 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2027
2028         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2029         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2030           Patch from Eric Jonas to support conversions to/from UYVY 
2031           (Fixes: #324626)
2032
2033 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2034
2035         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2036         (setup_subtitle), (setup_source), (set_active_source):
2037         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2038         (gen_text_element), (gen_audio_element), (gen_vis_element),
2039         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2040
2041 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2042
2043         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2044         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2045                 use gst_guint64_to_gdouble to be compliant with vs6
2046         * gst/playback/gstdecodebin.c: (try_to_link_1)
2047         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2048                 use G_GINT64_CONSTANT for int64 constants
2049         * win32/common/libgstinterfaces.def:
2050                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2051         * win32/vs6:
2052                 update and add new project files
2053                 
2054 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2055
2056         * Makefile.am:
2057         * win32/MANIFEST:
2058         * win32/common/interfaces-enumtypes.c:
2059         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2060         (gst_mixer_track_flags_get_type),
2061         (gst_tuner_channel_flags_get_type):
2062         * win32/common/interfaces-enumtypes.h:
2063         * win32/common/multichannel-enumtypes.c:
2064         (gst_audio_channel_position_get_type):
2065         * win32/common/multichannel-enumtypes.h:
2066           add a win32-update rule like in core, and copy over enumtypes files
2067
2068 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2069
2070         * win32/MANIFEST:
2071         * win32/common/config.h:
2072         * win32/common/config.h.in:
2073           add config files just like in core
2074
2075 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2076
2077         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2078           Make gcc-4.1 happy (part of #327357).
2079
2080 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2081
2082         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2083         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2084         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2085         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2086         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2087         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2088           Update all error messages.  All of them should either use
2089           the default translated message, or actually provide a
2090           translatable string.
2091           Make the string for channel count problems meaningful.
2092
2093 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2094
2095         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2096           check for and throw RESOURCE_BUSY
2097
2098 2006-01-27  David Schleef  <ds@schleef.org>
2099
2100         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2101           checked in this change -- it requires liboil features not
2102           in 0.3.6.  Revert parts.
2103
2104 2006-01-27  David Schleef  <ds@schleef.org>
2105
2106         * REQUIREMENTS:
2107         * configure.ac: update liboil requirement to 0.3.6
2108         * gst/videoscale/Makefile.am:
2109         * gst/videoscale/vs_scanline.c: liboilify
2110
2111 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2112
2113         * ext/libvisual/visual.c: (get_buffer):
2114           When pad_alloc returns a GstFlowReturn other
2115           than GST_FLOW_OK, make sure it is passed upstream.
2116
2117 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2118
2119         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2120         (gst_alsasink_class_init):
2121           Free the device name string.
2122
2123         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2124         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2125         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2126           Don't remove a pad from the collectpads structure until it
2127           is released - it's a request pad, and may receive data again
2128           if the element gets moved back to PLAYING state.
2129
2130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2131           Ensure we turn on double buffering on the Xv port, and
2132           set the colour key to something dark and mysterious that
2133           isn't black.
2134
2135 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2136
2137         * ext/alsa/gstalsaplugin.c: (plugin_init):
2138         * ext/cdparanoia/gstcdparanoiasrc.c:
2139         (gst_cd_paranoia_src_base_init), (plugin_init):
2140         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2142           - a library should not call setlocale. see "Libraries" node in
2143             gettext manual
2144           - make sure all plugins that use translation do bindtextdomain
2145             to point to the localedir
2146         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2147         (setup_sinks), (plugin_init):
2148           all this, and check for NULL when creating sinks
2149
2150 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2151
2152         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2153         (plugin_init): Make typefinding of subtitles work again.
2154
2155 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2156
2157         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2158         (mp3_type_frame_length_from_header), (mp3_type_find),
2159         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2160         (plugin_init):
2161           Backport a bunch of typefinding fixes from the 0.8 branch.
2162           Also, improve wavpack typefinding: if we can't peek the
2163           entire wavpack block, try to parse the bits we can get and
2164           see if we find what we're looking for in those.
2165
2166 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2167
2168         * sys/ximage/ximagesink.c:
2169         (gst_ximagesink_calculate_pixel_aspect_ratio):
2170         * sys/xvimage/xvimagesink.c:
2171         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2172         more cases of pixel aspect ratio.
2173
2174 2006-01-26  Edward Hervey  <edward@fluendo.com>
2175
2176         * gst/playback/gstdecodebin.c: (pad_probe):
2177         Also consider the flush-start and tag events as unblockers
2178         for the pad probes.
2179
2180 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2181
2182         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2183         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2184         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2185         On the fly visualisation switch, works disabling, enabling as
2186         well but it won't be able to enable vis in a playbin that was
2187         created with no visualisation.
2188
2189 2006-01-25  Wim Taymans  <wim@fluendo.com>
2190
2191         * gst-libs/gst/audio/gstbaseaudiosink.c:
2192         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2193         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2194         resume after pause.
2195
2196 2006-01-25  Wim Taymans  <wim@fluendo.com>
2197
2198         * gst-libs/gst/audio/gstbaseaudiosink.c:
2199         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2200         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2201         Improve debugging.
2202         Post error when caps cannot be parsed.
2203         Resync on discontinuity in the stream.
2204         Clip samples to segment boundaries.
2205         return WRONG_STATE sooner when we are flushing.
2206
2207         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2208         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2209         Make audiosrc operate in TIME.
2210         Set TIMESTAMP and DURATION on buffers.
2211
2212 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2213
2214         * tests/examples/seek/seek.c: (main):
2215           Output tag messages as well.
2216
2217 2006-01-23  Edward Hervey  <edward@fluendo.com>
2218
2219         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2220         (free_pad_probes), (remove_fakesink), (pad_probe),
2221         (close_pad_link), (gst_decode_bin_change_state):
2222         Replace GstPadBlockCallback with pad probes that detect
2223         first buffer AND eos before removing fakesink.
2224         Fixes hang with demuxers doing EOS while pre-rolling.
2225         Solves #328279
2226
2227 2006-01-23  Andy Wingo  <wingo@pobox.com>
2228
2229         * ext/alsa/gstalsasink.c:
2230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2231         (gst_base_rtp_depayload_setcaps),
2232         (gst_base_rtp_depayload_add_to_queue),
2233         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2234         
2235         Patch by: Jens Granseuer <jensgr at gmx dot net>
2236
2237 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2238
2239         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2240         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2241         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2242         frames. We might get a frame destroyed after changing state to
2243         NULL, adding a safety check on xcontext.
2244
2245 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2246
2247         * gst-libs/gst/interfaces/xoverlay.c:
2248           Fix prepare-xwindow-id code example in the docs - we need to
2249           ignore all messages that aren't element messages as well.
2250           
2251 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2252
2253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2254           I think one day i'll completely undestand how caps negotiation
2255           is supposed to work. This refactoring handles buffer_alloc
2256           called with caps we can't handle. We definitely don't want a
2257           set_caps with those caps, so we define and allocate a buffer
2258           we would like to receive.
2259
2260 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2261
2262         * gst/playback/gstplaybasebin.c: (setup_source):
2263           Free iterator when done.
2264
2265 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2266
2267         * gst-libs/gst/audio/gstbaseaudiosink.c:
2268         (gst_base_audio_sink_render):
2269           Fix playback of non-synchronised streams by assuming a rate
2270           of 1.0 instead of a random one.
2271
2272           Makes this work again:
2273
2274           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2275           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2276           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2277           audioresample ! alsasink
2278
2279 === release 0.10.2 ===
2280
2281 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2282
2283         * configure.ac:
2284           releasing 0.10.2, "Then the devil is six"
2285
2286 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2287
2288         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2289         * gst/playback/gststreamselector.c:
2290         (gst_stream_selector_set_property):
2291           Comment out broken code that connects to the state-changed signal.
2292           At this point, changing current stream selection is broken, but 
2293           stuff like gst-launch playbin current-audio=1 works and filters
2294           to the chosen stream.
2295
2296 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2297
2298         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2299           Fix #327216 (null dereference in vorbisdec)
2300
2301 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2302
2303         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2304           Post taglist actually on bus instead of just freeing it
2305           (fixes #327114 and totem bug #327080).
2306
2307         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2308           Use gst_element_found_tags_for_pad(), so that the tags
2309           are sent downstream as an event as well.
2310
2311 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2312
2313         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2314         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2315         (gst_ximagesink_buffer_alloc):
2316         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2317         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2318         (gst_xvimagesink_buffer_alloc):
2319           move all regularly occurring messages to GST_LOG level
2320           add some more object logs
2321
2322 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2323
2324         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2325           fix a silly segfault
2326
2327 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2328
2329         * docs/libs/gst-plugins-base-libs-docs.sgml:
2330         * docs/libs/gst-plugins-base-libs-sections.txt:
2331         * gst-libs/gst/audio/mixerutils.c:
2332         * gst-libs/gst/audio/mixerutils.h:
2333           Add docs for mixerutils stuff.
2334
2335 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2336
2337         * gst/playback/gstplaybasebin.c: (setup_source):
2338           Fix playback for sources that emit raw audio or
2339           raw video streams (e.g.: cd audio sources) (#325984).
2340
2341 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2342
2343         * gst-libs/gst/audio/mixerutils.c:
2344         (gst_audio_mixer_filter_do_filter):
2345           actually save the element we create
2346
2347 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2348
2349         * gst-libs/gst/cdda/gstcddabasesrc.c:
2350         (gst_cdda_base_src_handle_track_seek):
2351           No need to post a tag message on the bus when seeking
2352           within the same track, only post it when the current
2353           track changes.
2354
2355 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2356
2357         * gst/playback/gstplaybasebin.c: (group_destroy),
2358         (probe_triggered), (new_decoded_pad), (mute_group_type),
2359         (set_active_source):
2360         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2361         * gst/playback/gststreamselector.c:
2362         (gst_stream_selector_base_init),
2363         (gst_stream_selector_set_property),
2364         (gst_stream_selector_request_new_pad):
2365           Reenable stream selection. These mechanisms need a complete overhaul
2366           in the face of 0.8->0.10 changes though.
2367
2368 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2369
2370         * ext/ogg/gstoggdemux.c:
2371           Change the pad template to src_%d to match the pads that 
2372           are created from it. decodebin needs this information in order
2373           to decide that oggdemux is capable of producing multiple pads
2374           (and hence needs queues inserted).
2375
2376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2377         (gst_ogg_mux_collected):
2378           Make debug output more useful by using GST_PTR_FORMAT.
2379
2380 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2381
2382         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2383
2384         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2385           Set depth and width for alaw/mulaw (fixes #326601).
2386
2387 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2388
2389         * tests/icles/Makefile.am:
2390           don't build the tests if we don't have the libs
2391
2392 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2393
2394         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2395         (gst_cd_paranoia_paranoia_callback):
2396           Don't try to free NULL pointers.
2397
2398 2006-01-10  Edward Hervey  <edward@fluendo.com>
2399
2400         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2401         (gst_audio_rate_change_state), (plugin_init):
2402         Add debugging category.
2403         Fix type issues.
2404         Add case for incoming buffers without valid offset/offset_end.
2405
2406 2006-01-10  Michael Smith  <msmith@fluendo.com>
2407
2408         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2409           Don't leak GCond in audio sources.
2410
2411 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2412
2413         * gst/playback/gstplaybin.c: (gen_audio_element):
2414           Don't leak an autoaudiosink/alsasink when we generate
2415           a new audio element. (old code, I guess)
2416
2417 2006-01-10  Michael Smith  <msmith@fluendo.com>
2418
2419         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2420           Support float audio in audiorate.
2421           Use width rather than depth for selecting sample width.
2422
2423 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2424
2425         * gst/videotestsrc/videotestsrc.h:
2426           Use GLib types here (that way we don't have to include the
2427           generated _stdint.h header, which makes life easier for win32
2428           folks that don't use autotools for the build) (#325990, patch
2429           by: Sergey Scobich).
2430
2431 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2432
2433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2434         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2435         (gst_ring_buffer_pause), (wait_segment):
2436         * gst-libs/gst/audio/gstringbuffer.h:
2437           Name (private) union, makes Forte compiler happy (this time
2438           for real) (#324900).
2439
2440 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2441
2442         * gst-libs/gst/audio/Makefile.am:
2443           Link against libgstinterfaces, needed for mixer
2444           and property probe stuff.
2445
2446 2006-01-09  Edward Hervey  <edward@fluendo.com>
2447
2448         * gst-libs/gst/Makefile.am:
2449
2450 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2451
2452         * gst-libs/gst/audio/Makefile.am:
2453         * gst-libs/gst/audio/mixerutils.c:
2454         (gst_audio_mixer_filter_do_filter),
2455         (gst_audio_mixer_filter_check_element),
2456         (gst_audio_mixer_filter_probe_feature),
2457         (element_factory_rank_compare_func),
2458         (gst_audio_default_registry_mixer_filter):
2459         * gst-libs/gst/audio/mixerutils.h:
2460           Add gst_audio_default_registry_mixer_filter() utility
2461           function.
2462
2463 2006-01-03  Michael Smith  <msmith@fluendo.com>
2464
2465         * gst/audioresample/resample.h:
2466           As before, but for o_buf
2467
2468 2006-01-03  Michael Smith  <msmith@fluendo.com>
2469
2470         * gst/audioresample/resample.h:
2471           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2472           since we do arithmetic on it.
2473
2474 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2475
2476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2477         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2478         (gst_ring_buffer_pause), (wait_segment):
2479         * gst-libs/gst/audio/gstringbuffer.h:
2480           Sun's Forte compiler doesn't seem to like anonymous structs,
2481           so use same setup as in GstBaseSrc (fixes #324900).
2482
2483 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2484
2485         * configure.ac:
2486         * gst/volume/Makefile.am:
2487         * gst/volume/demo.c:
2488           move old example to tests/examples/volume/volune.c
2489         * tests/examples/Makefile.am:
2490         * tests/examples/seek/seek.c: (main):
2491           change window-close event from "delete-event" to "destroy"
2492         * tests/examples/volume/Makefile.am:
2493         * tests/examples/volume/volume.c: (value_changed_callback),
2494         (setup_gui), (message_received), (eos_message_received), (main):
2495           fix event handling and bus usage
2496
2497 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2498
2499         * gst/audiotestsrc/gstaudiotestsrc.c:
2500         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2501         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2502         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2503         (gst_audio_test_src_create_square),
2504         (gst_audio_test_src_create_saw),
2505         (gst_audio_test_src_create_triangle),
2506         (gst_audio_test_src_create_silence),
2507         (gst_audio_test_src_create_white_noise),
2508         (gst_audio_test_src_create_pink_noise),
2509         (gst_audio_test_src_init_sine_table),
2510         (gst_audio_test_src_create_sine_table),
2511         (gst_audio_test_src_change_wave),
2512         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2513         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2514         * gst/audiotestsrc/gstaudiotestsrc.h:
2515           update to basesrc changes, implement segmented seeking and eos
2516           handling, add a 'sine-tab' waveform for performance critical playback
2517
2518 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2519
2520         * po/POTFILES.in:
2521           ... and this time the other modified file that I missed last time.
2522
2523 2005-12-29  Michael Smith  <msmith@fluendo.com>
2524
2525         * gst/playback/gstdecodebin.c: (new_pad):
2526           Fix non-C89 variable declaration not at the start of a block. Should
2527           help some compilers.
2528
2529 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2530
2531         * tests/check/Makefile.am:
2532           And now fix 'make distcheck' (builddir != srcdir)
2533
2534 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * configure.ac:
2537         * ext/cdparanoia/Makefile.am:
2538         * ext/cdparanoia/gstcdparanoia.c:
2539         * ext/cdparanoia/gstcdparanoia.h:
2540         * ext/cdparanoia/gstcdparanoiasrc.c:
2541         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2542         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2543         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2544         (gst_cd_paranoia_paranoia_callback),
2545         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2546         (gst_cd_paranoia_src_set_property),
2547         (gst_cd_paranoia_src_get_property), (plugin_init):
2548         * ext/cdparanoia/gstcdparanoiasrc.h:
2549           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2550           plugin again (there are still fixes required to playbin to make
2551           cdda:// uris work there).
2552
2553 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2554
2555         * tests/check/Makefile.am:
2556           Fix test case compilation.
2557
2558 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2559
2560         * gst-libs/gst/cdda/gstcddabasesrc.c:
2561         (gst_cdda_base_src_update_duration),
2562         (gst_cdda_base_src_calculate_cddb_id):
2563           An integer is not a string. Fix access to uninitialised variable.
2564
2565         * tests/check/Makefile.am:
2566           Add cddabasesrc unit test; also actually enable the vorbis test.
2567
2568         * tests/check/generic/states.c:
2569           Blacklist new cd audio elements as well.
2570
2571         * tests/check/libs/cddabasesrc.c:
2572           Unit test for GstCddaBaseSrc (discid calculation mostly).
2573
2574 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2575
2576         * docs/libs/Makefile.am:
2577         * docs/libs/gst-plugins-base-libs-docs.sgml:
2578         * docs/libs/gst-plugins-base-libs-sections.txt:
2579         * docs/libs/gst-plugins-base-libs.types:
2580           Add docs for libgstcdda/GstCddaBaseSrc.
2581
2582         * gst-libs/gst/interfaces/mixertrack.h:
2583           Do one struct member per line with a semicolon at the end, that way
2584           even gtk-doc might parse it without complaining.
2585
2586 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2587
2588         * configure.ac:
2589         * gst-libs/gst/Makefile.am:
2590         * gst-libs/gst/cdda/Makefile.am:
2591         * gst-libs/gst/cdda/base64.c:
2592         * gst-libs/gst/cdda/base64.h:
2593         * gst-libs/gst/cdda/gstcddabasesrc.c:
2594         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2595         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2596         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2597         (gst_cdda_base_src_get_property),
2598         (gst_cdda_base_src_get_track_from_sector),
2599         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2600         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2601         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2602         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2603         (gst_cdda_base_src_uri_get_protocols),
2604         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2605         (gst_cdda_base_src_uri_handler_init),
2606         (gst_cdda_base_src_setup_interfaces),
2607         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2608         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2609         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2610         (gst_cdda_base_src_add_tags),
2611         (gst_cdda_base_src_add_index_associations),
2612         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2613         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2614         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2615         (gst_cdda_base_src_create):
2616         * gst-libs/gst/cdda/gstcddabasesrc.h:
2617         * gst-libs/gst/cdda/sha1.c:
2618         * gst-libs/gst/cdda/sha1.h:
2619           Add new libgstcdda with GstCddaBaseSrc class.
2620
2621 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2622
2623         * ext/gnomevfs/gstgnomevfssink.h:
2624           Use GstBaseSinkClass as parent_class member for class struct, not
2625           GstBaseSink.
2626
2627 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2628
2629         Patch by: Michael Benes
2630
2631         * gst/videotestsrc/gstvideotestsrc.c:
2632         (gst_video_test_src_class_init), (gst_video_test_src_start):
2633           Add start method to reset running time and number of frames sent
2634           when starting up (fixes #324696)
2635
2636 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2637
2638         * docs/plugins/Makefile.am:
2639         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2640         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2641         * docs/plugins/gst-plugins-base-plugins.args:
2642         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2643         * docs/plugins/gst-plugins-base-plugins.signals:
2644           Add docs stuff for gnomevfssrc and gnomevfssink.
2645
2646         * ext/gnomevfs/gstgnomevfssrc.c:
2647           Fix example pipeline in gtk-doc blurb.
2648
2649 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2650
2651         * ext/gnomevfs/Makefile.am:
2652         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2653         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2654         (gst_gnome_vfs_handle_get_type), (plugin_init):
2655         * ext/gnomevfs/gstgnomevfs.h:
2656         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2657         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2658         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2659         (gst_gnome_vfs_sink_set_property),
2660         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2661         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2662         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2663         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2664         (gst_gnome_vfs_sink_uri_get_type),
2665         (gst_gnome_vfs_sink_uri_get_protocols),
2666         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2667         (gst_gnome_vfs_sink_uri_handler_init):
2668         * ext/gnomevfs/gstgnomevfssink.h:
2669           Port gnomevfssink; add gtk-doc blurb.
2670
2671         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2672         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2673         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2674         (gst_gnome_vfs_src_uri_get_type),
2675         (gst_gnome_vfs_src_uri_get_protocols),
2676         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2677         (gst_gnome_vfs_src_uri_handler_init),
2678         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2679         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2680         (gst_gnome_vfs_src_send_additional_headers_callback),
2681         (gst_gnome_vfs_src_received_headers_callback),
2682         (gst_gnome_vfs_src_push_callbacks),
2683         (gst_gnome_vfs_src_pop_callbacks),
2684         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2685         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2686         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2687         * ext/gnomevfs/gstgnomevfssrc.h:
2688           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2689           file; add gtk-doc blurb with example pipelines.
2690
2691 === release 0.10.1 ===
2692
2693 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2694
2695         * configure.ac:
2696           releasing 0.10.1, "Dobro Dedek"
2697
2698 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2699
2700         * gst/typefind/gsttypefindfunctions.c:
2701         iLBC30 and iLBC20 added to typefind.
2702
2703 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2704
2705         * gst-libs/gst/audio/gstbaseaudiosink.c:
2706         (gst_base_audio_sink_class_init):
2707         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2708         (gst_base_audio_src_class_init):
2709           update strings, values are in microseconds
2710           change the default sink buffer time to something that is smaller
2711           (to help software volume mixing have a slightly lower delay) but
2712           still be acceptable on Wim's laptop
2713
2714 2005-12-20  Edward Hervey  <edward@fluendo.com>
2715
2716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2717         Made a quack, forgot to add DUCK to the riff video template.
2718
2719 2005-12-19  Edward Hervey  <edward@fluendo.com>
2720
2721         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2722         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2723         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2724         (gst_ogm_parse_chain):
2725         Make sure pads are initialized correctly.
2726         * gst-libs/gst/riff/riff-ids.h:
2727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2728         (gst_riff_create_video_template_caps):
2729         Add a whole bunch of FOURCC <=> MimeType.
2730         Extend the riff video pad template to support the newly added fourcc.
2731
2732 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2733
2734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2735         (gst_ogg_demux_activate_chain):
2736           Extra debug output when activating/deactivating chains.
2737
2738         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2739         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2740         (unlinked):
2741           Remove a queue from our list when it becomes unlinked.
2742           Don't add queues to elements in class 'Demux' if they
2743           can only produce one pad 
2744
2745 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2746
2747         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2748         (gst_video_sink_get_type): Add a debug category.
2749
2750 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2751
2752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2753         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2754           Handle downstream newsegment by sending our own newsegment before the
2755           next buffer to be released. (#323900)
2756
2757 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2758
2759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2760         (gst_base_rtp_depayload_set_gst_timestamp):
2761           add queue delay to new segment as well (as opposed to just the first
2762           buffer). (bug #322347)
2763
2764 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2765
2766         * ext/libvisual/visual.c: (make_valid_name):
2767           change some char* into char[]
2768         * gst/audiotestsrc/gstaudiotestsrc.c:
2769         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2770         (gst_audio_test_src_create):
2771         * gst/audiotestsrc/gstaudiotestsrc.h:
2772           prepare to handle EOS and SEGMENT_DONE
2773
2774 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2775
2776         * tests/check/generic/states.c: (GST_START_TEST):
2777           Blacklist cdparanoia element in state test.
2778
2779 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2780
2781           Patch by: Benjamin Pineau
2782
2783         * gst/tcp/gsttcp.c:
2784         * gst/tcp/gsttcpclientsink.c:
2785         * gst/tcp/gsttcpserversink.c:
2786         * gst/tcp/gsttcpserversrc.c:
2787           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2788
2789 2005-12-15  Michael Smith  <msmith@fluendo.com>
2790
2791         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2792         (gst_video_rate_chain):
2793           Fix timestamping for videorate when the first buffer it sees has a
2794           non-zero timestamp. Fix some misleading debug output.
2795
2796 2005-12-15  Michael Smith  <msmith@fluendo.com>
2797
2798         * gst/audioresample/gstaudioresample.c:
2799           Don't leak all input buffers to audioresample.
2800
2801 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2802
2803         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2804           Don't operate on empty text buffers. Strip newlines and
2805           tabs only from the end of the text, but leave them intact
2806           in the middle. Fix typo in gtk-doc description.
2807
2808 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2809
2810         * gst/playback/gstplaybasebin.c:
2811         * gst/playback/gstplaybin.c: (handoff):
2812           Make sure the video frame buffer we return to apps via the
2813           "frame" property always has caps set on it. Modify
2814           _gst_gvalue_set_object() macro to handle NULL objects
2815           gracefully too.
2816
2817 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2818
2819         * gst/audiotestsrc/gstaudiotestsrc.c:
2820         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2821         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2822         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2823         (gst_audio_test_src_create):
2824         * gst/audiotestsrc/gstaudiotestsrc.h:
2825         Adjust to some recent api changes and add wtays new cool seeking
2826         capabillities
2827
2828 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2829
2830         * ext/alsa/Makefile.am:
2831         * ext/alsa/gstalsadeviceprobe.c:
2832         * ext/alsa/gstalsadeviceprobe.h:
2833           Helper functions to add device probing via the GstPropertyProbe
2834           interface to a class.
2835
2836         * ext/alsa/gstalsamixer.h:
2837           Comment out GST_ALSA_MIXER, it returns a struct that's not
2838           used.
2839
2840         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2841           Add some debug info. 
2842
2843         * ext/alsa/gstalsamixerelement.c:
2844         (gst_alsa_mixer_element_interface_supported),
2845         (gst_implements_interface_init),
2846         (gst_alsa_mixer_element_init_interfaces),
2847         (gst_alsa_mixer_element_class_init),
2848         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2849         (gst_alsa_mixer_element_set_property),
2850         (gst_alsa_mixer_element_get_property),
2851         (gst_alsa_mixer_element_change_state):
2852         * ext/alsa/gstalsamixerelement.h:
2853           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2854           for device handling (gnome-volume-control will need that).
2855
2856 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2857
2858         * ext/Makefile.am: fix cdparanoia entry
2859         * gst-plugins-base.spec.in: add cdparanoia
2860
2861 2005-12-12  Michael Smith  <msmith@fluendo.com>
2862
2863         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2864           Use the correct function to free list of typefind factories.
2865
2866 2005-12-12  Wim Taymans  <wim@fluendo.com>
2867
2868         * gst/videotestsrc/gstvideotestsrc.c:
2869         (gst_video_test_src_class_init), (gst_video_test_src_init),
2870         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2871         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2872         (gst_video_test_src_create):
2873         * gst/videotestsrc/gstvideotestsrc.h:
2874         Implement seeking in videotestsrc.
2875         Small cleanups.
2876
2877 2005-12-12  Wim Taymans  <wim@fluendo.com>
2878
2879         * ext/cdparanoia/Makefile.am:
2880         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2881         (gst_paranoia_endian_get_type), (_do_init),
2882         (cdparanoia_class_init), (cdparanoia_init),
2883         (cdparanoia_set_property), (cdparanoia_get_property),
2884         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2885         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2886         (cdparanoia_convert), (cdparanoia_get_query_types),
2887         (cdparanoia_query), (cdparanoia_set_index),
2888         (cdparanoia_uri_set_uri):
2889         * ext/cdparanoia/gstcdparanoia.h:
2890         Partially ported cdparanoia now that basesrc can support a
2891         plugin like this..
2892
2893 2005-12-12  Wim Taymans  <wim@fluendo.com>
2894
2895         * tests/examples/seek/scrubby.c: (main):
2896         Set higher priority for bus events so they don't get reordered with
2897         gtk gui events.
2898
2899         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2900         (flush_toggle_cb), (main):
2901         Added checkbox to disable flushing seeks. 
2902         Disable scrubbing when doing non flushing seeks.
2903
2904 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2905
2906         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2907         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2908         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2909         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2910           Implement some sort of event handling that doesn't rely on
2911           g_return_if_fail; make sure we always push the last chunk of an 
2912           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2913           state change function; remove some old cruft. Seeking is still
2914           rather unlikely to work though.
2915
2916         * tools/.cvsignore:
2917           Ignore more.
2918
2919 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2920
2921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2922         Fixed a leak of the current image reference when cleaning up.
2923         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2924
2925 2005-12-09  Michael Smith  <msmith@fluendo.com>
2926
2927         * tools/Makefile.am:
2928         * tools/gst-launch-ext-m.m:
2929           Remove gst-launch-ext. It doesn't work, and is no longer
2930           particularly useful.
2931
2932 2005-12-08  Luca Ognibene  <luogni@tin.it>
2933
2934         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2935           don't pass random values to ogmparse convert function.
2936           Make seeking possible in the exile1.ogm file.
2937
2938 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2939
2940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2941         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2942           Work around refcount problem with g_value_set_object() that occur
2943           if the core has been compiled against GLib-2.6 (g_value_set_object()
2944           will only g_object_ref() the element, but the caller will
2945           gst_object_unref() it and bad things will happen due to the way
2946           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2947           totem for people on FC4 using Thomas's 0.10 RPMs.
2948           
2949 2005-12-07  Edward Hervey  <edward@fluendo.com>
2950
2951         Time to welcome ogm to 0.10 :)
2952         
2953         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2954         (gst_ogg_pad_typefind):
2955         Oggdemux can now properly typefind elements with dynamic pads.
2956         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2957         Properly set caps on src pad, and set caps on outgoing buffers.
2958
2959 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2960
2961         * ext/alsa/gstalsamixer.h:
2962         * ext/alsa/gstalsamixerelement.h:
2963         * ext/alsa/gstalsamixeroptions.h:
2964         * ext/alsa/gstalsamixertrack.h:
2965         * ext/alsa/gstalsasink.c:
2966         * ext/alsa/gstalsasink.h:
2967         * ext/alsa/gstalsasrc.c:
2968         * ext/alsa/gstalsasrc.h:
2969         * ext/cdparanoia/gstcdparanoia.h:
2970         * ext/gnomevfs/gstgnomevfsuri.h:
2971         * ext/ogg/gstoggdemux.c:
2972         * ext/ogg/gstoggmux.c:
2973         * ext/pango/gsttextoverlay.h:
2974         * ext/theora/theoradec.c:
2975         * ext/theora/theoraenc.c:
2976         * ext/vorbis/vorbisdec.h:
2977         * ext/vorbis/vorbisenc.c:
2978         * ext/vorbis/vorbisenc.h:
2979         * ext/vorbis/vorbisparse.h:
2980         * gst-libs/gst/audio/gstaudioclock.h:
2981         * gst-libs/gst/audio/gstaudiosink.c:
2982         * gst-libs/gst/audio/gstaudiosink.h:
2983         * gst-libs/gst/audio/gstaudiosrc.c:
2984         * gst-libs/gst/audio/gstaudiosrc.h:
2985         * gst-libs/gst/audio/gstbaseaudiosink.c:
2986         * gst-libs/gst/audio/gstbaseaudiosink.h:
2987         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2988         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2989         * gst-libs/gst/audio/gstringbuffer.h:
2990         * gst-libs/gst/audio/multichannel.h:
2991         * gst-libs/gst/floatcast/floatcast.h:
2992         * gst-libs/gst/interfaces/colorbalance.c:
2993         * gst-libs/gst/interfaces/colorbalance.h:
2994         * gst-libs/gst/interfaces/colorbalancechannel.h:
2995         * gst-libs/gst/interfaces/mixer.h:
2996         * gst-libs/gst/interfaces/mixeroptions.h:
2997         * gst-libs/gst/interfaces/mixertrack.h:
2998         * gst-libs/gst/interfaces/navigation.h:
2999         * gst-libs/gst/interfaces/propertyprobe.h:
3000         * gst-libs/gst/interfaces/tuner.h:
3001         * gst-libs/gst/interfaces/tunerchannel.h:
3002         * gst-libs/gst/interfaces/tunernorm.h:
3003         * gst-libs/gst/interfaces/xoverlay.h:
3004         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3005         * gst-libs/gst/riff/riff-ids.h:
3006         * gst-libs/gst/riff/riff-media.h:
3007         * gst-libs/gst/riff/riff-read.h:
3008         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3009         * gst-libs/gst/rtp/gstbasertppayload.c:
3010         * gst-libs/gst/rtp/gstbasertppayload.h:
3011         * gst-libs/gst/rtp/gstrtpbuffer.c:
3012         * gst-libs/gst/rtp/gstrtpbuffer.h:
3013         * gst-libs/gst/tag/gsttageditingprivate.h:
3014         * gst-libs/gst/tag/gstvorbistag.c:
3015         (gst_tag_list_from_vorbiscomment_buffer):
3016         * gst-libs/gst/tag/tag.h:
3017         * gst-libs/gst/video/video.h:
3018         * gst/adder/gstadder.c:
3019         * gst/adder/gstadder.h:
3020         * gst/audioconvert/audioconvert.c:
3021         * gst/audioconvert/audioconvert.h:
3022         * gst/audioconvert/gstaudioconvert.c:
3023         * gst/audioconvert/gstchannelmix.c:
3024         * gst/audioconvert/gstchannelmix.h:
3025         * gst/audiorate/gstaudiorate.c:
3026         * gst/audioresample/buffer.h:
3027         * gst/audioresample/functable.h:
3028         * gst/audioresample/gstaudioresample.c:
3029         * gst/audioresample/resample.h:
3030         * gst/ffmpegcolorspace/avcodec.h:
3031         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3032         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3033         * gst/ffmpegcolorspace/imgconvert.c:
3034         * gst/ffmpegcolorspace/imgconvert_template.h:
3035         * gst/playback/gstdecodebin.c:
3036         * gst/playback/gstplaybasebin.h:
3037         * gst/playback/gstplaybin.c:
3038         * gst/playback/gststreaminfo.h:
3039         * gst/tcp/gstfdset.c:
3040         * gst/tcp/gstfdset.h:
3041         * gst/tcp/gstmultifdsink.c:
3042         * gst/tcp/gstmultifdsink.h:
3043         * gst/tcp/gsttcp.h:
3044         * gst/tcp/gsttcpclientsrc.c:
3045         * gst/tcp/gsttcpclientsrc.h:
3046         * gst/tcp/gsttcpplugin.h:
3047         * gst/tcp/gsttcpserversink.c:
3048         * gst/tcp/gsttcpserversrc.c:
3049         * gst/typefind/gsttypefindfunctions.c:
3050         * gst/videorate/gstvideorate.c:
3051         * gst/videotestsrc/gstvideotestsrc.h:
3052         * gst/videotestsrc/videotestsrc.h:
3053         * sys/v4l/gstv4lcolorbalance.h:
3054         * sys/v4l/gstv4ltuner.h:
3055         * sys/v4l/gstv4lxoverlay.h:
3056         * sys/v4l/v4l_calls.h:
3057         * sys/v4l/videodev_mjpeg.h:
3058         * tests/check/elements/audioconvert.c:
3059         * tests/check/elements/audioresample.c:
3060         * tests/check/elements/audiotestsrc.c:
3061         * tests/check/elements/videotestsrc.c:
3062         * tests/check/elements/volume.c:
3063         * tests/examples/seek/scrubby.c:
3064         * tests/examples/seek/seek.c:
3065           expand tabs
3066
3067 === release 0.10.0 ===
3068
3069 2005-12-05   <thomas (at) apestaart (dot) org>
3070
3071         * configure.ac:
3072           releasing 0.10.0, "Mont-d'or"
3073
3074 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3075
3076         * tests/examples/seek/Makefile.am:
3077         Build fix for when gtk is not available.
3078
3079 2005-12-05  Andy Wingo  <wingo@pobox.com>
3080
3081         * ext/libvisual/visual.c: (get_buffer):
3082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3083         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3084         * ext/theora/theoradec.c: (theora_handle_data_packet):
3085         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3086         (theora_enc_chain):
3087         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3088         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3089         Update for alloc_buffer changes.
3090
3091 2005-12-05  Andy Wingo  <wingo@pobox.com>
3092
3093         patch by: Kai Vehmanen <kv2004 eca cx>
3094         
3095         * gst-libs/gst/rtp/gstbasertpdepayload.c
3096         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3097
3098 2005-12-04  Andy Wingo  <wingo@pobox.com>
3099
3100         patch by: Sebastien Cote <sebas642 yahoo ca>
3101         
3102         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3103         Fixes #319172.
3104
3105 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3106
3107         * docs/plugins/Makefile.am:
3108         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3109         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3110         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3111         * ext/pango/gstclockoverlay.c:
3112         * ext/pango/gsttextoverlay.c: 
3113         * ext/pango/gsttextrender.c:
3114         * ext/pango/gsttimeoverlay.c:
3115           Add gtk-doc blurbs to pango elements.
3116
3117 2005-12-02  Wim Taymans  <wim@fluendo.com>
3118
3119         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3120         * gst/audioresample/buffer.h:
3121         * gst/audioresample/gstaudioresample.c:
3122         * gst/audioresample/gstaudioresample.h:
3123         * gst/audioresample/resample.c: (resample_input_flush),
3124         (resample_input_pushthrough), (resample_input_eos),
3125         (resample_get_output_size_for_input),
3126         (resample_get_input_size_for_output), (resample_get_output_size),
3127         (resample_get_output_data):
3128         * gst/audioresample/resample.h:
3129         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3130         Fix audioresample, seek torture, new segments, reverse negotiation
3131         etc.. work fine.
3132
3133 2005-12-02  Wim Taymans  <wim@fluendo.com>
3134
3135         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3136         Small cleanups.
3137
3138 2005-12-02  Wim Taymans  <wim@fluendo.com>
3139
3140         * gst/audioconvert/gstaudioconvert.c:
3141         (gst_audio_convert_transform):
3142         Post errors.
3143
3144 === release 0.9.7 ===
3145
3146 2005-12-01   <thomas (at) apestaart (dot) org>
3147
3148         * configure.ac:
3149           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3150
3151 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3152
3153         * Makefile.am:
3154         * po/hu.po:
3155         * win32/MANIFEST:
3156         * win32/gst.sln:
3157           add win32 MANIFEST file
3158           do something to the hungarian translation
3159
3160 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3161
3162         * ext/Makefile.am:
3163           Add $(PANGO_DIR) to SUBDIRS
3164
3165         * ext/pango/gstclockoverlay.c:
3166         * ext/pango/gsttimeoverlay.c:
3167           Fix and improve element descriptions.
3168
3169 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3170
3171         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3172         * docs/plugins/inspect/plugin-libvisual.xml:
3173         * docs/plugins/inspect/plugin-pango.xml:
3174           add pango plugin to docs
3175
3176 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3177
3178         * configure.ac:
3179         * ext/Makefile.am:
3180           moved pango to base
3181
3182 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3183
3184         * configure.ac:
3185         * tests/Makefile.am:
3186         * tests/icles/.cvsignore:
3187         * tests/icles/Makefile.am:
3188         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3189         (close_display), (resize_window), (move_window), (create_window),
3190         (terminate_playback), (pause_playback), (start_playback), (main):
3191           add stress test for xoverlay from Julien
3192
3193 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3194
3195         * docs/libs/tmpl/gstcolorbalance.sgml:
3196         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3197         * gst-libs/gst/rtp/gstbasertppayload.c:
3198         * gst-libs/gst/rtp/gstrtpbuffer.c:
3199         * gst-libs/gst/rtp/gstrtpbuffer.h:
3200           Do burger's rename for rtp payloaders and depayloaders
3201
3202 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3203
3204         * win32/:
3205           add Visual Studio 6 build files
3206
3207 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3208
3209         * docs/libs/gst-plugins-base-libs-docs.sgml:
3210         * docs/libs/gst-plugins-base-libs-sections.txt:
3211         * docs/libs/tmpl/gstaudio.sgml:
3212         * docs/libs/tmpl/gstringbuffer.sgml:
3213         * gst-libs/gst/interfaces/xoverlay.c:
3214         * gst-libs/gst/video/gstvideofilter.c:
3215         * gst-libs/gst/video/gstvideosink.c:
3216           update documentation
3217
3218 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3219
3220         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3221         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3222         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3223         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3224         (gst_multi_fd_sink_get_stats),
3225         (gst_multi_fd_sink_remove_client_link),
3226         (gst_multi_fd_sink_handle_client_read),
3227         (gst_multi_fd_sink_client_queue_data),
3228         (gst_multi_fd_sink_client_queue_caps),
3229         (gst_multi_fd_sink_client_queue_buffer),
3230         (gst_multi_fd_sink_new_client),
3231         (gst_multi_fd_sink_handle_client_write),
3232         (gst_multi_fd_sink_recover_client),
3233         (gst_multi_fd_sink_queue_buffer),
3234         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3235         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3236         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3237         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3238         * gst/tcp/gstmultifdsink.h:
3239         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3240         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3241         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3242         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3243         (gst_tcp_client_sink_set_property),
3244         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3245         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3246         * gst/tcp/gsttcpclientsink.h:
3247         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3248         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3249         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3250         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3251         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3252         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3253         * gst/tcp/gsttcpclientsrc.h:
3254         * gst/tcp/gsttcpplugin.c: (plugin_init):
3255         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3256         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3257         (gst_tcp_server_sink_finalize),
3258         (gst_tcp_server_sink_handle_server_read),
3259         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3260         (gst_tcp_server_sink_set_property),
3261         (gst_tcp_server_sink_get_property),
3262         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3263         * gst/tcp/gsttcpserversink.h:
3264         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3265         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3266         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3267         (gst_tcp_server_src_set_property),
3268         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3269         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3270         * gst/tcp/gsttcpserversrc.h:
3271           more borgifying
3272
3273 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3274
3275         * docs/plugins/Makefile.am:
3276         * docs/plugins/gst-plugins-base-plugins.args:
3277         * docs/plugins/inspect/plugin-libvisual.xml:
3278         * gst/audioconvert/plugin.h:
3279         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3280         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3281         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3282         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3283         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3284         (plugin_init):
3285         * gst/audiotestsrc/gstaudiotestsrc.c:
3286         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3287         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3288         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3289         (gst_audio_test_src_get_query_types),
3290         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3291         (gst_audio_test_src_create_square),
3292         (gst_audio_test_src_create_saw),
3293         (gst_audio_test_src_create_triangle),
3294         (gst_audio_test_src_create_silence),
3295         (gst_audio_test_src_create_white_noise),
3296         (gst_audio_test_src_init_pink_noise),
3297         (gst_audio_test_src_generate_pink_noise_value),
3298         (gst_audio_test_src_create_pink_noise),
3299         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3300         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3301         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3302         (plugin_init):
3303         * gst/audiotestsrc/gstaudiotestsrc.h:
3304         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3305         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3306         (gst_sub_parse_init), (gst_sub_parse_formats),
3307         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3308         (convert_encoding), (get_next_line),
3309         (gst_sub_parse_data_format_autodetect),
3310         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3311         (gst_sub_parse_loop), (gst_sub_parse_chain),
3312         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3313         (plugin_init):
3314         * gst/subparse/gstsubparse.h:
3315         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3316         (gst_video_rate_base_init), (gst_video_rate_class_init),
3317         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3318         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3319         (gst_video_rate_init), (gst_video_rate_event),
3320         (gst_video_rate_chain), (gst_video_rate_set_property),
3321         (gst_video_rate_get_property), (gst_video_rate_change_state),
3322         (plugin_init):
3323         * gst/videoscale/gstvideoscale.c:
3324         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3325         (gst_video_scale_src_template_factory),
3326         (gst_video_scale_sink_template_factory),
3327         (gst_video_scale_get_type), (gst_video_scale_base_init),
3328         (gst_video_scale_class_init), (gst_video_scale_init),
3329         (gst_video_scale_set_property), (gst_video_scale_get_property),
3330         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3331         (gst_video_scale_prepare_size), (parse_caps),
3332         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3333         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3334         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3335         (plugin_init):
3336         * gst/videoscale/gstvideoscale.h:
3337         * gst/videotestsrc/gstvideotestsrc.c:
3338         (gst_video_test_src_pattern_get_type),
3339         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3340         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3341         (gst_video_test_src_set_pattern),
3342         (gst_video_test_src_set_property),
3343         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3344         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3345         (gst_video_test_src_event), (gst_video_test_src_get_times),
3346         (gst_video_test_src_create), (plugin_init):
3347         * gst/videotestsrc/gstvideotestsrc.h:
3348         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3349         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3350         (gst_video_test_src_black):
3351         * gst/videotestsrc/videotestsrc.h:
3352           borgify further
3353           clean up docs a little
3354
3355 2005-11-30  Wim Taymans  <wim@fluendo.com>
3356
3357         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3358         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3359         (gst_basertppayload_event), (gst_basertppayload_push),
3360         (gst_basertppayload_change_state):
3361         * gst-libs/gst/rtp/gstbasertppayload.h:
3362         closed #320644.
3363
3364 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3365
3366         * docs/libs/gst-plugins-base-libs-docs.sgml:
3367         * docs/libs/gst-plugins-base-libs-sections.txt:
3368         * gst-libs/gst/video/gstvideofilter.c:
3369         * gst-libs/gst/video/gstvideosink.c:
3370         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3371
3372 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3373
3374         * LICENSE:
3375           move
3376         * po/af.po:
3377         * po/az.po:
3378         * po/cs.po:
3379         * po/en_GB.po:
3380         * po/hu.po:
3381         * po/it.po:
3382         * po/nb.po:
3383         * po/nl.po:
3384         * po/or.po:
3385         * po/sq.po:
3386         * po/sr.po:
3387         * po/sv.po:
3388         * po/uk.po:
3389         * po/vi.po:
3390         * Makefile.am:
3391           update
3392         * scripts/autoplugins.sh:
3393           remove
3394
3395 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3396
3397         * Makefile.am:
3398         * configure.ac:
3399         * examples/Makefile.am:
3400         * examples/capsfilter/Makefile.am:
3401         * examples/capsfilter/capsfilter1.c:
3402         * examples/gob/Makefile.am:
3403         * examples/gob/gst-identity2.gob:
3404         * examples/indexing/.cvsignore:
3405         * examples/indexing/Makefile.am:
3406         * examples/indexing/indexmpeg.c:
3407         * examples/seeking/.cvsignore:
3408         * examples/seeking/Makefile.am:
3409         * examples/seeking/cdparanoia.c:
3410         * examples/seeking/cdplayer.c:
3411         * examples/seeking/chained.c:
3412         * examples/seeking/scrubby.c:
3413         * examples/seeking/seek.c:
3414         * examples/stats/Makefile.am:
3415         * examples/stats/mp2ogg.c:
3416         * examples/switch/.cvsignore:
3417         * examples/switch/Makefile.am:
3418         * examples/switch/switcher.c:
3419         * tests/Makefile.am:
3420         * tests/check/generic/.cvsignore:
3421         * tests/check/pipelines/.cvsignore:
3422         * tests/examples/Makefile.am:
3423         * tests/examples/seek/Makefile.am:
3424           reorganize stuff under tests/
3425
3426 2005-11-30  Edward Hervey  <edward@fluendo.com>
3427
3428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3429         Go away you stupid GstStaticPadTemplate memleak.
3430
3431 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3432
3433         * gst-libs/gst/net/Makefile.am:
3434         * gst-libs/gst/net/README:
3435         * gst-libs/gst/net/gstnetbuffer.c:
3436         * gst-libs/gst/net/gstnetbuffer.h:
3437           this was moved to "netbuffer"
3438
3439 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3440
3441         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3442         (gst_video_filter_class_init), (gst_video_filter_init):
3443         * gst-libs/gst/video/gstvideofilter.h:
3444           borgify name to bring in line with other classes
3445
3446 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3447
3448         * gst/audioscale/.cvsignore:
3449         * gst/audioscale/Makefile.am:
3450         * gst/audioscale/README:
3451         * gst/audioscale/audioscale.vcproj:
3452         * gst/audioscale/dtof.c:
3453         * gst/audioscale/dtos.c:
3454         * gst/audioscale/functable.c:
3455         * gst/audioscale/gstaudioscale.c:
3456         * gst/audioscale/gstaudioscale.h:
3457         * gst/audioscale/private.h:
3458         * gst/audioscale/resample.c:
3459         * gst/audioscale/resample.h:
3460         * gst/audioscale/test.c:
3461           remove
3462
3463 2005-11-30  Edward Hervey  <edward@fluendo.com>
3464
3465         * gst-libs/gst/netbuffer/Makefile.am:
3466         really, really tired
3467
3468 2005-11-30  Edward Hervey  <edward@fluendo.com>
3469
3470         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3471         Update for new GstTypeFindFactory _register()
3472
3473 2005-11-30  Edward Hervey  <edward@fluendo.com>
3474
3475         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3476         Let's not override libgstnet from core for no reason...
3477         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3478         Ok, maybe not so quick next time.
3479
3480 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3481
3482         * configure.ac:
3483         * gst-libs/gst/Makefile.am:
3484           moved gst-libs/gst/net to netbuffer through CVS surgery
3485           remove old directory
3486           updating build to accomodate
3487           (#322257)
3488
3489 2005-11-29  Andy Wingo  <wingo@pobox.com>
3490
3491         * pkgconfig/gstreamer-plugins-base.pc.in:
3492         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3493         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3494         (#322257).
3495
3496 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3497
3498         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3499         3rd time's the charm. Correct ref-counting for discarded buffers.
3500
3501 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3502
3503         * gst/playback/gststreamselector.c:
3504         (gst_stream_selector_class_init),
3505         (gst_stream_selector_set_property),
3506         (gst_stream_selector_get_property),
3507         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3508         Fix ref-counting
3509
3510 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3511
3512         * gst/subparse/gstsubparse.c: (feed_textbuf):
3513           Don't access already unref'ed buffer.
3514
3515 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3516
3517         * gst/playback/gststreamselector.c:
3518         (gst_stream_selector_class_init), (gst_stream_selector_init),
3519         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3520         (gst_stream_selector_get_property),
3521         (gst_stream_selector_get_linked_pad),
3522         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3523         * gst/playback/gststreamselector.h:
3524         Add the active-pad property for playbin to use shortly. Ignore buffers
3525         from any other pad, returning GST_FLOW_NOT_LINKED
3526
3527 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3528
3529         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3530         patch from bug #322704 (Alessandro Decina).
3531
3532 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3533
3534         * gst-libs/gst/audio/Makefile.am:
3535           folded audiofilter into the audio library
3536
3537 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3538
3539         * gst/videoscale/gstvideoscale.h:
3540         * gst/videoscale/gstvideoscale.c:
3541           remove unimplemented scale methods
3542
3543 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3544
3545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3546           Don't leak caps.
3547
3548 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3549
3550         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3551         (gst_ximagesink_setcaps):
3552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3553         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3554         happens (only visible on ximagesink but bug is in xv too) set_caps was
3555         destroying the internal x[v]image used to memcpy non locally alloced
3556         buffers so that it got renewed on next _chain. The issue is that 
3557         _expose will try to put that image as it reffed it in _put.
3558         Using gst_buffer_unref instead of destroy fixes it !
3559
3560 2005-11-28  Edward Hervey  <edward@fluendo.com>
3561
3562         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3563         (try_to_link_1), (queue_filled_cb):
3564         Better use of the queues. Start with a small size queue and only increase
3565         the size of the queues when the other queues are empty.
3566
3567 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3568
3569         * gst-libs/gst/video/Makefile.am:
3570           compile in copied-over videofilter into the video library
3571         * gst-libs/gst/video/videosink.h:
3572           rename the header to gstvideosink.h since it's a base GstObject class
3573         * sys/ximage/ximagesink.h:
3574         * sys/xvimage/xvimagesink.h:
3575           use the new header
3576
3577 2005-11-28  Wim Taymans  <wim@fluendo.com>
3578
3579         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3580         * gst/playback/gstplaybasebin.h:
3581         Prepare to handle errors betters.
3582
3583         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3584         Set sinks to PAUSED first before adding and linking them so that
3585         we don't interrupt dataflow.
3586
3587 2005-11-28  Wim Taymans  <wim@fluendo.com>
3588
3589         * gst-libs/gst/audio/TODO:
3590         Updated TODO
3591
3592         * gst-libs/gst/audio/gstaudiosink.c:
3593         (gst_audioringbuffer_open_device),
3594         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3595         (gst_audioringbuffer_release):
3596         Small cleanups.
3597
3598         * gst-libs/gst/audio/gstbaseaudiosink.c:
3599         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3600         (gst_base_audio_sink_change_state):
3601         Slave to the master clock when going to PLAYING and unslave when
3602         going to PAUSED.
3603
3604         * gst-libs/gst/audio/gstringbuffer.c:
3605         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3606         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3607         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3608         (gst_ring_buffer_clear_all), (wait_segment),
3609         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3610         (gst_ring_buffer_advance):
3611         * gst-libs/gst/audio/gstringbuffer.h:
3612         Add some docs and cleanups.
3613
3614 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3615
3616         * sys/xvimage/xvimagesink.c:
3617         (gst_xvimagesink_navigation_send_event): Fix navigation events
3618         coordinates translation with pixel aspect ratios.
3619
3620 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3621
3622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3623         Use calculated video geometry from _setcaps instead of buffer
3624         caps to respect pixel aspect ratio. (fixes #322388)
3625
3626 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3627
3628         * docs/libs/tmpl/gstcolorbalance.sgml:
3629         * docs/libs/tmpl/gstmixer.sgml:
3630         * docs/libs/tmpl/gstxoverlay.sgml:
3631         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3632         interface.
3633
3634 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3635
3636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3637         Refuse to create an XvImage if we can't find the format.
3638
3639 2005-11-28  Edward Hervey  <edward@fluendo.com>
3640
3641         * gst-libs/gst/riff/riff-media.c:
3642         (gst_riff_create_audio_template_caps):
3643         Add ATRAC3 to the list of riff-possible audio caps.
3644         I know we still don't have a plugin for atrac3, but it's saner to output
3645         that than a cryptic mimetype.
3646
3647 2005-11-27  Edward Hervey  <edward@fluendo.com>
3648
3649         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3650         Don't try to create a zero-sized subbuffer.
3651
3652 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3653
3654         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3655         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3656         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3657         (gst_ximagesink_expose): Fixed a tricky race.
3658         * sys/ximage/ximagesink.h:
3659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3660         (gst_xvimagesink_expose): Fixed a tricky race.
3661         * sys/xvimage/xvimagesink.h:
3662
3663 2005-11-27  Edward Hervey  <edward@fluendo.com>
3664
3665         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3666         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3667         Remove unused properties, and add queues between demuxers and decoders
3668         so that a lot more files can preroll properly.
3669
3670 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3671
3672         * gst-libs/gst/net/Makefile.am:
3673         * gst-libs/gst/rtp/Makefile.am:
3674         * gst-libs/gst/tag/Makefile.am:
3675           remove silly include
3676         * gst/tags/Makefile.am:
3677         * gst/tags/gsttagediting.c:
3678         * gst/tags/gsttageditingprivate.h:
3679         * gst/tags/tagedit.vcproj:
3680           remove directory, is as good as empty
3681
3682 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3683
3684         * configure.ac:
3685           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3686         * gst-libs/Makefile.am:
3687         * gst-libs/gst/audio/Makefile.am:
3688         * gst-libs/gst/interfaces/Makefile.am:
3689         * gst-libs/gst/net/Makefile.am:
3690         * gst-libs/gst/riff/Makefile.am:
3691         * gst-libs/gst/rtp/Makefile.am:
3692         * gst-libs/gst/tag/Makefile.am:
3693         * gst-libs/gst/video/Makefile.am:
3694           and use them
3695
3696 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3697
3698         * docs/libs/tmpl/gstcolorbalance.sgml:
3699         * docs/libs/tmpl/gstmixer.sgml:
3700         * docs/libs/tmpl/gstxoverlay.sgml:
3701         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3702         * sys/ximage/ximagesink.h:
3703         * sys/xvimage/xvimagesink.h: More and more documentation.
3704
3705 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3706
3707         * docs/libs/gst-plugins-base-libs-docs.sgml:
3708         * docs/libs/gst-plugins-base-libs-sections.txt:
3709         * docs/libs/tmpl/gstcolorbalance.sgml:
3710         * docs/libs/tmpl/gstmixer.sgml:
3711         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3712         to documentation.
3713
3714 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3715
3716         * docs/plugins/Makefile.am:
3717         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3718         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3719         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3720
3721 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3722
3723         * docs/plugins/Makefile.am:
3724         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3725         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3726         * docs/plugins/inspect/plugin-adder.xml:
3727         * docs/plugins/inspect/plugin-alsa.xml:
3728         * docs/plugins/inspect/plugin-audioconvert.xml:
3729         * docs/plugins/inspect/plugin-audiorate.xml:
3730         * docs/plugins/inspect/plugin-audioresample.xml:
3731         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3732         * docs/plugins/inspect/plugin-decodebin.xml:
3733         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3734         * docs/plugins/inspect/plugin-gnomevfs.xml:
3735         * docs/plugins/inspect/plugin-ogg.xml:
3736         * docs/plugins/inspect/plugin-playbin.xml:
3737         * docs/plugins/inspect/plugin-subparse.xml:
3738         * docs/plugins/inspect/plugin-tcp.xml:
3739         * docs/plugins/inspect/plugin-theora.xml:
3740         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3741         * docs/plugins/inspect/plugin-video4linux.xml:
3742         * docs/plugins/inspect/plugin-videorate.xml:
3743         * docs/plugins/inspect/plugin-videoscale.xml:
3744         * docs/plugins/inspect/plugin-videotestsrc.xml:
3745         * docs/plugins/inspect/plugin-volume.xml:
3746         * docs/plugins/inspect/plugin-vorbis.xml:
3747         * docs/plugins/inspect/plugin-ximagesink.xml:
3748         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3749         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3750
3751 2005-11-26  Edward Hervey  <edward@fluendo.com>
3752
3753         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3754         Properly return GstFlowReturn from gst_pad_push in chain functions.
3755
3756 2005-11-25  Michael Smith  <msmith@fluendo.com>
3757
3758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3759         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3760         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3761         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3762           Handle various conditions better when we don't understand a stream.
3763           Removes a heap of CRITICALs on ogg streams containing unknown data.
3764
3765 2005-11-24  Andy Wingo  <wingo@pobox.com>
3766
3767         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3768         Be threadsafe.
3769
3770 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3771
3772         * configure.ac: back to HEAD
3773
3774 === release 0.9.6 ===
3775
3776 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3777
3778         * configure.ac:
3779           releasing 0.9.6, "White Eight"
3780
3781 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3782
3783         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3784         * docs/plugins/inspect/plugin-sine.xml:
3785           remove sinesrc some more
3786
3787 2005-11-23  Wim Taymans  <wim@fluendo.com>
3788
3789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3790         If we are reading too slowly, jump forward in the ringbuffer
3791         instead of blocking.
3792
3793 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3794
3795         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3796         (gst_visual_chain):
3797         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3798         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3799         (gst_videorate_chain):
3800         * gst/videotestsrc/gstvideotestsrc.c:
3801         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3802         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3803         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3804         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3805         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3806         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3807           Updates for API changes
3808
3809 2005-11-23  Wim Taymans  <wim@fluendo.com>
3810
3811         * gst-libs/gst/audio/gstbaseaudiosink.c:
3812         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3813         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3814         Fix for calibration API change.
3815
3816 2005-11-23  Michael Smith <msmith@fluendo.com>
3817
3818         * gst-libs/gst/audio/multichannel.c:
3819         (gst_audio_get_channel_positions),
3820         (gst_audio_set_channel_positions),
3821         (gst_audio_set_structure_channel_positions_list),
3822         (gst_audio_fixate_channel_positions):
3823           Use gst_value_array_*() functions on value arrays, not
3824           gst_value_list_*().
3825
3826 2005-11-23  Edward Hervey  <edward@fluendo.com>
3827
3828         * autogen.sh:
3829         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3830         Fixes autogen
3831
3832 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3833
3834         * check/Makefile.am:
3835         * check/elements/videotestsrc.c: (setup_videotestsrc),
3836         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3837         (main):
3838           add a test for videotestsrc
3839
3840 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3841
3842         * gst/sine/.cvsignore:
3843         * gst/sine/Makefile.am:
3844         * gst/sine/gstsinesrc.c:
3845         * gst/sine/gstsinesrc.h:
3846         * gst/sine/sinesrc.vcproj:
3847           and remove sinesrc from the repository.  Closes #321446
3848
3849 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3850
3851         * configure.ac:
3852         * gst-plugins-base.spec.in:
3853           remove sinesrc from the build
3854
3855 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3856
3857         * check/Makefile.am:
3858         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3859         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3860         (main):
3861           add a test for audiotestsrc, testing all waves.  Even seems
3862           leak-free at first glance, nice job Stefan
3863
3864 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3865
3866         * po/af.po:
3867         * po/az.po:
3868         * po/cs.po:
3869         * po/en_GB.po:
3870         * po/hu.po:
3871         * po/it.po:
3872         * po/nb.po:
3873         * po/nl.po:
3874         * po/or.po:
3875         * po/sq.po:
3876         * po/sr.po:
3877         * po/sv.po:
3878         * po/uk.po:
3879         * po/vi.po:
3880           Translation string updates
3881
3882         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3883         (gst_v4lsrc_set_caps):
3884         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3885         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3886         * sys/v4l/v4lsrc_calls.h:
3887           Improve v4lsrc, by making it work again.
3888
3889 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3890
3891         * ext/libvisual/visual.c: (gst_visual_chain):
3892           Fix the fps calculations.
3893
3894         * gst/ffmpegcolorspace/avcodec.h:
3895           Move structure element for clarity
3896
3897         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3898         * gst-libs/gst/interfaces/tunernorm.h:
3899         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3900         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3901         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3902         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3903         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3904         (gst_v4lmjpegsrc_getcaps):
3905         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3906         (gst_v4lsrc_set_caps):
3907         * sys/v4l/gstv4lsrc.h:
3908         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3909         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3910         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3911         * sys/v4l/v4lsrc_calls.h:
3912           Fractional framerates...
3913
3914 2005-11-22  Wim Taymans  <wim@fluendo.com>
3915
3916         * gst-libs/gst/audio/gstbaseaudiosink.c:
3917         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3918         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3919         And we provide a clock by default, of course...
3920
3921 2005-11-22  Wim Taymans  <wim@fluendo.com>
3922
3923         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3924         This clock can be slaved to a master clock now.
3925
3926         * gst-libs/gst/audio/gstbaseaudiosink.c:
3927         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3928         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3929         (gst_base_audio_sink_set_clock),
3930         (gst_base_audio_sink_set_property),
3931         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3932         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3933         * gst-libs/gst/audio/gstbaseaudiosink.h:
3934         Handle slaving the internal clock to the clock selected in the
3935         pipeline.
3936         Add property to make the basesink not provide a clock.
3937
3938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3939         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3940         (gst_base_rtp_depayload_wait):
3941         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3942         We can use the clock in GstElement, no need to store it ourselves.
3943
3944 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3945
3946         * docs/libs/tmpl/gstaudio.sgml:
3947           update
3948         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3949         (gst_paranoia_endian_get_type):
3950         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3951         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3952         * gst/audiotestsrc/gstaudiotestsrc.c:
3953         (gst_audiostestsrc_wave_get_type):
3954         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3955         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3956         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3957         (gst_sync_method_get_type), (gst_unit_type_get_type),
3958         (gst_client_status_get_type), (gst_multifdsink_class_init),
3959         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3960         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3961         (gst_multifdsink_get_property):
3962         * gst/tcp/gstmultifdsink.h:
3963         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3964         * gst/videotestsrc/gstvideotestsrc.c:
3965         (gst_videotestsrc_pattern_get_type):
3966           remove deprecated properties
3967           fix up enums to correctly have short lowercase dashed nicks
3968
3969 2005-11-22  Michael Smith <msmith@fluendo.com>
3970
3971         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3972         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3973           Add underscore.
3974
3975 2005-11-22  Michael Smith <msmith@fluendo.com>
3976
3977         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3978         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3979           Use utility method for scaling clocktime for fractional framerates.
3980
3981 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3982
3983         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3984         (gst_visual_chain):
3985         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3986         * ext/theora/theoradec.c: (theora_handle_type_packet):
3987         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3988         (theora_enc_chain):
3989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3990         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3991         * gst-libs/gst/video/video.h:
3992         * gst/ffmpegcolorspace/avcodec.h:
3993         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3994         (gst_ffmpeg_caps_to_pixfmt):
3995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3996         (gst_ffmpegcsp_set_caps):
3997         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3998         (gst_videorate_setcaps), (gst_videorate_blank_data),
3999         (gst_videorate_chain):
4000         * gst/videotestsrc/gstvideotestsrc.c:
4001         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
4002         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
4003         (gst_videotestsrc_event), (gst_videotestsrc_create):
4004         * gst/videotestsrc/gstvideotestsrc.h:
4005         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4006         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4007         (gst_ximagesink_get_times), (gst_ximagesink_init):
4008         * sys/ximage/ximagesink.h:
4009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4010         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4011         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
4012         * sys/xvimage/xvimagesink.h:
4013           Convert elements to use fractions for their framerate.
4014           V4L elements to come later tonight.
4015
4016 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4017
4018         * gst-libs/gst/audio/audio.c:
4019         * gst-libs/gst/audio/audio.h:
4020           remove some deprecated functions
4021
4022 2005-11-22  Andy Wingo  <wingo@pobox.com>
4023
4024         * Update for gst_tag_setter API changes.
4025
4026 2005-11-22  Andy Wingo  <wingo@pobox.com>
4027
4028         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4029         (gst_ogg_demux_perform_seek):
4030         * ext/theora/theoradec.c (theora_dec_sink_event):
4031         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4032         update-funcnames.
4033
4034 2005-11-22  Wim Taymans  <wim@fluendo.com>
4035
4036         * examples/seeking/seek.c: (main):
4037         Give higher priority to bus signals than the gtk events
4038         to fix a race condition in the segment looping.
4039
4040 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4041
4042         * ext/theora/Makefile.am:
4043         * ext/vorbis/Makefile.am:
4044         * gst-libs/gst/tag/Makefile.am:
4045         * gst-plugins-base.spec.in:
4046           Rename libgsttagedit to libgsttag (#322117).
4047
4048 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4049
4050         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4052           Call gst_x_overlay_prepare_xwindow_id() to give applications
4053           a final chance to set their own xwindow id before the video
4054           sink creates its own window.
4055
4056 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4057
4058         * sys/xvimage/xvimagesink.c:
4059         (gst_xvimagesink_navigation_send_event): Handle navigation
4060         events correcly with borders if applicable.
4061
4062 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4063
4064         Patch by: Luca Ognibene
4065
4066         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4067         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4069         (gst_ffmpegcsp_caps_remove_format_info):
4070         * gst/ffmpegcolorspace/imgconvert.c:
4071         * gst/ffmpegcolorspace/imgconvert_template.h:
4072           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4073           #318353); use gst_structure_has_name().
4074
4075 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4076
4077         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4078         (gst_ximagesink_class_init): Add debug macros on functions.
4079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4080         (gst_xvimagesink_xwindow_draw_borders),
4081         (gst_xvimagesink_xvimage_put),
4082         (gst_xvimagesink_xwindow_update_geometry),
4083         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4084         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4085         (gst_xvimagesink_xcontext_clear),
4086         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4087         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4088         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4089         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4090         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4091         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4092         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4093         expose while being PAUSED, out of data flow navigation events, etc..
4094
4095 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4096
4097         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4098         * gst-libs/gst/audio/audio.h:
4099           fix prototype - wondering why the test worked regardless
4100
4101 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4102
4103         * check/Makefile.am:
4104         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4105         * gst-libs/gst/audio/audio.h:
4106           add a method that returns a proper GstClockTime
4107
4108 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4111         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4112         * gst-libs/gst/interfaces/xoverlay.h:
4113           Remove everything having to do with the desired size; add 
4114           gst_x_overlay_prepare_xwindow_id() function; remove the
4115           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4116           post a message on the bus instead (#321816).
4117
4118         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4120         (gst_xvimagesink_xoverlay_init):
4121           Remove desired size stuff (#321816).
4122
4123 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4126         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4127         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4128           Terminate vararg functions with NULL instead of 0 to 
4129           make gcc4 happy.
4130
4131 2005-11-21  Andy Wingo  <wingo@pobox.com>
4132
4133         patch by: Sebastien Cote <sebas642@yahoo.ca>
4134         
4135         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4136         * gst-libs/gst/rtp/gstrtpbuffer.c
4137         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4138
4139 2005-11-21  Andy Wingo  <wingo@pobox.com>
4140
4141         * gst/playback/gstplaybin.c (gen_audio_element) 
4142         (gen_video_element): Use the new MISSING_PLUGIN core error
4143         category. Closes #320060.
4144
4145         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4146         * gst/videorate/gstvideorate.c (gst_videorate_event):
4147         * ext/theora/theoradec.c (theora_dec_sink_event): 
4148         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4149         stream lock.
4150
4151         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4152         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4153         stream lock changes.
4154
4155 2005-11-21  Wim Taymans  <wim@fluendo.com>
4156
4157         * gst-libs/gst/audio/gstbaseaudiosink.c:
4158         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4159         (gst_base_audio_sink_provide_clock),
4160         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4161         (gst_base_audio_sink_change_state):
4162         * gst/audioresample/gstaudioresample.c:
4163         Segment update fix.
4164
4165 2005-11-21  Andy Wingo  <wingo@pobox.com>
4166
4167         * *.h:
4168         * *.c: Ran scripts/update-macros. Oh yes.
4169
4170 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4171
4172         * sys/ximage/Makefile.am:
4173         * sys/ximage/ximage.c:
4174           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4175           remove your old libgstximage.* manually if necessary).
4176
4177 2005-11-21  Michael Smith <msmith@fluendo.com>
4178
4179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4180           Minimal fix for bug #320200: set the min/max bitrate in the correct
4181           units. A better fix would be to upgrade to the RATEMANAGE2
4182           interface, rather than using the deprecated interface used here, but
4183           that would require an update in our libvorbis dependency (to 1.1),
4184           which is probably undesirable.
4185
4186 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4187
4188         * ext/libvisual/visual.c: (get_buffer):
4189         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4190         (gst_base_audio_src_fixate):
4191         * gst/audioconvert/gstaudioconvert.c:
4192         (gst_audio_convert_fixate_caps):
4193         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4194         * gst/audiotestsrc/gstaudiotestsrc.c:
4195         (gst_audiotestsrc_src_fixate):
4196         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4197         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4198         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4199         * gst/videotestsrc/gstvideotestsrc.c:
4200         (gst_videotestsrc_src_fixate):
4201         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4203           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4204           (#322027)
4205
4206
4207 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4208
4209         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4210         (gst_riff_create_iavs_caps):
4211         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4212         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4213         (gst_riff_parse_info):
4214         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4217           Fixes for GST_FOURCC_FORMAT API change.
4218
4219 2005-11-21  Andy Wingo  <wingo@pobox.com>
4220
4221         patch by: Alessandro Dessina <alessandro nnva org>
4222
4223         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4224         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4225         (gst_ogg_parse_chain):
4226         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4227         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4228         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4229         gst_value_list calls on arrays. Fixes #321962.
4230
4231 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4232
4233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4234         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4235         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4236         * gst/adder/gstadder.c: (gst_adder_init),
4237         (gst_adder_request_new_pad), (gst_adder_collected),
4238         (gst_adder_change_state):
4239           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4240           API change.
4241
4242 2005-11-21  Michael Smith <msmith@fluendo.com>
4243
4244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4245         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4246           Properly handle pad_push return values.
4247
4248 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4249
4250         * gst-libs/gst/tag/Makefile.am:
4251         * gst-libs/gst/tag/gstvorbistag.c:
4252         (gst_tag_list_to_vorbiscomment_buffer):
4253           Remove obsolete vorbistag element and debug category.
4254
4255         * gst/playback/gstplaybasebin.c: (check_queue):
4256           Don't divide by 0 when queue-threshold is 0.
4257
4258         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4259           Don't modify an existing pixel-aspect-ratio if we fail to read
4260           a new one.
4261
4262 2005-11-20  Wim Taymans  <wim@fluendo.com>
4263
4264         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4265         (gst_vorbisenc_push_packet):
4266         GST_PAD_IS_USABLE is gone, use the return value of
4267         the push or pad_alloc_buffer instead.
4268
4269 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4270
4271         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4272         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4273         (gst_ximagesink_ximage_destroy),
4274         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4275         (gst_ximagesink_xwindow_new),
4276         (gst_ximagesink_xwindow_update_geometry),
4277         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4278         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4279         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4280         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4281         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4282         (gst_ximagesink_navigation_send_event),
4283         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4284         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4285         (gst_ximagesink_finalize), (gst_ximagesink_init),
4286         (gst_ximagesink_class_init):
4287         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4288         This new version brings correct software scaling, non flickering
4289         window while resizing, pixel aspect ratio handling, usage of
4290         hardware buffer pools, out of data flow event thread for 
4291         navigation and handling of expose events even when being PAUSED,
4292         a new property to keep video aspect ratio when resizing, etc...
4293
4294 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4295
4296         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4297         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4298         handling of PAR.
4299
4300 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4301
4302         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4303         Unsetting IS_SINK flag from the fakesink, so decodebin
4304         never behaves as a sink.
4305
4306 2005-11-17  Wim Taymans  <wim@fluendo.com>
4307
4308         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4309         (gst_base_audio_src_change_state):
4310         Fix the audiosrc base class again, we did not unflush.
4311
4312 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4313
4314         * examples/seeking/seek.c: (make_dv_pipeline),
4315         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4316         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4317         to ogg/vorbis/theora pipeline.
4318
4319 2005-11-17  Wim Taymans  <wim@fluendo.com>
4320
4321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4322         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4323         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4324         Fix EOS on multiple streams.
4325         More debugging.
4326
4327 2005-11-16  Wim Taymans  <wim@fluendo.com>
4328
4329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4330         (gst_ogg_demux_perform_seek):
4331         Segment done must include stream time.
4332
4333         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4334         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4335         (gst_ogg_mux_change_state):
4336         Fix ogg muxer again.
4337
4338 2005-11-16  Wim Taymans  <wim@fluendo.com>
4339
4340         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4341         Fix compile again.
4342
4343 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4344
4345         * ext/libvisual/visual.c: (gst_visual_init):
4346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4347         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4348         (gst_ogg_parse_chain):
4349         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4350         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4351         * ext/theora/theoradec.c: (gst_theora_dec_init):
4352         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4353         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4354         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4355         * gst/adder/gstadder.c: (gst_adder_class_init),
4356         (gst_adder_dispose):
4357         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4358         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4359         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4360           Fix a whole set of pad template leaks
4361
4362 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4363
4364         * check/generic/states.c: (GST_START_TEST):
4365           fix the test so that it only checks for elements that are part of
4366           this source module
4367
4368 2005-11-16  Michael Smith <msmith@fluendo.com>
4369
4370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4371         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4372         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4373         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4374         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4375         (gst_ogg_mux_change_state):
4376           Fix leaking collectpads.
4377
4378 2005-11-16  Edward Hervey  <edward@fluendo.com>
4379
4380         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4381         (gst_videorate_event), (gst_videorate_chain):
4382         Handle segment seeks
4383
4384 2005-11-16  Wim Taymans  <wim@fluendo.com>
4385
4386         * gst-libs/gst/audio/gstbaseaudiosink.c:
4387         (gst_base_audio_sink_provide_clock),
4388         (gst_base_audio_sink_change_state):
4389         Set ringbuffer to non-flushing when going to PAUSED, set to
4390         flushing again when going to READY.
4391
4392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4393         (gst_ring_buffer_stop):
4394         Start in flushing mode by default.
4395         Don't set flushing in the _stop method, let the app call
4396         this explicitly.
4397
4398 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4399
4400         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4401         * gst-libs/gst/video/videosink.h: Add helper function needed
4402         for video sinks.
4403
4404 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4405
4406         * gst/videoscale/gstvideoscale.c:
4407         (gst_videoscale_handle_src_event):
4408           Don't leak reference to pad parent.
4409
4410 2005-11-16  Wim Taymans  <wim@fluendo.com>
4411
4412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4413         Set ringbuffer to flushing when stopping so that we don't
4414         block on wait_segment anymore and livelock.
4415
4416 2005-11-16  Wim Taymans  <wim@fluendo.com>
4417
4418         * examples/seeking/seek.c: (send_event), (do_seek),
4419         (loop_toggle_cb), (segment_done), (main):
4420         Added looping checkbox.
4421
4422 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4423
4424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4425         (gst_ogg_demux_init):
4426         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4427         (gst_vorbis_dec_init):
4428           revert unrefs, they don't pass make check
4429
4430 2005-11-15  Johan Dahlin  <johan@gnome.org>
4431
4432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4433         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4434         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4435         (gst_vorbis_dec_init):
4436         Fix pad template leaks. 
4437
4438 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4439
4440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4441           Make state change function thread safe.
4442
4443 2005-11-15  Edward Hervey  <edward@fluendo.com>
4444
4445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4446         (gst_ogg_demux_class_init):
4447         Implement GstElement::send_event, so we can send seek events
4448         in GST_STATE_READY
4449
4450 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4451
4452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4453         Discovered how to take away flickering while resizing the
4454         window. Please don't put that in ximagesink, refactoring in
4455         progress.
4456
4457 2005-11-14  Michael Smith <msmith@fluendo.com>
4458
4459         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4460         (gst_multifdsink_render):
4461           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4462
4463 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4464
4465         * gst/playback/gstplaybin.c: (gen_audio_element):
4466           Use autoaudiosink, it tends to be more widely available than
4467           autoaudiiosink.
4468           
4469 2005-11-14  Andy Wingo  <wingo@pobox.com>
4470
4471         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4472         as well if it is available. Fixes #316442.
4473
4474 2005-11-14  Michael Smith <msmith@fluendo.com>
4475
4476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4477         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4478         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4479         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4480         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4481         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4483         (gst_vorbisenc_change_state):
4484           Fix a small memory leak in vorbisenc.
4485           Fix large memory leaks in oggmux, also fix lots of state change
4486           bugs in oggmux.
4487
4488 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4489
4490         * gst/videotestsrc/gstvideotestsrc.c:
4491         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4492         (gst_videotestsrc_src_fixate):
4493           move fixation to a fixate function
4494           remove negotiate function, basesrc's is good enough
4495           fixes a bug for check when using the element alone
4496
4497 2005-11-13  Edward Hervey  <edward@fluendo.com>
4498
4499         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4500         (key_toggle_cb), (main):
4501         Added checkboxes for adding/removing the accurate and key_unit seek
4502         flags.
4503
4504 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4505
4506         * configure.ac: back to HEAD
4507
4508 === release 0.9.5 ===
4509
4510 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4511
4512         * configure.ac:
4513           releasing 0.9.5, "No No Kia"
4514
4515 2005-11-11  Edward Hervey  <edward@fluendo.com>
4516
4517         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4518         Added parse-launch syntax seeking mode for the seeking example.
4519         This should help stress-test even more cases.
4520         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4521
4522 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4523
4524         * sys/xvimage/xvimagesink.c:
4525         (gst_xvimagesink_navigation_send_event):
4526           Check whether peer pad exists before sending navigation events
4527           to it.
4528
4529 2005-11-11  Michael Smith <msmith@fluendo.com>
4530
4531         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4532         (gst_vorbisenc_buffer_from_packet):
4533         * ext/vorbis/vorbisenc.h:
4534           Set duration on encoded buffers. This allows oggmux's
4535           max_page_delay parameter to actually work.
4536
4537 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4538
4539         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4540         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4541         (gst_ffmpegcsp_avpicture_fill):
4542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4543         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4544           Make palettes work again (see #132341). Use our own macros
4545           for rounding up.
4546
4547 2005-11-10  Andy Wingo  <wingo@pobox.com>
4548
4549         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4550         string doober.
4551
4552 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4553
4554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4555         (gst_ffmpegcsp_transform_caps):
4556           Prefer passthrough in transform_caps
4557
4558 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4559
4560         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4561           check for ALSA errors properly, instead of relying on ALSA's
4562           error strings to serve to the user.
4563
4564 2005-11-10  Wim Taymans  <wim@fluendo.com>
4565
4566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4567         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4568         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4569         Modernise the seek code.
4570
4571 2005-11-10  Michael Smith <msmith@fluendo.com>
4572         
4573         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4574         (setup_substreams), (set_active_source):
4575           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4576           trying to go to NULL if we failed to read a file.
4577
4578 2005-11-10  Wim Taymans  <wim@fluendo.com>
4579
4580         * gst/audiotestsrc/gstaudiotestsrc.c:
4581         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4582         (gst_audiotestsrc_create):
4583         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4584         (gst_sinesrc_get_times), (gst_sinesrc_create):
4585         * gst/videotestsrc/gstvideotestsrc.c:
4586         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4587         (gst_videotestsrc_create):
4588         The base class can now sync for us.
4589
4590 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4591
4592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4593           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4594           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4595           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4596           format=(fourcc)I420" ! xvimagesink
4597
4598 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4599
4600         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4601         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4602         (gst_sinesrc_newsegment):
4603           Send newsegment event in TIME format, set duration if
4604           num-buffers is set, fix duration querying.
4605
4606 2005-11-10  Michael Smith <msmith@fluendo.com>
4607
4608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4609         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4610         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4611         (gst_ogg_mux_collected):
4612          Fix EOS handling, partially. Now forwarding an EOS event once we have
4613          EOS on all pads works correctly. However, we still don't properly set
4614          EOS on the actual ogg stream pages.
4615
4616 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4619           Set elements to NULL state before disposing of them.
4620
4621 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4622
4623         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4624
4625         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4626         (gst_base_rtp_depayload_init),
4627         (gst_base_rtp_depayload_set_gst_timestamp):
4628         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4629           We need to send a newsegment event for each instance, not
4630           just for the first instance of this class (get rid of
4631           static variable in function). (#321011).
4632           
4633 2005-11-08  Michael Smith <msmith@fluendo.com>
4634
4635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4636         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4637         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4638         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4639           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4640           This makes us mux things correctly according to the ogg muxing
4641           rules. Still not handling EOS correctly right now, though.
4642
4643 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4644
4645         * gst/audioconvert/gstaudioconvert.c:
4646           Fix typo in docs. 
4647
4648 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4649
4650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4651         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4652           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4653           creating a new chain; should fix live streaming. Also
4654           add more debug output and fix a typo.
4655
4656 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4657
4658         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4659
4660         * gst/volume/gstvolume.c: (volume_set_caps):
4661           Fix compilation on Solaris with Forte. (#320923)
4662
4663 2005-11-08  Wim Taymans  <wim@fluendo.com>
4664
4665         * gst-libs/gst/audio/gstbaseaudiosink.c:
4666         (gst_base_audio_sink_render):
4667         No need to do a typecheck.
4668
4669 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4670
4671         * ext/alsa/gstalsa.h:
4672           We register a debug category, so let's use it.
4673
4674 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4675
4676         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4677         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4678         Fixed a small problem.
4679
4680 2005-11-04  Wim Taymans  <wim@fluendo.com>
4681
4682         * examples/seeking/Makefile.am:
4683         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4684         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4685         (make_playerbin_pipeline), (format_value), (update_scale),
4686         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4687         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4688         (print_usage), (main):
4689         Added app for playback speed testing.
4690
4691         * examples/seeking/seek.c: (dynamic_link),
4692         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4693         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4694         (message_received), (main):
4695         Updated seek example.
4696
4697 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4698
4699         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4700         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4701         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4702         (gst_base_rtp_depayload_set_clock):
4703         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4704         Don't sleep on the bench (system clock) when you have a nice 
4705         comfortable bed (Gstreamer clock) to sleep on.
4706
4707 2005-11-03  Wim Taymans  <wim@fluendo.com>
4708
4709         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4710         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4711         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4712         Handle the case where a pad_block failed.
4713
4714 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4715
4716         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4717
4718         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4719         (gst_base_rtp_depayload_add_to_queue),
4720         (gst_base_rtp_depayload_push),
4721         (gst_base_rtp_depayload_set_gst_timestamp),
4722         (gst_base_rtp_depayload_queue_release):
4723           Fixes some bugs in the depayloader's queuing/de-queueing code.
4724
4725 2005-10-31  Michael Smith <msmith@fluendo.com>
4726
4727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4728         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4729         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4730           Patch from Alessandro Decina <alessandro@nnva.org>.
4731           Make oggdemux only find the final time in a chain, not per-pad,
4732           since the per-pad information can be very expensive to locate, and
4733           it isn't used anywhere. This makes reading a file containing
4734           OggSkeleton reasonably fast.
4735           Also, make chain finding work when there are logical bitstreams that
4736           can't be decoded. Fixes #319110.
4737
4738 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4739
4740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4741         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4742         (gst_base_rtp_depayload_chain),
4743         (gst_base_rtp_depayload_add_to_queue),
4744         (gst_base_rtp_depayload_push),
4745         (gst_base_rtp_depayload_set_gst_timestamp),
4746         (gst_base_rtp_depayload_queue_release),
4747         (gst_base_rtp_depayload_start_thread),
4748         (gst_base_rtp_depayload_set_property),
4749         (gst_base_rtp_depayload_get_property):
4750         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4751         Some random fixes, to fullfill the desires of thomas.
4752
4753 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4754
4755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4756         (gst_base_rtp_depayload_add_to_queue),
4757         (gst_base_rtp_depayload_push):
4758         Fixed the queueing algorithm.
4759
4760 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4761
4762         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4763         (gst_base_rtp_depayload_push):
4764         A small fix
4765
4766 2005-10-31  Wim Taymans  <wim@fluendo.com>
4767
4768         * gst-libs/gst/audio/gstringbuffer.h:
4769         Don't break ABI.
4770
4771         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4772         (gst_ffmpeg_caps_to_pixfmt):
4773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4774         (gst_ffmpegcsp_set_caps):
4775         Some more comments.
4776         Handle missing required caps fields better.
4777
4778 2005-10-31  Wim Taymans  <wim@fluendo.com>
4779
4780         * gst-libs/gst/audio/gstbaseaudiosink.c:
4781         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4782         (gst_base_audio_sink_render):
4783         * gst-libs/gst/audio/gstringbuffer.c:
4784         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4785         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4786         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4787         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4788         (gst_ring_buffer_read):
4789         * gst-libs/gst/audio/gstringbuffer.h:
4790         Add flushing mode to the ringbuffer so that it in all cases does
4791         not try to handle more audio. This makes sure it does not try to
4792         block anymore when flushing and fixes a livelock.
4793
4794 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4795
4796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4797         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4798         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4799           Explicitly check for -1 values before doing a conversion
4800           and always map them to -1. (#315545)
4801
4802 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4803
4804         * gst/playback/gstplaybin.c: (gen_video_element):
4805           first try autovideosink, then xvimagesink, then error out
4806         * po/POTFILES.in:
4807           add translatable file
4808         * po/af.po:
4809         * po/az.po:
4810         * po/cs.po:
4811         * po/en_GB.po:
4812         * po/hu.po:
4813         * po/it.po:
4814         * po/nb.po:
4815         * po/nl.po:
4816         * po/or.po:
4817         * po/sq.po:
4818         * po/sr.po:
4819         * po/sv.po:
4820         * po/uk.po:
4821         * po/vi.po:
4822           update translations
4823
4824 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4825
4826         * gst-libs/gst/rtp/gstbasedepayload.c:
4827         * gst-libs/gst/rtp/gstbasedepayload.h:
4828           Minor cleanups
4829
4830 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4831
4832         * gst/playback/.cvsignore:
4833         * gst/playback/decodetest.c:
4834         * gst/playback/test3.c:
4835           Port these two tests as well.
4836
4837 2005-10-27  Wim Taymans  <wim@fluendo.com>
4838
4839         * ext/theora/theoradec.c: (theora_dec_src_query),
4840         (theora_dec_sink_event):
4841         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4842         (theora_enc_change_state):
4843         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4844         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4845         Take proper locks when handling events.
4846
4847 2005-10-27  Wim Taymans  <wim@fluendo.com>
4848
4849         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4850         (gst_adder_change_state):
4851         Fix timestamps and fix deadlock when stopping the collectpads.
4852
4853 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4854
4855         * gst-libs/gst/rtp/gstrtpbuffer.h:
4856         Declaring the payload types as strings too so that they can be used
4857         in the padtemplate inialization.
4858
4859 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4860
4861         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4862
4863         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4864         (gst_base_rtp_depayload_class_init):
4865         Fixes a small but nasty bug. The derived elements no longer segfaults
4866         on finalization.
4867
4868 2005-10-26  Michael Smith <msmith@fluendo.com>
4869
4870         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4871           When clearing an audioconvert context, set tmpbufsize to zero, so
4872           we'll allocate it again later if required.
4873           This fixes audioconvert re-negotiating formats, which previously
4874           segfaulted with a NULL destination buffer.
4875
4876 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4877
4878         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4879         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4880         (gst_base_rtp_depayload_set_gst_timestamp),
4881         (gst_base_rtp_depayload_queue_release):
4882         Fixed a smalll memleak.
4883
4884 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4885         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4886         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4887         (gst_base_rtp_depayload_finalize),
4888         (gst_base_rtp_depayload_setcaps),
4889         (gst_base_rtp_depayload_add_to_queue),
4890         (gst_base_rtp_depayload_push),
4891         (gst_base_rtp_depayload_set_gst_timestamp),
4892         (gst_base_rtp_depayload_queue_release),
4893         (gst_base_rtp_depayload_thread),
4894         (gst_base_rtp_depayload_change_state):
4895         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4896         Changed the C++ comments to C comments
4897
4898 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4901         * gst/tcp/gsttcpclientsrc.h:
4902         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4903         * gst/tcp/gsttcpserversrc.h:
4904           Remove unused 'curoffset' structure member.
4905
4906 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4907
4908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4909         (gst_base_rtp_depayload_base_init),
4910         (gst_base_rtp_depayload_finalize):
4911         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4912         * gst-libs/gst/rtp/gstbasertppayload.h:
4913           The pad-template on the sinkpad should be set by the derived classes.
4914           Also added some useful macros.
4915
4916 2005-10-24  Wim Taymans  <wim@fluendo.com>
4917
4918         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4919         Correctly flush decoder samples even if we could not
4920         copy them to an output buffer. Fixes #319618.
4921
4922 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4923
4924         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4926         the caps against our xcontext caps.
4927
4928 2005-10-24  Wim Taymans  <wim@fluendo.com>
4929
4930         * gst-libs/gst/audio/gstbaseaudiosink.c:
4931         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4932         Remove g_print
4933         Use sync property from baseclass to disable sync.
4934
4935 2005-10-24  Wim Taymans  <wim@fluendo.com>
4936
4937         * gst-libs/gst/audio/gstbaseaudiosink.c:
4938         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4939         Buffers with no timestamps get aligned with previous buffers or
4940         on underrun, played ASAP.
4941
4942 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4943
4944         * gst-libs/gst/video/video.h:
4945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4946         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4948         here comes my change on caps for framerate and geometry range.
4949         We are now accepting 1 to MAXINT for width and height, and from
4950         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4951         to be blended correctly in videomixer.
4952
4953 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4954
4955         * configure.ac:
4956           back to HEAD
4957
4958 === release 0.9.4 ===
4959
4960 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4961
4962         * NEWS:
4963         * RELEASE:
4964         * configure.ac:
4965           releasing 0.9.4, "Velociraptor"
4966
4967 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4968
4969         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4970         * po/POTFILES.in:
4971           STOPPED -> FAILED
4972
4973 2005-10-21  Wim Taymans  <wim@fluendo.com>
4974
4975         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4976         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4977         (pad_blocked), (close_pad_link), (new_pad):
4978         Don't try to remove elements twice.
4979
4980 2005-10-21  Wim Taymans  <wim@fluendo.com>
4981
4982         * ext/theora/theoradec.c: (theora_dec_src_query),
4983         (theora_dec_sink_event):
4984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4985         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4986         (vorbis_handle_data_packet):
4987         * ext/vorbis/vorbisdec.h:
4988         Fix old naming.
4989
4990         * gst-libs/gst/audio/gstbaseaudiosink.c:
4991         (gst_base_audio_sink_render):
4992         Don't try to sync on buffers without a timestamp.
4993
4994 2005-10-21  Wim Taymans  <wim@fluendo.com>
4995
4996         * ext/theora/theoradec.c: (theora_dec_src_query),
4997         (theora_dec_sink_event):
4998         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4999         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5000         (vorbis_handle_data_packet):
5001         * ext/vorbis/vorbisdec.h:
5002         Fix old naming.
5003
5004 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5005
5006         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
5007         (gst_vorbisenc_src_query):
5008           Implement position and duration queries.
5009
5010         * gst/playback/test3.c: (update_scale), (main):
5011           Fix for async state changes and print nicer output.
5012
5013 2005-10-20  Wim Taymans  <wim@fluendo.com>
5014
5015         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5016         (dump_element_stats), (main):
5017         * gst/playback/test6.c: (main):
5018         Fix tests again
5019
5020 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5021
5022         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5023         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5024           Don't use functions for position queries when handling
5025           duration queries.
5026
5027 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5028
5029         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5030         (vorbis_handle_data_packet), (vorbis_dec_chain),
5031         (vorbis_dec_change_state):
5032         * ext/vorbis/vorbisdec.h:
5033           Vorbis streams can be embedded in other container formats
5034           than ogg, container formats where the demuxer might set 
5035           timestamps on encoded vorbis buffers instead of those silly 
5036           granulepos thingies. In short: make vorbisdec handle 
5037           timestamps on incoming buffers as well.
5038
5039 2005-10-20  Wim Taymans  <wim@fluendo.com>
5040
5041         * gst/playback/gstplaybasebin.c: (group_destroy),
5042         (gst_play_base_bin_change_state):
5043         Fix leak.
5044         Handle case where playbasebin is now ASYNC because
5045         decodebin is.
5046
5047 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5048
5049         * gst/audioconvert/Makefile.am:
5050         * gst/audioconvert/bufferframesconvert.c:
5051         * gst/audioconvert/plugin.c: (plugin_init):
5052         * gst/audioconvert/plugin.h:
5053           And bye bye buffer-frames-convert
5054
5055 2005-10-19  Wim Taymans  <wim@fluendo.com>
5056
5057         * check/elements/audioconvert.c:
5058         * docs/libs/tmpl/gstaudio.sgml:
5059         * docs/libs/tmpl/gstcolorbalance.sgml:
5060         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5061         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5062         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5063         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5064         * gst-libs/gst/audio/audio.h:
5065         * gst/audioconvert/audioconvert.h:
5066         * gst/audioconvert/gstaudioconvert.c:
5067         (gst_audio_convert_parse_caps):
5068         * gst/volume/gstvolume.c:
5069         Bye bye buffer-frames.
5070
5071 2005-10-19  Wim Taymans  <wim@fluendo.com>
5072
5073         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5074         (query_positions_elems), (query_positions_pads), (update_scale),
5075         (do_seek), (set_update_scale), (message_received), (main):
5076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5077         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5078         (gst_ogg_demux_loop):
5079         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5080         * ext/theora/theoradec.c: (theora_dec_src_query),
5081         (theora_dec_sink_event):
5082         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5083         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5084         * gst/adder/gstadder.c: (gst_adder_query):
5085         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5086         * gst/playback/test3.c: (update_scale):
5087         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5088         (dump_element_stats), (main):
5089         * gst/playback/test6.c: (main):
5090         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5091         Query API update.
5092
5093 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5094
5095         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5096         (xml_check_first_element), (xml_type_find), (smil_type_find),
5097         (plugin_init):
5098           Add typefinding for SMIL and for generic XML. Based on patch by
5099           Akos Maroy (#308663).
5100
5101 2005-10-18  Wim Taymans  <wim@fluendo.com>
5102
5103         * gst/playback/Makefile.am:
5104         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5105         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5106         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5107         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5108         (gst_decode_bin_change_state):
5109         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5110         (gst_play_bin_send_event_to_sink):
5111         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5112         (dump_element_stats), (main):
5113         * gst/playback/test6.c: (main):
5114         Make playbin async, it'll commit state to paused when all streams
5115         are detected.
5116         Remove ugly hack.
5117         Added test6.c to show async behaviour.
5118
5119 2005-10-18  Wim Taymans  <wim@fluendo.com>
5120
5121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5122         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5123         Fix for segment-start/stop API change.
5124
5125 2005-10-18  Wim Taymans  <wim@fluendo.com>
5126
5127         * check/Makefile.am:
5128         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5129         (main):
5130         Add future test for clock selection.
5131
5132 2005-10-18  Wim Taymans  <wim@fluendo.com>
5133
5134         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5135         (gst_alsasink_close):
5136         Set handle to NULL.
5137
5138         * gst-libs/gst/audio/gstringbuffer.c:
5139         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5140         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5141         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5142         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5143         (gst_ring_buffer_read):
5144         More debug info.
5145
5146 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5147
5148         * gst/audiotestsrc/Makefile.am:
5149         * gst/sine/Makefile.am:
5150         * gst/volume/Makefile.am:
5151           fix broken build of controllerized plugins
5152
5153 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5154
5155         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5158         (gst_riff_create_video_template_caps):
5159           Add support for Indeo-3 (IV32).
5160
5161 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5162
5163         * configure.ac:
5164           rewrite
5165
5166 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5167
5168         * gst-libs/gst/video/video.c: (gst_video_get_size):
5169         * gst/audiotestsrc/gstaudiotestsrc.c:
5170           doc updates
5171
5172 2005-10-17  Andy Wingo  <wingo@pobox.com>
5173
5174         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5175         with the collectpads change.
5176         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5177
5178         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5179
5180         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5181
5182         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5183         alloc_buffer flow return to callers.
5184         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5185         change. Fix some memleaks in theoraenc.
5186
5187         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5188         in strange circumstance.
5189
5190 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5191
5192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5193         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5194         from caps, let's use the caps...
5195
5196 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5197
5198         * configure.ac:
5199           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5200
5201 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5202
5203         * gst-libs/gst/interfaces/Makefile.am:
5204           fix silly typo
5205
5206 2005-10-16  Andy Wingo  <wingo@pobox.com>
5207
5208         * gst/playback/gstdecodebin.c
5209         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5210         function!
5211         (try_to_link_1): Increase kraziness level.
5212
5213 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5214
5215         * configure.ac:
5216           restructure like the core one
5217         * gst-libs/gst/audio/Makefile.am:
5218         * gst-libs/gst/interfaces/Makefile.am:
5219         * gst-libs/gst/net/Makefile.am:
5220         * gst-libs/gst/riff/Makefile.am:
5221         * gst-libs/gst/rtp/Makefile.am:
5222         * gst-libs/gst/tag/Makefile.am:
5223         * gst-libs/gst/video/Makefile.am:
5224           use correct linker flags, now the libs are properly versioned
5225         * check/elements/audioconvert.c: (verify_convert):
5226         * ext/alsa/gstalsaplugin.c:
5227         * ext/cdparanoia/gstcdparanoia.c:
5228         * ext/gnomevfs/gstgnomevfs.c:
5229         * ext/libvisual/visual.c:
5230         * ext/ogg/gstogg.c:
5231         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5232         * ext/theora/theora.c:
5233         * ext/vorbis/vorbis.c:
5234         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5235         * gst-libs/gst/tag/gsttagediting.c:
5236         * gst-libs/gst/video/video.c:
5237         * gst/adder/gstadder.c:
5238         * gst/audioconvert/plugin.c:
5239         * gst/audiorate/gstaudiorate.c:
5240         * gst/audioresample/gstaudioresample.c:
5241         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5242         * gst/audioscale/gstaudioscale.c:
5243         * gst/audioscale/resample.c:
5244         * gst/audiotestsrc/gstaudiotestsrc.c:
5245         * gst/ffmpegcolorspace/gstffmpeg.c:
5246         * gst/playback/gstdecodebin.c: (close_pad_link):
5247         * gst/playback/gstplaybin.c: (gen_video_element),
5248         (gen_audio_element):
5249         * gst/sine/gstsinesrc.c:
5250         * gst/subparse/gstsubparse.c:
5251         * gst/tags/gsttagediting.c:
5252         * gst/tcp/gsttcpplugin.c:
5253         * gst/typefind/gsttypefindfunctions.c:
5254         * gst/videorate/gstvideorate.c:
5255         * gst/videoscale/gstvideoscale.c:
5256         * gst/videotestsrc/gstvideotestsrc.c:
5257         * gst/volume/gstvolume.c:
5258         * sys/v4l/gstv4l.c:
5259         * sys/ximage/ximage.c:
5260         * sys/xvimage/xvimagesink.c:
5261           fix up defines
5262
5263 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5264
5265         * ext/vorbis/vorbisenc.c:
5266         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5267         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5268         (gst_tag_to_vorbis_comments):
5269           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5270
5271 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5272
5273         * examples/stats/mp2ogg.c:
5274         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5275           typo fixes
5276
5277 2005-10-13  Michael Smith <msmith@fluendo.com>
5278
5279         * ext/ogg/gstoggmux.c:
5280           Use magic glib macros to define constants as 64 bit, to ensure
5281           appropriate vararg passing.
5282
5283 2005-10-13  Michael Smith <msmith@fluendo.com>
5284
5285         * ext/ogg/gstoggmux.c:
5286         * gst/audioconvert/audioconvert.c: (float):
5287           Don't use LL suffix, as it's not portable, and neither of these
5288           uses required it anyway.
5289
5290 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5291
5292         * examples/indexing/indexmpeg.c: (main):
5293         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5294         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5295         (cdparanoia_convert), (cdparanoia_query):
5296         * ext/cdparanoia/gstcdparanoia.h:
5297         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5298         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5299         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5301         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5302         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5303         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5304         (gst_multifdsink_render), (gst_multifdsink_start),
5305         (gst_multifdsink_stop):
5306         * gst/tcp/gstmultifdsink.h:
5307         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5308         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5309         (gst_tcpclientsink_stop):
5310         * gst/tcp/gsttcpclientsink.h:
5311         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5312         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5313         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5314         * gst/tcp/gsttcpclientsrc.h:
5315         * gst/tcp/gsttcpserversink.h:
5316         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5317         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5318         (gst_tcpserversrc_stop):
5319         * gst/tcp/gsttcpserversrc.h:
5320         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5321         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5322         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5323           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5324           moved bitshift from macro to enum definition
5325
5326 2005-10-12  Wim Taymans  <wim@fluendo.com>
5327
5328         * examples/seeking/Makefile.am:
5329         Oops.
5330
5331 2005-10-12  Wim Taymans  <wim@fluendo.com>
5332
5333         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5334         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5335         Don't assert on normal stuff.
5336
5337         * gst/playback/gstplaybin.c: (do_playbin_seek):
5338         API fix.
5339
5340 2005-10-12  Wim Taymans  <wim@fluendo.com>
5341
5342         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5343         * examples/seeking/Makefile.am:
5344         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5345         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5346         (do_seek), (set_update_scale), (message_received), (main):
5347         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5348         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5349         Update for _get_state() API change.
5350
5351 2005-10-11  Wim Taymans  <wim@fluendo.com>
5352
5353         * gst-libs/gst/audio/gstbaseaudiosink.c:
5354         (gst_base_audio_sink_render):
5355         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5356         (gst_base_audio_src_create):
5357         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5358         (gst_ring_buffer_read):
5359         Cleanups.
5360         Commit and read from ringbuffer in samples rather than bytes.
5361
5362 2005-10-11  Wim Taymans  <wim@fluendo.com>
5363
5364         * gst-libs/gst/audio/gstbaseaudiosink.c:
5365         (gst_base_audio_sink_render):
5366         Respect segment rate and accum when scheduling samples.
5367
5368 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5369
5370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5371         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5372         EOS correctly, that needs more work.
5373
5374 2005-10-11  Wim Taymans  <wim@fluendo.com>
5375
5376         * check/generic/states.c: (GST_START_TEST):
5377         remove old property.
5378
5379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5380         (gst_ogg_demux_perform_seek):
5381         * ext/theora/theoradec.c: (theora_dec_sink_event):
5382         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5383         (vorbis_handle_data_packet):
5384         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5385         (gst_base_rtp_depayload_set_gst_timestamp):
5386         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5387         Update for newsegment API change.
5388
5389 2005-10-11  Michael Smith <msmith@fluendo.com>
5390
5391         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5392         (do_playbin_seek), (gst_play_bin_send_event):
5393           Override send_event differently, so that we can takes bits of
5394           functionality from GstPipeline (special handling for seeks,
5395           including pausing/resuming, and resetting stream time) and still get
5396           the appropriate behaviour of only forwarding event to a single sink,
5397           rather than all of them.
5398           Unfortunately requires a lot of code duplication, but the
5399           alternatives are equally ugly in the end.
5400
5401 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5402
5403         * check/elements/audioconvert.c: (setup_audioconvert),
5404         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5405         (GST_START_TEST), (audioconvert_suite):
5406           clean up tests a little, fix some leaks.
5407
5408 2005-10-10  Wim Taymans  <wim@fluendo.com>
5409
5410         * ext/alsa/gstalsasink.c:
5411         Also allow unsigned int.
5412
5413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5414         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5415         Small cleanup
5416
5417 2005-10-10  Wim Taymans  <wim@fluendo.com>
5418
5419         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5420         Small update, use API as stated in design docs.
5421
5422         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5423         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5424         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5425         (message_received), (main):
5426         Updated seek example for GOption. Some usability improvements.
5427
5428 2005-10-10  Wim Taymans  <wim@fluendo.com>
5429
5430         * gst/audioconvert/audioconvert.h:
5431         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5432         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5433         Alloc temp storage somewhere else where we can do it more
5434         portable.
5435
5436 2005-10-10  Wim Taymans  <wim@fluendo.com>
5437
5438         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5439         (gst_tcpserversrc_start):
5440         Don't block in accept while doing the state change, move
5441         to poll and make cancellable.
5442
5443 2005-10-09  Philippe Khalaf <burger@speedy.org>
5444
5445         * gst-libs/gst/rtp/rtpbasedepayload.c:
5446         Set timestamp and add queue delay to timestamp
5447         * gst-libs/gst/rtp/rtpbuffer.h:
5448         Set correct payload type for h263
5449
5450 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5451
5452         * gst/audiotestsrc/gstaudiotestsrc.c:
5453         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5454         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5455         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5456         (gst_audiotestsrc_create_triangle),
5457         (gst_audiotestsrc_create_silence),
5458         (gst_audiotestsrc_create_white_noise),
5459         (gst_audiotestsrc_init_pink_noise),
5460         (gst_audiotestsrc_generate_pink_noise_value),
5461         (gst_audiotestsrc_create_pink_noise),
5462         (gst_audiotestsrc_change_wave):
5463         * gst/audiotestsrc/gstaudiotestsrc.h:
5464           fixed typo, added pink noise
5465
5466 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5467
5468         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5469         (plugin_init):
5470           Add wavpack and spc typefind functions from 0.8 branch.
5471
5472 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5475         (ar_type_find), (msdos_type_find), (plugin_init):
5476           Add typefind functions for tar archives, ar archives,
5477           RAR archives, and msdos-executables (dlls, exe, etc.).
5478           Some of those would be wrongly identified as mpeg
5479           streams of some sort before (#315550).
5480
5481 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5482
5483         * configure.ac:
5484         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5485         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5486         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5487         * gst/audiotestsrc/Makefile.am:
5488         * gst/audiotestsrc/gstaudiotestsrc.c:
5489         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5490         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5491         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5492         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5493         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5494         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5495         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5496         (gst_audiotestsrc_create_silence),
5497         (gst_audiotestsrc_create_white_noise),
5498         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5499         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5500         (gst_audiotestsrc_start), (plugin_init):
5501         * gst/audiotestsrc/gstaudiotestsrc.h:
5502           add new plugin and element
5503         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5504           use gobject_class
5505
5506 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5507
5508         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5509         (gst_adder_init), (gst_adder_request_new_pad),
5510         (gst_adder_change_state):
5511           Add query function to source pad, so adder reports the correct
5512           time/sample position when queried (#315457); fix state change
5513           function; use GST_DEBUG_FUNCPTR() for pad functions.
5514
5515 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5516
5517         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5518           Fix leaks in typefind registration
5519           Clean up the gratuitous commenting and whitespacing a little
5520
5521 2005-10-08  Wim Taymans  <wim@fluendo.com>
5522
5523         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5524         Only actually wait for the thread to be stopped if it's 
5525         running.
5526
5527 2005-10-08  Wim Taymans  <wim@fluendo.com>
5528
5529         * gst-libs/gst/audio/gstbaseaudiosink.c:
5530         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5531         If we receive EOS we can start playback of what we had.
5532
5533 2005-10-08  Wim Taymans  <wim@fluendo.com>
5534
5535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5536         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5537         (gst_multifdsink_stop):
5538         Fix crasher when going to NULL multiple times.
5539
5540 2005-10-06  Wim Taymans  <wim@fluendo.com>
5541
5542         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5543         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5544         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5545         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5546         patch from Edgard Lima <edgard.lima@indt.org.br>
5547         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5548
5549 2005-10-06  Wim Taymans  <wim@fluendo.com>
5550
5551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5552         Report the FLOW_RETURN as string in the error message.
5553
5554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5555         Don't assert when clearing an unnegotiated buffer.
5556
5557 2005-10-04  Michael Smith <msmith@fluendo.com>
5558
5559         * gst/playback/gstplaybasebin.c: (group_destroy),
5560         (gen_preroll_element), (remove_groups), (setup_source):
5561         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5562         (setup_sinks), (gst_play_bin_send_event),
5563         (gst_play_bin_change_state):
5564           Set state to NULL before removing from bin. Fix refcounting.
5565
5566 2005-10-04  Michael Smith <msmith@fluendo.com>
5567
5568         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5569           Correct refcounting in send_event() function. Previously was wrong
5570           if the first sink was unable to handle the event.
5571
5572 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5573
5574         * configure.ac:
5575           back to development
5576
5577 === release 0.9.3 ===
5578
5579 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5580
5581         * configure.ac:
5582           Releasing 0.9.3, "De Facto"
5583
5584 2005-10-03  Andy Wingo  <wingo@pobox.com>
5585
5586         * gst/playback/gstdecodebin.c (try_to_link_1)
5587         (remove_element_chain): set element to NULL before removing it.
5588
5589 2005-10-02  Johan Dahlin  <johan@gnome.org>
5590
5591         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5592         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5593         MT safe.
5594
5595 2005-10-02  Andy Wingo  <wingo@pobox.com>
5596
5597         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5598         (gst_ring_buffer_prepare_read): 
5599         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5600         Demote to LOG.
5601
5602 2005-09-29  Wim Taymans  <wim@fluendo.com>
5603
5604         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5605         * ext/theora/theoradec.c: (theora_handle_data_packet):
5606         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5607         Propagate error codes from alloc_buffer too.
5608
5609 2005-09-29  Wim Taymans  <wim@fluendo.com>
5610
5611         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5612         We use fixed caps.
5613
5614         * gst/playback/Makefile.am:
5615         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5616         (dump_element_stats), (main):
5617         Added example stream introspection code.
5618
5619 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5620
5621         * gst/adder/gstadder.c: (gst_adder_collected):
5622           fix adder for float elements
5623
5624 2005-09-28  Wim Taymans  <wim@fluendo.com>
5625
5626         * gst-libs/gst/audio/gstbaseaudiosink.c:
5627         (gst_base_audio_sink_class_init),
5628         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5629         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5630         (gst_base_audio_src_class_init),
5631         (gst_base_audio_src_provide_clock):
5632         get_clock -> provide_clock
5633
5634 2005-09-28  Andy Wingo  <wingo@pobox.com>
5635
5636         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5637         and unlocking.
5638
5639         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5640         unlocking.
5641
5642         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5643         Actually add the pad template.
5644         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5645
5646         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5647         I'm at it...
5648
5649         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5650         from fdsrc. Get caps in create() instead of start() so it can be
5651         interrupted. Interruption somewhat untested.
5652
5653         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5654         Proper EOS handling.
5655
5656 2005-09-27  Andy Wingo  <wingo@pobox.com>
5657
5658         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5659
5660         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5661
5662         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5663
5664         * gst/tcp/gsttcp.h: 
5665         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5666         out of tcpclientsrc.c. Cancellable.
5667         (gst_tcp_socket_read): Made private, cancellable, with better
5668         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5669         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5670         whole buffer, and better diagnostics.
5671         (gst_tcp_gdp_read_caps): Same.
5672
5673         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5674
5675 2005-09-26  Andy Wingo  <wingo@pobox.com>
5676
5677         * gst/sine/gstsinesrc.h:
5678         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5679         change the 'sync' property to 'is-live' and implement it halfway,
5680         update for controller api change.
5681
5682         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5683         controller api change.
5684
5685 2005-09-24  Wim Taymans  <wim@fluendo.com>
5686
5687         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5688         * gst-libs/gst/audio/gstaudiosink.c:
5689         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5690         (gst_audioringbuffer_stop):
5691         * gst-libs/gst/audio/gstbaseaudiosink.c:
5692         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5693         (gst_base_audio_sink_change_state):
5694         * gst-libs/gst/audio/gstbaseaudiosink.h:
5695         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5696         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5697         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5698         * gst-libs/gst/audio/gstringbuffer.h:
5699         Fix sync again. Moved sample alignment to basesink.
5700
5701 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5702
5703         * docs/plugins/Makefile.am:
5704         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5705         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5706         * gst/volume/gstvolume.c:
5707           add/fix docs
5708         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5709         * gst-libs/gst/audio/audio.h:
5710           add conversion macros for frames <-> clocktime
5711
5712 2005-09-23  David Schleef  <ds@schleef.org>
5713
5714         * gst/audioresample/Makefile.am:
5715         * gst/audioresample/debug.h:
5716         * gst/audioresample/gstaudioresample.c:
5717         * gst/audioresample/resample.c: Convert to using gst debugging
5718
5719 2005-09-22  Wim Taymans  <wim@fluendo.com>
5720
5721         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5722         (gst_play_bin_send_event):
5723         Only seek on one sink, the first one that succeeds.
5724
5725 2005-09-22  Michael Smith <msmith@fluendo.com>
5726
5727         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5728         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5729         Don't flush encoder state unless we have an initialised encoder.
5730         Clear out encoder state on PAUSED_TO_READY.
5731
5732 2005-09-22  Wim Taymans  <wim@fluendo.com>
5733
5734         * gst-libs/gst/rtp/gstbasertppayload.c:
5735         (gst_basertppayload_class_init), (gst_basertppayload_init),
5736         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5737         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5738         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5739         (gst_basertppayload_set_property),
5740         (gst_basertppayload_get_property),
5741         (gst_basertppayload_change_state):
5742         * gst-libs/gst/rtp/gstbasertppayload.h:
5743         Added max-ptime to control amount of data in the rtp packets.
5744
5745 2005-09-21  Andy Wingo  <wingo@pobox.com>
5746
5747         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5748         thingies.
5749
5750         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5751         can be called multiple times, dogs.
5752
5753 2005-09-21  Wim Taymans  <wim@fluendo.com>
5754
5755         * gst-libs/gst/rtp/gstbasertppayload.c:
5756         (gst_basertppayload_class_init), (gst_basertppayload_init),
5757         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5758         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5759         (gst_basertppayload_push), (gst_basertppayload_get_property),
5760         (gst_basertppayload_change_state):
5761         Allow 0 ssrc too.
5762
5763 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5764
5765         * docs/libs/compiling.sgml:
5766           fixing typos
5767
5768 2005-09-20  Wim Taymans  <wim@fluendo.com>
5769
5770         * gst-libs/gst/rtp/gstbasertppayload.c:
5771         (gst_basertppayload_class_init), (gst_basertppayload_init),
5772         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5773         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5774         (gst_basertppayload_push), (gst_basertppayload_set_property),
5775         (gst_basertppayload_get_property),
5776         (gst_basertppayload_change_state):
5777         * gst-libs/gst/rtp/gstbasertppayload.h:
5778         Added property to configure sequence number offsets.
5779
5780 2005-09-20  Wim Taymans  <wim@fluendo.com>
5781
5782         * gst-libs/gst/rtp/gstbasertppayload.c:
5783         (gst_basertppayload_class_init), (gst_basertppayload_init),
5784         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5785         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5786         (gst_basertppayload_push), (gst_basertppayload_set_property),
5787         (gst_basertppayload_get_property),
5788         (gst_basertppayload_change_state):
5789         * gst-libs/gst/rtp/gstbasertppayload.h:
5790         Make timestamp offset configurable.
5791
5792 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5793
5794         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5795           fix wrong pop/unref
5796
5797 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5798
5799         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * gst-libs/gst/interfaces/propertyprobe.c:
5802         (gst_property_probe_probe_property_name),
5803         (gst_property_probe_needs_probe_name),
5804         (gst_property_probe_get_values_name),
5805         (gst_property_probe_probe_and_get_values_name):
5806           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5807           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5808
5809 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5810
5811         * check/Makefile.am:
5812           have some tests be disabled for valgrinding
5813         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5814         (GST_START_TEST):
5815         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5816           Fix A Leak.  Chain To Parent Finalize.
5817
5818 2005-09-19  Wim Taymans  <wim@fluendo.com>
5819
5820         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5821         Fixed wav pipeline.
5822
5823 2005-09-19  Wim Taymans  <wim@fluendo.com>
5824
5825         * gst-libs/gst/rtp/gstbasertppayload.c:
5826         (gst_basertppayload_class_init), (gst_basertppayload_init),
5827         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5828         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5829         (gst_basertppayload_push), (gst_basertppayload_get_property),
5830         (gst_basertppayload_change_state):
5831         Posting ERROR and WARNING messages is good.
5832
5833 2005-09-19  Wim Taymans  <wim@fluendo.com>
5834
5835         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5836         (gst_base_rtp_depayload_add_to_queue),
5837         (gst_base_rtp_depayload_push),
5838         (gst_base_rtp_depayload_set_gst_timestamp),
5839         (gst_base_rtp_depayload_queue_release):
5840         This one was not supposed to go in.
5841
5842 2005-09-19  Wim Taymans  <wim@fluendo.com>
5843
5844         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5845         Fix for bus API.
5846
5847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5848         (gst_base_rtp_depayload_chain),
5849         (gst_base_rtp_depayload_add_to_queue),
5850         (gst_base_rtp_depayload_push),
5851         (gst_base_rtp_depayload_set_gst_timestamp),
5852         (gst_base_rtp_depayload_queue_release):
5853         Some cleanups.
5854
5855         * gst-libs/gst/rtp/gstbasertppayload.c:
5856         (gst_basertppayload_class_init), (gst_basertppayload_init),
5857         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5858         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5859         (gst_basertppayload_get_property),
5860         (gst_basertppayload_change_state):
5861         Added debugging category.
5862
5863 2005-09-18  David Schleef  <ds@schleef.org>
5864
5865         * gst/playback/gstdecodebin.c: free plugin list correctly
5866         * gst/playback/gstplaybin.c: emit warning if autovideosink
5867           and autoaudiosink can't be found (instead of segfaulting)
5868
5869 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5870
5871         * check/elements/audioconvert.c: (GST_START_TEST):
5872           try out 24 bit conversion
5873
5874 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5875
5876         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5877         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5878         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5879         * ext/vorbis/vorbisenc.h:
5880           Fix EOS handling.  Still needs a fix in the ogg muxer to
5881           mark the last page as eos.
5882
5883 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5884
5885         * common/gtk-doc-plugins.mak:
5886         * docs/plugins/Makefile.am:
5887         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5888         * gst/ffmpegcolorspace/Makefile.am:
5889         * gst/ffmpegcolorspace/avcodec.h:
5890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5891         * gst/tcp/gstmultifdsink.c:
5892           fix up ffmpegcolorspace docs; extract header
5893
5894 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5895
5896         * common/gtk-doc-plugins.mak:
5897         * docs/plugins/Makefile.am:
5898         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5899         * ext/theora/Makefile.am:
5900         * ext/theora/gsttheoraenc.h:
5901         * ext/theora/theoraenc.c:
5902         * ext/vorbis/vorbisenc.c:
5903           pick up signals and args for vorbis; add some docs for vorbis
5904
5905 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5906
5907         * common/gstdoc-scangobj:
5908         * common/gtk-doc-plugins.mak:
5909         * docs/libs/Makefile.am:
5910         * docs/plugins/gst-plugins-base-plugins.args:
5911         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5912         * docs/plugins/gst-plugins-base-plugins.interfaces:
5913         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5914         * docs/plugins/gst-plugins-base-plugins.signals:
5915           only scanobj stuff from our source module.  Not sure yet
5916           if that's correct, given the hierarchy stuff :)
5917
5918 2005-09-15  Wim Taymans  <wim@fluendo.com>
5919
5920         * gst/audioconvert/gstaudioconvert.c:
5921         And enable 24 bits mode as well..
5922
5923 2005-09-15  Wim Taymans  <wim@fluendo.com>
5924
5925         * gst-libs/gst/rtp/Makefile.am:
5926         * gst-libs/gst/rtp/gstbasertppayload.c:
5927         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5928         (gst_basertppayload_class_init), (gst_basertppayload_init),
5929         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5930         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5931         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5932         (gst_basertppayload_set_property),
5933         (gst_basertppayload_get_property),
5934         (gst_basertppayload_change_state):
5935         * gst-libs/gst/rtp/gstbasertppayload.h:
5936         Added rtp payloader base class.
5937
5938 2005-09-15  Andy Wingo  <wingo@pobox.com>
5939
5940         * configure.ac (plugindir): Remove the EOL matcher from the
5941         regexp, as it causes me problems. Libtool? Make? Who knows?
5942
5943 2005-09-14  David Schleef  <ds@schleef.org>
5944
5945         * check/generic/states.c: 
5946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5947         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5948           Fixes for changes in registry API.
5949
5950         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5951           to GST_PLUGIN_LDFLAGS.
5952         * ext/libvisual/visual.c: Make the library shut up.
5953         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5954         * gst-libs/gst/audio/gstaudiofilter.c: same
5955
5956 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5957
5958         * docs/plugins/Makefile.am:
5959         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5960         * docs/plugins/inspect/plugin-libvisual.xml:
5961         * docs/plugins/tmpl/element-tcpserversink.sgml:
5962         * ext/theora/theoraenc.c:
5963           add libvisual plugin and theoraenc element to docs
5964
5965 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5966
5967         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5968         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5969         * ext/theora/theoraenc.c:
5970           add theoraenc
5971
5972 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         * gst/audioconvert/Makefile.am:
5975           Audioconvert derives from GstBaseTransform and should
5976           link to the library with our base elements to avoid
5977           unresolved symbols. Makes things work with MinGW (#316160)
5978
5979         * gst/playback/test4.c: (main):
5980           Fix MinGW build problem and use g_usleep() instead of 
5981           sleep() (#316162)
5982
5983 2005-09-12  Wim Taymans  <wim@fluendo.com>
5984
5985         * gst/audioconvert/audioconvert.c: (float),
5986         (audio_convert_prepare_context), (audio_convert_convert):
5987         * gst/audioconvert/audioconvert.h:
5988         Cleanups, speedups, simplifications, added back support
5989         for 24 bits.
5990
5991 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5992
5993         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5994         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5995         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5996         * docs/plugins/tmpl/element-tcpserversink.sgml:
5997         * gst/ffmpegcolorspace/gstffmpeg.c:
5998         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5999         * gst/videotestsrc/gstvideotestsrc.c:
6000         * gst/volume/gstvolume.c:
6001           add more elements to the docs
6002
6003 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
6004
6005         * check/Makefile.am:
6006         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6007         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
6008           Add extra tests for basetransform based components. 
6009           Comment out the test_element_negotiation test until we decide
6010           if it's testing correct behaviour.
6011         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
6012         (gst_visual_chain), (gst_visual_change_state):
6013           Slightly more correct but still bogus timestamping.
6014           Fix state change function.
6015         * gst/audioconvert/gstaudioconvert.c:
6016         (gst_audio_convert_class_init):
6017         * gst/audioresample/gstaudioresample.c:
6018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6019         (gst_ffmpegcsp_class_init):
6020         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6021         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
6022         (gst_videoscale_prepare_image):
6023         * gst/volume/gstvolume.c: (gst_volume_class_init),
6024         (volume_transform_ip):
6025           Basetransform updates. Enable passthrough modes.
6026         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6027         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6028         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6029           Negotiation fix that allows the window to return to the original
6030           size and renegotiate passthrough upstream. Extra debug output.
6031
6032 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6033
6034         * gst/sine/gstsinesrc.c:
6035         * gst/volume/gstvolume.c:
6036           fix up header include
6037
6038 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6039
6040         * gst-libs/gst/audio/gstbaseaudiosink.c:
6041         (gst_base_audio_sink_render):
6042         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6043         * gst/volume/gstvolume.c: (gst_volume_class_init),
6044         (volume_transform):
6045           fixing lost sync, some more debugging
6046
6047 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6048
6049         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6050         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6051         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6052         (gst_xvimagesink_check_xshm_calls):
6053           Fix compilation when XShm is not available.
6054
6055 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6056
6057         * ext/libvisual/visual.c: (gst_visual_dispose),
6058         (gst_visual_getcaps), (gst_visual_src_setcaps),
6059         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6060         (gst_visual_change_state):
6061           Finish fixing up libvisual plugin so that it runs. 
6062
6063 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * ext/vorbis/vorbisenc.c:
6066         * gst-libs/gst/tag/gstvorbistag.c:
6067           gsttaginterface.h -> gsttagsetter.h
6068
6069 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6070
6071         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6072           added another test that failes for me (test is not active by default)
6073
6074 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6075
6076         * configure.ac:
6077           v4l2 is no longer in gst-plugins-base
6078
6079 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6080
6081         * configure.ac:
6082           In the output at the end, don't show the first plugin on the same
6083           line as "Core plug-ins, always built:".
6084           Indent the output as for other plugin categories
6085         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6086           #define that can be used to not use peer buffer_alloc functions for
6087           test purposes.
6088         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6089         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6090         (gst_ximagesink_show_frame):
6091         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6092         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6093         (gst_xvimagesink_show_frame):
6094           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6095           fails gracefully instead of XError aborting or deadlocking.
6096
6097 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6098
6099         * ext/libvisual/Makefile.am:
6100           link against gst-base-libs
6101
6102 2005-09-06  David Schleef  <ds@schleef.org>
6103
6104         * configure.ac: Enable libvisual plugin.
6105         * ext/libvisual/Makefile.am:
6106         * ext/libvisual/visual.c: Fixes to make it compile.
6107
6108 === release 0.9.2 ===
6109
6110 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6111
6112         * NEWS:
6113         * RELEASE:
6114         * configure.ac:
6115         * docs/random/ChangeLog-0.8:
6116           releasing 0.9.2, "Spoon"
6117
6118 2005-09-05  Michael Smith <msmith@fluendo.com>
6119
6120         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6121           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6122           that in the vorbisenc element.
6123
6124 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6125
6126         * common/gtk-doc-plugins.mak:
6127         * docs/plugins/Makefile.am:
6128           fix distcheck
6129         * gst/audioresample/resample.c:
6130           fix wrong docstring
6131
6132 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6133
6134         * common/gst-xmlinspect.py:
6135         * common/gtk-doc-plugins.mak:
6136           only inspect plugins for this given package
6137           require gst-python 0.9
6138
6139 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6140
6141         * Makefile.am:
6142         * autogen.sh:
6143         * common/gst-xmlinspect.py:
6144         * configure.ac:
6145         * docs/Makefile.am:
6146         * docs/plugins/inspect/plugin-alsa.xml:
6147         * docs/plugins/inspect/plugin-audioresample.xml:
6148         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6149         * docs/plugins/inspect/plugin-ogg.xml:
6150         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6151         * docs/plugins/tmpl/element-multifdsink.sgml:
6152         * docs/plugins/tmpl/element-tcpserversink.sgml:
6153         * docs/plugins/tmpl/element-vorbisenc.sgml:
6154         * gst-plugins-base.spec.in:
6155           various doc-related updates
6156
6157 2005-08-31  Wim Taymans  <wim@fluendo.com>
6158
6159         * gst-libs/gst/audio/gstbaseaudiosink.c:
6160         (gst_base_audio_sink_render):
6161         Resync if the buffer timestamps drift more than a 10th 
6162         of a second.
6163
6164 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6165
6166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6167         (gst_v4lsrc_get_property):
6168           The 'timestamp-offset' property is registered as an int64, so
6169           let's use g_value_{set|get}_int64() in our setter and getter
6170           functions (makes it work and fixes warnings with gst-inspect).
6171
6172 2005-08-30  Wim Taymans  <wim@fluendo.com>
6173
6174         * check/elements/audioconvert.c: (setup_audioconvert):
6175         * check/elements/audioresample.c: (setup_audioresample):
6176         * check/elements/volume.c: (setup_volume):
6177         Fix checks.
6178
6179 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6180
6181         * common/gtk-doc-plugins.mak:
6182         * common/plugins.xsl:
6183         * docs/plugins/Makefile.am:
6184           make module a param
6185
6186 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6187
6188         * examples/seeking/seek.c: (make_mp3_pipeline),
6189         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6190         (play_cb), (pause_cb), (stop_cb):
6191           update the example
6192
6193 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6194
6195         * gst/volume/gstvolume.c: (gst_volume_class_init),
6196         (volume_transform):
6197           do not update controlled params, if buffer has no timestamp
6198
6199 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6200
6201         * configure.ac:
6202         * gst/sine/Makefile.am:
6203         * gst/volume/Makefile.am:
6204           controllerized elements also need to link against controller-libs ;)
6205
6206 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6207
6208         * docs/libs/tmpl/gstcolorbalance.sgml:
6209         * docs/libs/tmpl/gstgconf.sgml:
6210         * docs/libs/tmpl/gstmixer.sgml:
6211         * docs/libs/tmpl/gstringbuffer.sgml:
6212         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6213         (gst_sinesrc_create):
6214         * gst/volume/gstvolume.c: (gst_volume_class_init),
6215         (volume_transform):
6216           controllerized two audio plugins
6217
6218 2005-08-29  Andy Wingo  <wingo@pobox.com>
6219
6220         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6221         (vorbis_handle_data_packet): Fix some int overflow errors.
6222
6223         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6224         -1.
6225         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6226         valid.
6227         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6228         if it's valid. Fixed streaming-mode playback.
6229
6230         * check/elements/volume.c (cleanup_volume): Fix for running
6231         CK_FORK=no.
6232
6233         * check/elements/audioconvert.c: Convert from native endian, not
6234         little endian.
6235
6236 2005-08-29  Michael Smith <msmith@fluendo.com>
6237
6238         * ext/ogg/Makefile.am:
6239         * ext/ogg/gstogg.c: (plugin_init):
6240         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6241         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6242         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6243         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6244         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6245         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6246         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6247         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6248         Add an ogg parser element.
6249
6250 2005-08-28  Andy Wingo  <wingo@pobox.com>
6251
6252         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6253
6254 2005-08-26  Wim Taymans  <wim@fluendo.com>
6255
6256         * gst/audioconvert/audioconvert.c: (if), (float),
6257         (audio_convert_get_func_index), (check_default),
6258         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6259         (audio_convert_clean_context), (audio_convert_get_sizes),
6260         (audio_convert_convert):
6261         Cleanups.
6262
6263 2005-08-26  Wim Taymans  <wim@fluendo.com>
6264
6265         * gst/audioconvert/audioconvert.c: (if), (float),
6266         (audio_convert_get_func_index), (check_default),
6267         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6268         (audio_convert_clean_context), (audio_convert_get_sizes),
6269         (audio_convert_convert):
6270         More elegant and working temp buffer selection algo.
6271
6272 2005-08-26  Wim Taymans  <wim@fluendo.com>
6273
6274         * gst/audioconvert/audioconvert.c: (if), (float),
6275         (audio_convert_get_func_index), (check_default),
6276         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6277         (audio_convert_clean_context), (audio_convert_get_sizes),
6278         (get_temp_buffer), (audio_convert_convert):
6279         Use realloc else we lose our original data.
6280
6281 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6282
6283         * gst/audioresample/gstaudioresample.c:
6284           use base class' newsegment to properly timestamp
6285
6286 2005-08-26  Wim Taymans  <wim@fluendo.com>
6287
6288         * gst/audioconvert/audioconvert.c: (if), (float),
6289         (audio_convert_get_func_index), (check_default),
6290         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6291         (audio_convert_clean_context), (audio_convert_get_sizes),
6292         (get_temp_buffer), (audio_convert_convert):
6293         * gst/audioconvert/gstaudioconvert.c:
6294         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6295         (gst_audio_convert_transform_caps),
6296         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6297         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6298         Oops, allocate enough space to perform the channel mix.
6299
6300 2005-08-26  Wim Taymans  <wim@fluendo.com>
6301
6302         * gst/audioconvert/Makefile.am:
6303         * gst/audioconvert/audioconvert.c: (if), (float),
6304         (audio_convert_get_func_index), (check_default),
6305         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6306         (audio_convert_clean_context), (audio_convert_get_sizes),
6307         (get_temp_buffer), (audio_convert_convert):
6308         * gst/audioconvert/audioconvert.h:
6309         * gst/audioconvert/gstaudioconvert.c:
6310         (gst_audio_convert_class_init), (gst_audio_convert_init),
6311         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6312         (gst_audio_convert_get_unit_size),
6313         (gst_audio_convert_transform_caps),
6314         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6315         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6316         * gst/audioconvert/gstaudioconvert.h:
6317         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6318         (gst_channel_mix_fill_identical),
6319         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6320         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6321         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6322         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6323         (gst_channel_mix_mix):
6324         * gst/audioconvert/gstchannelmix.h:
6325         Cleanups, librarify a bit, optimize, better negotiation and more.
6326
6327 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6328
6329         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6330         Another from MikeS:
6331         During typefinding, don't support negative offsets
6332         (offsets from the end of the stream) in our typefind->peek() function
6333         - nothing embedded in ogg ever needs them. However, we need to recognise
6334         those requests and reject them, otherwise we return invalid pointers.
6335
6336 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6337
6338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6339         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6340         (vorbisdec_finalize), (vorbis_handle_type_packet):
6341           Big shout-out to MikeS for fixing this giant memory leak.
6342           Huzzah!
6343
6344 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6345
6346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6347         (audio_convert_get_unit_size):
6348           plug some leaks
6349
6350 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6351
6352         * check/Makefile.am:
6353         * check/elements/audioconvert.c: (setup_audioconvert),
6354         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6355         (GST_START_TEST), (audioconvert_suite), (main):
6356           add a test for audioconvert
6357         * gst/audioresample/gstaudioresample.c:
6358         * gst/audioresample/gstaudioresample.h:
6359           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6360           note that for buffers of 1/3 sec this means DURATION(c) is 
6361           one nanosecond more than for a and b
6362
6363 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6364
6365         * check/Makefile.am:
6366         * check/elements/audioresample.c: (setup_audioresample),
6367         (cleanup_audioresample), (fail_unless_perfect_stream),
6368         (test_perfect_stream_instance), (GST_START_TEST),
6369           add a check for audioresample
6370         (audioresample_suite), (main):
6371         * check/elements/volume.c: (GST_START_TEST):
6372           remove unused method
6373         * gst/audioresample/gstaudioresample.c:
6374           set correct buffer parameters since we're changing them
6375         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6376           add some debug
6377
6378 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6379
6380         * gst/audioresample/debug.c:
6381         * gst/audioresample/gstaudioresample.c:
6382           add room for extra overlap samples when asked to transform size
6383           protect against possible mem corruption and check for discrepancies
6384           between written size and outbuffer's size so we can warn for
6385           potential problems
6386         * gst/audioresample/resample.c: (resample_init),
6387         (resample_get_output_size_for_input), (resample_get_output_size),
6388         (resample_set_n_channels), (resample_set_format):
6389           set debug level based on RESAMPLE_DEBUG env var
6390           make sure that get_output_size* returns a whole number of
6391           sample_size
6392           set sample_size each time either channel or format is set
6393         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6394         * gst/audioresample/resample_functable.c:
6395         (resample_scale_functable):
6396         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6397           remove r->sample_size, it's done in resample.c now
6398           add some debugging to the ref implementation
6399           make sure we only give back bytes that are wholes of the sample
6400           size
6401
6402 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6403         * gst/playback/gstplaybasebin.c: (fill_buffer):
6404         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6405
6406 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6407
6408         * gst/volume/gstvolume.c:
6409           made set_caps function static
6410
6411 2005-08-24  Wim Taymans  <wim@fluendo.com>
6412
6413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6414         (gst_vorbisenc_change_state):
6415         Stop leaking taglists.
6416
6417 2005-08-24  Wim Taymans  <wim@fluendo.com>
6418
6419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6420         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6421         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6422         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6423         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6424         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6425         Parse seeking events better.
6426         Unref static caps.
6427         Generate correct newsegment events, fixes seeking in live oggs.
6428
6429         * ext/theora/theoradec.c: (theora_dec_src_query),
6430         (theora_dec_src_event), (theora_dec_src_getcaps),
6431         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6432         Use newsegment values to report correct play time.
6433
6434         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6435         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6436         * ext/vorbis/vorbisdec.h:
6437         Parse and use newsegment values to report correct play time.
6438
6439         * gst-libs/gst/audio/gstbaseaudiosink.c:
6440         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6441         Clear ringbuffer on flush.
6442         Use newsegment values to calculate playback time.
6443
6444         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6446         Basesink does newsegment calculations for us now.
6447
6448 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6449
6450         * check/Makefile.am:
6451         * configure.ac:
6452           add core's plugins to the mix so that playbin works
6453         * check/generic/states.c: (GST_START_TEST):
6454           set a 0 timeout on pipelines, so they don't force the next
6455           state change
6456         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6457         (gst_play_base_bin_change_state):
6458           remove the crappy error handling and do GST error handling
6459
6460 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6461
6462         * check/Makefile.am:
6463         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6464           add same test as to core, it bitches out on playbin atm.
6465
6466 2005-08-24  Wim Taymans  <wim@fluendo.com>
6467
6468         * configure.ac:
6469         Remove audioscale.
6470
6471 2005-08-24  Wim Taymans  <wim@fluendo.com>
6472
6473         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6474         (gst_videoscale_prepare_size), (parse_caps),
6475         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6476         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6477         (gst_videoscale_transform):
6478         * gst/videoscale/gstvideoscale.h:
6479         Refactor, make use of BaseTranform really well.
6480
6481 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6482
6483         * configure.ac:
6484           compile audioresample
6485         * gst/audioresample/Makefile.am:
6486         * gst/audioresample/buffer.c:
6487         * gst/audioresample/functable.c:
6488         * gst/audioresample/gstaudioresample.c:
6489         * gst/audioresample/gstaudioresample.h:
6490         * gst/audioresample/resample.c:
6491         (resample_get_output_size_for_input):
6492         * gst/audioresample/resample.h:
6493         * gst/audioresample/resample_chunk.c:
6494         * gst/audioresample/resample_functable.c:
6495         * gst/audioresample/resample_ref.c:
6496           port to use basetransform; doesn't work in all cases yet
6497
6498 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6499
6500         * gst/audioconvert/gstaudioconvert.c:
6501         (gst_audio_convert_class_init), (gst_audio_convert_init),
6502         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6503         (audio_convert_fixate_caps), (audio_convert_set_caps),
6504         (audio_convert_transform),
6505         (gst_audio_convert_buffer_to_default_format),
6506         (gst_audio_convert_buffer_from_default_format),
6507         (gst_audio_convert_channels):
6508         * gst/audioconvert/gstchannelmix.c:
6509         * gst/audioconvert/gstchannelmix.h:
6510           port to basetransform
6511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6512         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6513         (gst_ffmpegcsp_get_unit_size):
6514         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6515         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6516           fix for basetransform changes
6517
6518 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6519
6520         * check/Makefile.am:
6521           Add CHECK_CFLAGS and LDFLAGS
6522
6523         * gst/playback/gstplaybasebin.c: (fill_buffer):
6524           GST_MESSAGE_SRC became a GObject
6525
6526 2005-08-24  Wim Taymans  <wim@fluendo.com>
6527
6528         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6529         (gst_ring_buffer_clear_all):
6530         * gst-libs/gst/audio/gstringbuffer.h:
6531         Added function to clear the ringbuffer.
6532
6533 2005-08-24  Andy Wingo  <wingo@pobox.com>
6534
6535         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6536         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6537         of _open and _close.
6538
6539         * sys/v4l/gstv4lxoverlay.h:
6540         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6541         an Xv connection here, instead of all the time. Make Xv only be
6542         loaded if you axe for it. Kindof a workaround for buggy behaviour
6543         of Xv when using remote xservers (XvQueryExtension would block).
6544         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6545         replace the _open and _close public API. Only start the xv
6546         connection if necessary.
6547         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6548
6549 2005-08-23  David Schleef  <ds@schleef.org>
6550
6551         * gst/audioresample/Makefile.am: Leet audioresampling code
6552         * gst/audioresample/buffer.c:
6553         * gst/audioresample/buffer.h:
6554         * gst/audioresample/debug.c:
6555         * gst/audioresample/debug.h:
6556         * gst/audioresample/functable.c:
6557         * gst/audioresample/functable.h:
6558         * gst/audioresample/gstaudioresample.c:
6559         * gst/audioresample/gstaudioresample.h:
6560         * gst/audioresample/resample.c:
6561         * gst/audioresample/resample.h:
6562         * gst/audioresample/resample_chunk.c:
6563         * gst/audioresample/resample_functable.c:
6564         * gst/audioresample/resample_ref.c:
6565
6566 2005-08-23  Wim Taymans  <wim@fluendo.com>
6567
6568         * examples/seeking/seek.c: (make_vorbis_pipeline),
6569         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6570         Small seek updates.
6571
6572 2005-08-23  Andy Wingo  <wingo@pobox.com>
6573
6574         * gst-libs/gst/audio/gstbaseaudiosrc.c
6575         (gst_base_audio_src_fixate): Only fixate endianness if it is
6576         present in the caps.
6577
6578 2005-08-22  Andy Wingo  <wingo@pobox.com>
6579
6580         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6581         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6582         device-name property.
6583
6584         * gst-libs/gst/audio/gstaudiosrc.h:
6585         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6586         close_device in the ring buffer, like gstaudiosink.
6587
6588         * ext/alsa/gstalsamixer.h:
6589         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6590         macro to implement the interface without much code. Cleanups. 
6591
6592         * ext/alsa/gstalsasrc.h:
6593         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6594         READY.
6595
6596         * ext/alsa/Makefile.am: Add new files.
6597         * ext/alsa/gstalsamixerelement.c: 
6598         * ext/alsa/gstalsamixerelement.c: Split element code out from
6599         mixer code so that alsasrc can be a mixer too.
6600
6601 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6602
6603         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6604         (GST_START_TEST):
6605         * check/elements/vorbisdec.c: (setup_vorbisdec),
6606         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6607         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6608         (vorbis_handle_identification_packet),
6609         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6610         (vorbis_handle_header_packet), (vorbis_dec_push),
6611         (vorbis_dec_chain):
6612           use the setup/teardown methods to save code.  save code is good.
6613
6614 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6615
6616         * check/Makefile.am:
6617           add ext dir for plugins
6618           add vorbisdec test conditionally
6619         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6620         (GST_START_TEST), (volume_suite):
6621           add a test with wrong caps
6622         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6623         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6624           add a vorbisdec test
6625         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6626         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6627           clean up debug output
6628         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6629           yay, fix a segfault/security issue in vorbisdec
6630           gst-launch fakesrc ! vorbisdec wasn't happy
6631         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6632         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6633         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6634         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6635         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6636         (gst_vorbisenc_set_metadata), (get_constraints_string),
6637         (update_start_message), (gst_vorbisenc_setup),
6638         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6639         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6640         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6641         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6642         * ext/vorbis/vorbisenc.h:
6643           march in line
6644         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6645         (gst_ffmpegcsp_transform):
6646           have the kow come home
6647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6648           debug my func ptr
6649         * gst/volume/gstvolume.c: (volume_set_caps):
6650           add a debug
6651
6652 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6653
6654         * Makefile.am:
6655         * check/.cvsignore:
6656         * check/Makefile.am:
6657         * check/elements/.cvsignore:
6658         * check/elements/volume.c: (chain_func), (event_func),
6659         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6660         (main):
6661         * configure.ac:
6662           add unit test structure for gst-plugins-base
6663           add a test for volume
6664         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6665         (gst_volume_set_volume), (gst_volume_get_volume),
6666         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6667         (volume_funcfind), (volume_process_float), (volume_process_int16),
6668         (volume_set_caps), (volume_transform), (volume_update_mute),
6669         (volume_update_volume), (volume_set_property),
6670         (volume_get_property):
6671           document a little; use basetransform vmethod _set_caps
6672
6673 2005-08-19  Andy Wingo  <wingo@pobox.com>
6674
6675         * ext/alsa/gstalsamixertrack.h:
6676         * ext/alsa/gstalsamixertrack.c:
6677         * ext/alsa/gstalsamixeroptions.h:
6678         * ext/alsa/gstalsamixeroptions.c:
6679         * ext/alsa/gstalsamixer.h:
6680         * ext/alsa/gstalsamixer.c: Port to 0.9.
6681
6682         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6683         Remove gstalsa.c and alsaclock. No more cruft here.
6684         
6685 2005-08-18  Wim Taymans  <wim@fluendo.com>
6686
6687         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6688         (gst_base_rtp_depayload_chain),
6689         (gst_base_rtp_depayload_add_to_queue),
6690         (gst_base_rtp_depayload_push),
6691         (gst_base_rtp_depayload_queue_release):
6692         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6693         Fix for RTPBuffer changes.
6694
6695         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6696         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6697         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6698         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6699         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6700         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6701         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6702         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6703         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6704         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6705         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6706         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6707         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6708         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6709         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6710         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6711         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6712         (gst_rtpbuffer_get_payload):
6713         * gst-libs/gst/rtp/gstrtpbuffer.h:
6714         Don't subclass GstBuffer but add methods and helper functions
6715         to construct and manipulate RTP packets in regular GstBuffers.
6716
6717 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6718
6719         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6720           moved statement below switch
6721         * gst/volume/gstvolume.c: (gst_volume_class_init):
6722           added debug ptr
6723
6724 2005-08-16  Wim Taymans  <wim@fluendo.com>
6725
6726         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6727         (gst_base_audio_src_change_state):
6728         Open and close device in READY<->NULL state change.
6729
6730 2005-08-16  Andy Wingo  <wingo@pobox.com>
6731
6732         * examples/seeking/Makefile.am: Don't compile non-compiling
6733         compiled objects with the compiler.
6734
6735         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6736         elements.
6737
6738 2005-08-12  Philippe Khalaf <burger@speedy.org>
6739         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6740         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6741           Made a thread to release the queue.
6742           Removed timestamp conversion for now.
6743
6744 2005-08-10  Philippe Khalaf <burger@speedy.org>
6745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6746         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6747           Added rtp timestamp -> gst timestamp conversion.
6748           Fixed several problems with queue.
6749
6750 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6751
6752         * gst-libs/gst/audio/gstaudioclock.h:
6753         * gst-libs/gst/audio/gstaudiofilter.h:
6754         * gst-libs/gst/audio/gstaudiosink.h:
6755         * gst-libs/gst/audio/gstaudiosrc.h:
6756         * gst-libs/gst/audio/gstbaseaudiosink.h:
6757         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6758         * gst-libs/gst/audio/gstringbuffer.h:
6759         * gst-libs/gst/net/gstnetbuffer.h:
6760         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6761         * gst-libs/gst/rtp/gstrtpbuffer.h:
6762           Add padding (you will need to rebuild gst-plugins-base,
6763           gst-plugins and all applications afterwards!)
6764
6765 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6766
6767         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6768         (gst_riff_parse_chunk):
6769           Fix bug in debug message and add some more debug messages.
6770
6771 2005-08-08  Edward Hervey  <edward@fluendo.com>
6772
6773         * gst-libs/gst/riff/riff-media.c:
6774         backported updates since branch
6775
6776 2005-08-08  Andy Wingo  <wingo@pobox.com>
6777
6778         * gst-libs/gst/audio/gstbaseaudiosink.c
6779         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6780         like good elements should. Close on READY->NULL too.
6781
6782         * gst-libs/gst/audio/gstaudiosink.c
6783         (gst_audioringbuffer_open_device,
6784         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6785         (gst_audioringbuffer_release): Updates for new ring buffer API,
6786         hook into the new audio sink api.
6787
6788         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6789         (GstAudioSinkClass.close): Just open and close the device -- no
6790         resource allocation or configuration.
6791         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6792         vmethods, handle device setup and resource allocation.
6793
6794         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6795         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6796         base class API.
6797
6798         * gst-libs/gst/audio/gstringbuffer.h
6799         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6800         New vmethods.
6801
6802         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6803         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6804         New API functions. The device should be opened before acquiring
6805         and closed after releasing.
6806
6807 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6808
6809         * gst-libs/gst/interfaces/mixer.h:
6810           Reset padding to GST_PADDING.
6811
6812 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6813
6814         * gst/playback/gstplaybin.c: (remove_sinks):
6815           Remove visualization from parent explicitely; works around some
6816           apparent refcount issue that I haven't tracked down yet.
6817
6818 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6819
6820         * ext/alsa/gstalsasink.c: (set_hwparams):
6821           Assign debug category, add negotiation debug msgs.
6822
6823 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6824
6825         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6826           Fix error code for file-not-found to NOT_FOUND.
6827
6828 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6829
6830         * common/gtk-doc-plugins.mak:
6831         * docs/plugins/Makefile.am:
6832         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6833         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6834           renamed to actual element names, so much nicer to look at
6835         * docs/plugins/tmpl/gstmultifdsink.sgml:
6836           remove
6837         * docs/plugins/tmpl/multifdsink.sgml:
6838         * docs/plugins/tmpl/tcpserversink.sgml:
6839           add
6840         * ext/alsa/gstalsa.c:
6841         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6842         * ext/ogg/gstoggmux.c:
6843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6844         * gst/playback/gstdecodebin.c:
6845         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6846         * gst/tcp/gsttcpserversink.c:
6847           various fixes and documentation additions
6848
6849 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6850
6851         * common/Makefile.am:
6852         * common/gstdoc-scangobj:
6853         * common/gtk-doc-plugins.mak:
6854         * common/gtk-doc.mak:
6855           add a custom scangobj that uses the registry
6856           add a custom gtk-doc-plugins.mak that uses it
6857           some doc build fixes
6858         * configure.ac:
6859         * docs/Makefile.am:
6860         * docs/plugins/Makefile.am:
6861         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6862         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6863         * docs/plugins/gst-plugins-base-plugins.types:
6864         * docs/plugins/tmpl/gstmultifdsink.sgml:
6865           add docs for one element, multifdsink
6866         * gst/adder/gstadder.h:
6867         * gst/volume/gstvolume.h:
6868           don't privatize enum
6869         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6870         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6871         (gst_sync_method_get_type), (gst_client_status_get_type),
6872         (gst_multifdsink_class_init),
6873         (gst_multifdsink_client_queue_buffer),
6874         (gst_multifdsink_handle_client_write):
6875         * gst/tcp/gstmultifdsink.h:
6876         * gst/tcp/gsttcp.h:
6877         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6878         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6879         (gst_tcpclientsink_render):
6880         * gst/tcp/gsttcpclientsink.h:
6881         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6882         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6883         (gst_tcpclientsrc_start):
6884         * gst/tcp/gsttcpclientsrc.h:
6885         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6886         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6887         * gst/tcp/gsttcpserversrc.h:
6888         * gst/typefind/gsttypefindfunctions.c:
6889           remove superfluous Type stuff
6890
6891 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6892
6893         * gst/playback/gstplaybin.c: (gen_video_element):
6894           Enable videoscale.
6895
6896 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6897
6898         * gst-libs/gst/gconf/gconf.c:
6899         * gst-libs/gst/gconf/gconf.h:
6900           Fix some Andy Problem [tm].
6901
6902 2005-08-04  Andy Wingo  <wingo@pobox.com>
6903
6904         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6906         (gst_ffmpegcsp_get_size): Adapt to API changes.
6907
6908         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6909         Implement an in-place do-nothing transform.
6910
6911 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6912
6913         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6914         (gst_ximagesink_renegotiate_size):
6915           Do not set new window sizes yet if we prepare a new buffer size
6916           for upstream renegotiation (software scaling) at some point in the
6917           future, because this new size waqs not actually accepted yet. Once
6918           accepted, renegotiation later on will set the new sizes just fine.
6919           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6920           embedding testcase.
6921
6922 2005-08-03  Andy Wingo  <wingo@pobox.com>
6923
6924         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6925         (gst_ximagesink_buffer_alloc): 
6926         Protect the height, width, and desired_caps with the pool_lock.
6927         Fixes videotestsrc ! queue ! ximagesink.
6928
6929 2005-08-02  Edward Hervey  <edward@fluendo.com>
6930
6931         * gst/volume/gstvolume.c:
6932         include left from controller cleanup
6933
6934 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6936           Stop collectpads before calling the parent state
6937           change function on PAUSED->READY.
6938
6939 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6940         * configure.ac:
6941           When testing for X libs, use the X CFlags 
6942         * gst/adder/gstadder.c: (gst_adder_change_state):
6943           Stop the collectpads before calling parent state change function
6944           on PAUSED->READY, otherwise we deadlock deactivating pads.
6945
6946 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6947
6948         * configure.ac:
6949         * docs/libs/tmpl/gstcolorbalance.sgml:
6950         * docs/libs/tmpl/gstmixer.sgml:
6951         * examples/Makefile.am:
6952         * gst/sine/Makefile.am:
6953         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6954         (gst_sinesrc_set_property), (plugin_init):
6955         * gst/sine/gstsinesrc.h:
6956         * gst/volume/Makefile.am:
6957         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6958         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6959         (volume_process_float), (volume_process_int16),
6960         (volume_set_property), (plugin_init):
6961         * gst/volume/gstvolume.h:
6962           deactivate and remove dparams (libgstcontrol)
6963
6964 2005-07-29  Wim Taymans  <wim@fluendo.com>
6965
6966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6967         Convert me to BaseTransform!! help..
6968
6969 2005-07-29  Andy Wingo  <wingo@pobox.com>
6970
6971         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6972         sinks.
6973
6974         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6975         support of both endiannesses.
6976
6977 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6978
6979         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6980           Fix confusing debug message (s/event/query/)
6981
6982 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6983
6984         * gst/videotestsrc/videotestsrc.h:
6985           Use "_stdint.h" instead of <stdint.h>
6986
6987 2005-07-27  Wim Taymans  <wim@fluendo.com>
6988
6989         * ext/vorbis/Makefile.am:
6990         Revert wrong commit.
6991
6992 2005-07-27  Wim Taymans  <wim@fluendo.com>
6993
6994         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6995         More compilation fixen.
6996
6997 2005-07-27  Wim Taymans  <wim@fluendo.com>
6998
6999         * gst-libs/gst/audio/gstbaseaudiosink.c:
7000         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7001         (gst_base_audio_sink_create_ringbuffer),
7002         (gst_base_audio_sink_change_state):
7003         Fix compilation.
7004
7005 2005-07-27  Wim Taymans  <wim@fluendo.com>
7006
7007         * examples/seeking/seek.c: (setup_dynamic_link),
7008         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
7009         (query_positions_elems), (query_positions_pads), (do_seek):
7010         Update seek example.
7011
7012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7013         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
7014         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
7015         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7016         (gst_ogg_demux_handle_event),
7017         (gst_ogg_demux_deactivate_current_chain),
7018         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7019         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7020         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
7021         (gst_ogg_demux_loop):
7022         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7023         * ext/theora/theoradec.c: (theora_dec_src_event),
7024         (theora_dec_src_getcaps), (theora_dec_sink_event),
7025         (theora_dec_push), (theora_dec_chain):
7026         * ext/vorbis/Makefile.am:
7027         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7028         (vorbis_dec_sink_event), (vorbis_dec_push),
7029         (vorbis_handle_data_packet):
7030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7031         (gst_vorbisenc_chain):
7032         * gst/playback/gststreaminfo.c: (cb_probe):
7033         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7034         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7035         * gst/videoscale/gstvideoscale.c:
7036         (gst_videoscale_handle_src_event):
7037         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7038         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7039         (gst_ximagesink_navigation_send_event):
7040         * sys/xvimage/xvimagesink.c:
7041         (gst_xvimagesink_navigation_send_event):
7042         Various event updates and cleanups
7043
7044 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7045
7046         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7047           Fix segfault for I420/YV12.
7048
7049 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7050
7051         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7052           Report bitrate.
7053
7054 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7055
7056         * gst/playback/gstplaybin.c: (gen_video_element),
7057         (gen_audio_element):
7058           Switch to auto*sink elements as default sinks; add volume element
7059           so that volume control in totem works.
7060
7061 2005-07-21  Wim Taymans  <wim@fluendo.com>
7062
7063         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7064         * gst/playback/gstplaybin.c: (setup_sinks),
7065         (gst_play_bin_change_state):
7066         Refcount fix and more comments.
7067
7068 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7069
7070         * sys/ximage/Makefile.am:
7071         * sys/ximage/ximage.c: (plugin_init):
7072         * sys/ximage/ximagesink.c:
7073         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7074         
7075
7076 2005-07-21  Wim Taymans  <wim@fluendo.com>
7077
7078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7079         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7080         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7081         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7082         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7083         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7084         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7085         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7086         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7087         Generate correct disconts for live chained oggs.
7088
7089         * gst-libs/gst/audio/gstbaseaudiosink.c:
7090         (gst_base_audio_sink_render),
7091         (gst_base_audio_sink_create_ringbuffer),
7092         (gst_base_audio_sink_change_state):
7093         Handle discont math correctly.
7094
7095         * gst/playback/gstplaybin.c: (add_sink):
7096         Some small debug cleanup.
7097
7098 2005-07-21  Wim Taymans  <wim@fluendo.com>
7099
7100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7101         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7102         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7103         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7104         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7105         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7106         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7107         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7108         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7109         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7110         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7111         (gst_ogg_demux_change_state), (gst_ogg_print):
7112         Reorganize code to send the right disconts when in streaming
7113         mode.
7114
7115 2005-07-20  Andy Wingo  <wingo@pobox.com>
7116
7117         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7118         fix (?), fixes a seggie mcfalterson (#310894).
7119
7120 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7121
7122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7123         (gst_ogg_mux_set_header_on_caps):
7124         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7126         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7127         * gst-libs/gst/audio/multichannel.c:
7128         (gst_audio_set_channel_positions),
7129         (gst_audio_set_structure_channel_positions_list):
7130         * gst/playback/gstdecodebin.c: (dynamic_create):
7131         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7132         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7133           Fixes for API changes in core.
7134
7135 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7136
7137         * gst/playback/gstplaybasebin.c: (fill_buffer):
7138           Use _new_custom() so we can set custom message types for buffering
7139           messages.
7140
7141 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7142
7143         * configure.ac:
7144         * gst-libs/gst/Makefile.am:
7145         * gst-libs/gst/gconf/.cvsignore:
7146         * gst-libs/gst/gconf/Makefile.am:
7147         * gst-libs/gst/gconf/test-gconf.c:
7148         * pkgconfig/Makefile.am:
7149         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7150         * pkgconfig/gstreamer-gconf.pc.in:
7151           Remove gconf stuff, use gconf elements instead from now on.
7152
7153 2005-07-20  Wim Taymans  <wim@fluendo.com>
7154
7155         * gst-libs/gst/audio/TODO:
7156         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7157         (gst_audio_clock_get_internal_time):
7158         * gst-libs/gst/audio/gstaudioclock.h:
7159         * gst-libs/gst/audio/gstbaseaudiosink.c:
7160         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7161         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7162         (gst_base_audio_sink_render),
7163         (gst_base_audio_sink_create_ringbuffer),
7164         (gst_base_audio_sink_change_state):
7165         Make sure the audio clock always returns an increasing value.
7166
7167 2005-07-19  Andy Wingo  <wingo@pobox.com>
7168
7169         * gst/videotestsrc/: Cleanups.
7170
7171 2005-07-19  Wim Taymans  <wim@fluendo.com>
7172
7173         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7174         Better debugging.
7175
7176 2005-07-19  Wim Taymans  <wim@fluendo.com>
7177
7178         * examples/seeking/seek.c: (make_dv_pipeline),
7179         (make_vorbis_theora_pipeline), (query_rates),
7180         (query_positions_elems), (query_positions_pads), (do_seek):
7181         Make correct DV pipeline.
7182
7183 2005-07-18  Andy Wingo  <wingo@pobox.com>
7184
7185         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7186         default. Also because it's the only thing that really works. (This
7187         is used in the GConf elements).
7188         Use AS_LIBTOOL_TAGS.
7189
7190 2005-07-18  Wim Taymans  <wim@fluendo.com>
7191
7192         * gst/playback/gstdecodebin.c: (remove_element_chain):
7193         * gst/playback/gstplaybin.c: (add_sink):
7194         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7195         (gst_stream_info_set_mute):
7196         * gst/playback/gststreamselector.c:
7197         (gst_stream_selector_get_linked_pad),
7198         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7199         More leak and compile fixes.
7200
7201 2005-07-18  Wim Taymans  <wim@fluendo.com>
7202
7203         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7204         (query_rates), (query_positions_elems), (query_positions_pads),
7205         (do_seek), (seek_cb), (stop_seek):
7206         Updated seek example. 
7207
7208         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7209         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7210         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7211         * gst/playback/gstplaybin.c: (add_sink):
7212         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7213         (gst_stream_info_set_mute):
7214         Some refcount leak fixes.
7215
7216 2005-07-16  Wim Taymans  <wim@fluendo.com>
7217
7218         * gst-libs/gst/audio/gstbaseaudiosink.c:
7219         (gst_base_audio_sink_render):
7220         Align samples even if we have roundoff errors in the 
7221         timestamp conversion.
7222
7223 2005-07-16  Wim Taymans  <wim@fluendo.com>
7224
7225         * docs/libs/tmpl/gstringbuffer.sgml:
7226         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7227         (query_rates), (query_positions_elems), (query_positions_pads),
7228         (update_scale), (do_seek):
7229         Updated seek example.
7230
7231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7232         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7233         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7234         (gst_ogg_demux_loop):
7235         Push out correct discont values.
7236
7237         * ext/theora/theoradec.c: (theora_dec_src_convert),
7238         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7239         (theora_dec_sink_event), (theora_handle_type_packet),
7240         (theora_handle_header_packet), (theora_dec_push),
7241         (theora_handle_data_packet), (theora_dec_chain),
7242         (theora_dec_change_state):
7243         Better timestamping.
7244
7245         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7246         (vorbis_dec_sink_event), (vorbis_dec_push),
7247         (vorbis_handle_data_packet), (vorbis_dec_chain):
7248         * ext/vorbis/vorbisdec.h:
7249         Better timestamping.
7250
7251         * gst-libs/gst/audio/gstbaseaudiosink.c:
7252         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7253         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7254         Handle syncing on timestamps instead of sample offsets. Make
7255         use of DISCONT values as described in design docs.
7256
7257         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7258         (gst_base_audio_src_get_time):
7259         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7260         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7261         (gst_ring_buffer_read):
7262         * gst-libs/gst/audio/gstringbuffer.h:
7263         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7264         (gst_ximagesink_show_frame):
7265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7266         Correcly convert buffer timestamp to stream time.
7267
7268 2005-07-16  Wim Taymans  <wim@fluendo.com>
7269
7270         * gst/audioconvert/gstaudioconvert.c:
7271         (gst_audio_convert_get_buffer):
7272         Timestamp buffers correctly.
7273
7274         * gst/playback/gstplaybin.c: (gen_video_element):
7275         Make internal fakesink silent.
7276
7277 2005-07-15  Wim Taymans  <wim@fluendo.com>
7278
7279         * gst/ffmpegcolorspace/Makefile.am:
7280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7281         (gst_ffmpegcsp_caps_remove_format_info),
7282         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7283         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7284         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7285         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7286         Ported ffmpegcolorspace to basetransform.
7287
7288         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7289         * gst/volume/gstvolume.c: (volume_transform):
7290         Ported to new API.
7291
7292 2005-07-14  Wim Taymans  <wim@fluendo.com>
7293
7294         * gst/videotestsrc/Makefile.am:
7295         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7296         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7297         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7298         (gst_videotestsrc_init), (gst_videotestsrc_event),
7299         (gst_videotestsrc_create), (gst_videotestsrc_start),
7300         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7301         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7302         (gst_videotestsrc_get_property):
7303         * gst/videotestsrc/gstvideotestsrc.h:
7304         Make videotestsrc a pushsrc.
7305
7306 2005-07-14  Wim Taymans  <wim@fluendo.com>
7307
7308         * gst/tcp/gstfdset.c: (gst_fdset_free):
7309         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7310         (gst_multifdsink_add), (gst_multifdsink_remove),
7311         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7312         (gst_multifdsink_remove_client_link),
7313         (gst_multifdsink_client_queue_data),
7314         (gst_multifdsink_client_queue_caps),
7315         (gst_multifdsink_client_queue_buffer),
7316         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7317         (gst_multifdsink_stop):
7318         * gst/tcp/gstmultifdsink.h:
7319         0.8 backporting.
7320
7321         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7322         Also draw image when not from a pool.
7323
7324 2005-07-14  Wim Taymans  <wim@fluendo.com>
7325
7326         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7327         (mute_stream), (silence_stream):
7328         Small debug additions.
7329
7330 2005-07-14  Wim Taymans  <wim@fluendo.com>
7331
7332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7333         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7334         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7335         Better error recovery, ignore unconnected pads and
7336         non-fatal errors.
7337
7338 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7339
7340         * docs/libs/tmpl/gstaudio.sgml:
7341         * docs/libs/tmpl/gstcolorbalance.sgml:
7342         * docs/libs/tmpl/gstgconf.sgml:
7343         * docs/libs/tmpl/gstmixer.sgml:
7344         * docs/libs/tmpl/gstringbuffer.sgml:
7345         * docs/libs/tmpl/gsttuner.sgml:
7346         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7347         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7348         (gst_tcpclientsrc_class_init):
7349         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7350         (gst_tcpserversrc_class_init):
7351         * sys/v4l/gstv4lelement.c:
7352           more autistic cleanliness in functions/names/defines
7353
7354 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7355
7356         * configure.ac:
7357           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7358           added manually to each Makefile.am so we are sure it goes
7359           *last* and doesn't add -L flags before linking in libs of our
7360           own, like, say, internal .la libs, that then accidentally pick
7361           up the installed copy.
7362         * docs/libs/Makefile.am:
7363         * ext/alsa/Makefile.am:
7364         * ext/cdparanoia/Makefile.am:
7365         * ext/gnomevfs/Makefile.am:
7366         * ext/libvisual/Makefile.am:
7367         * ext/ogg/Makefile.am:
7368         * ext/theora/Makefile.am:
7369         * ext/vorbis/Makefile.am:
7370         * gst-libs/gst/video/Makefile.am:
7371         * gst/adder/Makefile.am:
7372         * gst/audioconvert/Makefile.am:
7373         * gst/audiorate/Makefile.am:
7374         * gst/audioscale/Makefile.am:
7375         * gst/ffmpegcolorspace/Makefile.am:
7376         * gst/playback/Makefile.am:
7377         * gst/sine/Makefile.am:
7378         * gst/subparse/Makefile.am:
7379         * gst/tags/Makefile.am:
7380         * gst/tcp/Makefile.am:
7381         * gst/typefind/Makefile.am:
7382         * gst/videorate/Makefile.am:
7383         * gst/videoscale/Makefile.am:
7384         * gst/videotestsrc/Makefile.am:
7385         * gst/volume/Makefile.am:
7386         * sys/v4l/Makefile.am:
7387         * sys/ximage/Makefile.am:
7388         * sys/xvimage/Makefile.am:
7389           adapt properly to this change. This should make sure that
7390           plugins and libs properly link to the as-yet-uninstalled
7391           copies of stuff like libgstinterfaces and libgstvideo
7392
7393 2005-07-13  Andy Wingo  <wingo@pobox.com>
7394
7395         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7396         (gst_v4lsrc_fixate): Fixate on format as well.
7397
7398         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7399         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7400         buffer points to it.
7401         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7402         rather just doing X calls ourselves. Also fixes a memleak.
7403
7404 2005-07-12  Andy Wingo  <wingo@pobox.com>
7405
7406         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7407         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7408         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7409         TRUE to avoid deadlocks if an element holds on to our buffers.
7410
7411 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7412
7413         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7414         (gst_sinesrc_init), (gst_sinesrc_create),
7415         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7416         (gst_sinesrc_start):
7417         * gst/sine/gstsinesrc.h:
7418           removing num-buffers property before moving it
7419
7420 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7421
7422         * configure.ac:
7423           use overridable ERROR_CFLAGS
7424         * docs/libs/gst-plugins-base-libs.types:
7425         * docs/libs/tmpl/gstringbuffer.sgml:
7426         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7427         (gst_alsasink_class_init):
7428         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7429         (gst_alsasrc_class_init):
7430         * gst-libs/gst/audio/audio.h:
7431         * gst-libs/gst/audio/gstaudioclock.h:
7432         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7433         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7434         (gst_audio_filter_link), (gst_audio_filter_init),
7435         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7436         (gst_audio_filter_get_property),
7437         (gst_audio_filter_class_add_pad_templates):
7438         * gst-libs/gst/audio/gstaudiofilter.h:
7439         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7440         (gst_audio_filter_template_get_type),
7441         (gst_audio_filter_template_base_init),
7442         (gst_audio_filter_template_class_init),
7443         (gst_audio_filter_template_init),
7444         (gst_audio_filter_template_set_property),
7445         (gst_audio_filter_template_get_property), (plugin_init),
7446         (gst_audio_filter_template_setup),
7447         (gst_audio_filter_template_filter),
7448         (gst_audio_filter_template_filter_inplace):
7449         * gst-libs/gst/audio/gstaudiosink.c:
7450         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7451         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7452         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7453         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7454         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7455         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7456         * gst-libs/gst/audio/gstaudiosink.h:
7457         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7458         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7459         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7460         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7461         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7462         (gst_audio_src_class_init), (gst_audio_src_init),
7463         (gst_audio_src_create_ringbuffer):
7464         * gst-libs/gst/audio/gstaudiosrc.h:
7465         * gst-libs/gst/audio/gstbaseaudiosink.c:
7466         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7467         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7468         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7469         (gst_base_audio_sink_set_property),
7470         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7471         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7472         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7473         (gst_base_audio_sink_create_ringbuffer),
7474         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7475         * gst-libs/gst/audio/gstbaseaudiosink.h:
7476         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7477         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7478         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7479         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7480         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7481         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7482         (gst_base_audio_src_event), (gst_base_audio_src_create),
7483         (gst_base_audio_src_create_ringbuffer),
7484         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7485         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7486         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7487         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7488         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7489         (gst_ring_buffer_debug_spec_caps),
7490         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7491         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7492         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7493         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7494         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7495         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7496         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7497         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7498         (gst_ring_buffer_clear):
7499         * gst-libs/gst/audio/gstringbuffer.h:
7500         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7501         (gst_video_sink_class_init), (gst_video_sink_get_type):
7502         * gst-libs/gst/video/videosink.h:
7503         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7504         (gst_multifdsink_class_init),
7505         (gst_multifdsink_handle_client_write),
7506         (gst_multifdsink_change_state):
7507         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7508         (gst_tcpclientsink_setcaps):
7509         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7510         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7511         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7512         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7513         (gst_ximagesink_send_pending_navigation),
7514         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7515         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7517         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7518         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7519         (gst_xvimagesink_send_pending_navigation),
7520         (gst_xvimagesink_navigation_send_event),
7521         (gst_xvimagesink_set_xwindow_id),
7522         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7523         (gst_xvimagesink_get_type):
7524         more macro splitting
7525
7526 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7527
7528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7529           plug a memleak, allows me to import 1479 albums in one go
7530           in jamboree
7531         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7532         (vorbis_handle_type_packet), (vorbis_dec_chain),
7533         (vorbis_dec_change_state):
7534           fix some format strings
7535
7536 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7537
7538         * docs/libs/tmpl/gstcolorbalance.sgml:
7539         * docs/libs/tmpl/gstmixer.sgml:
7540         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7541         (gst_alsasink_set_property), (gst_alsasink_get_property):
7542         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7543         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7544           add device property
7545
7546 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7547
7548         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7549         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7550         (audiocast_register_listener), (audiocast_thread_run),
7551         (gst_gnomevfssrc_send_additional_headers_callback),
7552         (gst_gnomevfssrc_received_headers_callback),
7553         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7554         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7555         (gst_gnomevfssrc_get_size):
7556           add/clean up debugging
7557         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7558           cleanups
7559
7560 2005-07-07  Andy Wingo  <wingo@pobox.com>
7561
7562         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7563         framerate. Need to get a handle on when exactly this function is
7564         called, tho.
7565
7566         * sys/v4l/v4lsrc_calls.h:
7567         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7568         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7569         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7570
7571         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7572         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7573         v4lelements are sources.
7574
7575         * sys/v4l/gstv4lxoverlay.h:
7576         * sys/v4l/gstv4lxoverlay.c:
7577         * sys/v4l/gstv4ltuner.h:
7578         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7579         
7580         * sys/v4l/gstv4lsrc.h:
7581         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7582         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7583         or something should handle that. Made a live source.
7584
7585         * sys/v4l/gstv4lelement.h:
7586         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7587         signals. Some cleanups.
7588
7589         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7590
7591         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7592         stuff.
7593
7594         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7595         stuff.
7596
7597         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7598
7599 2005-07-07  Wim Taymans  <wim@fluendo.com>
7600
7601         * ext/theora/theoradec.c: (theora_get_query_types),
7602         (theora_dec_src_getcaps), (theora_dec_push):
7603         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7604         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7605         Remove deprecated/unused query types.
7606
7607 2005-07-06  Wim Taymans  <wim@fluendo.com>
7608
7609         * ext/alsa/Makefile.am:
7610         * ext/alsa/gstalsaplugin.c: (plugin_init):
7611         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7612         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7613         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7614         (gst_alsasrc_class_init), (gst_alsasrc_init),
7615         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7616         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7617         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7618         (gst_alsasrc_reset):
7619         * ext/alsa/gstalsasrc.h:
7620         * gst-libs/gst/audio/Makefile.am:
7621         * gst-libs/gst/audio/gstaudiosink.c:
7622         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7623         (gst_audioringbuffer_start):
7624         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7625         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7626         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7627         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7628         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7629         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7630         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7631         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7632         * gst-libs/gst/audio/gstaudiosrc.h:
7633         * gst-libs/gst/audio/gstbaseaudiosink.c:
7634         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7635         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7636         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7637         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7638         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7639         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7640         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7641         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7642         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7643         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7644         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7645         (gst_baseaudiosrc_change_state):
7646         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7647         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7648         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7649         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7650         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7651         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7652         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7653         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7654         * gst-libs/gst/audio/gstringbuffer.h:
7655         Added audiosource base classes.
7656         Ported alsasrc, still very basic.
7657
7658 2005-07-06  Wim Taymans  <wim@fluendo.com>
7659
7660         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7661         (theora_dec_push), (theora_handle_data_packet):
7662         Prepare for better timestamp fix later.
7663
7664         * gst/audioconvert/gstaudioconvert.c:
7665         List most accurate caps first
7666
7667         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7668         Use proper pad task function.
7669
7670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7671         (gst_xvimagesink_show_frame):
7672         Fix deadlock when alloc failed.
7673
7674 2005-07-05  Andy Wingo  <wingo@pobox.com>
7675
7676         * ext/gnomevfs/gstgnomevfssrc.c:
7677         * gst/sine/gstsinesrc.c:
7678         * gst/tcp/gsttcpserversrc.c:
7679         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7680
7681         * sys/v4l/: Port from 0.8.
7682
7683         * Many files: Null if we got it....
7684
7685 2005-07-05  Andy Wingo  <wingo@pobox.com>
7686
7687         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7688         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7689         Signedness fixes.
7690
7691 2005-07-05  Wim Taymans  <wim@fluendo.com>
7692
7693         * configure.ac:
7694         * gst/tcp/Makefile.am:
7695         * gst/tcp/README:
7696         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7697         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7698         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7699         (is_sync_frame), (gst_multifdsink_handle_client_write),
7700         (gst_multifdsink_render), (gst_multifdsink_start),
7701         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7702         * gst/tcp/gstmultifdsink.h:
7703         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7704         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7705         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7706         * gst/tcp/gsttcp.h:
7707         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7708         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7709         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7710         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7711         * gst/tcp/gsttcpclientsink.h:
7712         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7713         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7714         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7715         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7716         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7717         * gst/tcp/gsttcpclientsrc.h:
7718         * gst/tcp/gsttcpplugin.c: (plugin_init):
7719         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7720         * gst/tcp/gsttcpserversink.h:
7721         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7722         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7723         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7724         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7725         (gst_tcpserversrc_stop):
7726         * gst/tcp/gsttcpserversrc.h:
7727         * gst/tcp/gsttcpsink.c:
7728         * gst/tcp/gsttcpsink.h:
7729         * gst/tcp/gsttcpsrc.c:
7730         * gst/tcp/gsttcpsrc.h:
7731         Ported tcp plugins to 0.9. 
7732         
7733
7734 2005-07-05  Andy Wingo  <wingo@pobox.com>
7735
7736         * gst/playback/gstplaybasebin.c (fill_buffer):
7737         message_new_application fixen.
7738
7739         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7740         Style fix.
7741
7742 2005-07-04  Wim Taymans  <wim@fluendo.com>
7743
7744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7745         Set caps on output buffer.
7746
7747 2005-07-04  Andy Wingo  <wingo@pobox.com>
7748
7749         * ext/gnomevfs/gstgnomevfssrc.c
7750         (gst_gnomevfssrc_received_headers_callback) 
7751         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7752         hopefully.
7753
7754         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7755         No refcount leakage.
7756
7757         * configure.ac: Enable -Werror.
7758         
7759         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7760         * gst/audioconvert/bufferframesconvert.c
7761         (buffer_frames_convert_fixate):
7762         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7763         (gst_audio_convert_fixate):
7764         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7765         (gst_sinesrc_create): Fixate func changes.
7766         
7767         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7768         (gst_ximagesink_buffer_alloc): Unused var.
7769
7770 2005-07-01  Andy Wingo  <wingo@pobox.com>
7771
7772         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7773         getcaps to do explicit caps. Needs to be done in all decoders,
7774         possibly via a base class.
7775
7776         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7777
7778         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7779         caps on the sink pad, just rely on the pad template. Also, setting
7780         ANY caps on a pad is not valid because the caps are not fixed.
7781
7782         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7783         caps on the buffer, and get the width from the desired_caps if
7784         they're set.
7785         (gst_ximagesink_renegotiate_size): Implement via setting the
7786         desired_caps on the ximagesink.
7787         (gst_ximagesink_setcaps): Only reset the width of the player if it
7788         wasn't already set. Not sure if this is right.
7789         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7790
7791         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7792         that the user wants. NULL unless the window has been resized.
7793
7794         * gst/volume/gstvolume.c (volume_transform): Adapt to
7795         basetransform refcount changes.
7796         
7797 2005-07-01  Andy Wingo  <wingo@pobox.com>
7798
7799         * gst/videoscale/gstvideoscale.c:
7800         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7801         from BaseTransform, implements a transform_caps. Removed dead code
7802         including some PAR stuff that was never reached -- should probably
7803         be added back somehow.
7804
7805 2005-07-01  Andy Wingo  <wingo@pobox.com>
7806
7807         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7808         come later.
7809
7810 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7811
7812         * configure.ac:
7813         * docs/libs/Makefile.am:
7814         * docs/libs/gst-plugins-libs.types:
7815         * ext/alsa/Makefile.am:
7816         * ext/alsa/gstalsamixer.h:
7817         * ext/alsa/gstalsamixeroptions.h:
7818         * ext/alsa/gstalsamixertrack.h:
7819         * gst-libs/gst/Makefile.am:
7820         * gst-libs/gst/colorbalance/.cvsignore:
7821         * gst-libs/gst/colorbalance/Makefile.am:
7822         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7823         * gst-libs/gst/colorbalance/colorbalance.c:
7824         * gst-libs/gst/colorbalance/colorbalance.h:
7825         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7826         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7827         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7828         * gst-libs/gst/interfaces/Makefile.am:
7829         * gst-libs/gst/interfaces/colorbalance.c:
7830         (gst_color_balance_class_init):
7831         * gst-libs/gst/interfaces/colorbalance.h:
7832         * gst-libs/gst/interfaces/interfaces-marshal.list:
7833         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7834         * gst-libs/gst/interfaces/mixer.h:
7835         * gst-libs/gst/interfaces/mixeroptions.h:
7836         * gst-libs/gst/interfaces/navigation.c:
7837         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7838         * gst-libs/gst/interfaces/tuner.h:
7839         * gst/volume/Makefile.am:
7840         * gst/volume/gstvolume.c:
7841         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7842         * sys/ximage/Makefile.am:
7843         * sys/ximage/ximagesink.c:
7844         * sys/xvimage/Makefile.am:
7845         * sys/xvimage/xvimagesink.c:
7846           fold in all interfaces into an interfaces dir, preserving CVS
7847           history
7848
7849 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7850
7851         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7852           Fix build after riff changes.
7853
7854 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7855
7856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7857         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7858         (gst_riff_create_video_template_caps),
7859         (gst_riff_create_audio_template_caps),
7860         (gst_riff_create_iavs_template_caps):
7861         * gst-libs/gst/riff/riff-media.h:
7862         * gst-libs/gst/riff/riff-read.h:
7863         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7864           Add gst_riff_init() to initialize the debug category, instead
7865           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7866
7867 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7868
7869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7870           Oops, I shouldn't apply hacks.
7871
7872 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7873
7874         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7875           Remove pad_loop function which doesn't work.
7876
7877 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7878
7879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7880           Send EOS when deactivating.
7881         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7882         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7883         (gen_preroll_element), (probe_triggered), (mute_stream),
7884         (silence_stream), (new_decoded_pad), (setup_substreams),
7885         (set_active_source):
7886         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7887         (remove_sinks), (add_sink):
7888         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7889           Change for new probe API.
7890
7891 2005-06-29  Wim Taymans  <wim@fluendo.com>
7892
7893         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7894         * gst-libs/gst/audio/gstbaseaudiosink.c:
7895         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7896         (gst_baseaudiosink_change_state):
7897         * gst-libs/gst/audio/gstbaseaudiosink.h:
7898         * gst-libs/gst/audio/gstringbuffer.c:
7899         (gst_ringbuffer_set_callback):
7900         Fix compilation error.
7901         Ringbuffer starts out as not running.
7902         Free our clock in dispose.
7903         When releasing the ringbuffer we need to renegotiate so
7904         clear the pad caps.
7905
7906 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7907
7908         * autogen.sh:
7909         * configure.ac:
7910         * docs/Makefile.am:
7911         * docs/libs/Makefile.am:
7912         * docs/libs/gst-plugins-libs-docs.sgml:
7913         * docs/libs/gst-plugins-libs-sections.txt:
7914         * docs/libs/gst-plugins-libs.types:
7915         * docs/libs/tmpl/gstaudio.sgml:
7916         * docs/libs/tmpl/gstcolorbalance.sgml:
7917         * docs/libs/tmpl/gstringbuffer.sgml:
7918         * gst-libs/gst/audio/gstringbuffer.c:
7919         (gst_ringbuffer_set_callback):
7920           reinstate gtk-doc docs for plugin libs
7921
7922 2005-06-28  Wim Taymans  <wim@fluendo.com>
7923
7924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7925         (gst_ogg_demux_init):
7926         Removed pad loop function.
7927
7928 2005-06-28  Wim Taymans  <wim@fluendo.com>
7929
7930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7931         If we're building a chain we are not in an error case
7932         when we queue a buffer.
7933
7934 2005-06-28  Andy Wingo  <wingo@pobox.com>
7935
7936         * *.c: Don't cast to GstObject before reffing/unreffing.
7937
7938 2005-06-27  Andy Wingo  <wingo@pobox.com>
7939
7940         * gst/videotestsrc/gstvideotestsrc.c
7941         (gst_videotestsrc_activate_push): Activation API changes.
7942
7943         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7944         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7945         they have refs on the decodebin.
7946
7947         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7948         parent class.
7949         (gst_ogg_pad_typefind): Don't leak a pad ref.
7950         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7951         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7952         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7953
7954 2005-06-27  Edward Hervey  <edward@fluendo.com>
7955
7956         * ext/theora/theoradec.c: (theora_dec_change_state): 
7957         re-arranged call to parent's state change in order to avoid locks (or
7958         worse).
7959
7960 2005-06-26  Edward Hervey  <edward@fluendo.com>
7961
7962         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7963         2nd argument of 'unknow-type' signal is a GstCaps and not a
7964         GstMiniObject
7965
7966 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7967         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7968           Set the worker thread's running flag to TRUE before starting the
7969           thread.
7970         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7971           Catch a failure to add typefind to the bin.
7972
7973 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7974
7975         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7976         (gst_sinesrc_init), (gst_sinesrc_create),
7977         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7978         (gst_sinesrc_start):
7979         * gst/sine/gstsinesrc.h:
7980           add num-buffers and timestamp-offset properties
7981         * gst/videotestsrc/gstvideotestsrc.c:
7982         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7983         (gst_videotestsrc_get_property):
7984           add timestamp-offset property
7985
7986 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7987
7988         * configure.ac: add videorate
7989         * gst-plugins-base.spec.in: add videorate
7990
7991 2005-06-23  Wim Taymans  <wim@fluendo.com>
7992
7993         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7994         (gst_videorate_getcaps), (gst_videorate_setcaps),
7995         (gst_videorate_event), (gst_videorate_chain):
7996         Fixed videorate, fixating an already fixated caps is not
7997         an error.
7998
7999 2005-06-23  Wim Taymans  <wim@fluendo.com>
8000
8001         * ext/ogg/README:
8002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
8003         Buffer on caps is not boxed anymore.
8004
8005 2005-06-22  Wim Taymans  <wim@fluendo.com>
8006
8007         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8008         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8009         Set buffers on caps as miniobjects and not as boxed.
8010
8011 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8012
8013         * configure.ac:
8014           back to HEAD
8015
8016 === release 0.9.1 ===
8017
8018 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8019
8020         * .cvsignore:
8021         * NEWS:
8022         * README:
8023         * RELEASE:
8024         * configure.ac:
8025         * po/af.po:
8026         * po/az.po:
8027         * po/cs.po:
8028         * po/en_GB.po:
8029         * po/hu.po:
8030         * po/it.po:
8031         * po/nb.po:
8032         * po/nl.po:
8033         * po/or.po:
8034         * po/sq.po:
8035         * po/sr.po:
8036         * po/sv.po:
8037         * po/uk.po:
8038         * po/vi.po:
8039           updates for release
8040
8041 2005-06-09  Andy Wingo  <wingo@pobox.com>
8042
8043         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8044         
8045 2005-06-09  Andy Wingo  <wingo@pobox.com>
8046
8047         * configure.ac:
8048         * gst-libs/gst/Makefile.am:
8049         * gst-libs/gst/net/Makefile.am:
8050         Add gstnet to build.
8051
8052 2005-06-09  Andy Wingo  <wingo@pobox.com>
8053
8054         * gst-libs/gst/gconf/gconf.c:
8055         * gst/playback/test.c:
8056         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8057         fixes.
8058
8059         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8060
8061         * ext/theora/theoraenc.c (theora_enc_chain): 
8062         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8063
8064         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8065         RealPad.
8066
8067 2005-06-02  Wim Taymans  <wim@fluendo.com>
8068
8069         * gst-libs/gst/net/Makefile.am:
8070         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8071         * pkgconfig/gstreamer-libs.pc.in:
8072         Added net stuff, version net lib.
8073
8074 2005-06-02  Wim Taymans  <wim@fluendo.com>
8075
8076         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8077         (query_rates), (query_positions_elems), (query_positions_pads),
8078         (do_seek):
8079         Updated seek example.
8080
8081 2005-06-02  Andy Wingo  <wingo@pobox.com>
8082
8083         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8084         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8085         list.
8086
8087         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8088         remove the typefind, the bin dispose will do it for us. When it's
8089         removed and unreffed, the signal handler will be disconnected,
8090         too.
8091         (unlinked): It's too difficult to disconnect from unlinked
8092         handlers, as they are on pads not elements. Just punt if the pads
8093         aren't grandkids of the bin.
8094
8095 2005-06-02  Wim Taymans  <wim@fluendo.com>
8096
8097         * ext/ogg/README:
8098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8099         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8101         * ext/theora/theoradec.c: (theora_dec_src_query),
8102         (theora_handle_data_packet):
8103         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8104         (theora_enc_chain):
8105         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8106         (vorbis_handle_data_packet):
8107         * gst/audioconvert/bufferframesconvert.c:
8108         (buffer_frames_convert_chain):
8109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8110         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8111         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8112         (gst_ffmpegcsp_chain):
8113         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8114         (gst_videorate_getcaps), (gst_videorate_setcaps),
8115         (gst_videorate_event), (gst_videorate_chain):
8116         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8117         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8118         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8119         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8120         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8121         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8122         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8123         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8124         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8125         Cleanups and buffer alloc.
8126
8127 2005-05-31  Wim Taymans  <wim@fluendo.com>
8128
8129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8130         Don't try to call the delay method when the device is not
8131         opened.
8132
8133 2005-05-31  Wim Taymans  <wim@fluendo.com>
8134
8135         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8136         Get actual segment size and buffer size after opening
8137         the device.
8138
8139 2005-05-30  Wim Taymans  <wim@fluendo.com>
8140
8141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8142         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8143         Also FLUSH upstream, makes the loop function exit faster.
8144         
8145         * ext/theora/theoradec.c: (theora_dec_src_query):
8146         Some more debug info in the query.
8147         
8148         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8149         (gst_ximagesink_setcaps):
8150         Release lock on par error, better error reporting.
8151
8152 2005-05-26  Wim Taymans  <wim@fluendo.com>
8153
8154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8155         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8156         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8157         Clear chains in READY
8158         Queue packets until the chain is activated.
8159
8160 2005-05-25  Wim Taymans  <wim@fluendo.com>
8161
8162         * gst-libs/gst/audio/gstaudiosink.c:
8163         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8164         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8165         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8166         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8167         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8168         (gst_audiosink_create_ringbuffer):
8169         * gst-libs/gst/audio/gstbaseaudiosink.c:
8170         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8171         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8172         (gst_baseaudiosink_set_property), (build_linear_format),
8173         (debug_spec_caps), (debug_spec_buffer),
8174         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8175         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8176         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8177         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8178         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8179         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8180         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8181         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8182         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8183         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8184         (wait_segment), (gst_ringbuffer_commit),
8185         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8186         (gst_ringbuffer_clear):
8187         Various small cleanups.
8188
8189         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8190         (gst_audio_convert_change_state):
8191         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8192         No need to take the locks anymore.
8193
8194 2005-05-25  Wim Taymans  <wim@fluendo.com>
8195
8196         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8197         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8198         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8199         (type_found):
8200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8201         (group_destroy), (group_commit), (queue_overrun),
8202         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8203         (mute_stream), (new_decoded_pad), (setup_substreams),
8204         (setup_source), (mute_group_type), (set_active_source),
8205         (gst_play_base_bin_change_state):
8206         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8207         (gen_video_element), (gen_text_element), (gen_audio_element),
8208         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8209         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8210         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8211         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8212         Some playbin cleanups mostly refcounting sloppyness.
8213
8214 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8215
8216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8217           Work with streaming input.
8218
8219 2005-05-25  Wim Taymans  <wim@fluendo.com>
8220
8221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8222         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8223         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8224         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8225         No need to take the STREAM lock anymore.
8226
8227 2005-05-25  Wim Taymans  <wim@fluendo.com>
8228
8229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8230         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8231         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8232         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8233         (gst_ogg_demux_sink_activate):
8234         * ext/theora/theoradec.c: (theora_dec_src_event),
8235         (theora_handle_comment_packet), (theora_dec_chain),
8236         (theora_dec_change_state):
8237         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8238         (vorbis_handle_data_packet), (vorbis_dec_chain),
8239         (vorbis_dec_change_state):
8240         Remove STREAM locks as they are taken in core now.
8241         Never set bogus granulepos on vorbis/theora.
8242         Fix leaks in theoradec tag parsing.
8243
8244 2005-05-25  Wim Taymans  <wim@fluendo.com>
8245
8246         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8247         Fix memleaks, GST_BUFFER_DATA() is not freed.
8248
8249 2005-05-25  Wim Taymans  <wim@fluendo.com>
8250
8251         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8252         Open non-blocking, set to blocking mode afterwards to avoid
8253         lockups when audio device is busy.
8254
8255 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8256
8257         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8258           This can't be good.
8259
8260 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8261
8262         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8263         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8264         (gst_audio_convert_setcaps):
8265           Implement instant setup switching.
8266
8267 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8268
8269         * gst/playback/gstplaybasebin.c: (probe_triggered):
8270           Fix missing unlock.
8271         * gst/playback/gstplaybin.c: (add_sink):
8272           First add, then link (otherwise pad link fails).
8273
8274 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8275
8276         * examples/Makefile.am:
8277         fix buildbot (make distcheck)
8278
8279 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8280
8281         * gst/playback/gstplaybin.c: (gen_vis_element):
8282           Remove some wrong code. Doesn't work yet.
8283
8284 2005-05-19  Wim Taymans  <wim@fluendo.com>
8285
8286         * gst-libs/gst/net/Makefile.am:
8287         * gst-libs/gst/net/README:
8288         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8289         (gst_netbuffer_class_init), (gst_netbuffer_init),
8290         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8291         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8292         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8293         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8294         * gst-libs/gst/net/gstnetbuffer.h:
8295         Added buffer subclass to store extra to/from addresses for
8296         network sources/sinks.
8297
8298 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8299
8300         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8301           Don't lock an unassigned variable.
8302
8303 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8304
8305         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8306           Increase buffer for video, decrease buffer for other media types.
8307         * gst/playback/gstplaybin.c: (gen_video_element),
8308         (gen_audio_element):
8309           Change names for debugging purposes.
8310
8311 2005-05-18  Wim Taymans  <wim@fluendo.com>
8312
8313         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8314         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8315         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8316         (gst_ffmpegcsp_chain):
8317         Enable buffer alloc passthrough if the source and dest
8318         formats are the same.
8319
8320 2005-05-17  Wim Taymans  <wim@fluendo.com>
8321
8322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8323         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8324         (gst_ogg_demux_chain_unlocked):
8325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8326         (gst_audio_convert_caps_remove_format_info),
8327         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8328         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8330         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8331         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8332         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8333         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8334         (gst_ffmpegcsp_get_property):
8335         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8336         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8337         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8338         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8339         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8340         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8341         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8342         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8343         Leak fixes in oggdemux.
8344         Some cleanups in audioconvert.
8345         Make passthrough work along with buffer_alloc etc.
8346         Make buffer_alloc and buffer recycling actually work in
8347         xvimagesink.
8348
8349 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8350
8351         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8352           make the compiler happy
8353
8354 2005-05-17  Wim Taymans  <wim@fluendo.com>
8355
8356         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8357         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8358         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8359         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8360         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8361         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8362         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8363         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8364         (gst_xvimagesink_set_xwindow_id):
8365         * sys/xvimage/xvimagesink.h:
8366         Port xvimagesink to new MiniObject.
8367
8368 2005-05-17  Wim Taymans  <wim@fluendo.com>
8369
8370         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8371         (gst_audiofilter_chain):
8372         * gst-libs/gst/audio/gstaudiosink.c:
8373         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8374         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8375         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8376         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8377         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8378         (gst_audiosink_create_ringbuffer):
8379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8380         (gst_audio_convert_caps_remove_format_info),
8381         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8382         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8383         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8384         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8385         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8386         Fix passthrough in ffmpegcolorspace.
8387         Fix memset in audiosink on wrong memory.
8388
8389 2005-05-16  David Schleef  <ds@schleef.org>
8390
8391         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8392         to GstMiniObject.
8393
8394 2005-05-16  David Schleef  <ds@schleef.org>
8395
8396         Port from GstData to GstMiniObject.
8397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8399         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8400         (gst_ogg_mux_collected):
8401         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8402         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8403         (theora_handle_data_packet):
8404         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8405         (theora_set_header_on_caps), (theora_enc_chain):
8406         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8407         (vorbis_handle_comment_packet):
8408         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8409         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8410         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8411         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8412         * gst/audioconvert/gstaudioconvert.c:
8413         (gst_audio_convert_get_buffer):
8414         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8415         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8416         (mute_stream), (silence_stream):
8417         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8418         * gst/volume/gstvolume.c: (volume_transform):
8419         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8420         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8421         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8422         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8423         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8424         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8425         (gst_ximagesink_buffer_alloc):
8426         * sys/ximage/ximagesink.h:
8427
8428 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8429
8430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8431         (fill_buffer), (check_queue), (queue_threshold_reached),
8432         (queue_out_of_data):
8433         * gst/playback/gstplaybasebin.h:
8434           Post buffer-fullness on the bus.
8435
8436 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8437
8438         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8439         (try_to_link_1):
8440         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8441         (group_commit), (probe_triggered), (setup_source),
8442         (gst_play_base_bin_change_state):
8443         * gst/playback/gstplaybasebin.h:
8444         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8445         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8446         (gst_play_bin_change_state):
8447           Move setup_output_pads into a virtual function, remove
8448           group-switch (no longer needed) and redirect (handled by bus
8449           now) signals.
8450
8451 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8452
8453         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8454         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8455         (get_active_group), (get_building_group), (group_destroy),
8456         (group_commit), (check_queue), (queue_overrun),
8457         (queue_threshold_reached), (queue_out_of_data),
8458         (gen_preroll_element), (remove_groups), (unknown_type),
8459         (add_element_stream), (no_more_pads), (probe_triggered),
8460         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8461         (setup_substreams), (setup_source), (finish_source),
8462         (prepare_output), (muted_group_change_state),
8463         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8464         (gst_play_base_bin_change_state):
8465         * gst/playback/gstplaybasebin.h:
8466         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8467         (gst_play_bin_init), (gst_play_bin_set_property),
8468         (gen_video_element), (gen_text_element), (gen_audio_element),
8469         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8470         (gst_play_bin_change_state):
8471         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8472         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8473         (stream_info_change_state), (gst_stream_info_set_mute),
8474         (gst_stream_info_get_property):
8475         * gst/playback/gststreaminfo.h:
8476         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8477         (gst_stream_selector_get_linked_pad),
8478         (gst_stream_selector_getcaps),
8479         (gst_stream_selector_get_linked_pads),
8480         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8481         * gst/playback/gststreamselector.h:
8482           Rough port of playbin. Needs some more work, but is mostly done,
8483           and uses a few locks in important places, which should make stuff
8484           like chain-switches clean. Still uses GST_STATE() in a few places,
8485           which isn't all that good an idea, subtitles/elements disabled
8486           because no elements to test with and thus probably broken, query
8487           and event handling moved to GstBin, internal thread removed
8488           alltogether because the pipeline does that for us now. Can play
8489           Ogg/Vorbis files. Haven't tested anything else yet.
8490
8491 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8492
8493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8494           Do no-more-pads (needed for autoplugging).
8495
8496 2005-05-10  Andy Wingo  <wingo@pobox.com>
8497
8498         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8499         message to the bus with the tags. Still not sent downstream tho.
8500
8501         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8502         get_parent.
8503         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8504         avoid refcounting hassles.
8505
8506 2005-05-09  Andy Wingo  <wingo@pobox.com>
8507
8508         * gst/volume/Makefile.am:
8509         * gst/volume/demo.c
8510         * gst/volume/gstvolume.h
8511         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8512         basetransform. Probably need an audio filter base class.
8513
8514 2005-05-09  Wim Taymans  <wim@fluendo.com>
8515
8516         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8517         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8518         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8519         (gst_vorbisenc_chain):
8520         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8521         (gst_audio_convert_caps_remove_format_info),
8522         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8523         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8524         Make caps writable before writing to it.
8525         Fix negotiation in audioconvert some more.
8526
8527 2005-05-09  Wim Taymans  <wim@fluendo.com>
8528
8529         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8530         (gst_videorate_getcaps), (gst_videorate_setcaps),
8531         (gst_videorate_event), (gst_videorate_chain):
8532         Better negotiation.
8533
8534 2005-05-09  Wim Taymans  <wim@fluendo.com>
8535
8536         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8537         (gst_videorate_getcaps), (gst_videorate_setcaps),
8538         (gst_videorate_blank_data), (gst_videorate_init),
8539         (gst_videorate_event), (gst_videorate_chain),
8540         (gst_videorate_change_state):
8541         Port videorate, do a better job at negotiation while we're at
8542         it.
8543
8544 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8545
8546         * configure.ac:
8547           Disable libvisual
8548
8549         * examples/Makefile.am:
8550         * gst-libs/gst/audio/Makefile.am:
8551         * gst-libs/gst/riff/Makefile.am:
8552         * gst-libs/gst/tag/Makefile.am:
8553         * gst-libs/gst/video/Makefile.am:
8554           Fixups for missing variables.
8555
8556 2005-05-09  Wim Taymans  <wim@fluendo.com>
8557
8558         * examples/seeking/seek.c: (make_theora_pipeline),
8559         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8560         (query_rates), (query_positions_elems), (query_positions_pads),
8561         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8563         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8564         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8565         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8566         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8568         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8569         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8570         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8571         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8572         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8573         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8574         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8575         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8576         (theora_dec_src_convert), (theora_dec_sink_convert),
8577         (theora_dec_src_query), (theora_dec_sink_query),
8578         (theora_dec_src_event), (theora_dec_sink_event),
8579         (theora_handle_comment_packet), (theora_handle_type_packet),
8580         (theora_handle_header_packet), (theora_handle_data_packet),
8581         (theora_dec_chain):
8582         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8583         (vorbis_dec_convert), (vorbis_dec_src_query),
8584         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8585         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8586         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8587         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8588         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8589         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8590         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8591         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8592         (gst_play_bin_query):
8593         * gst/playback/test3.c: (update_scale):
8594         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8595         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8596         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8597         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8598         (gst_videotestsrc_src_query):
8599         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8600         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8601         (paint_hline_YUV9):
8602         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8603         Port to new query API.
8604         Updated seek.
8605         Cleanups in x[v]imagesink
8606
8607 2005-05-09  Andy Wingo  <wingo@pobox.com>
8608
8609         * ext/alsa/gstalsasink.h:
8610         * ext/gnomevfs/gstgnomevfssrc.c:
8611         (gst_gnomevfssrc_get_icy_metadata):
8612         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8613         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8614         * ext/theora/theoradec.c (theora_dec_src_query)
8615         (theora_dec_src_event, theora_dec_sink_event)
8616         (theora_handle_comment_packet, theora_handle_data_packet):
8617         * ext/theora/theoraenc.c (theora_enc_chain):
8618         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8619         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8620         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8621         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8622         (qt_type_find):
8623         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8624         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8625         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8626         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8627         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8628         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8629         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8630         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8631         (paint_setup_RGB565, paint_setup_xRGB1555):
8632         * gst/videotestsrc/videotestsrc.h:
8633         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8634         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8635         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8636         GCC4 fixes.
8637         
8638         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8639         gst_pad_query_position. Fixes oggdemux.
8640
8641 2005-05-08  David Schleef  <ds@schleef.org>
8642
8643         * configure.ac: Require liboil.
8644         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8645         a few more.
8646         * gst/videotestsrc/videotestsrc.c:
8647         * gst/videotestsrc/videotestsrc.h:
8648
8649 2005-05-06  Wim Taymans  <wim@fluendo.com>
8650
8651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8652         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8653         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8654         Well, unreffing a buffer right before pushing it is asking
8655         for trouble..
8656
8657 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8658
8659         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8660
8661 2005-05-06  Wim Taymans  <wim@fluendo.com>
8662
8663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8664         (gst_audio_convert_caps_remove_format_info),
8665         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8666         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8668         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8669         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8670         * gst/sine/Makefile.am:
8671         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8672         (gst_sinesrc_class_init), (gst_sinesrc_init),
8673         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8674         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8675         (gst_sinesrc_update_freq):
8676         * gst/sine/gstsinesrc.h:
8677         * gst/tcp/gstmultifdsink.c:
8678         * sys/xvimage/xvimagesink.c:
8679         Fixed negotiation wrt _peer_get_caps()
8680         Some cleanups.
8681
8682
8683 2005-05-06  Wim Taymans  <wim@fluendo.com>
8684
8685         * gst-libs/gst/audio/gstaudiosink.c:
8686         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8687         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8688         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8689         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8690         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8691         (gst_audiosink_create_ringbuffer):
8692         * gst-libs/gst/audio/gstbaseaudiosink.c:
8693         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8694         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8695         (gst_baseaudiosink_set_property), (build_linear_format),
8696         (debug_spec_caps), (debug_spec_buffer),
8697         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8698         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8699         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8700         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8701         * gst-libs/gst/audio/gstbaseaudiosink.h:
8702         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8703         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8704         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8705         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8706         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8707         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8708         (wait_segment), (gst_ringbuffer_commit),
8709         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8710         (gst_ringbuffer_clear):
8711         * gst-libs/gst/audio/gstringbuffer.h:
8712         Make the base audiosink return an error when there is no
8713         audiobuffer negotiated.
8714
8715 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8716
8717         * ext/Makefile.am:
8718         Disable cdparanoia until someone ports it!
8719
8720 2005-05-06  Wim Taymans  <wim@fluendo.com>
8721
8722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8723         (gst_ogg_demux_sink_activate):
8724         And revert after wingo's revert.. sigh..
8725
8726 2005-05-05  Andy Wingo  <wingo@pobox.com>
8727
8728         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8729         GObject.
8730         * configure.ac: Return audiorate and subparse from the ghetto.
8731         Re-enable -Wall -Werror.
8732         * gst/subparse/gstsubparse.c:
8733         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8734         or chain-based. Cleaned up a bit. Not tested.
8735         
8736 2005-05-05  Christian Schaller <christian@fluendo.com> 
8737
8738         * Makefile.am: remove stuff that is not building
8739         * configure.ac: remove stuff that is not building
8740         * examples/Makefile.am: remove stuff that is not building
8741         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8742         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8743         * sys/Makefile.am: remove stuff that is not building
8744         * testsuite/Makefile.am: remove stuff that is not building
8745
8746 2005-05-05  Andy Wingo  <wingo@pobox.com>
8747
8748         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8749         * gst-libs/gst/tag/gstvorbistag.c:
8750         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8751         * gst/adder/gstadder.h:
8752         * gst/audioconvert/gstchannelmix.c:
8753         (gst_audio_convert_fill_one_other):
8754         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8755         (gst_audiorate_init), (gst_audiorate_chain):
8756         * gst/playback/gstplaybasebin.c: (setup_source):
8757         * gst/playback/test3.c: (update_scale):
8758         Some GCC4 fixes
8759         
8760         * po/af.po:
8761         * po/az.po:
8762         * po/cs.po:
8763         * po/en_GB.po:
8764         * po/hu.po:
8765         * po/it.po:
8766         * po/nb.po:
8767         * po/nl.po:
8768         * po/or.po:
8769         * po/sq.po:
8770         * po/sr.po:
8771         * po/sv.po:
8772         * po/uk.po:
8773         * po/vi.po: Foo
8774
8775 2005-05-05  Wim Taymans  <wim@fluendo.com>
8776
8777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8778         (gst_audio_convert_caps_remove_format_info),
8779         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8780         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8781         * gst/videotestsrc/gstvideotestsrc.c:
8782         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8783         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8784         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8785         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8786         Don't ignore _push() return values.
8787         Make sure no processing is done when shutting down.
8788         Videotestsrc pad activation fix.
8789
8790 2005-05-05  Wim Taymans  <wim@fluendo.com>
8791
8792         * gst/adder/Makefile.am:
8793         * gst/adder/gstadder.c: (gst_adder_setcaps),
8794         (gst_adder_class_init), (gst_adder_init),
8795         (gst_adder_request_new_pad), (gst_adder_collected),
8796         (gst_adder_change_state):
8797         * gst/adder/gstadder.h:
8798         Ported adder as an example of a mixer element using
8799         collect pads. Needs more negotiation work.
8800
8801 2005-05-05  Wim Taymans  <wim@fluendo.com>
8802
8803         * ext/theora/theoradec.c: (_inc_granulepos),
8804         (theora_dec_src_event), (theora_dec_sink_event),
8805         (theora_handle_comment_packet), (theora_handle_type_packet),
8806         (theora_handle_header_packet), (theora_handle_data_packet),
8807         (theora_dec_chain):
8808         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8809         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8810         (theora_push_buffer), (theora_push_packet),
8811         (theora_enc_sink_event), (theora_enc_chain),
8812         (theora_enc_change_state), (theora_enc_set_property),
8813         (theora_enc_get_property):
8814         Added stream lock to decoder so that we can serialize
8815         the discont event.
8816         More theoraenc porting, recover from errors, do clean
8817         shutdown.
8818
8819 2005-05-05  Wim Taymans  <wim@fluendo.com>
8820
8821         * ext/ogg/Makefile.am:
8822         * ext/ogg/README:
8823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8824         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8825         (gst_ogg_print):
8826         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8827         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8828         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8829         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8830         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8831         (gst_ogg_mux_change_state):
8832         Ported ogg muxer.
8833
8834 2005-05-05  Wim Taymans  <wim@fluendo.com>
8835
8836         * docs/design-audiosinks.txt:
8837         * gst-libs/gst/audio/TODO:
8838         * gst-libs/gst/audio/gstaudiosink.c:
8839         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8840         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8841         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8842         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8843         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8844         (gst_audiosink_create_ringbuffer):
8845         * gst-libs/gst/audio/gstbaseaudiosink.c:
8846         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8847         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8848         (gst_baseaudiosink_set_property), (build_linear_format),
8849         (debug_spec_caps), (debug_spec_buffer),
8850         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8851         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8852         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8853         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8855         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8856         (gst_ringbuffer_release), (gst_ringbuffer_play),
8857         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8858         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8859         (gst_ringbuffer_set_sample), (wait_segment),
8860         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8861         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8862         More work on the audiosink, mostly debugging and a race in
8863         shutdown.
8864
8865 2005-04-28  Wim Taymans  <wim@fluendo.com>
8866
8867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8868         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8869         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8870         (vorbis_dec_src_query), (vorbis_dec_src_event),
8871         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8872         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8873         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8874         Don't crap out when seeking back to position 0.
8875
8876 2005-04-28  Wim Taymans  <wim@fluendo.com>
8877
8878         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8879         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8880         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8881         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8882         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8883         Make audio sink configurable, use alsasink as default.
8884
8885 2005-04-28  Wim Taymans  <wim@fluendo.com>
8886
8887         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8888         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8889         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8890         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8891         (vorbis_dec_change_state):
8892         * ext/vorbis/vorbisdec.h:
8893         Refactor, use STREAM_LOCK.
8894
8895 2005-04-28  Wim Taymans  <wim@fluendo.com>
8896
8897         * ext/theora/theoradec.c: (_inc_granulepos),
8898         (theora_dec_sink_event), (theora_handle_comment_packet),
8899         (theora_handle_type_packet), (theora_handle_header_packet),
8900         (theora_handle_data_packet), (theora_dec_chain),
8901         (theora_dec_change_state):
8902         Refactor a bit, use STREAM_LOCK.
8903
8904 2005-04-28  Wim Taymans  <wim@fluendo.com>
8905
8906         * ext/alsa/Makefile.am:
8907         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8908         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8909         (gst_alsa_link), (gst_alsa_close_audio):
8910         * ext/alsa/gstalsaplugin.c: (plugin_init):
8911         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8912         (gst_alsasink_dispose), (gst_alsasink_base_init),
8913         (gst_alsasink_class_init), (gst_alsasink_init),
8914         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8915         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8916         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8917         (gst_alsasink_reset):
8918         * ext/alsa/gstalsasink.h:
8919         Implement alsasink with simple open/write/close API. 
8920         Make alsa dir build by disabling compilation of code.
8921
8922 2005-04-28  Wim Taymans  <wim@fluendo.com>
8923
8924         * gst-libs/gst/audio/Makefile.am:
8925         * gst-libs/gst/audio/audio.h:
8926         * gst-libs/gst/audio/audioclock.c:
8927         * gst-libs/gst/audio/audioclock.h:
8928         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8929         (gst_audio_clock_class_init), (gst_audio_clock_init),
8930         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8931         * gst-libs/gst/audio/gstaudioclock.h:
8932         * gst-libs/gst/audio/gstaudiosink.c:
8933         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8934         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8935         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8936         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8937         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8938         (gst_audiosink_create_ringbuffer):
8939         * gst-libs/gst/audio/gstbaseaudiosink.c:
8940         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8941         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8942         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8943         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8944         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8945         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8946         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8947         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8948         * gst-libs/gst/audio/gstbaseaudiosink.h:
8949         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8950         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8951         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8952         (gst_ringbuffer_release), (gst_ringbuffer_play),
8953         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8954         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8955         (gst_ringbuffer_set_sample), (wait_segment),
8956         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8957         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8958         * gst-libs/gst/audio/gstringbuffer.h:
8959         Make ringbuffer faster and more simple by removing the locks
8960         in the playback thread.
8961         Add sample accurate playback based on buffer sample offsets.
8962         Make the baseaudiosink provide a clock.
8963         Parse caps in the base class.
8964         Correctly handle seeking, flushing and state changes.
8965
8966 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8967
8968         * configure.ac:
8969         * gst/audioconvert/Makefile.am:
8970         * gst/audioscale/Makefile.am:
8971           Fix part of the build.  Come on guys, autogen didn't even work :)
8972
8973 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8974
8975         * configure.ac:
8976         * gst-libs/gst/Makefile.am:
8977         * gst-libs/gst/media-info/.cvsignore:
8978         * gst-libs/gst/media-info/Makefile.am:
8979         * gst-libs/gst/media-info/README:
8980         * gst-libs/gst/media-info/media-info-priv.c:
8981         * gst-libs/gst/media-info/media-info-priv.h:
8982         * gst-libs/gst/media-info/media-info-test.c:
8983         * gst-libs/gst/media-info/media-info.c:
8984         * gst-libs/gst/media-info/media-info.h:
8985         * gst-libs/gst/media-info/media-info.vcproj:
8986         * pkgconfig/Makefile.am:
8987         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8988         * pkgconfig/gstreamer-media-info.pc.in:
8989           Remove media-info, which is also successed by playbin (see Totem
8990           implementation).
8991
8992 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8993
8994         * configure.ac:
8995         * examples/Makefile.am:
8996         * examples/gstplay/.cvsignore:
8997         * examples/gstplay/Makefile.am:
8998         * examples/gstplay/player.c:
8999         * gst-libs/gst/Makefile.am:
9000         * gst-libs/gst/play/.cvsignore:
9001         * gst-libs/gst/play/Makefile.am:
9002         * gst-libs/gst/play/play.c:
9003         * gst-libs/gst/play/play.h:
9004         * gst-libs/gst/play/play.vcproj:
9005         * pkgconfig/Makefile.am:
9006         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9007         * pkgconfig/gstreamer-play.pc.in:
9008           Remove libgstplay, playbin is now the official successor.
9009
9010 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9011
9012         * configure.ac:
9013         * gst-libs/gst/Makefile.am:
9014         * gst-libs/gst/xwindowlistener/Makefile.am:
9015         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9016         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
9017           Remove deprecated xwindowlistener (I've moved xwindowlistening
9018           in the v4l/v4l2 plugins over to serverside).
9019
9020 2005-04-25  David Schleef  <ds@schleef.org>
9021
9022         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
9023         to examples/dynparams.  Examples do not belong interspersed with
9024         source code.
9025         * examples/dynparams/demo-dparams.c:
9026         * gst/sine/Makefile.am:
9027         * gst/sine/demo-dparams.c:
9028
9029 2005-04-25  David Schleef  <ds@schleef.org>
9030
9031         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9032         * gst-libs/gst/audio/Makefile.am:
9033         * gst-libs/gst/riff/Makefile.am:
9034         * gst-libs/gst/tag/Makefile.am:
9035         * gst-libs/gst/video/Makefile.am:
9036         * gst-libs/gst/xwindowlistener/Makefile.am:
9037
9038         Convert to 0.9 API, seems to work:
9039         * sys/ximage/Makefile.am:
9040         * sys/ximage/ximagesink.c:
9041
9042 2005-04-24  David Schleef  <ds@schleef.org>
9043
9044         Link plugins against libraries:
9045         * ext/alsa/Makefile.am:
9046         * gst/tcp/Makefile.am:
9047
9048         Remove asm code that should be in liboil
9049         * gst/videoscale/Makefile.am:
9050         * gst/videoscale/videoscale_x86_asm.s:
9051
9052         gettext wants these checked in:
9053         * po/af.po:
9054         * po/az.po:
9055         * po/cs.po:
9056         * po/en_GB.po:
9057         * po/hu.po:
9058         * po/it.po:
9059         * po/nb.po:
9060         * po/nl.po:
9061         * po/or.po:
9062         * po/sq.po:
9063         * po/sr.po:
9064         * po/sv.po:
9065         * po/uk.po:
9066         * po/vi.po:
9067
9068 2005-04-24  David Schleef  <ds@schleef.org>
9069
9070         Convert gst_main() to g_main_loop_run()
9071         * gst/playback/decodetest.c: (main):
9072         * gst/playback/test2.c: (main):
9073         * gst/playback/test3.c: (main):
9074         * gst/playback/test4.c: (main):
9075
9076         Link plugins against libraries:
9077         * ext/libvisual/Makefile.am:
9078         * sys/xvimage/Makefile.am:
9079
9080 2005-04-24  David Schleef  <ds@schleef.org>
9081
9082         * configure.ac: Remove idct and resample libs
9083         * gst-libs/gst/Makefile.am: same
9084
9085         Remove usage of gst_library_load():
9086         * ext/alsa/gstalsaplugin.c: (plugin_init):
9087         * ext/libvisual/visual.c: (plugin_init):
9088         * ext/ogg/gstogg.c: (plugin_init):
9089         * ext/theora/theora.c: (plugin_init):
9090         * ext/vorbis/vorbis.c: (plugin_init):
9091         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9092         * gst/audioscale/gstaudioscale.c:
9093         * gst/adder/gstadder.c: (plugin_init):
9094         * gst/audioconvert/plugin.c: (plugin_init):
9095         * sys/ximage/ximagesink.c: (plugin_init):
9096         * sys/xvimage/xvimagesink.c: (plugin_init):
9097         * gst/tcp/gsttcpplugin.c: (plugin_init):
9098
9099         Link plugins against libraries:
9100         * ext/ogg/Makefile.am:
9101         * ext/theora/Makefile.am:
9102         * ext/vorbis/Makefile.am:
9103         * gst/audioconvert/Makefile.am:
9104
9105         Create proper libraries:
9106         * gst-libs/gst/riff/Makefile.am:
9107         * gst-libs/gst/audio/Makefile.am:
9108         * gst-libs/gst/video/Makefile.am:
9109
9110         Move resample library to audioscale plugin directory:
9111         * gst-libs/gst/resample/Makefile.am:
9112         * gst-libs/gst/resample/README:
9113         * gst-libs/gst/resample/dtof.c:
9114         * gst-libs/gst/resample/dtos.c:
9115         * gst-libs/gst/resample/functable.c:
9116         * gst-libs/gst/resample/private.h:
9117         * gst-libs/gst/resample/resample.c:
9118         * gst-libs/gst/resample/resample.h:
9119         * gst-libs/gst/resample/resample.vcproj:
9120         * gst-libs/gst/resample/test.c:
9121         * gst/audioscale/Makefile.am:
9122         * gst/audioscale/README:
9123         * gst/audioscale/dtof.c:
9124         * gst/audioscale/dtos.c:
9125         * gst/audioscale/functable.c:
9126         * gst/audioscale/private.h:
9127         * gst/audioscale/resample.c:
9128         * gst/audioscale/resample.h:
9129         * gst/audioscale/test.c:
9130
9131         Move tagedit library to gst-libs:
9132         * gst-libs/gst/tag/Makefile.am:
9133         * gst-libs/gst/tag/gstid3tag.c:
9134         * gst-libs/gst/tag/gsttagediting.c:
9135         * gst-libs/gst/tag/gsttageditingprivate.h:
9136         * gst-libs/gst/tag/gstvorbistag.c:
9137         * gst/tags/Makefile.am:
9138         * gst/tags/gstid3tag.c:
9139         * gst/tags/gstvorbistag.c:
9140
9141         Fix for core changes:
9142         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9143         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9144         (gst_sinesrc_getrange):
9145
9146 2005-04-23  David Schleef  <ds@schleef.org>
9147
9148         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9149         in gst-plugins in a long time, and properly belongs in liboil.
9150         * gst-libs/gst/idct/Makefile.am:
9151         * gst-libs/gst/idct/README:
9152         * gst-libs/gst/idct/dct.h:
9153         * gst-libs/gst/idct/doieee:
9154         * gst-libs/gst/idct/fastintidct.c:
9155         * gst-libs/gst/idct/floatidct.c:
9156         * gst-libs/gst/idct/idct.c:
9157         * gst-libs/gst/idct/idct.h:
9158         * gst-libs/gst/idct/idtc.vcproj:
9159         * gst-libs/gst/idct/ieeetest.c:
9160         * gst-libs/gst/idct/intidct.c:
9161
9162 2005-04-20  Wim Taymans  <wim@fluendo.com>
9163
9164         * docs/design-audiosinks.txt:
9165         * gst-libs/gst/audio/Makefile.am:
9166         * gst-libs/gst/audio/TODO:
9167         * gst-libs/gst/audio/gstaudiosink.c:
9168         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9169         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9170         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9171         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9172         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9173         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9174         (gst_audiosink_class_init), (gst_audiosink_init),
9175         (gst_audiosink_create_ringbuffer):
9176         * gst-libs/gst/audio/gstaudiosink.h:
9177         * gst-libs/gst/audio/gstbaseaudiosink.c:
9178         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9179         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9180         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9181         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9182         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9183         (gst_baseaudiosink_create_ringbuffer),
9184         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9185         * gst-libs/gst/audio/gstbaseaudiosink.h:
9186         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9187         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9188         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9189         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9190         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9191         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9192         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9193         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9194         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9195         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9196         * gst-libs/gst/audio/gstringbuffer.h:
9197         An attempt at a set of audio base classes together with some
9198         design docs.
9199
9200 2005-04-20  Wim Taymans  <wim@fluendo.com>
9201
9202         * gst/audioconvert/Makefile.am:
9203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9204         (gst_audio_convert_caps_remove_format_info),
9205         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9206         (gst_audio_convert_channels):
9207         Link against audio libs.
9208         Fix audio convert plugin.
9209
9210 2005-04-20  Wim Taymans  <wim@fluendo.com>
9211
9212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9213         (gst_ogg_demux_sink_activate):
9214         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9215         (theora_set_header_on_caps), (theora_enc_sink_event),
9216         (theora_enc_chain):
9217         Fix theora encoder.
9218
9219 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9220
9221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9222         * gst/playback/gstdecodebin.c: (find_compatibles):
9223           Work with staticpadtemplates in elementfactories.
9224
9225 2005-04-12  Wim Taymans  <wim@fluendo.com>
9226
9227         * gst/playback/README:
9228         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9229         (compare_ranks), (print_feature), (gst_decode_bin_init),
9230         (dynamic_create), (dynamic_free), (find_compatibles),
9231         (mimetype_is_raw), (close_pad_link), (got_redirect),
9232         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9233         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9234         (gst_decode_bin_change_state):
9235         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9236         (gst_play_base_bin_init), (group_destroy), (group_commit),
9237         (check_queue), (queue_overrun), (queue_threshold_reached),
9238         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9239         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9240         (got_redirect), (setup_source), (play_base_eos),
9241         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9242         (gst_play_base_bin_remove_element):
9243         * gst/playback/gstplaybasebin.h:
9244         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9245         (gst_play_bin_init), (gst_play_bin_dispose),
9246         (gst_play_bin_set_property), (gen_video_element),
9247         (gen_text_element), (gen_audio_element), (remove_sinks),
9248         (gst_play_bin_send_event):
9249         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9250         (stream_info_change_state), (gst_stream_info_set_mute):
9251         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9252         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9253         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9254         (gst_stream_selector_chain):
9255         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9256         (main):
9257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9258         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9259         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9260         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9261         Raw and crude port of decodebin. 
9262         Make playbin compile.
9263
9264 2005-04-06  Wim Taymans  <wim@fluendo.com>
9265
9266         * ext/gnomevfs/Makefile.am:
9267         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9268         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9269         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9270         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9271         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9272         (gst_gnomevfssrc_stop):
9273         * ext/ogg/Makefile.am:
9274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9275         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9276         * ext/theora/Makefile.am:
9277         * ext/theora/theoradec.c: (_inc_granulepos),
9278         (theora_dec_sink_event), (theora_dec_chain):
9279         * ext/vorbis/Makefile.am:
9280         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9281         (vorbis_dec_sink_event), (vorbis_dec_chain):
9282         * gst-libs/gst/audio/Makefile.am:
9283         * sys/xvimage/Makefile.am:
9284         Make gnomevfssrc extend the source base class.
9285         Fix linking against libs in various plugins.
9286
9287 2005-04-06  Andy Wingo  <wingo@pobox.com>
9288
9289         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9290         GST_BASE_LIBS.
9291
9292         * configure.ac: Add check and AC_SUBST for libgstbase.
9293
9294 2005-03-31  Wim Taymans  <wim@fluendo.com>
9295
9296         * examples/seeking/Makefile.am:
9297         * examples/seeking/cdparanoia.c: (main):
9298         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9299         (play_cb), (pause_cb), (stop_cb), (main):
9300         * examples/seeking/playbin.c:
9301         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9302         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9303         (make_sid_pipeline), (make_vorbis_pipeline),
9304         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9305         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9306         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9307         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9308         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9309         (stop_cb), (main):
9310         * examples/seeking/spider_seek.c:
9311         * examples/seeking/vorbisfile.c:
9312         * ext/gnomevfs/Makefile.am:
9313         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9314         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9315         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9316         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9317         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9318         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9319         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9320         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9321         * ext/ogg/README:
9322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9323         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9324         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9325         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9326         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9327         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9328         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9329         (gst_ogg_demux_factory_filter), (compare_ranks),
9330         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9331         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9332         (gst_ogg_chain_new), (gst_ogg_chain_free),
9333         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9334         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9335         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9336         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9337         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9338         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9339         (gst_ogg_demux_get_prev_page),
9340         (gst_ogg_demux_deactivate_current_chain),
9341         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9342         (gst_ogg_demux_bisect_forward_serialno),
9343         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9344         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9345         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9346         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9347         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9348         (gst_ogg_demux_change_state), (gst_ogg_print):
9349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9350         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9351         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9352         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9353         (gst_ogg_mux_loop):
9354         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9355         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9356         (theora_dec_src_convert), (theora_dec_sink_convert),
9357         (theora_dec_src_query), (theora_dec_src_event),
9358         (theora_dec_sink_event), (theora_dec_chain),
9359         (theora_dec_change_state):
9360         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9361         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9362         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9363         (theora_enc_change_state):
9364         * ext/vorbis/Makefile.am:
9365         * ext/vorbis/oggvorbisenc.c:
9366         * ext/vorbis/oggvorbisenc.h:
9367         * ext/vorbis/vorbis.c: (plugin_init):
9368         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9369         (vorbis_dec_src_query), (vorbis_dec_src_event),
9370         (vorbis_dec_sink_event), (vorbis_dec_chain),
9371         (vorbis_dec_change_state):
9372         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9373         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9374         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9375         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9376         (gst_vorbisenc_change_state):
9377         * ext/vorbis/vorbisenc.h:
9378         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9379         * gst-libs/gst/audio/audioclock.c:
9380         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9381         (gst_audiofilter_init), (gst_audiofilter_chain):
9382         * gst-libs/gst/audio/testchannels.c: (main):
9383         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9384         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9385         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9386         (gmip_find_track_streaminfo), (gmip_find_track_format):
9387         * gst-libs/gst/media-info/media-info.c:
9388         (gst_media_info_read_idler):
9389         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9390         (gst_play_get_all_by_interface):
9391         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9392         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9393         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9394         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9395         (gst_riff_parse_info):
9396         * gst-libs/gst/riff/riff-read.h:
9397         * gst-libs/gst/riff/riff.c: (plugin_init):
9398         * gst-libs/gst/video/Makefile.am:
9399         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9400         (gst_videosink_class_init), (gst_videosink_get_type):
9401         * gst-libs/gst/video/videosink.h:
9402         * gst/audioconvert/bufferframesconvert.c:
9403         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9404         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9405         * gst/audioconvert/channelmixtest.c: (main):
9406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9407         (gst_audio_convert_chain),
9408         (gst_audio_convert_caps_remove_format_info),
9409         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9410         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9411         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9412         (gst_audio_convert_buffer_to_default_format),
9413         (gst_audio_convert_buffer_from_default_format),
9414         (gst_audio_convert_channels):
9415         * gst/audioconvert/gstchannelmix.h:
9416         * gst/ffmpegcolorspace/avcodec.h:
9417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9418         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9419         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9420         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9421         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9422         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9423         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9424         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9425         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9426         (dv_type_find):
9427         * gst/videotestsrc/gstvideotestsrc.c:
9428         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9429         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9430         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9431         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9432         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9433         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9434         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9436         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9437         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9438         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9439         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9440         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9441         (gst_xvimagesink_navigation_send_event),
9442         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9443         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9444         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9445         * sys/xvimage/xvimagesink.h:
9446         Plugin port to 0.9, ogg/theora playback should work in the seek
9447         example now.
9448         Removed old examples.
9449         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9450         explained in 0.9 TODO doc.
9451
9452
9453 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9454
9455         * autogen.sh:
9456         * configure.ac:
9457         * ext/Makefile.am:
9458         * gst/Makefile.am:
9459         * po/POTFILES.in:
9460         * po/af.po:
9461         * po/az.po:
9462         * po/cs.po:
9463         * po/en_GB.po:
9464         * po/hu.po:
9465         * po/it.po:
9466         * po/nb.po:
9467         * po/nl.po:
9468         * po/or.po:
9469         * po/sq.po:
9470         * po/sr.po:
9471         * po/sv.po:
9472         * po/uk.po:
9473         * po/vi.po:
9474         * sys/Makefile.am:
9475         * testsuite/Makefile.am:
9476           remove a whole bunch of plugins.  This module now contains a set
9477           of free reference plugins/elements as agreed.
9478
9479 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9480
9481         * configure.ac:
9482           hunting season on 0.9 is now OPEN
9483
9484 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9485
9486         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9487           Kick the hell out of gcc for not warning me about a symbol conflict.
9488
9489 2005-02-22  Luca Ognibene  <luogni@tin.it>
9490
9491         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9492
9493         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9494           Don't leak caps string (fixes #168134)
9495
9496         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9497         (gst_jpegenc_init), (gst_jpegenc_finalize),
9498         (gst_jpegenc_change_state):
9499           Don't leak line buffers and context struct (fixes #168133).
9500
9501 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9502
9503         * configure.ac:
9504         * ext/dirac/gstdiracdec.cc:
9505         (gst_diracdec_chain):
9506           Since dirac 0.5.0 the framerate in dirac is expressed as a
9507           rational number. Fix build and up requirement to 0.5.0, and
9508           also pass parameters to gst_diracdec_link in the right order
9509           (fixes #167959).
9510
9511 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9512
9513         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9514         * ext/faad/gstfaad.h:
9515         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9516         certain invalid muxed streams, where some packets will contain 
9517         junk after decoder data. Partially fixes #149158.
9518
9519 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9520         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9521           Make sure we only write to writable buffers
9522
9523 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9524
9525         * gst-libs/gst/riff/riff-media.c:
9526         (gst_riff_create_audio_caps_with_data):
9527           Do actually fix invalid RIFF fmt header values for alaw
9528           and mulaw audio instead of just saying so.
9529
9530         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9531           Give gst_riff_create_audio_caps_with_data() a chance to
9532           fix up broken format header fields before extracting any
9533           parameters from the header. (fixes #167633)
9534
9535 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9536
9537         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9538
9539         * gst/audioconvert/bufferframesconvert.c:
9540         (buffer_frames_convert_link):
9541           Don't leak othercaps. (fixes #167878)
9542
9543 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9544
9545         * configure.ac:
9546         * ext/libvisual/visual.c: (gst_visual_srclink),
9547         (gst_visual_change_state):
9548           Support libvisual 0.2.0.
9549
9550 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9551
9552         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9553         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9554           Use same rowstrides for I420 as used everywhere else.
9555
9556 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9557
9558         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9559           Declare variables at beginning of block and make gcc-2.95 happy
9560           (fixes # 167482, patch by Gergely Nagy).
9561           
9562         * gst/tcp/gsttcpclientsrc.c:
9563         * gst/tcp/gsttcpclientsrc.h:
9564           Move some includes into the header, so that struct sockaddr_in is
9565           defined when it should be defined on FreeBSD as well (fixes
9566           #167483).
9567           
9568         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9569           Don't pass uninitialised values to setsockopt() here either.
9570
9571 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9572
9573         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9574
9575         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9576           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9577
9578 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9579
9580         * gst/playback/gstplaybin.c: (add_sink):
9581           Invert bin_add/link order to workaround deadlock in opt.
9582
9583 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9584
9585         * gst/modplug/gstmodplug.cc:
9586           Add missing break causing position queries to fail.
9587
9588 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9589
9590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9591           Granpos can apparently be -1, which screws up calculations...
9592
9593 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9594
9595         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9596         (gst_ximagesink_send_pending_navigation),
9597         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9598         (gst_ximagesink_init):
9599         * sys/ximage/ximagesink.h:
9600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9601         (gst_xvimagesink_send_pending_navigation),
9602         (gst_xvimagesink_navigation_send_event),
9603         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9604         * sys/xvimage/xvimagesink.h:
9605           Use a mutex protected list to marshal navigation
9606           events into the stream thread from whichever thread
9607           sends them.
9608
9609 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9610
9611         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9612           Display current position and track length; misc. clean-ups.
9613           
9614         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9615         (speed_init), (speed_chain):
9616           Add query function, so that the stream length and current position
9617           get adjusted when queried (note that current position queries may
9618           still be wrong if the audio sink returns values based on buffer
9619           timestamps instead of passing on the query).
9620
9621 2005-02-13  Benjamin Otte  <otte@gnome.org>
9622
9623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9624         (gst_audio_convert_channels):
9625           create channel conversion matrix when linking
9626         * gst/audioconvert/.cvsignore:
9627         * gst/audioconvert/Makefile.am:
9628         * gst/audioconvert/channelmixtest.c: (main):
9629           add (ugly) test that ensures stereo <=> mono conversion works
9630           correctly
9631
9632 2005-02-13  Benjamin Otte  <otte@gnome.org>
9633
9634         * gst/audioconvert/gstchannelmix.h:
9635           include missing header file
9636         * gst/audioconvert/gstchannelmix.c:
9637         (gst_audio_convert_fill_compatible):
9638           use same sign for both channels when converting to/from compatible
9639           channel. Previously used different signs made the signals cancel
9640           each other out and appear like silence. (fixes #167269)
9641
9642 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9643
9644         * gst/ffmpegcolorspace/avcodec.h:
9645         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9646         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9647         (gst_ffmpegcsp_avpicture_fill):
9648         * gst/ffmpegcolorspace/imgconvert.c:
9649           Convert to and from YV12 (fixes #156379).
9650
9651 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9652
9653         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9654         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9655         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9656         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9657         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9658         methods from chain and negotiation and vice versa (Fixes #166142).
9659         * sys/ximage/ximagesink.h: Add stream_lock.
9660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9661         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9662         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9663         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9664
9665 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9666
9667         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9668           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9669           error message when we can't open the DVD device (when dvdnav_open()
9670           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9671           the above). Send something more useful instead (fixes #167117).
9672
9673 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9674
9675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9676         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9677         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9678         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9679         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9680         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9681         methods from chain and negotiation and vice versa (Fixes #166142).
9682         Fix a possible bug of images in the buffer pool being discarded because
9683         we are looking at the wrong geometry.
9684         * sys/xvimage/xvimagesink.h: Add stream_lock.
9685
9686 2005-02-11  David Schleef  <ds@schleef.org>
9687
9688         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9689         unsigned int. (fixes #167128)
9690
9691 2005-02-11  David Schleef  <ds@schleef.org>
9692
9693         * gst/librfb/Makefile.am: Testing stuff before committing is
9694           for wimps... and people with fast machines.  Fix stupid
9695           mistake.
9696
9697 2005-02-11  David Schleef  <ds@schleef.org>
9698
9699         * configure.ac: Pull in librfb from my CVS tree, because it is
9700           too small and annoying to be separate.  Move rfbsrc plugin
9701           to gst/.
9702         * ext/Makefile.am:
9703         * ext/librfb/Makefile.am:
9704         * ext/librfb/gstrfbsrc.c:
9705         * gst/librfb/Makefile.am:
9706         * gst/librfb/gstrfbsrc.c:
9707         * gst/librfb/rfb.c:
9708         * gst/librfb/rfb.h:
9709         * gst/librfb/rfbbuffer.c:
9710         * gst/librfb/rfbbuffer.h:
9711         * gst/librfb/rfbbytestream.c:
9712         * gst/librfb/rfbbytestream.h:
9713         * gst/librfb/rfbcontext.h:
9714         * gst/librfb/rfbdecoder.c:
9715         * gst/librfb/rfbdecoder.h:
9716         * gst/librfb/rfbutil.h:
9717
9718 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9719
9720         * gst/speed/Makefile.am:
9721         * gst/speed/demo-mp3.c: (main):
9722         * gst/speed/filter.func:
9723         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9724         (speed_class_init), (speed_init), (speed_chain_int16),
9725         (speed_chain_float32), (speed_chain), (speed_set_property),
9726         (speed_get_property), (speed_change_state):
9727         * gst/speed/gstspeed.h:
9728           Fix speed element and make it chain-based (fixes #156467),
9729           and make it handle more than one channel.
9730
9731 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9732
9733         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9734         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9735         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9736         * ext/dts/gstdtsdec.h:
9737           Don't clobber the stack constructing the channels array.
9738           Make the element chain-based. DTS tracks can now be played.
9739           
9740 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9741
9742         * gst-libs/gst/audio/multichannel.h:
9743         * gst-libs/gst/gconf/gconf.h:
9744         * gst-libs/gst/idct/idct.h:
9745         * gst-libs/gst/media-info/media-info-priv.h:
9746         * gst-libs/gst/play/play.h:
9747         * gst-libs/gst/resample/private.h:
9748         * gst-libs/gst/resample/resample.h:
9749         * gst-libs/gst/riff/riff-ids.h:
9750         * gst-libs/gst/video/video.h:
9751         * gst-libs/gst/video/videosink.h:
9752           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9753           missing, so that they work when included from C++ code.
9754
9755 2005-02-09  David Schleef  <ds@schleef.org>
9756
9757         * testsuite/gst-lint: Check for non-statically scoped
9758           parent_class variables.  This won't be a problem once
9759           plugins are loaded with RTLD_LOCAL.
9760
9761 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9762
9763         * ext/mplex/gstmplexibitstream.cc:
9764           gcc madness.
9765
9766 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9767
9768         * ext/ogg/gstogmparse.c:
9769         * gst/debug/gstnavigationtest.c:
9770           Die, thou faulty symbol pollutors (non-static parent_class).
9771
9772 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9773
9774         * ext/mplex/gstmplexibitstream.cc:
9775           Fix event handling (#165525).
9776
9777 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9778
9779         * ext/mikmod/gstmikmod.c:
9780         * gst/modplug/gstmodplug.cc:
9781           Add missing endianness to template (fixes #165509).
9782
9783 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9784
9785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9786           Fix wrong order of reading of optional bytes (#165290).
9787
9788 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9789
9790         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9791           Implement FILLER event awareness.
9792
9793 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9794
9795         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9796           Fix track calculations (#166208).
9797
9798 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9799
9800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9801
9802         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9803         * ext/libpng/gstpngenc.c:
9804           Fix byte-order, use proper fixed caps. Fixes #164197.
9805
9806 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9807
9808         * configure.ac:
9809           Add dvdlpcmdec 
9810
9811         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9812         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9813           Don't push buffers if the src pad isn't negotiated yet.
9814           
9815         * gst/audioconvert/gstaudioconvert.c:
9816         (gst_audio_convert_buffer_to_default_format),
9817         (gst_audio_convert_buffer_from_default_format):
9818           Add support for 24-bit width.
9819
9820         * gst/dvdlpcmdec/.cvsignore:
9821         * gst/dvdlpcmdec/Makefile.am:
9822         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9823         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9824         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9825         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9826         (plugin_init):
9827         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9828           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9829           format. Needs support for the channels maps if someone can find 
9830           a DVD LPCM track with > 2 channels.
9831
9832         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9833         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9834         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9835         * gst/mpegstream/gstdvddemux.h:
9836         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9837         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9838         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9839         * gst/mpegstream/gstmpegdemux.h:
9840         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9841         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9842         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9843         (gst_mpeg_parse_handle_src_query),
9844         (gst_mpeg_parse_handle_src_event):
9845           Use audio/x-dvd-lpcm for LPCM output.
9846           Add DTS output.
9847
9848 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9849
9850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9851
9852         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9853         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9854           Add BGRA handling (#165736).
9855
9856 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9857
9858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9859
9860         * gst/law/alaw-decode.c: (alawdec_link):
9861         * gst/law/alaw-encode.c: (alawenc_link):
9862         * gst/law/mulaw-decode.c: (mulawdec_link):
9863         * gst/law/mulaw-encode.c: (mulawenc_link):
9864           Fix caps memleaks (#166600).
9865
9866 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9867
9868         * ext/tarkin/mem.h:
9869         * ext/tarkin/wavelet.h:
9870         * ext/tarkin/yuv.h:
9871         * gst/ffmpegcolorspace/avcodec.h:
9872           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9873           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9874
9875 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9876
9877         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9879         (gst_xvimagesink_change_state):
9880           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9881           Xv video (and thereby regenerate Xv colourkey) in clear() so
9882           that PLAY -> READY -> PLAY works (fixes #162504).
9883
9884 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9885
9886         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9887           Switch to list instead of range, since MJPEG-devices really just
9888           support decimations, not any size.
9889
9890 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9891         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9892         (gst_mpeg2dec_reset), (free_all_buffers),
9893         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9894         * ext/mpeg2dec/gstmpeg2dec.h:
9895           The libmpeg2 user-allocated buffer management is awkward, 
9896           to say the least. Hopefully this fixes things.
9897
9898 2005-02-04  Andy Wingo  <wingo@pobox.com>
9899
9900         * gst/audioconvert/bufferframesconvert.c
9901         (buffer_frames_convert_fixate): New function, fixates to 256
9902         frames per buffer by default. (Much better than 1.)
9903         (buffer_frames_convert_init): Set the fixate function for both src
9904         and sink pad.
9905         (buffer_frames_convert_link): After success setting nonfixed caps,
9906         get the negotiated caps so we can know how many buffer-frames it
9907         will be. No idea how this worked at all before.
9908
9909 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9910
9911         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9912         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9913         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9914         (handle_sequence), (handle_picture):
9915         * ext/mpeg2dec/gstmpeg2dec.h:
9916           Rearrange buffer tracking and refcounting and refactor
9917           a little for readability. 
9918
9919 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9920         * sys/v4l/gstv4l.c: (plugin_init):
9921         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9922         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9923         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9924         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9925         * sys/v4l/gstv4ljpegsrc.h:
9926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9927         * sys/v4l/v4l_calls.h:
9928         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9929         (gst_v4lsrc_get_fps):
9930         * sys/v4l/v4lsrc_calls.h:
9931           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9932           you jpeg inside rgb frames" driver.
9933           Don't error in the v4lsrc link function, just return 
9934           REFUSED.
9935
9936 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9937
9938         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9939         (gst_qcamsrc_open):
9940           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9941
9942 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9943
9944         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9945           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9946
9947 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9948
9949         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9950           Reset negotiated state on PAUSED->READY.
9951
9952 2005-02-02  David Schleef  <ds@schleef.org>
9953
9954         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9955         whereever possible.  (Fixes #165997)
9956         * examples/capsfilter/capsfilter1.c: (main):
9957         * examples/dynparams/filter.c: (create_ui):
9958         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9959         * examples/seeking/chained.c: (main):
9960         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9961         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9962         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9963         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9964         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9965         * examples/switch/switcher.c: (main):
9966         * ext/dv/demo-play.c: (main):
9967         * ext/faad/gstfaad.c: (gst_faad_change_state):
9968         * ext/mad/gstmad.c: (gst_mad_chain):
9969         * ext/smoothwave/demo-osssrc.c: (main):
9970         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9971         (gst_gconf_render_bin_from_description),
9972         (gst_gconf_get_default_audio_sink),
9973         (gst_gconf_get_default_video_sink),
9974         (gst_gconf_get_default_audio_src),
9975         (gst_gconf_get_default_video_src),
9976         (gst_gconf_get_default_visualization_element):
9977         * gst/level/demo.c: (main):
9978         * gst/level/plot.c: (main):
9979         * gst/playback/gstplaybin.c: (gen_video_element),
9980         (gen_audio_element):
9981         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9982         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9983         * gst/sine/demo-dparams.c: (main):
9984         * gst/spectrum/demo-osssrc.c: (main):
9985         * gst/speed/demo-mp3.c: (main):
9986         * gst/volume/demo.c: (main):
9987         * testsuite/embed/embed.c: (main):
9988
9989 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9990
9991         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9992         (gst_tcpclientsink_finalize):
9993         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9994         (gst_tcpclientsrc_finalize):
9995         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9996         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9997         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9998         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9999           Don't leak the hostname when shutting down.
10000           In tcpserversrc, take a copy of the default hostname.
10001
10002 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10003
10004         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
10005           Set caps to systemstream=TRUE.
10006
10007 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10008
10009         * testsuite/Makefile.am:
10010           Fix more OSX buildbots.
10011
10012 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10013
10014         * ext/mpeg2dec/gstmpeg2dec.c:
10015           Don't send things to NULL PAD_PEERs
10016
10017         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
10018           Copy-on-write the incoming buffer.
10019
10020         * gst/mpegstream/gstdvddemux.h:
10021         * gst/mpegstream/gstmpegclock.h:
10022         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10023         (normal_seek), (gst_mpeg_demux_handle_src_event):
10024         * gst/mpegstream/gstmpegdemux.h:
10025         * gst/mpegstream/gstmpegpacketize.h:
10026         * gst/mpegstream/gstmpegparse.c:
10027         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10028         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10029         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10030         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10031         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10032         * gst/mpegstream/gstmpegparse.h:
10033         * gst/mpegstream/gstrfc2250enc.h:
10034           Various changes to the way time is computed that make seeking and
10035           total time estimation much better here.
10036           Use G_BEGIN/END_DECLS instead of __cplusplus
10037
10038         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10039           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10040
10041 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10042
10043         * gst/subparse/gstsubparse.c:
10044           Fix OSX buildbot.
10045
10046 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10047
10048         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10049         (theora_enc_chain), (theora_enc_change_state):
10050         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10051         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10052         (gst_vorbisenc_change_state):
10053         * ext/vorbis/vorbisenc.h:
10054           Set granulepos and timestamp correctly for streams not
10055           starting at 0, taking into account the initial delay.
10056
10057 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10058
10059         * gst/mpegstream/gstdvddemux.c:
10060           Add audio/x-dts to audio pad template caps
10061
10062 2005-01-30  David Schleef  <ds@schleef.org>
10063
10064         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10065         (create_context), (gst_polypsink_link): Fix silly endianness
10066         bug.  Add some debugging.  Remove float from caps; it doesn't
10067         work.  Attempt to get remote audio working.
10068
10069 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10070
10071         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10072           Add 3IV2 fourcc.
10073
10074 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10075
10076         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10077         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10078         (gst_avi_demux_stream_data):
10079         * gst/avi/gstavidemux.h:
10080           Invert DIB images. Fixes #132341.
10081
10082 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10083
10084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10085         (gst_ffmpegcsp_chain):
10086           D'oh, reference the palette data, not the palette structure.
10087           Fixes color distortion in #132341.
10088
10089 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10090
10091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10092           PAR can be non-fixed when not provided as argument (#162626).
10093
10094 2005-01-29  David Moore  <dcm@acm.org>
10095
10096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10097
10098         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10099         (gst_qtdemux_loop_header):
10100           Re-apply patch from #142272 that allows non-seekable sources,
10101           re-proposed by Daniel Drake <dsd@gentoo.org>.
10102
10103 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10104
10105         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10106           Use the src template for creating the src pad (#162330).
10107
10108 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10109
10110         * configure.ac:
10111         * ext/musepack/Makefile.am:
10112         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10113         (gst_musepackdec_init), (gst_musepackdec_dispose),
10114         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10115         (gst_musepack_stream_init), (gst_musepackdec_loop),
10116         (gst_musepackdec_change_state):
10117         * ext/musepack/gstmusepackdec.cpp:
10118         * ext/musepack/gstmusepackdec.h:
10119         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10120         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10121         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10122         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10123         * ext/musepack/gstmusepackreader.cpp:
10124         * ext/musepack/gstmusepackreader.h:
10125           Update to 1.1 API (#165446).
10126
10127 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10128
10129         * ext/Makefile.am:
10130           Unbreak buildbot.
10131
10132 2005-01-28  Andy Wingo  <wingo@pobox.com>
10133
10134         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10135         to reflect a different dubious internet source. Add a reference
10136         and some commentary.
10137
10138 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10139
10140         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10141         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10142         * gst/playback/gststreamselector.h:
10143           Be more selective when we're redoing caps negotiation from
10144           within the chain function on a stream change.
10145
10146 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10147
10148         * configure.ac:
10149         * ext/Makefile.am:
10150         * ext/amrnb/Makefile.am:
10151         * ext/amrnb/amrnb.c: (plugin_init):
10152         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10153         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10154         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10155         (gst_amrnbdec_state_change):
10156         * ext/amrnb/amrnbdec.h:
10157         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10158         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10159         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10160         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10161         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10162         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10163         * ext/amrnb/amrnbparse.h:
10164           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10165         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10166           Add AMR-NB/-WB raw formats.
10167         * ext/alsa/gstalsa.c: (gst_alsa_link):
10168           Keep valid time when changing format.
10169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10170         (qtdemux_parse_trak):
10171           Add some more format-specific options (#140141, #143555, #155163).
10172
10173 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10174
10175         * gst/matroska/matroska-demux.c:
10176         (gst_matroska_demux_parse_blockgroup):
10177           Fix logic error in timing of subtitle stream synchronization.
10178         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10179           Add skip-chunk, which is found in kodak-camera streams.
10180
10181 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10182
10183         * po/LINGUAS:
10184         * po/vi.po:
10185           Adding Vietnamese translation (submitted by Clytie Siddall)
10186
10187 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10188
10189         * gst/playback/gstdecodebin.c: (try_to_link_1):
10190           Use realpad for signal.
10191
10192 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10193
10194         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10195           Fix category so decodebin picks it up.
10196
10197 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10198
10199         * ext/mad/Makefile.am:
10200         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10201         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10202         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10203         (found_type), (gst_id3demux_bin_change_state):
10204         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10205         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10206         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10207         (gst_id3_tag_change_state), (plugin_init):
10208         * ext/mad/gstmad.h:
10209           Add id3demuxbin (which is a simple bin consisting of id3demux
10210           and typefind), take over rank from id3demux, remove typefind
10211           code from id3demux. Makes all broken mp3s that I know of work,
10212           and thereby fixes #152688.
10213
10214 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10215
10216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10217
10218         * ext/mad/gstmad.c: (gst_mad_src_event):
10219         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10220           Allow seeks on audio pad, make mad forward those (#164826).
10221         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10222           Set duration (#165335).
10223
10224 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10225
10226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10227         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10228         (gst_asf_demux_process_ext_content_desc),
10229         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10230         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10231         * gst/asfdemux/gstasfdemux.h:
10232           Improve metadata display, e.g. if the metadata comes before the
10233           streams are loaded (which is perfectly valid).
10234
10235 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10236
10237         * tools/gst-launch-ext-m.m:
10238           Fix AVI/ASF pipelines (#165340).
10239
10240 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10241         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10242         build failure on amd64
10243
10244 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10245
10246         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10247         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10248           Check environment variables GST_ID3V2_TAG_ENCODING,
10249           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10250           list of character encodings to force interpretation of non-unicode
10251           strings stored in an ID3v2 tag to a particular encoding. If none
10252           is specified, try to use current locale's encoding, then fall back
10253           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10254         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10255         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10256           Check environment variables GST_ID3V1_TAG_ENCODING,
10257           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10258           list of character encodings to use in case a string encountered
10259           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10260           specified, try to use the current locale's encoding, then fall
10261           back to ISO-8859-1 (which will always succeed).
10262
10263 2005-01-25  Benjamin Otte  <otte@gnome.org>
10264
10265         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10266           - on half framerate, compute the rate in advance so the comparisons
10267             don't compare wrong values
10268           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10269             behaviour
10270           - don't use mad_header_decode anymore, mad_frame_decode does that
10271             automatically
10272           - when getting rid of consumed bytes, reset the stream's skiplen
10273           (fixes #163867)
10274
10275 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10276
10277         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10278           Use 1/2 a second for default max_discont, as PES streams from DVB
10279           seem to have larger spacings in the SCR. 
10280           Fix a typo.
10281
10282 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10283
10284         * gst/playback/gstplaybasebin.c: (group_commit):
10285           Notify delayed stream-info availability.
10286
10287 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10288         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10289         (gst_a52dec_handle_event), (gst_a52dec_chain):
10290         Add some debug output. Check that a discont has a valid
10291         time associated.
10292         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10293         (gst_alsa_sink_loop):
10294         Ignore TAG events. A little extra debug for broken timestamps.
10295         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10296         (dvdnavsrc_change_state):
10297         Ensure we send a discont to engage the link before we send any
10298         other events.
10299         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10300         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10301         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10302         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10303         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10304         dvd://title works in totem because typefinding sends a seek that ends
10305         up going back to chapter 1 regardless.
10306         * ext/mpeg2dec/gstmpeg2dec.c:
10307         * ext/mpeg2dec/gstmpeg2dec.h:
10308         Output correct timestamps and handle disconts.
10309         * ext/ogg/gstoggdemux.c: (get_relative):
10310         Small guard against a null dereference.
10311         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10312         (gst_textoverlay_set_property):
10313         Free memory when done. Don't call gst_event_filler_get_duration on
10314         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10315         g_warning.
10316         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10317         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10318         (gst_sw_srclink), (gst_smoothwave_chain):
10319         Draw solid lines, prettier colours.
10320         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10321         Add a default palette that'll work for some movies.
10322         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10323         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10324         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10325         * gst/mpegstream/gstdvddemux.h:
10326         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10327         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10328         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10329         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10330         * gst/mpegstream/gstmpegparse.h:
10331         Use PTM/NAV events when for timestamp adjustment when connected to 
10332         dvdnavsrc. Don't use many discont events where one suffices.
10333         * gst/playback/gstplaybasebin.c: (group_destroy),
10334         (gen_preroll_element), (gst_play_base_bin_add_element):
10335         * gst/playback/gstplaybasebin.h:
10336         Make sure we remove subtitles from the same bin we put them in.
10337         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10338         (gst_subparse_buffer_format_autodetect),
10339         (gst_subparse_change_state):
10340         Fix some memleaks and invalid accesses.
10341         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10342         (oggskel_type_find), (cmml_type_find), (plugin_init):
10343         Some typefind functions for Annodex v3.0 files
10344         * gst/wavparse/gstwavparse.h:
10345         GstRiffReadClass is the correct parent class.
10346
10347 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10348
10349         * gst-libs/gst/riff/riff-media.c:
10350         (gst_riff_create_video_caps_with_data):
10351           Add extradata to huffyuv (fixes #165013).
10352         * gst-libs/gst/riff/riff-read.c:
10353         (gst_riff_read_strf_vids_with_data):
10354           Fix extradata extraction if it is in the chunk size.
10355
10356 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10357
10358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10359
10360         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10361         (gst_quarktv_change_state), (gst_quarktv_dispose):
10362           Memory free'ing location fix (#164708).
10363
10364 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10365
10366         * gst/playback/gstplaybasebin.c: (group_commit),
10367         (gen_preroll_element), (probe_triggered), (gen_source_element),
10368         (setup_source), (gst_play_base_bin_change_state),
10369         (gst_play_base_bin_add_element):
10370           Don't block for streams.
10371         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10372         (gst_stream_info_set_mute):
10373           Use gst_pad_set_active_recursive.
10374
10375 2005-01-25  Andy Wingo  <wingo@pobox.com>
10376
10377         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10378         for #ifndef HAVE_XVIDEO.
10379
10380 2005-01-24  Jeffrey C. Ollie
10381
10382         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10383
10384         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10385         * ext/gsm/gstgsmdec.h:
10386         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10387         * ext/gsm/gstgsmenc.h:
10388         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10389         was given by property. Add proper buffer timestamps and offsets.
10390
10391 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10392
10393         * gst-libs/gst/riff/riff-media.c:
10394         (gst_riff_create_audio_caps_with_data):
10395           Audio can be <8000Hz.
10396
10397 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10398
10399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10400           Explicit state change to workaround refcount bugs.
10401
10402 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10403
10404         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10405         (gst_avimux_riff_get_avi_header):
10406           Fix...
10407
10408 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10409
10410         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10411         (gst_riff_read_element_data):
10412         * gst-libs/gst/riff/riff-read.h:
10413           Add _peek version (req'ed in CDXA).
10414         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10415         (gst_cdxaparse_loop):
10416           Fix parsing in playbin.
10417         * gst/playback/gstdecodebin.c: (close_pad_link):
10418           Ignore current_ pads, they cause major annoyance.
10419
10420 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10421
10422         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10423           Safety guard.
10424
10425 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10426
10427         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10428           Fix padding...
10429
10430 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10431
10432         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10433           Allow for 0-sized buffers. Fixes length query problems in
10434           starwars.mkv from the testsuite.
10435
10436 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10437
10438         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10439         (gst_video_box_i420), (gst_video_box_chain):
10440           Fix row strides for I420 (fixes #163159)
10441           
10442 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10443
10444         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10445           MPEG2 has a useful rate property, so we can actually use that.
10446           For MPEG-1, continue using the bytes/time properties.
10447
10448 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10449
10450         * gst-libs/gst/riff/riff-media.c:
10451         (gst_riff_create_video_caps_with_data),
10452         (gst_riff_create_video_template_caps):
10453           Add intel-h263.
10454
10455 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10456
10457         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10458           Fail if caps negotiation fails. Should fix #162184, and should
10459           definately be in there regardless of it fixing the actual bug.
10460         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10461         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10462         (gst_avimux_riff_get_avix_header),
10463         (gst_avimux_riff_get_video_header),
10464         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10465         (gst_avimux_start_file), (gst_avimux_handle_event),
10466         (gst_avimux_change_state):
10467         * gst/avi/gstavimux.h:
10468           Refactor structure writing to use GST_WRITE_UINT macros, add
10469           metadata writing support.
10470
10471 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10472
10473         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10474           Elements may already be destroyed when this function is called.
10475
10476 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10477
10478         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10479         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10480           More memory leak fixes (#149162).
10481
10482 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10483
10484         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10485         (gst_qtdemux_add_stream):
10486           Fix two memleaks.
10487
10488 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10489
10490         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10491           Argh...
10492
10493 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10494
10495         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10496           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10497           when fixating to six channels in Totem.
10498
10499 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10500
10501         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10502           Fix compile warnings on Solaris 10 buildbot
10503
10504 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10505
10506         * ext/dvdread/dvdreadsrc.c: (_read):
10507           Don't read beyond the last cell in a chapter (fixes 
10508           invalid memory access)
10509
10510 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10511
10512         * ext/dvdread/stream_labels.c:
10513         (dvdreadsrc_get_audio_stream_labels):
10514           Use NULL for an empty GList instead of g_list_alloc(); fix 
10515           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10516           of GString (easier to bulk free later)
10517
10518 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10519
10520         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10521
10522         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10523         (gst_ffmpeg_pixfmt_to_caps):
10524           Fix BGRA32 caps (#164209).
10525
10526 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10527
10528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10529
10530         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10531         (gst_ffmpeg_caps_to_pixfmt):
10532           alpha_mask can be RGBA/ABGR. Fixes #164265.
10533
10534 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10535
10536         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10537
10538         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10539         (gst_mpeg2dec_alloc_buffer):
10540         * ext/mpeg2dec/gstmpeg2dec.h:
10541           Crop if decoding size is not the actual image size (#163676).
10542
10543 2005-01-17  Steve Baker  <steve@stevebaker.org>
10544
10545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10546
10547         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10548         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10549           Add libsndfile typefind functions (#163309).
10550
10551 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10552
10553         * tools/gst-launch-ext-m.m:
10554           Add .aac, fix .m1v/.m2v (#163891).
10555
10556 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10557
10558         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10559           Sanity check, don't wait endlessly since the clock might not
10560           actually run at this point (which is a deadlock). Fixes #164069.
10561
10562 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10563
10564         * gst/playback/gstplaybasebin.c: (probe_triggered):
10565           Of course, only pause if group is done...
10566
10567 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10568
10569         * gst/playback/gstplaybasebin.c: (probe_triggered):
10570           Thread safety.
10571
10572 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10573
10574         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10575           Don't return state change success when the parent
10576           failed.
10577
10578 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10579
10580         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10581           Free events (fix memleak in #162905).
10582
10583 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10584
10585         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10586
10587         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10588         (gst_ffmpeg_caps_to_pixfmt):
10589           Fix for depth = 15. Fixes #161675.
10590
10591 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10592
10593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10594           Set FPS correctly, even for webcams and the like.
10595         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10596           Don error on setting while capturing.
10597
10598 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10599
10600         * ext/dv/gstdvdec.c:
10601         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10602         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10603           I'm a bad boy. using /1001. to force C to do float division
10604           and not integer division (as it did in my last commit)
10605           Thanks to David I. Lehn for pointing this mistake.
10606
10607 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10608
10609         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10610           Revert Johan??s 1.35->1.36 since it breaks compat.
10611
10612 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10613
10614         * ext/dv/gstdvdec.c:
10615         * ext/libfame/gstlibfame.c:
10616         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10617         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10618           replace framerate aproximations by their real value
10619           (24000/1001, 30000/1001, 60000/1001)
10620           Finish fixing bug #164049
10621
10622 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10623
10624         * ext/ogg/gstoggmux.c:
10625           eos/bos debugging
10626         * gst/tcp/gstmultifdsink.c:
10627         * gst/tcp/gstmultifdsink.h:
10628         * gst/tcp/gsttcp.c:
10629         * gst/tcp/gsttcp.h:
10630         * gst/tcp/gsttcpclientsink.c:
10631         * gst/tcp/gsttcpclientsrc.c:
10632         * gst/tcp/gsttcpserversink.c:
10633         * gst/tcp/gsttcpserversrc.c:
10634           improve reusability of elements after state changes and errors
10635           make multifdsink throw away streamheaders when receiving new ones
10636
10637 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10638
10639         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10640           Fix for if items are already in list...
10641
10642 2005-01-12  Benjamin Otte  <otte@gnome.org>
10643
10644         * gst/adder/gstadder.c: (gst_adder_loop):
10645           fix adder a bit so it doesn't screw up with events as much anymore
10646
10647 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10648
10649         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10650         (pixbufscale_scale), (gst_pixbufscale_chain):
10651         * ext/gdk_pixbuf/pixbufscale.h:
10652           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10653           to ensure rowstrides are calculated the same way as 
10654           ffmpegcolorspace
10655           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10656           that we pick up duration and offset also.
10657
10658 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10659
10660         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10661         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10662           Reusability fixes.
10663
10664 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10665
10666         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10667         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10668         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10669         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10670           Update flags when requested.
10671
10672 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10673
10674         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10675           Fix dmix.
10676
10677 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10678
10679         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10680         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10681         (probe_triggered), (new_decoded_pad), (gen_source_element),
10682         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10683         * gst/playback/gstplaybasebin.h:
10684         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10685         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10686         (gst_play_bin_change_state):
10687           Implement group-switch signal for use in apps to clear metadata
10688           cache, clean up subtitle, add suburi property instead of # hack,
10689           some error-out fixes.
10690
10691 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10692
10693         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10694           Debug.
10695         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10696           If we got a state change in the _get handler, don't return success.
10697
10698 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10699
10700         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10701         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10702           Make jpegdec quiet on MJPEG decoding
10703         * gst/asfdemux/README:
10704           Fix mimetypes for MJPEG and H263
10705
10706 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10707
10708         * ext/theora/theoradec.c: (theora_dec_chain):
10709           Fix broken code generation by gcc by swapping arguments.
10710         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10711           Fix \n in debug.
10712
10713 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10714
10715         * TODO:
10716           delete this file, it is by far outdated
10717         * ext/alsa/gstalsa.1: remove
10718         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10719         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10720         (gst_alsa_get_caps):
10721           Add HW probing for supported sample rates. Fixes #161704
10722
10723 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10724
10725         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10726           Don't crash, biatch! :).
10727
10728 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10729
10730         * ext/musepack/gstmusepackreader.cpp:
10731         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10732           Some work on tags - still doesn't work in playbin...
10733         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10734           Handle events...
10735
10736 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10737
10738         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10739           Also shove tags on kid pads.
10740
10741 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10742
10743         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10744           Don't bail on unknown events.
10745         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10746           Don't crash on events before negotiation.
10747         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10748           Send tags on pads, too.
10749         * gst/playback/gststreamselector.c:
10750         (gst_stream_selector_request_new_pad):
10751           Forward events on first pad if no input was selected yet.
10752
10753 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10754
10755         * gst/playback/gstplaybasebin.c: (setup_substreams):
10756           Don't disable streamtype if the stream doesn't exist, since
10757           then playing a video after audio will disable both and nothing
10758           will happen. Fixes the testsuite.
10759
10760 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10761
10762         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10763         (gst_v4l_xoverlay_set_xwindow_id):
10764         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10765         (gst_v4l2_xoverlay_set_xwindow_id):
10766           Add debug categories, fix overlay disabling.
10767
10768 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10769
10770         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10771         * ext/alsa/gstalsa.h:
10772           Add HW probing for period_count/size and buffer_size MIX/MAX
10773           Adjust default/user defined value if out of bounds
10774           Should fix bug #162024
10775
10776 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10777
10778         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10779           Fix warning (#161191).
10780
10781 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10782
10783         * ext/dvdread/stream_labels.c:
10784         (dvdreadsrc_get_audio_stream_labels):
10785           Fix warning (init the good variable in switch default)
10786
10787 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10788
10789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10790
10791         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10792           Fix gcc-2.95 compile (#163485).
10793
10794 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10795
10796         * configure.ac:
10797         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10798         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10799         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10800         (gst_flacenc_change_state):
10801         * ext/flac/gstflacenc.h:
10802           Update for API change in flac-1.1.1. Update requirement in
10803           configure.ac. Fixes #162974.
10804
10805 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10806
10807         * gst/playback/gstplaybasebin.c: (group_destroy):
10808           Remove hack to get rid of assert and get rid of unlinked
10809           signals properly.
10810
10811 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10812
10813         * gst/playback/gstplaybasebin.c: (setup_source):
10814           Set source to NULL so that resources are free'ed. Fixes issues
10815           with playback of CDDA and similar device-accessing things.
10816
10817 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10818
10819         * testsuite/embed/Makefile.am:
10820           test->noinst, fix make test in buildbot.
10821
10822 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10823
10824         * ext/dvdread/stream_labels.c: new file
10825         * ext/dvdread/stream_labels.h: new file
10826         * ext/dvdread/Makefile.am:
10827         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10828           Extract audio stream label from DVD IFO files.
10829           It only dump them on the console for now, still have to
10830           make playbin aware of them.
10831
10832 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10833
10834         * gst/playback/gstplaybasebin.c: (setup_source):
10835           Fix hanging subs.
10836
10837 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10838
10839         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10840         (gen_preroll_element), (remove_groups), (setup_subtitle),
10841         (gen_source_element), (setup_source):
10842         * gst/playback/gstplaybasebin.h:
10843           Multiple .sub files is just a stupid idea... Fix some threading
10844           mistakes. Interestingly, external .sub files cause playbin to
10845           hang, I don't know why... Parsing fixes contributed by Fran??ois
10846           Kooman <fkooman@tuxed.net>.
10847
10848 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10849
10850         * testsuite/embed/Makefile.am:
10851           Fix buildbot.
10852
10853 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10854
10855         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10856
10857         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10858         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10859         (gst_pngenc_set_property):
10860         * ext/libpng/gstpngenc.h:
10861           Add compression level property (#163323).
10862
10863 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10864
10865         * configure.ac:
10866         * examples/capsfilter/capsfilter1.c: (main):
10867         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10868         * ext/dvdread/Makefile.am:
10869         * ext/dvdread/demo-play:
10870         * ext/dvdread/demo-play.c:
10871         * gconf/gstreamer.schemas.in:
10872         * gst-libs/gst/gconf/gconf.c:
10873         * sys/v4l/TODO:
10874         * testsuite/Makefile.am:
10875         * testsuite/embed/Makefile.am:
10876         * testsuite/embed/embed.c: (cb_expose), (main):
10877           Remove all references to xvideosink, fix examples (#140845).
10878         * gst/playback/gstplaybasebin.c: (group_destroy):
10879           Apparently, disposal does not unlink - so do explicitely.
10880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10881           Add debug.
10882
10883 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10884
10885         * README: fix PKG_CONFIG_PATH instructions, what was there
10886         previously was breaking default search path, not nice. 
10887         Fixes #163358
10888
10889 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10890
10891         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10892         (gst_audioscale_chain):
10893           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10894           when resampling - how the ^@$^!@^! is this possible?!?
10895
10896 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10897
10898         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10899           Reset variables on READY.
10900         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10901         (gst_matroska_mux_loop):
10902           Require data before writing header.
10903
10904 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10905
10906         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10907
10908         * ext/mad/gstmad.c: (gst_mad_chain):
10909           Don't call mad_stream_sync() directly after recovering sync.
10910           Fixes #151661.
10911
10912 2005-01-09  Martin Eikermann  <meiker@upb.de>
10913
10914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10915
10916         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10917         (snapshot_handler), (gst_snapshot_sinkconnect),
10918         (gst_snapshot_chain):
10919           Allocate resources when required, fix recursive signal emission
10920           and fix caps. Fixes #161667.
10921
10922 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10923
10924         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10925
10926         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10927         (gst_pngdec_chain):
10928           Handle only 8-bppc (bits-per-pixel-component) images, better
10929           error handling and correct strides. Fixes #163177.
10930         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10931         (gst_pngenc_chain):
10932           Better error handling. Fixes #163348.
10933
10934 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10935
10936         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10937         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10938         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10939         (dvdnavsrc_uri_handler_init):
10940           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10941         * gst/playback/gstplaybasebin.c: (gen_source_element):
10942           Add MMS to streaming URIs.
10943
10944 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10945
10946         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10947         * sys/xvimage/xvimagesink.c:
10948         (gst_xvimagesink_navigation_send_event):
10949           Check for pad availability before sending event.
10950
10951 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10952
10953         * gst-plugins.spec.in:
10954           Add subparse.
10955
10956 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10957
10958         * configure.ac:
10959           Since we use functions from CVS, up requirement.
10960
10961 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10962
10963         * gst/playback/Makefile.am:
10964         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10965         (group_destroy), (group_commit), (group_is_muted),
10966         (gen_preroll_element), (add_stream), (unknown_type),
10967         (probe_triggered), (preroll_unlinked), (mute_stream),
10968         (silence_stream), (new_decoded_pad), (setup_substreams),
10969         (setup_source), (get_active_source), (mute_group_type),
10970         (muted_group_change_state), (set_active_source),
10971         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10972         (play_base_eos), (gst_play_base_bin_change_state):
10973         * gst/playback/gstplaybasebin.h:
10974         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10975         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10976         (gst_stream_info_dispose), (stream_info_mute_pad),
10977         (stream_info_change_state), (gst_stream_info_set_mute):
10978         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10979         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10980         (gst_stream_selector_init), (gst_stream_selector_dispose),
10981         (gst_stream_selector_get_linked_pad),
10982         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10983         (gst_stream_selector_get_linked_pads),
10984         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10985         * gst/playback/gststreamselector.h:
10986           Adding stream selection support plus required properties for
10987           applications to use this. Fully fixes #100931.
10988
10989 2005-01-08  Benjamin Otte  <otte@gnome.org>
10990
10991         * gst/games/gstpuzzle.c: (nav_event_handler):
10992           - handle nav events differently: forward every event no matter if it
10993             was handled or not.
10994           - translate events
10995           You can now cheat by using navigationtest ! puzzle and moving the
10996           mouse close to the edge of a tile. ;)
10997
10998 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10999
11000         * configure.ac:
11001         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11002         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
11003         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
11004         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
11005         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
11006         (gst_ogm_parse_plugin_init):
11007         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
11008         (gst_textoverlay_link), (gst_textoverlay_getcaps),
11009         (gst_textoverlay_event), (gst_textoverlay_video_chain),
11010         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
11011         * ext/pango/gsttextoverlay.h:
11012         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11013         (gst_matroska_demux_handle_seek_event),
11014         (gst_matroska_demux_sync_streams),
11015         (gst_matroska_demux_parse_blockgroup),
11016         (gst_matroska_demux_subtitle_caps),
11017         (gst_matroska_demux_plugin_init):
11018         * gst/matroska/matroska-ids.h:
11019         * gst/playback/gstdecodebin.c: (close_pad_link):
11020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11021         (gen_preroll_element), (remove_groups), (add_stream),
11022         (new_decoded_pad), (setup_subtitles), (gen_source_element),
11023         (setup_source):
11024         * gst/playback/gstplaybasebin.h:
11025         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11026         * gst/subparse/Makefile.am:
11027         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11028         (gst_subparse_base_init), (gst_subparse_class_init),
11029         (gst_subparse_init), (gst_subparse_formats),
11030         (gst_subparse_eventmask), (gst_subparse_event),
11031         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11032         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11033         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11034         (parse_mpsub_deinit), (parse_mpsub_init),
11035         (gst_subparse_buffer_format_autodetect),
11036         (gst_subparse_format_autodetect), (gst_subparse_loop),
11037         (gst_subparse_change_state), (gst_subparse_type_find),
11038         (plugin_init):
11039         * gst/subparse/gstsubparse.h:
11040         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11041         (plugin_init):
11042           Add subtitle support, .sub parser (supports SRT and MPsub),
11043           OGM text support, Matroska UTF-8 text support, deadlock fixes
11044           all over the place, subtitle awareness in decodebin/playbin
11045           and some fixes to textoverlay to handle subtitles in a stream
11046           correctly. Fixes #100931.
11047
11048 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11049
11050         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11051           Check for pad availability before doing a query on it.
11052
11053 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11054
11055         * ext/dv/gstdvdec.c:
11056           really fix bpp24/32 dvdec caps (classic rgba indeed)
11057         * gst/asfdemux/gstasfdemux.c:
11058         (gst_asf_demux_process_ext_content_desc):
11059           don't send text tags if they are empty (bis repetita)
11060
11061 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11062
11063         * ext/dv/gstdvdec.c:
11064          remove unneeded comment from dvdec
11065           (related to DV 4CC codes in AVI files)
11066           moved them in gstreamer/docs/random/mimetypes
11067         * gst/asfdemux/gstasfdemux.c:
11068         (gst_asf_demux_process_ext_content_desc):
11069          don't send text tags if they are empty
11070          fix mem leak on error path
11071         * gst/ffmpegcolorspace/avcodec.h:
11072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11073         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11074         (gst_ffmpegcsp_avpicture_fill):
11075         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11076         * gst/ffmpegcolorspace/imgconvert_template.h:
11077          adds BGR32 and BGRA32 to ffmpegcolorspace
11078           (still bad colors, fixing it on next commit)
11079           helps with dvdec outputing BGR32
11080
11081 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11082
11083         * ext/dv/gstdvdec.c:
11084          Fix audio caps i just broke (missing ',')
11085         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11086         (gst_matroska_mux_reset):
11087          Fix typo + add FIXME about old "x-gst-metadata" crap
11088
11089 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11090
11091         * ext/dv/demo-play.c: (main):
11092          xvideosink -> xvimagesink
11093         * ext/dv/gstdvdec.c:
11094          change rgb 32/32 caps to 24/32 (no alpha)
11095          change nb of channels to be a list (2 or 4, not 2)
11096          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11097         * gst/asfdemux/gstasfdemux.c:
11098         (gst_asf_demux_process_ext_content_desc):
11099          Add 'date/year' to extracted metadata list
11100
11101 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11102
11103         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11104           The return value of fixate_to does not imply that the requested
11105           value was set, so don't assume.
11106
11107 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11108
11109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11110
11111         * ext/libpng/gstpngdec.c:
11112         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11113         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11114         * ext/libpng/gstpngenc.h:
11115           Alpha support (encoder; #163161), mime fixage.
11116
11117 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11118
11119         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11120
11121         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11122         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11123         (gst_faac_set_property), (gst_faac_get_property):
11124         * ext/faac/gstfaac.h:
11125           Allow for ADTS output (#153434).
11126
11127 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11128
11129         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11130           Fix against template (#150576).
11131
11132 2005-01-06  Benjamin Otte  <otte@gnome.org>
11133
11134         * gst/games/gstpuzzle.c: (draw_puzzle):
11135           don't draw a puzzle if either width or height of tiles would be 0.
11136
11137 2005-01-06  Benjamin Otte  <otte@gnome.org>
11138
11139         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11140         (gst_puzzle_class_init), (gst_puzzle_finalize):
11141           no memleaks, please
11142         (gst_puzzle_create), (gst_puzzle_init),
11143         (gst_puzzle_set_property), (gst_puzzle_setup):
11144           change initialization code around so we don't reshuffle on resize
11145         (draw_puzzle):
11146           fix another stupid typo
11147
11148 2005-01-06  Benjamin Otte  <otte@gnome.org>
11149
11150         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11151           fix stupid typo that borked copying on YUY2
11152
11153 2005-01-06  Benjamin Otte  <otte@gnome.org>
11154
11155         * gst/games/gstpuzzle.c: (draw_puzzle):
11156           fix edges when image sizes aren't multiples of tile sizes
11157
11158 2005-01-06  Benjamin Otte  <otte@gnome.org>
11159
11160         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11161           make RGB endianness work correctly
11162         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11163           refactor and fix race with initial shuffling
11164         (nav_event_handler):
11165           allow using the mouse to puzzle
11166         (draw_puzzle):
11167           insist on tiles having width and height as multiples of 4 to get
11168           clean YUV image handling
11169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11170         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11171           s/DEBUG/LOG/ for common messages
11172         (gst_xvimagesink_navigation_send_event):
11173           fix mouse event translation to not include screen PAR
11174         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11175           fix mouse event translation to actually work
11176
11177 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11178
11179         * gst/asfdemux/gstasfdemux.c:
11180         (gst_asf_demux_process_ext_content_desc):
11181          Extract TrackNumber metadata + clean up code
11182         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11183          Hope this is the good fix (var used unitialised)
11184
11185 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11186
11187         * ext/faad/gstfaad.c: (gst_faad_chain):
11188           Only increment timestamp if it's valid. Fixes raw AAC streams.
11189
11190 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11191
11192         * configure.ac:
11193         * gst/games/Makefile.am:
11194         * gst/games/gstpuzzle.c:
11195           add a puzzle game with...
11196         * gst/games/gstvideoimage.c:
11197         * gst/games/gstvideoimage.h:
11198           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11199           from videotestsrc and made into something that would be a nice
11200           library for a lot of other plugins.
11201
11202 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11203
11204         * configure.ac:
11205          don't compile faad plugin if a RC of 2.0 is found
11206          Fixes #155346 (and FC1 buildbot)
11207         * gst/asfdemux/gstasfdemux.c:
11208         (gst_asf_demux_process_ext_content_desc):
11209          try to make Solaris compiler happier
11210
11211 2005-01-06  Paul Jack  <pjack@sfaf.org>
11212
11213         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11214
11215         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11216           Fix segfault (#161667).
11217
11218 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11219
11220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11221           Fix framerate reporting.
11222
11223 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11224
11225         * gst-libs/gst/riff/riff-ids.h:
11226         * gst/wavenc/riff.h:
11227          Add AMR (VBR and CBR) ids to riff.h audio codec list
11228         * gst/asfdemux/gstasfdemux.c:
11229         (gst_asf_demux_process_ext_content_desc),
11230         (gst_asf_demux_process_object):
11231           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11232
11233 2005-01-05  Martin Eikermann  <meiker@upb.de>
11234
11235         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11236
11237         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11238         (gst_dvd_demux_handle_discont):
11239         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11240         (gst_mpeg_demux_handle_discont):
11241           Recreate pads on new-media (#160730).
11242         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11243           Send discont even if manager changes timestamps (#161929).
11244
11245 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11246
11247         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11248
11249         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11250           Fix invalid memory access (#159211).
11251
11252 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11253
11254         * examples/gstplay/player.c: (main):
11255           Don't iterate.
11256         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11257           Add visualizations.
11258         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11259         (gst_a52dec_handle_frame):
11260           Set duration.
11261         * ext/dvdnav/gst-dvd:
11262           Add audioconvert. Fixes #161325.
11263         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11264           Explicitely case to gint64. Possible valgrind error.
11265         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11266         (gst_play_tick_callback), (gst_play_change_state),
11267         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11268         (gst_play_set_location), (gst_play_get_location),
11269         (gst_play_seek_to_time), (gst_play_set_data_src),
11270         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11271         (gst_play_set_visualization), (gst_play_connect_visualization),
11272         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11273         (gst_play_new):
11274           Use playbin. Fixes #139749 and #147744.
11275         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11276           Add genre tag.
11277         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11278         (audioscale_get_type), (gst_audioscale_base_init),
11279         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11280         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11281         (gst_audioscale_link), (gst_audioscale_get_buffer),
11282         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11283         (gst_audioscale_init), (gst_audioscale_dispose),
11284         (gst_audioscale_chain), (gst_audioscale_set_property),
11285         (gst_audioscale_get_property), (plugin_init):
11286           Indent properly.
11287         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11288           Fix LPCM.
11289         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11290         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11291         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11292           Add more metadata (fixes #162656).
11293
11294 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11295
11296         * configure.ac:
11297           back to cvs
11298
11299 === release 0.8.7 ===
11300
11301 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11302
11303         * NEWS:
11304         * RELEASE:
11305         * configure.ac:
11306           releasing 0.8.7, "Hyperspace"
11307
11308 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11309
11310         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11311
11312         * gst/playback/gstplaybasebin.c:
11313          Fix for #162924 - free caps after use, not before
11314
11315 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11316
11317         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11318
11319         * gst/playback/gstplaybasebin.c:
11320         * gst/wavparse/gstwavparse.c:
11321           Fix for #154773 - fixes playback of small .wav files
11322
11323 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11324
11325         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11326
11327         * gst/audioscale/gstaudioscale.c:
11328           Fix for #162819 - make audioscale reusable
11329           Fixes playback of more than one file with playbin/totem
11330
11331 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11332
11333         * gst/ffmpegcolorspace/avcodec.h:
11334         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11335         * gst/ffmpegcolorspace/imgconvert.c:
11336           clean up the mess that made me cry and avoid needless duplication
11337
11338 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11339
11340         * gst/ffmpegcolorspace/imgconvert.c:
11341           give some indication of why we're segfaulting
11342
11343 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11344
11345         * configure.ac:
11346           Fix indentation, fix v4l2 plugin detection.
11347         * ext/Makefile.am:
11348           Fix libmms location (Maciej, use diff -u!).
11349         * ext/alsa/gstalsa.c: (gst_alsa_init):
11350           Initialize caps cache to NULL.
11351         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11352           Only change state on audiosink if it exists.
11353
11354 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11355
11356         * gst/matroska/matroska-demux.c:
11357         * gst/matroska/matroska-ids.h:
11358         * gst/matroska/matroska-demux.h:
11359         Fix Vorbis streams failing to decode in some files, where cluster_time
11360         isn't 0, because then it doesn't send codec_priv before actual data.
11361         Remove time-based test and replace it with marker set on beginning of
11362         new stream
11363
11364 2004-12-28  David Schleef  <ds@schleef.org>
11365
11366         Merge patch from Ronald fixing problems with streaming
11367         text.
11368         * ext/cairo/gstcairo.c: (plugin_init):
11369         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11370         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11371         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11372         (gst_textoverlay_font_init), (gst_textoverlay_init),
11373         (gst_textoverlay_set_property):
11374         * ext/cairo/gsttextoverlay.h:
11375
11376 2004-12-27  David Schleef  <ds@schleef.org>
11377
11378         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11379         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11380         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11381         (gst_textoverlay_font_init), (gst_textoverlay_init),
11382         (gst_textoverlay_set_property): Improvements to actually
11383         render text as white on black outline on video, including
11384         font selection and horizontal/vertical alignment.  (Ronald's
11385         christmas present)
11386         * ext/cairo/gsttextoverlay.h:
11387
11388 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11389
11390         * ext/ogg/gstogg.c:
11391         * ext/ogg/gstogmparse.c:
11392           fix ogm[audio/video]parse plugin registration
11393           (riff won't load if bytestream is already loaded)
11394
11395 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11396
11397         * gst/audioconvert/gstchannelmix.c:
11398           fix for GLIB < 2.4
11399
11400 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11401
11402         * Makefile.am:
11403         * configure.ac:
11404           disable docs again until it actually passes make distcheck.
11405
11406 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11407
11408         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11409         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11410         (plugin_init):
11411           Add 3GP (variables name Q3GP because they can't start with a
11412           number). Add samr audio fourcc (used in .3gp files), decoder
11413           is work in progress. Also do a GST_WARNING instead of ERROR
11414           in case of unknown nodes, to decrease output.
11415
11416 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         * Makefile.am:
11419           really fix dist
11420
11421 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11422
11423         * configure.ac:
11424         * ext/speex/gstspeexdec.h:
11425         * ext/speex/gstspeexenc.h:
11426           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11427           Fix detection code in configure.ac
11428
11429 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11430
11431         * gst/matroska/matroska-demux.c:
11432         (gst_matroska_demux_parse_blockgroup):
11433           Save position, so that queries give proper return values. Don't
11434           know how this could ever have worked before...
11435
11436 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11437
11438         * configure.ac:
11439           Put additional LAME check inside the conditional.  Fixes #152339
11440
11441 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11442
11443         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11444         (gst_avi_demux_stream_scan):
11445           Add some more debug. Fix logic error when setting movi offset
11446           while reading index.
11447
11448 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11449
11450         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11451         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11452         (gst_avi_demux_process_next_entry):
11453           Add some debugging. Better detection of broken indexes and the
11454           accompanying index recovery. No infinite loops on state changes
11455           when we're still in our loopfunction.
11456
11457 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11458
11459         * configure.ac:
11460           Fix up.
11461
11462 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11463
11464         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11465
11466         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11467           Normalizing the value before setting
11468         (gst_sunaudiomixer_get_volume):
11469           Normalizing the value after getting. Fixes bug# 161980
11470
11471 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11472
11473         * Makefile.am: Make sure docs gets disted
11474         * docs/Makefile.am: Make sure all needed files get disted
11475         * gst-plugins.spec.in: latest updates
11476
11477 2004-12-22  Wim Taymans  <wim@fluendo.com>
11478
11479         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11480         Revert patch 1.38 as clock distribution over schedulers does
11481         not work correcly in the core yet.
11482
11483 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11484
11485         * sys/oss/README: remove this file, which predates my birth
11486           (and which content is by far outdated)
11487
11488 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11489
11490         * Makefile.am:
11491         * configure.ac:
11492         * docs/Makefile.am:
11493         * docs/libs/Makefile.am:
11494         * docs/libs/gst-plugins-libs-docs.sgml:
11495         * docs/libs/gst-plugins-libs-sections.txt:
11496         * docs/libs/tmpl/gstgconf.sgml:
11497         * docs/upload.mak:
11498         * docs/version.entities.in:
11499           Added boilerplate gtk-doc files for plugin-libs documentation.
11500
11501 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11502
11503         * gst/auparse/gstauparse.c: fix int and float audio caps
11504
11505 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11506
11507         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11508         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11509           g_assert() can be a macro, don't use #ifdef inside it.
11510
11511 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11512
11513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11514
11515         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11516         (gst_videorate_init), (gst_videorate_chain),
11517         (gst_videorate_change_state):
11518           Event handling (fixes #159986).
11519
11520 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11521
11522         * gst-libs/gst/riff/riff-media.c:
11523         (gst_riff_create_video_caps_with_data):
11524           Add BLZ0 (Blizzard's version of DivX) fourcc.
11525
11526 2004-12-18  David Schleef  <ds@schleef.org>
11527
11528         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11529         portability fix.
11530
11531 2004-12-18  David Schleef  <ds@schleef.org>
11532
11533         * gst/tta/ttadec.h: Disable some header code that isn't used
11534         and clearly isn't portable.
11535
11536 2004-12-18  David Schleef  <ds@schleef.org>
11537
11538         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11539         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11540         (avcodec_get_pix_fmt), (avpicture_layout),
11541         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11542         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11543         Fix code to not use GCC extensions (and c99 extensions that
11544         Forte does not like.)
11545
11546 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11547
11548         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11549
11550         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11551         (gst_deinterlace_chain):
11552           Rowstride fixes. Fixes #161039.
11553         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11554         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11555         (gst_video_crop_getcaps), (gst_video_crop_link),
11556         (gst_video_crop_i420), (gst_video_crop_chain),
11557         (gst_video_crop_change_state):
11558           Rework of negotiation. Actually works now. Fixes #158650.
11559
11560 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11561
11562         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11563           That was very stupid.
11564
11565 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11566
11567         * gst/matroska/matroska-demux.c:
11568         (gst_matroska_demux_parse_blockgroup):
11569           Fix possible crasher.
11570
11571 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11572
11573         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11574         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11575           Lace sizes can be zero.
11576
11577 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11578
11579         * ext/musepack/gstmusepackdec.cpp:
11580           Fetch error return values. Fixes #161624.
11581         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11582           Really EOS.
11583
11584 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11585
11586         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11587           Work for truncated (unfinished download etc.) files. Fixes #160514.
11588
11589 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11590
11591         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11592           Fix for integer overflow. Makes #156001 not crash. Probably masks
11593           the real bug.
11594
11595 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11596
11597         * gst/ac3parse/gstac3parse.c: (plugin_init):
11598           Parsers never have ranks. Fixes #159651.
11599
11600 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11601
11602         * gst/playback/gstdecodebin.c: (compare_ranks):
11603           make sure the facotries are ordered the same every time even if they
11604           have the same rank by using the name
11605         * gst/playback/gstdecodebin.c: (find_compatibles):
11606           make sure we don't add factories to the list twice
11607
11608 2004-12-16  David Schleef  <ds@schleef.org>
11609
11610         * configure.ac: look for musepack headers as musepack/*.h
11611         (fixes #159847)
11612         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11613         * ext/musepack/gstmusepackreader.h: same
11614
11615 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11616
11617         * gst-libs/gst/riff/riff-read.c:
11618         (gst_riff_read_strf_auds_with_data):
11619           Read extradata correctly (fixes #155879).
11620
11621 2004-12-16  David Schleef  <ds@schleef.org>
11622
11623         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11624         audio.  does _not_ attempt or allow conversion unless channels
11625         is 1 or 2.
11626
11627 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11628
11629         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11630
11631 2004-12-16  David Schleef  <ds@schleef.org>
11632
11633         * gst/audioscale/gstaudioscale.c: the resample library only
11634         handles 1 or 2 channels.  Change caps to compensate.
11635
11636 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11637
11638         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11639         (gst_matroska_demux_audio_caps):
11640           Some MPEG-AAC hacks, because else it doesn't work...
11641
11642 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11643
11644         * gst-libs/gst/riff/riff-media.c:
11645         (gst_riff_create_video_caps_with_data),
11646         (gst_riff_create_video_template_caps):
11647           Add h264.
11648
11649 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11650
11651         * gst-libs/gst/audio/Makefile.am:
11652           Try to fix buildbot.
11653
11654 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11655
11656         * gst/tcp/gstmultifdsink.c:
11657           Clean up and uniformize debugging.
11658
11659 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11660
11661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11662
11663         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11664         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11665         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11666         (gst_mpeg_demux_change_state):
11667           Reset on ready. Fixes 160276.
11668
11669 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11670
11671         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11672
11673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11674         (gst_ffmpegcsp_pad_link):
11675           Fix memleak (#154815).
11676
11677 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11678
11679         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11680
11681         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11682         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11683         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11684         * ext/musicbrainz/gsttrm.h:
11685           Add support for using a proxy server when getting a trm id from
11686           the MusicBrainz database (#149613).
11687
11688 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11689
11690         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11691
11692         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11693         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11694           Fix memleaks (#157233).
11695
11696 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11697
11698         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11699
11700         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11701         * gst-libs/gst/resample/resample.h:
11702         * gst/audioscale/gstaudioscale.c:
11703           Fix memleak (#159215).
11704
11705 2004-12-16  Toni Willberg  <toniw@iki.fi>
11706
11707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11708
11709         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11710         * sys/oss/oss_probe.c: (main):
11711           Check for mono/stereo support (similar to samplerate probing),
11712           fixes #159433. Also add missing copyright header to oss_probe.c.
11713
11714 2004-12-15  David Schleef  <ds@schleef.org>
11715
11716         * configure.ac: add audioresample and cairo plugins.  Remove
11717         HAVE_MMX stuff, because it's not used.
11718         * ext/Makefile.am: same
11719         * ext/audioresample/Makefile.am: You are not ready for an
11720         audio resampling element based on audioresample.
11721         * ext/audioresample/gstaudioresample.c:
11722         * ext/audioresample/gstaudioresample.h:
11723         * ext/cairo/Makefile.am: You are not ready for overlay elements
11724         based on cairo.  Don't look too closely, these elements kinda
11725         suck right now.
11726         * ext/cairo/gstcairo.c: new
11727         * ext/cairo/gsttextoverlay.c: new
11728         * ext/cairo/gsttextoverlay.h: new
11729         * ext/cairo/gsttimeoverlay.c: new
11730         * ext/cairo/gsttimeoverlay.h: new
11731         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11732         problem with compilers that don't support variadic macros.
11733
11734 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11735
11736         Reviewed by:  David Schleef  <ds@schleef.org>
11737
11738         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11739         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11740         bit.  Also ran indent-gst.
11741         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11742         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11743         (gst_sunaudiosrc_setparams):
11744
11745 2004-12-14  David Schleef  <ds@schleef.org>
11746
11747         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11748         output rate to 16000.  Should fix #160235.
11749
11750 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11751
11752         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11753         Add typefinding for mpeg2 pes streams
11754
11755 2004-12-13  David Schleef  <ds@schleef.org>
11756
11757         * configure.ac:  Applied patch from bug #143659, making default
11758         sources and sinks OS-dependent (for Solaris), and added code
11759         for OS/X.
11760         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11761
11762 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11763
11764         * gst-libs/gst/riff/riff-media.c:
11765           forgot to add h2.64 to avidemux template caps
11766
11767 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11768
11769         * gst/wavenc/riff.h:
11770         * gst-libs/gst/riff/riff-media.c:
11771         * gst-libs/gst/riff/riff-ids.h:
11772         * gst/avi/gstavimux.c
11773         add 4CC code for VideoSoft h264 in AVI (VSSH)
11774           fixes bug #160655
11775         remove s323 from riff, it's quicktime specific :(
11776
11777 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11778
11779         * gst/asfdemux/README
11780         * gst/wavenc/riff.h
11781         * gst-libs/gst/riff/riff-ids.h
11782         * gst-libs/gst/riff/riff-media.c
11783         * gst/qtdemux/qtdemux.c:
11784           add new 4CC codes for h263 related codecs
11785           fixes partially bug #155163
11786
11787 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11788
11789         * configure.ac: Update polyaudio requirement to 0.7
11790         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11791
11792 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11793
11794         * gst/interleave/deinterleave.c:
11795         fix my name's spelling! :)
11796
11797 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11798
11799         * AUTHORS ChangeLog
11800         * gst/auparse/gstauparse.c
11801         * gst/interleave/deinterleave.c
11802         * gst/law/:
11803                 alaw-decode.c alaw-encode.c
11804                 mulaw-decode.c mulaw-encode.c
11805         * gst/oneton/gstoneton.c
11806         * sys/osxaudio/:
11807                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11808         * sys/osxvideo/:
11809                 cocoawindow.h cocoawindow.m
11810                 osxvideosink.h osxvideosink.m
11811
11812         put the same mail address for Zaheer Abbas Merali everywhere
11813
11814 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11815
11816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11817           Align by packetsize, and assert that we a packet available before
11818           playing. The first makes webstreams work (they often include
11819           trailing padding data in a packet), the second allows pausing a
11820           ASF stream in totem without getting demux errors afterwards.
11821
11822 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11823
11824         * ext/ogg/gstoggdemux.c: (get_relative):
11825           Check for non-NULL before accessing member (end-of-chain).
11826
11827 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11828
11829         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11830         (cdparanoia_set_property), (cdparanoia_get_property):
11831         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11832         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11833         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11834         (dvdreadsrc_init), (dvdreadsrc_set_property),
11835         (dvdreadsrc_get_property):
11836         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11837         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11838           Synchronize property names where not yet the case. Devices are
11839           now device=X, other versions are deprecated (but still exist).
11840           Also use g_free() unconditionally.
11841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11842         (setup_source), (gst_play_base_bin_get_property):
11843           Expose source.
11844
11845 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11846
11847         * configure.ac: move GCONF macro outside conditional for the am
11848           conditional. Fixes #160439
11849
11850 2004-12-08  David Schleef  <ds@schleef.org>
11851
11852         * tools/gst-visualise-m.m: Switch to elements that currently
11853         exist.
11854
11855 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11856
11857         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11858           We love wrong commas.
11859
11860 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11861
11862         * gst/matroska/matroska-demux.c:
11863         (gst_matroska_demux_handle_src_query):
11864           Don't set DEFAULT, unsupported - makes length display incorrectly
11865           in some cases.
11866
11867 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11868
11869         * gst/monoscope/README: remove blurb about files being GPL
11870         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11871         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11872           monoscope is now effectively LGPL licensed
11873
11874 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11875
11876         * gst/monoscope/README: Update information to be more correct
11877         * gst/monoscope/convolve.c: Relicense to LGPL
11878         * gst/monoscope/convolve.h: Relicense to LGPL
11879
11880 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11881
11882         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11883           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11885           set default_duration for mpeg1 audio
11886
11887 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11888
11889         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11890         * ext/alsa/gstalsa.h:
11891           refactor big chunks of the core caps negotiation code to make it
11892           a lot faster, because people claim it's really slow
11893           (actually, just cache the getcaps when the device is opened)
11894
11895 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11896
11897         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11898         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11899         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11900         (gst_a52dec_change_state), (plugin_init):
11901         * ext/a52dec/gsta52dec.h:
11902           Do something useful with timestamps. Make chain-based (since
11903           there's really no reason to be loopbased).
11904         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11905           Update current_byte/frame correctly.
11906
11907 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11908
11909         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11910         (gst_ape_demux_stream_init):
11911           Forward tags, too.
11912
11913 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11914
11915         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11916           Let's make sure we're done typefinding when detecting tags.
11917
11918 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11919
11920         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11921         (gst_ebml_read_init), (gst_ebml_read_use_event),
11922         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11923         (gst_ebml_read_seek), (gst_ebml_read_skip),
11924         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11925         (gst_ebml_read_master):
11926         * gst/matroska/ebml-read.h:
11927         * gst/matroska/matroska-demux.c:
11928         (gst_matroska_demux_parse_contents),
11929         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11930           Disgustingly evil hack for working around INTERRUPT events and
11931           their extremely annoying habit of being a pain in the ass. We
11932           simply peek a cluster before reading any of it.
11933
11934 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11935
11936         * ext/musepack/gstmusepackdec.cpp:
11937           There's also floating point libmusepacks.
11938
11939 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11940
11941         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11942         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11943           Set DURATION even if source buffer didn't. Also use increasing
11944           timestamps.
11945         * gst-libs/gst/riff/riff-media.c:
11946         (gst_riff_create_audio_caps_with_data):
11947           Block_align can have larger values than 8192.
11948
11949 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11950
11951         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11952         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11953         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11954         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11955           Fix caps.
11956
11957 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11958
11959         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11960           Fix logic bug.
11961
11962 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11963
11964         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11965           Yay, another one.
11966
11967 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11968
11969         * ext/esd/esdsink.c: (gst_esdsink_chain):
11970           Make error actually say something useful (fixes #156798).
11971         * gst-libs/gst/riff/riff-media.c:
11972         (gst_riff_create_video_caps_with_data),
11973         (gst_riff_create_video_template_caps):
11974           Add Intel Video 5.0 fourcc (IV50).
11975
11976 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11977
11978         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11979         detection on mono and stereo mp3 files.
11980
11981 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11982
11983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11984           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11985           the contained stream).
11986
11987 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11988
11989         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11990           Oops, remove debug.
11991
11992 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11993
11994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11995
11996         * gst/law/alaw-decode.c: (alawdec_getcaps):
11997         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11998           Prevent warnings when negotiating caps (fixes #159338).
11999
12000 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12001
12002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12003         (gst_ffmpegcsp_chain):
12004           Remove old leftover that shouldn't be there...
12005
12006 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12007
12008         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12009
12010         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12011           Don't forward DISCONT events (fixes #159684).
12012
12013 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12014
12015         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
12016           Unlink manually since sometimes bin disposal (and therefore
12017           pad unlinking) is delayed, which will cause a new media file
12018           to not be able to start playing instantly.
12019
12020 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12021
12022         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
12023           On mute of an unlinked stream, check for pad availability so
12024           we don't crash on unlinked pad.
12025
12026 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12027
12028         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12029         (gst_avi_demux_massage_index):
12030           Fix quite humiliating bug in omitting 0-sized index chunks but
12031           forgetting to count them for timestamps.
12032
12033 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12034
12035         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12036           Actually leave the loop if we failed to sync. Don't crash.
12037
12038 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12039
12040         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12041         (gst_dvd_demux_process_private):
12042         * gst/mpegstream/gstdvddemux.h:
12043           Fix crash (#159759). Doesn't work, though. :-(.
12044
12045 2004-11-28  Benjamin Otte  <otte@gnome.org>
12046
12047         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12048           more overwriting protection due to modifying channels one by one
12049           instead of all at once
12050
12051 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12052
12053         * gst/audioconvert/gstchannelmix.c:
12054         (gst_audio_convert_fill_normalize):
12055           Normalize using absolute values.
12056
12057 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12058
12059         * configure.ac:
12060         * ext/Makefile.am:
12061         * ext/directfb/Makefile.am:
12062         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12063         (gst_directfbvideosink_get_pixel_format),
12064         (gst_directfbvideosink_get_format_from_fourcc),
12065         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12066         (gst_directfbvideosink_sink_link),
12067         (gst_directfbvideosink_change_state),
12068         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12069         (gst_directfbvideosink_buffer_alloc),
12070         (gst_directfbvideosink_interface_supported),
12071         (gst_directfbvideosink_interface_init),
12072         (gst_directfbvideosink_navigation_send_event),
12073         (gst_directfbvideosink_navigation_init),
12074         (gst_directfbvideosink_set_property),
12075         (gst_directfbvideosink_get_property),
12076         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12077         (gst_directfbvideosink_base_init),
12078         (gst_directfbvideosink_class_init),
12079         (gst_directfbvideosink_get_type), (plugin_init):
12080         * ext/directfb/directfbvideosink.h: Adding a first version of
12081         directfbvideosink.
12082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12083         more.
12084
12085 2004-11-28  Benjamin Otte  <otte@gnome.org>
12086
12087         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12088           walk the samples backwards if out_channels > in_channels so we don't
12089           overwrite data
12090
12091 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12092
12093         * gst/audioconvert/Makefile.am:
12094         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12095         (gst_audio_convert_link), (gst_audio_convert_change_state),
12096         (gst_audio_convert_channels):
12097         * gst/audioconvert/gstchannelmix.c:
12098         (gst_audio_convert_unset_matrix),
12099         (gst_audio_convert_fill_identical),
12100         (gst_audio_convert_fill_compatible),
12101         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12102         (gst_audio_convert_fill_others),
12103         (gst_audio_convert_fill_normalize),
12104         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12105         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12106         * gst/audioconvert/gstchannelmix.h:
12107           Implement a channel mixer.
12108
12109 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12110
12111         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12112         * ext/alsa/gstalsa.h:
12113         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12114         Make alsasink actually honor gst_element_set_clock and use that
12115         clock instead of its internal one.
12116
12117 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12118
12119         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12120         (gst_play_base_bin_change_state): nullify source and decoder when
12121         going from READY to NULL so that we don't try to do weird stuff with
12122         them when going from NULL to READY
12123         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12124         instead of g_object_unref
12125         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12126         it should be correct
12127         (gst_play_bin_change_state): don't call remove_sinks if we are
12128         currently disposing the object
12129
12130 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12131
12132         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12133           Don't forget bass if it's there. Else left channel is silent...
12134
12135 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12136
12137         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12138         (gst_a52dec_change_state):
12139           Don't do sample adjusting anymore, we use float audio now.
12140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12141           Don't fixate to non-existing properties.
12142
12143 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12144
12145         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12146         (gst_a52dec_change_state):
12147           Advertise that we can do surround sound.
12148
12149 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12150
12151         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12152           Add buffer-frames=0.
12153         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12154         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12155         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12156         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12157         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12158         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12159         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12160         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12161         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12162         * ext/dvdread/dvdreadsrc.h:
12163           Add seeking, querying for bytes, sectors, title, angle and
12164           chapter. Handle multiple chapters. Relicense to LGPL because
12165           Billy agreed on that (thanks Billy!).
12166
12167 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12168
12169         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12170         call parent dispose method
12171
12172 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12173
12174         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12175         (gst_audio_clock_get_internal_time):
12176         Fix active <-> inactive transitions: ensure time value always
12177         grows and avoid abrupt value changes.
12178
12179 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12180
12181         * configure.ac:
12182         * gst/tta/Makefile.am:
12183         * gst/tta/crc32.h:
12184         * gst/tta/filters.h:
12185         * gst/tta/gsttta.c:
12186         * gst/tta/gstttadec.c:
12187         * gst/tta/gstttadec.h:
12188         * gst/tta/gstttaparse.c:
12189         * gst/tta/gstttaparse.h:
12190         * gst/tta/ttadec.h:
12191           added TTA parser and decoder
12192
12193 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12194
12195         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12196         (probe_triggered), (check_queue), (buffer_underrun),
12197         (buffer_running), (buffer_overrun), (gen_source_element),
12198         (setup_source):
12199         * gst/playback/gstplaybasebin.h:
12200           Implement buffering. Needs some more work.
12201
12202 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12203
12204         * ext/theora/theoradec.c: (theora_dec_chain):
12205           Fix ilog mask range overflow.
12206
12207 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12208
12209         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12210           Don't omit the last (which in case of dmix is the only :) )
12211           channel count. Don't set channels if <= 2.
12212
12213 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12214
12215         * gst/playback/gstplaybin.c: (gen_video_element),
12216         (gen_audio_element): Removed 2 obsolete comments
12217
12218 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12219
12220         * ext/vorbis/oggvorbisenc.c
12221         * ext/vorbis/vorbisenc.c :
12222           change description fields of those plugins to differentiate them
12223           (pitivi show Encoders by description, they had the same one)
12224
12225 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12226
12227         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12228
12229         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12230         (gst_play_bin_set_property), (gen_video_element),
12231         (gen_audio_element):
12232           Refcounting fixes for provided audio-/videosinks.
12233
12234 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12235
12236         * gst/playback/gstplaybin.c: (gen_video_element),
12237         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12238           Don't reference all sinks, but only the video- and audiosinks.
12239           The vis. element should be disposed when we're done with it.
12240           We don't have any reason to keep it around. This fixes warnings
12241           when reusing playbin for playing multiple audio files with
12242           vis. enabled. Also release audio device on pause - idea stolen
12243           from Rhythmbox.
12244
12245 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12246
12247         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12248         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12249         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12250         * ext/alsa/gstalsaplugin.c: (plugin_init):
12251         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12252         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12253         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12254         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12255         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12256         (gst_faad_change_state), (plugin_init):
12257         * ext/faad/gstfaad.h:
12258         * ext/vorbis/vorbis.c: (plugin_init):
12259         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12260         * gst-libs/gst/audio/Makefile.am:
12261         * gst-libs/gst/audio/audio.c: (plugin_init):
12262         * gst-libs/gst/audio/multichannel.c:
12263         (gst_audio_check_channel_positions),
12264         (gst_audio_get_channel_positions),
12265         (gst_audio_set_channel_positions),
12266         (gst_audio_set_structure_channel_positions_list),
12267         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12268         (gst_audio_fixate_channel_positions):
12269         * gst-libs/gst/audio/multichannel.h:
12270         * gst-libs/gst/audio/testchannels.c: (main):
12271         * gst/audioconvert/gstaudioconvert.c:
12272         (gst_audio_convert_class_init), (gst_audio_convert_init),
12273         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12274         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12275         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12276         * gst/audioconvert/plugin.c: (plugin_init):
12277           Surround sound support.
12278
12279 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12280
12281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12282           Fix position for discont if we're close as well. Nitpicking, but
12283           saves a few milliseconds of extra waiting or skipping.
12284
12285 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12286
12287         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12288           We sometimes need parsers for playback, so add those too.
12289
12290 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12291
12292         * configure.ac:
12293         * gst/apetag/Makefile.am:
12294         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12295         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12296         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12297         (gst_ape_demux_get_src_query_types),
12298         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12299         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12300         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12301         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12302         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12303         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12304         (gst_ape_demux_change_state):
12305         * gst/apetag/apedemux.h:
12306         * gst/apetag/apetag.c: (plugin_init):
12307         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12308         (plugin_init):
12309           APE v1/2 tag reader plus typefind function.
12310
12311 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12312
12313         * configure.ac:
12314         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12315         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12316           Remove hacks for older core. Require newer core version
12317           accordingly.
12318
12319 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12320
12321         * gst/cdxaparse/Makefile.am:
12322         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12323         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12324         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12325         * gst/cdxaparse/gstcdxaparse.h:
12326         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12327         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12328         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12329         (gst_cdxastrip_get_src_query_types),
12330         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12331         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12332         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12333         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12334         * gst/cdxaparse/gstcdxastrip.h:
12335           SVCD/VCD header stripping separated from CDXA image parsing.
12336         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12337         (plugin_init):
12338           Add VCD/SVCD header typefinding for VCD/SVCD.
12339         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12340         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12341         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12342         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12343         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12344         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12345         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12346         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12347         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12348         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12349         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12350         * sys/vcd/vcdsrc.h:
12351           Fix up, add seeking, querying, URI interface. Works in totem now.
12352
12353 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12354
12355         * configure.ac:
12356           back to CVS
12357
12358 === release 0.8.6 ===
12359
12360 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12361
12362         * NEWS:
12363         * RELEASE:
12364         * configure.ac:
12365         * po/af.po:
12366         * po/az.po:
12367         * po/cs.po:
12368         * po/en_GB.po:
12369         * po/hu.po:
12370         * po/it.po:
12371         * po/nb.po:
12372         * po/nl.po:
12373         * po/or.po:
12374         * po/sq.po:
12375         * po/sr.po:
12376         * po/sv.po:
12377         * po/uk.po:
12378           releasing 0.8.6, "IOU Love"
12379
12380 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12381
12382         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12383
12384         * gst/playback/gstplaybasebin.c:
12385           Fix unplayable files error handling.  Fixes #158365
12386
12387 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12388
12389         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12390
12391         * gst/typefind/gsttypefindfunctions.c:
12392           Fix broken mp3 typefinding.  Fixes #158375
12393
12394 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12395
12396         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12397
12398         * ext/ogg/gstoggdemux.c:
12399           Fix sync on broken files.  Fixes #158976
12400
12401 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12402
12403         patch by: Edward Hervey <bilboed@bilboed.com>
12404
12405         * ext/libpng/gstpngenc.c:
12406           Copy over buffer properties.  Fixes #158832
12407
12408 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12409
12410         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12411
12412         * ext/dvdread/dvdreadsrc.c:
12413           Fixes invalid reads (#158462)
12414
12415 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12416
12417         * sys/v4l/gstv4lsrc.c:
12418         * sys/v4l/gstv4lsrc.h:
12419         * sys/v4l/v4lsrc_calls.c:
12420           Probe less and cache it.  Fixes #159187.
12421
12422 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12423
12424         * gst/videorate/gstvideorate.c:
12425           Handle all video formats. Fixes #159186.
12426
12427 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12428         * gst/synaesthesia/gstsynaesthesia.c:
12429         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12430         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12431         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12432         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12433         (gst_synaesthesia_change_state), (plugin_init):
12434         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12435         Force 320x200 output, as that's the only thing the underlying
12436         synaesthesia implementation supports. Still needs to be made
12437         re-entrant.
12438
12439 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12440
12441         * configure.ac:
12442           Fix mpeg2enc configure check (similar to mplex check below).
12443
12444 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12445
12446         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12447
12448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12449           Fix for gcc-2.95 (fixes #158221).
12450
12451 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12452
12453         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12454           Re-add clock distribution hack (until new core is released).
12455           Fixes #158125.
12456
12457 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12458         * configure.ac:
12459           fix mplex configure check segfaulting on some systems (bug #140994)
12460
12461 2004-11-13  Benjamin Otte  <otte@gnome.org>
12462
12463         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12464           add debugging
12465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12466           do a wait when we enter the loop func with no data available to
12467           write instead of getting into an 100% CPU loop by just returning and
12468           being called again by the scheduler
12469
12470 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12471
12472         * configure.ac:
12473         * ext/libvisual/visual.c: (gst_visual_get_type),
12474         (libvisual_log_handler), (gst_visual_getcaps),
12475         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12476         (plugin_init):
12477           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12478         * ext/smoothwave/Makefile.am:
12479         * ext/smoothwave/demo-osssrc.c: (main):
12480         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12481         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12482         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12483         (plugin_init):
12484         * ext/smoothwave/gstsmoothwave.h:
12485           Make gstsmoothwave a working element in the 20th century.
12486
12487         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12488           Fix incorrect link function
12489
12490 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12491
12492         * gst/volume/gstvolume.c:
12493           Allow buffer-frames=0.
12494
12495 2004-11-12 Iain <iaingnome@gmail.com>
12496
12497         * configure.ac: Check for polypaudio
12498
12499         * ext/Makefile.am: Build the polyp dir
12500
12501         * ext/polyp: The polypsink sources.
12502
12503 2004-10-30 Iain <iaingnome@gmail.com>
12504
12505         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12506         caps to reflect the new number of channels.
12507
12508 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12509
12510         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12511           Fix for negotiation order problem. This would show when the
12512           ALSA loopfuction was called before any other function. ALSA
12513           wouldn't do anything because we're not negotiated yet, leading
12514           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12515
12516 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12517
12518         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12519
12520         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12521           No warnings (#157986).
12522
12523 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12524
12525         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12526           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12527
12528 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12529
12530         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12531           Signal no-more-pads (so it works in playbin).
12532
12533 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12534
12535         * ext/musepack/gstmusepackreader.cpp:
12536           Workaround for older core.
12537
12538 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12539
12540         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12541           Actually test for odd width/height rather than testing whether
12542           a temporary variable that was 0 before we subtracted 1 is now
12543           not equal to zero (which it always is).
12544
12545 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12546
12547         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12548         Fix compilation if HAVE_XVIDEO is not defined
12549
12550 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12551
12552         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12553         Fix compilation if HAVE_XVIDEO is not defined
12554
12555 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12556
12557         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12558         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12559         (gst_goom_change_state), (plugin_init):
12560         Use the bytestream adapter so goom doesn't depend on the input
12561         buffer size.
12562         Add a debug category
12563
12564 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12565
12566         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12567           Only set hardware parameters *after* negotiation. Before
12568           negotiation, it will set ANY and that seems to cause crashes
12569           (see e.g. #151288, #153227).
12570
12571 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12572
12573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12574           This seems to be antique leftover. It needs to pass error
12575           checking.
12576         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12577         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12578         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12579         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12580           Fix GstXOverlay implementation (#151059).
12581
12582 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12583
12584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12585           Don't assert (#157853).
12586
12587 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12588
12589         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12590           Fix bytes/samples confustion.
12591         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12592           Fix for underrun (#144389).
12593
12594 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12595
12596         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12597           Disable halfway-seek for pending release (since it needs a new
12598           core release).
12599
12600 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12601
12602         * sys/v4l/gstv4lsrc.c:
12603         * sys/v4l/gstv4lsrc.h:
12604         * sys/v4l/v4lsrc_calls.c:
12605           add autoprobe-fps property so we can separate autoprobing parts
12606
12607 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12608
12609         * sys/v4l/gstv4lsrc.c:
12610         * sys/v4l/v4lsrc_calls.c:
12611         initialise fourcc to catch unset fourcc's, and debug
12612
12613 2004-11-09  Wim Taymans  <wim@fluendo.com>
12614
12615         * gst/playback/README:
12616         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12617         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12618         (gst_play_bin_dispose), (gst_play_bin_set_property),
12619         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12620         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12621         (gst_play_bin_get_formats), (gst_play_bin_convert),
12622         (gst_play_bin_get_query_types), (gst_play_bin_query):
12623         Cleanups and some more documentation.
12624
12625 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12626
12627         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12628         (gst_cacasink_init), (gst_cacasink_chain):
12629         * ext/libcaca/gstcacasink.h:
12630         Cacasink inherits from VideoSink, so let that store the clock.
12631
12632 2004-11-09  Wim Taymans  <wim@fluendo.com>
12633
12634         * gst/playback/README:
12635         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12636         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12637         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12638         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12639         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12640         (setup_sinks):
12641         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12642         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12643         * gst/playback/gststreaminfo.h:
12644         Updated README.
12645         Only switch groups if all streams have muted (EOSed).
12646         Send Tags in sync with the stream playback instead of in
12647         the playback/preroll phase.
12648         Some cleanups, free the fakesrc elements.
12649
12650 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12651
12652         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12653           buffer-frames property was missing
12654         * ext/arts/gst_arts.c:
12655           rate missing from sinkcaps
12656         * ext/audiofile/gstafparse.c:
12657         * ext/audiofile/gstafsink.c:
12658         * ext/audiofile/gstafsrc.c:
12659         * ext/swfdec/gstswfdec.c:
12660           int audio doesn't know buffer-frames
12661         * ext/cdparanoia/gstcdparanoia.c:
12662           int audio doesn't know chunksize either
12663         * ext/nas/nassink.c:
12664           it's endianness, not endianess
12665         * gst-libs/gst/audio/audio.h:
12666           make float standard pad template caps really describe float
12667         * gst/law/mulaw.c: (linear_factory):
12668           signed only, please
12669         * gst/mpegstream/gstdvddemux.c:
12670           widths of 20 are not valid
12671
12672 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12673
12674         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12675
12676         * po/LINGUAS:
12677         * po/it.po:
12678           Add Italian
12679
12680 2004-11-08  Wim Taymans  <wim@fluendo.com>
12681
12682         * gst/playback/README:
12683         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12684         * gst/playback/gstplaybasebin.c: (probe_triggered),
12685         (gst_play_base_bin_change_state):
12686         Updated README, added more comments for fixmes etc..
12687
12688 2004-11-08  Wim Taymans  <wim@fluendo.com>
12689
12690         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12691         We can remove this hack now.
12692
12693 2004-11-08  Wim Taymans  <wim@fluendo.com>
12694
12695         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12696         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12697         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12698         Only mix AYUV for maximum quality.
12699
12700 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12701
12702         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12703         (gst_ogg_demux_push), (gst_ogg_pad_push):
12704           Let's act as if we're synchronized now! :).
12705         * ext/theora/theoradec.c: (theora_dec_chain):
12706           Add some debug.
12707
12708 2004-11-08  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12711         (gst_alpha_set_property), (gst_alpha_sink_link),
12712         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12713         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12714         (gst_alpha_init_params), (gst_alpha_chain):
12715         Implement alpha functions for AYUV too, this increases
12716         accuracy quite a bit.
12717
12718 2004-11-08  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/ffmpegcolorspace/avcodec.h:
12721         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12722         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12723         (gst_ffmpegcsp_avpicture_fill):
12724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12725         (gst_ffmpegcsp_caps_remove_format_info):
12726         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12727         (shrink12), (img_get_alpha_info), (deinterlace_line),
12728         (deinterlace_line_inplace):
12729         * gst/ffmpegcolorspace/imgconvert_template.h:
12730         Added AYUV colorspace and handle RGBA a bit more respectful.
12731
12732 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12733
12734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12735           Actually always send a discont (cornercase when resending the
12736           same serial-tagged chain twice).
12737
12738 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12739
12740         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12741         (gst_ximagesink_finalize):
12742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12743         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12744
12745 2004-11-08  Wim Taymans  <wim@fluendo.com>
12746
12747         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12748         Don't segfault on NULL data.
12749
12750 2004-11-08  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst/playback/gstdecodebin.c: (unlinked):
12753         * gst/playback/gstplay-marshal.list:
12754         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12755         (gst_play_base_bin_init), (group_create), (get_active_group),
12756         (get_building_group), (group_destroy), (group_commit),
12757         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12758         (add_element_stream), (no_more_pads), (probe_triggered),
12759         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12760         (state_change), (setup_source), (gst_play_base_bin_get_property),
12761         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12762         (gst_play_base_bin_link_stream),
12763         (gst_play_base_bin_get_streaminfo):
12764         * gst/playback/gstplaybasebin.h:
12765         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12766         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12767         Add support for chained ogg files. Prepare for playlist
12768         support. This patch introduces the concept of pad groups, which
12769         together compose one playable media file.
12770
12771 2004-11-07  David Schleef  <ds@schleef.org>
12772
12773         * testsuite/gst-lint: Check for pad templates that aren't statically
12774         scoped.
12775
12776 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12777
12778         * configure.ac:
12779         * ext/Makefile.am:
12780         * ext/musepack/Makefile.am:
12781         * ext/musepack/gstmusepackdec.cpp:
12782         * ext/musepack/gstmusepackdec.h:
12783         * ext/musepack/gstmusepackreader.cpp:
12784         * ext/musepack/gstmusepackreader.h:
12785           Add musepack decoder.
12786         * ext/faad/gstfaad.c: (gst_faad_base_init):
12787           Make pad templates static.
12788         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12789         (plugin_init):
12790           Add musepack typefinder, make mp3 typefinding work halfway stream,
12791           which doesn't actually work yet because id3demux doesn't implement
12792           _get_length().
12793
12794 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12795
12796         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12797         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12798           Fix interrupt event handling (#144436).
12799
12800 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12801
12802         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12803           Hide unused glory.
12804
12805 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12806
12807         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12808
12809         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12810           Fix weird caps (#157548).
12811
12812 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12813
12814         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12815
12816         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12817           Add missing NULL terminator (#157543).
12818
12819 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12820
12821         * gst/tcp/gsttcp.h:
12822         * gst/tcp/gsttcpclientsink.c:
12823         * gst/tcp/gsttcpclientsrc.c:
12824         * gst/tcp/gsttcpserversink.c:
12825         * gst/tcp/gsttcpserversrc.c:
12826           ports can go up to 65535.  Move common defines to gsttcp.h
12827
12828 2004-11-05  Wim Taymans  <wim@fluendo.com>
12829
12830         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12831         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12832         Added two more colorspaces.
12833
12834 2004-11-05  Wim Taymans  <wim@fluendo.com>
12835
12836         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12837         (gst_ffmpegcsp_avpicture_fill):
12838         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12839         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12840         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12841         More stride fixes.
12842
12843 2004-11-05  Wim Taymans  <wim@fluendo.com>
12844
12845         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12846         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12847         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12848         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12849         (gst_videomixer_loop):
12850         More stride fixes.
12851
12852 2004-11-05  Benjamin Otte  <otte@gnome.org>
12853
12854         * ext/mad/gstmad.c: (gst_mad_chain):
12855           don't overflow data buffer. Flush not needed sync data when syncing
12856           failed.
12857
12858 2004-11-04  Wim Taymans  <wim@fluendo.com>
12859
12860         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12861         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12862         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12863         (gst_alpha_init_params), (gst_alpha_chain),
12864         (gst_alpha_change_state):
12865         Updated the chroma keying algorithm with something more
12866         sophisticated.
12867
12868 2004-11-03  Wim Taymans  <wim@fluendo.com>
12869
12870         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12871         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12872         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12873         Fix stride issues. Does not completely work for odd
12874         heights.
12875
12876 2004-11-03  Wim Taymans  <wim@fluendo.com>
12877
12878         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12879         (gst_alpha_chroma_key), (gst_alpha_chain):
12880         Fix stride issues. Does not completely work for odd
12881         heights.
12882
12883 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12884
12885         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12886         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12887         leak fixes
12888
12889 2004-11-03  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12892         (gst_ffmpegcsp_avpicture_fill):
12893         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12894         (avpicture_alloc):
12895         * gst/ffmpegcolorspace/imgconvert_template.h:
12896         Use correct _fill function to get correct strides.
12897
12898 2004-11-02  David Schleef  <ds@schleef.org>
12899
12900         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12901         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12902         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12903         Change all g_print()s to debugging.  Add a bunch of consistency
12904         checks.
12905
12906 2004-11-02  Wim Taymans  <wim@fluendo.com>
12907
12908         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12909         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12910         (unlinked), (no_more_pads), (close_link):
12911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12912         (unknown_type), (add_element_stream), (new_decoded_pad),
12913         (removed_decoded_pad), (setup_source):
12914         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12915         (gst_stream_info_class_init), (gst_stream_info_init),
12916         (gst_stream_info_new), (gst_stream_info_dispose),
12917         (stream_info_mute_pad), (gst_stream_info_set_property),
12918         (gst_stream_info_get_property):
12919         * gst/playback/gststreaminfo.h:
12920         Fix playback of multiple files.
12921         a slightly different approach to handling dynamic pad removals.
12922         This one only looks at pads that we have linked.
12923
12924 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12925
12926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12927         free" warning from libc.
12928
12929 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12930
12931         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12932         (get_unconnected_element), (remove_starting_from), (pad_removed),
12933         (close_link):
12934           Implement support for dynamic pad changing. We listen to "live"
12935           pad removals (i.e. while playing) and re-setup autoplugging
12936           after that. Playbasebin/playbin need some more work for this
12937           to finally work, but decodebin supports (and replugs) chained
12938           ogg now.
12939
12940 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12941
12942         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12943         (gst_alsa_finalize):
12944         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12945         (gst_cdaudio_finalize):
12946         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12947         (cdparanoia_finalize):
12948         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12949         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12950         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12951         (dvdreadsrc_finalize):
12952         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12953         (gst_flacdec_finalize):
12954         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12955         (gst_flacenc_finalize):
12956         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12957         (gst_gnomevfssink_finalize):
12958         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12959         (gst_gnomevfssrc_finalize):
12960         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12961         (gst_fameenc_finalize):
12962         * ext/nas/nassink.c: (gst_nassink_class_init),
12963         (gst_nassink_finalize):
12964         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12965         (gst_sdlvideosink_class_init):
12966         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12967         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12968         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12969         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12970         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12971         (gst_x_window_listener_dispose):
12972         * gst/audioscale/gstaudioscale.c:
12973         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12974         (play_on_demand_finalize):
12975         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12976         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12977         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12978         (cdplayer_finalize):
12979         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12980         (gst_glimagesink_class_init):
12981         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12982         (gst_osselement_finalize):
12983         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12984         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12985         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12986           Fixes a bunch of problems with finalize and dispose functions,
12987           either assumptions that dispose is only called once, or not calling
12988           the parent class dispose/finalize function
12989
12990 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12991
12992         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12993           added two api precondition guards
12994           use g_strdup with getenv to fix crash when using ENVVAR
12995
12996 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12997         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12998         (gst_esdsink_finalize):
12999         Use a finalize function, not dispose, and more importantly,
13000         call the parent class finalize function too
13001
13002 2004-11-01  Johan Dahlin  <johan@gnome.org>
13003
13004         * ext/ogg/gstoggdemux.c:
13005         * gst/tags/gstvorbistag.c:
13006         Plug leaks.
13007
13008 2004-10-31  Benjamin Otte  <otte@gnome.org>
13009
13010         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13011           lotsa memleaks today. But they're all small...
13012
13013 2004-10-31  Benjamin Otte  <otte@gnome.org>
13014
13015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13016           another memleak crushed
13017
13018 2004-10-31  Benjamin Otte  <otte@gnome.org>
13019
13020         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13021           fix memleak
13022
13023 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13024
13025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13026           Hack to prevent crash when going to READY inside signal handler
13027           while this function is active.
13028
13029 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13030
13031         * gst/ffmpegcolorspace/Makefile.am:
13032         * gst/ffmpegcolorspace/avcodec.h:
13033         * gst/ffmpegcolorspace/common.h:
13034         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13035         * gst/ffmpegcolorspace/dsputil.h:
13036         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13038         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13039         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13040         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13041         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13042         (gst_ffmpegcsp_avpicture_fill):
13043         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13045         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13046         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13047         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13048         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13049         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13050         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13051         * gst/ffmpegcolorspace/imgconvert.c:
13052         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13053         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13054         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13055         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13056         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13057         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13058         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13059         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13060         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13061         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13062         (grow21), (grow22), (grow41), (grow44), (conv411),
13063         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13064         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13065         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13066         (avpicture_free), (is_yuv_planar), (img_convert),
13067         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13068         (deinterlace_line_inplace), (deinterlace_bottom_field),
13069         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13070         * gst/ffmpegcolorspace/imgconvert_template.h:
13071         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13072         * gst/ffmpegcolorspace/mmx.h:
13073         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13074         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13075         (av_freep), (avcodec_get_context_defaults),
13076         (avcodec_alloc_context), (avcodec_init):
13077           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13078           handling plus update from ffmpeg CVS. Large clean-up.
13079
13080 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13081
13082         * gst/playback/Makefile.am:
13083           We need the marshallers for decodebin, too.
13084
13085 2004-10-30  David Schleef  <ds@schleef.org>
13086
13087         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13088           quicktime typefinding work with 64-bit offsets.
13089
13090 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13091
13092         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13093           Set EOS on the element when processing an EOS event.
13094         * ext/speex/gstspeexdec.h:
13095         * ext/speex/gstspeexenc.h:
13096           Only keep a const ptr to the mode
13097         * gst-libs/gst/riff/riff-media.c:
13098         (gst_riff_create_audio_caps_with_data),
13099         (gst_riff_create_audio_template_caps):
13100           Allow WMAV3, with up to 6 channels.
13101         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13102           Don't call gst_pad_set_event_function on a sink pad.
13103         * gst/mpegstream/gstdvddemux.c:
13104         (gst_dvd_demux_get_subpicture_stream),
13105         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13106           Copy the explicit caps that were set across to the cur_* pads,
13107           instead of trying to use a possibly non-existent negotiated caps.
13108           Reset the type of subpicture pads to UNKNOWN after calling
13109           init_stream, so that the caps get set.
13110
13111 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13112
13113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13114
13115         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13116           Don't touch buffer if it is of size 0 (fixes #151064).
13117
13118 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13119
13120         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13121           Synchronized discont handling.
13122
13123 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13124
13125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13126         (gst_ogg_demux_push):
13127           Make seeking sort-of exact again (fixes #156387).
13128
13129 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13130
13131         * gst/playback/gstplaybasebin.c: (unknown_type),
13132         (add_element_stream), (new_decoded_pad),
13133         (gst_play_base_bin_change_state):
13134         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13135         (gst_stream_info_init), (gst_stream_info_new),
13136         (gst_stream_info_dispose), (gst_stream_info_get_property):
13137         * gst/playback/gststreaminfo.h:
13138           Make caps explicitely available. Makes testing for unsupported
13139           types possible. Improves error reporting.
13140
13141 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13142
13143         * gst/audioconvert/gstaudioconvert.c:
13144         (gst_audio_convert_buffer_to_default_format):
13145           Really don't touch read-only buffers (#156563).
13146
13147 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13148
13149         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13150
13151         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13152           Fix memleak (#155223).
13153
13154 2004-10-29  Wim Taymans  <wim@fluendo.com>
13155
13156         * gst/tcp/.cvsignore:
13157         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13158         (gst_multifdsink_class_init), (gst_multifdsink_init),
13159         (gst_multifdsink_add), (gst_multifdsink_remove),
13160         (gst_multifdsink_remove_client_link), (is_sync_frame),
13161         (gst_multifdsink_new_client),
13162         (gst_multifdsink_handle_client_write),
13163         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13164         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13165         (gst_multifdsink_get_property):
13166         * gst/tcp/gstmultifdsink.h:
13167         Added burst on connect sync_method, deprecated sync_clients,
13168         streamlined the sync code some more.
13169
13170 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13171
13172         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13173         (gst_play_base_bin_change_state):
13174           Improve error reporting.
13175
13176 2004-10-28  Wim Taymans  <wim@fluendo.com>
13177
13178         * gst/tcp/Makefile.am:
13179         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13180         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13181         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13182         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13183         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13184         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13185         (gst_fdset_wait):
13186         Added more locks around fdset structures. Fixed/reworked
13187         the poll array resizing code.
13188         Added stress test for fdset.
13189
13190 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13191
13192         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13193         fix build
13194
13195 2004-10-28  Benjamin Otte  <otte@gnome.org>
13196
13197         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13198           fix link function to always query channels and query width for
13199           floats
13200         * configure.ac:
13201           add equalizer dir
13202         * gst/equalizer/Makefile.am:
13203         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13204         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13205         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13206         (arg_to_scale), (setup_filter),
13207         (gst_iir_equalizer_compute_frequencies),
13208         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13209         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13210         (plugin_init):
13211           add an equalizer
13212
13213 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13214
13215         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13216
13217         * po/LINGUAS:
13218         * po/nb.po:
13219           Added Norwegian Bokmaal translation
13220
13221 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13222
13223         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13224           Don't break on options (fixes #156488).
13225
13226 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13227
13228         * configure.ac:
13229         * ext/cdaudio/Makefile.am:
13230         * sys/Makefile.am:
13231           fix build on older automake
13232
13233 2004-10-26  Wim Taymans  <wim@fluendo.com>
13234
13235         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13236         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13237         Allow a little margin when negotiating the framerate.
13238
13239 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13240
13241         * gst/level/gstlevel.c:
13242           synchonised naming of pads and pad-templates
13243
13244 2004-10-26  Wim Taymans  <wim@fluendo.com>
13245
13246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13247         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13248         (_find_streams_check), (gst_ogg_demux_push):
13249         Fix EOS again. Needs to be done in a better way. We should not
13250         remove the pad if there is no new chained stream.
13251
13252 2004-10-26 Iain <iaingnome@gmail.com>
13253
13254         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13255         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13256         of the caps.
13257         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13258         pad.
13259         (interleave_release_pad): Remove the pad.
13260         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13261         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13262         the set device.
13263         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13264         attrs
13265         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13266         (gst_xvimagesink_finalize): Free the par.
13267
13268 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13269
13270         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13271         (gst_avimux_stop_file):
13272           First calculate the rate, and only then use it. Hdr.rate is a
13273           multiple and not a derivative of hdr.scale. Scale is not the
13274           same as blockalign but is solely related to rate.
13275
13276 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13277
13278         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13279         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13280           Implement seeking.
13281
13282 2004-10-25  James Henstridge  <james@jamesh.id.au>
13283
13284         Reviewed by:  David Schleef  <ds@schleef.org>
13285
13286         * examples/gstplay/player.c: (got_stream_length), (main):
13287         * examples/seeking/cdplayer.c: (update_scale):
13288         * examples/seeking/seek.c: (format_value), (update_scale):
13289         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13290         (stop_seek):
13291         Build fixes on AMD64.
13292
13293 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13294
13295         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13296
13297         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13298         Fix for some v4l cards which hang in v4lsrc
13299
13300 2004-10-25  Wim Taymans  <wim@fluendo.com>
13301
13302         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13303         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13304         Make sure to remove the pad when a new chain is
13305         encountered. Set some vars to NULL so we don't try
13306         to reference freed memory.
13307
13308 2004-10-25  Wim Taymans  <wim@fluendo.com>
13309
13310         * examples/seeking/Makefile.am:
13311         * examples/seeking/cdplayer.c: (update_scale):
13312         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13313         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13314         (format_value), (update_scale), (iterate), (start_seek),
13315         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13316         (print_usage), (main):
13317         Added some more examples, update others.
13318
13319 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13320
13321         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13322         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13323         * ext/theora/theoradec.c: (theora_dec_chain):
13324         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13325           Add codec-name metadata.
13326
13327 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13328
13329         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13330
13331         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13332         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13333         * ext/alsa/gstalsamixertrack.h:
13334         * po/POTFILES.in:
13335           ALSA mixer track label internationalization (#154054).
13336
13337 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13338
13339         * ext/theora/theoradec.c: (theora_dec_chain):
13340           Export bitrate as metadata.
13341
13342 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13343
13344         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13345         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13346         * ext/alsa/gstalsamixertrack.h:
13347           Fix names, fix loop.
13348
13349 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13350
13351         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13352         (speex_dec_convert):
13353           sinkconvert function so oggdemux can get the file length (totem).
13354
13355 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13356
13357         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13358
13359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13360           Don't push incomplete packets.
13361         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13362           Fix MPEG-4 audio typefinding.
13363
13364 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13365
13366         * sys/v4l/Makefile.am:
13367         * sys/v4l/gstv4l.c: (plugin_init):
13368         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13369         (gst_v4lelement_init), (gst_v4lelement_dispose),
13370         (gst_v4lelement_change_state):
13371         * sys/v4l/gstv4lelement.h:
13372         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13373         (gst_v4l_xoverlay_close), (idle_refresh),
13374         (gst_v4l_xoverlay_set_xwindow_id):
13375         * sys/v4l/gstv4lxoverlay.h:
13376         * sys/v4l/v4l-overlay_calls.c:
13377         * sys/v4l/v4l_calls.h:
13378         * sys/v4l2/Makefile.am:
13379         * sys/v4l2/gstv4l2.c: (plugin_init):
13380         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13381         (gst_v4l2element_init), (gst_v4l2element_dispose),
13382         (gst_v4l2element_change_state):
13383         * sys/v4l2/gstv4l2element.h:
13384         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13385         (gst_v4l2_xoverlay_close), (idle_refresh),
13386         (gst_v4l2_xoverlay_set_xwindow_id):
13387         * sys/v4l2/gstv4l2xoverlay.h:
13388         * sys/v4l2/v4l2-overlay_calls.c:
13389         * sys/v4l2/v4l2_calls.h:
13390           Remove client-side overlay handling, use the X-server v4l plugin
13391           for that. Nicer overlay, less code. Also make the plugin
13392           compileable without X (but then without overlay, obviously).
13393           Makes xwindowlistener obsolete, should we remove that?
13394
13395 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13396
13397         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13398         (gst_osssrc_src_query):
13399         * sys/oss/gstosssrc.h:
13400           OK, so people want offset in DEFAULT. This time, actually fix all
13401           cases.
13402         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13403           Add FPS properly.
13404
13405 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13406
13407         * gst/asfdemux/gstasfmux.c:
13408         * gst/avi/gstavimux.c:
13409           Framerate.
13410
13411 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13412
13413         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13414           Fix properties (channel, norm, frequency).
13415
13416 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13417
13418         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13419           Flag typo.
13420         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13421           No warnings.
13422
13423 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13424
13425         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13426           Fix hang.
13427
13428 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13429
13430         * sys/v4l2/gstv4l2element.h:
13431           Yet Another Hack (tm) for kernel header borkedness.
13432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13433         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13434         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13435         (gst_v4l2src_change_state):
13436         * sys/v4l2/gstv4l2src.h:
13437         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13438         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13439           Fix caps, keep track of state, work.
13440
13441 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13442
13443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13444           Quiet.
13445
13446 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13447
13448         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13449           Don't mix bytes and samples.
13450
13451 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13452
13453         * ext/ogg/gstoggmux.c:
13454           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13455           and theora. Any is incorrect.
13456         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13457           Fix caps.
13458         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13459         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13460         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13461         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13462         * sys/v4l/gstv4lmjpegsrc.h:
13463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13464         (gst_v4lsrc_change_state):
13465         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13466         (gst_v4lmjpegsrc_capture_stop):
13467           Fix caps. Keep track of internal state. Work.
13468
13469 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13470
13471         * ext/Makefile.am:
13472           Fix the build fixes.
13473
13474 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13475
13476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13477         (gst_ogg_demux_src_event), (_find_chain_seek),
13478         (gst_ogg_pad_push):
13479           Check for pad availability before using it.
13480         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13481           Fix parsing of chained ogg. Needs more work on the decoder side.
13482
13483 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13484
13485         * gst/spectrum/Makefile.am:
13486         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13487         (idle_func):
13488           Fix demo and reenable it. Yes, I'm currently playing with audio
13489           analysis tools
13490
13491 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13492
13493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13494           We love it if files that start at zero work too...
13495
13496 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13497
13498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13499           Handle files with missing EOS headers.
13500
13501 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13502
13503         * gst/tcp/gsttcpserversink.c:
13504         (gst_tcpserversink_handle_server_read),
13505         (gst_tcpserversink_init_send):
13506         Zero some variables first (need for accept not to return EINVAL)
13507
13508 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13509
13510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13511         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13512         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13513         (theora_dec_chain):
13514         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13515         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13516           Seeking and querying finetune.
13517
13518 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13519
13520         * configure.ac:
13521         * ext/Makefile.am:
13522         * ext/raw1394/Makefile.am:
13523           fix the build
13524
13525 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13526
13527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13528           Wrong return.
13529         * gst/playback/Makefile.am:
13530         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13531         * gst/playback/gstplay-marshal.list:
13532         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13533           Fix marshallers.
13534
13535 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13536
13537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13538           Silence.
13539
13540 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13541
13542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13543         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13544         (gst_ogg_pad_push):
13545           Yay for non-lineair granulepos in theora.
13546
13547 2004-10-18  Wim Taymans  <wim@fluendo.com>
13548
13549         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13550         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13551         * ext/dv/gstdvdec.h:
13552         Make sure we renegotiate aspect ratio when the camera switches.
13553
13554 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13555
13556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13557         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13558           Start at zero.
13559         * ext/theora/theoradec.c: (theora_dec_chain):
13560           Skip headers. Bad idea for chained ogg, but fixes seeking.
13561
13562 2004-10-18  Wim Taymans  <wim@fluendo.com>
13563
13564         * configure.ac:
13565         I swear, this is the last time I touch this.
13566
13567 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13568
13569         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13570         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13571         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13572           Faster seeking.
13573         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13574           Time-to-default conversion.
13575         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13576           Don't error on unknown packets, just skip. We should probably
13577           read them if we want to support chained ogg.
13578
13579 2004-10-18  Wim Taymans  <wim@fluendo.com>
13580
13581         * configure.ac:
13582         Added cdaudio to wrong list.
13583
13584 2004-10-18  Wim Taymans  <wim@fluendo.com>
13585
13586         * configure.ac:
13587         Revive cdaudio.
13588
13589 2004-10-18  Wim Taymans  <wim@fluendo.com>
13590
13591         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13592         (gst_dvdec_video_link), (gst_dvdec_push):
13593         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13594         (gst_smokeenc_resync), (gst_smokeenc_chain):
13595         Fix mimetype on smoke encoder.
13596         Add aspect ratio to dvdec. Not sure if these
13597         values are correct though....
13598
13599 2004-10-18  Wim Taymans  <wim@fluendo.com>
13600
13601         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13602         Fix vorbis property descriptions and ranges.
13603
13604 2004-10-18  Wim Taymans  <wim@fluendo.com>
13605
13606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13607         Really do nothing when no data is available.
13608         Go to the playing state when the stream is not seekable
13609         instead of failing.
13610
13611 2004-10-18  Wim Taymans  <wim@fluendo.com>
13612
13613         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13614         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13615         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13616         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13617         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13618         Added uri handler for cd://
13619         Port to new API.
13620
13621 2004-10-18  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13624         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13625         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13626         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13627         (remove_prerolls), (unknown_type), (add_element_stream),
13628         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13629         (gst_play_base_bin_remove_element),
13630         (gst_play_base_bin_link_stream):
13631         * gst/playback/gstplaybin.c: (gen_video_element),
13632         (gen_vis_element), (remove_sinks), (setup_sinks):
13633         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13634         (gst_stream_info_get_type), (gst_stream_info_class_init),
13635         (gst_stream_info_init), (gst_stream_info_new),
13636         (gst_stream_info_dispose), (stream_info_mute_pad),
13637         (gst_stream_info_set_property), (gst_stream_info_get_property):
13638         * gst/playback/gststreaminfo.h:
13639         Add sink padtemplate to decodebin.
13640         Added some more comments.
13641         Make queue size configurable in playbasebin.
13642         Added possibility to use elements as sinks (ex cdaudio).
13643
13644 2004-10-15  Wim Taymans  <wim@fluendo.com>
13645
13646         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13647         (gst_speexenc_chain):
13648         Fix speex timestamps so that it gets muxed properly.
13649
13650 2004-10-15  Wim Taymans  <wim@fluendo.com>
13651
13652         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13653         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13654         (gst_dv1394src_init), (gst_dv1394src_dispose),
13655         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13656         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13657         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13658         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13659         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13660         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13661         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13662         * ext/raw1394/gstdv1394src.h:
13663         Added conversion/query functions.
13664         Update buffer timestamps,
13665         Added signals.
13666         Added uri dv:// so it might play from the firewire in playbin.
13667         Fix a possible leak.
13668         Added debugging.
13669
13670 2004-10-15  Wim Taymans  <wim@fluendo.com>
13671
13672         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13673         (gst_dv1394src_init), (gst_dv1394src_set_property),
13674         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13675         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13676         * ext/raw1394/gstdv1394src.h:
13677         Added AV/C VTR control support needed for some cameras.
13678         Added automatic port detection.
13679         Added properties for selecting the channel.
13680         The configure.ac script is not yet updated to reflect the
13681         new libavc1394 and librom1394 dependencies.
13682
13683 2004-10-15  Wim Taymans  <wim@fluendo.com>
13684
13685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13686         (qtdemux_parse), (gst_qtdemux_handle_esds):
13687         An esds box is not a container.
13688         Fix parsing of mp4v boxes.
13689         Do not try to renegotiate fps for each frame. Need to
13690         find a better method. This should fix mp4 playback.
13691
13692 2004-10-14  David Schleef  <ds@schleef.org>
13693
13694         * configure.ac: update for swfdec-0.3 and liboil-0.2
13695         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13696         * ext/swfdec/gstswfdec.h: same
13697         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13698         * gst/videotestsrc/videotestsrc.c: same
13699
13700 2004-10-14  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13703         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13704         (is_sync_frame), (gst_multifdsink_new_client),
13705         (gst_multifdsink_handle_client_write),
13706         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13707         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13708         Turn warnings into info.
13709         Don't allow a state change in the streaming thread.
13710
13711 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13712
13713         * ext/vorbis/oggvorbisenc.c:
13714         * ext/vorbis/vorbisdec.c:
13715           fix template sample rate
13716
13717 2004-10-13  Wim Taymans  <wim@fluendo.com>
13718
13719         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13720         Decoding the header first fixes some problems in resyncing
13721         in more mp3s.
13722
13723 2004-10-12  Wim Taymans  <wim@fluendo.com>
13724
13725         * gst/playback/gstplaybin.c: (gen_video_element),
13726         (gen_vis_element), (remove_sinks), (setup_sinks):
13727         Added vis plugin support, need to configure the vis
13728         element to activate it.
13729
13730 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13731
13732         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13733         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13734           Some debug.
13735         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13736         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13737         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13738         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13739         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13740         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13741         * gst/avi/gstavidemux.h:
13742           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13743           recovery (where, if part of the index is broken, we will still read
13744           the rest of the index and recover the broken part by stream
13745           scanning). More broken media support. EOS workarounds. General AVI
13746           braindamage headache recovery. Aspirin included.
13747
13748 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13749
13750         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13751         (cdparanoia_event), (cdparanoia_query):
13752           Get rid of hideous lead-in.
13753
13754 2004-10-11  Wim Taymans  <wim@fluendo.com>
13755
13756         * gst/playback/gstplaybasebin.c: (setup_source):
13757         Wrong var used to get g_list_next.
13758
13759 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13760
13761         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13762         (cdparanoia_get), (cdparanoia_open):
13763           Report discid as metadata, add duration.
13764
13765 2004-10-11  Wim Taymans  <wim@fluendo.com>
13766
13767         * gst/playback/gstplaybasebin.c: (setup_source):
13768         Cleanup the previous pipeline a little earlier for the
13769         case that a source element provides raw data.
13770
13771 2004-10-11  Benjamin Otte  <otte@gnome.org>
13772
13773         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13774           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13775           consuming the last 128 bytes, even though it was valid mp3 data.
13776
13777 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13778
13779         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13780         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13781         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13782         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13783
13784 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13785
13786         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13787         Fix for webcams that support only specific width or height
13788
13789 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13790
13791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13792
13793         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13794           Fix wrong discont event setup (fixes #154967).
13795
13796 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13797
13798         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13799
13800         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13801           Error out on invalid data (fixes #154807).
13802
13803 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13804
13805         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13806
13807         * ext/dvdread/dvdreadsrc.c: (_read):
13808           Make titles > 0 work again (fixes #154834).
13809
13810 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13811
13812         * gst-libs/gst/riff/riff-media.c:
13813         (gst_riff_create_video_template_caps):
13814           WMV3 missing in template caps.
13815
13816 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13817
13818         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13819           OK, so the original code was too strict. It makes random AVI files
13820           hang for seconds upon opening, which is unacceptable and is far
13821           beyond the original goal of getting multiple chunks for one-chunk
13822           sounc stream files. So now do just that.
13823
13824 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13825
13826         * gst/playback/gstplaybasebin.c: (setup_source),
13827         (gst_play_base_bin_change_state):
13828           Actually clean up streaminfo if output fails. This would trigger
13829           if, for example, there was no CD in the drive. No preroll, so
13830           a streaminfo structure is created, but the subsequent state change
13831           of the thread fails.
13832         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13833           Don't change state if parent failed.
13834
13835 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13836
13837         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13838         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13839         (gen_video_element), (remove_sinks):
13840           Add small bits of code for screenshot handling.
13841
13842 2004-10-08  Wim Taymans  <wim@fluendo.com>
13843
13844         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13845         (gen_video_element), (gen_audio_element), (setup_sinks):
13846         Don't assume the user provided sinks are named "sink"...
13847
13848 2004-10-08  Wim Taymans  <wim@fluendo.com>
13849
13850         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13851         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13852         (gst_play_base_bin_link_stream):
13853         Do not try to autoplug sources that generate raw streams like
13854         cdparanoia.
13855         disconnect the preroll overrun signal when we don't need it anymore.
13856
13857 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13858
13859         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13860         Added reworked patch from #154903 from milosz derezynski (deadchip).
13861
13862 2004-10-08  Wim Taymans  <wim@fluendo.com>
13863
13864         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13865         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13866         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13867         (cdparanoia_convert), (cdparanoia_uri_get_type),
13868         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13869         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13870         * ext/cdparanoia/gstcdparanoia.h:
13871         This adds the cdda://<tracknum> uri.
13872
13873 2004-10-08  Wim Taymans  <wim@fluendo.com>
13874
13875         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13876         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13877         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13878         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13879         (unknown_type), (gst_play_base_bin_remove_element),
13880         (gst_play_base_bin_link_stream):
13881         * gst/playback/gstplaybasebin.h:
13882         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13883         (gst_play_bin_set_property), (gen_video_element),
13884         (gen_audio_element), (setup_sinks):
13885         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13886         (gst_stream_info_get_type), (gst_stream_info_class_init),
13887         (gst_stream_info_init), (gst_stream_info_new),
13888         (gst_stream_info_dispose), (stream_info_mute_pad),
13889         (gst_stream_info_set_property), (gst_stream_info_get_property):
13890         * gst/playback/gststreaminfo.h:
13891         Reuse the audio and video bins.
13892         Some internal cleanups in the stream selection code.
13893
13894 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13895
13896         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13897         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13898         * sys/ximage/ximagesink.h:
13899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13900         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13901         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13902         not coming from those elements. Moreover these elements should not keep
13903         the xid they have been given when in NULL state.
13904
13905 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13906
13907         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13908         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13909         * sys/ximage/ximagesink.h:
13910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13911         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13912         * sys/xvimage/xvimagesink.h:
13913           Actually only create a new toplevel window if we're not gonna
13914           embed it right after.
13915
13916 2004-10-07  Wim Taymans  <wim@fluendo.com>
13917
13918         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13919         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13920         * gst/playback/gstplaybin.c: (setup_sinks):
13921         Implement muting/unmuting of streams, mute streams that are not
13922         used.
13923
13924 2004-10-07  Wim Taymans  <wim@fluendo.com>
13925
13926         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13927         (plugin_init):
13928         Added lame audio/x-ac3 typefind function.
13929
13930 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13931
13932         * configure.ac:
13933           bump nano to cvs
13934
13935 === release 0.8.5 ===
13936
13937 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13938
13939         * NEWS:
13940         * RELEASE:
13941         * configure.ac:
13942           releasing 0.8.5, "Take You On"
13943
13944 2004-10-06  Wim Taymans  <wim@fluendo.com>
13945
13946         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13947         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13948         (no_more_pads), (close_link), (type_found):
13949         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13950         * gst/playback/gstplaybin.c: (gen_video_element):
13951         Do not signal the no_more_pads after the first pad when
13952         we are plugging a non dynamic element with multiple
13953         output pads (like swfdec, dvdec, ...).
13954
13955 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13956
13957         * configure.ac:
13958           bump for prerelease
13959
13960 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13961
13962         * gst/wavparse/gstwavparse.c:
13963           add ATRAC3 to STATIC CAPS to fix a warning
13964
13965         * gst/matroska/ebml-read.c:
13966         * gst-libs/gst/riff/riff-read.c:
13967           fix typos
13968
13969 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13970
13971         * gst-libs/gst/riff/riff-media.c:
13972           generate caps for ATRAC3 audio streams
13973
13974         * gst/realmedia/rmdemux.c:
13975           generate caps for ATRAC3 audio streams
13976
13977 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13978
13979         * gst/wavparse/Makefile.am
13980         * gst/wavparse/riff.h
13981         * gst/wavparse/wavparse.vcproj
13982           riff.h removal (unused and duplication with riff-ids.h)
13983
13984 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13985
13986         * gst/wavparse/gstwavparse.h
13987           remove duplicated defines for audio codec codes
13988
13989         * gst-libs/gst/riff/riff-ids.h
13990         * gst/wavenc/riff.h:
13991           add "4CC" code for ATRAC3 audio streams
13992           add "4CC" code for ITU_G721_ADPCM (unused for now)
13993
13994 2004-10-06  Wim Taymans  <wim@fluendo.com>
13995
13996         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13997         Actually _do_ negotiation. Pass gdouble as arg instead
13998         of guint64 for the framerate.
13999
14000 2004-10-06  Wim Taymans  <wim@fluendo.com>
14001
14002         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14003         (find_compatibles), (close_pad_link), (try_to_link_1),
14004         (no_more_pads), (close_link), (type_found):
14005         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14006         * gst/playback/gstplaybin.c: (gen_video_element),
14007         (gen_audio_element):
14008         Set state on newly added element to READY so that negotiation
14009         can happen ASAP.
14010         Addes some more debug info.
14011         Do not try to plug pads with multiple caps structures or ANY
14012         because it is too dangerous since we do not do dynamic
14013         replugging.
14014
14015 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14016
14017         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
14018
14019         * po/LINGUAS:
14020         * po/or.po:
14021           add Oriya translation
14022
14023 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14024
14025         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14026           Prevent overwrite of size member. Makes audio sound crappy.
14027
14028 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14029
14030         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14031         Add rmvb to the list of known RealMedia extensions
14032
14033 2004-10-05  Wim Taymans  <wim@fluendo.com>
14034
14035         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14036         (mngdec_openstream), (mngdec_closestream),
14037         (mngdec_handle_sink_event), (mngdec_readdata),
14038         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14039         (mngdec_getcanvasline), (mngdec_refresh),
14040         (gst_mngdec_change_state):
14041         Set the framerate correctly.
14042
14043 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14044
14045         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14046           There was something wrong with the index massaging.
14047
14048 2004-10-04  Wim Taymans  <wim@fluendo.com>
14049
14050         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14051         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14052         (gst_smokedec_chain):
14053         * ext/jpeg/gstsmokedec.h:
14054         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14055         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14056         * ext/jpeg/gstsmokeenc.h:
14057         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14058         (smokecodec_decode_new), (smokecodec_info_free),
14059         (smokecodec_set_quality), (smokecodec_get_quality),
14060         (smokecodec_set_threshold), (smokecodec_get_threshold),
14061         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14062         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14063         (smokecodec_encode), (smokecodec_parse_id),
14064         (smokecodec_parse_header), (smokecodec_decode):
14065         * ext/jpeg/smokecodec.h:
14066         * ext/jpeg/smokeformat.h:
14067         Updated smoke, new bitstream, allows embedding in ogg.
14068
14069 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14070
14071         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14072           Fix seeking in some files. All this code is no longer needed (and
14073           actually breaks stuff) because we now synchronize the full index
14074           right when reading the header.
14075
14076 2004-10-04  Wim Taymans  <wim@fluendo.com>
14077
14078         * configure.ac:
14079         configure update for libmng.
14080
14081 2004-10-04  Wim Taymans  <wim@fluendo.com>
14082
14083         * ext/libmng/Makefile.am:
14084         * ext/libmng/gstmng.c: (plugin_init):
14085         * ext/libmng/gstmng.h:
14086         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14087         (gst_mngdec_base_init), (gst_mngdec_class_init),
14088         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14089         (gst_mngdec_loop), (gst_mngdec_get_property),
14090         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14091         (mngdec_closestream), (mngdec_handle_sink_event),
14092         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14093         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14094         (gst_mngdec_change_state):
14095         * ext/libmng/gstmngdec.h:
14096         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14097         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14098         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14099         (gst_mngenc_chain), (gst_mngenc_get_property),
14100         (gst_mngenc_set_property):
14101         * ext/libmng/gstmngenc.h:
14102         Added basic MNG decoder. Needs more work. The encoder does
14103         not work yet.
14104
14105 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14106
14107         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14108         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14109         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14110           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14111           no-more-pads.
14112
14113 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14114
14115         * configure.ac:
14116           you need at least 1.0.4 of speex
14117
14118 2004-10-04 Iain <iaingnome@gmail.com>
14119
14120         * ext/speex/gstspeexdec.h: Revert the includes changes.
14121
14122         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14123
14124 2004-09-30 Iain <iaingnome@gmail.com>
14125
14126         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14127         found during init or set as a property instead of hardcoding /dev/audio
14128
14129 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14130
14131         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14132         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14133         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14134         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14135         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14136         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14137         (gst_rmdemux_dump_data):
14138           Use debug category, fix EOS handling. filesrc ! rmdemux now
14139           works.
14140
14141 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14142
14143         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14144         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14145         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14146           Improve allocation, cutting and sorting of the index. How takes a
14147           few seconds instead of minutes.
14148
14149 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14150
14151         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14152           fixed compilation
14153
14154 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14155
14156         * gst-libs/gst/riff/riff-media.c:
14157         (gst_riff_create_video_caps_with_data),
14158         (gst_riff_create_video_template_caps):
14159           Add wing commander format mimetype/fourccs.
14160         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14161           Don't crash if some value is 0.
14162
14163 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14164
14165         * gst-libs/gst/riff/riff-media.c:
14166         (gst_riff_create_video_caps_with_data),
14167         (gst_riff_create_video_template_caps):
14168           Add DIB fourcc (raw, palettized 8-bit RGB).
14169         * gst-libs/gst/riff/riff-read.c:
14170         (gst_riff_read_strf_vids_with_data):
14171           Oops, fix strf_data reading bug.
14172         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14173           Use a non-NULL tag.
14174         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14175           Time for hacks. Sorry Dave. At least one quicktime movie (a
14176           trailer) that I've encountered contains multiple video tracks.
14177           One of those is the actual video track, the other are one-frame
14178           tracks (images). Unfortunately, the number of frames according
14179           to the trak header is 1 for each, so that doesn't help. So
14180           instead, I look at the duration and discard tracks with a
14181           duration shorter than 20% of the length of the stream. Better
14182           than nothing.
14183
14184 2004-10-01  Christian Schaller <christian@fluendo.com>
14185
14186         * ext/ivorbis/vorbis.c:
14187           Patch from Phil Blundell (Bug 152341)
14188
14189 2004-10-01  Wim Taymans  <wim@fluendo.com>
14190
14191         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14192         (speex_dec_get_formats), (speex_dec_convert),
14193         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14194         (speex_dec_chain), (gst_speexdec_get_property),
14195         (gst_speexdec_set_property):
14196         Small cleanups.
14197
14198 2004-10-01  Wim Taymans  <wim@fluendo.com>
14199
14200         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14201         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14202         (gst_wavparse_other), (gst_wavparse_loop),
14203         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14204         (gst_wavparse_srcpad_event):
14205         * gst/wavparse/gstwavparse.h:
14206         Added some more debugging info.
14207         Fix the case where the length of the file is 0.
14208         Make sure we seek to sample borders.
14209
14210 2004-10-01  Wim Taymans  <wim@fluendo.com>
14211
14212         * gst/playback/README:
14213         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14214         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14215         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14216         Add some debug info to decodebin, update README
14217
14218 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14219
14220         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14221           Don't use g_print(); use GST_DEBUG().
14222
14223 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14224
14225         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14226         (gst_ogg_mux_queue_pads):
14227           Handle EOS properly.
14228
14229 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14230
14231         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14232
14233         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14234         (gst_faad_chain), (gst_faad_change_state):
14235         * ext/faad/gstfaad.h:
14236           Allow playback of raw (unframed) MPEG AAC files (#148993).
14237
14238 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14239
14240         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14241
14242         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14243           Throw error if we didn't recognize the stream. Fixes #152289.
14244
14245 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14246
14247         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14248           Fix negotiation.
14249
14250 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14251
14252         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14253
14254         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14255           Fix memleak.
14256
14257 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14258
14259         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14260
14261         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14262           Solve #152805.
14263         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14264           Solve 152806.
14265
14266 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14267
14268         * gst-libs/gst/riff/riff-media.c:
14269         (gst_riff_create_video_caps_with_data),
14270         (gst_riff_create_audio_caps_with_data):
14271           Add codec_data handling (like asfdemux used to do).
14272         * gst/asfdemux/gstasf.c: (plugin_init):
14273         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14274         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14275           Use riff-media for caps creation instead of our own (mostly
14276           broken) copy of its functions.
14277
14278 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14279
14280         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14281           Don't actually error out if we get another return value than
14282           -EINVAL. Opposite to what I first thought, drivers have random
14283           return values for this, although -EINVAL is the expected return
14284           value. Since this is not fatal, we shouldn't use
14285           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14286
14287 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14288
14289         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14290         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14291         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14292         (dvdreadsrc_get), (dvdreadsrc_open_file),
14293         (dvdreadsrc_change_state):
14294           Fix. Don't do one big huge loop around the whole DVD, that will
14295           cache all data and thus eat sizeof(dvd) (several GB) before we
14296           see something.
14297         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14298           Actually NULL'ify event after using it.
14299         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14300         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14301         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14302         (gst_ebml_read_seek), (gst_ebml_read_skip):
14303           Handle events.
14304         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14305         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14306         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14307           Fix timing (this will probably break if I seek using menus, but
14308           I didn't get there yet). VOBs and normal DVDs should now work.
14309           Add a mpeg2-only pad with high rank so this get autoplugged for
14310           MPEG-2 movies.
14311         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14312         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14313         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14314         (gst_mpeg_demux_get_audio_stream),
14315         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14316         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14317           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14318           MPEG-1 but use dvddemux for MPEG-2.
14319         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14320         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14321         (gst_mpeg_parse_parse_packhead):
14322           Timing. Only add pad template if it exists. Add sink template from
14323           class and not from ourselves. This means we will always use the
14324           correct sink template even if it is not the one defined in this
14325           file.
14326
14327 2004-09-29  Wim Taymans  <wim@fluendo.com>
14328
14329         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14330         (gst_mpeg_demux_parse_pes):
14331         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14332         Fix playback of mpeg again, timestamps where screwed up by
14333         patch 1.61.
14334
14335 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14336
14337         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14338           Only return true if we actually filled something in. Prevents
14339           player applications from showing a random length for flac files.
14340         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14341         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14342         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14343         (gst_riff_read_strf_vids_with_data),
14344         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14345           OK, ok, so I implemented event handling. Apparently it's normal
14346           that we receive random events at random points without asking
14347           for it.
14348         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14349         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14350         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14351         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14352         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14353         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14354         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14355         * gst/avi/gstavidemux.h:
14356           Implement non-lineair chunk handling and subchunk processing.
14357           The first solves playback of AVI files where the audio and video
14358           data of individual buffers that we read are not synchronized.
14359           This should not happen according to the wonderful AVI specs, but
14360           of course it does happen in reality. It is also a prerequisite for
14361           the second. Subchunk processing allows us to cut chunks in small
14362           pieces and process each of these pieces separately. This is
14363           required because I've seen several AVI files with incredibly large
14364           audio chunks, even some files with only one audio chunk for the
14365           whole file. This allows for proper playback including seeking.
14366           This patch is supposed to fix all AVI A/V sync issues.
14367         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14368         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14369           Work.
14370         * gst/modplug/gstmodplug.cc:
14371           Proper return value setting for the query() function.
14372         * gst/playback/gstplaybasebin.c: (setup_source):
14373           Being in non-playing state (after, e.g., EOS) is not necessarily
14374           a bad thing. Allow for that. This fixes playback of short files.
14375           They don't actually playback fully now, because the clock already
14376           runs. This means that small files (<500kB) with a small length
14377           (<2sec) will still not or barely play. Other files, such as mod
14378           or flx, will work correctly, however.
14379
14380 2004-09-28  Wim Taymans  <wim@fluendo.com>
14381
14382         * ext/speex/gstspeex.c: (plugin_init):
14383         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14384         (gst_speex_dec_class_init), (speex_dec_get_formats),
14385         (speex_get_event_masks), (speex_get_query_types),
14386         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14387         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14388         (gst_speexdec_get_property), (gst_speexdec_set_property),
14389         (speex_dec_change_state):
14390         * ext/speex/gstspeexdec.h:
14391         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14392         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14393         (gst_speexenc_base_init), (gst_speexenc_class_init),
14394         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14395         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14396         (gst_speexenc_src_query), (gst_speexenc_init),
14397         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14398         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14399         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14400         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14401         (gst_speexenc_chain), (gst_speexenc_get_property),
14402         (gst_speexenc_set_property), (gst_speexenc_change_state):
14403         * ext/speex/gstspeexenc.h:
14404         Rewrote speex encoder, make sure it can be embedded in ogg.
14405         Implemented speex decoder.
14406
14407 2004-09-28  Christian Schaller <christian@fluendo.com>
14408
14409         * configure.ac:
14410         Remove kioslave plugin. Markey is brewing a new working one
14411         * ext/Makefile.am: Remove kioslave plugin
14412         * ext/kio: remove
14413         * gst-plugins.spec.in: remove kio plugin from spec
14414
14415 2004-09-27  Wim Taymans  <wim@fluendo.com>
14416
14417         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14418         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14419         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14420         (gst_multifdsink_new_client),
14421         (gst_multifdsink_handle_client_write),
14422         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14423         (gst_multifdsink_handle_clients):
14424         * gst/tcp/gstmultifdsink.h:
14425         Make syncing to keyframes actually work for new clients and lagging
14426         clients.
14427
14428 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14429
14430         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14431         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14432         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14433         * gst/debug/gstnavigationtest.h:
14434           make navigationtest display button-press and button-release events
14435
14436 2004-09-26 Iain <iaingnome@gmail.com>
14437
14438         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14439         the channels have received a new media event.
14440         (interleave_buffered_loop): Compresses a new media event on all
14441         channels into one.
14442
14443 2004-09-26 Iain <iaingnome@gmail.com>
14444
14445         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14446         call the sinkpad's default event handler and not the srcpads. He also
14447         says this is confusing :)
14448         (gst_wavenc_stop_file): Company says that seek events only go upstream
14449         we should send a discontinuous downstream instead.
14450
14451 2004-09-25  Christian Schaller <christian@fluendo.com>
14452
14453         * Update SPEC file to be usable in conjunction with Fedora Core,
14454           Fedora.us and freshrpms packages
14455         * Fix typo in multifilesrc test Makefile
14456
14457 2004-09-24  Wim Taymans  <wim@fluendo.com>
14458
14459         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14460         Only signal the no_more_pads signal when we have
14461         added the stream to our list.
14462
14463 2004-09-24  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14466         (new_decoded_pad):
14467         * gst/playback/gstplaybasebin.h:
14468         * gst/playback/gstplaybin.c: (setup_sinks):
14469         Don't try to preroll or decode more than one audio/video
14470         track.
14471
14472 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14473
14474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14475           Throw error if we failed to find a suitable output. This should
14476           throw an error if we successfully set up a pipeline (e.g. because
14477           we recognized a media file) but found no decodable streams in it
14478           (e.g. because it contains only media stream types for which we
14479           have no decoders, or because it's not a media type).
14480
14481 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14482
14483         * ext/dirac/Makefile.am:
14484         * ext/dirac/gstdirac.cc:
14485         * ext/dirac/gstdiracdec.cc:
14486         * ext/dirac/gstdiracdec.h:
14487           Do something. Don't actually know if this works because I don't
14488           have a demuxer yet.
14489         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14490           Add channels=1 to caps returned from _getcaps().
14491         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14492         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14493         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14494         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14495         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14496         (gst_ogm_parse_change_state):
14497           Separate between audio/video so ogmaudioparse actually uses the
14498           audio pad templates. Both audio and video work now, including
14499           autoplugging. Also use sometimes-srcpad hack.
14500         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14501           Handle events better. Don't hang on infinite loops.
14502         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14503         (gst_avi_demux_init), (gst_avi_demux_reset),
14504         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14505         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14506         (gst_avi_demux_change_state):
14507         * gst/avi/gstavidemux.h:
14508           Improve A/V sync. Still not perfect.
14509         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14510         (gst_ebml_read_skip):
14511           Handle events better.
14512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14513         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14514         (qtdemux_audio_caps):
14515           Add IMA4. Improve event handling. Save offset after a seek when
14516           the headers are at the end of the file so that we don't end up in
14517           an infinite loop.
14518         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14519           Add low-priority typefind support for files with no length.
14520
14521 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14522
14523         * testsuite/multifilesink/Makefile.am:
14524         fix typo
14525
14526 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14527
14528         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14530         mistakes from thaytan's patches.
14531
14532 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14533
14534         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14535           For completeness, XSync in the destroy function as xvimage does.
14536
14537 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14538
14539         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14540            Correct caps negotiation
14541         * gst/volume/gstvolume.c: (volume_chain_float),
14542         (volume_chain_int16):
14543            Modify debug output to be little more informative
14544         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14546         (gst_xvimagesink_xvimage_destroy):
14547           Add XSync calls after detaching from the shared memory segment to
14548           avoid a crash.
14549
14550 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14551
14552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14553         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14554         * ext/vorbis/vorbis.c: (plugin_init):
14555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14556         (gst_vorbisenc_chain):
14557         * ext/vorbis/vorbisenc.h:
14558         remove explicit newmedia support from oggmux and vorbisenc
14559         add debug category to vorbisenc
14560         * gst/multifilesink/gstmultifilesink.c:
14561         (gst_multifilesink_class_init), (gst_multifilesink_init),
14562         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14563         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14564         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14565         (plugin_init):
14566         * gst/multifilesink/gstmultifilesink.h:
14567         add support for streamheader in multifilesink
14568
14569 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14570
14571         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14572         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14573         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14574           Prevent infinite loops. More correct error reporting.
14575         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14576           Error out if negotiation fails.
14577         * gst/playback/gstplaybasebin.c: (setup_source),
14578         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14579         (gst_play_base_bin_found_tag):
14580           Error/tag forwarding. Pre-roll fixes for source errors on state
14581           changes (e.g. "file does not exist") to prevent hangs.
14582
14583 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14584
14585         * testsuite/multifilesink/Makefile.am:
14586         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14587         (gst_newmedia_class_init), (gst_newmedia_init),
14588         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14589         (newfile_signal), (test_signal), (main):
14590         * testsuite/multifilesink/multifilesrc_test.c: (main):
14591         * testsuite/multifilesink/oggtheora_test.c:
14592         (gst_newmedia_base_init), (gst_newmedia_class_init),
14593         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14594         (test_format), (newfile_signal), (test_signal), (main):
14595         * testsuite/multifilesink/oggvorbis_test.c:
14596         (gst_newmedia_base_init), (gst_newmedia_class_init),
14597         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14598         (test_format), (newfile_signal), (test_signal), (main):
14599         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14600         (gst_newmedia_class_init), (gst_newmedia_init),
14601         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14602         (newfile_signal), (test_signal), (main):
14603         New media tests
14604
14605 2004-09-20  Christian Schaller <christian@fluendo.com>
14606
14607         * Fix mikmod license to LGPL as they have relicensed
14608         * Move Dirac and Effectv into LGPL section of README_license
14609
14610 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14611
14612         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14613         (gst_mad_change_state):
14614           Allow for mp3 rate/channels changes. However, only very
14615           conservatively. Reason that we *have* to enable this is smiply
14616           because the mad find_sync() function is not good enough, it will
14617           regularly sync on random data as valid frames and therefore make
14618           us provide random caps as *final* caps of the stream. The best fix
14619           I could think of is to simply require several of the same stream
14620           changes in a row before we change caps.
14621           The actual testcase that works now is #
14622         * ext/ogg/Makefile.am:
14623         * ext/ogg/gstogg.c: (plugin_init):
14624         * ext/ogg/gstogmparse.c:
14625           OGM support (video only for now; I need an audio sample file).
14626         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14627         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14628         (gst_asf_demux_add_video_stream):
14629           WMV extradata.
14630         * gst/playback/gstplaybasebin.c: (unknown_type):
14631           Don't error out on single unknown-types after all. It's wrong.
14632           If we found type of video and audio but not of a subtitle stream,
14633           it will still error out (which is unwanted). Will find a better fix
14634           later on.
14635         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14636         (ogmaudio_type_find), (plugin_init):
14637           OGM support.
14638
14639 2004-09-20  Johan Dahlin  <johan@gnome.org>
14640
14641         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14642         after setting caps.
14643
14644 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14645
14646         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14647         * gst/wavenc/gstwavenc.h:
14648         Added newmedia support to wavenc
14649
14650 2004-09-17  Wim Taymans  <wim@fluendo.com>
14651
14652         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14653         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14654         (gst_fdset_fd_can_write), (gst_fdset_wait):
14655         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14656         (gst_multifdsink_init), (gst_multifdsink_add),
14657         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14658         (gst_multifdsink_remove_client_link),
14659         (gst_multifdsink_client_queue_buffer),
14660         (gst_multifdsink_handle_client_write),
14661         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14662         (gst_multifdsink_close), (gst_multifdsink_change_state):
14663         * gst/tcp/gstmultifdsink.h:
14664         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14665         (gst_tcpserversink_removed):
14666         Small cleanups in fdset.c
14667         Use a hastable to map fd to the client structure for faster
14668         lookup in _remove and get_stats.
14669         Added virtual function to close the fds.
14670         Handle clients even when the select/poll call was unblocked because
14671         of a command.
14672         Implement syncing to keyframe in the recovery procedure.
14673
14674 2004-09-16 Iain <iaingnome@gmail.com>
14675
14676         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14677         try caps.
14678
14679 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14680
14681         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14682           Caps are only set if the type of the stream is unknown, but this
14683           is initialized in ->init_stream(), so set to UNKNOWN after calling
14684           ->init_stream() so that capsnego starts.
14685
14686 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14687
14688         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14689         (gst_avi_demux_stream_data):
14690           Just hardcode for raw audio then. AVI audio sucks.
14691
14692 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14693
14694         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14695         * gst/matroska/matroska-mux.c: (audiosink_templ),
14696         (gst_matroska_mux_audio_pad_link):
14697         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14698         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14699
14700 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14701
14702         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14703         (gst_avi_demux_stream_data):
14704           Try to fix a/v sync issues.
14705
14706 2004-09-15  David Schleef  <ds@schleef.org>
14707
14708         * configure.ac: remove NASM check, since we don't use it.  Update
14709         dirac check to 0.4
14710         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14712         Initialized variables.
14713         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14714         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14715         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14716         SVQ3 format
14717
14718 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14719
14720         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14721         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14722         * gst/avi/gstavidemux.h:
14723           Fix for compressed audio (mp3) timestamp generation. How did this
14724           ever work?
14725
14726 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14727
14728         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14729           Volume is a double not a float.
14730
14731 2004-09-15  Wim Taymans  <wim@fluendo.com>
14732
14733         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14734         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14735         Don't close the fd in multifdsink as we didn't open it in the
14736         first place. Some cleanups.
14737
14738 2004-09-15  Wim Taymans  <wim@fluendo.com>
14739
14740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14742         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14743         Fix the case where the muxer would mark pages as delta
14744         frames when they are not (vorbis only ogg).
14745
14746 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14747
14748         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14749         (gst_play_base_bin_change_state):
14750           Handle the case where we failed to setup a clear pipeline. This
14751           will throw an error (or EOS, another nice case) and if you don't
14752           catch that, the app will wait for the signal forever (and thus
14753           hang).
14754
14755 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14756
14757         * ext/gnomevfs/gstgnomevfssink.c:
14758         (gst_gnomevfssink_uri_get_protocols):
14759         * ext/gnomevfs/gstgnomevfssrc.c:
14760         (gst_gnomevfssrc_uri_get_protocols):
14761         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14762         * ext/gnomevfs/gstgnomevfsuri.h:
14763           Use _uri_new() instead of _open(), so it doesn't take as long and
14764           Christophe's computer won't hang.
14765         * gst/playback/gstplaybasebin.c: (unknown_type):
14766           Throw error on unknown media type, so apps actually display it.
14767
14768 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14769
14770         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14771           this script to work on Solaris since bash shell handles echo
14772           differenly than bash.
14773
14774 2004-09-17  Wim Taymans  <wim@fluendo.com>
14775
14776         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14777         (setup_source), (gst_play_base_bin_set_property),
14778         (gst_play_base_bin_add_element):
14779         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14780         Some more work on making sure seeking pauses the pipeline and
14781         that changing the uri actually does something.
14782
14783 2004-09-17  Wim Taymans  <wim@fluendo.com>
14784
14785         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14786         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14787         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14788         (gst_tcpserversink_close):
14789         Be a bit more paranoid when freeing memory.
14790
14791 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14792
14793         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14794         (qtdemux_parse_trak):
14795           Don't crash by dividing by zero (see sample movie in #126922).
14796
14797 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14798
14799         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14800           Don't touch non-existing data (fixes crash on file in #140147).
14801
14802 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14803
14804         * gst/playback/gstplaybasebin.c:
14805         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14806           Handle double disposals, and proper change of URIs.
14807
14808 2004-09-13  Martin Eikermann <meiker@upb.de>
14809
14810         * gst/mpegstream/gstmpegparse.c:
14811           fix synchronistation for streams recorded from digital PCR
14812           fixes bug #119376
14813
14814 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14815
14816         * ext/gnomevfs/Makefile.am:
14817         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14818         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14819         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14820         (gst_gnomevfssink_uri_get_type),
14821         (gst_gnomevfssink_uri_get_protocols),
14822         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14823         (gst_gnomevfssink_uri_handler_init),
14824         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14825         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14826         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14827         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14828         (gst_gnomevfssrc_uri_get_type),
14829         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14830         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14831         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14832         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14833         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14834         * ext/gnomevfs/gstgnomevfsuri.h:
14835           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14836           of fake URIs to see which this version of Gnome-VFS likes, and
14837           uses that for the Gst-URI interface. Makes playbin support http://
14838           streams. Also fix up some stupid behaviour in gnomevfssrc.
14839
14840 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14841
14842         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14843         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14844         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14845         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14846           Update mixer (to sync with other sessions) if we try to obtain
14847           a new value. This makes alsamixer work accross applications.
14848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14849           Only call sync functions if we're running, else alsalib asserts.
14850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14851           Sometimes fails to compile. Possibly a gcc bug.
14852         * gst/playback/gstplaybin.c: (gen_video_element),
14853         (gen_audio_element):
14854           Add a reference to an application-provided object, because we lose
14855           this same reference if we add it to the bin. If we don't do this,
14856           we can only use this object once and thus crash if we go from
14857           ready to playing, back to ready and back to playing again.
14858           Also add an audioscale element because several cheap soundcards -
14859           like mine - don't support all samplerates.
14860         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14861         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14862           Fix wrong order or PAR calls. Makes automatically obtained PAR
14863           from the X server atually being used.
14864
14865 2004-09-12  David Schleef  <ds@schleef.org>
14866
14867         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14868         #151887, #152102, #152247.
14869         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14870         * examples/seeking/cdparanoia.c: same
14871         * examples/seeking/cdplayer.c: same
14872         * examples/seeking/seek.c: same
14873         * examples/seeking/spider_seek.c: same
14874         * examples/seeking/vorbisfile.c: same
14875         * examples/stats/mp2ogg.c: same
14876         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14877         (gst_esdsink_dispose): Dispose of element properly.
14878         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14879         fixes.
14880         * ext/nas/nassink.c: (gst_nassink_class_init),
14881         (gst_nassink_dispose): Dispose of element correctly.
14882         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14883         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14884         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14885         Fix 64-bit warning.
14886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14887         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14888         Fix 64-bit warning.
14889
14890 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14891
14892         * configure.ac : change speex detection as 1.1.6 now uses
14893           .pc/pkg-config and they changed their headers location.
14894
14895 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14896
14897         * gst/matroska/matroska-mux.h:
14898         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14899         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14900         (gst_matroska_mux_write_data):
14901           Write multiple blocks/frames per cluster.
14902                 Write meta-seek information (seek heads).
14903
14904 2004-09-09  Scott Wheeler <wheeler@kde.org>
14905
14906         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14907         (gst_play_bin_set_property), (gst_play_bin_get_property),
14908         (gen_audio_element), (gen_audio_element):
14909           Add a volume element / property to the pipeline.
14910
14911 2004-09-07  Wim Taymans  <wim@fluendo.com>
14912
14913         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14914         Copy timestamps from the master pad to the output buffers.
14915
14916 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14917
14918         * ext/raw1394/gstdv1394src.c:
14919           throw errors when applicable
14920
14921 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14922
14923         * gst/matroska/ebml-ids.h:
14924         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14925         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14926         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14927           automatically convert unix time <-> ebml time when reading/writing
14928           a date, use gst_ebml_write_uint to write CUETIME,
14929           not gst_ebml_write_date.
14930         * gst/matroska/matroska-ids.h:
14931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14932         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14933         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14934         (gst_matroska_mux_write_data):
14935           Write track and segment UIDs, write muxing date, write
14936           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14937           Create cues for audio only files.
14938
14939 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14940
14941         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14942         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14943           Re-commit ALSA switches.
14944         * gst/adder/gstadder.c: (gst_adder_loop):
14945           64-bit fix (#151416).
14946         * gst/debug/progressreport.c: (gst_progressreport_report):
14947           64-bit fix (#151419).
14948         * gst/matroska/matroska-demux.c:
14949         (gst_matroska_demux_parse_contents):
14950           64-bit fix (#151420).
14951         * gst/playback/test3.c: (update_scale):
14952           64-bit fix (#151421).
14953
14954 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14955
14956         * configure.ac:
14957           bump nano to cvs
14958
14959 === release 0.8.4 ===
14960
14961 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         * configure.ac: releasing 0.8.4, "Alias"
14964
14965 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14966
14967         * ext/theora/Makefile.am:
14968           fix makefile.  Fixes #151462.
14969
14970 2004-08-30  Wim Taymans  <wim@fluendo.com>
14971
14972         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14973         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14974         (gst_multifdsink_remove_client_link),
14975         (gst_multifdsink_client_queue_buffer),
14976         (gst_multifdsink_handle_client_write):
14977         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14978         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14979         Fix some memory leaks.
14980
14981 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14982
14983         Patch by: David Schleef
14984
14985         * configure.ac:
14986         * sys/Makefile.am:
14987           rename our detection macro for V4L2.  Fixes #151236.
14988
14989 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14990
14991         Patch by: David Schleef
14992
14993         * configure.ac:
14994           check to define LAMEPRESET.  Fixes #151232.
14995
14996 2004-08-27  David Schleef  <ds@schleef.org>
14997
14998         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14999         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
15000         (gst_glimagesink_fixate):  Move local variable declarations to
15001         make gcc-2.95 happy.
15002
15003 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15004
15005         * configure.ac:
15006           bump nano for prerelease
15007
15008 2004-08-27  David Schleef  <ds@schleef.org>
15009
15010         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
15011         * sys/sunaudio/gstsunaudiosrc.c:
15012         * sys/sunaudio/gstsunaudiosrc.h:
15013
15014 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15015
15016         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
15017         handle EOS correctly
15018         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
15019         * gst/matroska/matroska-mux.h:
15020         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
15021         VFW compatibility mode
15022
15023 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15024
15025         patch by: Zaheer Abbas Merali
15026
15027         * ext/ogg/gstoggmux.c:
15028         * ext/vorbis/vorbisenc.c:
15029         * ext/vorbis/vorbisenc.h:
15030           handle NEWMEDIA
15031
15032 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15033
15034         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15035         fix byte order reversion on little endian machines.
15036         * gst/matroska/matroska-mux.c: (audiosink_templ),
15037         (gst_matroska_mux_audio_pad_link):
15038         add TTA codec to the list of supported codecs.
15039         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15040         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15041         (gst_matroska_mux_write_data):
15042         * gst/matroska/matroska-mux.h:
15043         write segment duration correctly, write muxing app string, fixes bugs
15044         #140897 and #140898.
15045         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15046         wait for all pads to be negotiated before starting to mux.
15047
15048 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15049
15050         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15051         * ext/lame/gstlame.h:
15052         Added new media support to lame
15053
15054 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15055
15056         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15057         send vorbis headers at the beginning of a stream, fixes bug #141554.
15058         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15059         bug #148950.
15060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15061         (gst_matroska_demux_plugin_init):
15062         * gst/matroska/matroska-ids.h:
15063         enable demuxing of TTA audio streams, fixes bug #148951.
15064         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15065         enable typefinding for TTA audio files, fixes bug #148711.
15066         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15067         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15068         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15069
15070 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15071
15072         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15073         (gst_riff_read_element_data), (gst_riff_read_seek),
15074         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15075         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15076         <teuf@gnome.org>
15077
15078 2004-08-23 Iain <iaingnome@gmail.com>
15079
15080         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15081         tags. They appear to be handled differently to normal.
15082         (tag_list_to_id3_tag_foreach): Ditto.
15083
15084 2004-08-22  Wim Taymans  <wim@fluendo.com>
15085
15086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15087         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15088         Make sure we never send -1 granulepos.
15089
15090 2004-08-20  Wim Taymans  <wim@fluendo.com>
15091
15092         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15093         (gst_ogg_mux_loop):
15094         I will accept bitchslappings with non sharp objects.
15095
15096 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15097
15098         * configure.ac:
15099         Clean up the test for lame presets
15100
15101 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15102
15103         * configure.ac:
15104         * ext/lame/Makefile.am:
15105         * ext/lame/gstlame.c: (gst_lame_class_init),
15106         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15107         Only enable lame presets if version of lame has presets in API
15108
15109 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15110         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15111         * gst/udp/gstudpsrc.h:
15112           Don't call gst_pad_push in a get function. Fixes #150449
15113
15114 2004-08-18  Wim Taymans  <wim@fluendo.com>
15115
15116         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15117         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15118         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15119         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15120         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15121         (gst_fdset_wait):
15122         * gst/tcp/gstfdset.h:
15123         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15124         (gst_multifdsink_client_queue_buffer),
15125         (gst_multifdsink_handle_client_write):
15126         * gst/tcp/gstmultifdsink.h:
15127         Some extra checks in gstfdset.
15128         Only use send() when the fd is a socket. Don't try to
15129         read from write only fds.
15130
15131 2004-08-18  Wim Taymans  <wim@fluendo.com>
15132
15133         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15134         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15135         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15136         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15137         (gst_fdset_wait):
15138         Add more locking and bounds checking.
15139
15140 2004-08-18  Wim Taymans  <wim@fluendo.com>
15141
15142         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15143         Realloc test fdset in the lock and right before starting
15144         the poll call. Bump the limit to 4096.
15145
15146 2004-08-17  David Schleef  <ds@schleef.org>
15147
15148         * sys/sunaudio/Makefile.am:
15149         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15150         of rates and channels.  Make debugging less obnoxious.
15151
15152         Patch from Balamurali Viswanathan implementing a mixer for
15153         Sun audio.  (bug #144091):
15154         * sys/sunaudio/gstsunelement.c:
15155         * sys/sunaudio/gstsunelement.h:
15156         * sys/sunaudio/gstsunmixer.c:
15157         * sys/sunaudio/gstsunmixer.h:
15158
15159 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15160
15161         * gst/audioscale/gstaudioscale.c:
15162         * gst/audioscale/gstaudioscale.h:
15163         made audioscale resample from any sample rate to any sample rate
15164
15165 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15166
15167         * ext/libpng/gstpngdec.c:
15168           error out on unsupported types
15169
15170 2004-08-17  Iain <iaingnome@gmail.com>
15171
15172         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15173         mid_side and loose_mid_side properties if its a stereo stream.
15174
15175 2004-08-17  Wim Taymans  <wim@fluendo.com>
15176
15177         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15178         (theora_get_formats), (theora_dec_src_convert),
15179         (theora_dec_sink_convert), (theora_dec_src_query),
15180         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15181         Add a debug line.
15182
15183 2004-08-17  Wim Taymans  <wim@fluendo.com>
15184
15185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15186         (gst_ogg_pad_push):
15187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15188         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15189         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15190         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15191         Mark delta units in the muxer.
15192         Try to decode the packet after an out-of-sync error from
15193         libogg.
15194
15195 2004-08-17  Wim Taymans  <wim@fluendo.com>
15196
15197         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15198         (gst_multifdsink_init), (gst_multifdsink_add),
15199         (gst_multifdsink_client_queue_buffer),
15200         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15201         * gst/tcp/gstmultifdsink.h:
15202         Added option to send a keyframe to clients as the first buffer.
15203         Make timeout property writable.
15204
15205 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15206
15207         patch by: Wim Taymans
15208
15209         * gst/tcp/gstfdset.c:
15210         * gst/tcp/gstmultifdsink.c:
15211           fix index comparison, should include 0
15212
15213 2004-08-16  Wim Taymans  <wim@fluendo.com>
15214
15215         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15216         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15217         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15218         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15219         (gst_fdset_wait):
15220           copy when reallocing for poll so the select arguments don't get
15221           changed during the call
15222
15223 2004-08-16  Wim Taymans  <wim@fluendo.com>
15224
15225         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15226         (gst_theora_enc_class_init), (theora_enc_sink_link),
15227         (theora_buffer_from_packet), (theora_enc_chain):
15228         Fix bug where buffers were not marked as keyframes
15229         correctly.
15230
15231 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15232
15233         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15234         (gst_lame_preset_get_type), (gst_lame_class_init):
15235         describe the enum values for vbr mode and presets more verbosely
15236
15237 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15238
15239         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15240         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15241         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15242         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15243         * ext/lame/gstlame.h:
15244         add preset property to lame so it can use lame presets
15245
15246 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15247
15248         * ext/lame/gstlame.c: (gst_lame_get_property):
15249         whoops forgot break, thanks teuf
15250
15251 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15252
15253         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15254         (gst_lame_class_init), (gst_lame_src_getcaps),
15255         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15256         (gst_lame_get_property), (gst_lame_setup):
15257         * ext/lame/gstlame.h:
15258         fix lame's broken vbr stuff, allow it to resample if need be, and also
15259         make xing header optional
15260
15261 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15262
15263         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15264         added getcaps function so samplerate doesnt get fixated to silly values
15265
15266 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15267
15268         * ext/lame/gstlame.c: (gst_lame_src_link):
15269         revert previous fix
15270
15271 2004-08-12  Johan Dahlin  <johan@gnome.org>
15272
15273         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15274         checks. Doesn't matter what state we are in. Interfaces are a
15275         compile time thing, not runtime. It also broke the python bindings.
15276
15277 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15278
15279         * ext/lame/gstlame.c: (gst_lame_src_link):
15280         made source pad link function check if sinkpad is ok..fixes the problem
15281         where core fixates the output rate of lame stupidly
15282
15283 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15284
15285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15286         * sys/v4l/v4l_calls.c:
15287         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15288           fix fixate function to handle nonsimple caps.
15289           remove bogus check in _link
15290           cleanups
15291
15292 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15293
15294         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15295         set default compression ratio parameter to 0.0 so bitrate parameter
15296         works :)
15297
15298 2004-08-11  David Schleef  <ds@schleef.org>
15299
15300         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15301
15302 2004-08-11  David Schleef  <ds@schleef.org>
15303
15304         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15305         before.
15306
15307 2004-08-11  David Schleef  <ds@schleef.org>
15308
15309         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15310
15311 2004-08-11  David Schleef  <ds@schleef.org>
15312
15313         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15314           license field
15315         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15316         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15317           LGPL.
15318         * gst/auparse/gstauparse.c: Fix plugin license field.
15319         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15320         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15321         * gst/rtp/gstrtp.c: Fix plugin license field.
15322
15323 2004-08-11  Wim Taymans  <wim@fluendo.com>
15324
15325         * gst/tcp/Makefile.am:
15326         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15327         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15328         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15329         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15330         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15331         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15332         (gst_fdset_fd_can_write), (gst_fdset_wait):
15333         * gst/tcp/gstfdset.h:
15334         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15335         (gst_multifdsink_class_init), (gst_multifdsink_init),
15336         (gst_multifdsink_add), (gst_multifdsink_remove),
15337         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15338         (gst_multifdsink_remove_client_link),
15339         (gst_multifdsink_handle_client_read),
15340         (gst_multifdsink_client_queue_data),
15341         (gst_multifdsink_client_queue_caps),
15342         (gst_multifdsink_client_queue_buffer),
15343         (gst_multifdsink_handle_client_write),
15344         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15345         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15346         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15347         (gst_multifdsink_close):
15348         * gst/tcp/gstmultifdsink.h:
15349         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15350         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15351         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15352         (gst_tcpserversink_close):
15353         * gst/tcp/gsttcpserversink.h:
15354         Abstracted away the select call, implemented poll (yes we ran into
15355         the 1024 limit in production).
15356
15357 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15358
15359         * gst/tcp/gsttcp.c:
15360         * gst/tcp/gsttcpplugin.c:
15361           improve debuggging, remove assert
15362
15363 2004-08-10  Wim Taymans  <wim@fluendo.com>
15364
15365         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15366         (gst_client_status_get_type), (gst_multifdsink_class_init),
15367         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15368         (gst_multifdsink_handle_client_read),
15369         (gst_multifdsink_handle_client_write),
15370         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15371         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15372         (gst_multifdsink_get_property):
15373         * gst/tcp/gstmultifdsink.h:
15374         * gst/tcp/gsttcp-marshal.list:
15375         Starting to prepare for specifying buffer time in other units
15376         than buffers. Expose remove reason in signal.
15377
15378 2004-08-10  Wim Taymans  <wim@fluendo.com>
15379
15380         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15381         (gst_multifdsink_remove), (gst_multifdsink_clear),
15382         (gst_multifdsink_remove_client_link),
15383         (gst_multifdsink_handle_client_read),
15384         (gst_multifdsink_client_queue_data),
15385         (gst_multifdsink_client_queue_buffer),
15386         (gst_multifdsink_handle_client_write),
15387         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15388         (gst_multifdsink_chain), (gst_multifdsink_close):
15389         * gst/tcp/gstmultifdsink.h:
15390         Added more debugging info. Changed the way clients are
15391         removed from the lists. Fixed a bug where a bad file descriptor
15392         could cause many clients to be removed.
15393
15394 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15395
15396         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15397           allow all pixel-aspect-ratios, not just 1:1
15398
15399 2004-08-09  David Schleef  <ds@schleef.org>
15400
15401         * sys/glsink/ARB_multitexture.h:  Remove old files.
15402         * sys/glsink/EXT_paletted_texture.h:
15403         * sys/glsink/NV_register_combiners.h:
15404         * sys/glsink/gstgl_nvimage.c:
15405         * sys/glsink/gstgl_pdrimage.c:
15406         * sys/glsink/gstgl_rgbimage.c:
15407         * sys/glsink/gstglsink.c:
15408         * sys/glsink/gstglsink.h:
15409         * sys/glsink/gstglxwindow.c:
15410         * sys/glsink/regcomb_yuvrgb.c:
15411
15412 2004-08-09  David Schleef  <ds@schleef.org>
15413
15414         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15415         GL sink plugin.  (Bug #147302)
15416
15417         * configure.ac: Test for OpenGL
15418         * sys/Makefile.am: Use test for OpenGL
15419         * sys/glsink/Makefile.am:
15420         * sys/glsink/glimagesink.c: rewrite
15421         * sys/glsink/glimagesink.h: rewrite
15422
15423 2004-08-09  David Schleef  <ds@schleef.org>
15424
15425         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15426         sane framerates.
15427         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15429         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15430
15431 2004-08-09  Wim Taymans  <wim@fluendo.com>
15432
15433         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15434         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15435         (gst_multifdsink_client_remove),
15436         (gst_multifdsink_handle_client_read),
15437         (gst_multifdsink_handle_client_write),
15438         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15439         Do a bit more logging, make the client_read code more robust.
15440
15441 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15442
15443         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15444         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15445         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15446         (gst_jpegdec_init), (gst_jpegdec_chain):
15447         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15448         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15449           cleanups, debugging fixes and memleak plugging
15450
15451 2004-08-09  Wim Taymans  <wim@fluendo.com>
15452
15453         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15454         (theora_get_formats), (theora_dec_src_convert),
15455         (theora_dec_sink_convert), (theora_dec_src_query),
15456         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15457         (theora_dec_change_state):
15458         Don't crash on missing header packets.
15459
15460 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15461
15462         * po/LINGUAS:
15463         * po/sq.po:
15464           Added Albanian translation (Laurent Dhima)
15465         * po/cs.po:
15466           updated
15467
15468 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15469
15470         * ext/lame/gstlame.c:
15471           fix/add debugging
15472
15473 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15474
15475         * sys/ximage/ximagesink.c:
15476         * sys/xvimage/xvimagesink.c:
15477           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15478
15479 2004-08-06  Wim Taymans  <wim@fluendo.com>
15480
15481         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15482         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15483         (gst_multifdsink_client_remove),
15484         (gst_multifdsink_handle_client_read),
15485         (gst_multifdsink_handle_client_write),
15486         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15487         Make sure we don't try to read more from a client that what
15488         ioctl says us or we deadlock.
15489
15490 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15491
15492         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15493         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15494         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15495           decouple running_time and n_frames so it can handle changing
15496           framerate while running
15497
15498 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15499
15500         * po/nl.po:
15501         * po/sv.po:
15502           updated translations
15503
15504 2004-08-04  Benjamin Otte  <otte@gnome.org>
15505
15506         * gst/videotestsrc/gstvideotestsrc.c:
15507         (gst_videotestsrc_get_capslist), (generate_capslist),
15508         (plugin_init):
15509           generate the list of supported caps at startup and reuse it instead
15510           of always generating it
15511
15512 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15513
15514         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15515           whoops, last checkin broke normal build
15516
15517 2004-08-03  Benjamin Otte  <otte@gnome.org>
15518
15519         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15520         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15521         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15522         (gst_alsa_mixer_get_option):
15523         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15524         (dvdnavsrc_print_event):
15525         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15527         (gst_ogg_mux_pad_unlink):
15528         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15529         (gst_multipart_mux_pad_unlink):
15530         * gst/videofilter/gstvideobalance.c:
15531         (gst_videobalance_colorbalance_set_value):
15532         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15533         (gst_videomixer_pad_unlink):
15534         * po/uk.po:
15535         * sys/oss/gstossmixer.c:
15536         * sys/v4l/gstv4lcolorbalance.c:
15537         * sys/v4l/gstv4ltuner.c:
15538         * sys/v4l/v4lsrc_calls.c:
15539         * sys/v4l2/gstv4l2colorbalance.c:
15540         * sys/v4l2/gstv4l2tuner.c:
15541           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15542
15543 2004-08-03  Benjamin Otte  <otte@gnome.org>
15544
15545         * examples/dynparams/filter.c: (ui_control_create):
15546         * examples/gstplay/player.c: (print_tag):
15547         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15548         * ext/gdk_pixbuf/gstgdkanimation.c:
15549         (gst_gdk_animation_iter_may_advance):
15550         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15551         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15552         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15553         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15555         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15556         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15557         * gst/sine/demo-dparams.c: (main):
15558         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15559         * testsuite/alsa/formats.c: (create_pipeline):
15560         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15561           fixes for G_DISABLE_ASSERT and friends
15562         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15563         (mp3_type_frame_length_from_header), (mp3_type_find),
15564         (plugin_init):
15565           require mp3 typefinding to have at least MIN_HEADERS valid headers
15566           add typefinding for AAC adts files
15567
15568 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15569
15570         * sys/ximage/ximagesink.c:
15571         (gst_ximagesink_calculate_pixel_aspect_ratio):
15572         * sys/xvimage/xvimagesink.c:
15573         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15574         Make sure we calculate pixel-aspect-ratio using floating point maths
15575
15576 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15577
15578         * po/uk.po:
15579           updated translation
15580
15581 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15582
15583         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15585           add debugging for display PAR calculation
15586
15587 2004-08-02  David Schleef  <ds@schleef.org>
15588
15589         * configure.ac: Fix mikmod CFLAGS.
15590
15591 2004-07-27  Benjamin Otte  <otte@gnome.org>
15592
15593         * gst/audioscale/gstaudioscale.c:
15594         - fix templates to only support S16, it's the only format that works
15595         - make caps nego code use try_set_caps_nonfixed and fixation instead
15596         of try_set_caps twice, which is not nice for autopluggers
15597         - change rank to secondary, so autopluggers can pick it up after
15598         audioconvert
15599
15600 2004-08-02  Iain <iain@prettypeople.org>
15601
15602         * gst/interleave/interleave.c (interleave_init),
15603         (interleave_request_new_pad),
15604         (interleave_pad_removed),
15605         (interleave_buffered_loop): Use the real pad count, not the artificial
15606         one.
15607
15608 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15609
15610         * configure.ac: bump nano back to development
15611
15612 === release 0.8.3 ===
15613
15614 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15615
15616         * configure.ac: releasing 0.8.3, "Water"
15617
15618 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15619
15620         * sys/xvimage/xvimagesink.c:
15621         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15622         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15623         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15624         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15625         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15626         * sys/xvimage/xvimagesink.h:
15627           apply similar PAR fixes as to ximagesink
15628
15629 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15630
15631         patch from: Benjamin Otte
15632
15633         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15634           add link function to lame.  Fixes #148986.
15635
15636 2004-08-02  Johan Dahlin  <johan@gnome.org>
15637
15638         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15639         fix debugging log
15640
15641 2004-07-30  David Schleef  <ds@schleef.org>
15642
15643         * gst/videomixer/Makefile.am: Fix things that should have been
15644         fixed in the last checkin.
15645
15646 2004-07-30  David Schleef  <ds@schleef.org>
15647
15648         * gst/multipart/Makefile.am: Fix things that should have been
15649         fixed in the last checkin.
15650
15651 2004-07-30  David Schleef  <ds@schleef.org>
15652
15653         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15654
15655 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15656
15657         * configure.ac:
15658           bump nano for prerelease
15659         * po/af.po:
15660         * po/az.po:
15661         * po/cs.po:
15662         * po/en_GB.po:
15663         * po/hu.po:
15664         * po/nl.po:
15665         * po/sr.po:
15666         * po/sv.po:
15667         * po/uk.po:
15668           updates
15669
15670 2004-07-30  Wim Taymans  <wim@fluendo.com>
15671
15672         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15673         (gst_multifdsink_add), (gst_multifdsink_remove),
15674         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15675         (gst_multifdsink_client_remove),
15676         (gst_multifdsink_handle_client_write),
15677         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15678         * gst/tcp/gstmultifdsink.h:
15679         Recover from a select with a bad file descriptor by removing
15680         the client.
15681
15682 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15683
15684         * configure.ac:
15685           fix requirement of core
15686         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15687         (gst_play_pipeline_setup):
15688           don't use colorspace element.  do use hermescolorspace element.
15689           make macro to get a colorspace element.
15690           mark strings for translation.
15691         * po/POTFILES.in:
15692           add play.c
15693         * po/af.po:
15694         * po/az.po:
15695         * po/cs.po:
15696         * po/en_GB.po:
15697         * po/hu.po:
15698         * po/nl.po:
15699         * po/sr.po:
15700         * po/sv.po:
15701         * po/uk.po:
15702           update translations
15703
15704 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15705
15706         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15707         fix default for newmedia flag
15708
15709 2004-07-30  Wim Taymans  <wim@fluendo.com>
15710
15711         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15712         (gst_theora_dec_init), (theora_get_formats),
15713         (theora_dec_src_convert), (theora_dec_sink_convert),
15714         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15715         (theora_dec_chain), (theora_dec_set_property),
15716         (theora_dec_get_property):
15717         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15718         (gst_theora_enc_class_init), (gst_theora_enc_init),
15719         (theora_enc_sink_link), (theora_enc_chain),
15720         (theora_enc_set_property), (theora_enc_get_property):
15721         Added cropping option to theora decoder.
15722         Added border option to theora encoder.
15723
15724 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15725
15726         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15727         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15728         (gst_pngenc_set_property):
15729         * ext/libpng/gstpngenc.h:
15730         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
15731
15732 2004-07-30  Wim Taymans  <wim@fluendo.com>
15733
15734         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15735         (theora_enc_sink_link), (theora_enc_chain),
15736         (theora_enc_set_property), (theora_enc_get_property):
15737         Fix encoding of non-multiple-of-16 video.
15738
15739 2004-07-29  David Schleef  <ds@schleef.org>
15740
15741         * configure.ac: make test for audiofile more strict
15742
15743 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15744
15745         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15746           give different names to typefind functions
15747
15748 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15749
15750         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15751         (gst_ximagesink_calculate_pixel_aspect_ratio),
15752         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15753         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15754         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15755         (gst_ximagesink_get_property), (gst_ximagesink_init):
15756         * sys/ximage/ximagesink.h:
15757           allocate PAR's dynamically.
15758           use autodetected PAR if no object-set PAR is given.
15759           add workaround for directfb's X not setting physical size.
15760           fix to xvimagesink will follow tomorrow.
15761
15762 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15763
15764         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15765         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15766         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15767         (gst_shout2send_class_init), (gst_shout2send_init),
15768         (set_shout_metadata), (gst_shout2send_set_metadata),
15769         (gst_shout2send_chain), (gst_shout2send_set_property),
15770         (gst_shout2send_get_property), (gst_shout2send_connect),
15771         (gst_shout2send_change_state):
15772         * ext/shout2/gstshout2.h:
15773         - fix for sending mp3 audio to icecast2 server, if pad link function not
15774         called before PAUSED state
15775         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15776         - added tagging support for mp3 audio broadcasted
15777         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15778         debug info
15779
15780 2004-07-28  Wim Taymans  <wim@fluendo.com>
15781
15782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15783         (gst_ogg_demux_push):
15784         Return query failure when we don't know the length of
15785         an ogg stream insteda of returning TRUE with a bogus value.
15786
15787 2004-07-28  Wim Taymans  <wim@fluendo.com>
15788
15789         * ext/theora/theoradec.c: (theora_get_formats),
15790         (theora_dec_src_convert), (theora_dec_sink_convert),
15791         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15792         (theora_dec_chain):
15793         Don't screw up the 1 Chroma for 1 luma sample situation when we
15794         have an odd offset/width by adding a black border in those cases.
15795
15796 2004-07-28  Wim Taymans  <wim@fluendo.com>
15797
15798         * ext/theora/theoradec.c: (theora_get_formats),
15799         (theora_dec_src_convert), (theora_dec_sink_convert),
15800         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15801         (theora_dec_chain):
15802         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15803         Added first attempt at cropping of the image as required by the
15804         theora spec. We need more properties in the caps (offset_x,
15805         offset_y,stride) to implement this correctly.
15806
15807 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15808
15809         * ext/dvdnav/README:
15810           Update the README to use dvddemux
15811         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15812           Ensure getcaps returns a subset of the template caps
15813         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15814         (gst_mpeg2subt_init):
15815           Ensure getcaps returns a subset of the template caps
15816         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15817         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15818         (gst_dvd_demux_get_subpicture_stream),
15819         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15820         * gst/mpegstream/gstdvddemux.h:
15821           Set the explicit caps on the current_video pad before pushing
15822           anything
15823         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15824         (gst_mpeg_demux_get_audio_stream):
15825           Free caps used to gst_pad_set_explicit_caps, which takes a const
15826           GstCaps *
15827
15828 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15829
15830         * configure.ac: update GStreamer requirement to 0.8.4 because of
15831           GstFraction.
15832
15833 2004-07-28  Wim Taymans  <wim@fluendo.com>
15834
15835         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15836         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15837         Add the pad to the element after setting up the caps. This
15838         makes it a lot easier to autoplug.
15839
15840 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15841
15842         * gst/median/gstmedian.c:
15843         * gst/mpeg2subt/gstmpeg2subt.c:
15844         * gst/mpegaudioparse/gstmpegaudioparse.c:
15845         * gst/mpegstream/gstdvddemux.c:
15846         * gst/mpegstream/gstmpegdemux.c:
15847         * gst/mpegstream/gstmpegpacketize.c:
15848         * gst/rtjpeg/gstrtjpeg.c:
15849         * gst/rtjpeg/gstrtjpegdec.c:
15850         * gst/rtjpeg/gstrtjpegenc.c:
15851         * gst/sine/gstsinesrc.c:
15852         * gst/smooth/gstsmooth.c:
15853         * gst/smpte/gstsmpte.c:
15854         * gst/smpte/gstsmpte.h:
15855         * gst/stereo/gststereo.c:
15856         * gst/videofilter/gstgamma.c:
15857         * gst/videofilter/gstvideobalance.c:
15858         * gst/videofilter/gstvideofilter.c:
15859         * gst/videofilter/gstvideoflip.c:
15860         * gst/videoscale/gstvideoscale.c:
15861         * gst/videoscale/videoscale.c:
15862         * gst/videotestsrc/gstvideotestsrc.c:
15863         * gst/videotestsrc/videotestsrc.c:
15864         * gst/wavenc/gstwavenc.c:
15865         * gst/wavparse/gstwavparse.c:
15866           fix local includes and 64 bits constants
15867
15868 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15869
15870         * win32/gst.sln:
15871         * gst-libs/gst/*/*.vcproj:
15872         * gst/*/*.vcproj:
15873           more working plugins
15874
15875 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15876
15877         * testsuite/alsa/Makefile.am:
15878         * testsuite/alsa/srcstate.c:
15879         add test for alsasrc changing state
15880
15881 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15882
15883         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15884         (gst_silence_get):
15885         * gst/silence/gstsilence.h:
15886         fix silence generation for 16bit raw audio
15887
15888 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15889
15890         * gst/matroska/matroska-demux.c:
15891         (gst_matroska_demux_parse_metadata),
15892         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15893         * gst/mpegaudio/common.c:
15894         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15895         (gst_videoscale_getcaps), (gst_videoscale_link),
15896         (gst_videoscale_src_fixate), (gst_videoscale_init),
15897         (gst_videoscale_finalize):
15898         * gst/videoscale/gstvideoscale.h:
15899         * gst/videotestsrc/gstvideotestsrc.c:
15900         (gst_videotestsrc_get_capslist):
15901         * gst/wavenc/gstwavenc.c:
15902         * sys/oss/gstossmixer.c: (fill_labels):
15903         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15904         (gst_ximagesink_handle_xevents),
15905         (gst_ximagesink_calculate_pixel_aspect_ratio),
15906         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15907         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15908         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15909         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15910         (gst_ximagesink_init), (gst_ximagesink_class_init):
15911         * sys/ximage/ximagesink.h:
15912         * sys/xvimage/xvimagesink.c:
15913         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15914         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15915         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15916         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15917         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15918         * sys/xvimage/xvimagesink.h:
15919           first batch of pixel aspect ratio commits.
15920
15921 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15922
15923         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15924         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15925         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15926           handle stride, needs work if we want to move stride handling
15927           upstream, but works correctly for our purposes.
15928
15929 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15930
15931         * gst/videoscale/README:
15932           add testing examples
15933         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15934         (gst_videoscale_chain):
15935         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15936         (gst_videoscale_get_size):
15937           add get_size function that handles stride like videotestsrc.
15938           fixes conversion for YUV formats for as much as I can test them.
15939
15940 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15941
15942         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15943         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15945         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15946         (gst_xvimagesink_xvimage_put):
15947           further cleanups, logging, error handling and synchronizing
15948
15949 2004-07-27  Wim Taymans  <wim@fluendo.com>
15950
15951         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15952         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15953         (gst_videomixer_pad_set_property),
15954         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15955         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15956         (gst_videomixer_class_init), (gst_videomixer_init),
15957         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15958         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15959         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15960         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15961         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15962         (gst_videomixer_loop), (plugin_init):
15963         Be a nicer negotiation citizen and provide a getcaps function on
15964         the srcpad. This also fixes a crash when resizing.
15965
15966 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15967
15968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15969         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15970
15971 2004-07-27  Wim Taymans  <wim@fluendo.com>
15972
15973         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15974         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15975         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15976         (gst_pngenc_set_property):
15977         * ext/libpng/gstpngenc.h:
15978         Added snapshot property to pngenc.
15979         removed g_print from pngdec
15980
15981 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15982
15983         * gst/ac3parse/ac3parse.vcproj
15984         * gst/adder/adder.vcproj
15985         * gst/alpha/alpha.vcproj
15986         * gst/alpha/alphacolor.vcproj
15987         * gst/asfdemux/asf.vcproj
15988         * gst/audioconvert/audioconvert.vcproj
15989         * gst/audiorate/audiorate.vcproj
15990         * gst/audioscale/audioscale.vcproj
15991         * gst/auparse/auparse.vcproj
15992         * gst/avi/avi.vcproj
15993         * gst/cdxaparse/cdxaparse.vcproj
15994         * gst/chart/chart.vcproj
15995         * gst/colorspace/colorspace.vcproj
15996         * gst/cutter/cutter.vcproj
15997         * gst/debug/debug.vcproj
15998         * gst/debug/efence.vcproj
15999         * gst/debug/navigationtest.vcproj
16000         * gst/deinterlace/deinterlace.vcproj
16001         * gst/effectv/effectv.vcproj
16002         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16003         * gst/filter/filter.vcproj
16004         * gst/flx/flxdec.vcproj
16005         * gst/goom/goom.vcproj
16006         * gst/interleave/interleave.vcproj
16007         * gst/law/alaw.vcproj
16008         * gst/law/mulaw.vcproj
16009         * gst/matroska/matroska.vcproj
16010         * gst/median/median.vcproj
16011         * gst/mixmatrix/mixmatrix.vcproj
16012         * gst/mpeg1sys/mpeg1systemencode.vcproj
16013         * gst/mpeg1videoparse/mp1videoparse.vcproj
16014         * gst/mpeg2sub/mpeg2subt.vcproj
16015         * gst/mpegaudio/mpegaudio.vcproj
16016         * gst/mpegaudioparse/mpegaudioparse.vcproj
16017         * gst/mpegstream/mpegstream.vcproj
16018         * gst/multifilesink/multifilesink.vcproj
16019         * gst/multipart/multipart.vcproj
16020         * gst/oneton/oneton.vcproj
16021         * gst/overlay/overlay.vcproj
16022         * gst/passthrough/passthrough.vcproj
16023         * gst/qtdemux/qtdemux.vcproj
16024         * gst/realmedia/rmdemux.vcproj
16025         * gst/rtjpeg/rtjpeg.vcproj
16026         * gst/rtp/rtp.vcproj
16027         * gst/silence/silence.vcproj
16028         * gst/sine/sinesrc.vcproj
16029         * gst/smooth/smooth.vcproj
16030         * gst/smpte/smpte.vcproj
16031         * gst/spectrum/spectrum.vcproj
16032         * gst/speed/speed.vcproj
16033         * gst/stereo/stereo.vcproj
16034         * gst/switch/switch.vcproj
16035         * gst/tags/tagedit.vcproj
16036         * gst/tcp/tcp.vcproj
16037         * gst/typefind/typefindfunctions.vcproj
16038         * gst/udp/udp.vcproj
16039         * gst/videobox/videobox.vcproj
16040         * gst/videocrop/videocrop.vcproj
16041         * gst/videodrop/videodrop.vcproj
16042         * gst/videofilter/gamma.vcproj
16043         * gst/videofilter/videobalance.vcproj
16044         * gst/videofilter/videofilter.vcproj
16045         * gst/videofilter/videoflip.vcproj
16046         * gst/videoflip/videoflip.vcproj
16047         * gst/videomixer/videomixer.vcproj
16048         * gst/videorate/videorate.vcproj
16049         * gst/videoscale/videoscale.vcproj
16050         * gst/videotestsrc/videotestsrc.vcproj
16051         * gst/virtualdub/virtualdub.vcproj
16052         * gst/volenv/volenv.vcproj
16053         * gst/volume/volume.vcproj
16054         * gst/wavenc/wavenc.vcproj
16055         * gst/wavparse/wavparse.vcproj
16056         * gst/y4m/y4menc.vcproj
16057         * gst-libs/gst/audio/audio.vcproj
16058         * gst-libs/gst/audio/audiofilter.vcproj
16059         * gst-libs/gst/colorbalance/colorbalance.vcproj
16060         * gst-libs/gst/idct/idtc.vcproj
16061         * gst-libs/gst/media-info/media-info.vcproj
16062         * gst-libs/gst/mixer/mixer.vcproj
16063         * gst-libs/gst/navigation/navigation.vcproj
16064         * gst-libs/gst/play/play.vcproj
16065         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16066         * gst-libs/gst/resample/resample.vcproj
16067         * gst-libs/gst/riff/riff.vcproj
16068         * gst-libs/gst/tuner/tuner.vcproj
16069         * gst-libs/gst/video/video.vcproj
16070         * gst-libs/gst/xoverlay/xoverlay.vcproj
16071           avoid problems with math.h, fix release dependancy
16072           rename GStreamer-0.8.lib to libgstreamer.lib
16073
16074 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16075
16076         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16078         the atom is not available we have to unlock the mutex. Fixes #148023
16079
16080 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16081
16082         * gst-libs/gst/media-info/media-info.h:
16083           issue for a vararg macro with MSVC
16084
16085 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16086
16087         * gst/effectv/effectv.vcproj
16088         * gst-libs/gst/idct/idct.vcproj:
16089         * gst-libs/gst/media-info/media-info.vcproj:
16090         * gst-libs/gst/navigation/navigation.vcproj:
16091         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16092         * gst-libs/gst/video/video.vcproj:
16093         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16094           fixes for build problems
16095
16096 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16097
16098         * gst-libs/gst/audio/audio.def:
16099         * gst-libs/gst/audio/riff.def:
16100           add some definitions needed by plugins
16101
16102 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16103
16104         * gst/asfdemux/gstasfmux.c
16105           Fix some 64 bits constants to be glib friendly
16106
16107 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16108
16109         * gst/ac3parse/gstac3parse.c
16110         * gst/audioscale/gstaudioscale.c
16111         * gst/auparse/gstauparse.c
16112         * gst/colorspace/gstcolorspace.c
16113         * gst/colorspace/yuv2rgb.h
16114           local include fixes
16115
16116 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16117
16118         * win32/gst.sln
16119           add more plugins to the build
16120
16121 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16122
16123         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16124         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16125
16126 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16127
16128         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16129         (gst_level_set_property), (gst_level_get_property),
16130         (gst_level_base_init), (gst_level_class_init):
16131           add debugging categories.  cleanups.
16132
16133 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16134
16135         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16136         (gst_videoscale_planar411), (gst_videoscale_planar400),
16137         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16138         (gst_videoscale_scale_nearest_str1),
16139         (gst_videoscale_scale_nearest_str2),
16140         (gst_videoscale_scale_nearest_str4),
16141         (gst_videoscale_scale_nearest_16bit),
16142         (gst_videoscale_scale_nearest_24bit):
16143           fixed stride issues
16144           tested with 320x240 -> 321, 322, 324 x240
16145           tested with YV12, I420, YUY2, UYVY
16146           fixed packed422rev (don't think it could have worked before)
16147           by testing with UYVY
16148
16149 2004-07-26  Benjamin Otte  <otte@gnome.org>
16150
16151         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16152         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16153         (plugin_init):
16154           add debugging category, add error checks like checking return values
16155           of setup calls, make sure it still works after
16156           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16157
16158 2004-07-26  Wim Taymans  <wim@fluendo.com>
16159
16160         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16161         (gst_mpeg_demux_get_audio_stream),
16162         (gst_mpeg_demux_process_private):
16163         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16164         Check for error codes from the negotiation functions. Make sure
16165         we really set the pad caps when a new pad is created.
16166
16167 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16168
16169         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16170         (gst_ffmpeg_caps_to_pix_fmt):
16171         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16173         (gst_ffmpegcolorspace_pad_link):
16174           don't make function do two things at the same time without reason.
16175
16176 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16177
16178         * gst/ac3parse/ac3parse.vcproj
16179         * gst/adder/adder.vcproj
16180         * gst/alpha/alpha.vcproj
16181         * gst/alpha/alphacolor.vcproj
16182         * gst/asfdemux/asf.vcproj
16183         * gst/audioconvert/audioconvert.vcproj
16184         * gst/audiorate/audiorate.vcproj
16185         * gst/audioscale/audioscale.vcproj
16186         * gst/auparse/auparse.vcproj
16187         * gst/avi/avi.vcproj
16188         * gst/cdxaparse/cdxaparse.vcproj
16189         * gst/chart/chart.vcproj
16190         * gst/colorspace/colorspace.vcproj
16191         * gst/cutter/cutter.vcproj
16192         * gst/debug/debug.vcproj
16193         * gst/debug/efence.vcproj
16194         * gst/debug/navigationtest.vcproj
16195         * gst/deinterlace/deinterlace.vcproj
16196         * gst/effectv/effectv.vcproj
16197         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16198         * gst/filter/filter.vcproj
16199         * gst/flx/flxdec.vcproj
16200         * gst/goom/goom.vcproj
16201         * gst/interleave/interleave.vcproj
16202         * gst/law/alaw.vcproj
16203         * gst/law/mulaw.vcproj
16204         * gst/matroska/matroska.vcproj
16205         * gst/median/median.vcproj
16206         * gst/mixmatrix/mixmatrix.vcproj
16207         * gst/mpeg1sys/mpeg1systemencode.vcproj
16208         * gst/mpeg1videoparse/mp1videoparse.vcproj
16209         * gst/mpeg2sub/mpeg2subt.vcproj
16210         * gst/mpegaudio/mpegaudio.vcproj
16211         * gst/mpegaudioparse/mpegaudioparse.vcproj
16212         * gst/mpegstream/mpegstream.vcproj
16213         * gst/multifilesink/multifilesink.vcproj
16214         * gst/multipart/multipart.vcproj
16215         * gst/oneton/oneton.vcproj
16216         * gst/overlay/overlay.vcproj
16217         * gst/passthrough/passthrough.vcproj
16218         * gst/qtdemux/qtdemux.vcproj
16219         * gst/realmedia/rmdemux.vcproj
16220         * gst/rtjpeg/rtjpeg.vcproj
16221         * gst/rtp/rtp.vcproj
16222         * gst/silence/silence.vcproj
16223         * gst/sine/sinesrc.vcproj
16224         * gst/smooth/smooth.vcproj
16225         * gst/smpte/smpte.vcproj
16226         * gst/spectrum/spectrum.vcproj
16227         * gst/speed/speed.vcproj
16228         * gst/stereo/stereo.vcproj
16229         * gst/switch/switch.vcproj
16230         * gst/tags/tagedit.vcproj
16231         * gst/tcp/tcp.vcproj
16232         * gst/typefind/typefindfunctions.vcproj
16233         * gst/udp/udp.vcproj
16234         * gst/videobox/videobox.vcproj
16235         * gst/videocrop/videocrop.vcproj
16236         * gst/videodrop/videodrop.vcproj
16237         * gst/videofilter/gamma.vcproj
16238         * gst/videofilter/videobalance.vcproj
16239         * gst/videofilter/videofilter.vcproj
16240         * gst/videofilter/videoflip.vcproj
16241         * gst/videoflip/videoflip.vcproj
16242         * gst/videomixer/videomixer.vcproj
16243         * gst/videorate/videorate.vcproj
16244         * gst/videoscale/videoscale.vcproj
16245         * gst/videotestsrc/videotestsrc.vcproj
16246         * gst/virtualdub/virtualdub.vcproj
16247         * gst/volenv/volenv.vcproj
16248         * gst/volume/volume.vcproj
16249         * gst/wavenc/wavenc.vcproj
16250         * gst/wavparse/wavparse.vcproj
16251         * gst/y4m/y4menc.vcproj
16252           more plugins supported under windows
16253
16254 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16255
16256         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16257         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16258         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16260         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16261           Add debugging statements.  Use the sizes as returned by the
16262           *CreateImage calls.
16263
16264 2004-07-26  Johan Dahlin  <johan@gnome.org>
16265
16266         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16267         the pad is negotiated.
16268
16269         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16270
16271 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16272
16273         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16274         * gst-libs/gst/idct/idct.vcproj:
16275         * gst-libs/gst/media-info/media-info.vcproj:
16276         * gst-libs/gst/mixer/mixer.vcproj:
16277         * gst-libs/gst/navigation/navigation.vcproj:
16278         * gst-libs/gst/play/play.vcproj:
16279         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16280         * gst-libs/gst/resample/resample.vcproj:
16281         * gst-libs/gst/tuner/tuner.vcproj:
16282         * gst-libs/gst/video/video.vcproj:
16283         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16284           more plugins supported under windows
16285
16286 2004-07-25 Iain <iain@prettypeople.org>
16287
16288         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16289         pad now rather than when the pad is created because state changes wipe
16290         explicit caps (fixes #148043).
16291
16292 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16293
16294         reviewed by Benjamin Otte  <otte@gnome.org>
16295
16296         * ext/mad/gstmad.c:
16297           fix mad plugin crashing on Sun (fixes #148289)
16298
16299 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16300
16301         * gst/avi/avi.def:
16302         * gst/avi/avi.vcproj:
16303         * gst/matroska/matroska.def:
16304         * gst/matroska/matroska.vcproj:
16305           remove unused .def files
16306
16307 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16308
16309         * gst-libs/gst/audio/gstaudiofilter.c:
16310           Clean the local include
16311
16312 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16313
16314         * win32/gst.sln:
16315         * gst-libs/gst/audio/audio.def:
16316         * gst-libs/gst/audio/audio.vcproj:
16317         * gst-libs/gst/audio/audiofilter.vcproj:
16318         * gst-libs/gst/audio/riff.def:
16319         * gst-libs/gst/audio/riff.vcproj:
16320         * gst-libs/gst/gst-libs.def:
16321         * gst-libs/gst/gst-libs.vcproj:
16322         * gst/avi/avi.vcproj:
16323         * gst/avi/avi.vcproj:
16324           Copy the files where needed after building, cleaner projects
16325
16326 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16327
16328         * gst/matroska/ebml-write.c:
16329           Fix some 64 bits constants to be glib friendly
16330
16331 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16332
16333         * win32/gst.sln:
16334         * gst-libs/gst/gst-libs.def:
16335         * gst-libs/gst/gst-libs.vcproj:
16336         * gst/matroska/matroska.def:
16337         * gst/matroska/matroska.vcproj:
16338           Add the preliminary canvas to build plugins on Win32
16339
16340 2004-07-23  Benjamin Otte  <otte@gnome.org>
16341
16342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16343           don't enfore negotiation from source side, it breaks
16344           sinesrc ! audioconvert ! osssink
16345
16346 2004-07-22  David Schleef  <ds@schleef.org>
16347
16348         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16349         for ELF files, since they can easily be recognized as audio/mpeg.
16350         (bug #147441)
16351
16352 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16353
16354         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16355         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16356         (gst_videoscale_scale_nearest_24bit),
16357         (gst_videoscale_scale_nearest_16bit):
16358           fix 16bit and 24bit for stride (24bit might need testing)
16359           don't pretend we do more than one algorithm
16360
16361 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16362
16363         * configure.ac:
16364         * gst/Makefile.am:
16365         * gst/multifilesink/Makefile.am:
16366         * gst/multifilesink/gstmultifilesink.c:
16367         (gst_multifilesink_get_formats),
16368         (gst_multifilesink_get_query_types), (_do_init),
16369         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16370         (gst_multifilesink_init), (gst_multifilesink_dispose),
16371         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16372         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16373         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16374         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16375         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16376         (gst_multifilesink_uri_get_type),
16377         (gst_multifilesink_uri_get_protocols),
16378         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16379         (gst_multifilesink_uri_handler_init), (plugin_init):
16380         * gst/multifilesink/gstmultifilesink.h:
16381         * testsuite/Makefile.am:
16382         * testsuite/multifilesink/Makefile.am:
16383         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16384         (gst_newmedia_class_init), (gst_newmedia_init),
16385         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16386         (newfile_signal), (test_signal), (main):
16387         multifilesink plugin for creating new files every time a new media
16388         discontinuity event occurs
16389
16390 2004-07-22  Wim Taymans  <wim@fluendo.com>
16391
16392         * gst/alpha/Makefile.am:
16393         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16394         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16395         (gst_alpha_color_init), (gst_alpha_color_set_property),
16396         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16397         (transform), (gst_alpha_color_chain),
16398         (gst_alpha_color_change_state), (plugin_init):
16399         Stupid plugin to to RGBA to AYUV conversion because none of
16400         the colorspace plugins can handle that yet.
16401
16402 2004-07-22  Wim Taymans  <wim@fluendo.com>
16403
16404         * examples/seeking/seek.c: (update_scale), (main):
16405         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16406         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16407         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16408         (gst_decode_bin_init), (gst_decode_bin_dispose),
16409         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16410         (no_more_pads), (close_link), (type_found),
16411         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16412         (plugin_init):
16413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16414         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16415         (gst_play_base_bin_dispose), (queue_overrun),
16416         (gen_preroll_element), (remove_prerolls), (unknown_type),
16417         (no_more_pads), (new_stream), (setup_source),
16418         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16419         (play_base_eos), (gst_play_base_bin_change_state),
16420         (gst_play_base_bin_add_element),
16421         (gst_play_base_bin_remove_element),
16422         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16423         (gst_play_base_bin_unlink_stream),
16424         (gst_play_base_bin_get_streaminfo):
16425         * gst/playback/gstplaybin.c: (gen_video_element),
16426         (gen_audio_element):
16427         * gst/playback/gststreaminfo.h:
16428         More playback updates, attempt to fix things after the state change
16429         breakage.
16430
16431 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16432
16433         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16434         (gst_videoscale_scale_nearest_16bit):
16435           comment algorithm
16436
16437 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16438
16439         * gst/videotestsrc/gstvideotestsrc.c:
16440         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16441         (gst_videotestsrc_init), (gst_videotestsrc_get),
16442         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16443         (gst_videotestsrc_get_property):
16444         * gst/videotestsrc/gstvideotestsrc.h:
16445         * gst/videotestsrc/videotestsrc.c:
16446         * gst/videotestsrc/videotestsrc.h:
16447           cleanup and commenting
16448
16449 2004-07-21  Wim Taymans  <wim@fluendo.com>
16450
16451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16452         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16453         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16454         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16455         (_find_chain_get_unknown_part), (_find_streams_check),
16456         (gst_ogg_demux_push), (gst_ogg_pad_push):
16457         * ext/theora/theoradec.c: (theora_get_formats),
16458         (theora_dec_src_convert), (theora_dec_sink_convert),
16459         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16460         (theora_dec_chain):
16461         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16462         (vorbis_dec_convert), (vorbis_dec_src_query),
16463         (vorbis_dec_src_event), (vorbis_dec_event):
16464         More seeking fixes, oggdemux now supports seeking to time and
16465         uses the downstream element to convert granulepos to time.
16466         Seeking in theora-only ogg files now works.
16467
16468 2004-07-21  Wim Taymans  <wim@fluendo.com>
16469
16470         * ext/theora/theoradec.c: (gst_theora_dec_init),
16471         (theora_get_formats), (theora_get_event_masks),
16472         (theora_get_query_types), (theora_dec_src_convert),
16473         (theora_dec_sink_convert), (theora_dec_src_query),
16474         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16475         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16476         (vorbis_get_event_masks), (vorbis_get_query_types),
16477         (gst_vorbis_dec_init), (vorbis_dec_convert),
16478         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16479         Added query/convert/formats functions to vorbis and theora decoders
16480         so that the outside world can use them too. Fixed seeking on an
16481         ogg/theora/vorbis file by disabling the seeking seeking on the
16482         theora srcpad.
16483
16484 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16485
16486         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16487         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16488         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16489         images creation for both elements. We don't create the image on caps
16490         nego or renego, we just destroy the internal one if present if it does
16491         not match the needs. The chain function takes care of creating a new
16492         image when needed.
16493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16494         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16495         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16496         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16497         the image format information. The buffer pool checks for the context
16498         image format and discard images with different formats.
16499         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16500
16501 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16502
16503         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16504         (gst_ffmpegcolorspace_chain):
16505           no point in doing any chaining if the pad we want to push from
16506           isn't usable.
16507
16508 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16509
16510         * gst-libs/gst/riff/riff-media.c:
16511         (gst_riff_create_audio_caps_with_data):
16512           Fix double end-to-native symbol conversion (#148021).
16513
16514 2004-07-20  David Schleef  <ds@schleef.org>
16515
16516         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16517         Don't use an Atom that doesn't exist.
16518
16519 2004-07-20  Wim Taymans  <wim@fluendo.com>
16520
16521         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16522         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16523         (gst_multifdsink_client_remove),
16524         (gst_multifdsink_handle_client_write),
16525         (gst_multifdsink_queue_buffer):
16526         * gst/tcp/gstmultifdsink.h:
16527         More multifdsink stats. Avoid deadlock by releasing locks
16528         before sending out a signal.
16529
16530 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16531
16532         * po/LINGUAS:
16533         * po/hu.po:
16534           added Hungarian translation (Laszlo Dvornik)
16535
16536 2004-07-20  Wim Taymans  <wim@fluendo.com>
16537
16538         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16539         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16540         (gst_multifdsink_handle_client_write),
16541         (gst_multifdsink_queue_buffer):
16542         * gst/tcp/gsttcp-marshal.list:
16543         Fixed the stupid marshal definition.
16544
16545 2004-07-20  Wim Taymans  <wim@fluendo.com>
16546
16547         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16548         (gst_multifdsink_init), (gst_multifdsink_add),
16549         (gst_multifdsink_client_remove),
16550         (gst_multifdsink_handle_client_write),
16551         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16552         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16553         (gst_multifdsink_init_send):
16554         * gst/tcp/gstmultifdsink.h:
16555         Added more stats, added timeout for a client, fixed some typos
16556         and added some comments.
16557
16558 2004-07-20  Wim Taymans  <wim@fluendo.com>
16559
16560         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16561         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16562         (gst_multifdsink_client_remove),
16563         (gst_multifdsink_handle_client_write):
16564         * gst/tcp/gstmultifdsink.h:
16565         * gst/tcp/gsttcp-marshal.list:
16566         Added get_stats method that returns a GValueArray of
16567         stats values.
16568
16569 2004-07-19  Benjamin Otte  <otte@gnome.org>
16570
16571         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16572           make sure longname, description and author are valid UTF-8
16573
16574 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16575
16576         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16577         (gst_ximagesink_set_property):
16578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16579         (gst_xvimagesink_set_property):
16580           make sure SYNCHRONOUS is respected after getting the X context
16581
16582 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16583
16584         * gst/matroska/matroska-demux.c:
16585         (gst_matroska_demux_handle_src_event),
16586         (gst_matroska_demux_parse_blockgroup):
16587         * gst/matroska/matroska-ids.h:
16588           add BlockReference tag and ignore it to clear out log.
16589           ignore NAVIGATION events to clear out log.
16590
16591 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16592
16593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16594         (gst_matroska_demux_add_stream):
16595         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16596           add debug categories
16597
16598 2004-07-16  Wim Taymans  <wim@fluendo.com>
16599
16600         * ext/libpng/Makefile.am:
16601         * ext/libpng/gstpng.c: (plugin_init):
16602         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16603         (gst_pngdec_get_type), (gst_pngdec_base_init),
16604         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16605         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16606         * ext/libpng/gstpngdec.h:
16607         Added png decoder.
16608
16609 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16610
16611         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16612         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16613         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16614         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16615         (gst_ximagesink_buffer_alloc):
16616         * sys/ximage/ximagesink.h:
16617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16618         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16619         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16620         (gst_xvimagesink_buffer_alloc):
16621         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16622         again. Using internal data pointer of the x(v)image to store image's
16623         data to be coherent with the buffer alloc mechanism. Investigated the
16624         image destruction code to be sure that everything gets freed correctly.
16625
16626 2004-07-16  Wim Taymans  <wim@fluendo.com>
16627
16628         * gst-libs/gst/riff/riff-read.c:
16629         (gst_riff_read_strf_vids_with_data),
16630         (gst_riff_read_strf_auds_with_data):
16631         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16632         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16633         Make sure we don't create 0 sized subbuffers in riff-read.
16634         Signal the no more pads signal after reading the avi header.
16635
16636 2004-07-16  Wim Taymans  <wim@fluendo.com>
16637
16638         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16639         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16640         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16641         (gst_decode_bin_init), (gst_decode_bin_dispose),
16642         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16643         (no_more_pads), (close_link), (type_found),
16644         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16645         (gst_decode_bin_change_state), (plugin_init):
16646         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16647         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16648         (gst_play_base_bin_dispose), (queue_overrun),
16649         (gen_preroll_element), (remove_prerolls), (unknown_type),
16650         (no_more_pads), (new_stream), (setup_source),
16651         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16652         (play_base_eos), (gst_play_base_bin_change_state),
16653         (gst_play_base_bin_add_element),
16654         (gst_play_base_bin_remove_element),
16655         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16656         (gst_play_base_bin_unlink_stream),
16657         (gst_play_base_bin_get_streaminfo):
16658         * gst/playback/gstplaybasebin.h:
16659         Better error recovery. Added configurable preroll queue size. Faster
16660         detection of no-more-pads.
16661
16662 2004-07-16  Wim Taymans  <wim@fluendo.com>
16663
16664         * gst-libs/gst/video/video.h:
16665         Added 32 bits RGBA. Not sure if we should use another mime-type
16666         for alpha rgb. Currently the presence of the alpha_mask property
16667         signals an alpha channel.
16668
16669 2004-07-16  Wim Taymans  <wim@fluendo.com>
16670
16671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16673         FPS seems to be 0.0 to MAX everywhere else.
16674
16675 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16676
16677         * gst-libs/gst/riff/riff-media.c:
16678         (gst_riff_create_video_caps_with_data):
16679           mp42/mp43 (no caps) exist too.
16680         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16681           Set pixel_width/height; we've got them in-caps.
16682         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16683         * gst/wavparse/gstwavparse.c: (plugin_init):
16684           Both are valid primary.
16685         * sys/oss/gstossmixer.c:
16686           Remove i18n hack and enable translations.
16687
16688 2004-07-15  Benjamin Otte  <otte@gnome.org>
16689
16690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16691         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16692           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16693
16694 2004-07-15  Benjamin Otte  <otte@gnome.org>
16695
16696         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16697         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16698         (gst_alsa_close_audio):
16699           disable some of the debugging code for now. Writing debugging to a
16700           buffer is broken in current alsalib releases.
16701
16702 2004-07-12  Benjamin Otte  <otte@gnome.org>
16703
16704         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16705           use bufferpools
16706
16707 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16708
16709         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16710         (theora_dec_src_query), (theora_dec_event):
16711         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16712           add debugging categories.  Remove \n's.
16713
16714 2004-07-13  Johan Dahlin  <johan@gnome.org>
16715
16716         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16717         (gst_play_bin_get_property): Impl.
16718
16719 2004-07-13  Wim Taymans  <wim@fluendo.com>
16720
16721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16722         When trying to find the stream length, seek back N pages
16723         instead of just one, where N is the number of streams in
16724         the current chain.
16725
16726 2004-07-13  Wim Taymans  <wim@fluendo.com>
16727
16728         * gst-libs/gst/riff/riff-media.c:
16729         (gst_riff_create_audio_caps_with_data),
16730         (gst_riff_create_audio_caps),
16731         (gst_riff_create_audio_template_caps):
16732         * gst-libs/gst/riff/riff-media.h:
16733         * gst-libs/gst/riff/riff-read.c:
16734         (gst_riff_read_strf_vids_with_data),
16735         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16736         * gst-libs/gst/riff/riff-read.h:
16737         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16738         (gst_avi_demux_add_stream):
16739         Set codec_data on caps for avidemuxer.
16740
16741 2004-07-12  David Schleef  <ds@schleef.org>
16742
16743         * configure.ac: Fix test for Objective C
16744
16745 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16746         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16747         (gst_gdk_pixbuf_chain):
16748           Add svg and pcx to template caps, and ensure that getcaps returns a
16749           subset of the template caps.
16750           Copy each row manually for output, as gdkpixbuf may pad the
16751           rowstride to a 32-bit word boundary.
16752
16753 2004-07-12  Wim Taymans  <wim@fluendo.com>
16754
16755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16756         (gst_riff_create_video_template_caps):
16757         Fix the template caps to include some more media types.
16758
16759 2004-07-12  Wim Taymans  <wim@fluendo.com>
16760
16761         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16762         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16763         (compare_ranks), (print_feature), (gst_decode_bin_init),
16764         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16765         (try_to_link_1), (new_pad), (close_link), (type_found),
16766         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16767         (gst_decode_bin_change_state), (plugin_init):
16768         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16769         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16770         (gst_play_base_bin_dispose), (queue_overrun),
16771         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16772         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16773         (gst_play_base_bin_get_property), (play_base_eos),
16774         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16775         (gst_play_base_bin_remove_element),
16776         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16777         (gst_play_base_bin_unlink_stream),
16778         (gst_play_base_bin_get_streaminfo):
16779         * gst/playback/gstplaybasebin.h:
16780         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16781         (gst_play_bin_class_init), (gst_play_bin_init),
16782         (gst_play_bin_dispose), (gst_play_bin_set_property),
16783         (gst_play_bin_get_property), (gen_video_element),
16784         (gen_audio_element), (remove_sinks), (setup_sinks),
16785         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16786         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16787         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16788         (gst_play_bin_query), (plugin_init):
16789         * gst/playback/test4.c: (main):
16790         More fixes on reusing of the element.
16791
16792 2004-07-11  Benjamin Otte  <otte@gnome.org>
16793
16794         * ext/mad/gstmad.c: (normal_seek):
16795           allow seeking for other methods than just SET
16796
16797 2004-07-11  Andy Wingo  <wingo@pobox.com>
16798
16799         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16800         float, "any" caps -> buffer_frames=[0,MAX].
16801
16802         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16803         doesn't intersect our caps with the template any more. Do it
16804         ourselves.
16805         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16806
16807 2004-07-09  Wim Taymans  <wim@fluendo.com>
16808
16809         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16810         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16811         (compare_ranks), (print_feature), (gst_decode_bin_init),
16812         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16813         (try_to_link_1), (new_pad), (close_link), (type_found),
16814         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16815         (gst_decode_bin_change_state), (plugin_init):
16816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16817         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16818         (gst_play_base_bin_dispose), (queue_overrun),
16819         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16820         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16821         (gst_play_base_bin_get_property), (play_base_eos),
16822         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16823         (gst_play_base_bin_remove_element),
16824         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16825         (gst_play_base_bin_unlink_stream),
16826         (gst_play_base_bin_get_streaminfo):
16827         * gst/playback/gstplaybasebin.h:
16828         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16829         (gst_play_bin_class_init), (gst_play_bin_init),
16830         (gst_play_bin_dispose), (gst_play_bin_set_property),
16831         (gst_play_bin_get_property), (gen_video_element),
16832         (gen_audio_element), (remove_sinks), (setup_sinks),
16833         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16834         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16835         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16836         (gst_play_bin_query), (plugin_init):
16837         * gst/playback/test4.c: (main):
16838         Work on object reuse and seeking.
16839
16840 2004-07-09  Wim Taymans  <wim@fluendo.com>
16841
16842         * examples/seeking/seek.c: (iterate):
16843         Don't consume all CPU in the idle loop.
16844
16845 2004-07-09  Wim Taymans  <wim@fluendo.com>
16846
16847         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16848         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16849         Add pad to element *after* setting the pad functions so that
16850         the scheduler can use the correct ones.
16851
16852 2004-07-09  Wim Taymans  <wim@fluendo.com>
16853
16854         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16855         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16856         Sync to keyframe after seek
16857
16858 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16859
16860         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16861         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16862         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16863         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16864         * ext/libvisual/visual.c: (gst_visual_change_state):
16865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16866         * ext/theora/theoradec.c: (theora_dec_change_state):
16867         * ext/theora/theoraenc.c: (theora_enc_change_state):
16868         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16869         * gst-libs/gst/navigation/navigation.c:
16870         * gst/adder/gstadder.c: (gst_adder_change_state):
16871         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16872         (gst_audio_convert_get_buffer):
16873         * gst/multipart/multipartdemux.c:
16874         (gst_multipart_demux_change_state):
16875         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16876         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16877         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16878         * gst/videoscale/gstvideoscale.c:
16879         (gst_videoscale_handle_src_event):
16880         * gst/volume/gstvolume.c: (volume_chain_int16):
16881           don't assert in state change, this should be done by the base
16882           GstElement class.
16883           various debugging fixes.
16884
16885 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16886
16887         * configure.ac:
16888         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16889         (gst_play_dispose), (gst_play_set_location),
16890         (gst_play_set_data_src), (gst_play_set_video_sink),
16891         (gst_play_set_audio_sink), (gst_play_set_visualization),
16892         (gst_play_connect_visualization), (gst_play_get_sink_element),
16893         (gst_play_get_all_by_interface):
16894         * gst-libs/gst/play/play.h:
16895           add new method to get elements implementing an interface.
16896           add various error logging
16897
16898 2004-07-08  Wim Taymans  <wim@fluendo.com>
16899
16900         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16901         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16902         (make_playerbin_pipeline), (query_durations_elems),
16903         (query_durations_pads), (query_positions_elems),
16904         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16905         (main):
16906         Added playbin seeking example.
16907
16908 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16909
16910         * gst-libs/gst/play/play.c: (gst_play_set_location),
16911         (gst_play_set_data_src), (gst_play_set_video_sink),
16912         (gst_play_set_audio_sink), (gst_play_set_visualization),
16913         (gst_play_connect_visualization), (gst_play_get_framerate):
16914           use a macro to look up elements from hash table
16915
16916 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16917
16918         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16919         (gst_play_get_length_callback), (gst_play_set_location),
16920         (gst_play_seek_to_time), (gst_play_set_data_src),
16921         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16922         (gst_play_set_visualization), (gst_play_connect_visualization),
16923         (gst_play_get_sink_element):
16924         - add debugging info
16925         - fix looking up sink elements by iterating over complete caps
16926         - put everything except for source and autoplugger in a complete bin
16927
16928 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16929
16930         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16931         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16932         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16933         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16934         * ext/alsa/gstalsasink.h:
16935         - add debugging info
16936         - clean up schizophrenia of data/buffer/event
16937         - fix double event unref error
16938
16939 2004-07-08  Wim Taymans  <wim@fluendo.com>
16940
16941         * gst/playback/Makefile.am:
16942         Add headers to noinst
16943
16944 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16945
16946         * tools/gst-launch-ext-m.m:
16947         * tools/gst-launch-ext.1.in:
16948           convert to the third millenium
16949
16950 2004-07-07  David Schleef  <ds@schleef.org>
16951
16952         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16953
16954 2004-07-07  Wim Taymans  <wim@fluendo.com>
16955
16956         * gst/playback/Makefile.am:
16957         * gst/playback/README:
16958         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16959         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16960         (compare_ranks), (print_feature), (gst_decode_bin_init),
16961         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16962         (try_to_link_1), (new_pad), (close_link), (type_found),
16963         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16964         (plugin_init):
16965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16966         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16967         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16968         (gen_preroll_element), (no_more_pads), (new_stream),
16969         (setup_source), (gst_play_base_bin_set_property),
16970         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16971         (gst_play_base_bin_add_element),
16972         (gst_play_base_bin_remove_element),
16973         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16974         (gst_play_base_bin_unlink_stream),
16975         (gst_play_base_bin_get_streaminfo):
16976         * gst/playback/gstplaybasebin.h:
16977         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16978         (gst_play_bin_class_init), (gst_play_bin_init),
16979         (gst_play_bin_dispose), (gst_play_bin_set_property),
16980         (gst_play_bin_get_property), (gen_video_element),
16981         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16982         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16983         (gst_play_bin_get_formats), (gst_play_bin_convert),
16984         (gst_play_bin_get_query_types), (gst_play_bin_query),
16985         (plugin_init):
16986         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16987         (gst_stream_info_get_type), (gst_stream_info_class_init),
16988         (gst_stream_info_init), (gst_stream_info_new),
16989         (gst_stream_info_dispose), (gst_stream_info_set_property),
16990         (gst_stream_info_get_property):
16991         * gst/playback/gststreaminfo.h:
16992         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16993         (main):
16994         * gst/playback/test2.c: (main):
16995         * gst/playback/test3.c: (update_scale), (main):
16996         More playbin fixes. Added README. Do better element filtering.
16997         Added base class to preroll media. Added test apps.
16998
16999 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17000
17001         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
17002         * ext/mpeg2dec/gstmpeg2dec.h:
17003           various debugging improvements.  Reset stream to next picture
17004           instead of sequence header, otherwise seeks cannot work.
17005
17006 2004-07-07  Wim Taymans  <wim@fluendo.com>
17007
17008         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17009         (gst_video_box_class_init), (gst_video_box_set_property),
17010         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
17011         Use pad_alloc where possible.
17012
17013 2004-07-07  Wim Taymans  <wim@fluendo.com>
17014
17015         * sys/oss/gstosselement.c: (gst_osselement_reset),
17016         (gst_osselement_parse_caps):
17017         * sys/oss/gstosselement.h:
17018         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17019         Fix offset on osssrc.
17020
17021 2004-07-07  Wim Taymans  <wim@fluendo.com>
17022
17023         * ext/theora/theora.c: (plugin_init):
17024         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17025         (theora_dec_src_query), (theora_dec_chain):
17026         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17027         (theora_enc_sink_link), (theora_buffer_from_packet),
17028         (theora_push_packet), (theora_enc_chain):
17029         Fix theora granulepos calculation.
17030         Fix overflow in duration/position calculation.
17031         Bump rank to PRIMARY for theoradec.
17032         Use granulepos of last packet to calculate position.
17033         Set keyframe flag on buffers when needed.
17034
17035 2004-07-06  David Schleef  <ds@schleef.org>
17036
17037         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17038         serious?  (Fixed, obviously.)
17039
17040 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17041
17042         * po/LINGUAS:
17043         * po/cs.po:
17044           added Czech translation (Miloslav Trmac)
17045
17046 2004-07-05  Wim Taymans  <wim@fluendo.com>
17047
17048         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17049         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17050         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17051         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17052         (close_link), (type_found), (gst_decode_bin_set_property),
17053         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17054         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17055         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17056         (gst_decode_bin_query), (plugin_init):
17057         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17058         (gst_play_bin_class_init), (gst_play_bin_init),
17059         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17060         (get_video_element), (new_pad), (setup_source),
17061         (gst_play_bin_set_property), (gst_play_bin_get_property),
17062         (gst_play_bin_change_state), (gst_play_bin_add_element),
17063         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17064         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17065         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17066         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17067         * gst/playback/test.c: (main):
17068         More fixes, cleaned up playbin, make it use decodebin. Added
17069         threaded property to playbin.
17070
17071 2004-07-05  Wim Taymans  <wim@fluendo.com>
17072
17073         * configure.ac:
17074         * gst/playback/Makefile.am:
17075         * gst/playback/decodetest.c: (main):
17076         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17077         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17078         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17079         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17080         (close_link), (type_found), (gst_decode_bin_set_property),
17081         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17082         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17083         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17084         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17085         (plugin_init):
17086         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17087         (gst_play_bin_class_init), (gst_play_bin_init),
17088         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17089         (collect_sink_pads), (find_compatibles), (close_pad_link),
17090         (try_to_link_1), (new_pad), (close_link), (type_found),
17091         (setup_source), (gst_play_bin_set_property),
17092         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17093         (compare_ranks), (gst_play_bin_collect_factories),
17094         (gst_play_bin_change_state), (gst_play_bin_add_element),
17095         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17096         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17097         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17098         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17099         * gst/playback/test.c: (main):
17100         Added some playback helper elements and some test apps, very alpha
17101         still.
17102
17103 2004-07-04  Benjamin Otte  <otte@gnome.org>
17104
17105         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17106           only restart audio when we indeed have an xrun to fix repeated
17107           xruns. Fix suggested by Giuliano Pochini.
17108
17109 2004-07-03  David Schleef  <ds@schleef.org>
17110
17111         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17112         call to gst_debug_log() if debugging is disabled (bug #145118)
17113
17114 2004-07-03  Benjamin Otte  <otte@gnome.org>
17115
17116         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17117           use our own functions for restarting the alsa device.
17118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17119           I should apply patches myself - use MIN for the third argument, not
17120           the second, this fixes seeking
17121
17122 2004-07-02  David Schleef  <ds@schleef.org>
17123
17124         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17125         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17126         do with the logic.
17127
17128 2004-07-02  David Schleef  <ds@schleef.org>
17129
17130         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17131         output buffers.  Fix logic mistake.  (bug #144866)
17132
17133 2004-07-02  David Schleef  <ds@schleef.org>
17134
17135         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17136         on X.  (bug #144753)
17137
17138 2004-07-02  David Schleef  <ds@schleef.org>
17139
17140         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17141         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17142         (bug #144624)
17143         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17144         (gst_osselement_rate_probe_check): Add another workaround for
17145         buggy drivers (bug #145336)
17146
17147 2004-07-02  David Schleef  <ds@schleef.org>
17148
17149         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17150         Most systems don't have MSG_NOSIGNAL.
17151
17152 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17153
17154         * Makefile.am:
17155         * gst-libs/gst/colorbalance/Makefile.am:
17156         * gst-libs/gst/mixer/Makefile.am:
17157         * gst-libs/gst/play/Makefile.am:
17158         * gst-libs/gst/tuner/Makefile.am:
17159           (hopefully) fix both install and dist and make error message useful.
17160           needs testing across automakes.
17161
17162 2004-07-02  Benjamin Otte  <otte@gnome.org>
17163
17164         * ext/ogg/gstogg.c: (plugin_init):
17165           we require bytestream now
17166         * ext/ogg/gstoggdemux.c:
17167           huge diff to implement chain setup in a fast and generic way. This
17168           improves tag reading and startup of huge files (read: Theora videos)
17169           quite a bit. It probably contains bugs, too, so please test.
17170           Seeking is not improved to the fast method.
17171
17172 2004-06-29  Wim Taymans  <wim@fluendo.com>
17173
17174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17175         * ext/ogg/gstoggmux.c:
17176         Fix memleak in oggdemux when running unconnected pads.
17177         doc update in mux, start working on keyframe mode.
17178
17179 2004-06-29  Benjamin Otte  <otte@gnome.org>
17180
17181         * sys/oss/gstosssink.c:
17182         * sys/oss/gstosssrc.c:
17183           advertise correct template caps - we indeed do non-native endianness
17184           and 8bit audio has no endianness
17185         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17187           avoid (wrong) duplications in getcaps function and return
17188           template caps
17189
17190 2004-06-29  Wim Taymans  <wim@fluendo.com>
17191
17192         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17193         (gst_multifdsink_class_init), (gst_multifdsink_add),
17194         (gst_multifdsink_remove), (gst_multifdsink_clear),
17195         (gst_multifdsink_client_remove),
17196         (gst_multifdsink_handle_client_read),
17197         (gst_multifdsink_client_queue_data),
17198         (gst_multifdsink_client_queue_caps),
17199         (gst_multifdsink_client_queue_buffer),
17200         (gst_multifdsink_handle_client_write),
17201         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17202         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17203         (gst_multifdsink_init_send), (gst_multifdsink_close):
17204         Fix wrong GList iteration that could crash the server when
17205         more then 2 clients disconnect at the same time. Read all the
17206         pending commands in one batch to recover from command storms under
17207         very heavy load.
17208
17209 2004-06-28  Wim Taymans  <wim@fluendo.com>
17210
17211         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17212         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17213         (gst_videomixer_pad_set_property),
17214         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17215         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17216         (gst_videomixer_class_init), (gst_videomixer_init),
17217         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17218         (pad_zorder_compare), (gst_videomixer_sort_pads),
17219         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17220         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17221         (gst_videomixer_update_queues), (gst_videomixer_loop),
17222         (plugin_init):
17223         Avoid divide by zero, choose masterpad as the pad with the highest
17224         framerate.
17225
17226 2004-06-27  Julien Moutte  <julien@moutte.net>
17227
17228         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17229         (gst_ximagesink_xwindow_new):
17230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17231         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17232         function directly. We might want to call it from somewhere else one day.
17233
17234 2004-06-27  Julien Moutte  <julien@moutte.net>
17235
17236         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17237         (gst_ximagesink_xwindow_new):
17238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17239         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17240         window decorations.
17241
17242 2004-06-27  Wim Taymans  <wim@fluendo.com>
17243
17244         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17245         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17246         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17247         (gst_dvdec_set_property), (gst_dvdec_get_property):
17248         * ext/dv/gstdvdec.h:
17249         Implement drop_factor property to lower the framerate with
17250         a factor.
17251
17252 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17253
17254         * gst-libs/gst/colorbalance/Makefile.am:
17255         * gst-libs/gst/mixer/Makefile.am:
17256         * gst-libs/gst/play/Makefile.am:
17257         * gst-libs/gst/tuner/Makefile.am:
17258           unbreak Company's fix that didn't install the -enum.h files
17259
17260 2004-06-27  Wim Taymans  <wim@fluendo.com>
17261
17262         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17263         (gst_dvdec_change_state):
17264         * ext/dv/gstdvdec.h:
17265         Fix timestamp, duration and offset of the buffers.
17266
17267 2004-06-27  Wim Taymans  <wim@fluendo.com>
17268
17269         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17270         (gst_multifdsink_class_init), (gst_multifdsink_add),
17271         (gst_multifdsink_remove), (gst_multifdsink_clear),
17272         (gst_multifdsink_client_remove),
17273         (gst_multifdsink_handle_client_read),
17274         (gst_multifdsink_client_queue_data),
17275         (gst_multifdsink_client_queue_caps),
17276         (gst_multifdsink_client_queue_buffer),
17277         (gst_multifdsink_handle_client_write),
17278         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17279         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17280         (gst_multifdsink_init_send), (gst_multifdsink_close):
17281         * gst/tcp/gstmultifdsink.h:
17282         * gst/tcp/gsttcpserversink.c:
17283         (gst_tcpserversink_handle_server_read),
17284         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17285         More multifdsink fixes, more recovery policy fixes.
17286         Removed stupid g_print
17287
17288 2004-06-26  Wim Taymans  <wim@fluendo.com>
17289
17290         * gst/tcp/Makefile.am:
17291         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17292         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17293         (gst_multifdsink_class_init), (gst_multifdsink_init),
17294         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17295         (gst_multifdsink_handle_client_read),
17296         (gst_multifdsink_client_queue_data),
17297         (gst_multifdsink_client_queue_caps),
17298         (gst_multifdsink_client_queue_buffer),
17299         (gst_multifdsink_handle_client_write),
17300         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17301         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17302         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17303         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17304         (gst_multifdsink_close), (gst_multifdsink_change_state):
17305         * gst/tcp/gstmultifdsink.h:
17306         * gst/tcp/gsttcpplugin.c: (plugin_init):
17307         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17308         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17309         (gst_tcpserversink_handle_server_read),
17310         (gst_tcpserversink_handle_select),
17311         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17312         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17313         * gst/tcp/gsttcpserversink.h:
17314         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17315         one of the locks, added recovery policy to multifdsink.
17316
17317 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17318
17319         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17320           fix decision for when getting frames with same timestamp
17321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17322         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17323         (gst_v4lsrc_get_property):
17324         * sys/v4l/gstv4lsrc.h:
17325           add latency offset property
17326
17327 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17328
17329         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17330         (plugin_init):
17331           fix debugging. add category.
17332
17333 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17334
17335         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17336           fix wrong offsets
17337
17338 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17339
17340         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17341         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17342         (gst_alsa_src_change_state):
17343           return a time that is in sync with the element's processing
17344
17345 2004-06-25  Wim Taymans  <wim@fluendo.com>
17346
17347         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17348         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17349         (gst_tcpserversink_client_remove),
17350         (gst_tcpserversink_handle_client_read),
17351         (gst_tcpserversink_client_queue_data),
17352         (gst_tcpserversink_client_queue_caps),
17353         (gst_tcpserversink_client_queue_buffer),
17354         (gst_tcpserversink_handle_client_write),
17355         (gst_tcpserversink_queue_buffer),
17356         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17357         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17358         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17359         (gst_tcpserversink_close):
17360         * gst/tcp/gsttcpserversink.h:
17361         Serversink rewrite. Really do non blocking writes to clients and
17362         maintain an internal queue to handle slower clients while not
17363         disturbing fast clients.
17364
17365 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17366
17367         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17368           better debug, don't override OFFSET and OFFSET_END
17369
17370 2004-06-25  Iain <iain@prettypeople.org>
17371
17372         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17373         name=source for the wavparse pipeline.
17374
17375 2004-06-24  Johan Dahlin  <johan@gnome.org>
17376
17377         * ext/theora/theoraenc.c (theora_enc_chain): Call
17378         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17379         streamheader caps are set correctly.
17380
17381 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17382
17383         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17384         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17385           respect minimum bitrate; same could be done for max bitrate
17386
17387 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17388
17389         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17390         (gst_vorbisenc_setup):
17391           fix sample rate range
17392
17393 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17394
17395         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17396         (gst_oggvorbisenc_setup):
17397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17398         (gst_vorbisenc_setup):
17399           resolve ambiguities in code and description
17400
17401 2004-06-24  Wim Taymans  <wim@fluendo.com>
17402
17403         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17404         * ext/alsa/gstalsa.h:
17405         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17406         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17407         Use alsa trigger_tstamp to get the timestamp of the first
17408         sample in the buffer for more precise sync. Some cleanups.
17409
17410 2004-06-24  Wim Taymans  <wim@fluendo.com>
17411
17412         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17413         (gst_audiorate_init), (gst_audiorate_chain),
17414         (gst_audiorate_set_property), (gst_audiorate_get_property):
17415         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17416         (gst_videorate_chain):
17417         Added some logging, fixed an overflow bug in videorate.
17418
17419 2004-06-24  Benjamin Otte  <otte@gnome.org>
17420
17421         * ext/kio/Makefile.am:
17422           fix for builddir != srcdir and distcheck
17423
17424 2004-06-24  Benjamin Otte  <otte@gnome.org>
17425
17426         * gst-libs/gst/colorbalance/Makefile.am:
17427         * gst-libs/gst/mixer/Makefile.am:
17428         * gst-libs/gst/play/Makefile.am:
17429         * gst-libs/gst/tuner/Makefile.am:
17430         * gst/tcp/Makefile.am:
17431         * sys/dxr3/Makefile.am:
17432           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17433           tarball.
17434           Also add all *.list files that were missing.
17435         * Makefile.am:
17436           add a distcheck hook to ensure the above doesn't happen again.
17437
17438 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17439
17440         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17441
17442 2004-06-23  Colin Walters  <walters@redhat.com>
17443
17444         * m4/Makefile.am: Distribute gst-fionread.m4.
17445
17446 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17447
17448         * configure.ac: back to dev
17449
17450 2004-06-23  Wim Taymans  <wim@fluendo.com>
17451
17452         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17453         (gst_alsa_xrun_recovery):
17454         * ext/alsa/gstalsa.h:
17455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17456         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17457         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17458         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17459         (gst_alsa_src_loop):
17460         Add clock to alsasrc. Take new capture timestamp when
17461         restarting after an overrun. Split up some functions between
17462         alsasrc and alsasink.
17463
17464 === release 0.8.2 ===
17465
17466 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17467
17468         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17469         (gst_alsa_change_state), (gst_alsa_update_avail),
17470         (gst_alsa_xrun_recovery):
17471         * ext/alsa/gstalsa.h:
17472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17473           merge back changes from release
17474
17475 2004-06-23  Wim Taymans  <wim@fluendo.com>
17476
17477         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17478         (gst_audiorate_init), (gst_audiorate_chain),
17479         (gst_audiorate_set_property), (gst_audiorate_get_property):
17480         Implement sample dropping and notify
17481
17482 2004-06-22  Wim Taymans  <wim@fluendo.com>
17483
17484         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17485         (theora_enc_sink_link), (theora_buffer_from_packet),
17486         (theora_push_packet), (theora_enc_chain):
17487         Some cleanups, make sure the timestamps are correct.
17488
17489 2004-06-22  Wim Taymans  <wim@fluendo.com>
17490
17491         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17492         (gst_alsa_change_state), (gst_alsa_update_avail),
17493         (gst_alsa_xrun_recovery):
17494         * ext/alsa/gstalsa.h:
17495         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17496         Cleanups, take queued samples into account when reporting
17497         the time.
17498
17499 2004-06-22  Wim Taymans  <wim@fluendo.com>
17500
17501         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17502         (gst_videorate_init):
17503         Initialize the property as well.
17504
17505 2004-06-22  Wim Taymans  <wim@fluendo.com>
17506
17507         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17508         (gst_videorate_init), (gst_videorate_chain),
17509         (gst_videorate_set_property), (gst_videorate_get_property):
17510         Add property to make videorate silent.
17511         Add property to prefer new frames over old ones.
17512
17513 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17514
17515         * sys/osxvideo/Makefile.am:
17516         Workaround so that the osxvideo .so file gets linked with the
17517         Cocoa, OpenGL and QuickTime frameworks
17518
17519 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17520
17521         * sys/osxaudio/Makefile.am:
17522         Workaround so that the osxaudio .so file gets linked with the
17523         CoreAudio framework
17524
17525 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17526
17527         * configure.ac:
17528         Whoops, my fault...fixed build issues
17529
17530 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17531
17532         * configure.ac:
17533         Add objective-c support if running in Darwin/Mac OS X
17534         * sys/Makefile.am:
17535         * sys/osxvideo:
17536         * sys/osxvideo/Makefile.am:
17537         * sys/osxvideo/osxvideosink.h:
17538         * sys/osxvideo/osxvideosink.m:
17539         * sys/osxvideo/cocoawindow.h:
17540         * sys/osxvideo/cocoawindow.m:
17541         Add osxvideosink, a cocoa-based osx video sink
17542
17543
17544 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17545         * ext/dvdnav/gst-dvd:
17546         Grab the gconf key from the right spot
17547         * gst/debug/gstnavseek.c: (gst_navseek_init),
17548         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17549         (gst_navseek_chain):
17550         * gst/debug/gstnavseek.h:
17551           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17552           and loop parameters of a segment seek.
17553         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17554         (gst_videotestsrc_get_event_masks),
17555         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17556         * gst/videotestsrc/gstvideotestsrc.h:
17557           Add seeking support to videotestsrc
17558           Initialise the timestamp_offset variable.
17559
17560 2004-06-18  Wim Taymans  <wim@fluendo.com>
17561
17562         * ext/sidplay/gstsiddec.cc:
17563         Fix negotiation and set correct end offset.
17564
17565 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17566
17567         * configure.ac: branch and prerelease
17568
17569 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17572         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17573         (gst_tcpclientsrc_init_receive):
17574         * gst/tcp/gsttcpclientsrc.h:
17575           read caps when connecting to server for GDP so we set them correctly
17576
17577 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17578
17579         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17580           notify drops and duplicates
17581         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17582           no good reason to limit ourselves to 100x100
17583
17584 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17585
17586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17587         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17588         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17589         (gst_v4lsrc_get_property):
17590         * sys/v4l/gstv4lsrc.h:
17591         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17592         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17593         (gst_v4l_set_audio):
17594         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17595         (gst_v4lsrc_try_capture):
17596         * sys/v4l/v4lsrc_calls.h:
17597           change try_palette to more general try_capture
17598           add autoprobe option so we can turn off autoprobing
17599           various fixes
17600
17601 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17602
17603         * configure.ac:
17604           add videorate
17605         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17606         (gst_ximagesink_class_init):
17607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17608         (gst_xvimagesink_class_init):
17609           run them as finalize, not dispose, since dispose can be invoked
17610           multiple times
17611
17612 2004-06-17  Wim Taymans  <wim@fluendo.com>
17613
17614         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17615         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17616         * ext/alsa/gstalsa.h:
17617         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17618         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17619         (gst_alsa_src_change_state):
17620         * ext/alsa/gstalsasrc.h:
17621         Make the xrun code timestamp and offset the buffers correctly.
17622         moved the clock to the base class, use alsa methods to get time.
17623         Do correct timestamping on outgoing buffers.
17624
17625 2004-06-17  Wim Taymans  <wim@fluendo.com>
17626
17627         * gst/audiorate/Makefile.am:
17628         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17629         (gst_audiorate_base_init), (gst_audiorate_class_init),
17630         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17631         (gst_audiorate_set_property), (gst_audiorate_get_property),
17632         (gst_audiorate_change_state), (plugin_init):
17633         Added an audiorate converter that fills in gaps.
17634
17635 2004-06-17  Johan Dahlin  <johan@gnome.org>
17636
17637         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17638
17639 2004-06-16  Wim Taymans  <wim@fluendo.com>
17640
17641         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17642         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17643         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17644         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17645         (gst_v4lsrc_get_property):
17646         * sys/v4l/gstv4lsrc.h:
17647         Added a copy mode to v4lsrc where it will output a copied version
17648         of its internal hardware buffer.
17649         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17650         can't | them.
17651
17652 2004-06-16  Wim Taymans  <wim@fluendo.com>
17653
17654         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17655         Timestamp fixes.
17656
17657 2004-06-16  Wim Taymans  <wim@fluendo.com>
17658
17659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17660         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17661         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17662         (gst_v4lsrc_get_property):
17663         * sys/v4l/gstv4lsrc.h:
17664         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17665         Added a sync mode enum property to control v4lsrc timestamp method
17666         Removed the use-fixed-fps property and moved functionality in
17667         the enum.
17668         Don't error on an error value from v4l-conf, it might not always
17669         be a real error.
17670
17671 2004-06-16  Wim Taymans  <wim@fluendo.com>
17672
17673         * gst/videorate/Makefile.am:
17674         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17675         (gst_videorate_base_init), (gst_videorate_class_init),
17676         (gst_videorate_getcaps), (gst_videorate_link),
17677         (gst_videorate_init), (gst_videorate_chain),
17678         (gst_videorate_set_property), (gst_videorate_get_property),
17679         (gst_videorate_change_state), (plugin_init):
17680         Added a video timestamp corrector.
17681
17682 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17683
17684         fixed a potential leak with previous commit
17685
17686         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17687
17688 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17689
17690         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17691         Added missing refcount, fixes bug #144425
17692         Cheers Tim for finding the bug
17693
17694 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17695
17696         * sys/v4l/gstv4l.c: (plugin_init):
17697         * sys/v4l/gstv4lcolorbalance.c:
17698         * sys/v4l/gstv4lcolorbalance.h:
17699         * sys/v4l/gstv4lelement.c:
17700         * sys/v4l/gstv4lelement.h:
17701         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17702         * sys/v4l/gstv4lmjpegsink.h:
17703         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17704         * sys/v4l/gstv4lmjpegsrc.h:
17705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17706         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17707         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17708         * sys/v4l/gstv4lsrc.h:
17709         * sys/v4l/gstv4ltuner.c:
17710         * sys/v4l/gstv4ltuner.h:
17711         * sys/v4l/gstv4lxoverlay.c:
17712         * sys/v4l/gstv4lxoverlay.h:
17713         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17714         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17715         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17716         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17717         (gst_v4l_set_audio):
17718         * sys/v4l/v4l_calls.h:
17719         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17720         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17721         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17722         (gst_v4lmjpegsink_playback_init),
17723         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17724         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17725         (gst_v4lmjpegsink_playback_stop),
17726         (gst_v4lmjpegsink_playback_deinit):
17727         * sys/v4l/v4lmjpegsink_calls.h:
17728         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17729         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17730         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17731         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17732         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17733         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17734         * sys/v4l/v4lmjpegsrc_calls.h:
17735         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17736         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17737         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17738         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17739         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17740         (gst_v4lsrc_try_palette):
17741         * sys/v4l/v4lsrc_calls.h:
17742           bunch of paranoia cleanups
17743
17744 2004-06-14  David Schleef  <ds@schleef.org>
17745
17746         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17747         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17748         Send discont events and change timestamps appropriately when
17749         we get a seek event.  (bug #144240)
17750         * ext/cdparanoia/gstcdparanoia.h:
17751
17752 2004-06-14  Benjamin Otte  <otte@gnome.org>
17753
17754         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17755           snd_pcm_hw_params_set_rate  since the latter fails for no good
17756           reason on some setups.
17757
17758 2004-06-14  David Schleef  <ds@schleef.org>
17759
17760         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17761         standard.  Thank you for playing.
17762
17763 2004-06-14  Wim Taymans  <wim@fluendo.com>
17764
17765         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17766         Patch 1.3 broke the ordering of the colorspace info and
17767         made the plugin basically work by coincidence, reordered
17768         the info.
17769
17770 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17771
17772         * ext/lame/gstlame.c:
17773         * ext/mad/gstmad.c:
17774           sync caps.  Make sure mad can only output a list of rates, not
17775           a full range.  In the future, have three caps lists for each of the
17776           mpeg versions.  Change mpegversion to a double as well.
17777
17778 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17779
17780         * gst/volume/.cvsignore:
17781         * gst/volume/Makefile.am:
17782         * gst/volume/demo.c: (value_changed_callback), (idler),
17783         (setup_gui), (main):
17784           added small demo app
17785
17786 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17787         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17788         * ext/esd/esdsink.h:
17789         Close the esd connection on pause, because esd will just wait -
17790         blocking all other esd clients indefinitely.
17791
17792 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17793
17794         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17795           previous commit with GST_DEBUG
17796
17797 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         * configure.ac:
17800           add a header check for a dvdread header in dvdnav.  Fixes #133002
17801
17802 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17803
17804         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17805         * gst/tcp/gsttcpclientsink.h:
17806         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17807         * gst/tcp/gsttcpclientsrc.h:
17808         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17809         (gst_tcpserversink_handle_server_read),
17810         (gst_tcpserversink_init_send):
17811         * gst/tcp/gsttcpserversink.h:
17812         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17813         * gst/tcp/gsttcpserversrc.h:
17814         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17815         version of IP)
17816
17817 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17818
17819         * configure.ac:
17820         Added ogg library so that OSX detects libtheora properly
17821
17822 2004-06-11  Wim Taymans  <wim@fluendo.com>
17823
17824         * ext/theora/theoradec.c: (theora_dec_chain),
17825         (theora_dec_change_state):
17826         Don't try to decode frames before we received a keyframe.
17827
17828 2004-06-11  Wim Taymans  <wim@fluendo.com>
17829
17830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17831         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17832         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17833         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17834         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17835         Added property to set the maximum delay of a page.
17836
17837 2004-06-10  Wim Taymans  <wim@fluendo.com>
17838
17839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17840         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17841         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17842         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17843         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17844         Added max-delay property to control the maximum amount
17845         of data to put in one page.
17846
17847 2004-06-10  Wim Taymans  <wim@fluendo.com>
17848
17849         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17850         (gst_theora_enc_init), (theora_enc_sink_link),
17851         (theora_buffer_from_packet), (theora_enc_set_property),
17852         (theora_enc_get_property):
17853         Set duration on encoded buffer, added some more properties
17854
17855 2004-06-10  Wim Taymans  <wim@fluendo.com>
17856
17857         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17858         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17859         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17860         * ext/theora/theoraenc.c: (theora_enc_chain):
17861         Fix refcounting bugs
17862
17863 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17864
17865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17866         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17867         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17868         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17869         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17870         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17871         (gst_asf_demux_change_state):
17872         * gst/asfdemux/gstasfdemux.h:
17873           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17874           feels like. I think we should set a new requirement for demuxers
17875           from now on to implement sane loop functions, data loops, query
17876           and seek functions before first commit into CVS. And this commit
17877           fixes all of the above.
17878
17879 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17880
17881         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17882           vorbis comments are properly encoded in UTF-8 before adding them
17883           to a GstTagList
17884
17885 2004-06-09  Benjamin Otte  <otte@gnome.org>
17886
17887         * ext/alsa/gstalsa.c: (add_channels):
17888           handle min <= max correctly
17889         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17890         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17891           add fixation functions so we fixate correctly. No preferring of alaw
17892           anymore because it's the first structure.
17893         * ext/alsa/gstalsa.h:
17894         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17895         (gst_alsa_hw_params_dump):
17896           add functions to ease debugging in alsalib
17897         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17898         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17899         (gst_alsa_start_audio):
17900           only specify hw params if we really setup a format (fixes #134007 -
17901           or at least works around it)
17902
17903 2004-06-09  Wim Taymans  <wim@fluendo.com>
17904
17905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17906         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17907         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17908         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17909         (gst_ogg_mux_loop):
17910         Use stream caps to setup the initial pages in the ogg stream.
17911         Correctly set the streamheader caps on the srcpad.
17912
17913 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17914
17915         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17916         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17917         (gst_v4lsrc_getcaps):
17918         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17919         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17920           add querying of fps lists for webcams.  Negotiating to a framerate
17921           now works.
17922
17923 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17924
17925         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17926         (theora_push_buffer), (theora_push_packet),
17927         (theora_set_header_on_caps), (theora_enc_chain):
17928           mark buffers and put on streamheader, raw theora streaming
17929           now works too, whee
17930
17931 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17932
17933         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17934         (gst_tcp_gdp_read_caps):
17935           do a looping read for caps and GDP headers too
17936
17937 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17938
17939         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17940         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17941           return EOS instead of NULL in _get
17942
17943 2004-06-08  Wim Taymans  <wim@fluendo.com>
17944
17945         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17946         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17947         (gst_tcp_gdp_write_caps):
17948         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17949         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17950         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17951         Memory leak fixes
17952
17953 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17954
17955         * ext/vorbis/Makefile.am:
17956         * ext/vorbis/vorbis.c: (plugin_init):
17957         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17958         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17959         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17960         (vorbis_parse_change_state):
17961         * ext/vorbis/vorbisparse.h:
17962           adding a vorbisparse element that marks the buffers, streaming
17963           raw vorbis using GDP now works, whee
17964
17965 2004-06-08  Wim Taymans  <wim@fluendo.com>
17966
17967         * ext/jpeg/Makefile.am:
17968         * ext/jpeg/README:
17969         * ext/jpeg/gstjpeg.c: (plugin_init):
17970         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17971         (gst_smokedec_base_init), (gst_smokedec_class_init),
17972         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17973         * ext/jpeg/gstsmokedec.h:
17974         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17975         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17976         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17977         (gst_smokeenc_resync), (gst_smokeenc_chain),
17978         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17979         * ext/jpeg/gstsmokeenc.h:
17980         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17981         (smokecodec_flush_destination), (smokecodec_term_destination),
17982         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17983         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17984         (smokecodec_term_source), (smokecodec_encode_new),
17985         (smokecodec_decode_new), (smokecodec_info_free),
17986         (smokecodec_set_quality), (smokecodec_get_quality),
17987         (smokecodec_set_threshold), (smokecodec_get_threshold),
17988         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17989         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17990         (smokecodec_parse_header), (smokecodec_decode):
17991         * ext/jpeg/smokecodec.h:
17992         Added a new simple jpeg based codec
17993
17994 2004-06-08  Wim Taymans  <wim@fluendo.com>
17995
17996         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17997         (gst_multipart_mux_loop):
17998         Fix memory leak
17999
18000 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18001
18002         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18003         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
18004         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
18005         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
18006         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18007         * gst/tcp/gsttcpserversink.h:
18008           take streamheader into account
18009
18010 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18011
18012         * gst/level/Makefile.am:
18013         * gst/level/gstlevel.c: (gst_level_class_init):
18014           clean up marshal generation
18015
18016 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18017
18018         * gst/tcp/Makefile.am:
18019         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
18020         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
18021         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
18022         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18023         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
18024         (gst_tcpclientsrc_get_property):
18025         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18026         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18027         (gst_tcpserversink_handle_client_read),
18028         (gst_tcpserversink_handle_client_write),
18029         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18030         * gst/tcp/gsttcpserversink.h:
18031           add signals client-added and client-removed
18032         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18033         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18034         (gst_tcpserversrc_get_property):
18035         uniformized, change default protocol to NONE
18036         * gst/tcp/gsttcp-marshal.list: added
18037 2004-06-07  Benjamin Otte  <otte@gnome.org>
18038
18039         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18040           handle discont events if they happen before caps nego
18041
18042 2004-06-07  Wim Taymans  <wim@fluendo.com>
18043
18044         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18045         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18046         (gst_multipart_demux_plugin_init):
18047         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18048         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18049         (gst_multipart_mux_change_state):
18050         Small updates, fix a memleak
18051
18052 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18053
18054         * configure.ac: OSS portability
18055         * ext/arts/gst_arts.c: idem
18056         * sys/oss/gstosselement.c: idem
18057         * sys/oss/gstossmixer.c: idem
18058         * sys/oss/gstosssink.c: idem
18059         * sys/oss/gstosssrc.c: idem
18060         * sys/oss/oss_probe.c: idem
18061           - check for soundcard.h in different places for some BSD
18062
18063 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18064
18065         * AUTHORS:
18066         Add me to the authors file
18067         * configure.ac:
18068         Increase the libdv requirement to >= version 0.100
18069         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18070         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18071         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18072         * ext/dv/gstdvdec.h:
18073         Add support for the new_media flag when sending DISCONT events
18074         Make the querying work when video pad is not linked
18075
18076 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18077
18078         reviewed by Benjamin Otte  <otte@gnome.org>
18079
18080         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18081           create a NULL-initialized array of pads, so we don't think they
18082           exist already. (fixes #143130)
18083
18084 2004-06-07  Benjamin Otte  <otte@gnome.org>
18085
18086         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18087         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18088         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18089           don't use // coments
18090
18091 2004-06-07  Benjamin Otte  <otte@gnome.org>
18092
18093         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18094           cast to GstClockTime to get higher granularity
18095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18096           use gst_element_set_time_delay to get the exact time
18097         * ext/mad/gstmad.c: (gst_mad_chain):
18098           use the negotiated rate instead of the current frame's rate which
18099           might be wrong because of bit errors. This avoids emitting totally
18100           bogus timestamps and screwing sync.
18101         (fixes #143454)
18102
18103 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18104
18105         reviewed by Benjamin Otte  <otte@gnome.org>
18106
18107         * gst/adder/gstadder.c: (gst_adder_loop):
18108           properly error out when no negotiation has happened yet. (fixes
18109           #143032)
18110
18111 2004-06-06  Benjamin Otte  <otte@gnome.org>
18112
18113         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18114           forward correctly transformed offset in discont events. Based on
18115           patch by Arwed v. Merkatz. (fixes #142851)
18116
18117 2004-06-06  David Schleef  <ds@schleef.org>
18118
18119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18120         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18121         problems on several systems.
18122
18123 2004-06-06  Benjamin Otte  <otte@gnome.org>
18124
18125         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18126           use explicit caps on the srcpad
18127         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18128           properly error out if caps couldn't be set (fixes #142764)
18129
18130 2004-06-06  Benjamin Otte  <otte@gnome.org>
18131
18132         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18133         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18134         (gst_alsa_start_audio):
18135           - don't call set_periods_integer anymore, it breaks the
18136           configuration randomly
18137           - call snd_pcm_hw_params_set_access directly instead of using masks
18138           - don't fail if the sw_params can't be set, just use the default
18139           params and hope it works. Alsalib has weird issues when you touch
18140           sw_params and does no proper error reporting about what failed.
18141         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18142         (gst_alsa_close_audio):
18143           make our alsa debugging go via gst debugging and not conditionally
18144           defined
18145         * ext/alsa/gstalsa.h:
18146           add ALSA_DEBUG_FLUSH macro
18147         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18148         (plugin_init):
18149           wrap alsa errors to be printed via the gst debugging system and not
18150           spammed to stderr
18151
18152 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18153
18154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18155         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18156         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18157         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18158         (qtdemux_parse_trak):
18159         * gst/qtdemux/qtdemux.h:
18160           Bitch. Also known as seeking, querying & co.
18161         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18162         (gst_osssink_change_state):
18163         * sys/oss/gstosssink.h:
18164           Resyncing is for weenies, this hack is no longer needed and was
18165           broken anyway (since it - unintendedly - always leaves resync to
18166           TRUE).
18167
18168 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18169
18170         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18171         * gst/tcp/gsttcpclientsrc.h: idem
18172           - define MSG_NOSIGNAL if not done
18173           - include unistd.h for off_t
18174           (fixes #143749)
18175
18176 2004-06-05  Benjamin Otte  <otte@gnome.org>
18177
18178         * configure.ac:
18179         * ext/kio/Makefile.am:
18180           check for qt's moc preprocessor explicitly and use it
18181
18182 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18183
18184         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18185           don't get a signal for EPIPE on socket writes
18186           (somebody check if this works on other platforms)
18187
18188 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18189
18190         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18191         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18192           check error condition on available samples correctly
18193
18194 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18195
18196         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18197           avoid a segfault
18198         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18199         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18200         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18201         (gst_tcpserversrc_gdp_read_header):
18202          use ssize_t over size_t since the former is signed and thus the
18203          check for error codes can work
18204
18205 2004-06-02  Wim Taymans  <wim@fluendo.com>
18206
18207         reviewed by: Johan
18208
18209         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18210         (gst_multipart_mux_loop):
18211         Oops
18212
18213 2004-06-02  Wim Taymans  <wim@fluendo.com>
18214
18215         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18216         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18217         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18218         (gst_multipart_mux_change_state):
18219         Added configurable boundary specifier, added the value as a
18220         caps field as well.
18221
18222 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18223
18224         * gst/tcp/gsttcp.c:
18225         * gst/tcp/gsttcpclientsrc.c:
18226         * gst/tcp/gsttcpclientsrc.h:
18227         * gst/tcp/gsttcpserversrc.c:
18228           - portability fix, to compile on OSX
18229             (fixes #143146)
18230
18231         * sys/osxaudio/gstosxaudioelement.c:
18232         * sys/osxaudio/gstosxaudiosink.c:
18233         * sys/osxaudio/gstosxaudiosrc.c:
18234           - compilation warnings on OSX
18235             (fixes #143153)
18236
18237 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18238
18239         * ext/vorbis/vorbisdec.c : sign warning fixes
18240
18241         * gst-libs/gst/mixer/mixertrack.c :
18242           do no use defines which are glib 2.4 specific
18243
18244 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18245
18246         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18247           buffer since libflac doesn't expect it (reports a sync error when
18248           it encounters that)
18249
18250
18251 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18252
18253         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18254         * gst-libs/gst/mixer/mixertrack.c:
18255         (gst_mixer_track_get_property), (get_mixer_track_init),
18256         (get_mixer_track_get_property): Added property accessors
18257         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18258         * gst-libs/gst/mixer/mixeroptions.c:
18259         (gst_mixer_options_get_values): Added
18260         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18261         * gst-libs/gst/mixer/mixer.c: Fixed comment
18262
18263
18264 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18265
18266         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18267           improve error messages on open
18268
18269
18270 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18271
18272         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18273           check if v4l-conf is in path
18274
18275 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18276
18277         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18278           change assert to a more readable error message
18279
18280 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18281
18282         * gst-libs/gst/tuner/tunerchannel.h:
18283           - add a freq_multiplicator field to make the conversion
18284             between internal frequency unit and Hz
18285         * sys/v4l/gstv4lelement.c:
18286         * sys/v4l2/gstv4l2element.c:
18287           - change default video device to /dev/video0
18288         * sys/v4l/v4l_calls.c:
18289         * sys/v4l2/v4l2_calls.c:
18290           - we only expose frequency to the user in Hz instead of
18291             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18292
18293 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18294         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18295           Initialise b_o_s and e_o_s variables
18296         * gst-libs/gst/riff/riff-media.c:
18297         (gst_riff_create_video_caps_with_data):
18298           Add some unusual fourcc's from mplayer avi's
18299         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18300           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18301           autoplugging.
18302
18303 2004-05-28  Wim Taymans  <wim@fluendo.com>
18304
18305         * configure.ac:
18306         * gst/alpha/Makefile.am:
18307         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18308         (gst_alpha_get_type), (gst_alpha_base_init),
18309         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18310         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18311         (gst_alpha_chroma_key), (gst_alpha_chain),
18312         (gst_alpha_change_state), (plugin_init):
18313         A plugin to add an alpha channel to I420 video. Can optionally do
18314         chroma keying.
18315         * gst/multipart/Makefile.am:
18316         * gst/multipart/multipart.c: (plugin_init):
18317         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18318         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18319         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18320         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18321         (gst_multipart_demux_change_state),
18322         (gst_multipart_demux_plugin_init):
18323         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18324         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18325         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18326         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18327         (gst_multipart_mux_pad_unlink),
18328         (gst_multipart_mux_request_new_pad),
18329         (gst_multipart_mux_handle_src_event),
18330         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18331         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18332         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18333         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18334         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18335         send multipart jpeg images to a browser.
18336         * gst/videobox/Makefile.am:
18337         * gst/videobox/README:
18338         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18339         (gst_video_box_get_type), (gst_video_box_base_init),
18340         (gst_video_box_class_init), (gst_video_box_init),
18341         (gst_video_box_set_property), (gst_video_box_get_property),
18342         (gst_video_box_sink_link), (gst_video_box_i420),
18343         (gst_video_box_ayuv), (gst_video_box_chain),
18344         (gst_video_box_change_state), (plugin_init):
18345         Crops or adds borders around an image. can do alpha channel
18346         borders as well.
18347         * gst/videomixer/Makefile.am:
18348         * gst/videomixer/README:
18349         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18350         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18351         (gst_videomixer_pad_get_sink_event_masks),
18352         (gst_videomixer_pad_get_property),
18353         (gst_videomixer_pad_set_property),
18354         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18355         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18356         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18357         (gst_videomixer_base_init), (gst_videomixer_class_init),
18358         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18359         (gst_videomixer_handle_src_event),
18360         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18361         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18362         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18363         (gst_videomixer_loop), (gst_videomixer_get_property),
18364         (gst_videomixer_set_property), (gst_videomixer_change_state),
18365         (plugin_init):
18366         Generic video mixer plugin, can handle multiple inputs all with
18367         different framerates and video sizes. Is fully alpha channel
18368         aware.
18369
18370 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18371
18372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18373           Select first track as master track. Not sure how else to handle
18374           that...
18375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18376           Discard discont events. Should fix #142962.
18377
18378 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18379
18380         * ext/alsa/Makefile.am:
18381         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18382         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18383         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18384         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18385         (gst_alsa_mixer_get_option):
18386         * ext/alsa/gstalsamixer.h:
18387         * ext/alsa/gstalsamixeroptions.c:
18388         (gst_alsa_mixer_options_get_type),
18389         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18390         (gst_alsa_mixer_options_new):
18391         * ext/alsa/gstalsamixeroptions.h:
18392         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18393         * ext/alsa/gstalsamixertrack.h:
18394           Add enumerations (as GstMixerOptions). Make correct distinction
18395           between input/output tracks. Add capture/playback private flag.
18396           Use flag to decide on whether to set capture or playback volumes
18397           or switches. Use playback and record switches.
18398         * gst-libs/gst/mixer/Makefile.am:
18399         * gst-libs/gst/mixer/mixer-marshal.list:
18400         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18401         (gst_mixer_set_option), (gst_mixer_get_option),
18402         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18403         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18404         * gst-libs/gst/mixer/mixer.h:
18405         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18406         (gst_mixer_options_class_init), (gst_mixer_options_init),
18407         (gst_mixer_options_dispose):
18408         * gst-libs/gst/mixer/mixeroptions.h:
18409           Add GstMixerOptions.
18410         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18411           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18412           broken device detection on computers with multiple OSS sound
18413           cards.
18414
18415 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18416
18417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18418           fixate nicely even when the peer is not negotiating
18419
18420 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18421
18422         * gst/audioconvert/gstaudioconvert.c:
18423         (gst_audio_convert_parse_caps):
18424           make sure we don't allow depth > width
18425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18426           fixate endianness to G_BYTE_ORDER as default
18427         * gst/audioscale/gstaudioscale.c:
18428           we don't handle another endianness as host-endianness
18429
18430 2004-05-25  David Schleef  <ds@schleef.org>
18431
18432         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18433
18434 2004-05-24  Benjamin Otte  <otte@gnome.org>
18435
18436         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18437         (gst_oggvorbisenc_setup):
18438           properly fail when we can't setup the vorbis encoder due to
18439           unsupported settings
18440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18441         (gst_vorbisenc_setup):
18442           same
18443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18444           fix case where warnings occured when one pad was unlinked while the
18445           other's link function was called
18446
18447 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18448
18449         * gst/tcp/Makefile.am:
18450           use GST_ENABLE_NEW
18451
18452 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18453
18454         * gst-libs/gst/resample/private.h:
18455           don't use optimizations that are #if 0'ed
18456
18457 2004-05-24  Wim Taymans  <wim@fluendo.com>
18458
18459         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18460         Fix potential division by zero error and hopefully get
18461         the position query right to get correct timestamps on avi
18462         audio.
18463
18464 2004-05-24  Wim Taymans  <wim@fluendo.com>
18465
18466         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18467         (gst_videoscale_scale_nearest_str2),
18468         (gst_videoscale_scale_nearest_str4),
18469         (gst_videoscale_scale_nearest_32bit),
18470         (gst_videoscale_scale_nearest_24bit),
18471         (gst_videoscale_scale_nearest_16bit):
18472         Fix the scaling algorithm and avoid a buffer overflow.
18473         removed the while loop in the scaling function as it
18474         was used for point sampling only.
18475
18476 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18477
18478         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18479         (gst_id3_tag_class_init), (gst_id3_tag_init),
18480         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18481         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18482         (gst_id3_tag_send_tag_event):
18483           lots of fixes to make id3mux work and id3demux work correctly
18484
18485 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18486
18487         * ext/Makefile.am:
18488           add rules to build shout2send (was removed by accident
18489           when this module was no more marked experimental/broken)
18490
18491 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18492
18493         * ext/shout2/gstshout2.c:
18494         * ext/shout2/gstshout2.h:
18495           adding a "connection problem" signal to shout2send
18496           (fixes #142954)
18497
18498 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18499
18500         * ext/kio/kioreceiver.cpp:
18501         * ext/kio/kioreceiver.h:
18502           fix sign comparison issues
18503
18504 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18505
18506         * gst/cdxaparse/gstcdxaparse.c:
18507         * gst/cdxaparse/gstcdxaparse.h:
18508           some renaming
18509           add some checks/sanity
18510           prepare for seek addition
18511
18512         * sys/sunaudio/gstsunaudio.c:
18513           remove exported dupe init function
18514
18515 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18516
18517         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18518         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18519           Fix format conversion and position querying.
18520         * gst/debug/progressreport.c: (gst_progressreport_report):
18521           Don't output a bogus total value that we didn't query.
18522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18523           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18524           only a blank window after xine has been used.
18525
18526 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18527
18528         * m4/as-arts.m4:
18529           sync with upstream version to fix test on FC2
18530           readd with -ko to preserve Id header
18531
18532 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18533
18534         * configure.ac:
18535           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18536         * gst/tcp/gsttcpclientsrc.c: idem
18537         * gst/tcp/gsttcpserversink.c: idem
18538         * gst/tcp/gsttcpserversrc.c: idem
18539         * m4/gst-fionread.m4: idem
18540
18541         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18542
18543         * configure.ac: enable speex plugin for speex 1.1.5+
18544         * ext/speex/gstspeexenc.c: fix cast warning
18545
18546         * ext/esd/README: fix typo
18547
18548 2004-05-20  David Schleef  <ds@schleef.org>
18549
18550         * configure.ac: Minor cosmetic change to convince the buildbot to
18551         reautogen.
18552         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18553         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18554         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18555         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18556         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18557         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18558         More hacking.  Plays audio now.
18559
18560 2004-05-20  David Schleef  <ds@schleef.org>
18561
18562         * configure.ac:
18563         * sys/Makefile.am:
18564
18565 2004-05-20  David Schleef  <ds@schleef.org>
18566
18567         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18568         * sys/osxaudio/gstosxaudio.c:
18569         * sys/osxaudio/gstosxaudioelement.c:
18570         * sys/osxaudio/gstosxaudioelement.h:
18571         * sys/osxaudio/gstosxaudiosink.c:
18572         * sys/osxaudio/gstosxaudiosink.h:
18573         * sys/osxaudio/gstosxaudiosrc.c:
18574         * sys/osxaudio/gstosxaudiosrc.h:
18575
18576 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18577
18578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18579         (gst_vorbisenc_chain):
18580           put the codec headers on the caps as streamheader as well as
18581           pushing them out
18582
18583 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18584
18585         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18586         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18587         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18588         split up push_packet into two functions
18589
18590 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18591
18592         * gst/tcp/.cvsignore:
18593           ignore enums
18594         * gst/tcp/Makefile.am:
18595         * gst/tcp/README:
18596         * gst/tcp/gsttcp.c:
18597         * gst/tcp/gsttcp.h:
18598         * gst/tcp/gsttcpclientsink.c:
18599         * gst/tcp/gsttcpclientsink.h:
18600         * gst/tcp/gsttcpclientsrc.c:
18601         * gst/tcp/gsttcpclientsrc.h:
18602         * gst/tcp/gsttcpplugin.c:
18603         * gst/tcp/gsttcpserversink.c:
18604         * gst/tcp/gsttcpserversink.h:
18605         * gst/tcp/gsttcpserversrc.c:
18606         * gst/tcp/gsttcpserversrc.h:
18607           add new tcp elements
18608
18609 2004-05-19  Wim Taymans  <wim@fluendo.com>
18610
18611         * gst/law/mulaw-conversion.c: (mulaw_encode):
18612         Fix overflow bug in ulaw encoding.
18613
18614 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18615
18616         * ext/mad/gstmad.c: (gst_mad_handle_event):
18617           don't unref the event twice
18618
18619 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18620
18621         * configure.ac:
18622           remove -Wno-sign-compare
18623
18624 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18625
18626         * configure.ac:
18627           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18628           if you want to work against glib 2.2 and 2.4
18629
18630 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18631
18632         * gst/tcp/Makefile.am:
18633         * gst/tcp/gsttcp.c:
18634         * gst/tcp/gsttcp.h:
18635         * gst/tcp/gsttcpsink.h:
18636         * gst/tcp/gsttcpsrc.h:
18637           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18638
18639 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18640
18641         * gst/debug/tests.c: (md5_get_value):
18642           fix segfault on gst-inspect
18643
18644 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18645
18646         * gst/debug/testplugin.c:
18647         * gst/debug/tests.c:
18648         * gst/debug/tests.h:
18649           add new extensible and configurable testing element. Current tests
18650           include buffer count, stream length, timestamp/duration matching and
18651           md5.
18652         * gst/debug/Makefile.am:
18653         * gst/debug/gstdebug.c: (plugin_init):
18654           add infrastructure for new element
18655
18656 2004-05-19  Johan Dahlin  <johan@gnome.org>
18657
18658         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18659         ending of the array. Fixes gst-inspect segfault on ppc.
18660
18661 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18662
18663         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18664
18665         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18666
18667 2004-05-18  David Schleef  <ds@schleef.org>
18668
18669         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18670         warnings (bugs, actually) noticed by gcc but not forte.
18671
18672 2004-05-18  David Schleef  <ds@schleef.org>
18673
18674         * sys/sunaudio/Makefile.am:
18675         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18676
18677 2004-05-18  David Schleef  <ds@schleef.org>
18678
18679         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18680         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18681         to allow qtdemux to use non-seekable streams. (bug #142272)
18682
18683 2004-05-18  David Schleef  <ds@schleef.org>
18684
18685         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18686         (gst_resample_sinc_ft_float): Remove use of static temporary
18687         buffer.  This code was obviously not supposed to last long, but
18688         it's stuck in our ABI, so it required a little hack to make it
18689         ABI-compatible.  Fixes #142585.
18690         * gst-libs/gst/resample/resample.h: same.
18691
18692 2004-05-18  David Schleef  <ds@schleef.org>
18693
18694         * configure.ac: Add sunaudio
18695         * examples/Makefile.am: make gstplay depend on gconf
18696         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18697         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18698         (convert_table_lookup), (img_convert): remove c99-isms
18699         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18700           unsigned, to fix a warning on Solaris
18701         * gst/mpeg1sys/systems.c: bcopy->memcpy
18702         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18703         * sys/Makefile.am: Add sunaudio
18704
18705 2004-05-18  Wim Taymans  <wim@fluendo.com>
18706
18707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18708         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18709         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18710         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18711         (gst_ogg_mux_loop):
18712         Fix an ugly memleak where the muxer didn't flush enough ogg
18713         pages. This also resulted in badly muxed ogg files.
18714
18715 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18716
18717         * gst/asfdemux/asfheaders.c :
18718         * gst/asfdemux/asfheaders.h :
18719         * gst/asfdemux/gstasfdemux.c :
18720           - fix ASF_OBJ_PADDING guid
18721           - add 3 new object guids (language list, metadata,
18722             extended stream properties)
18723           - add a function to parse extended header objects
18724
18725 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18726
18727         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18728           remove leftover debugging g_print
18729
18730 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18731
18732         * ext/mad/gstmad.c: (gst_mad_handle_event):
18733           Fix for when the first format in a discont event is not a
18734           byte-based one. Should fix #137710.
18735
18736 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18737
18738         * m4/a52.m4 : fix compilation with -Wall -Werror
18739         * m4/libfame.m4 : idem
18740         * m4/libmikmod.m4 : idem
18741
18742 2004-05-17  Benjamin Otte  <otte@gnome.org>
18743
18744         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18745           signal the new tags before giving up the reference
18746
18747 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18748
18749         * ext/shout2/gstshout2.c:
18750           use application/ogg instead of application/x-ogg (patch by Patrick
18751           Guimond, fixes #142432)
18752         * sys/oss/gstosselement.c: (gst_osselement_reset),
18753         (gst_osselement_sync_parms):
18754           don't set fragment size unless specified (fixes #142493)
18755
18756 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18757
18758         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18759           fixes #142664
18760
18761 2004-05-17  Benjamin Otte  <otte@gnome.org>
18762
18763         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18764           compute offsets correctly for internal buffers so timestamps are set
18765           correctly when we can't seek. Also handle cases where there are no
18766           offsets. (based on a patch by David Moore, fixes #142507)
18767
18768 2004-05-17  Benjamin Otte  <otte@gnome.org>
18769
18770         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18771           use correct variable when determining amount of data to skip so we
18772           don't skip into the void and segfault
18773
18774 2004-05-16  Benjamin Otte  <otte@gnome.org>
18775
18776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18777           Hi, I'm a memleak
18778
18779 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18780
18781         * gst/asfdemux/gstasfdemux.c:
18782           - fix a mem leak and always propagate tags
18783           - add WMV3 to known video codecs (but no decoder yet)
18784           - replace "surplus data" at end of audio header for what
18785             it is : codec specific data
18786           - fix a typo
18787
18788 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18789
18790         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18791
18792         * gst-libs/gst/audio/audioclock.c:
18793           Fix wrong return type (#142205).
18794
18795 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18796
18797         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18798           Ignore CRCs by default (fixes #142566).
18799
18800 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18801
18802         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18803         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18804         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18805         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18806         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18807         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18808           Fix for cases where we fail to attach to a mixer.
18809
18810 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18811
18812         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18813           Don't touch events after not owning them anymore.
18814         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18815         (gst_wavparse_fmt), (gst_wavparse_other),
18816         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18817         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18818         (gst_wavparse_srcpad_event):
18819         * gst/wavparse/gstwavparse.h:
18820           Add seeking, fix querying.
18821
18822 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18823
18824         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18825           - process comments even if they don't end with \0\0
18826             g_convert would ignore them if present and works well without them
18827
18828 2004-05-16  Benjamin Otte  <otte@gnome.org>
18829
18830         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18831           simplify caps
18832
18833 2004-05-16  Benjamin Otte  <otte@gnome.org>
18834
18835         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18836           don't write to memory we might not write to - g_convert does that
18837           for us anyway (fixes #142613)
18838         (gst_asf_demux_audio_caps):
18839           comment out gst_util_dump_mem
18840
18841 2004-05-16  Benjamin Otte  <otte@gnome.org>
18842
18843         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18844           compute correct expected timestamps after seek (broken since
18845           last commit)
18846         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18847           rename element and debugging category to gdkpixbufscale
18848
18849 2004-05-16  Benjamin Otte  <otte@gnome.org>
18850
18851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18852           add error checking to snd_pcm_delay and remove duplicate call to
18853           snd_pcm_delay that caused issues (see inline code comments)
18854         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18855           make more readable and fix return value when snd_pcm_delay fails
18856         (fixes #142586)
18857
18858 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18859         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18860         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18861         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18862         (gst_pixbufscale_link), (gst_pixbufscale_init),
18863         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18864         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18865         (gst_pixbufscale_get_property), (pixbufscale_init):
18866         * ext/gdk_pixbuf/pixbufscale.h:
18867         Add these files I forgot earlier
18868
18869 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18870         * ext/gdk_pixbuf/Makefile.am:
18871         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18872         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18873         Add new pixbufscale element to scale RGB video
18874         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18875         and HYPER interpolation correctly.
18876         * ext/theora/theoraenc.c: (theora_enc_chain),
18877         Discard buffer and return if explicit caps could not be set
18878         (theora_enc_get_property):
18879         Make _get return kbps for the bitrate consistent with
18880         the _set function.
18881
18882
18883 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18884
18885         * ext/libvisual/visual.c: (gst_visual_chain):
18886           add missing visual_audio_analyze
18887
18888 2004-05-14  David Schleef  <ds@schleef.org>
18889
18890         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18891         is killed while we're playing.
18892         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18893         gst_element_no_more_pads().
18894
18895 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18896
18897         * gst-libs/gst/riff/riff-read.c :
18898           - fix INFO tag extraction in RIFF/AVI files
18899             because gst_event_unref (event) also freed taglist
18900           - avoid a mem leak
18901
18902 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18903
18904         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18905         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18906
18907         * gst/auparse/gstauparse.c :
18908           - add code (commented for now) to support audio/x-adpcm on src pad
18909             (we have no decoder for those layout yet)
18910
18911         * gst/cdxaparse/gstcdxaparse.c :
18912         * gst/cdxaparse/gstcdxaparse.h :
18913           - partial rewrite using RiffRead (ripped iain's wavparse code)
18914
18915         * gst/rtp/gstrtpL16enc.c : typo
18916         * gst/rtp/gstrtpgsmenc.c : typo
18917
18918 2004-05-13  Benjamin Otte  <otte@gnome.org>
18919
18920         * configure.ac:
18921           check for exact version of libvisual, it's not supposed to be
18922           API/ABI stable yet
18923
18924 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18925
18926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18927           signal no-more-pads
18928
18929 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18930
18931         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18932         Report which format was used for GST_FORMAT_DEFAULT
18933         * gst/debug/Makefile.am:
18934         * gst/debug/gstdebug.c: (plugin_init):
18935         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18936         (gst_progressreport_class_init), (gst_progressreport_init),
18937         (gst_progressreport_report), (gst_progressreport_set_property),
18938         (gst_progressreport_get_property), (gst_progressreport_chain),
18939         (gst_progressreport_plugin_init):
18940         Add progressreport element for testing.
18941
18942 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18943
18944         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18945         * sys/v4l/gstv4lsrc.h:
18946         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18947         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18948         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18949         (gst_v4lsrc_grab_frame):
18950           add more debugging
18951           send a discont at start
18952
18953 2004-05-12  Colin Walters  <walters@redhat.com>
18954
18955         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18956         inflooping if we can't find a chunk.  Or in other words, don't blow
18957         chunks if we don't have a chunk to blow.
18958
18959 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18960         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18961         Remove old debug output
18962         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18963         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18964         (gst_dvdec_set_property), (gst_dvdec_get_property):
18965         Change the quality setting to an enum, so it works from gst-launch
18966         Don't renegotiate a non-linked pad. Allows audio only decoding.
18967         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18968         (gst_deinterlace_link), (gst_deinterlace_init):
18969         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18970         (gst_videodrop_link):
18971         Some caps negotiation fixes
18972
18973 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18974
18975         * ext/tarkin/gsttarkin.c :
18976           - Change RANK from NONE to PRIMARY
18977         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18978           - Change RANK from NONE to MARGINAL
18979         * ext/divx/gstdivxenc.c :
18980           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18981
18982 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18983
18984         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18985         (gst_vorbisenc_push_packet):
18986           copy a function that was added between 1.0 and 1.0.1 until we
18987           depend on worthwhile features of post-1.0
18988
18989 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18990
18991         * configure.ac:
18992           enable shout2 by default
18993         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18994         (gst_shout2send_base_init), (gst_shout2send_init),
18995         (gst_shout2send_connect), (gst_shout2send_change_state):
18996         * ext/shout2/gstshout2.h:
18997           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18998           #142262)
18999         * ext/theora/theora.c: (plugin_init):
19000           don't set rank on encoders
19001
19002 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
19003
19004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19005           Use codec_data property instead of flag1 and flag2 for wma
19006
19007 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19008
19009         * gst/cdxaparse/gstcdxaparse.c :
19010           - Add mpegversion to CAPS to make it link
19011           - Rank is as GST_RANK_SECONDARY instead of NONE
19012         * gst/auparse/gstauparse.c :
19013           - Document all audio encoding we can encounter from Solaris 9
19014             headers and libsndfile information.
19015           - Increase max. rate from 48000 to 192000 (to match other elements)
19016           - Don't try to play junk data between header and samples
19017
19018 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19019
19020         * ext/libvisual/visual.c: (gst_visual_getcaps):
19021           use the right caps depending on endianness (I hope)
19022         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
19023           use GST_RANK_NONE for all non-decoding elements or spider gets
19024           mighty confused
19025
19026 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19027
19028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19029           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19030
19031 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19032
19033         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19034         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19035         (gst_switch_loop), (gst_switch_get_type):
19036           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19037           HEADERS. Had to be said.
19038
19039 2004-05-10  David Schleef  <ds@schleef.org>
19040
19041         * configure.ac: Add prototype Dirac support.
19042         * ext/Makefile.am:
19043         * ext/dirac/Makefile.am:
19044         * ext/dirac/gstdirac.cc:
19045         * ext/dirac/gstdiracdec.cc:
19046
19047 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19048
19049         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19050         (gst_auparse_init), (gst_auparse_chain),
19051         (gst_auparse_change_state):
19052           Hack around spider. Remove me some day please.
19053
19054 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19055
19056         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19057           Fix for some uninitialized variables in previous patch, also
19058           makes it work. Fixes #142286 while we're at it.
19059
19060 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19061
19062         * gst/auparse/gstauparse.c:
19063                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19064                 only unsupported formats are ADPCM/CCITT G.72x
19065                 reviewed by Ronald
19066         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19067
19068 2004-05-10  Wim Taymans  <wim@fluendo.com>
19069
19070         * ext/vorbis/Makefile.am:
19071         * ext/vorbis/README:
19072         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19073         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19074         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19075         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19076         (gst_oggvorbisenc_convert_sink),
19077         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19078         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19079         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19080         (get_constraints_string), (update_start_message),
19081         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19082         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19083         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19084         * ext/vorbis/oggvorbisenc.h:
19085         * ext/vorbis/vorbis.c: (plugin_init):
19086         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19087         (raw_caps_factory), (gst_vorbisenc_class_init),
19088         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19089         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19090         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19091         * ext/vorbis/vorbisenc.h:
19092         Added a raw vorbis encoder to be used with the oggmuxer.
19093         We still need the old encoder for some gnome applications,
19094         read the README to find out how that works.
19095         The raw encoder is called "rawvorbisenc" until 0.9.
19096
19097 2004-05-10  Wim Taymans  <wim@fluendo.com>
19098
19099         * ext/ogg/gstogg.c: (plugin_init):
19100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19101         (gst_ogg_print):
19102         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19103         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19104         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19105         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19106         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19107         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19108         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19109         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19110         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19111         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19112         Added an ogg muxer.
19113         Small typo fixes in the demuxer.
19114
19115 2004-05-10  Wim Taymans  <wim@fluendo.com>
19116
19117         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19118         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19119         (theora_enc_change_state), (theora_enc_set_property),
19120         (theora_enc_get_property):
19121         Mark the last packet with an EOS flag which is not really needed
19122         in gstreamer.
19123         Do some better video framerate initialisation.
19124         Update the buffer timestamp.
19125
19126 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19127
19128         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19129         Return the result of the parent state change call
19130
19131 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19132
19133         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19134         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19135         * gst/law/alaw-encode.c : (idem)
19136         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19137         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19138         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19139
19140 2004-05-09  Benjamin Otte  <otte@gnome.org>
19141
19142         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19143           don't use a fixed buffer size when writing variable length data to
19144           it. Fixes memory corruption and makes alsasrc work
19145
19146 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19147
19148         * ext/gnomevfs/gstgnomevfssink.c:
19149         (_gst_boolean_allow_overwrite_accumulator),
19150         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19151           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19152           RUN_LAST, and don't use that to set the accumulator value because
19153           then it's always FALSE.
19154
19155 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19156
19157         * gst-libs/gst/riff/riff-media.c:
19158         (gst_riff_create_video_caps_with_data),
19159         (gst_riff_create_audio_caps),
19160         (gst_riff_create_audio_template_caps):
19161         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19162           Fix for unaligned RIFF files (i.e. where all the chunks together
19163           in a LIST chunk are not of the same size as the size given in
19164           the LIST chunk header). Fixes several odd WAVE files. Also fix
19165           ADPCM (block_align property) in audio, so that wavparse based
19166           on this works now as it used to stand-alone.
19167
19168 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19169
19170         reviewed by Benjamin Otte  <otte@gnome.org>
19171
19172         * ext/a52dec/gsta52dec.c:
19173         * ext/divx/gstdivxdec.c:
19174         * ext/divx/gstdivxenc.c:
19175         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19176         * ext/faac/gstfaac.c: (gst_faac_base_init):
19177         * ext/faad/gstfaad.c: (gst_faad_base_init):
19178         * ext/ivorbis/vorbisfile.c:
19179         * ext/lame/gstlame.c:
19180         * ext/libfame/gstlibfame.c:
19181         * ext/mpeg2enc/gstmpeg2enc.cc:
19182         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19183         * ext/sidplay/gstsiddec.cc:
19184         * ext/speex/gstspeexdec.c:
19185         * ext/speex/gstspeexenc.c:
19186         * ext/xvid/gstxviddec.c:
19187         * ext/xvid/gstxvidenc.c:
19188           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19189           (fixes #142193)
19190
19191 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19192
19193         * ext/alsa/gstalsa.c: (device_list),
19194         (gst_alsa_class_probe_devices):
19195         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19196           Fix alsa oddness in mixer after the combination of using mixer
19197           in source/sink elements and using hw:x,y instead of just hw:x.
19198
19199 2004-05-09  Benjamin Otte  <otte@gnome.org>
19200
19201         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19202         (gst_wavparse_create_sourcepad):
19203           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19204           sourcepads
19205
19206 2004-05-09  Benjamin Otte  <otte@gnome.org>
19207
19208         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19209           allow discont events before caps nego
19210
19211 2004-05-08  Benjamin Otte  <otte@gnome.org>
19212
19213         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19214           don't leak events
19215
19216 2004-05-08  Benjamin Otte  <otte@gnome.org>
19217
19218         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19219         (gst_level_change_state), (gst_level_init):
19220         * gst/level/gstlevel.h:
19221           figure out if we're initialized directly instead of keeping a
19222           variable that's wrong in 90% of cases
19223           don't initialize pads and then leak them and use a new unitialized
19224           pad. (fixes #142084)
19225           these were bugs so n00bish I didn't find them for an hour :/
19226
19227 2004-05-08 Iain <iain@prettypeople.org>
19228
19229         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19230         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19231         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19232         return the length that was read.
19233         (gst_riff_read_strf_auds): Allow fmt tags as well.
19234
19235 2004-05-07  David Schleef  <ds@schleef.org>
19236
19237         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19238         signed char assumption in faad.h.
19239
19240 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19241
19242         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19243           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19244
19245 2004-05-07  Colin Walters  <walters@redhat.com>
19246
19247         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19248         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19249         function.
19250         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19251         Add dispose function.
19252
19253 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19254         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19255           Fix caps nego and pad templates. RGB mode caps should
19256           work now.
19257         * ext/dvdnav/gst-dvd:
19258           Move mpeg2dec inside the thread because otherwise the
19259           queue rejects cap changes mid-stream
19260         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19261         (gst_mpeg2dec_flush_decoder):
19262           For mpeg2dec > 0.4.0, call the flush function instead of
19263           manually extracting all in-flight frames.
19264         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19265         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19266           Change mime type video/dv go video/x-dv to match the
19267           rest of gst-plugins
19268
19269 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19270
19271         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19272         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19273         (gst_alsa_sink_class_init):
19274         * ext/alsa/gstalsasink.h:
19275         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19276         (gst_alsa_src_class_init):
19277         * ext/alsa/gstalsasrc.h:
19278           Make alsasink/src a subclass of alsamixer so that mixer stuff
19279           shows up in gst-rec. Needs some finetuning.
19280
19281 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19282
19283         * ext/lame/gstlame.c: (gst_lame_chain):
19284           simplify
19285         * ext/mad/gstmad.c: (gst_mad_handle_event):
19286           fix event leak
19287         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19288           be able to detect mp3 files < 4096 bytes
19289
19290 2004-05-06  Wim Taymans  <wim@fluendo.com>
19291
19292         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19293         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19294         (theora_enc_set_property), (theora_enc_get_property):
19295         Also encode the first frame, cleanup some code.
19296
19297 2004-05-06  Wim Taymans  <wim@fluendo.com>
19298
19299         * ext/mpeg2enc/gstmpeg2enc.cc:
19300         Forward events first before deciding that negotiation was
19301         not performed.
19302
19303 2004-05-06  Wim Taymans  <wim@fluendo.com>
19304
19305         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19306         First process the events before deciding that negotiation
19307         was not performed.
19308
19309 2004-05-06  Wim Taymans  <wim@fluendo.com>
19310
19311         * ext/theora/Makefile.am:
19312         * ext/theora/theora.c: (plugin_init):
19313         * ext/theora/theoradec.c: (theora_dec_change_state):
19314         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19315         (gst_theora_enc_class_init), (gst_theora_enc_init),
19316         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19317         (theora_enc_chain), (theora_enc_change_state),
19318         (theora_enc_set_property), (theora_enc_get_property):
19319         Added a theora encoder, grouped the encoder and decoder into the
19320         same plugin.
19321
19322 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19323
19324         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19325         (gst_jpegenc_chain):
19326         fix DURATION on outgoing buffers
19327         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19328         debug using time formats
19329         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19331         (gst_xvimagesink_sink_link):
19332         windows with width/height 0 generate X errors, so don't allow them
19333
19334 2004-05-05  Wim Taymans  <wim@fluendo.com>
19335
19336         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19337         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19338         (gst_mpeg2dec_negotiate_format):
19339         * ext/mpeg2dec/gstmpeg2dec.h:
19340           removed the static pad template so that we can add the
19341           more accurate framerate value to the caps.
19342
19343
19344 2004-05-04  Benjamin Otte  <otte@gnome.org>
19345
19346         * configure.ac:
19347           check for kdemacros.h, too (should fix #141821)
19348         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19349           don't crash if no header was sent, but nicely error out (fixes part
19350           of #141554)
19351
19352 2004-05-04  Wim Taymans  <wim@fluendo.com>
19353
19354         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19355         parent dispose function to avoid segfault on destroy.
19356
19357 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19358
19359         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19360         (plugin_init):
19361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19362         (gst_xvimagesink_sink_link):
19363         clean up debugging caps
19364         also recreate xvimage when format has changed
19365
19366 2004-05-04  Benjamin Otte  <otte@gnome.org>
19367
19368         * ext/libvisual/Makefile.am:
19369         * ext/libvisual/visual.c: (gst_visual_class_init),
19370         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19371         (gst_visual_srclink), (gst_visual_chain),
19372         (gst_visual_change_state), (plugin_init):
19373           use a GstAdapter to correctly adapt buffer sizes - allows using a
19374           framerate
19375
19376 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19377
19378         * sys/v4l/gstv4lelement.h:
19379         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19381         (gst_v4lsrc_buffer_free):
19382         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19383         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19384         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19385         (gst_v4lsrc_requeue_frame):
19386         move some debugging categories around
19387         query for fps index and set accordingly if found
19388
19389 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19390
19391         * ext/lame/gstlame.c:
19392         correct defaults that lame_init puts out of range
19393
19394 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19395
19396         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19397         (gst_divxenc_class_init):
19398         fix range since -1 is the default
19399         * gst/mpeg1sys/gstmpeg1systemencode.c:
19400         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19401         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19402         (gst_rtjpegdec_chain):
19403         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19404         (gst_rtjpegenc_chain):
19405         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19406         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19407         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19408         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19409         * sys/v4l/gstv4lsrc.c:
19410         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19411         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19412         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19413         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19414         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19415           remove gst_info calls
19416
19417 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19418
19419         * Makefile.am:
19420         * po/af.po:
19421         * po/az.po:
19422         * po/en_GB.po:
19423         * po/nl.po:
19424         * po/sr.po:
19425         * po/sv.po:
19426           Updated translations
19427
19428 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19429
19430         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19431           refactor/comment code
19432
19433 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19434
19435         * gst/asfdemux/Makefile.am:
19436         * gst/asfdemux/asfheaders.c:
19437         * gst/asfdemux/asfheaders.h:
19438         * gst/asfdemux/gstasf.c: (plugin_init):
19439         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19440         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19441         (gst_asf_demux_setup_pad):
19442         * gst/asfdemux/gstasfdemux.h:
19443         * gst/asfdemux/gstasfmux.c:
19444         * gst/asfdemux/gstasfmux.h:
19445           Add tagging support to demuxer, split out registration in its own
19446           file instead of in demux (hacky), and prevent having some tables
19447           in our memory multiple times (in asfheaders.h).
19448
19449 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19450
19451         * gst/matroska/matroska-demux.c:
19452         (gst_matroska_demux_parse_metadata):
19453         * gst/matroska/matroska-ids.h:
19454           Basic tag reading support.
19455
19456 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19459           Really detect ac-3 audio.
19460         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19461           really detect matroska files (off-by-1).
19462
19463 2004-04-30  David Schleef  <ds@schleef.org>
19464
19465         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19466         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19467         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19468         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19469         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19470         hackage -- parse a lot more atoms, extract a few tags.  One might even
19471         mistake this for tag support.  Maybe it is.
19472         * gst/qtdemux/qtdemux.h:
19473
19474 2004-04-30  Colin Walters  <walters@verbum.org>
19475
19476         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19477
19478 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19479
19480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19481         (gst_ffmpegcolorspace_getcaps):
19482           remove broken nego fix
19483
19484 2004-04-30  Benjamin Otte  <otte@gnome.org>
19485
19486         * configure.ac:
19487         * ext/Makefile.am:
19488         * ext/libvisual/Makefile.am:
19489         * ext/libvisual/visual.c:
19490           add initial support for libvisual (http://libvisual.sourceforge.net)
19491           libvisual is still quite alpha, so expect crashes in there :)
19492
19493 2004-04-29  David Schleef  <ds@schleef.org>
19494
19495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19496         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19497         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19498         code; you will no longer respect me.
19499
19500 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19501
19502         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19503         * ext/alsa/gstalsa.h :
19504         change alsa pcm device discovery to find more than 1 device
19505         per card. code review by Ronald.
19506
19507 2004-04-29  David Schleef  <ds@schleef.org>
19508
19509         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19510         Add a check for a driver bug on FreeBSD.  (bug #140565)
19511
19512 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19513
19514         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19515         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19516         (gst_jpegenc_getcaps):
19517           move format setting to inner loop
19518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19519         (gst_ffmpegcolorspace_getcaps):
19520           use GST_PAD_CAPS if available so that we use already negotiated
19521           caps
19522         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19523         (qtdemux_parse_moov), (qtdemux_parse):
19524           extra debugging
19525         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19526         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19527           move hardcoded path to DEFINE
19528
19529 2004-04-28  David Schleef  <ds@schleef.org>
19530
19531         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19532         (bug #140064)
19533
19534 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19535
19536         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19537           Don't probe for playback device if we're a source element. Fixes
19538           #139658.
19539
19540 2004-04-29  Benjamin Otte  <otte@gnome.org>
19541
19542         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19543         (gst_id3_tag_chain):
19544           rewrite buffer offset
19545
19546 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19547
19548         * configure.ac:
19549         * ext/Makefile.am:
19550         * ext/dts/Makefile.am:
19551         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19552         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19553         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19554         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19555         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19556         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19557         (plugin_init):
19558         * ext/dts/gstdtsdec.h:
19559           New DTS decoder.
19560         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19561         (gst_faad_srcconnect):
19562           Add ESDS atom handling (.m4a).
19563
19564 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19565
19566         * ext/divx/gstdivxdec.c: (plugin_init):
19567           Remove comment that makes no sense.
19568         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19569           Fix for obvious typo that resulted in warnings during gst-register.
19570         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19571         (gst_xviddec_sink_link):
19572           Fix caps negotiation a bit better.
19573         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19574           We call this 'codec_data', not 'esds'.
19575
19576 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19577
19578         * gst/monoscope/gstmonoscope.c:
19579           make sure we only provide 256x128
19580         * gst/monoscope/monoscope.c: (monoscope_init):
19581           assert size of 256x128
19582
19583 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19584
19585         * Makefile.am:
19586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19587         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19588           fixate to max width and height of device
19589
19590 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * Makefile.am:
19593         * sys/v4l/gstv4l.c:
19594         * sys/v4l/gstv4lsrc.c:
19595         * sys/v4l/v4l_calls.c:
19596         * sys/v4l/v4lsrc_calls.c:
19597           fix for qc-usb driver which fakes having more than one buffer
19598           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19599           buffer_free override
19600           add debugging
19601
19602 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19603
19604         * Makefile.am:
19605         * gst/videotestsrc/gstvideotestsrc.c:
19606         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19607         (gst_videotestsrc_init), (gst_videotestsrc_get),
19608         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19609         * gst/videotestsrc/gstvideotestsrc.h:
19610           add num-buffers property
19611
19612         2004-04-26  Benjamin Otte  <otte@gnome.org>
19613
19614         * ext/mad/gstid3tag.c: (plugin_init):
19615           set id3mux rank to NONE so it doesn't confuse spider
19616           require audio/mpeg,mpegversion=1 in id3mux
19617
19618 2004-04-26  Benjamin Otte  <otte@gnome.org>
19619
19620         * configure.ac:
19621           detect faad correctly as non-working if it's indeed non-working
19622
19623 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19624
19625         * Makefile.am:
19626         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19627         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19628         fix _getcaps so it only negotiates to its supported format
19629
19630 2004-04-25  Benjamin Otte  <otte@gnome.org>
19631
19632         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19633           fix memleak
19634
19635 2004-04-23  Benjamin Otte  <otte@gnome.org>
19636
19637         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19638           audio/x-raw-int with height rules! not. Now it's depth.
19639
19640 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19641
19642         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19643         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19644         (gst_wavparse_loop):
19645           Missing variable initialization. Add handling of DVI ADPCM. Fix
19646           mis-parsing of LIST chunks. This works around a bug where we mis-
19647           parse non-aligning LIST chunks (so LIST chunks where the contents
19648           don't align with the actual LIST size). The correct fix is to use
19649           rifflib, I'm not going to fix wavparse - too much work. All this
19650           fixes #104878.
19651
19652 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19653
19654         reviewed by Benjamin Otte  <otte@gnome.org>
19655
19656         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19657           fix shoutcast not working (fixes #140844)
19658
19659 2004-04-22  Benjamin Otte  <otte@gnome.org>
19660
19661         * ext/hermes/gsthermescolorspace.c:
19662         (gst_hermes_colorspace_caps_remove_format_info):
19663         * gst/colorspace/gstcolorspace.c:
19664         (gst_colorspace_caps_remove_format_info):
19665         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19666         (gst_ffmpegcolorspace_caps_remove_format_info):
19667           s/gst_caps_simplify/gst_caps_do_simplify/
19668
19669 2004-04-22  Benjamin Otte  <otte@gnome.org>
19670
19671         * gst-libs/gst/riff/riff-media.c:
19672         (gst_riff_create_video_caps_with_data):
19673           mpegversion is an int
19674         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19675           don't try to create pad templates with NULL caps, use any caps
19676           instead.
19677
19678 2004-04-20  David Schleef  <ds@schleef.org>
19679
19680         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19681         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19682         (bug #140384)
19683
19684 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19685
19686         reviewed by David Schleef
19687
19688         * ext/mad/gstid3tag.c: Add stdlib.h
19689         * gst/rtp/gstrtpgsmenc.c: same
19690         * gst/tags/gstid3tag.c: same
19691         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19692         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19693         GST_DISABLE_LOADSAVE use.
19694         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19695         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19696         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19697         atol(3)).
19698         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19699         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19700         strtoul(3)).
19701         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19702         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19703         $(ID3_CFLAGS).
19704         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19705         $(LIBFAME_CFLAGS).
19706
19707 2004-04-20  David Schleef  <ds@schleef.org>
19708
19709         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19710         last checkin.  Same idea.
19711
19712 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19713
19714         reviewed by David Schleef
19715
19716         * configure.ac: bump required gstreamer version to 0.8.1.1
19717         because of following changes [--ds]
19718
19719         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19720         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19721         (gst_riff_read_header):  Use GST_READ_UINT*
19722         macros to access possibly unaligned memory.
19723
19724         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19725         (mp3_type_find):  Use GST_READ_UINT*
19726         macros to access possibly unaligned memory.
19727         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19728         (speex_type_find): Likewise
19729
19730         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19731
19732         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19733         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19734         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19735         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19736         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19737         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19738         macros to access possibly unaligned memory.
19739
19740         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19741         Likewise.
19742
19743         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19744         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19745
19746         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19747         Likewise.
19748
19749         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19750         (gst_mpeg2subt_chain_subtitle): Likewise.
19751
19752         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19753         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19754         Likewise.
19755
19756         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19757         Likewise.
19758
19759         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19760         Likewise.
19761
19762         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19763         Likewise.
19764
19765 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19766
19767         * configure.ac:
19768           update required version of GStreamer because of GST_TIME_FORMAT
19769
19770 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19771
19772         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19773           remove leftover g_print
19774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19775           don't try setting only a subset of the caps. We don't want to kill
19776           autoplugging on purpose
19777
19778 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19779
19780         * sys/ximage/ximagesink.c: (plugin_init):
19781         * sys/xvimage/xvimagesink.c: (plugin_init):
19782           add debugging categories
19783
19784 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19785
19786         * po/en_GB.po:
19787         * po/LINGUAS:
19788           Adding en_GB translation (Gareth Owen)
19789
19790 2004-04-20  David Schleef  <ds@schleef.org>
19791
19792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19793         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19794         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19795         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19796         A number of new features and hacks to extract the esds atom and
19797         put it into the caps.  (bug #137724)
19798
19799 2004-04-19  David Schleef  <ds@schleef.org>
19800
19801         * gconf/Makefile.am: Fix for non-GNU make
19802         * gst-libs/gst/Makefile.am: Change directory order to handle
19803         GstPlay linking with gstinterfaces
19804         * gst-libs/gst/audio/make_filter: make use of tr portable
19805         * gst-libs/gst/play/Makefile.am: Add intended \
19806         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19807         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19808         function prototype instead of void *.
19809         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19810         macro.
19811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19812         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19813         * gst/videofilter/make_filter: make use of tr portable
19814         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19815
19816 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19817
19818         * po/LINGUAS:
19819         * po/uk.po:
19820           Added Ukrainian translation (Maxim V. Dziumanenko)
19821
19822 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19823
19824         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19825         (gst_gsmdec_link), (gst_gsmdec_chain):
19826           Fix capsnego, simplify chain function slightly.
19827         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19828           Add GSM.
19829
19830 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19831
19832         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19833         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19834         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19835           Hack to make wavparse work with spider (always -> sometimes pad).
19836           Fixes #135862 && #140411.
19837
19838 2004-04-18  Benjamin Otte  <otte@gnome.org>
19839
19840         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19841         (gst_osselement_rate_probe_check),
19842         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19843           get rid of \n in debug output
19844
19845 2004-04-17  Iain <iain@prettypeople.org>
19846
19847         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19848         not just EOS.
19849
19850 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19851
19852         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19853         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19854         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19855         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19856         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19857         (gst_id3_tag_change_state), (plugin_init):
19858           deprecate id3tag element and replace with id3demux/id3mux.
19859           great side effect: this ugly file is now even uglier, yay!
19860         * ext/mad/gstmad.h:
19861           remove non-available function
19862           update for new get_type
19863
19864 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19865
19866         * configure.ac:
19867           require mpeg2dec >= 0.4.0
19868
19869 2004-04-17  Benjamin Otte  <otte@gnome.org>
19870
19871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19872         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19873         (gst_xvimagesink_set_xwindow_id):
19874           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19875           assorted cleanup fixes.
19876
19877 2004-04-16  David Schleef  <ds@schleef.org>
19878
19879         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19880         * sys/xvimage/xvimagesink.h: same
19881
19882 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19883
19884         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19885           Fix GST_ELEMENT_ERROR with (NULL)
19886
19887 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19888
19889         * gst-libs/gst/riff/riff-media.c:
19890         (gst_riff_create_video_caps_with_data):
19891           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19892
19893 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19894
19895         * gst-libs/gst/riff/riff-media.c:
19896         (gst_riff_create_video_caps_with_data),
19897         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19898         (gst_riff_create_video_template_caps),
19899         (gst_riff_create_audio_template_caps):
19900         * gst-libs/gst/riff/riff-media.h:
19901         * gst-libs/gst/riff/riff-read.c:
19902         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19903         * gst-libs/gst/riff/riff-read.h:
19904         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19905           Add MS RLE support. I added some functions to read out strf chunks
19906           into strf chunks and the data behind it. This is usually color
19907           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19908           caps creation. Lastly, add ADPCM (similar to wavparse - which
19909           should eventually be rifflib based).
19910         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19911         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19912         * gst/matroska/matroska-demux.h:
19913           Remove placeholders for some prehistoric tagging system. Didn't add
19914           support for any tag system really anyway.
19915         * gst/qtdemux/qtdemux.c:
19916           Add support for audio/x-m4a (MPEG-4) through spider.
19917         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19918         (gst_wavparse_loop):
19919           ADPCM support (#135862). Increase max. buffer size because we
19920           cannot split buffers for ADPCM (screws references) and I've seen
19921           files with 2048 byte chunks. 4096 seems safe for now.
19922
19923 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19924
19925         * configure.ac: bump nano to 1
19926
19927 === release 0.8.1 ===
19928
19929 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19930
19931         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19932
19933 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19934
19935         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19936           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19937           Fixes #140058
19938
19939 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19940
19941         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19942           lower rank of dvddemux so that it's not used for mpeg playback.
19943
19944 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19945
19946         * configure.ac:
19947           save libs correctly when checking mad
19948
19949 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19950
19951         * ext/mad/gstid3tag.c: (plugin_init):
19952           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19953
19954 2004-04-13  David Schleef  <ds@schleef.org>
19955
19956         * common/m4/gst-feature.m4: Call -config scripts with
19957         --plugin-libs if it is supported.
19958         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19959         JPEG images are image/jpeg.
19960         * gst/debug/Makefile.am:
19961         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19962         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19963         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19964         (gst_negotiation_plugin_init): Add a property that acts like
19965         filter caps.
19966         * testsuite/gst-lint:  Move license checking to be a standard
19967         test.
19968
19969 2004-04-13  David Schleef  <ds@schleef.org>
19970
19971         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19972         patch from Sebastien Cote (bug #139958)
19973
19974 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19975
19976         * examples/gstplay/Makefile.am:
19977         * examples/gstplay/player.c: (main):
19978           make the commandline player example use gconf settings
19979
19980 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19981
19982         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19983         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19984         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19985           init/end library during state transition, not object
19986           creation/disposal.  get rid of custom dispose handler.
19987
19988
19989 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19990
19991         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19992         be a symlink
19993
19994 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19995
19996         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19997           Handle JUNK chunks inside data section. Prevents warnings.
19998
19999 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20000
20001         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20002         (gst_riff_create_video_template_caps):
20003           Add MS video v1.
20004         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20005         (gst_avi_demux_stream_data):
20006           Add support for "rec-list" chunks.
20007
20008 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20009
20010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20011           Fix another codecname mismatch.
20012
20013 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20014
20015         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20016           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
20017           so that MJPEG plays back.
20018
20019 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20020
20021         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20022         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
20023         * gst/mpeg1videoparse/gstmp1videoparse.h:
20024           Fix for some slight mis-cuts in buffer parsing, and for some
20025           potential overflows or faults-causers. Adds disconts. Also fixes
20026           #139105 while we're at it.
20027
20028 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20029
20030         * configure.ac:
20031         * sys/v4l2/gstv4l2element.h:
20032           Workaround for missing struct v4l2_buffer declaration in Suse 9
20033           and Mandrake 10 linux/videodev2.h header file (#135919).
20034
20035 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20036
20037         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20038           Bail out if no filename was given.
20039
20040 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20041
20042         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20043         (gst_v4l2_fourcc_from_structure):
20044           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20045           Y41B somewhere).
20046
20047 2004-04-09  Benjamin Otte  <otte@gnome.org>
20048
20049         * ext/gnomevfs/gstgnomevfssink.c:
20050         (_gst_boolean_allow_overwrite_accumulator),
20051         (gst_gnomevfssink_class_init):
20052           fix erase signal - if any handler returns false the file will not be
20053           overwritten. If no handler is connected, the file will not be
20054           overwritten either.
20055           renamed signal to "allow-overwrite"
20056         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20057           free string when adding it to ID3 failed
20058         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20059           unref event when done
20060         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20061           free caps
20062         * gst/typefind/gsttypefindfunctions.c:
20063         (mpeg_video_stream_type_find):
20064           fix invalid read
20065
20066 2004-04-08  David Schleef  <ds@schleef.org>
20067
20068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20069         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20070
20071 2004-04-08  David Schleef  <ds@schleef.org>
20072
20073         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20074         we don't support (bug #139532)
20075
20076 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20077
20078         * ext/mad/gstmad.c: (gst_mad_handle_event),
20079         (gst_mad_check_caps_reset), (gst_mad_chain),
20080         (gst_mad_change_state):
20081           only set explicit caps if they haven't been set before for
20082           this stream.  MPEG-audio sample rate/channels aren't allowed
20083           to change in-stream.
20084           Fixes #139382
20085
20086 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20087
20088         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20089         (_gst_boolean_did_something_accumulator),
20090         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20091         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20092         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20093         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20094         (gst_gnomevfssink_change_state):
20095           Fix erase signal. Don't erase by default. Remove handoff signal.
20096           Remove erase property. Don't segfault. General cleanup.
20097
20098 2004-04-07  Benjamin Otte  <otte@gnome.org>
20099
20100         * gst-libs/gst/gconf/test-gconf.c: (main):
20101           add missing gst_init
20102
20103 2004-04-07  Benjamin Otte  <otte@gnome.org>
20104
20105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20106           free the mutexes, too
20107
20108 2004-04-07  Benjamin Otte  <otte@gnome.org>
20109
20110         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20111           actually free the URI string
20112         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20113           compute offset correctly when passing discont events
20114         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20115           don't leak discont events
20116         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20117           add some missing breaks so caps aren't copied randomly
20118         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20119           if we realloc memory, we better use it
20120
20121 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20122
20123         * ext/mad/gstmad.c: (normal_seek):
20124           fix GST_FORMAT_TIME usage
20125
20126 2004-04-05  David Schleef  <ds@schleef.org>
20127
20128         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20129         a deprecated function (hack!)
20130
20131 2004-04-05  Benjamin Otte  <otte@gnome.org>
20132
20133         * ext/esd/esdmon.c: (gst_esdmon_get):
20134           fix nonterminated vararg and memleak
20135
20136 2004-04-05  Benjamin Otte  <otte@gnome.org>
20137
20138         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20139         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20140         (gst_ladspa_set_property), (gst_ladspa_get_property),
20141         (gst_ladspa_instantiate), (gst_ladspa_activate),
20142         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20143           clean up debugging
20144
20145 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20146
20147         reviewed by Benjamin Otte  <otte@gnome.org>
20148
20149         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20150           check for broken LADSPA parameters (fixes #138635)
20151
20152 2004-04-05  Benjamin Otte  <otte@gnome.org>
20153
20154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20155           advertise buffer-frames correctly on sinkpads
20156
20157 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20158
20159         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20160         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20161         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20162         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20163         (gst_mad_check_caps_reset), (gst_mad_chain):
20164         add more debugging, only reset caps when we're not in error state
20165
20166 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20167
20168         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20169
20170 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20171
20172         reviewed by Benjamin Otte  <otte@gnome.org>
20173
20174         * configure.ac:
20175           fix == in test(1) operator
20176
20177 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20178
20179         reviewed by Benjamin Otte  <otte@gnome.org>
20180
20181         * configure.ac:
20182           fix --export-symblos-regex to a working regex.
20183
20184 2004-04-04  Benjamin Otte  <otte@gnome.org>
20185
20186         * sys/oss/.cvsignore:
20187           add for oss_probe
20188
20189 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20190
20191         reviewed by Benjamin Otte  <otte@gnome.org>
20192
20193         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20194           add missing 'new_media' argument (fixes #138168)
20195         * gst/matroska/matroska-demux.c:
20196         (gst_matroska_demux_handle_seek_event):
20197           add vararg terminator (fixes #138169)
20198
20199 2004-04-02  David Schleef  <ds@schleef.org>
20200
20201         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20202         disted (bug #138914)
20203
20204 2004-04-01  Benjamin Otte  <otte@gnome.org>
20205
20206         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20207         (gst_alsa_close_audio):
20208           handle case better where a soundcard can't pause
20209         * ext/ogg/gstoggdemux.c:
20210           don't crash when we get events but don't have pads yet
20211
20212 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20213
20214         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20215           throw an error if we couldn't probe any caps.
20216
20217 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20218
20219         * ext/dvdnav/gst-dvd:
20220         Add a really simple sample DVD player
20221
20222 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20223
20224         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20225         (gst_a52dec_push), (gst_a52dec_handle_event),
20226         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20227         (gst_a52dec_change_state):
20228         * ext/a52dec/gsta52dec.h:
20229           Use a debug category, Output timestamps correctly
20230           Emit tag info, Handle events, tell liba52dec about cpu
20231           capabilities so it can use MMX etc.
20232         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20233           Fix a crasher accessing invalid memory
20234         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20235         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20236         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20237         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20238         (dvdnavsrc_query):
20239           Some support for byte-format seeking.
20240           Small fixes for still frames and menu button overlays
20241         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20242         (gst_mpeg2dec_alloc_buffer):
20243           Use a debug category. Adjust the report level of several items to
20244           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20245           so it doesn't lose the GstBuffer pointer
20246         * gst/debug/Makefile.am:
20247         * gst/debug/gstdebug.c: (plugin_init):
20248         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20249         (gst_navseek_base_init), (gst_navseek_class_init),
20250         (gst_navseek_init), (gst_navseek_seek),
20251         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20252         (gst_navseek_get_property), (gst_navseek_chain),
20253         (gst_navseek_plugin_init):
20254         * gst/debug/gstnavseek.h:
20255           Add the navseek debug element for seeking back and forth in a
20256           video stream using arrow keys.
20257         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20258         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20259         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20260         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20261         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20262         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20263         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20264         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20265         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20266         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20267         * gst/mpeg2sub/gstmpeg2subt.h:
20268           Pretty much a complete rewrite. Now a loopbased element. May still
20269           require work to properly synchronise subtitle buffers.
20270         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20271         (gst_dvd_demux_send_subbuffer):
20272         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20273           Don't attempt to create subbuffers of size 0
20274           Reduce a couple of error outputs to warnings.
20275         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20276         (gst_y4mencode_chain):
20277         Output the y4m frame header correctly.
20278
20279 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20280
20281         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20282           throw errors instead of allowing SIGFPE
20283
20284 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20285
20286         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20287         (gst_gconf_render_bin_from_key):
20288           leak plugging and style fixing
20289
20290 2004-03-31  David Schleef  <ds@schleef.org>
20291
20292         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20293         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20294         (bug #138225)
20295         * gst/debug/Makefile.am:
20296         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20297         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20298         plugin.
20299         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20300         (gst_negotiation_base_init), (gst_negotiation_class_init),
20301         (gst_negotiation_init), (gst_negotiation_getcaps),
20302         (gst_negotiation_pad_link), (gst_negotiation_chain),
20303         (gst_negotiation_set_property), (gst_negotiation_get_property),
20304         (gst_negotiation_plugin_init):  New element to talk about random
20305         negotiation things happening in a pipeline.
20306
20307 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20308
20309         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20310           fix integer addition with help of Stefan Kost
20311
20312 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20313
20314         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20315
20316 2004-03-30  David Schleef  <ds@schleef.org>
20317
20318         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20319         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20320         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20321         (bug #137504)
20322         * ext/mpeg2dec/gstmpeg2dec.h:
20323
20324 2004-03-30  David Schleef  <ds@schleef.org>
20325
20326         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20327
20328 2004-03-30  David Schleef  <ds@schleef.org>
20329
20330         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20331         Michael Petullo) to handle .mov
20332
20333 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20334
20335         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20336         (gst_osselement_rate_check_rate):
20337           probe caps correctly for sound cards that only support one format
20338
20339 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20340
20341         * ext/kio/kiosrc.cpp: (process_events):
20342           update handling event processing if inside KDE - untested
20343
20344 2004-03-29  David Schleef  <ds@schleef.org>
20345
20346         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20347         by 2 to not interfere with other colorspaces.
20348         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20349         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20350         one to not interfere with ffmpeg_colorspace.
20351
20352 2004-03-29  David Schleef  <ds@schleef.org>
20353
20354         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20355         aren't in the caps.
20356         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20357         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20358
20359 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20360
20361         * gst-libs/gst/riff/riff-media.c:
20362           fail on error, don't try to set stuff on NULL caps
20363
20364 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20365
20366         * configure.ac:
20367         * ext/Makefile.am:
20368         * ext/kio/Makefile.am:
20369         * ext/kio/kioreceiver.cpp:
20370         * ext/kio/kioreceiver.h:
20371         * ext/kio/kiosrc.cpp:
20372         * ext/kio/kiosrc.h:
20373           add experimental kiosrc plugin
20374         * ext/alsa/gstalsaplugin.c: (plugin_init):
20375           initialize debugging category only when we're sure registering the
20376           plugins worked.
20377
20378 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20379
20380         * examples/gstplay/player.c: (main):
20381         * gst-libs/gst/play/play.c: (gst_play_class_init),
20382         (gst_play_set_location), (gst_play_set_data_src),
20383         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20384         (gst_play_set_visualization), (gst_play_connect_visualization):
20385           check return values of element_set_state and return FALSE where
20386           failed
20387
20388 2004-03-29  Benjamin Otte  <otte@gnome.org>
20389
20390         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20391           try harder to check if an event is really a discont
20392
20393 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20394
20395         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20396         * po/az.po:
20397
20398 2004-03-28  Benjamin Otte  <otte@gnome.org>
20399
20400         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20401         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20402         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20403           get rid of non-standard "..." ranges in case statements.
20404
20405 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20406
20407         * gst/mpegstream/gstmpegdemux.c:
20408         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20409         specific functionality split to the new dvddemux element.
20410         * gst/mpegstream/gstdvddemux.c:
20411         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20412         streams, derived from mpegdemux.
20413         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20414         up. SCR based timestamp rewriting can be turned off (will probably
20415         completely disappear soon).
20416         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20417         hacking. General cleanup. All printf statements replaced by
20418         debugging messages. Almost complete libdvdnav support.
20419         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20420         by events. New properties for audio and subpicture languages.
20421         (dvdnavsrc_update_highlight): Now uses events.
20422         (dvdnavsrc_user_op): Cleaned up.
20423         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20424         based). Lots of cleanup, and propper support for most libdvdnav
20425         events.
20426         (dvdnavsrc_make_dvd_event): New function.
20427         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20428         (dvdnavsrc_make_clut_change_event): New function.
20429
20430 2004-03-26  Benjamin Otte  <otte@gnome.org>
20431
20432         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20433           fix bug where typefinding would claim it's theora whenever less then
20434           7 bytes of data were available
20435
20436 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20437
20438         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20439         (gst_alawdec_base_init), (gst_alawdec_class_init),
20440         (gst_alawdec_init), (gst_alawdec_chain):
20441         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20442         (gst_alawenc_base_init), (gst_alawenc_class_init),
20443         (gst_alawenc_init), (gst_alawenc_chain):
20444         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20445         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20446         (gst_mulawdec_init), (gst_mulawdec_chain):
20447         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20448         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20449         (gst_mulawenc_init), (gst_mulawenc_chain):
20450           Fix capsnego in all four, remove the unused property functions and
20451           simplify the chain functions slightly. I guess we could use macros
20452           or something similar for those, since the code is so similar, but
20453           I'm currently too lazy...
20454
20455 2004-03-24  David Schleef  <ds@schleef.org>
20456
20457         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20458         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20459         (gst_osselement_get_format_structure),
20460         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20461         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20462         (gst_osselement_rate_int_compare): Add code to handle rate probing
20463         (bug #120883)
20464         * sys/oss/gstosselement.h: same
20465         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20466         Use rate probing provided by osselement.
20467         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20468
20469 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20470
20471         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20472         (gst_xvidenc_get_property):
20473           ulong/int mess-up.
20474
20475 2004-03-24  David Schleef  <ds@schleef.org>
20476
20477         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20478         (gst_speexdec_init):
20479         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20480         (gst_speexenc_init):  Create the pad template correctly (from
20481         the static pad template, not a NULL pointer.)
20482
20483 2004-03-25  Benjamin Otte  <otte@gnome.org>
20484
20485         * gst/debug/Makefile.am:
20486         * gst/debug/breakmydata.c:
20487           add element that quasi-randomly changes bytes in the stream.
20488           Intended use is robustness checking of demuxers and decoders in
20489           media tests.
20490
20491 2004-03-24  Benjamin Otte  <otte@gnome.org>
20492
20493         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20494         (gst_alsa_probe_hw_params):
20495         * ext/alsa/gstalsa.h:
20496           debugging output fixes
20497
20498 2004-03-24  Benjamin Otte  <otte@gnome.org>
20499
20500         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20501           don't g_return_if_fail if element is PLAYING, fail silently as every
20502           other element.
20503         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20504           only fix needed for cast lvalue issues in gst-plugins
20505         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20506           add proxy_getcaps
20507
20508 2004-03-24  Benjamin Otte  <otte@gnome.org>
20509
20510         * gst/level/gstlevel.c: (gst_level_init):
20511           add proxying getcaps function, so level doesn't advertise impossible
20512           caps
20513
20514 2004-03-24  David Schleef  <ds@schleef.org>
20515
20516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20517         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20518         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20519         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20520         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20521         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20522         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20523         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20524         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20525         messages.  Divide the chunk size by the compression ratio
20526         (needed for MACE audio)
20527
20528 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20529
20530         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20531           Fix buffer overflow read error.
20532
20533 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20534
20535         * ext/alsa/gstalsa.h:
20536           Remove unused entry.
20537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20538           Add cinepak.
20539         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20540         (gst_videodrop_link), (gst_videodrop_chain):
20541           Fix, sort of. Was horribly broken with new capsnego. Bah...
20542
20543 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20544
20545         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20546         (plugin_init):
20547         Add a monkeysaudio typefind function
20548
20549 2004-03-23  Johan Dahlin  <johan@gnome.org>
20550
20551         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20552         (gst_play_video_fixate): Check so the structure has the field
20553         before trying to fixate them, this makes it possible to have
20554         fakesinks for video and audio output without printing errors on
20555         the output console.
20556
20557 2004-03-22  David Schleef  <ds@schleef.org>
20558
20559         * sys/oss/Makefile.am:
20560         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20561         (check_rate), (add_rate):  Rate probing test app.
20562
20563 2004-03-21  Benjamin Otte  <otte@gnome.org>
20564
20565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20566         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20567           add a fixation function that pretty much does the right thing (fixes
20568           #137556)
20569
20570 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20571
20572         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20573
20574 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20575
20576         reviewed by: Benjamin Otte  <otte@gnome.org>
20577
20578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20579           terminate gst_event_new_discontinuous correctly (fixes parts of
20580           #137711)
20581
20582 2004-03-19  David Schleef  <ds@schleef.org>
20583
20584         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20585         since it doesn't depend on X, and it's part of our ABI.
20586
20587 2004-03-19  Iain <iain@prettypeople.org>
20588
20589         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20590         is_int in the structure, not the local variable.
20591
20592 2004-03-19  David Schleef  <ds@schleef.org>
20593
20594         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20595         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20596         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20597         Improvements in caps negotiation.
20598
20599 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20600
20601         * po/LINGUAS:
20602         * po/af.po:
20603           adding Afrikaans (Petri Jooste)
20604
20605 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20606
20607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20608         (gst_ffmpegcolorspace_chain):
20609         throw error instead of g_critical (#137588)
20610
20611 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20612
20613         * Makefile.am:
20614         * configure.ac:
20615           dist common and m4 correctly
20616         * po/sv.po:
20617
20618 2004-03-17  David Schleef  <ds@schleef.org>
20619
20620         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20621         (bug #137348)
20622
20623 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20624
20625         * po/LINGUAS:
20626         * po/sv.po:
20627           adding Swedish translation (Christian Rose)
20628
20629 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20630
20631         * Makefile.am: use release.mak
20632
20633 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20634
20635         * common/ChangeLog:
20636         * common/gst-autogen.sh:
20637           add some explanation about the version detection
20638         * configure.ac:
20639           fix X check
20640
20641 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20642
20643         * configure.ac: bump nano to 1
20644
20645 === release 0.8.0 ===
20646
20647 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20648
20649         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20650
20651 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20652
20653         * configure.ac:
20654           update libtool version
20655         * gst-libs/gst/media-info/Makefile.am:
20656           actually use libtool version
20657
20658 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20659
20660         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20661
20662 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20663
20664         * configure.ac:
20665         * gst-plugins.spec.in:
20666         * pkgconfig/Makefile.am:
20667         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20668         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20669         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20670         * pkgconfig/gstreamer-libs.pc.in:
20671         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20672         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20673         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20674         * pkgconfig/gstreamer-plugins.pc.in:
20675           remove @VERSION@ from some of the pc files since core and plugins
20676           are decoupled.
20677           created gstreamer-plugins.pc as it's a better name, but keeping
20678           -libs around for now to get fixes upstream done first.
20679
20680 2004-03-15  Julien MOUTTE <julien@moutte.net>
20681
20682         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20683         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20684         * gst-libs/gst/play/play.h:
20685
20686 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20687
20688         * *.c, *.cc: don't mix tabs and spaces
20689
20690 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20691
20692         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20693           use the new ffmpegcolorspace
20694         * gst-plugins.spec.in:
20695           package new colorspace and media-info
20696         * configure.ac:
20697         * pkgconfig/Makefile.am:
20698           fix some more disting issues
20699         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20700         * pkgconfig/gstreamer-media-info.pc.in:
20701           generate media-info pc files
20702
20703 2004-03-15  Johan Dahlin  <johan@gnome.org>
20704
20705         * *.h: Revert indenting
20706
20707 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20708
20709         * configure.ac:
20710           adding ffmpegcolorspace element
20711         * gst/ffmpegcolorspace/Makefile.am:
20712         * gst/ffmpegcolorspace/avcodec.h:
20713         * gst/ffmpegcolorspace/common.h:
20714         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20715         * gst/ffmpegcolorspace/dsputil.h:
20716         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20718         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20719         (gst_ffmpeg_caps_to_pix_fmt):
20720         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20721         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20722         (gst_ffmpegcolorspace_caps_remove_format_info),
20723         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20724         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20725         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20726         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20727         (gst_ffmpegcolorspace_set_property),
20728         (gst_ffmpegcolorspace_get_property),
20729         (gst_ffmpegcolorspace_register):
20730         * gst/ffmpegcolorspace/imgconvert.c:
20731         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20732         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20733         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20734         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20735         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20736         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20737         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20738         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20739         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20740         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20741         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20742         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20743         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20744         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20745         (img_get_alpha_info), (deinterlace_line),
20746         (deinterlace_line_inplace), (deinterlace_bottom_field),
20747         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20748         * gst/ffmpegcolorspace/imgconvert_template.h:
20749         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20750         * gst/ffmpegcolorspace/mmx.h:
20751         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20752           adding ffmpegcolorspace element supplied by Ronald after cleaning
20753           up and pulling in the right bits of upstream source.
20754           I'm sure a better C/compiler wizard could do some cleaning up (for
20755           example use GLIB's malloc stuff), but as a first pass this
20756           works very well
20757
20758 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20759
20760         * ext/alsa/gstalsa.h:
20761           I assume Ronald forgot to commit the change to have cardname
20762           as a struct member.  Expect some public spanking at the next
20763           opportunity.
20764
20765 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20766
20767         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20768         (gst_alsa_open_audio), (gst_alsa_close_audio):
20769         * ext/alsa/gstalsa.c:
20770           Don't open the device if we're a mixer (= padless).
20771         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20772         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20773         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20774           Open mixer during state change rather than during object
20775           initialization. Also, get a device name. Currently in a somewhat
20776           hackish fashion, but I didn't really find something better.
20777
20778 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20779
20780         * *.c, *.h: run gst-indent
20781
20782 2004-03-14  Benjamin Otte  <otte@gnome.org>
20783
20784         * gst/modplug/gstmodplug.cc:
20785         * gst/modplug/gstmodplug.h:
20786           set correct timestamps on outgoing buffers
20787
20788 2004-03-14  Benjamin Otte  <otte@gnome.org>
20789
20790         * gst/modplug/gstmodplug.cc:
20791           handle events - don't do crap when a discont arrives that's not
20792           necessary
20793           This allows correct loading and playback of mods in Rhythmbox
20794
20795 2004-03-14  Benjamin Otte  <otte@gnome.org>
20796
20797         * configure.ac:
20798         * gst-libs/gst/gconf/Makefile.am:
20799         * pkgconfig/Makefile.am:
20800           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20801           they get rebuilt properly
20802         * configure.ac:
20803           when checking for vorbis, try pkgconfig first.
20804         * gst/modplug/gstmodplug.cc:
20805           add fixate function
20806
20807 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20808
20809         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20810           Fix for obvious mistake, where we first shift the offset and then
20811           read a samplesize element assuming the old offset. Note that this
20812           part still has something weird, i.e. my movies containing those
20813           don't actually play well, but at least there's something that looks
20814           like sound now.
20815
20816 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20817         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20818         (plugin_init):
20819         Add a typefind function for speex format
20820
20821 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20822
20823         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20824         (gst_asf_demux_setup_pad):
20825           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20826           instead of 0. Reason is simple: some elements have a fps range
20827           of 1-max instead of 0-max. So now ASF video actually works.
20828
20829 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20830
20831         * po/LINGUAS:
20832         * po/sr.po:
20833           adding serbian as a language
20834
20835 2004-03-13  Benjamin Otte  <otte@gnome.org>
20836
20837         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20838           return taglist correctly from _get function, don't gst_pad_push it.
20839           (fixes #137042)
20840
20841 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20842         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20843
20844 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20845
20846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20847         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20848         (gst_alsa_mixer_track_new):
20849         * ext/alsa/gstalsamixertrack.h:
20850           Fix ancient leftovers... MixerTrack is a GObject.
20851
20852 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20853
20854         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20855         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20856           Don't block during probing...
20857
20858 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20859
20860         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20861         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20862         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20863         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20864         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20865         (gst_alsa_open_audio), (gst_alsa_close_audio):
20866         * ext/alsa/gstalsa.h:
20867           Add propertyprobe interface implementation, add some device-name
20868           property, all this so that it looks good in gnome-volume-control.
20869
20870 2004-03-12  David Schleef  <ds@schleef.org>
20871
20872         * configure.ac: the Hermes library controls hermescolorspace, not
20873         colorspace.
20874         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20875         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20876         not /* */
20877         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20878         * ext/sdl/sdlvideosink.h: ditto.
20879         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20880
20881 2004-03-12  Benjamin Otte  <otte@gnome.org>
20882
20883         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20884         (gst_x_overlay_got_xwindow_id):
20885         * gst-libs/gst/xoverlay/xoverlay.h:
20886           replace XID with unsigned long to get rid of the xlibs dependency in
20887           XOverlay (fixes #137004)
20888
20889 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20890         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20891         (gst_agingtv_setup):
20892         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20893         (gst_dicetv_base_init), (gst_dicetv_class_init),
20894         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20895         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20896         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20897         (gst_edgetv_setup), (gst_edgetv_rgb32):
20898         * gst/effectv/gsteffectv.c:
20899         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20900         (gst_quarktv_set_property):
20901         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20902         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20903         (gst_revtv_setup), (gst_revtv_rgb32):
20904         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20905         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20906         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20907         (gst_shagadelictv_rgb32):
20908         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20909         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20910         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20911         * gst/effectv/gstwarp.c:
20912         Port everything that can be ported to videofilter and fix up the caps.
20913         Can someone with a big-endian machine please check these?
20914
20915 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20916
20917         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20918         (gst_osssink_chain), (gst_osssink_change_state):
20919           Latest fixes for A/V sync, audio playback and such. This is about
20920           all... MPEG playback issues are mostly related to the async build-
20921           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20922
20923 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20924
20925         patch from: Stephane Loeuillet
20926
20927         * configure.ac:
20928           use pkg-config for some libraries, falling back to the old .m4 way
20929           (fixes #131270)
20930         * m4/libdv.m4:
20931           removed
20932
20933 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20934
20935         * configure.ac:
20936         * tools/Makefile.am:
20937         * tools/Makefile.in:
20938         * tools/gst-launch-ext-m.m:
20939         * tools/gst-launch-ext.1.in:
20940         * tools/gst-visualise-m.m:
20941         * tools/gst-visualise.1:
20942         * tools/gst-visualise.1.in:
20943           reorganizing generation of script tools
20944
20945 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20946
20947         * ext/divx/gstdivxdec.c:
20948           Downgrade priority. We prefer ffdec_mpeg4.
20949         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20950         (gst_faad_chain), (gst_faad_change_state):
20951           Fix capsnego. Doesn't work for some sounds because we don't have
20952           a 5:1 to stereo element.
20953         * ext/xvid/gstxvid.c: (plugin_init):
20954           Add priority.
20955         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20956         (gst_osssink_change_state):
20957           Add discont handling.
20958
20959 2004-03-09  Colin Walters  <walters@verbum.org>
20960
20961         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20962         conversion.
20963
20964 2004-03-09  Benjamin Otte  <otte@gnome.org>
20965
20966         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20967           the signals take 2 arguments
20968
20969 2004-03-09  David Schleef  <ds@schleef.org>
20970
20971         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20972         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20973         * ext/alsa/gstalsa.h:
20974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20975
20976 2004-03-09  Benjamin Otte  <otte@gnome.org>
20977
20978         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20979         (gst_mikmod_change_state):
20980         * ext/mikmod/gstmikmod.h:
20981           make mikmod's loop function not loop infinitely and call
20982           gst_element_yield anymore
20983         * gst/modplug/gstmodplug.cc:
20984           fix pad negotiation (fixes #136590)
20985
20986 2004-03-09  David Schleef  <ds@schleef.org>
20987
20988         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20989         doesn't conflict with the internal colorspace plugin.
20990         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20991         satisfy the crappy-ass shell shipped by a certain vendor.
20992         * gst/videofilter/make_filter: same (bug #135299)
20993
20994 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * configure.ac: bump nano to 1
20997
20998 === release 0.7.6 ===
20999
21000 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21001
21002         * configure.in: releasing 0.7.6, "There"
21003
21004 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21005
21006         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21007         * pkgconfig/gstreamer-play.pc.in:
21008           synchronize the two
21009
21010 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
21013         (cdparanoia_open), (cdparanoia_event):
21014           fix/add error handling
21015         * po/POTFILES.in:
21016           add cdparanoia source
21017         * tools/Makefile.am:
21018           make scripts executable
21019
21020 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21021
21022         * configure.ac:
21023         * ext/vorbis/Makefile.am:
21024         * sys/Makefile.am:
21025           remove id3types, vorbisfile and xvideosink from the build (#133783)
21026
21027 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21028
21029         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21030           Fix metadata read crash (#136537).
21031
21032 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21033
21034         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21035         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21036           adding mime types, fixing the one-stop function
21037
21038 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21039
21040         * ext/nas/nassink.c and /ext/nas/nassink.h:
21041         More NAS love from Arwed von Merkatz
21042         So lets all sing 'Can you feel the NAS tonight'
21043
21044 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21045
21046         * tools/gst-launch-ext.in:
21047         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21048
21049 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21050
21051         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21052         (gst_mpeg2dec_init):
21053         remove the user_data pad for now, because it is being used in
21054         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21055         If someone knows how to fix this properly, please do.
21056
21057 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21058
21059         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21060         (gst_osssink_get_time):
21061         add a warning, IMO this won't get triggered anymore, remove later
21062
21063 2004-03-07  David Schleef  <ds@schleef.org>
21064
21065         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21066         format (bug #136470)
21067
21068 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21069
21070         * gst-libs/Makefile.am:
21071         * gst-libs/gst/media-info/Makefile.am:
21072         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21073         (error_callback), (gst_media_info_error_create),
21074         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21075         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21076         * gst-libs/gst/media-info/media-info-priv.h:
21077         * gst-libs/gst/media-info/media-info-test.c: (main):
21078         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21079         (gst_media_info_class_init), (gst_media_info_instance_init),
21080         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21081         (gst_media_info_read_idler), (gst_media_info_read):
21082         * gst-libs/gst/media-info/media-info.h:
21083         fixed, should work now
21084
21085 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21086
21087         * ext/nas/nassink.c:
21088         A bunch of NAS fixes from Arwed von Merkatz
21089
21090 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21091
21092         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21093         (qtdemux_parse_trak):
21094           Fix crash (j might be greater than n_samples, in which case we're
21095           writing outside the allocated space for the array) and memleak.
21096
21097 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21098
21099         * sys/oss/gstosssink.c: (gst_osssink_chain):
21100           And another caller that couldn't handle delay < 0 (unsigned
21101           integer overflow). Video now continues playing on an audio
21102           buffer underrun, and the clock continues working. Audio still
21103           stalls.
21104
21105 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21106
21107         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21108         (gst_osssink_get_time):
21109           get_delay() may return values lower than 0. In those cases, we
21110           should not actually cast to *unsigned* int64, that will break
21111           stuff horribly. In my case, it screwed up A/V sync in movies
21112           in totem rather badly.
21113
21114 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21115
21116         * ext/faac/gstfaac.c: (gst_faac_chain):
21117         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21118         * ext/libpng/gstpngenc.c: (user_write_data):
21119         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21120         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21121         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21122         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21123         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21124         of any buffer), should fix some leaks. I hope I didn't unref buffers
21125         that shouldn't be...
21126
21127 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21128
21129         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21130         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21131         (error_callback), (gmi_reset), (gmi_seek_to_track),
21132         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21133         (gmip_find_type_post), (gmip_find_stream_post),
21134         (gmip_find_track_streaminfo_post):
21135         * gst-libs/gst/media-info/media-info-priv.h:
21136         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21137         (info_print), (main):
21138         * gst-libs/gst/media-info/media-info.c:
21139         (gst_media_info_error_create), (gst_media_info_error_element),
21140         (gst_media_info_instance_init), (gst_media_info_get_property),
21141         (gst_media_info_new), (gst_media_info_set_source),
21142         (gst_media_info_read_idler), (gst_media_info_read):
21143         * gst-libs/gst/media-info/media-info.h:
21144           first pass at making this work again.  This seems to work on
21145           tagged ogg/vorbis and mp3 files.
21146
21147 2004-03-06  Benjamin Otte  <otte@gnome.org>
21148
21149         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21150           fix huge leak: gst_buffer_merge doesn't unref the first argument
21151           itself.
21152
21153 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21154
21155         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21156           report layer/mode/emphasis
21157
21158 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21159
21160         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21161
21162 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21163
21164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21165           signal serial
21166
21167 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21168
21169         * ext/vorbis/vorbis.c: (plugin_init):
21170         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21171         (gst_vorbis_dec_init), (vorbis_dec_event):
21172         add debug category
21173         make vorbisdec handle _BYTE and _TIME queries
21174
21175 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21176
21177         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21178           from the xing header
21179
21180 2004-03-06  Benjamin Otte  <otte@gnome.org>
21181
21182         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21183         (gst_audio_convert_link), (gst_audio_convert_change_state),
21184         (gst_audio_convert_buffer_from_default_format):
21185           do conversions from/to float correctly, fix some caps nego errors,
21186           export correct supported caps in template and getcaps, use correct
21187           caps in try_set_caps functions
21188
21189 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21190
21191         For some reason, I only committed a ChangeLog entry yesterday and
21192         not the corresponding code...
21193         * ext/mad/gstmad.c: Fix detection of Xing headers
21194         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21195
21196 2004-03-06  Benjamin Otte  <otte@gnome.org>
21197
21198         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21199         (gst_ogg_demux_src_query):
21200           make sure to handle the case where there's no current chain
21201           gracefully.
21202
21203 2004-03-05  David Schleef  <ds@schleef.org>
21204
21205         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21206         Add fixate function. (bug #131128)
21207         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21208         (gst_sdlvideosink_fixate):  Add fixate function.
21209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21210         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21211         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21212         Fix missing break that was causing ulaw to be interpreted as
21213         raw int.
21214
21215 2004-03-05  David Schleef  <ds@schleef.org>
21216
21217         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21218         Fix code that ignores return value of gst_buffer_merge().
21219         (bug #114560)
21220         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21221         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21222         * testsuite/gst-lint:  Check for above.
21223
21224 2004-03-05  David Schleef  <ds@schleef.org>
21225
21226         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21227         caps and throw an element error.  (bug #136334)
21228
21229 2004-03-05  David Schleef  <ds@schleef.org>
21230
21231         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21232         (gst_faad_chain): Fix negotiation.
21233         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21234         key and button events.
21235         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21236         dung heap of code.
21237         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21238         depends on gconf
21239         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21240         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21241         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21242         function to encourage better negotiation, particularly between
21243         audioconvert and osssink.
21244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21245         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21246         more important.
21247         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21248         typefinding.
21249         * gst/vbidec/vbiscreen.c:  Add glib header
21250         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21251
21252 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21253
21254         * ext/mad/gstmad.c: Fix detection of Xing headers
21255         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21256
21257 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21258
21259         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21260         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21261           debug updates
21262
21263 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21264
21265         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21266         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21267         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21268         files, and report the parsed length as a GST_TAG_DURATION tag.
21269         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21270
21271 2004-03-05  Benjamin Otte  <otte@gnome.org>
21272
21273         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21274           convert channels correctly. convert correctly to unsigned.
21275
21276 2004-03-05  Julien MOUTTE <julien@moutte.net>
21277
21278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21279         we have a window before clearing it.
21280
21281 2004-03-05  Julien MOUTTE <julien@moutte.net>
21282
21283         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21284         have a window before clearing it.
21285
21286 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21287
21288         * gconf/gstreamer.schemas.in:
21289         * gst-libs/gst/gconf/Makefile.am:
21290           version installation path the same way as for 0.6
21291         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21292         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21293         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21294           remove comment that was fixed
21295
21296 2004-03-05  David Schleef  <ds@schleef.org>
21297
21298         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21299         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21300         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21301         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21302         Add prototype code for handling seeking and querying.
21303
21304 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21305
21306         * examples/gstplay/player.c: (main):
21307           Initialize variables to NULL. Prevents a segfault because the
21308           (uninitialized) variable is not NULL, resulting in a crash on
21309           trying to reach error->message.
21310
21311 2004-03-05  Benjamin Otte  <otte@gnome.org>
21312
21313         * gst/audioconvert/gstaudioconvert.c:
21314         (gst_audio_convert_buffer_to_default_format):
21315         make float=>int conversion work correctly even in cornercases.
21316
21317 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21318
21319         * debian/README.Debian:
21320         * debian/build-deps:
21321         * debian/changelog:
21322         * debian/control:
21323         * debian/control.in:
21324         * debian/copyright:
21325         * debian/gstreamer-a52dec.files:
21326         * debian/gstreamer-aa.files:
21327         * debian/gstreamer-alsa.files:
21328         * debian/gstreamer-alsa.manpages:
21329         * debian/gstreamer-arts.files:
21330         * debian/gstreamer-artsd.files:
21331         * debian/gstreamer-audiofile.files:
21332         * debian/gstreamer-avifile.files:
21333         * debian/gstreamer-cdparanoia.files:
21334         * debian/gstreamer-colorspace.files:
21335         * debian/gstreamer-doc.files:
21336         * debian/gstreamer-dv.files:
21337         * debian/gstreamer-dvd.files:
21338         * debian/gstreamer-esd.files:
21339         * debian/gstreamer-festival.files:
21340         * debian/gstreamer-flac.files:
21341         * debian/gstreamer-gconf.conffiles:
21342         * debian/gstreamer-gconf.files:
21343         * debian/gstreamer-gconf.postinst:
21344         * debian/gstreamer-gnomevfs.files:
21345         * debian/gstreamer-gsm.files:
21346         * debian/gstreamer-http.files:
21347         * debian/gstreamer-jack.files:
21348         * debian/gstreamer-jpeg.files:
21349         * debian/gstreamer-mad.files:
21350         * debian/gstreamer-mikmod.files:
21351         * debian/gstreamer-misc.files:
21352         * debian/gstreamer-mpeg2dec.files:
21353         * debian/gstreamer-oss.files:
21354         * debian/gstreamer-plugin-apps.files:
21355         * debian/gstreamer-plugin-apps.manpages:
21356         * debian/gstreamer-plugin-libs-dev.files:
21357         * debian/gstreamer-plugin-libs.files:
21358         * debian/gstreamer-plugin-template.postinst:
21359         * debian/gstreamer-plugin-template.postrm:
21360         * debian/gstreamer-sdl.files:
21361         * debian/gstreamer-sid.files:
21362         * debian/gstreamer-vorbis.files:
21363         * debian/gstreamer-x.files:
21364         * debian/mk.control:
21365         * debian/rules:
21366         Debian package info not maintained here.
21367
21368 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21369
21370         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21371         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21372         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21373         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21374         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21375         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21376         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21377         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21378         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21379         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21380         * gst-libs/gst/colorbalance/colorbalance.c:
21381         (gst_color_balance_class_init):
21382         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21383         (gst_color_balance_channel_class_init):
21384         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21385         * gst-libs/gst/play/play.c: (gst_play_class_init):
21386         * gst-libs/gst/propertyprobe/propertyprobe.c:
21387         (gst_property_probe_iface_init):
21388         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21389         * gst-libs/gst/tuner/tunerchannel.c:
21390         (gst_tuner_channel_class_init):
21391         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21392         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21393         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21394         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21395         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21396         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21397         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21398         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21399         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21400           fix signals to use - instead of _
21401         * ext/libcaca/gstcacasink.h:
21402         * ext/sdl/sdlvideosink.h:
21403           fix header rename
21404
21405 2004-03-04  David Schleef  <ds@schleef.org>
21406
21407         * testsuite/gst-lint:  Add a check for bad signal names.
21408
21409 2004-03-04  <kost@imn.htwk-leipzig.de>
21410
21411         reviewed by David Schleef
21412
21413         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21414         modified the alpha channel and caused a warning. (bug #136192)
21415
21416 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21417
21418         * gst-plugins.spec.in:
21419         Change names of plugins to actually be correct. Try to keep things
21420         alphabetical to avoid getting beat up by Thomas
21421
21422 2004-03-03  Julien MOUTTE <julien@moutte.net>
21423
21424         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21425         Using ximagesink as a default if no gconf key found. We should
21426         probably consider using alsasink instead of osssink for the audio
21427         part.
21428
21429 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21430
21431         * configure.ac:
21432           fix --with-plugins, don't think it ever worked before
21433         * gst-plugins.spec.in:
21434           even more updates
21435
21436 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21437
21438         * ext/sdl/sdlvideosink.h:
21439         * sys/ximage/ximagesink.h:
21440         * sys/xvideo/xvideosink.h:
21441         * sys/xvimage/xvimagesink.h:
21442           Fix for move of gstvideosink.h -> videosink.h.
21443
21444 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21445
21446         * gst-libs/gst/xwindowlistener/Makefile.am:
21447           this is a plugin library, not a library
21448
21449 2004-03-01  David Schleef  <ds@schleef.org>
21450
21451         * AUTHORS:  Added some names.  Add yourself if you're still
21452         missing.
21453
21454 2004-03-01  David Schleef  <ds@schleef.org>
21455
21456         * MAINTAINERS: Add
21457
21458 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21459
21460         * gst-plugins.spec.in: clean up spec file
21461
21462 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21463
21464         * gst-libs/gst/video/Makefile.am:
21465         * gst-libs/gst/video/gstvideosink.c:
21466         * gst-libs/gst/video/gstvideosink.h:
21467           rename gstvideosink.h to videosink.h to match other headers
21468         * gst/mixmatrix/Makefile.am:
21469           fix plugin filename
21470         * gst/tags/Makefile.am: fix plugin filename
21471
21472 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21473
21474         * gst/tags/Makefile.am: fix plugin filename
21475
21476 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21477
21478         * examples/gstplay/player.c: (got_time_tick), (main):
21479           add error handler
21480           display time_tick more readably
21481         * gst/mixmatrix/Makefile.am:
21482           fix plugin file name
21483
21484 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21485
21486         * sys/oss/gstosselement.c: (gst_osselement_probe),
21487         (device_combination_append), (gst_osselement_class_probe_devices):
21488         * sys/oss/gstosselement.h:
21489           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21490           on my system using alsa oss emulation, fixes bug #135597
21491
21492 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21493
21494         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21495         (gst_videodrop_chain), (gst_videodrop_change_state):
21496         * gst/videodrop/gstvideodrop.h:
21497           Work based on timestamp of input data, not based on the expected
21498           framerate from the input. The consequence is that this element now
21499           not only scales framerates, but also functions as a framerate
21500           corrector or framerate stabilizer/constantizer.
21501
21502 2004-02-27  David Schleef  <ds@schleef.org>
21503
21504         patches from jmmv@menta.net (Julio M. Merino Vidal)
21505
21506         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21507         GST_ELEMENT_ERROR call (bug #135634)
21508         * gst/interleave/interleave.c: (interleave_buffered_loop),
21509         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21510         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21511         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21512         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21513         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21514         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21515         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21516         Fix GST_ELEMENT_ERROR call.
21517         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21518         GST_ELEMENT_ERROR call.
21519
21520 2004-02-27  Benjamin Otte  <otte@gnome.org>
21521
21522         * gst-libs/gst/audio/audio.h:
21523           add macro to make sure header isn't included twice
21524         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21525           don't use gst_buffer_free
21526         * gst/playondemand/filter.func:
21527           don't use gst_data_free. Free data only once.
21528
21529 2004-02-26  David Schleef  <ds@schleef.org>
21530
21531         * gst-libs/gst/colorbalance/Makefile.am:
21532         * gst-libs/gst/mixer/Makefile.am:
21533         * gst-libs/gst/tuner/Makefile.am:
21534         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21535         should not be disted, -marshal.h files should not be installed,
21536         and -enum.h files _should_ be installed.  Fix to make this the
21537         case.
21538
21539 === release 0.7.5 ===
21540
21541 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21542
21543         * configure.ac: release 0.7.5, "Under The Sea"
21544
21545 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21546
21547         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21548         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21549         * gst/videoscale/gstvideoscale.c:
21550         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21551           assorted debug/warning fixes
21552
21553 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21554
21555         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21556         (gst_videoscale_init), (gst_videoscale_chain),
21557         (gst_videoscale_set_property), (plugin_init):
21558         * gst/videoscale/gstvideoscale.h:
21559         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21560         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21561         (gst_videoscale_planar400), (gst_videoscale_packed422),
21562         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21563         (gst_videoscale_24bit), (gst_videoscale_16bit),
21564         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21565         (gst_videoscale_scale_plane_slow),
21566         (gst_videoscale_scale_point_sample),
21567         (gst_videoscale_scale_nearest),
21568         (gst_videoscale_scale_nearest_str2),
21569         (gst_videoscale_scale_nearest_str4),
21570         (gst_videoscale_scale_nearest_32bit),
21571         (gst_videoscale_scale_nearest_24bit),
21572         (gst_videoscale_scale_nearest_16bit):
21573         add debugging category and use it properly
21574         fix use of GST_PTR_FORMAT
21575
21576 2004-02-25  Andy Wingo  <wingo@pobox.com>
21577
21578         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21579         push only when channel->buffer is NULL. Prevents segfaults doing
21580         the state change after a nonlocal exit, like a scheme exception.
21581
21582         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21583         Handle the case where the intersected caps is empty.
21584
21585 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21586
21587         * gst/law/mulaw-decode.c: (mulawdec_link):
21588         * gst/law/mulaw.c: (plugin_init):
21589           fix mulawdec so it actually works again
21590
21591 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21592
21593         reviewed by: David Schleef  <ds@schleef.org>
21594
21595         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21596         (gst_gamma_init), (gst_gamma_set_property),
21597         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21598         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21599         for RGB, with separate r g and b correction factors. (#131167)
21600
21601 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21602
21603         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21604           only signal tags for bitrate if they're > 0 (#134894)
21605
21606 2004-02-24  David Schleef  <ds@schleef.org>
21607
21608         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21609         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21610         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21611         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21612         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21613         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21614         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21615         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21616         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21617         category.  Attempt to fix timestamp calculation.
21618
21619 2004-02-24  Johan Dahlin  <johan@gnome.org>
21620
21621         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21622
21623 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21624
21625         * configure.ac:
21626         * gconf/Makefile.am:
21627         * gconf/gstreamer.schemas:
21628         * gst-libs/gst/gconf/Makefile.am:
21629         * gst-libs/gst/gconf/gconf.c:
21630           version gconf schemas and install locations
21631
21632 2004-02-23  Benjamin Otte  <otte@gnome.org>
21633
21634         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21635         (gst_xine_input_subclass_init):
21636           call parent dispose.
21637           change pad template for CD reader correctly
21638         * ext/xine/Makefile.am:
21639         * ext/xine/gstxine.h:
21640         * ext/xine/xine.c: (plugin_init):
21641         * ext/xine/xineaudiosink.c:
21642           wrap audio sinks, too
21643         * gst-libs/gst/resample/private.h:
21644         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21645         (gst_resample_reinit), (gst_resample_scale),
21646         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21647         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21648         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21649         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21650         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21651         * gst-libs/gst/resample/resample.h:
21652         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21653         (gst_audioscale_class_init), (gst_audioscale_link),
21654         (gst_audioscale_get_buffer), (gst_audioscale_init),
21655         (gst_audioscale_chain), (gst_audioscale_set_property),
21656         (gst_audioscale_get_property):
21657         * gst/audioscale/gstaudioscale.h:
21658           s/resample_*/gst_resample_*/i to not clobber namespaces
21659
21660 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21661
21662         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21663         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21664         (gst_riff_create_video_template_caps),
21665         (gst_riff_create_audio_template_caps),
21666         (gst_riff_create_iavs_template_caps):
21667         * gst-libs/gst/riff/riff-media.h:
21668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21669         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21670         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21671         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21673         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21674         (gst_matroska_demux_plugin_init): First batch implementing audio and
21675         video codec tags in demuxers.
21676
21677 2004-02-22  Benjamin Otte  <otte@gnome.org>
21678
21679         * ext/xine/Makefile.am:
21680         * ext/xine/gstxine.h:
21681         * ext/xine/xine.c: (plugin_init):
21682         * ext/xine/xineinput.c:
21683           add input plugin wrapper. Playback from files, http, mms and cdda
21684           works.
21685         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21686           remove leftover G_GNUC_UNUSED
21687         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21688         (gst_asf_demux_identify_guid):
21689           improve debugging output
21690
21691 2004-02-22  Benjamin Otte  <otte@gnome.org>
21692
21693         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21694
21695         * autogen.sh:
21696           replace test -e with test -x for mkinstalldirs to be more portable.
21697           (fixes #134816)
21698
21699 2004-02-22  Benjamin Otte  <otte@gnome.org>
21700
21701         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21702
21703         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21704           set rank to PRIMARY
21705         * gst/volume/gstvolume.c: (plugin_init):
21706           set rank to NONE
21707         fixes #134960
21708
21709 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21710
21711         reviewed by Benjamin Otte  <otte@gnome.org>
21712
21713         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21714           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21715
21716 2004-02-22  Benjamin Otte  <otte@gnome.org>
21717
21718         * configure.ac:
21719           export [_]*{gst,Gst,GST}.* symbols from plugins
21720
21721 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21722
21723         reviewed by: Benjamin Otte  <otte@gnome.org>
21724
21725         * ext/lame/gstlame.c: (add_one_tag):
21726         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21727         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21728         (gst_vorbisenc_metadata_set1):
21729         * gst/tags/gstid3tag.c:
21730         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21731           apply fixes from bugs #135042 (lame can't write tags) and #133817
21732           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21733
21734 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21735
21736         * configure.ac: Export only gst_plugin_desc from plugins.
21737          Note that this change only makes any effect with Linux using libtool
21738          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21739          fine. And don't try to have several versions of libtool in different
21740          directories.
21741
21742 2004-02-20  Andy Wingo  <wingo@pobox.com>
21743
21744         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21745         interleave respectively.
21746
21747         * gst/interleave/deinterleave.c: New plugin: deinterleave
21748         (replaces on oneton).
21749         * gst/interleave/interleave.c: New plugin: interleave.
21750         * gst/interleave/plugin.h: Support file.
21751         * gst/interleave/plugin.c: Support file.
21752
21753         * configure.ac: Remove intfloat and oneton, add interleave.
21754
21755         * ext/sndfile/gstsf.c: Handle events better.
21756
21757         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21758         and float2int operation. int2float has scheduling problems as
21759         noted in in2float_chain.
21760
21761 2004-02-20  Benjamin Otte  <otte@gnome.org>
21762
21763         * ext/xine/Makefile.am:
21764         * ext/xine/gstxine.h:
21765         * ext/xine/xine.c:
21766         * ext/xine/xineaudiodec.c:
21767         * ext/xine/xinecaps.c:
21768           add first version of xine plugin wrapper. Currently only wraps the
21769           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21770         * configure.ac:
21771         * ext/Makefile.am:
21772           add xine plugin wrapper, disabled by default. Use --enable-xine to
21773           build. Note that it'll segfault on gst-register if you don't remove
21774           the goom and tvtime post plugins from xine.
21775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21776         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21777           add extradata parsing for QDM2.
21778           change around debugging prints.
21779
21780 2004-02-19  Benjamin Otte  <otte@gnome.org>
21781
21782         * ext/lame/gstlame.c: (gst_lame_chain):
21783         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21784           use gst_tag_list_insert when you want to insert tags
21785
21786 2004-02-18  David Schleef  <ds@schleef.org>
21787
21788         * configure.ac:  Move massink to gst-rotten
21789         * ext/Makefile.am:
21790         * ext/mas/Makefile.am:
21791         * ext/mas/massink.c:
21792         * ext/mas/massink.h:
21793
21794 2004-02-18  David Schleef  <ds@schleef.org>
21795
21796         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21797         typefinding, since it seems to be worse than nothing.
21798         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21799         atom to recognize .mp4 and .m4a files as video/quicktime.
21800
21801 2004-02-18  David Schleef  <ds@schleef.org>
21802
21803         * gst/sine/demo-dparams.c: (quit_live),
21804         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21805         Use double dparams, not float.
21806         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21807         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21808         sync'd elements don't really work correctly.
21809         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21810         (volume_update_volume), (volume_get_property):  Change dparam
21811         to double.
21812
21813 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21814
21815         * sys/ximage/ximagesink.c:
21816         (gst_ximagesink_xwindow_update_geometry),
21817         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21818         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21819         (gst_ximagesink_init): Rework the way software video scaling works. So
21820         now we check on each chain call if the video frames are feeling the
21821         window. If not we try to renegotiate caps. On failure we memorize that
21822         and we won't try again for that PLAYING sessions.
21823         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21824         failure.
21825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21826         synchronous flag.
21827
21828 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21829
21830         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21831           break up _link so we can give a better debug message for errors
21832
21833 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21834
21835         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21836           set up debug category
21837
21838 2004-02-18  Julien MOUTTE <julien@moutte.net>
21839
21840         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21841         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21842         the way renegotiation work. The event handling function is not taking
21843         care of external windows and renegotiate method check for pad flags
21844         NEGOTIATING. Should fix : #133209
21845
21846 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21847
21848         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21849         pad is negotiating before trying renegotiation.
21850
21851 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21852
21853         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21854           pass on all possible mime types as typefind hints
21855
21856 2004-02-17  Julien MOUTTE <julien@moutte.net>
21857
21858         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21860         possible SHM leak if we crash. All other apps using XShm are doing
21861         that.
21862
21863 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21864
21865         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21866         (gst_ximagesink_expose): Renegotiate size on expose.
21867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21868         size on expose.
21869
21870 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21871
21872         * testsuite/alsa/sinesrc.c:
21873           cosmetic fix to fix compile issue with gcc 2.95.4
21874
21875 2004-02-16  Julien MOUTTE <julien@moutte.net>
21876
21877         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21878         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21879         failed opening the audio device.
21880         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21881         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21882         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21883         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21884         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21885         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21886         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21887         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21888         Removing some useless g_return_if_fail like wingo suggested.
21889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21890         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21891         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21892         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21893         (gst_xvimagesink_update_colorbalance),
21894         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21895         (gst_xvimagesink_xcontext_clear),
21896         (gst_xvimagesink_get_fourcc_from_caps),
21897         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21898         (gst_xvimagesink_set_xwindow_id),
21899         (gst_xvimagesink_colorbalance_list_channels),
21900         (gst_xvimagesink_colorbalance_set_value),
21901         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21902         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21903
21904 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21905
21906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21907           throw error when not negotiated instead of asserting
21908
21909 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21910
21911         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21912         correct data refcounting.
21913
21914 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21915
21916         * gst/switch/gstswitch.c: (gst_switch_change_state),
21917         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21918         change, mostly the EOS flag.
21919
21920 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21921
21922         * examples/gstplay/player.c: (got_eos), (main): Adding some
21923         output for debugging.
21924         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21925         timeouts if we go to any state different from PLAYING.
21926         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21927         more EOS bugs in riff lib.
21928
21929 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21930
21931         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21932         visualization until i find a way to fix switch correctly.
21933         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21934         EOS arrives.
21935         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21936         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21937         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21938         Reworked switch to get a more correct behaviour with events and refing
21939         of data stored in sinkpads.
21940         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21941         we don't pull from a pad in EOS.
21942
21943 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21944
21945         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21946           remove v1 tag even if we can't read it (makes sure we don't detect
21947           it again)
21948
21949 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21950
21951         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21952         (gst_alsa_xrun_recovery):
21953         * ext/alsa/gstalsa.h:
21954           try xrun recovery when wait failed. Make xrun recovery function
21955           return TRUE/FALSE to indicate success. (might fix #134354)
21956
21957 2004-02-13  David Schleef  <ds@schleef.org>
21958
21959         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21960         (dynparm_value_changed), (main): Convert from float to double.
21961         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21962
21963 2004-02-13  David Schleef  <ds@schleef.org>
21964
21965         * gst/silence/gstsilence.c: (gst_silence_class_init),
21966         (gst_silence_set_clock), (gst_silence_get),
21967         (gst_silence_set_property), (gst_silence_get_property):
21968         * gst/silence/gstsilence.h: Add sync property.
21969         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21970         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21971         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21972         * gst/sine/gstsinesrc.h: Add sync property.
21973
21974 2004-02-13  David Schleef  <ds@schleef.org>
21975
21976         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21977         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21978
21979 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21980
21981         * configure.ac:
21982         * ext/Makefile.am:
21983         * gst-libs/ext/Makefile.am:
21984           move ffmpeg plugin to gst-ffmpeg module
21985
21986 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21987
21988         * configure.ac: use GST_ARCH to detect architecture
21989
21990 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21991
21992         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21993
21994 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21995
21996         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21997           classify LADSPA plugins based on number of src/sink pads
21998           (#133663, Stefan Kost)
21999         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
22000           fix dparams registration
22001           (#133528, Stefan Kost)
22002         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
22003           fix use of isprint and use g_ascii_isprint instead
22004           (#133316, Stefan Kost)
22005
22006 2004-02-11  David Schleef  <ds@schleef.org>
22007
22008         Convert a few inner loops to use liboil.  This is currently
22009         optional, and is only enabled if liboil is present (duh!).
22010         * configure.ac: Check for liboil-0.1
22011         * gst/intfloat/Makefile.am:
22012         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
22013         (gst_int2float_chain_gint16):
22014         * gst/videofilter/Makefile.am:
22015         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
22016         (tablelookup_u8), (gst_videobalance_planar411):
22017         * gst/videotestsrc/Makefile.am:
22018         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
22019         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
22020         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
22021         (paint_hline_RGB565), (paint_hline_xRGB1555):
22022
22023 2004-02-11  David Schleef  <ds@schleef.org>
22024
22025         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22026         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22027         (gst_colorspace_getcaps), (gst_colorspace_link),
22028         (gst_colorspace_base_init), (gst_colorspace_init),
22029         (gst_colorspace_chain), (gst_colorspace_change_state),
22030         (plugin_init): Merge Ronald's patch (bug #117897) and update
22031         for new caps and negotiation.  Seems to work, although it
22032         shows off bugs in lcs.
22033
22034 2004-02-11  David Schleef  <ds@schleef.org>
22035
22036         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22037         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22038
22039 2004-02-11  David Schleef  <ds@schleef.org>
22040
22041         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22042         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22043         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22044         Add server and port properties
22045
22046 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22047
22048         * m4/a52.m4:
22049         * m4/aalib.m4:
22050         * m4/as-ffmpeg.m4:
22051         * m4/as-liblame.m4:
22052         * m4/as-slurp-ffmpeg.m4:
22053         * m4/check-libheader.m4:
22054         * m4/esd.m4:
22055         * m4/freetype2.m4:
22056         * m4/gconf-2.m4:
22057         * m4/glib.m4:
22058         * m4/gst-alsa.m4:
22059         * m4/gst-artsc.m4:
22060         * m4/gst-ivorbis.m4:
22061         * m4/gst-matroska.m4:
22062         * m4/gst-sdl.m4:
22063         * m4/gst-shout2.m4:
22064         * m4/gst-sid.m4:
22065         * m4/gtk.m4:
22066         * m4/libdv.m4:
22067         * m4/libfame.m4:
22068         * m4/libmikmod.m4:
22069         * m4/ogg.m4:
22070         * m4/vorbis.m4:
22071           fix underquotedness of macros (#133800)
22072         * m4/as-avifile.m4:
22073         * m4/xmms.m4:
22074           removed because no longer used
22075
22076 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22077
22078         * configure.ac:
22079           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22080           by autopoint (fixes #132996)
22081
22082 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22083
22084         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22085         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22086         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22087         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22088           fix memleaks
22089
22090 2004-02-11  David Schleef  <ds@schleef.org>
22091
22092         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22093         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22094         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22095         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22096         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22097         (gst_jpegenc_class_init), (gst_jpegenc_init),
22098         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22099         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22100         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22101         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22102
22103 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22104
22105         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22106         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22107         * ext/mikmod/gstmikmod.h:
22108           fix caps negotiation in mikmod
22109         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22110           output debug information
22111
22112 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22113
22114         * gst-libs/gst/colorbalance/Makefile.am:
22115         * gst-libs/gst/navigation/Makefile.am:
22116         * gst-libs/gst/xoverlay/Makefile.am:
22117           remove unused GST_OPT_CFLAGS from Makefiles
22118           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22119
22120 2004-02-07  David Schleef  <ds@schleef.org>
22121
22122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22123         push events to pads that haven't been created (#133508)
22124
22125 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22126
22127         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22128         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22129         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22130         (gst_dvdec_loop), (gst_dvdec_change_state):
22131         Second attempt at committing a working dvdec element.
22132
22133 2004-02-06  David Schleef  <ds@schleef.org>
22134
22135         Build fixes for OS X: (see #129600)
22136         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22137         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22138         (gst_riff_read_strf_iavs):
22139         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22140         (gst_avi_demux_stream_odml):
22141         * gst/playondemand/Makefile.am:
22142         * gst/rtp/rtp-packet.c:
22143
22144 2004-02-05  David Schleef  <ds@schleef.org>
22145
22146         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22147         last change, because it Just Doesn't Compile.
22148
22149 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22150
22151         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22152           skip undecodable id3v2 tag instead of keeping it
22153
22154 2004-02-05  David Schleef  <ds@schleef.org>
22155
22156         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22157         Unref leaked buffer.  (Noticed by Ronald)
22158
22159 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22160
22161         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22162         Sync requires with other checks.  >= vs =.
22163
22164 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22165
22166         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22167         (gst_dvdec_video_link), (gst_dvdec_loop):
22168         * ext/dv/gstdvdec.h:
22169           rework the caps negotiation so that dvdec works again instead
22170           of just segfaulting.
22171
22172 === release 0.7.4 ===
22173
22174 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22175
22176         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22177         * configure.ac: changed for release
22178
22179 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22180
22181         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22182         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22183         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22184         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22185           reworked patch by David Lehn to fix libdir and includedir for
22186           uninstalled libraries
22187           removed play and gconf from gstreamer-libs since they have their
22188           own pkgconfig files
22189
22190 2004-02-04  David Schleef  <ds@schleef.org>
22191
22192         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22193         memleak.
22194
22195 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22196
22197         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22198           use correct GST_TAG_ENCODER tag
22199
22200 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22201
22202         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22203           be sure to stop the clock when going to paused
22204         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22205           reset number of transmitted when going to ready.
22206         fixes #132935
22207
22208 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22209
22210         reviewed by Benjamin Otte
22211
22212         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22213           extract track count (fixes #133410)
22214
22215 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22216
22217         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22218           that should be !=, not == (fixes #132519)
22219
22220 2004-02-04  David Schleef  <ds@schleef.org>
22221
22222         Make sure set_explicit_caps() is called before adding pad.
22223         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22224         * gst/id3/gstid3types.c: (gst_id3types_loop):
22225         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22226         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22227
22228 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22229
22230         * configure.ac:
22231           bump nano to 2, first prerelease
22232           put back AM_PROG_LIBTOOL
22233
22234 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * testsuite/alsa/Makefile.am:
22237           these are user test apps, not automatic testsuite tests
22238
22239 2004-02-04  David Schleef  <ds@schleef.org>
22240
22241         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22242         * gst/mpeg1videoparse/gstmp1videoparse.c:
22243         (mp1videoparse_parse_seq):
22244         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22245         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22246         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22247         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22248         (gst_xvideosink_getcaps):
22249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22250         * testsuite/gst-lint: more tests
22251
22252 2004-02-04  David Schleef  <ds@schleef.org>
22253
22254         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22255         with the code that they would expand to.
22256         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22257         (gst_flacdec_get_src_query_types),
22258         (gst_flacdec_get_src_event_masks):
22259         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22260         (gst_gnomevfssrc_get_query_types),
22261         (gst_gnomevfssrc_get_event_mask):
22262
22263 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22264
22265         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22266         (gst_sinesrc_dispose):
22267           fix memleak by properly disposing sinesrc
22268
22269 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22270
22271         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22272         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22273         an overlay to redraw the image because it has been exposed.
22274         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22275         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22276         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22277         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22278         interface
22279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22280         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22281         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22282         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22283         interface
22284
22285 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22286
22287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22288           more memleak fixage
22289
22290 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22291
22292         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22293         * gst/typefind/gsttypefindfunctions.c:
22294           fix memleaks shown by gst-typefind
22295
22296 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22297
22298         * common/glib-gen.mak:
22299           add hack rule to touch .Plo files
22300         * gst-libs/gst/colorbalance/Makefile.am:
22301         * gst-libs/gst/mixer/Makefile.am:
22302         * gst-libs/gst/play/Makefile.am:
22303         * gst-libs/gst/tuner/Makefile.am:
22304           remove glib_root variable
22305
22306 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22307
22308         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22309           set explicit caps before adding the element, so the autopluggers can
22310           plug correctly.
22311         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22312         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22313         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22314         (dv_type_find):
22315           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22316           argument.
22317
22318 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22319
22320         * gst-libs/gst/colorbalance/Makefile.am:
22321         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22322         * gst-libs/gst/colorbalance/colorbalance.c:
22323         * gst-libs/gst/colorbalance/colorbalance.h:
22324         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22325         * gst-libs/gst/mixer/Makefile.am:
22326         * gst-libs/gst/mixer/mixer-marshal.list:
22327         * gst-libs/gst/mixer/mixer.c:
22328         * gst-libs/gst/mixer/mixer.h:
22329         * gst-libs/gst/mixer/mixermarshal.list:
22330         * gst-libs/gst/play/Makefile.am:
22331         * gst-libs/gst/play/play.h:
22332         * gst-libs/gst/tuner/Makefile.am:
22333         * gst-libs/gst/tuner/tuner-marshal.list:
22334         * gst-libs/gst/tuner/tuner.c:
22335         * gst-libs/gst/tuner/tuner.h:
22336         * gst-libs/gst/tuner/tunermarshal.list:
22337           use new glib-gen.mak snippet to clean up Makefile.am
22338           fix various bugs in Makefile.am's
22339
22340 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22341
22342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22343           handle chain parsing correctly in the multichain case
22344         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22345         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22346         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22347         (theora_dec_chain):
22348           handle events and queries correctly
22349
22350 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22351
22352         * .cvsignore:
22353         Ignore generated file _stdint.h.
22354
22355 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22356
22357         * gst-libs/gst/colorbalance/Makefile.am:
22358         * gst-libs/gst/colorbalance/colorbalance.h:
22359         * gst-libs/gst/mixer/Makefile.am:
22360         * gst-libs/gst/mixer/mixer.h:
22361         * gst-libs/gst/play/Makefile.am:
22362         * gst-libs/gst/play/play.h:
22363         * gst-libs/gst/tuner/Makefile.am:
22364         * gst-libs/gst/tuner/tuner.h:
22365         Generate enum type code with glib-mkenums.
22366         * gst-libs/gst/colorbalance/.cvsignore:
22367         * gst-libs/gst/mixer/.cvsignore:
22368         * gst-libs/gst/play/.cvsignore:
22369         * gst-libs/gst/tuner/.cvsignore:
22370         Ignore generated files.
22371
22372 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22373
22374         * gst-libs/gst/audio/.cvsignore:
22375         Ignore generated file.
22376         * gst-libs/gst/audio/Makefile.am:
22377         Do not install example filter.
22378
22379 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22380
22381         * examples/switch/.cvsignore:
22382         Ignore generated file.
22383
22384 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22385
22386         * common/m4/ax_create_stdint_h.m4:
22387         * configure.ac:
22388           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22389           _stdint.h.
22390         * Makefile.am:
22391           remove generated _stdint.h in DISTCLEANFILES
22392         * ext/a52dec/gsta52dec.c:
22393           include _stdint.h for a52dec. (should fix #133064)
22394
22395 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22396
22397         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22398         (gst_tag_to_vorbis_comments):
22399         Add replaygain support to vorbistag
22400
22401 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22402         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22403         (gst_ffmpeg_caps_to_extradata):
22404           Fix SVQ3 caps flag properties
22405           Use glib macro for bytes swap
22406
22407 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22408
22409         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22410         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22411         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22412         * ext/sndfile/gstsf.c: (plugin_init):
22413         * gst/avi/gstavi.c: (plugin_init):
22414         * sys/dxr3/dxr3init.c: (plugin_init):
22415         * sys/oss/gstossaudio.c: (plugin_init):
22416         * sys/v4l/gstv4l.c: (plugin_init):
22417         * sys/v4l2/gstv4l2.c: (plugin_init):
22418           remove textdomain calls
22419         * po/nl.po:
22420           update Dutch translation
22421
22422 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22423
22424         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22425         (gst_play_set_audio_sink): Moving volume in the audio thread for
22426         instantaneous volume change. Maybe i will add another volume in front
22427         of visualization later, not sure yet though.
22428
22429 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22430
22431         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22432         (gst_ximagesink_handle_xevents): Better X events handling, only take
22433         the latest events for configure and motion.
22434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22435
22436 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22437
22438         reviewed by: David Schleef  <ds@schleef.org>
22439
22440         Fix memory leaks:
22441         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22442         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22443
22444 2004-02-02  David Schleef  <ds@schleef.org>
22445
22446         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22447         of lines.
22448         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22449         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22450         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22451         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22452         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22453         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22454         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22455         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22456         (gst_float2_2_int_link):
22457         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22458         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22459         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22460         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22461         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22462         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22463         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22464         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22465         * testsuite/gst-lint: Add tests for bzero and ;;
22466
22467 2004-02-02  David Schleef  <ds@schleef.org>
22468
22469         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22470
22471 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22472
22473         * ext/aalib/gstaasink.c: (gst_aasink_open):
22474         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22475         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22476         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22477         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22478         (gst_afsink_close_file):
22479         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22480         (gst_afsrc_close_file):
22481         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22482         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22483         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22484         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22485         * ext/esd/esdmon.c: (gst_esdmon_get):
22486         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22487         * ext/faac/gstfaac.c: (gst_faac_chain):
22488         * ext/faad/gstfaad.c: (gst_faad_chain):
22489         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22490         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22491         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22492         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22493         (gst_flacdec_loop):
22494         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22495         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22496         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22497         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22498         (gst_gnomevfssink_close_file):
22499         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22500         (gst_gnomevfssrc_open_file):
22501         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22502         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22503         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22504         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22505         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22506         * ext/mad/gstmad.c: (gst_mad_chain):
22507         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22508         * ext/mpeg2dec/gstmpeg2dec.c:
22509         * ext/mpeg2enc/gstmpeg2enc.cc:
22510         * ext/mplex/gstmplex.cc:
22511         * ext/mplex/gstmplexibitstream.cc:
22512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22513         (gst_ogg_demux_push):
22514         * ext/raw1394/gstdv1394src.c:
22515         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22516         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22517         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22518         (gst_sf_loop):
22519         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22520         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22521         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22522         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22524         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22525         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22526         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22527         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22528         (gst_riff_read_element_data), (gst_riff_read_seek),
22529         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22530         * gst/adder/gstadder.c: (gst_adder_loop):
22531         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22532         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22533         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22534         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22535         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22536         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22537         * gst/goom/gstgoom.c: (gst_goom_chain):
22538         * gst/id3/gstid3types.c: (gst_id3types_loop):
22539         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22540         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22541         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22542         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22543         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22544         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22545         (gst_ebml_read_float), (gst_ebml_read_header):
22546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22547         (gst_matroska_demux_parse_blockgroup):
22548         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22549         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22550         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22551         * gst/silence/gstsilence.c: (gst_silence_get):
22552         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22553         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22554         * gst/speed/gstspeed.c: (speed_loop):
22555         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22556         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22557         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22558         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22559         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22560         (gst_wavparse_loop):
22561         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22562         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22563         (dxr3audiosink_close):
22564         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22565         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22566         (dxr3videosink_close), (dxr3videosink_write_data):
22567         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22568         * sys/oss/gstosssink.c: (gst_osssink_chain):
22569         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22570         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22571         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22573         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22574         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22575         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22576         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22577         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22578         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22579         (gst_v4l_set_audio):
22580         * sys/v4l/v4l_calls.h:
22581         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22582         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22583         (gst_v4lmjpegsink_playback_init),
22584         (gst_v4lmjpegsink_playback_start):
22585         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22586         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22587         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22588         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22589         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22590         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22591         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22592         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22593         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22594         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22595         (gst_v4l2_get_output), (gst_v4l2_set_output),
22596         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22597         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22598         (gst_v4l2_set_attribute):
22599         * sys/v4l2/v4l2_calls.h:
22600         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22601         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22602         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22603         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22604         (gst_v4l2src_capture_stop):
22605         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22606         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22607         (gst_ximagesink_chain):
22608         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22609         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22610         (gst_xvideosink_xwindow_new):
22611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22612         (gst_xvimagesink_chain):
22613
22614 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22615
22616         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22617         (gst_volume_get_volume), (volume_class_init), (volume_init),
22618         (volume_chain_int16), (volume_update_volume):
22619         * gst/volume/gstvolume.h:
22620           make code more readable by removing magic numbers
22621           make mixer interface export 0-100 range
22622           make it internally map to 0.0-1.0 range so users don't distort
22623           output by putting the sliders at full volume
22624
22625 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22626
22627         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22628         (gst_play_state_change), (gst_play_seek_to_time):
22629         block the tick callback for 0.5 secs after doing a seek
22630
22631 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22632
22633         * gst-libs/gst/play/play.c: (gst_play_new):
22634           check for GError
22635
22636 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22637
22638         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22639         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22640         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22641         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22643         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22644
22645 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * configure.ac:
22648         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22649           check for a function added in vorbis 1.1
22650
22651 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22652
22653         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22654         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22655           really start/stop clock only on PLAYING <=> PAUSED
22656         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22657           remove \n from debugging lines
22658         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22659           make it work when seeking does not
22660         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22661           reset on DISCONT
22662
22663 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22664
22665         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22666           start clock on PAUSED=>PLAYING, not later
22667         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22668           extract correct time for different discont formats
22669         (gst_alsa_sink_get_time):
22670           don't segfault when no format is negotiated yet, just return 0
22671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22672         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22673         (gst_ogg_pad_push):
22674           handle flush and discont events correctly
22675         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22676           handle discont events correctly
22677
22678 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22679
22680         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22681         (gst_play_error_create), (gst_play_error_plugin),
22682         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22683         * gst-libs/gst/play/play.h:
22684           add error handling during creation
22685         * examples/gstplay/player.c: (main):
22686           use new gst_play_new
22687
22688
22689 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22690
22691         * ext/theora/theoradec.c: (theora_dec_chain):
22692           make comments work
22693         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22694         (vorbis_dec_src_event), (vorbis_dec_chain):
22695           add encoder tag, fix tag reading to be more error tolerant, change
22696           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22697           gst_pad_event_default.
22698         * gst/tags/gstvorbistag.c:
22699         (gst_tag_list_from_vorbiscomment_buffer):
22700           undefine function specific define at end of function
22701
22702 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22703
22704         * ext/flac/gstflac.c: (plugin_init):
22705         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22706         * ext/flac/gstflacdec.h:
22707         * ext/flac/gstflacenc.h:
22708           Fix typos
22709
22710 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22711
22712         * examples/gstplay/player.c: s/gstplay.h/play.h/
22713
22714 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22715
22716         * gst-libs/gst/play/Makefile.am:
22717         * gst-libs/gst/play/gstplay.c:
22718         * gst-libs/gst/play/gstplay.h:
22719         * gst-libs/gst/play/play.c:
22720           more surgery, operation complete
22721
22722 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22723
22724         * gst-libs/gst/play/play.old.c:
22725         * gst-libs/gst/play/play.old.h:
22726           after CVS surgery by moving, remove
22727         * gst-libs/gst/play/playpipelines.c:
22728           remove
22729
22730         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22731           add negotiation error
22732
22733 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22734
22735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22736         (gst_ogg_demux_push):
22737           add some seeking debug info
22738           send a flush when seeking
22739
22740 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22741
22742         * configure.ac:
22743           use AC_C_INLINE
22744         * configure.ac:
22745         * ext/Makefile.am:
22746         * ext/theora/Makefile.am:
22747         * ext/theora/theoradec.c:
22748           add theora video decoder. Does just do simple decoding for now and
22749           has been tested against Theora cvs only. It only works when theora
22750           is compiled with --enable-static.
22751         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22752           always reset packetno on DISCONT
22753
22754 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22755
22756         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22757           Fix audio.
22758
22759 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22760
22761         * gst/mpegaudioparse/gstmpegaudioparse.c:
22762         (mp3_type_frame_length_from_header):
22763           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22764
22765 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22766
22767         * ext/esd/esdsink.c: (gst_esdsink_init):
22768           Since we have static pad template caps, we don't need to negotiate;
22769           either the core errors out or we know the format.
22770
22771 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22772
22773         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22774         (gst_riff_read_seek):
22775         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22776         (gst_ebml_read_seek):
22777           Fix event handling.
22778
22779 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22780
22781         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22782           removee video/x-theora from vp3 decoder, it doesn't handle raw
22783           theora streams
22784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22785           fix bug with finalizing element that never went to PAUSED
22786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22787           length and position queries were swapped
22788         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22789         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22790         (vorbis_dec_src_event):
22791           implement querying time and bytes
22792
22793 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22794
22795         * just about every source file:
22796           gst_element_error -> GST_ELEMENT_ERROR
22797
22798 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22799
22800         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22801         emiting FLUSH and even before DISCONT.
22802         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22803         get the best instant seeking as possible yay!
22804
22805 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22806
22807         * gst/mpeg1videoparse/gstmp1videoparse.c:
22808         (gst_mp1videoparse_real_chain):
22809           Committed wrong version last week... Grr... Didn't notice until now.
22810
22811 2004-01-29  Julien MOUTTE <julien@moutte.net>
22812
22813         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22815         have_xwindow_id signal in xwindow_create.
22816
22817 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22818
22819         * ext/ogg/gstoggdemux.c:
22820           lots of changes - mainly support for chained bitstreams, seeking,
22821           querying and bugfixes of course
22822         * ext/vorbis/Makefile.am:
22823         * ext/vorbis/vorbisdec.c:
22824         * ext/vorbis/vorbisdec.h:
22825           add vorbisdec raw vorbis decoder
22826         * ext/vorbis/vorbis.c: (plugin_init):
22827           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22828         * gst/intfloat/Makefile.am:
22829         * gst/intfloat/float22int.c:
22830         * gst/intfloat/float22int.h:
22831         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22832           add float2intnew plugin. It converts multichannel interleaved float to
22833           multichannel interleaved int. The name should probably be changed.
22834         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22835         (plugin_init):
22836           add typefinding for raw theora video so oggdemux can detect it.
22837
22838 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22839
22840         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22841         sink element first.
22842         * gst/videoscale/gstvideoscale.c:
22843         (gst_videoscale_handle_src_event): Fixing src event handler.
22844
22845 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22846
22847         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22848         (gst_v4lsrc_open), (gst_v4lsrc_close),
22849         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22850         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22851         * sys/v4l/gstv4lsrc.h:
22852         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22853         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22854           Implement resizing... Hack. But that's why v4l is b0rked...
22855
22856 2004-01-28  Julien MOUTTE <julien@moutte.net>
22857
22858         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22859         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22860         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22861         (gst_ximagesink_xwindow_destroy):
22862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22863         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22864         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22865         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22866         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22867         correctly cleaning the image created to check xshm calls on succes,
22868         added a lot of XSync calls in X11 functions, and fixed a segfault when
22869         no image format was defined before negotiation happened.
22870
22871 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22872
22873         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22874           use gst_element_get_time to get correct time
22875
22876 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22877
22878         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22879         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22880         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22882         (gst_xvimagesink_check_xshm_calls),
22883         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22884         X plugins are now able to detect that XShm calls will fail even if the
22885         server claims that it has XShm support (remote displays most of the
22886         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22887         so that we use non XShm functions. This feature is almost useless for
22888         xvimagesink as Xv is not supported on remote displays anyway, but
22889         it might happen than even on the local display XShm calls fail.
22890
22891 2004-01-27  David Schleef  <ds@schleef.org>
22892
22893         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22894         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22895         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22896         changed esdsink to only use 44100,16,2, since esd sucks at rate
22897         conversion and esdsink has had difficulty negotiating.
22898
22899 2004-01-27  Julien MOUTTE <julien@moutte.net>
22900
22901         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22902         (gst_play_seek_to_time): Fixing the way to get current position.
22903
22904 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22905
22906         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22907           use gst_element_get_time to get correct time
22908
22909 2004-01-27  Julien MOUTTE <julien@moutte.net>
22910
22911         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22912         fix ever... Inverting 2 lines of code make spider autoplug correctly
22913         tagged mp3 !
22914
22915 2004-01-27  David Schleef  <ds@schleef.org>
22916
22917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22918         Use gst_pad_try_set_caps_nonfixed().
22919
22920 2004-01-27  David Schleef  <ds@schleef.org>
22921
22922         * gst/ac3parse/gstac3parse.c: update to checklist 5
22923         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22924         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22925         * gst/audioscale/gstaudioscale.c: same
22926         * gst/auparse/gstauparse.c: same
22927         * gst/avi/gstavidemux.c: same
22928
22929 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22930
22931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22932           stop processing after EOS
22933
22934 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22935
22936         * gst/asfdemux/asfheaders.h:
22937         * gst/asfdemux/gstasfdemux.c:
22938         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22939         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22940         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22941           lot's of fixes to make data extraction simpler and get the code
22942           architecture and compiler independant. Add debugging category
22943         * gst/goom/gstgoom.c: (gst_goom_change_state):
22944           reset channel count on PAUSED=>READY, not READY=>PAUSED
22945
22946 2004-01-26  Colin Walters  <walters@verbum.org>
22947
22948         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22949         code to pull a bigger buffer in iradio mode.  This as a side effect
22950         makes typefinding work.
22951
22952 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22953
22954         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22955         Fix SVQ3 decoding on PPC
22956
22957 2004-01-26  Julien MOUTTE <julien@moutte.net>
22958
22959         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22960         that one managed to stay there... Fixed.
22961
22962 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22963
22964         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22965         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22966         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22967         (qtdemux_video_caps):
22968         * gst/qtdemux/qtdemux.h:
22969         Add SVQ3 specific flags to qtdemux and ffmpeg
22970
22971 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22972
22973         * gst-libs/gst/audio/audio.h:
22974           remove buffer-frames from audio caps
22975         * gst/audioconvert/gstaudioconvert.c:
22976           fix plugin to really work.
22977
22978 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22979
22980         * gst-libs/gst/mixer/mixer.c:
22981         * gst-libs/gst/propertyprobe/propertyprobe.c:
22982         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22983         (gst_tuner_find_channel_by_name):
22984         * gst-libs/gst/tuner/tuner.h:
22985           Add gtk-doc style comments. Also fix a function name.
22986
22987 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22988
22989         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22990         (gst_divxdec_negotiate):
22991           Fix for new capsnego - also fixes gst-player with divxdec.
22992
22993 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22994
22995         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22996         (gst_play_identity_handoff), (gst_play_set_location),
22997         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22998         try in visualization implementation. Still have an issue with switch
22999         blocking when pulling from video_queue and only audio comes out of
23000         spider.
23001         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23002         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
23003         release method. And check if the pad is usable before pulling.
23004
23005 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23006
23007         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
23008         (gst_videobalance_init),
23009         (gst_videobalance_colorbalance_list_channels),
23010         (gst_videobalance_colorbalance_set_value),
23011         (gst_videobalance_colorbalance_get_value),
23012         (gst_videobalance_update_properties),
23013         (gst_videobalance_update_tables_planar411),
23014         (gst_videobalance_planar411):
23015         * gst/videofilter/gstvideobalance.h:
23016           Implement lookup-tables. +/- 10x faster.
23017
23018 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23019
23020         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23021         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23022           The index reading was broken. The rest worked fine, but the whole
23023           goal of my rewrite was to make avidemux readable, and this was
23024           not at all readable. Please use typed variables.
23025
23026 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23027
23028         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23029           Additional pad usability check.
23030         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23031         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23032         (gst_mp1videoparse_real_chain):
23033           Fix MPEG video stream parsing. The original plugin had several
23034           issues, including not timestamping streams where the source was
23035           not timestamped (this happens with PTS values in mpeg system
23036           streams, but MPEG video is also a valid stream on its own so
23037           that needs timestamps too). We use the display time code for that
23038           for now. Also, if one incoming buffer contains multiple valid
23039           frames, we push them all on correctly now, including proper EOS
23040           handling. Lastly, several potential segfaults were fixed, and we
23041           properly sync on new sequence/gop headers to include them in next,
23042           not previous frames (since they're header for the next frame, not
23043           the previous). Also see #119206.
23044         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23045         (bpf_from_header):
23046           Move caps setting so we only do it after finding several valid
23047           MPEG-1 fraes sequentially, not right after the first one (which
23048           might be coincidental).
23049         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23050         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23051         (plugin_init):
23052           Add unsynced MPEG video stream typefinding, and change some
23053           probability values so we detect streams rightly. The idea is as
23054           follows: I can have an unsynced system stream which contains
23055           video. In the current code, I would randomly get a type for either
23056           system or video stream type found, because the probabilities are
23057           being calculated rather randomly. I now use fixed values, so we
23058           always prefer system stream if that was found (and that is how it
23059           should be). If no system stream was found, we can still identity                the stream as video-only.
23060
23061 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23062
23063         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23064         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23065           don't write to buffer. Extract data without the need of
23066           __attribute__ ((packed))
23067
23068 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23069
23070         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23071         (mpeg1_sys_type_find):
23072           Fix MPEG-1 stream typefinding.
23073
23074 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23075
23076         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23077           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23078
23079 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23080
23081         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23082         * ext/esd/gstesd.c: (plugin_init):
23083           private debugging, better error reporting
23084
23085 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23086
23087         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23088         (gst_riff_read_init), (gst_riff_read_change_state):
23089         * gst-libs/gst/riff/riff-read.h:
23090           Remove stuff fromold metadata system.
23091
23092 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23093
23094         * ext/ogg/gstoggdemux.c:
23095           Fix wrong file comment.
23096         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23097         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23098           Add metadata reading properly.
23099
23100 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23101
23102         * ext/Makefile.am:
23103           Fix nas DIST_SUBDIRS
23104           Uraeus:
23105           Fix bug where make distcheck doesn't get run on adding stuff to
23106           the build.
23107
23108 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23109
23110         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23111         * ext/divx/gstdivxdec.h:
23112           Fix divx3 ("msmpeg4") playback using divxdec.
23113
23114 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23115
23116         * gst/typefind/gsttypefindfunctions.c:
23117         (mp3_type_frame_length_from_header): fix bug in length computation
23118         (mp3_type_find): improve debugging output
23119
23120 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23121
23122         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23123         (gst_play_set_location), (gst_play_seek_to_time),
23124         (gst_play_set_audio_sink), (gst_play_set_visualization),
23125         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23126         the pipeline from scratch. Visualization is back and switch went out as
23127         i realized it was not possible to use the way i wanted.
23128         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23129         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23130         clearing in state change from READY to NULL. So that one can clean the
23131         X ressources keeping the element.
23132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23133         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23134         (gst_xvimagesink_colorbalance_set_value),
23135         (gst_xvimagesink_colorbalance_get_value),
23136         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23137         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23138         change from READY to NULL and fixed some stupid bugs in colorbalance
23139         get/set values. Also added the following feature : when nobody tries to
23140         set some values to the colorbalance levels before the xcontext is
23141         grabbed, then when creating channels list from Xv attributes we set the
23142         internal values to the Xv defaults. This way we handle buggy Xv drivers
23143         that set default hue values far from the middle of the range (Thanks
23144         to Jon Trowbridge for pointing that issue).
23145         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23146         colorbalance levels have been set before xcontext is grabbed.
23147
23148 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23149
23150         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23151           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23152           it might block operations (which is bad for a mixer).
23153
23154 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23155
23156         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23157         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23158         (gmip_find_type_pre):
23159         * gst-libs/gst/media-info/media-info-priv.h:
23160         * gst-libs/gst/media-info/media-info.c:
23161         (gst_media_info_instance_init), (gst_media_info_read_idler):
23162         add fakesink to get caps on decoder src pad again
23163         fix callback prototype to match new have_type signal signature
23164
23165 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23166
23167         * gst/adder/gstadder.c: (gst_adder_link):
23168           fix non-compile and cut-n-paste code
23169
23170 2004-01-21  David Schleef  <ds@schleef.org>
23171
23172         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23173         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23174         (gst_swfdec_init), (gst_swfdec_change_state):
23175         * ext/swfdec/gstswfdec.h:
23176         Fix negotiation.
23177         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23178         (gst_adder_request_new_pad): Fix negotiation.
23179         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23180         Add a fixate function.
23181         * gst/intfloat/gstfloat2int.c:
23182         * gst/intfloat/gstfloat2int.h:
23183         * gst/intfloat/gstint2float.c:
23184         * gst/intfloat/gstint2float.h:
23185         Completely rewrite the negotiation.  Doesn't quite work yet,
23186         due to some buffer-frames problem.
23187
23188 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23189
23190         * ext/gnomevfs/gstgnomevfssrc.c:
23191         * sys/v4l2/v4l2_calls.h:
23192           fix includes for distcheck
23193
23194 2004-01-21  Christian Schaller <uraeus@gnome.org>
23195
23196         * ext/nas/
23197         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23198         based on earlier patch from Laurent Vivier
23199
23200 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23201
23202         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23203         Fix wma caps property
23204         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23205         Fix typo (flags1 and flags2)
23206
23207 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23208
23209         * gst-libs/gst/media-info/media-info-priv.c:
23210         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23211         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23212         (gmip_find_stream), (gmip_find_track_metadata),
23213         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23214         (gmip_find_track_format):
23215         * gst-libs/gst/media-info/media-info-priv.h:
23216         * gst-libs/gst/media-info/media-info-test.c: (main):
23217         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23218         (gst_media_info_read_idler), (gst_media_info_read):
23219         * gst-libs/gst/media-info/media-info.h:
23220           register debugging category and use it for debugging
23221
23222 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23223
23224         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23225         (gst_vorbisfile_new_link):
23226           signal streaminfo through tags
23227
23228 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23229
23230         * ext/mplex/gstmplex.cc:
23231         * ext/mplex/gstmplexibitstream.cc:
23232           g++ doesn't like NULL in our i18n/error macros, should be
23233           either (NULL) or ("").
23234
23235 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23236
23237         * sys/dxr3/dxr3audiosink.c:
23238         * sys/dxr3/dxr3init.c:
23239         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23240         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23241           Fix more error error error errors (missing includes here).
23242
23243 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23244
23245         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23246           fix thomas' error errors.
23247
23248 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23249
23250         * ext/mpeg2enc/gstmpeg2enc.cc:
23251           fix error errors.
23252
23253 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23254
23255         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23256         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23257           Fix for new error system.
23258
23259 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23260
23261         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23262           fix for new error reporting
23263
23264 2004-01-20  David Schleef  <ds@schleef.org>
23265
23266         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23267         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23268         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23269         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23270         and neither is 100+, most likely.
23271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23272         (gst_xvimagesink_getcaps): same
23273
23274 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23275
23276         * configure.ac:
23277           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23278           clashes with ffmpeg.
23279
23280 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23281
23282         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23283         (gst_switch_init): Fixed switch element : proxying link and setting
23284         caps from src to sink on request.
23285
23286 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23287
23288         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23289         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23290         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23291         fix element_error
23292
23293 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23294
23295         * sys/v4l/v4l_calls.h:
23296         * sys/v4l2/v4l2_calls.h:
23297           element_error fixes
23298
23299 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23300
23301         * gst-libs/gst/gst-i18n-plugin.h:
23302           add locale.h
23303           remove config.h inclusion
23304
23305 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23306
23307         * autogen.sh:
23308           adding autopoint invocation
23309         * Makefile.am:
23310         * configure.ac:
23311         * gst-libs/gst/gettext.h:
23312           adding gettext bits
23313         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23314         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23315         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23316         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23317         (gst_gnomevfssink_close_file):
23318         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23319         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23320         * gst-libs/gst/gst-i18n-plugin.h:
23321         * gst/avi/gstavi.c: (plugin_init):
23322         * sys/dxr3/dxr3init.c: (plugin_init):
23323         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23324         * sys/oss/gstossaudio.c: (plugin_init):
23325         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23326         * sys/v4l/gstv4l.c: (plugin_init):
23327         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23328         * sys/v4l2/gstv4l2.c: (plugin_init):
23329         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23330         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23331         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23332         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23333         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23334         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23335           make sure locale and translation domain are set
23336           fix translated strings
23337         * po/.cvsignore:
23338         * po/LINGUAS:
23339         * po/Makevars:
23340         * po/POTFILES.in:
23341         * po/nl.po:
23342           put translation files into place
23343         * sys/xvideo/imagetest.c: (main):
23344         * ext/dv/demo-play.c: (main):
23345           fix unnecessary translations
23346
23347 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23348
23349         * ext/sndfile/gstsf.c:
23350         * gst/avi/gstavimux.c:
23351         * ext/audiofile/gstafsink.c:
23352         * ext/audiofile/gstafsrc.c:
23353         * ext/gnomevfs/gstgnomevfssink.c:
23354         * ext/gnomevfs/gstgnomevfssrc.c:
23355         * sys/oss/gstosselement.c:
23356         * sys/v4l/v4l_calls.h:
23357           fix i18n include
23358
23359 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23360
23361         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23362         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23363         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23364         (gst_v4l2_get_output), (gst_v4l2_set_output),
23365         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23366         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23367         (gst_v4l2_set_attribute):
23368         update to new error handling
23369
23370 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23371
23372         * ext/sidplay/gstsiddec.cc:
23373         * gst/modplug/gstmodplug.cc:
23374           parenthese NULL because C++ seems angry about it
23375
23376 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23377
23378         * gst-libs/gst/gst-i18n-plugin.h:
23379           add skeleton i18n stuff, but needs to be further implemented
23380
23381 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23382
23383         * examples/gstplay/player.c: (main):
23384         * ext/aalib/gstaasink.c: (gst_aasink_open):
23385         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23386         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23387         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23388         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23389         (gst_afsink_close_file):
23390         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23391         (gst_afsrc_close_file):
23392         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23393         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23394         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23395         * ext/esd/esdmon.c: (gst_esdmon_get):
23396         * ext/esd/esdsink.c: (gst_esdsink_chain):
23397         * ext/faac/gstfaac.c: (gst_faac_chain):
23398         * ext/faad/gstfaad.c: (gst_faad_chain):
23399         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23400         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23401         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23402         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23403         (gst_flacdec_loop):
23404         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23405         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23406         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23407         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23408         (gst_gnomevfssink_close_file):
23409         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23410         (gst_gnomevfssrc_open_file):
23411         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23412         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23413         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23414         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23415         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23416         * ext/mad/gstmad.c: (gst_mad_chain):
23417         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23418         * ext/mpeg2dec/gstmpeg2dec.c:
23419         * ext/mpeg2enc/gstmpeg2enc.cc:
23420         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23421         * ext/mplex/gstmplex.cc:
23422         * ext/mplex/gstmplexibitstream.cc:
23423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23424         (gst_ogg_demux_push), (gst_ogg_pad_push):
23425         * ext/raw1394/gstdv1394src.c:
23426         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23427         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23428         * ext/sidplay/gstsiddec.cc:
23429         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23430         (gst_sf_loop):
23431         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23432         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23433         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23435         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23436         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23437         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23438         * gst-libs/gst/Makefile.am:
23439         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23440         (gst_riff_read_element_data), (gst_riff_read_seek),
23441         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23442         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23443         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23444         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23445         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23446         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23447         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23448         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23449         * gst/goom/gstgoom.c: (gst_goom_chain):
23450         * gst/id3/gstid3types.c: (gst_id3types_loop):
23451         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23452         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23453         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23454         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23455         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23456         (gst_ebml_read_float), (gst_ebml_read_header):
23457         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23458         (gst_matroska_demux_parse_blockgroup):
23459         * gst/modplug/gstmodplug.cc:
23460         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23461         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23462         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23463         * gst/silence/gstsilence.c: (gst_silence_get):
23464         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23465         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23466         * gst/speed/gstspeed.c: (speed_loop):
23467         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23468         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23469         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23470         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23471         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23472         (gst_wavparse_loop):
23473         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23474         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23475         (dxr3audiosink_close):
23476         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23477         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23478         (dxr3videosink_close), (dxr3videosink_write_data):
23479         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23480         * sys/oss/gstosselement.h:
23481         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23482         (gst_osssink_chain):
23483         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23484         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23485         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23486         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23487         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23488         (gst_v4l_enable_overlay):
23489         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23490         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23491         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23492         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23493         (gst_v4l_set_audio):
23494         * sys/v4l/v4l_calls.h:
23495         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23496         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23497         (gst_v4lmjpegsink_playback_init),
23498         (gst_v4lmjpegsink_playback_start):
23499         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23500         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23501         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23502         (gst_v4lmjpegsrc_requeue_frame):
23503         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23504         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23505         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23506         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23507         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23508         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23509         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23510         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23511         (gst_v4l2src_capture_stop):
23512         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23513         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23514         (gst_ximagesink_chain):
23515         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23516         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23517         (gst_xvideosink_xwindow_new):
23518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23519         (gst_xvimagesink_chain):
23520         use new error signal, function and categories
23521
23522 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23523
23524         * configure.ac:
23525         * ext/Makefile.am:
23526         * ext/musicbrainz/gsttrm.c:
23527         * ext/musicbrainz/gsttrm.h:
23528         * ext/musicbrainz/Makefile.am:
23529         Add a trm plugin
23530
23531 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23532
23533         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23534         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23535         synchronous property for debugging.
23536         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23538         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23539         smaller block, fixing indent.
23540
23541 2004-01-16  David Schleef  <ds@schleef.org>
23542
23543         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23544         property affects the video stream.
23545         * sys/xvimage/xvimagesink.c:
23546         * sys/xvimage/xvimagesink.h:
23547         Add synchronous property for debugging.  Should probably be
23548         disabled in non-CVS builds.  Make sure that the Xv attribute
23549         exists before we set it (crash!).  Fix a silly float bug that
23550         caused colorbalance to just not work.
23551
23552 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23553
23554         * tools/gst-launch-ext.in - update for new plugins
23555
23556 2004-01-16  David Schleef  <ds@schleef.org>
23557
23558         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23559         already-freed caps.
23560
23561 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23562
23563         * Update spec for new colorspace plugin and libcaca plugin
23564         * Fix compilation of libcaca plugin (clock -> id)
23565
23566 2004-01-16  Julien MOUTTE <julien@moutte.net>
23567
23568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23569         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23570         (gst_xvimagesink_set_xwindow_id),
23571         (gst_xvimagesink_colorbalance_set_value),
23572         (gst_xvimagesink_colorbalance_get_value),
23573         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23574         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23575         correct colorbalance properties. They can now be set when the element
23576         is still in NULL state. The values will be committed to the Xv Port
23577         when xcontext is initialized.
23578         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23579         brightness int values in the GstXvImagesink structure.
23580
23581 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23582
23583         * gst-libs/gst/Makefile.am:
23584           restructure so having local patches works easier.
23585
23586 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23587
23588         * ext/mpeg2enc/Makefile.am:
23589         * ext/mpeg2enc/gstmpeg2enc.cc:
23590         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23591           Bugfix with respect to EOS handling.
23592
23593 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23594
23595         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23596           Link with right caps (else, it segfaults).
23597         * ext/mplex/gstmplexjob.cc:
23598           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23599
23600 2004-01-15  David Schleef  <ds@schleef.org>
23601
23602         * gst-libs/gst/audio/Makefile.am:
23603         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23604         from the template.
23605         * gst-libs/gst/audio/gstaudiofilter.c:
23606         * gst-libs/gst/audio/gstaudiofilter.h:
23607         Add bytes_per_sample and size and n_samples calculation.
23608         * gst-libs/gst/audio/gstaudiofilterexample.c:
23609         Remove, now autogenerated.
23610         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23611         Moved from gstaudiofilterexample, object name changed, code added
23612         so that it actually works.
23613         * gst-libs/gst/audio/make_filter:
23614         Script to build an audiofilter subclass from the template.
23615         * gst/colorspace/Makefile.am:
23616         * gst/colorspace/yuv2yuv.c:
23617         Remove file, since it's GPL, and we don't use it.
23618
23619 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23620
23621         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23623         them use the buffer free function to test how the buffer was allocated.
23624
23625 2004-01-15  David Schleef  <ds@schleef.org>
23626
23627         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23628         that handles osssink fallback.
23629         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23630         (gst_audio_convert_getcaps):
23631         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23632         Add audio/x-qdm2 for QDM2 audio.
23633         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23634         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23635         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23636         Decrease minimum size to 16x16.
23637         * gst/wavparse/gstwavparse.c:
23638         Convert disabled pad template caps to new caps.
23639         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23641         (gst_xvimagesink_chain): Throw element error when display cannot
23642         be opened.  Increase minimum framerate to 1.0.  Check the data
23643         free function on a buffer to make sure it is the type we expect
23644         before manipulating it.
23645
23646 2004-01-15  Julien MOUTTE <julien@moutte.net>
23647
23648         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23649         (gst_videobalance_colorbalance_set_value): Implement passthru if
23650         settings are in the middle.
23651         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23652
23653 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23654
23655         * gst/videofilter/Makefile.am:
23656         * gst/volume/Makefile.am:
23657           Since we use videofilter symbols, link to it.
23658
23659 2004-01-15  Julien MOUTTE <julien@moutte.net>
23660
23661         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23662         mixer interface type to HARDWARE.
23663         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23664         type to SOFTWARE.
23665         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23666         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23667         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23668         (gst_volume_interface_init), (gst_volume_list_tracks),
23669         (gst_volume_set_volume), (gst_volume_get_volume),
23670         (gst_volume_set_mute), (gst_volume_mixer_init),
23671         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23672         (volume_init): Implementing mixer interface.
23673         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23674         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23675         (gst_osselement_change_state): Removing some trailing commas in
23676         structures.
23677         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23678         interface type to HARDWARE.
23679         * sys/v4l/gstv4lcolorbalance.c:
23680         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23681         type to HARDWARE.
23682         * sys/v4l2/gstv4l2colorbalance.c:
23683         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23684         interface type to HARDWARE.
23685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23686         same code than ximagesink for event handling.
23687
23688 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23689
23690         * ext/snapshot/Makefile.am:
23691         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23692         (gst_snapshot_chain):
23693         * ext/snapshot/gstsnapshot.h:
23694           This has to be a joke... Snapshot should be connected to a tee,
23695           colorspace element before it and EOS after that, where the other
23696           src of the tee receives normal data.
23697           The current way is *wrong*.
23698
23699 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23700
23701         * ext/hermes/gsthermescolorspace.c:
23702           Fix another compile error. Same as below.
23703
23704 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23705
23706         * gst/colorspace/gstcolorspace.c:
23707         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23708         (gst_colorspace_i420_to_yv12):
23709           Fix compiling... Didn't test if it actually works.
23710
23711 2004-01-15  David Schleef  <ds@schleef.org>
23712
23713         * configure.ac:
23714         * gst/colorspace/Makefile.am:
23715         * gst/colorspace/gstcolorspace.c:
23716         * gst/colorspace/gstcolorspace.h:
23717         * gst/colorspace/yuv2rgb.c:
23718         * gst/colorspace/yuv2rgb.h:
23719         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23720         code and GPL code.  Fix for new caps negotiation.  Rewrite
23721         much of the format handling code, and some of the conversion
23722         code.  Basically, rewrote almost everything.  This element
23723         handles I420, YV12 to RGB conversions.
23724         * ext/hermes/Makefile.am:
23725         * ext/hermes/gsthermescolorspace.c:
23726         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23727         Remove non-Hermes related code.  This element handles lots of
23728         RGB to RGB conversions, but no YUV.
23729         * ext/hermes/gstcolorspace.c:
23730         * ext/hermes/gstcolorspace.h:
23731         * ext/hermes/rgb2yuv.c:
23732         * ext/hermes/yuv2rgb.c:
23733         * ext/hermes/yuv2rgb.h:
23734         * ext/hermes/yuv2rgb_mmx16.s:
23735         * ext/hermes/yuv2yuv.c:
23736         * ext/hermes/yuv2yuv.h:
23737         Remove old code.
23738
23739 2004-01-14  Colin Walters  <walters@verbum.org>
23740
23741         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23742         they've already been.
23743
23744 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23745
23746         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23747           assume tag mode when pad is not connected
23748
23749 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23750
23751         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23752           Don't update the time of the clock
23753         (gst_alsa_sink_loop):
23754           sync to the clock given to alsasink, not the own clock
23755         * sys/oss/gstosssink.c: (gst_osssink_chain):
23756           sync to the clock
23757         (gst_osssink_change_state):
23758           activate the clock
23759         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23761           remove bogus code that made DISCONT events unhandled
23762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23763           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23764           #131502)
23765         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23766         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23767         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23768           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23769           2nd warning in bug #131502)
23770
23771 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23772
23773         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23774         (gst_videobalance_colorbalance_set_value),
23775         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23776         for colorbalance interface implementation.
23777         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23778         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23779         (gst_ximagesink_dispose), (gst_ximagesink_init),
23780         (gst_ximagesink_class_init): Adding DISPLAY property.
23781         * sys/ximage/ximagesink.h: Adding display_name to store display.
23782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23783         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23784         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23785         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23786         properties (they still need polishing though for gst-launch use : no
23787         xcontext yet, i ll do that tomorrow).
23788         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23789
23790 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23791
23792         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23793         (gst_play_set_location), (gst_play_set_visualization): Preparing
23794         switch integration, adding videobalance in the pipeline.
23795
23796 2004-01-14  Julien MOUTTE <julien@moutte.net>
23797
23798         * gst-libs/gst/colorbalance/colorbalance.c:
23799         (gst_color_balance_class_init): Adding a default type.
23800         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23801         the type.
23802         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23803         (gst_videobalance_dispose), (gst_videobalance_class_init),
23804         (gst_videobalance_init), (gst_videobalance_interface_supported),
23805         (gst_videobalance_interface_init),
23806         (gst_videobalance_colorbalance_list_channels),
23807         (gst_videobalance_colorbalance_set_value),
23808         (gst_videobalance_colorbalance_get_value),
23809         (gst_videobalance_colorbalance_init): Implementing colorbalance
23810         interface.
23811         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23812         list.
23813         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23814         bug which was triggering a BadAccess X error when setting an overlay
23815         before pad was really negotiated.
23816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23817         Using the colorbalance type macro.
23818
23819 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23820
23821         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23822         (gst_flacenc_chain):
23823           handle tags correctly
23824         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23825           extract ID3v1 tags correctly
23826
23827 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23828
23829         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23830         (plugin_init):
23831           Improve matroska typefinding for odd-typed headers...
23832
23833 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23834
23835         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23836           Fix for using incremental number on padnames.
23837
23838 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23839
23840         * ext/divx/gstdivxdec.c:
23841         * ext/divx/gstdivxenc.c:
23842           Set category to divx4linux instead of divx (too generic).
23843         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23844         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23845         (gst_wavparse_loop), (gst_wavparse_change_state):
23846         * gst/wavparse/gstwavparse.h:
23847           fix parsing of WAV files with non-standard fmt-tag size and fix
23848           skipping of unrecognized chunks... Someone please fix this thing
23849           to use rifflib so all this is automated.
23850         * sys/v4l/Makefile.am:
23851         * sys/v4l2/Makefile.am:
23852           Add X_CFLAGS because we depend on X (for overlay).
23853
23854 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23855
23856         * ext/mpeg2dec/gstmpeg2dec.c:
23857           Don't issue a timestamp unless we tagged the frame
23858           with a PTS.
23859
23860 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23861
23862         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23863           Query the audio element to get the time, not the clock. We're
23864           interested in the element's time here.
23865
23866 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23867
23868         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23869         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23870         * ext/esd/esdsink.c: (gst_esdsink_chain):
23871         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23872         * ext/mas/massink.c: (gst_massink_chain):
23873         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23874         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23875         (gst_matroska_demux_parse_metadata):
23876         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23877         (gst_mpeg_parse_release_locks):
23878         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23879         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23880         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23881         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23882         (gst_osssink_change_state):
23883         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23884         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23885         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23886         (gst_xvideosink_release_locks):
23887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23888           use element time.
23889         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23890         (gst_alsa_clock_stop):
23891         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23892         (gst_audio_clock_get_internal_time):
23893           simplify for use with new clocking code.
23894         * testsuite/alsa/Makefile.am:
23895         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23896           fix testsuite for new caps system
23897
23898 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23899
23900         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23901         * ext/flac/gstflacenc.c: (add_one_tag):
23902           length is already host endian, no need to convert. Fixes playback of
23903           tagged files on PPC. (bug #128384)
23904
23905 2004-01-13  Julien MOUTTE <julien@moutte.net>
23906
23907         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23908         colorbalance interface stating if it is hardware based or software
23909         based.
23910         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23911         Removing a trailing comma.
23912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23913         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23914         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23915         the documentation seems to be wrong on the -1000 to 1000 interval.
23916
23917 2004-01-12  David Schleef  <ds@schleef.org>
23918
23919         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23920         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23921         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23922         Fix negotiation.  Add a bufferalloc function for the sink pad,
23923         and generally clean up some of the code.
23924
23925 2004-01-12  Julien MOUTTE <julien@moutte.net>
23926
23927         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23928         (gst_color_balance_channel_dispose): Adding safety check in dispose
23929         method.
23930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23931         (gst_xvimagesink_xcontext_clear),
23932         (gst_xvimagesink_interface_supported),
23933         (gst_xvimagesink_colorbalance_list_channels),
23934         (gst_xvimagesink_colorbalance_set_value),
23935         (gst_xvimagesink_colorbalance_get_value),
23936         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23937         Adding colorbalance interface support to set XV parameters such as
23938         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23939         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23940         interface.
23941
23942 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23943
23944         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23945         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23946         (gst_audio_convert_init), (gst_audio_convert_set_property),
23947         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23948         (gst_audio_convert_link),
23949         (gst_audio_convert_buffer_to_default_format),
23950         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23951           - implement _getcaps and use it
23952           - improve linking
23953           - remove float caps since no float conversion is actually done
23954           - remove properties and arguments that were to be used for rate
23955             conversion
23956
23957 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23958
23959         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23960         (gst_audio_structure_set_int):
23961         * gst-libs/gst/audio/audio.h:
23962           add helper functions for _getcaps matching the standard audio
23963           templates
23964
23965 2004-01-12  David Schleef  <ds@schleef.org>
23966
23967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23968         Test that pad is negotiated before getting its caps.
23969
23970 2004-01-12  Julien MOUTTE <julien@moutte.net>
23971
23972         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23973         analyzing the pads of an element the bin is mostly in READY state so
23974         no caps were negotiated. This helper function needs to work with
23975         _get_caps directly then. I was not freeing them though, added that to
23976         fix the mem leak.
23977
23978 2004-01-12  Julien MOUTTE <julien@moutte.net>
23979
23980         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23982         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23983         than the free_func.
23984
23985 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23986
23987         * sys/oss/gstossaudio.c: (plugin_init):
23988         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23989         * sys/oss/gstosselement.h:
23990           make an oss debugging category
23991           make failure more descriptive
23992
23993 2004-01-11  David Schleef  <ds@schleef.org>
23994
23995         * ext/ffmpeg/gstffmpeg.c:
23996         * ext/ffmpeg/gstffmpegcodecmap.c:
23997         * ext/ffmpeg/gstffmpegdec.c:
23998         * ext/ffmpeg/gstffmpegenc.c:
23999         * ext/ffmpeg/gstffmpegprotocol.c:
24000         * ext/gdk_pixbuf/gstgdkanimation.c:
24001         * ext/jpeg/gstjpeg.c:
24002         * ext/libpng/gstpng.c:
24003         * ext/mpeg2dec/perftest.c:
24004         * ext/speex/gstspeex.c:
24005         * gst-libs/gst/resample/dtos.c:
24006         * gst/intfloat/gstintfloatconvert.c:
24007         * gst/oneton/gstoneton.c:
24008         * gst/rtjpeg/RTjpeg.c:
24009         * gst/rtp/gstrtp.c:
24010         * sys/dxr3/dxr3init.c:
24011         * sys/glsink/gstgl_nvimage.c:
24012         * sys/glsink/gstgl_pdrimage.c:
24013         * sys/glsink/gstglsink.c:
24014         * testsuite/gst-lint:
24015         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
24016
24017 2004-01-11  David Schleef  <ds@schleef.org>
24018
24019         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
24020         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
24021         * ext/gdk_pixbuf/gstgdkanimation.c:
24022         (gst_gdk_animation_iter_create_pixbuf):
24023         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24024         (gst_gdk_pixbuf_chain):
24025         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24026         * ext/jack/gstjack.c: (gst_jack_change_state):
24027         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24028         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24029         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24030         * gst/videofilter/gstvideofilter.c:
24031         (gst_videofilter_set_output_size):
24032         Remove all usage of gst_pad_get_caps(), and replace it with
24033         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24034
24035 2004-01-11  David Schleef  <ds@schleef.org>
24036
24037         * configure.ac:
24038         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24039         * ext/divx/gstdivxdec.c:
24040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24041         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24042         handle images that span multiple buffers.  Now work with both
24043         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24044         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24045         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24046         video/video.h changes
24047         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24048         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24049         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24050         of GstData free function.
24051         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24052         same.
24053
24054 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24055
24056         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24057         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24058         (gst_v4l2element_get_property):
24059         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24060           add norm, channel and frequency properties.
24061         * sys/v4l2/gstv4l2tuner.c:
24062           fixes for tuner interface changes
24063         * sys/v4l2/gstv4l2element.h:
24064         * sys/v4l2/gstv4l2src.c:
24065         * sys/v4l2/gstv4l2src.h:
24066         * sys/v4l2/v4l2src_calls.c:
24067         * sys/v4l2/v4l2src_calls.h:
24068           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24069
24070 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24071
24072         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24073         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24074         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24075         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24076         * gst-libs/gst/tuner/tuner.h:
24077           GObjects aren't const.
24078           Add find_by_name functions.
24079           Add checks to _changed functions.
24080         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24081         (gst_v4l_tuner_get_norm):
24082           Fixes for above.
24083
24084 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24085
24086         * gst-libs/gst/video/video.h:
24087           Fix caps template names to be understandable.
24088           Prefix everything with GST_VIDEO.
24089         * ext/aalib/gstaasink.c:
24090         * ext/divx/gstdivxdec.c:
24091         * ext/divx/gstdivxenc.c:
24092         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24093         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24094         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24095         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24096         * ext/libcaca/gstcacasink.c:
24097         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24098         * ext/snapshot/gstsnapshot.c:
24099         * ext/swfdec/gstswfdec.c:
24100         * ext/xvid/gstxviddec.c:
24101         * ext/xvid/gstxvidenc.c:
24102         * gst/chart/gstchart.c:
24103         * gst/deinterlace/gstdeinterlace.c:
24104         * gst/effectv/gsteffectv.c:
24105         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24106         * gst/goom/gstgoom.c:
24107         * gst/median/gstmedian.c:
24108         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24109         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24110         * gst/overlay/gstoverlay.c:
24111         * gst/smooth/gstsmooth.c:
24112         * gst/smpte/gstsmpte.c:
24113         * gst/synaesthesia/gstsynaesthesia.c:
24114         * gst/videocrop/gstvideocrop.c:
24115         * gst/videodrop/gstvideodrop.c:
24116         * gst/y4m/gsty4mencode.c:
24117         * sys/qcam/gstqcamsrc.c:
24118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24119           Make them work with new video.h file.
24120         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24121         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24123         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24124           Make it work with new buffer allocation system.
24125
24126 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24127
24128         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24129         pad_alloc_buffer implementation to use ->srcpad
24130         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24131         pad_alloc_buffer implementation to use ->srcpad
24132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24133         pad_alloc_buffer implementation to use ->srcpad
24134         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24135         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24136         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24137         a reference to everything we need.
24138         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24140         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24141         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24142         a reference to everything we need.
24143         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24144
24145 2004-01-11  David Schleef  <ds@schleef.org>
24146
24147         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24148         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24149         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24150         structure members.
24151         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24152         value during a resize/renegotiation.
24153         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24154         gst_pad_alloc_buffer();
24155         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24156         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24157         structure members.
24158         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24159         Fix for rename of buffer private structure members.
24160         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24161         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24162         Fix for rename of buffer private structure members.
24163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24164         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24165         Fix for rename of buffer private structure members.
24166
24167 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24168
24169         reviewed by: David Schleef <ds@schleef.org>
24170
24171         * gst/videofilter/Makefile.am:
24172         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24173         from the patch by ds to fit in with recent make_filter changes.
24174
24175 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24176
24177         * configure.ac: Adding examples/switch/Makefile
24178         * examples/Makefile.am: Adding examples/switch
24179         * examples/switch/Makefile.am: Adding switcher example.
24180         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24181         (switch_timer), (main): Adding an example demonstrating switch usage
24182         with 2 videotestsrc showing different patterns.
24183         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24184         (gst_switch_init): Fixing switch with the new caps system.
24185
24186 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24187
24188         * gst-libs/gst/video/video.h:
24189           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24190           They should probably be like
24191           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24192
24193 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24194
24195         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24196         (qtdemux_parse_trak):
24197           fix audio chunk size/timestamp calculation
24198
24199 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24200
24201         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24202           fix SVQ3 caps
24203
24204 2004-01-11  Steve Baker  <steve@stevebaker.org>
24205
24206         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24207         (gst_agingtv_base_init), (gst_agingtv_class_init),
24208         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24209         (gst_agingtv_set_property), (gst_agingtv_get_property):
24210         Port agingTV to videofilter
24211
24212 2004-01-09  Julien MOUTTE <julien@moutte.net>
24213
24214         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24215         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24216
24217 2004-01-09  Julien MOUTTE <julien@moutte.net>
24218
24219         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24220         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24221         * gst-libs/gst/xoverlay/xoverlay.c:
24222         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24223         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24224         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24225         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24226         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24227         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24228         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24229         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24230         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24231         interface implementation to handle xid being 0 and fix some bugs
24232         triggered by Benjamin's testcase.
24233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24234         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24235         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24236         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24237         interface implementation to handle xid being 0 and fix some bugs
24238         triggered by Benjamin's testcase.
24239
24240 2004-01-09  David Schleef  <ds@schleef.org>
24241
24242         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24243         mouse pointer events.  It works.
24244
24245 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24246
24247         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24248           Use explicit caps - fix capsnego.
24249         * ext/xvid/gstxviddec.c:
24250         * ext/xvid/gstxvidenc.c:
24251           Remove macro-inside-macro which caused compile errors.
24252         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24253           Error out if it's not a RIFF file. Else we error out without
24254           gst_element_error() which is not good...
24255
24256 2004-01-08  David Schleef  <ds@schleef.org>
24257
24258         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24259         Fix pad_link function to handle formats that ffmpeg returns
24260         as multiple caps structures.
24261         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24262         Only complain if source buffer is _smaller_ than expected.
24263         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24264         (gst_videoscale_handle_src_event): Resize navigation events
24265         when passing them upstream.
24266         * gst/videotestsrc/gstvideotestsrc.c:
24267         * gst/videotestsrc/gstvideotestsrc.h:
24268         * gst/videotestsrc/videotestsrc.c:
24269         * gst/videotestsrc/videotestsrc.h:
24270         Rewrite many of the buffer painting functions to handle odd
24271         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24272         been verified to work with my video card.
24273         * testsuite/gst-lint:  Add check for elements calling
24274         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24275
24276 2004-01-08  David Schleef  <ds@schleef.org>
24277
24278         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24279         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24280
24281 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24282
24283         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24284         configure event is not emiting the desired size signal. That fixes
24285         aspect ratio issues with gst-player.
24286
24287 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24288
24289         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24290           Fix capsnego.
24291
24292 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24293
24294         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24295         public method to fire size signal.
24296
24297 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24298
24299         * examples/gstplay/Makefile.am: Adding the interface library.
24300         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24301         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24302         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24303         GST_IS_X_OVERLAY before signal connect.
24304         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24305         Removing the have_video_size signal.
24306         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24307         and associated public method.
24308         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24309         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24310         signal.
24311         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24312         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24313         signal.
24314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24315         Using XOverlay public method to fire size signal.
24316
24317 2004-01-07  David Schleef  <ds@schleef.org>
24318
24319         * gst/videofilter/Makefile.am:
24320         * gst/videofilter/gstvideotemplate.c:
24321         * gst/videofilter/make_filter:
24322         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24323         Convert make_filter to /bin/sh script.
24324
24325 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24326
24327         * gst/modplug/gstmodplug.cc: fix element description
24328
24329 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24330
24331         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24332         (got_video_size): Adding some new lines in g_print calls.
24333         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24334         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24335         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24336         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24337         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24338         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24339         Complete code review, reverting some stuff i disagree with, adding
24340         some fixes : time synchronization on invalid timestamps, renegotiation
24341         of private window.
24342         * sys/ximage/ximagesink.h:
24343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24344         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24345         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24346         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24347         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24348         (gst_xvimagesink_buffer_new),
24349         (gst_xvimagesink_navigation_send_event),
24350         (gst_xvimagesink_set_xwindow_id),
24351         (gst_xvimagesink_get_desired_size),
24352         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24353         stuff i disagree with, adding some fixes : Renegotiation of private
24354         window, implementing get_desired_size.
24355
24356 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24357
24358         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24359         (gst_afsink_handle_event):
24360         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24361         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24362         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24363         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24364         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24365           Fix for instantiate-test (see core). Also remove dead code from
24366           jpegenc (which still needs fixing, but that's lower on my TODO
24367           list...).
24368         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24369           Never return NULL as caps.
24370
24371 2004-01-07  David Schleef  <ds@schleef.org>
24372
24373         * configure.ac:
24374         * ext/Makefile.am:
24375         * ext/librfb/Makefile.am:
24376         * ext/librfb/gstrfbsrc.c:
24377         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24378         is the protocol used by VNC.
24379
24380 2004-01-07  David Schleef  <ds@schleef.org>
24381
24382         * gst/videofilter/gstvideotemplate.c:
24383         * gst/videofilter/gstvideotemplate.h:
24384         * gst/videofilter/make_filter:
24385         Merge videotemplate header into source file.
24386         * gst/effectv/Makefile.am:
24387         * gst/effectv/gsteffectv.c: (plugin_init):
24388         * gst/effectv/gstwarp.c:
24389         Make warpTV a subclass of videofilter.
24390
24391 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24392
24393         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24394           Add guard against invalid utf-8 conversions in mad. Just in case.
24395
24396 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24397
24398         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24399           Fix for bug shown by poisoning
24400
24401 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24402
24403         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24404         (gst_v4lmjpegsrc_buffer_free):
24405         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24406         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24407         (gst_v4lsrc_buffer_free):
24408           Fix for removed bufferpools.
24409
24410 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24411
24412         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24413         Fix caps negotiation.
24414
24415         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24416         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24417         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24418         (dvdnavsrc_event):
24419         * ext/mpeg2dec/gstmpeg2dec.c:
24420         * gst-libs/gst/navigation/navigation.c:
24421         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24422         * gst-libs/gst/navigation/navigation.h:
24423         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24424         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24426         Super-simple first version of mouse and keyboard events. Clicking
24427         on a DVD menu now works, although it may not take you where you
24428         expected.
24429
24430         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24431         * gst/videotestsrc/gstvideotestsrc.c:
24432         (gst_videotestsrc_src_fixate):
24433         These fixate functions were broken - they never actually
24434         fixated :)
24435
24436 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24437
24438         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24439         (gst_icecastsend_init):
24440           fix for new caps system.
24441         * gst-libs/gst/mixer/mixertrack.h:
24442         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24443           Add 'master track' flag (for tools like ACME that only want to
24444           change the main volume).
24445
24446 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24447
24448         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24449         (gst_xvid_csp_to_caps):
24450         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24451         * ext/xvid/gstxvidenc.c:
24452         ifdef out ARGB type when it isn't available
24453         in xvidcore 1.0.0beta2
24454
24455 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24456
24457         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24458           When we have received a new SCR right in the first buffer after
24459           a seek (so in the same cycle that handles the discont), we should
24460           handle the buffer instead of unreffing it, else we lose data.
24461
24462 2004-01-06  Iain <iain@prettypeople.org>
24463
24464         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24465           buffer-frames caps too.
24466
24467         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24468           caps that we need, don't destroy them all and rebuild them. And when
24469           creating src pads, use the src pad template rather than the sink...
24470
24471 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24472
24473         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24474           Add pad to element *after* setting functions such as event handler.
24475           Without this, the scheduler (opt) will link pads, set the event
24476           handler from the default event function (dispatcher in gstpad.c)
24477           and *after* that, we will set our own event function, which will
24478           thus never be used (and thus mpegdemux doesn't handle events).
24479
24480 2004-01-04  David Schleef  <ds@schleef.org>
24481
24482         Fix the fixate functions to handle new prototype:
24483         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24484         * gst/videotestsrc/gstvideotestsrc.c:
24485         (gst_videotestsrc_src_fixate):
24486         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24487         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24489
24490 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24491
24492         * sys/ximage/ximagesink.h:
24493         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24494         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24495         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24496         (gst_ximagesink_xoverlay_init):
24497           assorted fixes to make (re)embedding work
24498         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24499         (gst_ximagesink_get_desired_size):
24500           implement desired size additions to XOverlay
24501
24502 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24503
24504         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24505         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24506         (gst_x_overlay_got_desired_size):
24507         * gst-libs/gst/xoverlay/xoverlay.h:
24508           Add optional "desired size" signal and querying.
24509
24510 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24511
24512         * gst/matroska/matroska-demux.c:
24513         (gst_matroska_demux_parse_blockgroup):
24514           Fix EBML-laced block parsing. Diffs are relative to previous
24515           lace, not the first lace. Thanks to Mosu from the Matroska
24516           team for detecting this.
24517         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24518         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24519         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24520         (gst_wavparse_change_state):
24521         * gst/wavparse/gstwavparse.h:
24522           Quickfix for capsnego.
24523
24524 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24525
24526         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24527           Fix indenting, fix pad creation.
24528
24529 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24530
24531         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24532         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24533         (gst_xviddec_sink_link):
24534           Implement src_getcaps() so proper size caps is negotiated.
24535
24536 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24537
24538         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24539           Finish flac decoder on EOS. See #116178.
24540
24541 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24542
24543         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24544         (gst_matroska_demux_add_stream):
24545         * gst/matroska/matroska-ids.h:
24546           Add getcaps() function to fix capsnego...
24547
24548 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24549
24550         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24551         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24552         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24553           Fix more integer overflows. Again, see #126967.
24554
24555 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24556
24557         * ext/mpeg2dec/gstmpeg2dec.c:
24558           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24559           #130416.
24560
24561 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24562
24563         * configure.ac:
24564         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24565         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24566         * ext/xvid/gstxvid.h:
24567         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24568         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24569         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24570         (gst_xviddec_change_state):
24571         * ext/xvid/gstxviddec.h:
24572         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24573         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24574         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24575         (gst_xvidenc_link), (gst_xvidenc_set_property),
24576         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24577         * ext/xvid/gstxvidenc.h:
24578           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24579
24580 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24581
24582         * gst/rtp/rtp-packet.c:
24583           Add sys/types.h include, since OS X doesn't define in_addr_t
24584           in netinet/in.h, like it does on Linux (see #129600).
24585
24586 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24587
24588         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24589
24590         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24591           Correct logic of dispose function (see #129306).
24592
24593 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24594
24595         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24596         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24597         (gst_mpeg_parse_init):
24598         * gst/mpegstream/gstmpegparse.h:
24599           Remove clock (which was never provided, i.e. dead code), and
24600           also fix integer overflows at high PTS values (see #126967).
24601
24602 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24603
24604         * ext/flac/gstflacdec.c:
24605         * ext/libpng/gstpngenc.h:
24606         * ext/mikmod/gstmikmod.h:
24607           OS X fixes (see #126628).
24608
24609 2004-01-02  David Schleef  <ds@schleef.org>
24610
24611         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24612         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24614         (gst_mpeg_parse_class_init): Move pad template registration
24615         to class_init, since the derived class (mpegdemux) doesn't
24616         want them.
24617
24618 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24619
24620         * sys/ximage/Makefile.am:
24621         * sys/xvideo/Makefile.am:
24622         * sys/xvimage/Makefile.am:
24623           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24624           after installation (see #127664).
24625
24626 2004-01-02  David Schleef  <ds@schleef.org>
24627
24628         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24629         (gst_ffmpegenc_connect):  Negotiation fixes.
24630         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24631         Remove inappropriate gst_caps_free().
24632         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24633         Reenable Ronald's internal resize code, since the core handles
24634         it correctly now.
24635
24636 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24637
24638         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24639         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24641           Fix pad template stuff.
24642
24643 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24644
24645         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24646         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24647           fix signed integer reading/writing.
24648
24649 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24650
24651         * ext/alsa/README:
24652           Remove outdated document
24653
24654 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24655
24656         * gst/cutter/gstcutter.c: (gst_cutter_init):
24657           src pad was being created twice - oops.
24658
24659 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24660
24661         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24662           Comment out internal resize. It doesn't handle the resulting
24663           XEvent internally, does another try_set_caps() which leads to
24664           a really nice loop.
24665           Real fix will come when Julien and Dave are awake. ;).
24666
24667 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24668
24669         * ext/mpeg2enc/gstmpeg2enc.cc:
24670           fix const/nonconst compile issue.
24671
24672 2004-01-02  David Schleef  <ds@schleef.org>
24673
24674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24675         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24676         Add fixate function and a check for bad formats.
24677
24678 2004-01-01  David Schleef  <ds@schleef.org>
24679
24680         Negotiation fixes:
24681         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24682         (gst_audiofilter_init):
24683         * gst/debug/efence.c: (gst_efence_init):
24684         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24685         (gst_deinterlace_init):
24686         * gst/volume/gstvolume.c: (volume_connect):
24687
24688 2004-01-01  David Schleef  <ds@schleef.org>
24689
24690         Convert elements to use gst_pad_use_explicit_caps() where
24691         appropriate:
24692         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24693         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24694         (gst_afparse_open_file):
24695         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24696         (gst_afsrc_open_file):
24697         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24698         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24699         (gst_ffmpegdec_chain):
24700         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24701         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24702         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24703         (gst_gdk_pixbuf_chain):
24704         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24705         (gst_jpegdec_chain):
24706         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24707         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24708         (gst_mikmod_negotiate):
24709         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24710         (gst_mpeg2dec_negotiate_format):
24711         * ext/mpeg2enc/gstmpeg2enc.cc:
24712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24713         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24714         (gst_speexdec_sinkconnect):
24715         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24716         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24717         (gst_vorbisfile_new_link):
24718         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24719         (gst_ac3parse_chain):
24720         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24721         (gst_asf_demux_setup_pad):
24722         * gst/auparse/gstauparse.c: (gst_auparse_init),
24723         (gst_auparse_chain):
24724         * gst/id3/gstid3types.c: (gst_id3types_loop):
24725         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24726         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24727         (mp1videoparse_parse_seq):
24728         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24729         (bpf_from_header):
24730         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24731         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24732         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24733         (gst_mpeg_parse_send_data):
24734         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24735         (gst_qtdemux_add_stream):
24736         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24737         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24738         (gst_wavparse_parse_fmt):
24739
24740 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24741
24742         * configure.ac:
24743           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24744           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24745           it therefore uses the wrong include paths. Too bad... Note
24746           that 1.6.1.93 is not release yet. ;).
24747           Also add a check for mplex, which is now using the lib'ified
24748           mplex from mjpegtools, too.
24749         * ext/ffmpeg/gstffmpegcodecmap.c:
24750           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24751           issues. I don't think ffmpeg handles 3ivx correctly, so this
24752           probably won't work. But it won't hurt either.
24753         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24754         (gst_ffmpegdec_chain):
24755         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24756         (gst_ffmpegenc_chain_audio):
24757           Fix memleak in audio encoding. Close codec if open fails, this
24758           calls the cleanup routines so we can re-use the context.
24759         * ext/mpeg2enc/gstmpeg2enc.cc:
24760           Fix pad template names/types, fix memory issue with getcaps().
24761         * ext/mpeg2enc/gstmpeg2encoder.cc:
24762         * ext/mpeg2enc/gstmpeg2encoder.hh:
24763           Fix compile issue with new caps system (const thingy).
24764         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24765         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24766           We read a first frame right on initing, so that we have a caps
24767           when we init the output. This caps is cached in padprivate and
24768           read as first frame.
24769         * ext/mplex/Makefile.am:
24770         * ext/mplex/gstmplex.cc:
24771         * ext/mplex/gstmplex.h:
24772         * ext/mplex/gstmplex.hh:
24773         * ext/mplex/gstmplexibitstream.cc:
24774         * ext/mplex/gstmplexibitstream.hh:
24775         * ext/mplex/gstmplexjob.cc:
24776         * ext/mplex/gstmplexjob.hh:
24777         * ext/mplex/gstmplexoutputstream.cc:
24778         * ext/mplex/gstmplexoutputstream.hh:
24779           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24780           had issues, didn't do capsnego, supported only a subset of the
24781           mplex features and required a mplex fork in our local CVS. Plus
24782           that it worked agaist a very old mplex version. Rewriting was
24783           faster than updating it.
24784         * gst-libs/ext/Makefile.am:
24785         * gst-libs/ext/mplex/INSTRUCT:
24786         * gst-libs/ext/mplex/Makefile.am:
24787         * gst-libs/ext/mplex/README:
24788         * gst-libs/ext/mplex/TODO:
24789         * gst-libs/ext/mplex/ac3strm_in.cc:
24790         * gst-libs/ext/mplex/audiostrm.hh:
24791         * gst-libs/ext/mplex/audiostrm_out.cc:
24792         * gst-libs/ext/mplex/aunit.hh:
24793         * gst-libs/ext/mplex/bits.cc:
24794         * gst-libs/ext/mplex/bits.hh:
24795         * gst-libs/ext/mplex/buffer.cc:
24796         * gst-libs/ext/mplex/buffer.hh:
24797         * gst-libs/ext/mplex/fastintfns.h:
24798         * gst-libs/ext/mplex/format_codes.h:
24799         * gst-libs/ext/mplex/inputstrm.cc:
24800         * gst-libs/ext/mplex/inputstrm.hh:
24801         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24802         * gst-libs/ext/mplex/mjpeg_logging.cc:
24803         * gst-libs/ext/mplex/mjpeg_logging.h:
24804         * gst-libs/ext/mplex/mjpeg_types.h:
24805         * gst-libs/ext/mplex/mpastrm_in.cc:
24806         * gst-libs/ext/mplex/mpegconsts.cc:
24807         * gst-libs/ext/mplex/mpegconsts.h:
24808         * gst-libs/ext/mplex/mplexconsts.hh:
24809         * gst-libs/ext/mplex/multplex.cc:
24810         * gst-libs/ext/mplex/outputstream.hh:
24811         * gst-libs/ext/mplex/padstrm.cc:
24812         * gst-libs/ext/mplex/padstrm.hh:
24813         * gst-libs/ext/mplex/stillsstream.cc:
24814         * gst-libs/ext/mplex/stillsstream.hh:
24815         * gst-libs/ext/mplex/systems.cc:
24816         * gst-libs/ext/mplex/systems.hh:
24817         * gst-libs/ext/mplex/vector.cc:
24818         * gst-libs/ext/mplex/vector.hh:
24819         * gst-libs/ext/mplex/videostrm.hh:
24820         * gst-libs/ext/mplex/videostrm_in.cc:
24821         * gst-libs/ext/mplex/videostrm_out.cc:
24822         * gst-libs/ext/mplex/yuv4mpeg.cc:
24823         * gst-libs/ext/mplex/yuv4mpeg.h:
24824         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24825         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24826           We don't fork mjpegtools' mplex in our CVS anymore.
24827         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24828         (gst_avi_demux_add_stream):
24829         * gst/avi/gstavidemux.h:
24830           Add getcaps() function for proper caps nego. This makes some
24831           parts of AVI playback/reading work.
24832         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24833           Resize window on new capsnego. This is probably wrong, but
24834           I'm still committing it because with current capsnego, the
24835           first successfull capsnego is auto-fixated, therefore rounded
24836           down to the lowest values in the caps. this results in a 16x16
24837           XWindow that is not reized when real capsnego finishes.
24838           Dave, I see more cases of this, do you know a proper solution?
24839         * tools/gst-launch-ext.in:
24840           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24841
24842 2003-12-31  David Schleef  <ds@schleef.org>
24843
24844         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24845         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24846           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24847
24848 2003-12-30  David Schleef  <ds@schleef.org>
24849
24850         * ext/ffmpeg/gstffmpegcolorspace.c:
24851         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24852         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24853         (gst_ffmpegcsp_chain): Negotiation fixes
24854         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24856         (gst_audio_convert_link), (gst_audio_convert_channels):
24857         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24858         (gst_audioscale_link), (gst_audioscale_get_buffer),
24859         (gst_audioscale_chain): Negotiation fixes
24860         * gst/audioscale/gstaudioscale.h:
24861         * gst/videofilter/gstvideofilter.c:
24862         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24863         (gst_videofilter_link), (gst_videofilter_init),
24864         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24865         (gst_videofilter_find_format_by_structure):
24866         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24867         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24868         (gst_videoscale_link):
24869         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24870         (videoscale_find_by_structure), (gst_videoscale_setup):
24871         * gst/videoscale/videoscale.h: Negotiation fixes
24872         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24873         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24874         function, restrict resizing to a multiple of 4 (hack until
24875         everyone supports odd sizes correctly).
24876
24877 2003-12-29  Colin Walters  <walters@verbum.org>
24878
24879         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24880         signed.
24881
24882 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24883
24884         * ext/sndfile/gstsf.c: (gst_sf_loop):
24885           Fix warning about discarding const qualifier
24886
24887 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24888
24889         * gst/cutter/gstcutter.c:
24890         * gst/videoscale/gstvideoscale.c:
24891         * gst/volenv/gstvolenv.c:
24892         * gst-libs/gst/audio/audio.c:
24893         * gst-libs/gst/video/video.c:
24894           Fix warnings
24895
24896 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24897
24898         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24899           Don't send ALSA debugging to stderr.
24900         * ext/alsa/gstalsa.h:
24901           Use GST_WARNING instead of g_warning when ALSA functions fail.
24902
24903 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24904
24905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24906           Free XVAdapterInfo correctly.
24907
24908 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24909
24910         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24911         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24912           Make id3tag use correct caps nego.
24913
24914 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24915
24916         * ext/ivorbis/vorbis.c:
24917         * ext/ivorbis/vorbisenc.h:
24918         * ext/ivorbis/vorbisfile.c:
24919           Modify so that it uses the new caps things
24920
24921 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24922
24923         * testsuite/spider/spider1.c: (main):
24924         * testsuite/spider/spider2.c: (main):
24925         * testsuite/spider/spider3.c: (main):
24926           Make tests compile again. They probably don't work.
24927
24928 2003-12-24  Colin Walters  <walters@verbum.org>
24929
24930         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24931         we can't fixate the caps anymore.
24932
24933 2003-12-23  David Schleef  <ds@schleef.org>
24934
24935         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24936         * sys/oss/gstosssink.c: (gst_osssink_init),
24937         (gst_osssink_sink_fixate): Add fixate function.
24938
24939 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24940
24941         * ext/ffmpeg/gstffmpegcodecmap.c:
24942         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24943         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24944         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24945         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24946         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24947         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24948         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24949           fix typo in RGB masks, and move back to "old" colorspace
24950           capsnego code until whoever wrote this new crap has actually
24951           tested it so that it works.
24952           And yes, this works, keep it that way please.
24953
24954 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24955
24956         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24957         (gst_divxdec_init), (gst_divxdec_negotiate):
24958         * ext/divx/gstdivxdec.h:
24959         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24960         (gst_divxenc_init):
24961         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24962         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24963         * ext/mpeg2enc/gstmpeg2enc.cc:
24964         * ext/mpeg2enc/gstmpeg2encoder.cc:
24965         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24966         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24967         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24968         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24969         (dxr3spusink_init):
24970         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24971         (dxr3videosink_init):
24972           Fix caps breakage after Dave's caps branch merge.
24973
24974 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24975
24976         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24977           Fix for 24bpp display.
24978
24979 2003-12-23  Colin Walters  <walters@verbum.org>
24980
24981         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24982         a GnomeVFSHandle directly.
24983
24984 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24985
24986         * gst/volume/Makefile.am:
24987         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24988         (volume_base_init), (volume_init):
24989           Reenable volume element and fix to work with new caps stuff.
24990           Rhythmbox needs this.
24991
24992 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24993
24994         * gst/qtdemux/qtdemux.c: (plugin_init):
24995           qtdemux requires bytestream
24996
24997 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24998
24999         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
25000           Fix remaining caps handling errors due to CAPS merge.
25001
25002 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25003
25004         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
25005         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
25006         (gst_faad_srcconnect):
25007           Port to new caps system.
25008
25009 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25010
25011         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25012         (got_video_size), (main): using g_print instead of g_message.
25013         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
25014         signal which was not emitted because of "switch" element added to the
25015         bin but not connected. (Removing from the bin temporarily)
25016
25017 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25018
25019         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
25020         find X development files. I don't understand the previous tests and
25021         they fail on my debian/ppc unstable. This one works.
25022         * examples/gstplay/player.c: (main): Set the pipeline to READY before
25023         exiting.
25024         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25025         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25026         (gst_play_set_visualization): Add some safety checks in set_ methods
25027         and state_change. This was throwing some ugly CRITICAL messages when
25028         pipeline was getting disposed and casts were failing.
25029
25030 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25031
25032         * configure.ac:
25033           Improve mpeg2enc detection. This is for distributions that do
25034           ship mjpegtools, but without mpeg2enc. Also does object check
25035           for might there ever be ABI incompatibility.
25036         * ext/mpeg2enc/gstmpeg2enc.cc:
25037           Add Andrew as second maintainer (he's helping me), and also add
25038           an error if no caps was set. This happens if I pull before capsnego
25039           and that's something I should solve sometime else.
25040         * gst/matroska/matroska-demux.c:
25041         (gst_matroska_demux_parse_blockgroup):
25042           Fix time parsing.
25043         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25044         (gst_matroska_mux_track_header):
25045           Add caps to templates.
25046         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25047           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25048         * gst/mpegstream/gstmpegdemux.c:
25049           Remove layer since it causes warnings about unfixed caps.
25050         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25051           Fix obvious typo (we error out if caps were set, we should of
25052           course error out if *no* caps were set).
25053         * sys/oss/gstosselement.c: (gst_osselement_convert):
25054           Fix format conversion, we confused bits/bytes.
25055         * sys/oss/gstosselement.h:
25056           Improve documentation for 'bps'.
25057         * sys/v4l/TODO:
25058           Remove stuff about plugins that need removing - this was done
25059           ages ago.
25060         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25061         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25063         (gst_v4lsrc_src_query):
25064         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25065         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25066           Add get_query_types(), get_formats() and query() functions.
25067
25068 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25069
25070         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25071         * moved CVS to freedesktop.org