ext/theora/: Don't try to store a gdouble in a gboolean.
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-03  Wim Taymans  <wim@fluendo.com>
2
3         * ext/theora/gsttheoradec.h:
4         * ext/theora/theoradec.c: (theora_dec_src_event):
5         Don't try to store a gdouble in a gboolean.
6         Small cleanups.
7
8 2006-04-03  Michael Smith  <msmith@fluendo.com>
9
10         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
11           Oggmux sucks.
12           Make it suck slightly less by writing out the final page.
13           Still can't encode a vorbis-in-ogg file correctly, though.
14
15 2006-04-03  Andy Wingo  <wingo@pobox.com>
16
17         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
18         a g_print.
19
20         * ext/theora/theora.c (plugin_init): Register theoraparse.
21
22         * ext/theora/gsttheoraparse.h: 
23         * ext/theora/theoraparse.c: New files implementing a theora
24         parser. Now we can properly remux ogg/theora+vorbis, yay.
25
26         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
27
28 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29
30         * gst/audiotestsrc/gstaudiotestsrc.c:
31           Fixed the sample pipeline (see #323798)
32
33 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34
35         * configure.ac:
36         * win32/common/config.h:
37         * win32/common/config.h.in:
38           use AS_VERSION and AS_NANO
39           more cleanups
40
41 2006-03-31  Andy Wingo  <wingo@pobox.com>
42
43         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
44         uninitialized variable return that would happen.
45         
46         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
47         uninitialized variable return that would never happen.
48
49         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
50         (vorbis_parse_sink_event): Add an event function to flush our
51         state on a seek, and to drain buffers on a premature EOS.
52         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
53         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
54         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
55         (vorbis_parse_drain_queue): Queue up buffers until we can set
56         their timestamps and granulepos values.
57
58         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
59         and keep track of data needed for deriving granulepos and
60         timestamps for buffers.
61
62 2006-03-29  Wim Taymans  <wim@fluendo.com>
63
64         Patch by: j^ <j at bootlab dot org>
65
66         * ext/alsa/gstalsamixerelement.c:
67         (gst_alsa_mixer_element_class_init):
68         * ext/alsa/gstalsasink.c:
69         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
70         * ext/ogg/gstoggdemux.c:
71         * ext/ogg/gstoggmux.c:
72         * ext/ogg/gstoggparse.c:
73         * ext/pango/gstclockoverlay.c:
74         * ext/pango/gsttextoverlay.c:
75         * ext/pango/gsttextrender.c:
76         * ext/pango/gsttimeoverlay.c:
77         * ext/theora/theoradec.c:
78         * ext/theora/theoraenc.c:
79         * ext/vorbis/vorbisdec.c:
80         * ext/vorbis/vorbisenc.c:
81         * gst/audioconvert/gstaudioconvert.c:
82         * gst/subparse/gstsubparse.c:
83         * gst/tcp/gstmultifdsink.c:
84         * gst/tcp/gsttcpclientsink.c:
85         * gst/tcp/gsttcpclientsrc.c:
86         * gst/tcp/gsttcpserversink.c:
87         * gst/tcp/gsttcpserversrc.c:
88           better/unified long descriptions
89           Fixes #336477
90
91 2006-03-29  Wim Taymans  <wim@fluendo.com>
92
93         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
94         (stop_seek):
95         Don't let double and tripple clicks mess up our state.
96
97 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
98
99         * gst/playback/gstplaybin.c: (gen_video_element),
100         (gen_text_element), (gen_audio_element), (gen_vis_element):
101           Error out gracefully when we can't create any of the usual
102           conversion elements for some reason. Also, don't try to
103           create an audioscale (sic) element that's not used anyway.
104
105 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
106
107         * gst/playback/gstplaybasebin.c: (setup_source):
108           Don't post RESOURCE_NOT_FOUND error when we can't find a source
109           element for a particular protocol, that's confusing for users.
110           Instead, post a RESOURCE_FAILED error, so that our own error
111           message is actually shown in totem etc. (#336303).
112
113 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
114
115         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
116
117         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
118         (gst_gnome_vfs_src_get_icy_metadata):
119           Fix some minor memory leaks (#336194).
120
121 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
122
123         * ext/gnomevfs/gstgnomevfs.c:
124         (gst_gnome_vfs_location_to_uri_string):
125         * ext/gnomevfs/gstgnomevfs.h:
126         * ext/gnomevfs/gstgnomevfssink.c:
127         (gst_gnome_vfs_sink_set_property):
128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
129           Make gnomevfssink accept filenames as well as URIs for the
130           "location" property, just like gnomevfssrc does (and
131           filesrc/filesink do) (#336190).
132
133 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
134
135         * tests/check/generic/clock-selection.c: (GST_START_TEST):
136           set to NULL before unreffing, fixes a valgrind leak.
137           Why was this not triggering the error that an object needs to
138           be NULL before unreffing ?
139         * win32/common/config.h:
140           update
141
142 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
143
144         * gst/subparse/gstsubparse.c: (convert_encoding),
145         (gst_sub_parse_change_state):
146         * gst/subparse/gstsubparse.h:
147           Text subtitle files may or may not be UTF-8. If it's not, we
148           don't really want to see '?' characters in place of non-ASCII
149           characters like accented characters. So let's assume the input
150           is UTF-8 until we come across text that is clearly not. If it's
151           not UTF-8, we don't really know what it is, so try the following:
152           (a) see whether the GST_SUBTITLE_ENCODING environment variable
153           is set; if not, check (b) if the current locale encoding is
154           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
155           the current locale encoding is UTF-8 and the environment variable
156           was not set to any particular encoding. Not perfect, but better
157           than nothing (and better than before, I think) (fixes #172848).
158
159 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
160
161         * configure.ac:
162           update core requirement to 0.10.4.1 because of async_playback
163           vmethod on GstBaseSink
164
165 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
166
167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
168         * gst/adder/gstadder.c: (gst_adder_init):
169         use DEBUG_FUNCPTR for collectpads
170
171 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
172
173         * docs/plugins/Makefile.am:
174         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
175         * docs/plugins/gst-plugins-base-plugins-sections.txt:
176         * ext/cdparanoia/gstcdparanoiasrc.c:
177         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
178         (gst_gnome_vfs_sink_class_init):
179         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
181         * ext/ogg/gstoggmux.c:
182         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
183         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
184         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
185         * ext/pango/gsttextoverlay.c:
186         * ext/pango/gsttextrender.c:
187         * ext/theora/theoradec.c:
188         * ext/theora/theoraenc.c:
189         * ext/vorbis/vorbisdec.c:
190         * ext/vorbis/vorbisenc.c:
191         * gst-libs/gst/audio/gstaudiofilter.c:
192         (gst_audio_filter_base_init):
193         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
194         (gst_audio_filter_template_base_init):
195         * gst/adder/gstadder.c: (gst_adder_get_type):
196         * gst/adder/gstadder.h:
197         * gst/audioconvert/gstaudioconvert.c:
198         * gst/audiotestsrc/gstaudiotestsrc.c:
199         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
200         (gst_audio_test_src_create):
201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
202         * gst/playback/gstdecodebin.c:
203         * gst/playback/gstplaybin.c:
204         * gst/playback/gststreamselector.c:
205         (gst_stream_selector_base_init):
206         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
207         * gst/volume/gstvolume.c:
208         * sys/v4l/gstv4lmjpegsink.c:
209         * sys/v4l/gstv4lmjpegsrc.c:
210         * tests/check/libs/cddabasesrc.c:
211         * tests/old/examples/gob/gst-identity2.gob:
212         Add docs for adder, use GST_ELEMENT_DETAILS macro,
213         define GstElementDetails at the top
214
215 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
216
217         * win32/common/libgstinterfaces.def:
218         Add a lot of export functions for gst-python
219         * win32/vs6/libgstinterfaces.dsp:
220         Add a missing include folder in the project configuration
221         
222 2006-03-23  Wim Taymans  <wim@fluendo.com>
223
224         * gst-libs/gst/audio/gstbaseaudiosrc.c:
225         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
226         (gst_base_audio_src_change_state):
227         Fix audio sources, forgot to make the ringbuffer
228         startable...
229
230 2006-03-23  Wim Taymans  <wim@fluendo.com>
231
232         * gst-libs/gst/audio/gstbaseaudiosrc.c:
233         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
234         (gst_base_audio_src_change_state):
235         unparent instead of unref the ringbuffer.
236
237 2006-03-23  Wim Taymans  <wim@fluendo.com>
238
239         * gst-libs/gst/audio/gstbaseaudiosink.c:
240         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
241         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
242         Implement new async_play vmethod to start slaving and allow
243         playback start in case of async PLAY state changes. 
244
245         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
246         Enable QoS with new method in base class.
247
248 2006-03-23  Wim Taymans  <wim@fluendo.com>
249
250         Patch by: Julien MOUTTE <julien at moutte dot net>
251
252         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
253         (gst_video_test_src_do_seek), (gst_video_test_src_create):
254         Partially handle 0 framerate, only EOS after the first frame
255         is missing.
256
257 2006-03-23  Wim Taymans  <wim@fluendo.com>
258
259         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
260
261         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
262         (gst_riff_create_video_template_caps):
263         * gst/ffmpegcolorspace/avcodec.h:
264         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
265         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
266         (gst_ffmpegcsp_avpicture_fill):
267         * gst/ffmpegcolorspace/imgconvert.c:
268         Patch for support of YVU9 AVI files (#334822)
269
270 2006-03-22  Edward Hervey  <edward@fluendo.com>
271
272         * docs/design/design-decodebin.txt:
273         Added design document for new decodebin
274         (Target Caps): text/x-pango-markup is also a default target caps.
275
276 2006-03-22  Wim Taymans  <wim@fluendo.com>
277
278         * gst-libs/gst/audio/gstbaseaudiosink.c:
279         (gst_base_audio_sink_dispose):
280         Since we _parent the ringbuffer, we also need to
281         _unparent instead of a plain _unref.
282
283 2006-03-22  Wim Taymans  <wim@fluendo.com>
284
285         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
286         (stop_seek), (scrub_toggle_cb), (main):
287         Add scrub checkbox.
288
289 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
290
291         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
292         (gst_ogg_parse_chain):
293           Fix very inefficient usage of linked lists (#335365).
294
295 2006-03-21  Edward Hervey  <edward@fluendo.com>
296
297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
298         * gst/playback/gstplaybin.c: (handoff):
299         * gst/playback/gststreamselector.c:
300         (gst_stream_selector_set_property):
301         gcc 4.1 unreferenced pointer fixes.
302         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
304         gst_buffer_ref() now takes a GstBuffer*.
305
306 2006-03-20  Julien MOUTTE  <julien@moutte.net>
307
308         * sys/xvimage/xvimagesink.c:
309         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
310         by Jan Schmidt.
311
312 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
313
314         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
315         (id3v1_type_find), (apetag_type_find), (plugin_init):
316           Can't do tag preferences via probability, as tags would then
317           lose against types that are recognised with MAXIMUM probability
318           (like .wav); so let all tag typefinders return MAXIMUM themselves
319           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
320           that we can prefer APE to ID3v1 (fixes #335028).
321           
322 2006-03-17  Wim Taymans  <wim@fluendo.com>
323
324         * gst-libs/gst/audio/gstbaseaudiosink.c:
325         (gst_base_audio_sink_change_state):
326         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
327         (gst_ring_buffer_may_start):
328         * gst-libs/gst/audio/gstringbuffer.h:
329         Only start playback if we are playing.
330         should fix #330748.
331
332 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
333
334         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
335         * win32/common/config.h:
336           Revert accidental commits to these files.
337
338 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
339
340         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
341
342         * tests/Makefile.am:
343           Don't try to build tests in tests/icles if we
344           don't have X (#323852)
345
346 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
347
348         * gst-libs/gst/tag/gstid3tag.c:
349           Add TXXX frame identifiers for replaygain stuff as used
350           by some taggers (see #323721).
351
352 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
353
354         * gst/playback/gststreamselector.c:
355         (gst_stream_selector_set_property),
356         (gst_stream_selector_bufferalloc):
357           Preserve the existing buggy streamselector behaviour by performing
358           a fallback buffer allocation when downstream isn't linked yet.
359           This should really be fixed in playbin by blocking pads until it's
360           linked them.
361           Also, use gst_pad_alloc_buffer instead of
362           gst_pad_alloc_buffer_and_set.
363
364 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
365
366         * gst-libs/gst/tag/gstid3tag.c:
367           Don't crash on unknown ID3v2 TXXX frames.
368           
369 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
370
371         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
372           Chain up to the parent finalize method.
373           Add 32-bit sample size to the template caps.
374
375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
376         (gst_riff_create_video_template_caps):
377           Add the fourcc that the VMWare codec uses.
378           
379         * gst/playback/gststreamselector.c:
380         (gst_stream_selector_set_property),
381         (gst_stream_selector_bufferalloc),
382         (gst_stream_selector_request_new_pad):
383           For the active pad, forward buffer-alloc requests, otherwise
384           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
385           having to memcpy every frame when used by playbin.
386
387         * gst/tcp/gstmultifdsink.c:
388         (gst_multi_fd_sink_handle_client_write):
389           Get negotiated caps from the sink pad, rather than the sink
390           pad's peer.
391
392 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
393
394         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
395         
396         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
397           Don't forget to set src->callbacks_pushed to FALSE again when
398           popping them, otherwise re-activation in a different mode won't
399           work (#334620).
400
401 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
402
403         Patch by: Sebastien Moutte  <sebastien moutte net>
404
405         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
406         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
407         (gst_ffmpeg_smpfmt_to_caps):
408           Replace __VA_ARGS__ caps creation macros with varargs functions.
409           Makes things compile on MSVC (#320765), looks nicer, and we can
410           tell the compiler to check for the NULL terminator.
411
412 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
413
414         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
415
416         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
417           Make sure the buffer we copy into is really always big
418           enough, this time for real (#333488).
419           
420 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
421
422         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
423           Add support for 24bpp DIB (#305279).
424
425 2006-03-14  Wim Taymans  <wim@fluendo.com>
426
427         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
428         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
430         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
431         (gst_video_scale_init), (gst_video_scale_src_event):
432         Re-enable QoS after the release.
433         Rework videoscale to use the base class src_event handler.
434
435 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
436
437         * configure.ac:
438           back to CVS.
439
440 === release 0.10.5 ===
441
442 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
443
444         * configure.ac:
445           releasing 0.10.5, "Net"
446
447 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
448
449         * docs/plugins/Makefile.am:
450           Part of previous cdparanoiasrc docs fixes, forgot to commit.
451           
452 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
453
454         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
455         * docs/plugins/gst-plugins-base-plugins-sections.txt:
456         * docs/plugins/gst-plugins-base-plugins.hierarchy:
457           Add cdparanoiasrc to docs.
458
459         * gst-libs/gst/cdda/gstcddabasesrc.c:
460           More GstCddaBaseSrc docs.
461
462 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
463
464         * docs/libs/gst-plugins-base-libs-sections.txt:
465         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
466         * gst-libs/gst/tag/tag.h:
467           Add new API to libgsttag: gst_tag_from_id3_user_tag().
468
469 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
470
471         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
472           NULL-terminate array of mpeg4 video file extensions.
473           Fixes crash on PPC (#334226).
474
475 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
476
477         * ext/gnomevfs/gstgnomevfssrc.c:
478         (gst_gnome_vfs_src_check_get_range):
479           gnome_vfs_uri_is_local() alone is not a good indicator
480           whether we can operate in pull-mode with a specific URI,
481           as it returns FALSE for file:// URIs that point to an
482           NFS-mounted path. Be more conservative here: whitelist
483           local files, blacklist http URIs and use the old
484           mechanism for anything else (fixes #334216).
485
486 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
487
488         * configure.ac:
489           back to trunk
490
491 === release 0.10.4 ===
492
493 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
494
495         * configure.ac:
496           releasing 0.10.4, "Power"
497
498 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
499
500         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
501         Disable max-lateness by setting it to -1 for now, so that 
502         we can bed QoS stuff in thoroughly between now and the next
503         release.
504
505 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
506
507         Patch by: Fabrizio Gennari
508
509         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
510           Make sure we don't read beyond the palette buffer in case of
511           broken or manipulated files (#333488)
512
513 2006-03-10  Edward Hervey  <edward@fluendo.com>
514
515         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
516         Fix for variable not initialized.
517
518 2006-03-09  Wim Taymans  <wim@fluendo.com>
519
520         * ext/libvisual/visual.c: (gst_visual_get_type),
521         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
522         (gst_visual_chain):
523         Small cleanups.
524
525         * ext/theora/gsttheoradec.h:
526         * ext/theora/theoradec.c: (gst_theora_dec_init),
527         (gst_theora_dec_reset), (_theora_granule_time),
528         (theora_dec_src_convert), (theora_dec_sink_convert),
529         (theora_dec_src_query), (theora_dec_src_event),
530         (theora_dec_sink_event), (theora_handle_comment_packet),
531         (theora_handle_header_packet), (theora_dec_push),
532         (theora_handle_data_packet), (theora_dec_chain),
533         (theora_dec_change_state):
534         Add simple QoS.
535
536 2006-03-09  Wim Taymans  <wim@fluendo.com>
537
538         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
539         (audiocast_register_listener), (gst_gnome_vfs_src_start):
540         Some cleanups.
541
542 2006-03-09  Wim Taymans  <wim@fluendo.com>
543
544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
545         Don't try to activate NULL chains.
546
547 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
548
549         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
550           Fix invalid memory access to region before peek'd data (#332964).
551
552 2006-03-09  Wim Taymans  <wim@fluendo.com>
553
554         Patch by: Christophe Fergeau
555
556         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
557         * ext/pango/gsttextrender.c: (gst_text_render_init):
558         * gst/adder/gstadder.c: (gst_adder_init):
559         Don't leak padtemplates, closes #333510.
560
561 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
562
563         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
564           Fix invalid memory access: make sure string passed to
565           regexec() is NUL-termianted.
566
567 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
568
569         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
570         (mp3_type_find):
571           Refactor mpeg/audio typefinding to make it more maintainable
572           and easier to fine-tune. Make probing into middle of the file
573           work properly (fixes #333900, also see #152688).
574
575 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
576
577         * gst/typefind/gsttypefindfunctions.c:
578         (utf8_type_find_have_valid_utf8_at_offset):
579           Remove part from previous commit that was bogus:
580           g_utf8_validate() does in fact not accept embedded
581           zeroes, so we don't need to check for those (thanks
582           to Mike for the hint).
583
584 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
585
586         * gst/typefind/gsttypefindfunctions.c:
587         (utf8_type_find_count_embedded_zeroes),
588         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
589           Make plain/text typefinder more conservative: firstly, check
590           for embedded zeroes, which are perfectly valid UTF-8 characters,
591           but also a fairly good sign that something is not a plain text
592           file; secondly, probe into the middle of the file if possible.
593           If we can't probe into the middle, limit the probability value
594           to be returned to TYPE_FIND_POSSIBLE (see #333900).
595
596 2006-03-08  Michael Smith  <msmith@fluendo.com>
597
598         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
599           Make typefind function name for mpeg4 video unique.
600
601 2006-03-08  Wim Taymans  <wim@fluendo.com>
602
603         * ext/libvisual/visual.c: (gst_visual_init),
604         (gst_visual_clear_actors), (gst_visual_dispose),
605         (gst_visual_reset), (gst_visual_src_setcaps),
606         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
607         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
608         (gst_visual_chain), (gst_visual_change_state):
609         Cleanups, post nice errors.
610         Handle sink and src events.
611         Implement simple QoS.
612
613         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
614         Use new basesink methods to configure max-lateness.
615         Small doc update.
616
617         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
618         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
619         Debug statement cleanups.
620
621         * gst/volume/gstvolume.c: (gst_volume_class_init):
622         Simple cleanup.
623
624 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
627         (gst_text_overlay_init), (gst_text_overlay_set_property),
628         (gst_text_overlay_get_property):
629           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
630           as string type properties, but mark them deprecated. Add
631           'halignment' and 'valignment' properties that use enums
632           instead of strings.
633
634 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
635
636         Patch by: Fabrizio Gennari
637
638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
639           Allow palettes with less than 256 colours in AVI files
640           (#333488)
641
642 2006-03-07  Julien MOUTTE  <julien@moutte.net>
643
644         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
645         (gst_text_overlay_video_event): Fix wrong EOS handling on text
646         pad. We were releasing the queued text buffer when we should keep
647         it until video pad gets EOS or discard the text buffer because it's
648         too old. That was eating the last subtitle buffer. Add some more
649         debug.
650
651 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
652
653         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
654         (gst_text_overlay_video_chain):
655           Fix invalid memory access (we can't access a buffer after it's been
656           pushed downstream without taking a reference); fix memory leak (if
657           there's no text to render, bail out before allocating stuff).
658
659 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
660
661         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
662         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
663         * ext/pango/gsttextoverlay.h:
664           If input is plain text, escape it before passing it to
665           pango_layout_set_markup().
666
667 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
670           Don't ignore flow return from gst_pad_push().
671
672 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
673
674         Patch by: Fabrizio Gennari
675
676         * ext/libvisual/visual.c: (gst_visual_getcaps),
677         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
679         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
680         (gst_vorbisenc_convert_sink):
681         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
682         (gst_audio_duration_from_pad_buffer):
683         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
684         (gst_audio_filter_chain):
685         * gst-libs/gst/rtp/gstbasertpdepayload.c:
686         (gst_base_rtp_depayload_setcaps):
687         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
688         (gst_video_get_size):
689         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
690           Don't leak references returned by gst_pad_get_parent()
691           (#333663)
692
693 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
694
695         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
696           change location param details
697         * gst/volume/gstvolume.c: (plugin_init):
698           correct plugin description
699
700 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
703         (gst_gnome_vfs_src_check_get_range):
704           Override GstBaseSrc::check_get_range() in order to avoid opening
705           the resource just to check whether we can operate in pull-mode or
706           not - we can predict that pretty well from the URI alone. Should
707           fix problems with last.fm (#331690). (Requires latest core CVS).
708
709 2006-03-06  Wim Taymans  <wim@fluendo.com>
710
711         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
712         (gst_video_sink_class_init):
713         Throw away frames that are later than 20 ms.
714
715 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
716
717         Patch by: Fabrizio Gennari
718
719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
720           Set depth on WMA caps (#333545)
721
722 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
723
724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
725         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
726           put Theora BOS pages before others.  This hardcodes
727           the Ogg/Theora I profile, but hey.
728
729 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
730
731         * ext/ogg/README:
732           updated with some examples
733         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
734         (granulepos_add), (theora_buffer_from_packet):
735         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
736         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
737         (gst_vorbisenc_chain):
738           implement strategy from ext/ogg/README
739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
740         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
741         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
742         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
743           Fix muxer so that oggz-validate is happy with all streams;
744           except for no eos mark, and the BOS page ordering
745         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
746         (check_buffer_granulepos):
747         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
748           update tests to check for OFFSET being set as requested
749           fixed type of granulepos, it's not a ClockTime
750
751 2006-03-05  Julien MOUTTE  <julien@moutte.net>
752
753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
754         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
755         Check that the xvimage we are creating has a correct size
756         before returning it. (#314897)
757
758 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
759
760         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
761           Give id3 and ape tag typefinders a rank slightly higher
762           than PRIMARY to ensure they're always run before any of
763           the other typefinders (in particular wav and mp3) (#324186).
764
765 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
768           Add support for '3IVD' fourcc (#333403).
769
770 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
771
772         * configure.ac:
773           Bump requirements to GStreamer CVS for the new error enum.
774
775         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
776           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
777           space left on the device (fixes #333352).
778
779 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
780
781         * win32/vs6:
782           add a project file for libgstvolume
783           update the workspace
784
785 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
786
787         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
788         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
789         (GST_START_TEST):
790           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
791           Set IN_CAPS on header buffers
792
793 2006-03-02  Wim Taymans  <wim@fluendo.com>
794
795         * docs/plugins/Makefile.am:
796         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
797         * docs/plugins/gst-plugins-base-plugins-sections.txt:
798         Add audioresample to docs.
799
800         * gst/audioconvert/gstaudioconvert.c:
801         Add revision date.
802
803         * gst/audioresample/gstaudioresample.c:
804         (gst_audioresample_base_init), (gst_audioresample_class_init),
805         (gst_audioresample_init), (gst_audioresample_dispose),
806         (audioresample_get_unit_size), (audioresample_transform_caps),
807         (resample_set_state_from_caps), (audioresample_transform_size),
808         (audioresample_set_caps), (audioresample_event),
809         (audioresample_do_output), (audioresample_transform),
810         (audioresample_pushthrough), (gst_audioresample_set_property),
811         (gst_audioresample_get_property), (plugin_init):
812         * gst/audioresample/gstaudioresample.h:
813         Added docs.
814         Small code cleanups.
815
816 2006-03-02  Wim Taymans  <wim@fluendo.com>
817
818         * docs/plugins/Makefile.am:
819         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
820         * docs/plugins/gst-plugins-base-plugins-sections.txt:
821         Added videoscale to docs.
822
823         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
824         (gst_video_rate_swap_prev), (gst_video_rate_event),
825         (gst_video_rate_chain):
826         Fix typo in docs.
827
828         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
829         (gst_video_scale_init), (gst_video_scale_prepare_size),
830         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
831         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
832         * gst/videoscale/gstvideoscale.h:
833         Added docs, examples.
834         Some code cleanups.
835         Post errors instead of g_warning.
836
837 2006-03-02  Wim Taymans  <wim@fluendo.com>
838
839         * docs/libs/gst-plugins-base-libs-docs.sgml:
840         * docs/libs/gst-plugins-base-libs-sections.txt:
841         * docs/libs/gst-plugins-base-libs.types:
842         * docs/plugins/Makefile.am:
843         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
844         * docs/plugins/gst-plugins-base-plugins-sections.txt:
845         Added some more docs to libs and plugins.
846
847         * gst-libs/gst/audio/gstringbuffer.c:
848         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
849         * gst-libs/gst/audio/gstringbuffer.h:
850         Document ringbuffer some more.
851
852         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
853         (gst_video_rate_setcaps), (gst_video_rate_reset),
854         (gst_video_rate_init), (gst_video_rate_flush_prev),
855         (gst_video_rate_swap_prev), (gst_video_rate_event),
856         (gst_video_rate_chain), (gst_video_rate_change_state):
857         * gst/videorate/gstvideorate.h:
858         Fix videorate to use segments.
859         Make it work with 0/1 framerates (closes #331903)
860         Handle EOS correctly.
861         Added docs.
862
863 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
864
865         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
866         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
867         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
868           In state change function, first chain up to parent class,
869           then handle downwards state change stuff. Remove some
870           commented out cruft from 0.8 code.
871
872 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
873
874         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
875         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
876         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
877         (gst_ogm_parse_chain):
878           Don't remove/re-add source pad if the new caps are the same as
879           the old caps anyway (#333042). When removing source pad, don't
880           unref it afterwards - we didn't ref it when adding. Sprinkle some
881           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
882           after using gst_pad_get_parent(). Return downstream flow return
883           value in chain function.
884
885 2006-03-02  Wim Taymans  <wim@fluendo.com>
886
887         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
888         * docs/plugins/gst-plugins-base-plugins.args:
889         * docs/plugins/gst-plugins-base-plugins.hierarchy:
890         * docs/plugins/gst-plugins-base-plugins.interfaces:
891         * docs/plugins/gst-plugins-base-plugins.signals:
892         Fix hierarchy, added some more elements to the docs.
893
894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
895         (gst_ffmpegcsp_get_type):
896         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
897         Fix docs for ffmpegcolorspace.
898
899 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
900
901         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
902         (apetag_type_find), (ape_type_find), (plugin_init):
903           Some typefinding fine-tuning:
904           - rank ID3/APE tags in order of preference via probabilities, so that
905             ID3v2 > APEv2 > APEv1 > ID3v1.
906           - three or four bytes don't really justify MAXIMUM probability,
907             change those to 'very likely' (musepack and monkeysaudio).
908
909 2006-03-01  Wim Taymans  <wim@fluendo.com>
910
911         * docs/plugins/Makefile.am:
912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
913         * docs/plugins/gst-plugins-base-plugins-sections.txt:
914         * ext/alsa/gstalsamixer.c:
915         * ext/alsa/gstalsamixer.h:
916         * ext/alsa/gstalsamixerelement.c:
917         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
918         * ext/alsa/gstalsamixerelement.h:
919         * ext/alsa/gstalsasink.c:
920         * ext/alsa/gstalsasink.h:
921         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
922         (gst_alsasrc_init):
923         * ext/alsa/gstalsasrc.h:
924         Added alsa docs.
925         Small code cleanups.
926
927 2006-03-01  Wim Taymans  <wim@fluendo.com>
928
929         * ext/theora/Makefile.am:
930         Dist new header too,
931
932 2006-03-01  Wim Taymans  <wim@fluendo.com>
933
934         * docs/plugins/Makefile.am:
935         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
936         * docs/plugins/gst-plugins-base-plugins-sections.txt:
937         * ext/gnomevfs/gstgnomevfssink.h:
938         * ext/gnomevfs/gstgnomevfssrc.h:
939         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
940         * ext/vorbis/vorbisdec.h:
941         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
942         * ext/vorbis/vorbisenc.h:
943         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
944         (vorbis_parse_chain), (vorbis_parse_change_state):
945         * ext/vorbis/vorbisparse.h:
946         * gst/audioconvert/gstaudioconvert.h:
947         * gst/tcp/gsttcpserversink.h:
948         * gst/videotestsrc/gstvideotestsrc.c:
949         * gst/videotestsrc/gstvideotestsrc.h:
950         * gst/volume/gstvolume.c:
951         * gst/volume/gstvolume.h:
952         Fix some more docs.
953         Added docs for vorbisdec and vorbisparse.
954         Fix vorbisparse.
955
956 2006-03-01  Wim Taymans  <wim@fluendo.com>
957
958         * docs/plugins/Makefile.am:
959         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
960         * docs/plugins/gst-plugins-base-plugins-sections.txt:
961         * ext/pango/gstclockoverlay.h:
962         * ext/pango/gsttextoverlay.h:
963         * ext/pango/gsttextrender.h:
964         * ext/pango/gsttimeoverlay.h:
965         * ext/theora/gsttheoradec.h:
966         * ext/theora/gsttheoraenc.h:
967         * ext/theora/theoradec.c:
968         * ext/theora/theoraenc.c:
969         * gst/audioconvert/gstaudioconvert.h:
970         * gst/audiotestsrc/gstaudiotestsrc.h:
971         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
972         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
973         * gst/tcp/gstmultifdsink.h:
974         Updated/added documentation.
975
976         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
977         (gst_text_overlay_halign_get_type),
978         (gst_text_overlay_wrap_mode_get_type),
979         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
980         (gst_text_overlay_init), (gst_text_overlay_set_property),
981         (gst_text_overlay_get_property):
982         Fix up properties to be enums instead of string to make bindings,
983         introspection and automatic GUI creation possible.
984         Add getters for the properties.
985
986 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
987
988         * gst/audiotestsrc/gstaudiotestsrc.c:
989           added defines of M_PI and M_PI_2
990         * gst/ffmpegcolorspace/avcodec.h:
991           removed #include "stdint.h" for win32 as _stdint.h is 
992           autogenerated to win32/common
993         * win32/common/libgstaudio.def:
994         * win32/common/libgsttag.def:
995           added some exports
996         * win32/vs6:
997           some project files bugs corrected
998         * win32/vs7:
999           project files are reset to the default vs7 configuration 
1000           (they link to msvcr71.dll using default optimizations)
1001           
1002 2006-02-28  Wim Taymans  <wim@fluendo.com>
1003
1004         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1005         Fix some docs.
1006
1007 2006-02-28  Edward Hervey  <edward@fluendo.com>
1008
1009         * ext/alsa/gstalsasrc.c:
1010         Set proper class on the ElementDetails:
1011         Source/Audio instead of Src/Audio/
1012
1013 2006-02-28  Edward Hervey  <edward@fluendo.com>
1014
1015         * gst/videoscale/vs_scanline.c:
1016         (vs_scanline_resample_nearest_RGBA):
1017         Revert optimization in videoscale. It should go in liboil and have
1018         an appropriate liboil function.
1019
1020 2006-02-28  Wim Taymans  <wim@fluendo.com>
1021
1022         * gst-libs/gst/audio/gstbaseaudiosink.c:
1023         (gst_base_audio_sink_provide_clock):
1024         Don't try to provide a clock in the NULL state.
1025
1026 2006-02-28  Wim Taymans  <wim@fluendo.com>
1027
1028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1029         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1030         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1031         (gst_ogg_demux_deactivate_current_chain),
1032         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1033         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1034         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1035         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1036         Use GstSegment infrastructure to remove duplicated code
1037         and handle more seek cases correctly.
1038
1039 2006-02-28  Wim Taymans  <wim@fluendo.com>
1040
1041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1042         (gst_ffmpegcsp_transform):
1043         Don't ignore return code from ffmpeg convert function.
1044
1045         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1046         Split out some long statements to ease debugging.
1047
1048 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1049
1050         * ext/libvisual/visual.c: (gst_visual_init),
1051         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1052         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1053         being able to renegotiate the size. Instead, use the negotiation
1054         algorithm from the goom plugin to pick an initial output caps. 
1055
1056         Also, allow theoretical libvisual plugins that might support non-GL 
1057         output even if they also do GL.
1058
1059 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1060
1061         * ext/libvisual/visual.c: (gst_visual_init),
1062         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1063         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1064         possible negotiation issues.
1065
1066 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1067
1068         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1069
1070 2006-02-24  Michael Smith  <msmith@fluendo.com>
1071
1072         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1073         (cmml_type_find), (plugin_init):
1074           Fix CMML type find function to not require a specific minor version
1075           of the CMML header.
1076
1077           Add an MPEG4 video elementary stream typefind function.
1078
1079 2006-02-04  Michael Smith  <msmith@fluendo.com>
1080
1081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1082         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1083         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1084         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1085         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1086         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1087           Annodex support in ogg demuxer. Doesn't do very much without the
1088           other annodex patches (to come).
1089
1090 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1091
1092         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1093
1094         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1095           Pick up palette for MS video v1 (#327028)
1096
1097 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1098
1099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1100         (gst_ffmpegcsp_caps_remove_format_info),
1101         (gst_ffmpegcsp_get_unit_size):
1102           The 'palette_data' field from incoming RGB caps shouldn't be
1103           proxied on outgoing YUV caps; also, restrict unit size
1104           adjustment in case of paletted data only to the unit that
1105           actually has a palette. Fixes #330711.
1106
1107 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1110         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1111         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1112         (gst_ffmpegcsp_get_unit_size):
1113           Plug some memory leaks.
1114
1115 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1116
1117         * sys/ximage/Makefile.am:
1118         * sys/xvimage/Makefile.am:
1119           Add some _CFLAGS and _LIBS that seem to be missing
1120           and/or required for Cygwin (see #317048).
1121
1122 2006-02-22  Wim Taymans  <wim@fluendo.com>
1123
1124         * ext/alsa/gstalsasrc.c:
1125         Fix description as pointed out by caugier.
1126
1127 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1128
1129         Reviewed by : Edward Hervey  <edward@fluendo.com>
1130
1131         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1132         (qt_type_find):
1133         Better 3gp typefinding (#331526).
1134
1135 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1136
1137         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1138           Don't send EOS event here, the base class will send one for us.
1139
1140         * gst/playback/gstplaybasebin.c: (prepare_output):
1141           Subpictures without video stream aren't allowed either.
1142         
1143         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1144           Fix debug statement copy'n'paste-o.
1145
1146 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1149           Fix issues with mixer keeping state when muting/unmuting
1150           and when changing the volume whilst muted (see #331763
1151           and #331765).
1152
1153 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1154
1155         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1156         (parse_subrip), (gst_sub_parse_format_autodetect):
1157           Set right caps given that we send escaped text. Also,
1158           honour <i></i>, <b></b> and <u></u> markers that can be found
1159           in .srt files (fixes #310202).
1160
1161 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1162
1163         * gst-libs/gst/audio/mixerutils.c:
1164         (element_factory_rank_compare_func):
1165           Make order in which elements are tried more determinable.
1166
1167 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1168
1169         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1170         (remove_element_chain), (cleanup_decodebin),
1171         (gst_decode_bin_change_state): Make decodebin reusable by
1172         fixing remove_element_chain first and then introduce a
1173         cleaner in state change to ->NULL. (Closes #331678)
1174
1175 2006-02-19  Wim Taymans  <wim@fluendo.com>
1176
1177         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1178         use 0666 mask when creating files so umask gets applied
1179         correctly. Fixes #331295.
1180
1181 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1182
1183         * gst/subparse/Makefile.am:
1184         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1185         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1186         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1187         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1188         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1189         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1190         * gst/subparse/gstssaparse.h:
1191         * gst/subparse/gstsubparse.c: (plugin_init):
1192           Add very basic parser for SSA subtitle streams (as often
1193           found in matroska files).
1194
1195 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1196
1197         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1198           That should be text/x-pango-markup, not text/x-pango-layout.
1199
1200 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1201
1202         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1203         Polishing.
1204
1205 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1206
1207         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1208         (gst_text_overlay_finalize), (gst_text_overlay_init),
1209         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1210         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1211         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1212         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1213         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1214         Fix state change deadlock.
1215
1216 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1217
1218         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1219         (gst_text_overlay_finalize), (gst_text_overlay_init),
1220         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1221         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1222         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1223         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1224         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1225         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1226         and subtitles files.
1227
1228 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1229
1230         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1231         should be considered as raw.
1232
1233 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1234
1235         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1236         (cb_probe):
1237         * gst/playback/gststreaminfo.h: Introduce language informations.
1238
1239 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1240
1241         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1242         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1243         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1244         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1245         Set shared memory segments to be deleted as soon as we have attached,
1246         that way they get cleaned up automatically if we crash.
1247
1248 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1249
1250         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1251         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1252         functions are called with lock held.
1253
1254 2006-02-18  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_pad_unlink), (gst_text_overlay_text_event),
1261         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1262         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1263         (gst_text_overlay_change_state): Refactoring of textoverlay
1264         without collectpads. This now supports sparse subtitles coming
1265         from a demuxer instead of a sub file. Seeking is still broken 
1266         though. Need to discuss with wtay some more on how to handle
1267         seeking correctly.
1268         * ext/pango/gsttextoverlay.h:
1269         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1270         subtitles coming from the demuxer.
1271
1272 2006-02-17  Wim Taymans  <wim@fluendo.com>
1273
1274         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1275         (gst_vorbisenc_convert_sink):
1276         Use some more scaling functions.
1277
1278 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1279
1280         * ext/cdparanoia/gstcdparanoiasrc.c:
1281         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1282         (gst_cd_paranoia_paranoia_callback),
1283         (gst_cd_paranoia_src_signal_is_being_watched),
1284         (gst_cd_paranoia_src_read_sector):
1285         * ext/cdparanoia/gstcdparanoiasrc.h:
1286           Add back 'transport-error' and 'uncorrected-error' signals and
1287           make them actually be fired when bad stuff happens (#319340).
1288
1289 2006-02-17  Wim Taymans  <wim@fluendo.com>
1290
1291         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1292         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1293         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1294         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1295         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1296         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1297         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1298         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1299         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1300         (gst_ring_buffer_clear):
1301         Small cleanups.
1302         Added some G_LIKELY.
1303
1304 2006-02-17  Wim Taymans  <wim@fluendo.com>
1305
1306         * gst-libs/gst/audio/TODO:
1307         Update TODO
1308
1309         * gst-libs/gst/audio/gstbaseaudiosink.c:
1310         (gst_base_audio_sink_get_offset):
1311         When trying to play samples ASAP and we don't have a
1312         previous sample, try to play at position 0 instead of
1313         an invalid position.
1314
1315 2006-02-17  Wim Taymans  <wim@fluendo.com>
1316
1317         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1318         (gst_alsasink_reset):
1319         Also release lock when we get an error in _reset();
1320         fix an error message.
1321
1322 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1323
1324         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1325         (gst_alsasink_init), (get_channel_free_structure),
1326         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1327         (gst_alsasink_close):
1328         * ext/alsa/gstalsasink.h:
1329           Add support for more than 2 channels (#326720).
1330
1331 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1332
1333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1334           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1335           with 4 or 6 channels, assume a default channel layout to make things
1336           work (not sure there's anything else we can do in those cases).
1337
1338 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst-libs/gst/audio/multichannel.c:
1341           Minor docs fix.
1342
1343         * gst-libs/gst/riff/Makefile.am:
1344         * gst-libs/gst/riff/riff-ids.h:
1345         * gst-libs/gst/riff/riff-media.c:
1346         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1347           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1348           channels and a channel layout map.
1349           
1350 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1351
1352         Reviewed by Edward Hervey  <edward@fluendo.com>
1353
1354         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1355         C-level optimization of the RGBA nearest neighbour function.
1356         Eventually this might end up in liboil with vectorized versions.
1357
1358 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1359
1360         * gst-libs/gst/audio/multichannel.c:
1361         (gst_audio_get_channel_positions):
1362           When we have more than 2 channels, but no channel layout is
1363           specified in the caps, return some default channel layout
1364           to the caller and warn about about a possibly buggy element
1365           (could be buggy filtercaps as well of course) (#317038).
1366
1367 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1368
1369         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1370           Add gst-libs/gst/cdda to list of lib search paths.
1371
1372 2006-02-15  Andy Wingo  <wingo@pobox.com>
1373
1374         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1375         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1376         to the Lord Jesus that I do not have to touch the ogg muxer ever
1377         again.
1378
1379 2006-02-15  Edward Hervey  <edward@fluendo.com>
1380
1381         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1382         quicktime movie files can also contain 'uuid' atoms.
1383
1384 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1385
1386         * gst/audioconvert/plugin.c: (plugin_init):
1387           Register the GstAudioChannelPosition enum type with the type
1388           system in the plugin_init function, so that it is known before
1389           any element actually makes use of multi-channel stuff. This is
1390           required for example if one wants to be able to deserialise/use
1391           a caps string with channel positions before any pipeline has
1392           been setup and started, like with gst-launch.
1393
1394 2006-02-14  Wim Taymans  <wim@fluendo.com>
1395
1396         * gst-libs/gst/audio/gstringbuffer.c:
1397         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1398         (gst_ring_buffer_samples_done), (wait_segment),
1399         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1400         Add some compiler G_(UN_)LIKELY help.
1401         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1402         make sure they can exit their functions. Should fix #330748
1403
1404 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1405
1406         * Makefile.am:
1407         * configure.ac:
1408         * win32/MANIFEST:
1409         * win32/common/_stdint.h:
1410           Windows does not have long long; copy the generated _stdint.h
1411         * win32/common/interfaces-enumtypes.c:
1412         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1413         (gst_mixer_track_flags_get_type),
1414         (gst_tuner_channel_flags_get_type):
1415         * win32/common/multichannel-enumtypes.c:
1416         (gst_audio_channel_position_get_type):
1417           update
1418
1419 2006-02-13  Wim Taymans  <wim@fluendo.com>
1420
1421         * gst-libs/gst/audio/gstbaseaudiosink.c:
1422         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1423         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1424         Always sync on first sample we receive when starting.
1425
1426 2006-02-13  Wim Taymans  <wim@fluendo.com>
1427
1428         * gst/playback/gstplaybin.c: (gen_vis_element):
1429         Update vis bin docs.
1430         Move queue after tee so we don't queue video buffers but
1431         audio samples instead. Fixes problems where the video queue
1432         is filled and the audio queue empty.
1433
1434 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1435
1436         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1437           No need to push an EOS event here, GstBaseSrc will do that for us
1438           when we return FLOW_UNEXPECTED.
1439           
1440 2006-02-12  Wim Taymans  <wim@fluendo.com>
1441
1442         * gst-libs/gst/audio/gstbaseaudiosink.c:
1443         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1444         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1445         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1446         Use scale functions when possible.
1447         Fix error messages.
1448         Free clockid when after waiting for EOS.
1449         Use G_(UN_)LIKLY when it makes sense.
1450         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1451
1452 2006-02-12  Edward Hervey  <edward@fluendo.com>
1453
1454         * gst/playback/gstplaybasebin.c: (prepare_output): 
1455         Remove stray semi-colon (fixes #330888).
1456
1457 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1458
1459         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1461         Fix up the XShm call testing so that we catch errors, and don't
1462         cause new ones by attempting to detach from a segment we failed
1463         to attach to. Fixes #312439.
1464
1465 2006-02-10  Edward Hervey  <edward@fluendo.com>
1466
1467         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1468         Added flv file typefind (video/x-flv).
1469
1470 2006-02-10  Edward Hervey  <edward@fluendo.com>
1471
1472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1473         (gst_riff_create_video_template_caps):
1474         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1475         Also added the caps to the default set of riff video caps.
1476
1477 2006-02-09  Andy Wingo  <wingo@pobox.com>
1478
1479         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1480         time and the end time of the last packet in the page.
1481         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1482         on the pages in our queue, set the duration as well. Reflow a
1483         debug statement.
1484         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1485         Fixes bad muxing order.
1486
1487 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1488
1489         * gst-libs/gst/rtp/gstbasertppayload.c:
1490         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1491           update seqnum before setting it on the packet; this makes sure
1492           that the timestamp and seqnum properties match after pushing
1493           a buffer
1494
1495 2006-02-09  Andy Wingo  <wingo@pobox.com>
1496
1497         * gst-libs/gst/audio/gstringbuffer.c
1498         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1499         overflow after 13.5 hours of recording. Kapow!
1500
1501         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1502         the buffer size -- we don't care about underrun/overrun reporting
1503         right now, just need to return a useful value.
1504
1505 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1506
1507         * configure.ac:
1508           Back to CVS
1509
1510 === release 0.10.3 ===
1511
1512 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1513
1514         * configure.ac:
1515           releasing 0.10.3, "Under Pressure"
1516
1517 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1518
1519         * configure.ac:
1520         Drat. Bump libtool version number for new API.
1521         Prelease 0.10.2.3 (of 0.10.3)
1522
1523 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1524
1525         * configure.ac:
1526         * win32/common/config.h:
1527         0.10.2.2 prerelease (of 0.10.3).
1528
1529 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1530
1531         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1532           Revert Andy's newsegment change pending a more correct
1533           fix.
1534
1535 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1536
1537         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1538         (qt_type_find), (plugin_init):
1539           detect more files as 3gp
1540           group and reorder the iso file formats
1541
1542 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         * ext/vorbis/vorbis.c: (plugin_init):
1545           Register musicbrainz tags, so apps don't have to.
1546
1547 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1550         (gst_tag_to_vorbis_tag):
1551           Make sure we called gst_tag_register_musicbrainz_tags()
1552           before possibly mapping a vorbiscomment string from/to a
1553           musicbrainz tag.
1554
1555 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1558           In case we can't find the required number of consecutive
1559           mpeg audio frames to positively identify an MPEG audio
1560           stream, check if there's at least a valid mpeg audio
1561           frame right at offset 0 and if so suggest mpeg/audio
1562           caps with a very low probability (#153004).
1563
1564 2006-02-07  Andy Wingo  <wingo@pobox.com>
1565
1566         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1567         a TIME segment if we get timestamped buffers. Requires recent
1568         fixes in core to work properly.
1569
1570 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         * gst/playback/gstplaybasebin.c: (prepare_output):
1573           Don't print the URI as part of the error message, it
1574           makes error dialogs look rather ugly, especially if
1575           the URI is very long or has characters in it that
1576           need escaping.
1577
1578 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1579
1580         * gst/playback/gstplaybasebin.c: (prepare_output):
1581           Error out if we have only text or subtitles, but nothing
1582           else. Also error out if we have subtitles but no video
1583           stream.
1584
1585 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1586
1587         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1588           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1589           Post an error message on the bus when we encounter an
1590           error, which will hopefully be more meaningful than the
1591           'Internal Flow Error' message users get to see if we
1592           just return GST_FLOW_ERROR.
1593
1594 2006-02-07  Andy Wingo  <wingo@pobox.com>
1595
1596         * configure.ac (GST_MAJORMINOR): Update core version req to
1597         0.10.2.2, for the collectpads API addition (#330244).
1598
1599 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1600
1601         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1602           Return FALSE from plugin_init() when GnomeVFS can't
1603           be initialised for some reason (#328423).
1604
1605 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1606
1607         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1608         Stick to seeking theory until i find the bug.
1609         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1610
1611 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1612
1613         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1614         (theora_enc_finalize), (theora_enc_sink_setcaps),
1615         (theora_set_header_on_caps), (theora_enc_chain),
1616         (theora_enc_change_state):
1617         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1618           Make theoraenc and the tests leak free. Like, really.
1619
1620 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1621
1622         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1623         (theora_enc_finalize), (theora_enc_sink_setcaps):
1624           Add a finalize method to ensure we clean up state even if
1625           someone omitted the state change back to NULL.
1626
1627         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1628         (gst_vorbisenc_chain):
1629           Free some more leaked bits.
1630
1631         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1632         (stop_pipeline):
1633           Wait for state changes to happen if they're ASYNC.
1634
1635           This ought to teach those fancy pants buildbots a lesson.
1636
1637 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1638
1639         * gst-libs/gst/tag/gstid3tag.c:
1640           Add mapping for ID3 International Standard Recording Code
1641           tag "TSRC"
1642
1643 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1644
1645         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1646           Don't leak tag names.
1647
1648 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * docs/libs/gst-plugins-base-libs-docs.sgml:
1651         * docs/libs/gst-plugins-base-libs-sections.txt:
1652         * gst-libs/gst/tag/gstid3tag.c:
1653         * gst-libs/gst/tag/gstvorbistag.c:
1654         * gst-libs/gst/tag/tags.c:
1655           Split libgsttag docs into multiple sections.
1656
1657 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1658
1659         * docs/libs/Makefile.am:
1660         * docs/libs/gst-plugins-base-libs-docs.sgml:
1661         * docs/libs/gst-plugins-base-libs-sections.txt:
1662         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1663         * gst-libs/gst/tag/gstvorbistag.c:
1664         * gst-libs/gst/tag/tag.h:
1665         * gst-libs/gst/tag/tags.c:
1666           Add libgsttag to the docs.
1667
1668 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1669
1670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1671         (gst_text_overlay_init), (gst_text_overlay_src_event),
1672         (gst_text_overlay_collected): Fix clockoverlay.
1673
1674 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1675
1676         * docs/libs/compiling.sgml:
1677           Fix typo: it's pkg-config, not pkg-gconfig
1678
1679         * docs/libs/gst-plugins-base-libs-docs.sgml:
1680         * docs/libs/gst-plugins-base-libs-sections.txt:
1681         * docs/libs/tmpl/gstgconf.sgml:
1682           There is no libgstgconf in 0.10, remove it
1683           from the docs.
1684
1685 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1686
1687         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1688         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1689         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1690         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1691         (gst_sub_parse_class_init), (gst_sub_parse_init),
1692         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1693         (parse_mpsub), (parser_state_init), (handle_buffer),
1694         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1695         * gst/subparse/gstsubparse.h: Introduce seeking code.
1696
1697 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1698
1699         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1700           Add comment about LANGUAGE tag inconsistency (we want
1701           ISO-639-1, but extract three-letter identifiers?)
1702
1703         * po/POTFILES.in:
1704           Add two translatable files.
1705
1706 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1707
1708         * gst-libs/gst/tag/Makefile.am:
1709         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1710         * gst-libs/gst/tag/tag.h:
1711         * gst-libs/gst/tag/tags.c:
1712         (gst_tag_register_musicbrainz_tags_internal),
1713         (gst_tag_register_musicbrainz_tags):
1714           Forward-port some tags stuff from the 0.8 branch. This is
1715           mostly the addition of musicbrainz tags and their mapping
1716           to vorbistags, and a vorbistag mapping of the language tag.
1717
1718 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1719
1720         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1721         refactoring.
1722
1723 2006-02-04  David Schleef  <ds@schleef.org>
1724
1725         * ext/ogg/gstoggmux.c:
1726         * gst/typefind/gsttypefindfunctions.c:
1727           Add Dirac typefinding and add dirac format to oggmux.
1728
1729 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1730
1731         * gst/playback/gstdecodebin.c: (try_to_link_1):
1732           Don't put essential function call into
1733           g_return_*() macro, otherwise it'll all be
1734           replaced by NOOPs when compiling with
1735           G_DISABLE_CHECKS defined.
1736
1737 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1738
1739         * ext/ogg/gstoggdemux.c:
1740         * ext/ogg/gstoggparse.c:
1741         * gst/tcp/gsttcpserversink.c:
1742         * sys/v4l/v4lsrc_calls.c:
1743         * sys/v4l/v4lsrc_calls.h:
1744         Just make it compile with --disable-gst-debug.
1745
1746 2006-02-03  Wim Taymans  <wim@fluendo.com>
1747
1748         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1749         (gst_alsasink_class_init), (gst_alsasink_init),
1750         (gst_alsasink_write), (gst_alsasink_reset):
1751         * ext/alsa/gstalsasink.h:
1752         Add lock to protect alsa calls.
1753         Implement reset to flush samples ASAP, does not work
1754         with dmix though.
1755
1756 2006-02-02  Wim Taymans  <wim@fluendo.com>
1757
1758         * gst-libs/gst/audio/gstbaseaudiosink.c:
1759         (gst_base_audio_sink_provide_clock):
1760         Ugh.. getting late I guess...
1761
1762 2006-02-02  Wim Taymans  <wim@fluendo.com>
1763
1764         * gst-libs/gst/audio/gstbaseaudiosink.c:
1765         (gst_base_audio_sink_provide_clock),
1766         (gst_base_audio_sink_set_property),
1767         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1768         Don't try to provide a clock when we are not negotiated since
1769         we might not be able to make it run.
1770
1771 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1772
1773         * gst/playback/gstdecodebin.c: (try_to_link_1):
1774           Unlinking two source pads is ... hard.
1775
1776 2006-02-02  Wim Taymans  <wim@fluendo.com>
1777
1778         * gst-libs/gst/audio/TODO:
1779         Updated.
1780
1781         * gst-libs/gst/audio/gstbaseaudiosink.c:
1782         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1783         On EOS, wait till the last sample is played before posting EOS.
1784
1785 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1786
1787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1788           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1789           setting queue_delay to zero. Also avoid thread being started if
1790           queue_delay is zero.
1791
1792 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1793
1794         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1795           Make test work again by connecting fakesinks to each decoded pad,
1796           which makes the pipeline wait until each fakesink has a buffer
1797           queued before going to PAUSED state. At that point we know the
1798           decodebin pads are negotiated.
1799
1800 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1801
1802         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1803         (gst_cdda_base_src_handle_event):
1804         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1805           Pass unhandled queries to the parent class's query function.
1806
1807 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1808
1809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1810         (gst_ogg_pad_src_query):
1811         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1812         * ext/theora/theoradec.c: (theora_dec_src_query),
1813         (theora_dec_sink_query):
1814         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1815         (vorbis_dec_sink_query):
1816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1817         (gst_vorbisenc_sink_query):
1818         * gst/adder/gstadder.c: (gst_adder_query):
1819           Pass unhandled queries upstream instead of just
1820           dropping them (#326447). Also, fix supported
1821           query types list for some elements.
1822
1823 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1824
1825         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1826         (paris_type_find), (ilbc_type_find), (plugin_init):
1827           Fix typefinding for audio/x-au, audio/x-paris and
1828           audio/iLBC-sh. We cannot use the START_WITH macros
1829           here, because there can only be one typefind factory
1830           with the same name (caps), so the second one would
1831           replace the first one and the first one would never
1832           be called when doing typefinding (see #161712).
1833           
1834
1835 2006-01-31  Wim Taymans  <wim@fluendo.com>
1836
1837         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1838         (vorbis_handle_header_packet), (vorbis_dec_push),
1839         (vorbis_handle_data_packet):
1840         Use scale_int when we can, add some more scaling.
1841         Check packettype before parsing it.
1842
1843 2006-01-31  Wim Taymans  <wim@fluendo.com>
1844
1845         * ext/theora/theoradec.c: (_theora_granule_time),
1846         (theora_dec_src_convert), (theora_dec_sink_convert):
1847         Call right _scale functions.
1848         Use parameter instead of some other random value.
1849
1850 2006-01-31  Wim Taymans  <wim@fluendo.com>
1851
1852         * ext/theora/theoradec.c: (_theora_granule_frame),
1853         (_theora_granule_time), (_inc_granulepos),
1854         (theora_dec_src_convert), (theora_dec_sink_convert),
1855         (theora_handle_type_packet), (theora_handle_data_packet),
1856         (theora_dec_chain):
1857         Use higher precision timestamps calculation.
1858         Convert some other conversions to _scale.
1859
1860 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1861
1862         * gst/audiotestsrc/gstaudiotestsrc.c:
1863         (gst_audio_test_src_create_sine_table), (plugin_init):
1864         * gst/volume/gstvolume.c: (plugin_init):
1865           initialize gst_controller before using
1866
1867 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1868
1869         * tests/check/pipelines/theoraenc.c:
1870         * tests/check/pipelines/vorbisenc.c:
1871         Define constant using G_GINT64_CONSTANT to avoid errors when
1872         passing it around - otherwise it gets truncated to 32 bits.
1873
1874         Fixes failing tests.
1875
1876 2006-01-31  Andy Wingo  <wingo@pobox.com>
1877
1878         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1879         caps being set doesn't have a framerate value. Basically a stopgap
1880         measure.
1881
1882         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1883         technically correct enough to put into core though.
1884         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1885         DURATION. Fixes theoraenc ! oggmux.
1886
1887         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1888         fraction, not double.
1889
1890 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1891
1892         * win32/vs7:
1893         add vs7 project files created by Sergey Scobich
1894
1895 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1896
1897         * win32/vs8:
1898         add vs8 project files created by Sergey Scobich
1899         
1900 2006-01-30  Andy Wingo  <wingo@pobox.com>
1901
1902         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1903         timestamp + duration, not just timestamp -- ogg pages should be
1904         ordered by stop time. Necessary fix given the change in vorbis
1905         timestamps.
1906
1907         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1908         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1909         (granulepos_add): New function, handles the messiness of adjusting
1910         granulepos values.
1911         (theora_buffer_from_packet):
1912         (theora_enc_chain):
1913         (theora_enc_sink_event): Use granulepos_add, not +.
1914
1915         * tests/check/pipelines/theoraenc.c
1916         (check_buffer_granulepos_from_starttime): Just check the frame
1917         count, not the actual granulepos -- we can't dictate to the
1918         encoder when it should be placing keyframes.
1919
1920 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1921
1922         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1923           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1924           play an http:// stream from a server that's not serving
1925
1926 2006-01-30  Andy Wingo  <wingo@pobox.com>
1927
1928         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1929         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1930         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1931         available.
1932
1933         * ext/theora/gsttheoraenc.h:
1934         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1935         although theoraenc was timestamping correctly. Added handling of
1936         streams that start with nonzero timestamps.
1937
1938         * tests/check/Makefile.am:
1939         * tests/check/pipelines/theoraenc.c: New file, basically does same
1940         tests as vorbisenc.
1941
1942         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1943
1944 2006-01-30  Wim Taymans  <wim@fluendo.com>
1945
1946         * gst-libs/gst/audio/gstaudiosink.c:
1947         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1948         (gst_audioringbuffer_pause):
1949         Implement pause that does not wait for completion.
1950
1951         * gst-libs/gst/audio/gstbaseaudiosink.c:
1952         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1953         Don't drop buffers when going to PAUSED but perform preroll on
1954         remaining samples now that core base class supports this.
1955
1956         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1957         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1958         (gst_ring_buffer_commit):
1959         Pause should not signal waiters.
1960         Implement return value of _commit correctly.
1961
1962 2006-01-30  Andy Wingo  <wingo@pobox.com>
1963
1964         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1965
1966         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1967         updated to timestamp from the first sample, not the last.
1968         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1969         special care of granulepos and timestamp for header packets.
1970         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1971         when the first buffer has a nonzero timestamp.
1972
1973         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1974         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1975         case when the first audio buffer we get has a nonzero timestamp.
1976         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1977         properly timestamp vorbis buffers with the time of the first
1978         sample, not the last.
1979         
1980         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1981         vorbis_granule_time_copy -- now it takes the granule/subgranule
1982         offset into account.
1983
1984         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1985         timestamps, durations, and granulepos on buffers produced by
1986         vorbisenc.
1987
1988 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1989
1990         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1991         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1992           Patch from Eric Jonas to support conversions to/from UYVY 
1993           (Fixes: #324626)
1994
1995 2006-01-30  Julien MOUTTE  <julien@moutte.net>
1996
1997         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1998         (setup_subtitle), (setup_source), (set_active_source):
1999         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2000         (gen_text_element), (gen_audio_element), (gen_vis_element),
2001         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2002
2003 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2004
2005         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2006         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2007                 use gst_guint64_to_gdouble to be compliant with vs6
2008         * gst/playback/gstdecodebin.c: (try_to_link_1)
2009         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2010                 use G_GINT64_CONSTANT for int64 constants
2011         * win32/common/libgstinterfaces.def:
2012                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2013         * win32/vs6:
2014                 update and add new project files
2015                 
2016 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2017
2018         * Makefile.am:
2019         * win32/MANIFEST:
2020         * win32/common/interfaces-enumtypes.c:
2021         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2022         (gst_mixer_track_flags_get_type),
2023         (gst_tuner_channel_flags_get_type):
2024         * win32/common/interfaces-enumtypes.h:
2025         * win32/common/multichannel-enumtypes.c:
2026         (gst_audio_channel_position_get_type):
2027         * win32/common/multichannel-enumtypes.h:
2028           add a win32-update rule like in core, and copy over enumtypes files
2029
2030 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2031
2032         * win32/MANIFEST:
2033         * win32/common/config.h:
2034         * win32/common/config.h.in:
2035           add config files just like in core
2036
2037 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2040           Make gcc-4.1 happy (part of #327357).
2041
2042 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2043
2044         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2045         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2046         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2047         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2048         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2049         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2050           Update all error messages.  All of them should either use
2051           the default translated message, or actually provide a
2052           translatable string.
2053           Make the string for channel count problems meaningful.
2054
2055 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2056
2057         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2058           check for and throw RESOURCE_BUSY
2059
2060 2006-01-27  David Schleef  <ds@schleef.org>
2061
2062         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2063           checked in this change -- it requires liboil features not
2064           in 0.3.6.  Revert parts.
2065
2066 2006-01-27  David Schleef  <ds@schleef.org>
2067
2068         * REQUIREMENTS:
2069         * configure.ac: update liboil requirement to 0.3.6
2070         * gst/videoscale/Makefile.am:
2071         * gst/videoscale/vs_scanline.c: liboilify
2072
2073 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2074
2075         * ext/libvisual/visual.c: (get_buffer):
2076           When pad_alloc returns a GstFlowReturn other
2077           than GST_FLOW_OK, make sure it is passed upstream.
2078
2079 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2080
2081         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2082         (gst_alsasink_class_init):
2083           Free the device name string.
2084
2085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2086         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2087         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2088           Don't remove a pad from the collectpads structure until it
2089           is released - it's a request pad, and may receive data again
2090           if the element gets moved back to PLAYING state.
2091
2092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2093           Ensure we turn on double buffering on the Xv port, and
2094           set the colour key to something dark and mysterious that
2095           isn't black.
2096
2097 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2098
2099         * ext/alsa/gstalsaplugin.c: (plugin_init):
2100         * ext/cdparanoia/gstcdparanoiasrc.c:
2101         (gst_cd_paranoia_src_base_init), (plugin_init):
2102         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2104           - a library should not call setlocale. see "Libraries" node in
2105             gettext manual
2106           - make sure all plugins that use translation do bindtextdomain
2107             to point to the localedir
2108         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2109         (setup_sinks), (plugin_init):
2110           all this, and check for NULL when creating sinks
2111
2112 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2113
2114         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2115         (plugin_init): Make typefinding of subtitles work again.
2116
2117 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2118
2119         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2120         (mp3_type_frame_length_from_header), (mp3_type_find),
2121         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2122         (plugin_init):
2123           Backport a bunch of typefinding fixes from the 0.8 branch.
2124           Also, improve wavpack typefinding: if we can't peek the
2125           entire wavpack block, try to parse the bits we can get and
2126           see if we find what we're looking for in those.
2127
2128 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2129
2130         * sys/ximage/ximagesink.c:
2131         (gst_ximagesink_calculate_pixel_aspect_ratio):
2132         * sys/xvimage/xvimagesink.c:
2133         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2134         more cases of pixel aspect ratio.
2135
2136 2006-01-26  Edward Hervey  <edward@fluendo.com>
2137
2138         * gst/playback/gstdecodebin.c: (pad_probe):
2139         Also consider the flush-start and tag events as unblockers
2140         for the pad probes.
2141
2142 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2143
2144         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2145         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2146         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2147         On the fly visualisation switch, works disabling, enabling as
2148         well but it won't be able to enable vis in a playbin that was
2149         created with no visualisation.
2150
2151 2006-01-25  Wim Taymans  <wim@fluendo.com>
2152
2153         * gst-libs/gst/audio/gstbaseaudiosink.c:
2154         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2155         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2156         resume after pause.
2157
2158 2006-01-25  Wim Taymans  <wim@fluendo.com>
2159
2160         * gst-libs/gst/audio/gstbaseaudiosink.c:
2161         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2162         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2163         Improve debugging.
2164         Post error when caps cannot be parsed.
2165         Resync on discontinuity in the stream.
2166         Clip samples to segment boundaries.
2167         return WRONG_STATE sooner when we are flushing.
2168
2169         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2170         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2171         Make audiosrc operate in TIME.
2172         Set TIMESTAMP and DURATION on buffers.
2173
2174 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2175
2176         * tests/examples/seek/seek.c: (main):
2177           Output tag messages as well.
2178
2179 2006-01-23  Edward Hervey  <edward@fluendo.com>
2180
2181         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2182         (free_pad_probes), (remove_fakesink), (pad_probe),
2183         (close_pad_link), (gst_decode_bin_change_state):
2184         Replace GstPadBlockCallback with pad probes that detect
2185         first buffer AND eos before removing fakesink.
2186         Fixes hang with demuxers doing EOS while pre-rolling.
2187         Solves #328279
2188
2189 2006-01-23  Andy Wingo  <wingo@pobox.com>
2190
2191         * ext/alsa/gstalsasink.c:
2192         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2193         (gst_base_rtp_depayload_setcaps),
2194         (gst_base_rtp_depayload_add_to_queue),
2195         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2196         
2197         Patch by: Jens Granseuer <jensgr at gmx dot net>
2198
2199 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2200
2201         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2202         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2203         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2204         frames. We might get a frame destroyed after changing state to
2205         NULL, adding a safety check on xcontext.
2206
2207 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2208
2209         * gst-libs/gst/interfaces/xoverlay.c:
2210           Fix prepare-xwindow-id code example in the docs - we need to
2211           ignore all messages that aren't element messages as well.
2212           
2213 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2214
2215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2216           I think one day i'll completely undestand how caps negotiation
2217           is supposed to work. This refactoring handles buffer_alloc
2218           called with caps we can't handle. We definitely don't want a
2219           set_caps with those caps, so we define and allocate a buffer
2220           we would like to receive.
2221
2222 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2223
2224         * gst/playback/gstplaybasebin.c: (setup_source):
2225           Free iterator when done.
2226
2227 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2228
2229         * gst-libs/gst/audio/gstbaseaudiosink.c:
2230         (gst_base_audio_sink_render):
2231           Fix playback of non-synchronised streams by assuming a rate
2232           of 1.0 instead of a random one.
2233
2234           Makes this work again:
2235
2236           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2237           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2238           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2239           audioresample ! alsasink
2240
2241 === release 0.10.2 ===
2242
2243 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2244
2245         * configure.ac:
2246           releasing 0.10.2, "Then the devil is six"
2247
2248 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2249
2250         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2251         * gst/playback/gststreamselector.c:
2252         (gst_stream_selector_set_property):
2253           Comment out broken code that connects to the state-changed signal.
2254           At this point, changing current stream selection is broken, but 
2255           stuff like gst-launch playbin current-audio=1 works and filters
2256           to the chosen stream.
2257
2258 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2259
2260         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2261           Fix #327216 (null dereference in vorbisdec)
2262
2263 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2266           Post taglist actually on bus instead of just freeing it
2267           (fixes #327114 and totem bug #327080).
2268
2269         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2270           Use gst_element_found_tags_for_pad(), so that the tags
2271           are sent downstream as an event as well.
2272
2273 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2274
2275         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2276         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2277         (gst_ximagesink_buffer_alloc):
2278         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2279         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2280         (gst_xvimagesink_buffer_alloc):
2281           move all regularly occurring messages to GST_LOG level
2282           add some more object logs
2283
2284 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2285
2286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2287           fix a silly segfault
2288
2289 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2290
2291         * docs/libs/gst-plugins-base-libs-docs.sgml:
2292         * docs/libs/gst-plugins-base-libs-sections.txt:
2293         * gst-libs/gst/audio/mixerutils.c:
2294         * gst-libs/gst/audio/mixerutils.h:
2295           Add docs for mixerutils stuff.
2296
2297 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2298
2299         * gst/playback/gstplaybasebin.c: (setup_source):
2300           Fix playback for sources that emit raw audio or
2301           raw video streams (e.g.: cd audio sources) (#325984).
2302
2303 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2304
2305         * gst-libs/gst/audio/mixerutils.c:
2306         (gst_audio_mixer_filter_do_filter):
2307           actually save the element we create
2308
2309 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2310
2311         * gst-libs/gst/cdda/gstcddabasesrc.c:
2312         (gst_cdda_base_src_handle_track_seek):
2313           No need to post a tag message on the bus when seeking
2314           within the same track, only post it when the current
2315           track changes.
2316
2317 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2318
2319         * gst/playback/gstplaybasebin.c: (group_destroy),
2320         (probe_triggered), (new_decoded_pad), (mute_group_type),
2321         (set_active_source):
2322         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2323         * gst/playback/gststreamselector.c:
2324         (gst_stream_selector_base_init),
2325         (gst_stream_selector_set_property),
2326         (gst_stream_selector_request_new_pad):
2327           Reenable stream selection. These mechanisms need a complete overhaul
2328           in the face of 0.8->0.10 changes though.
2329
2330 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2331
2332         * ext/ogg/gstoggdemux.c:
2333           Change the pad template to src_%d to match the pads that 
2334           are created from it. decodebin needs this information in order
2335           to decide that oggdemux is capable of producing multiple pads
2336           (and hence needs queues inserted).
2337
2338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2339         (gst_ogg_mux_collected):
2340           Make debug output more useful by using GST_PTR_FORMAT.
2341
2342 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2343
2344         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2345
2346         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2347           Set depth and width for alaw/mulaw (fixes #326601).
2348
2349 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2350
2351         * tests/icles/Makefile.am:
2352           don't build the tests if we don't have the libs
2353
2354 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2355
2356         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2357         (gst_cd_paranoia_paranoia_callback):
2358           Don't try to free NULL pointers.
2359
2360 2006-01-10  Edward Hervey  <edward@fluendo.com>
2361
2362         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2363         (gst_audio_rate_change_state), (plugin_init):
2364         Add debugging category.
2365         Fix type issues.
2366         Add case for incoming buffers without valid offset/offset_end.
2367
2368 2006-01-10  Michael Smith  <msmith@fluendo.com>
2369
2370         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2371           Don't leak GCond in audio sources.
2372
2373 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2374
2375         * gst/playback/gstplaybin.c: (gen_audio_element):
2376           Don't leak an autoaudiosink/alsasink when we generate
2377           a new audio element. (old code, I guess)
2378
2379 2006-01-10  Michael Smith  <msmith@fluendo.com>
2380
2381         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2382           Support float audio in audiorate.
2383           Use width rather than depth for selecting sample width.
2384
2385 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2386
2387         * gst/videotestsrc/videotestsrc.h:
2388           Use GLib types here (that way we don't have to include the
2389           generated _stdint.h header, which makes life easier for win32
2390           folks that don't use autotools for the build) (#325990, patch
2391           by: Sergey Scobich).
2392
2393 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2396         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2397         (gst_ring_buffer_pause), (wait_segment):
2398         * gst-libs/gst/audio/gstringbuffer.h:
2399           Name (private) union, makes Forte compiler happy (this time
2400           for real) (#324900).
2401
2402 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2403
2404         * gst-libs/gst/audio/Makefile.am:
2405           Link against libgstinterfaces, needed for mixer
2406           and property probe stuff.
2407
2408 2006-01-09  Edward Hervey  <edward@fluendo.com>
2409
2410         * gst-libs/gst/Makefile.am:
2411
2412 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2413
2414         * gst-libs/gst/audio/Makefile.am:
2415         * gst-libs/gst/audio/mixerutils.c:
2416         (gst_audio_mixer_filter_do_filter),
2417         (gst_audio_mixer_filter_check_element),
2418         (gst_audio_mixer_filter_probe_feature),
2419         (element_factory_rank_compare_func),
2420         (gst_audio_default_registry_mixer_filter):
2421         * gst-libs/gst/audio/mixerutils.h:
2422           Add gst_audio_default_registry_mixer_filter() utility
2423           function.
2424
2425 2006-01-03  Michael Smith  <msmith@fluendo.com>
2426
2427         * gst/audioresample/resample.h:
2428           As before, but for o_buf
2429
2430 2006-01-03  Michael Smith  <msmith@fluendo.com>
2431
2432         * gst/audioresample/resample.h:
2433           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2434           since we do arithmetic on it.
2435
2436 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2437
2438         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2439         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2440         (gst_ring_buffer_pause), (wait_segment):
2441         * gst-libs/gst/audio/gstringbuffer.h:
2442           Sun's Forte compiler doesn't seem to like anonymous structs,
2443           so use same setup as in GstBaseSrc (fixes #324900).
2444
2445 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2446
2447         * configure.ac:
2448         * gst/volume/Makefile.am:
2449         * gst/volume/demo.c:
2450           move old example to tests/examples/volume/volune.c
2451         * tests/examples/Makefile.am:
2452         * tests/examples/seek/seek.c: (main):
2453           change window-close event from "delete-event" to "destroy"
2454         * tests/examples/volume/Makefile.am:
2455         * tests/examples/volume/volume.c: (value_changed_callback),
2456         (setup_gui), (message_received), (eos_message_received), (main):
2457           fix event handling and bus usage
2458
2459 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2460
2461         * gst/audiotestsrc/gstaudiotestsrc.c:
2462         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2463         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2464         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2465         (gst_audio_test_src_create_square),
2466         (gst_audio_test_src_create_saw),
2467         (gst_audio_test_src_create_triangle),
2468         (gst_audio_test_src_create_silence),
2469         (gst_audio_test_src_create_white_noise),
2470         (gst_audio_test_src_create_pink_noise),
2471         (gst_audio_test_src_init_sine_table),
2472         (gst_audio_test_src_create_sine_table),
2473         (gst_audio_test_src_change_wave),
2474         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2475         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2476         * gst/audiotestsrc/gstaudiotestsrc.h:
2477           update to basesrc changes, implement segmented seeking and eos
2478           handling, add a 'sine-tab' waveform for performance critical playback
2479
2480 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2481
2482         * po/POTFILES.in:
2483           ... and this time the other modified file that I missed last time.
2484
2485 2005-12-29  Michael Smith  <msmith@fluendo.com>
2486
2487         * gst/playback/gstdecodebin.c: (new_pad):
2488           Fix non-C89 variable declaration not at the start of a block. Should
2489           help some compilers.
2490
2491 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2492
2493         * tests/check/Makefile.am:
2494           And now fix 'make distcheck' (builddir != srcdir)
2495
2496 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2497
2498         * configure.ac:
2499         * ext/cdparanoia/Makefile.am:
2500         * ext/cdparanoia/gstcdparanoia.c:
2501         * ext/cdparanoia/gstcdparanoia.h:
2502         * ext/cdparanoia/gstcdparanoiasrc.c:
2503         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2504         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2505         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2506         (gst_cd_paranoia_paranoia_callback),
2507         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2508         (gst_cd_paranoia_src_set_property),
2509         (gst_cd_paranoia_src_get_property), (plugin_init):
2510         * ext/cdparanoia/gstcdparanoiasrc.h:
2511           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2512           plugin again (there are still fixes required to playbin to make
2513           cdda:// uris work there).
2514
2515 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2516
2517         * tests/check/Makefile.am:
2518           Fix test case compilation.
2519
2520 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2521
2522         * gst-libs/gst/cdda/gstcddabasesrc.c:
2523         (gst_cdda_base_src_update_duration),
2524         (gst_cdda_base_src_calculate_cddb_id):
2525           An integer is not a string. Fix access to uninitialised variable.
2526
2527         * tests/check/Makefile.am:
2528           Add cddabasesrc unit test; also actually enable the vorbis test.
2529
2530         * tests/check/generic/states.c:
2531           Blacklist new cd audio elements as well.
2532
2533         * tests/check/libs/cddabasesrc.c:
2534           Unit test for GstCddaBaseSrc (discid calculation mostly).
2535
2536 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2537
2538         * docs/libs/Makefile.am:
2539         * docs/libs/gst-plugins-base-libs-docs.sgml:
2540         * docs/libs/gst-plugins-base-libs-sections.txt:
2541         * docs/libs/gst-plugins-base-libs.types:
2542           Add docs for libgstcdda/GstCddaBaseSrc.
2543
2544         * gst-libs/gst/interfaces/mixertrack.h:
2545           Do one struct member per line with a semicolon at the end, that way
2546           even gtk-doc might parse it without complaining.
2547
2548 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2549
2550         * configure.ac:
2551         * gst-libs/gst/Makefile.am:
2552         * gst-libs/gst/cdda/Makefile.am:
2553         * gst-libs/gst/cdda/base64.c:
2554         * gst-libs/gst/cdda/base64.h:
2555         * gst-libs/gst/cdda/gstcddabasesrc.c:
2556         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2557         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2558         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2559         (gst_cdda_base_src_get_property),
2560         (gst_cdda_base_src_get_track_from_sector),
2561         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2562         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2563         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2564         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2565         (gst_cdda_base_src_uri_get_protocols),
2566         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2567         (gst_cdda_base_src_uri_handler_init),
2568         (gst_cdda_base_src_setup_interfaces),
2569         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2570         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2571         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2572         (gst_cdda_base_src_add_tags),
2573         (gst_cdda_base_src_add_index_associations),
2574         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2575         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2576         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2577         (gst_cdda_base_src_create):
2578         * gst-libs/gst/cdda/gstcddabasesrc.h:
2579         * gst-libs/gst/cdda/sha1.c:
2580         * gst-libs/gst/cdda/sha1.h:
2581           Add new libgstcdda with GstCddaBaseSrc class.
2582
2583 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2584
2585         * ext/gnomevfs/gstgnomevfssink.h:
2586           Use GstBaseSinkClass as parent_class member for class struct, not
2587           GstBaseSink.
2588
2589 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2590
2591         Patch by: Michael Benes
2592
2593         * gst/videotestsrc/gstvideotestsrc.c:
2594         (gst_video_test_src_class_init), (gst_video_test_src_start):
2595           Add start method to reset running time and number of frames sent
2596           when starting up (fixes #324696)
2597
2598 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2599
2600         * docs/plugins/Makefile.am:
2601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2603         * docs/plugins/gst-plugins-base-plugins.args:
2604         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2605         * docs/plugins/gst-plugins-base-plugins.signals:
2606           Add docs stuff for gnomevfssrc and gnomevfssink.
2607
2608         * ext/gnomevfs/gstgnomevfssrc.c:
2609           Fix example pipeline in gtk-doc blurb.
2610
2611 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2612
2613         * ext/gnomevfs/Makefile.am:
2614         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2615         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2616         (gst_gnome_vfs_handle_get_type), (plugin_init):
2617         * ext/gnomevfs/gstgnomevfs.h:
2618         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2619         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2620         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2621         (gst_gnome_vfs_sink_set_property),
2622         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2623         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2624         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2625         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2626         (gst_gnome_vfs_sink_uri_get_type),
2627         (gst_gnome_vfs_sink_uri_get_protocols),
2628         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2629         (gst_gnome_vfs_sink_uri_handler_init):
2630         * ext/gnomevfs/gstgnomevfssink.h:
2631           Port gnomevfssink; add gtk-doc blurb.
2632
2633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2634         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2635         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2636         (gst_gnome_vfs_src_uri_get_type),
2637         (gst_gnome_vfs_src_uri_get_protocols),
2638         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2639         (gst_gnome_vfs_src_uri_handler_init),
2640         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2641         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2642         (gst_gnome_vfs_src_send_additional_headers_callback),
2643         (gst_gnome_vfs_src_received_headers_callback),
2644         (gst_gnome_vfs_src_push_callbacks),
2645         (gst_gnome_vfs_src_pop_callbacks),
2646         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2647         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2648         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2649         * ext/gnomevfs/gstgnomevfssrc.h:
2650           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2651           file; add gtk-doc blurb with example pipelines.
2652
2653 === release 0.10.1 ===
2654
2655 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2656
2657         * configure.ac:
2658           releasing 0.10.1, "Dobro Dedek"
2659
2660 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2661
2662         * gst/typefind/gsttypefindfunctions.c:
2663         iLBC30 and iLBC20 added to typefind.
2664
2665 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2666
2667         * gst-libs/gst/audio/gstbaseaudiosink.c:
2668         (gst_base_audio_sink_class_init):
2669         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2670         (gst_base_audio_src_class_init):
2671           update strings, values are in microseconds
2672           change the default sink buffer time to something that is smaller
2673           (to help software volume mixing have a slightly lower delay) but
2674           still be acceptable on Wim's laptop
2675
2676 2005-12-20  Edward Hervey  <edward@fluendo.com>
2677
2678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2679         Made a quack, forgot to add DUCK to the riff video template.
2680
2681 2005-12-19  Edward Hervey  <edward@fluendo.com>
2682
2683         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2684         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2685         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2686         (gst_ogm_parse_chain):
2687         Make sure pads are initialized correctly.
2688         * gst-libs/gst/riff/riff-ids.h:
2689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2690         (gst_riff_create_video_template_caps):
2691         Add a whole bunch of FOURCC <=> MimeType.
2692         Extend the riff video pad template to support the newly added fourcc.
2693
2694 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2695
2696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2697         (gst_ogg_demux_activate_chain):
2698           Extra debug output when activating/deactivating chains.
2699
2700         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2701         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2702         (unlinked):
2703           Remove a queue from our list when it becomes unlinked.
2704           Don't add queues to elements in class 'Demux' if they
2705           can only produce one pad 
2706
2707 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2708
2709         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2710         (gst_video_sink_get_type): Add a debug category.
2711
2712 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2713
2714         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2715         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2716           Handle downstream newsegment by sending our own newsegment before the
2717           next buffer to be released. (#323900)
2718
2719 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2720
2721         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2722         (gst_base_rtp_depayload_set_gst_timestamp):
2723           add queue delay to new segment as well (as opposed to just the first
2724           buffer). (bug #322347)
2725
2726 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2727
2728         * ext/libvisual/visual.c: (make_valid_name):
2729           change some char* into char[]
2730         * gst/audiotestsrc/gstaudiotestsrc.c:
2731         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2732         (gst_audio_test_src_create):
2733         * gst/audiotestsrc/gstaudiotestsrc.h:
2734           prepare to handle EOS and SEGMENT_DONE
2735
2736 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2737
2738         * tests/check/generic/states.c: (GST_START_TEST):
2739           Blacklist cdparanoia element in state test.
2740
2741 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2742
2743           Patch by: Benjamin Pineau
2744
2745         * gst/tcp/gsttcp.c:
2746         * gst/tcp/gsttcpclientsink.c:
2747         * gst/tcp/gsttcpserversink.c:
2748         * gst/tcp/gsttcpserversrc.c:
2749           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2750
2751 2005-12-15  Michael Smith  <msmith@fluendo.com>
2752
2753         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2754         (gst_video_rate_chain):
2755           Fix timestamping for videorate when the first buffer it sees has a
2756           non-zero timestamp. Fix some misleading debug output.
2757
2758 2005-12-15  Michael Smith  <msmith@fluendo.com>
2759
2760         * gst/audioresample/gstaudioresample.c:
2761           Don't leak all input buffers to audioresample.
2762
2763 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2764
2765         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2766           Don't operate on empty text buffers. Strip newlines and
2767           tabs only from the end of the text, but leave them intact
2768           in the middle. Fix typo in gtk-doc description.
2769
2770 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2771
2772         * gst/playback/gstplaybasebin.c:
2773         * gst/playback/gstplaybin.c: (handoff):
2774           Make sure the video frame buffer we return to apps via the
2775           "frame" property always has caps set on it. Modify
2776           _gst_gvalue_set_object() macro to handle NULL objects
2777           gracefully too.
2778
2779 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2780
2781         * gst/audiotestsrc/gstaudiotestsrc.c:
2782         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2783         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2784         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2785         (gst_audio_test_src_create):
2786         * gst/audiotestsrc/gstaudiotestsrc.h:
2787         Adjust to some recent api changes and add wtays new cool seeking
2788         capabillities
2789
2790 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2791
2792         * ext/alsa/Makefile.am:
2793         * ext/alsa/gstalsadeviceprobe.c:
2794         * ext/alsa/gstalsadeviceprobe.h:
2795           Helper functions to add device probing via the GstPropertyProbe
2796           interface to a class.
2797
2798         * ext/alsa/gstalsamixer.h:
2799           Comment out GST_ALSA_MIXER, it returns a struct that's not
2800           used.
2801
2802         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2803           Add some debug info. 
2804
2805         * ext/alsa/gstalsamixerelement.c:
2806         (gst_alsa_mixer_element_interface_supported),
2807         (gst_implements_interface_init),
2808         (gst_alsa_mixer_element_init_interfaces),
2809         (gst_alsa_mixer_element_class_init),
2810         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2811         (gst_alsa_mixer_element_set_property),
2812         (gst_alsa_mixer_element_get_property),
2813         (gst_alsa_mixer_element_change_state):
2814         * ext/alsa/gstalsamixerelement.h:
2815           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2816           for device handling (gnome-volume-control will need that).
2817
2818 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2819
2820         * ext/Makefile.am: fix cdparanoia entry
2821         * gst-plugins-base.spec.in: add cdparanoia
2822
2823 2005-12-12  Michael Smith  <msmith@fluendo.com>
2824
2825         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2826           Use the correct function to free list of typefind factories.
2827
2828 2005-12-12  Wim Taymans  <wim@fluendo.com>
2829
2830         * gst/videotestsrc/gstvideotestsrc.c:
2831         (gst_video_test_src_class_init), (gst_video_test_src_init),
2832         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2833         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2834         (gst_video_test_src_create):
2835         * gst/videotestsrc/gstvideotestsrc.h:
2836         Implement seeking in videotestsrc.
2837         Small cleanups.
2838
2839 2005-12-12  Wim Taymans  <wim@fluendo.com>
2840
2841         * ext/cdparanoia/Makefile.am:
2842         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2843         (gst_paranoia_endian_get_type), (_do_init),
2844         (cdparanoia_class_init), (cdparanoia_init),
2845         (cdparanoia_set_property), (cdparanoia_get_property),
2846         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2847         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2848         (cdparanoia_convert), (cdparanoia_get_query_types),
2849         (cdparanoia_query), (cdparanoia_set_index),
2850         (cdparanoia_uri_set_uri):
2851         * ext/cdparanoia/gstcdparanoia.h:
2852         Partially ported cdparanoia now that basesrc can support a
2853         plugin like this..
2854
2855 2005-12-12  Wim Taymans  <wim@fluendo.com>
2856
2857         * tests/examples/seek/scrubby.c: (main):
2858         Set higher priority for bus events so they don't get reordered with
2859         gtk gui events.
2860
2861         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2862         (flush_toggle_cb), (main):
2863         Added checkbox to disable flushing seeks. 
2864         Disable scrubbing when doing non flushing seeks.
2865
2866 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2867
2868         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2869         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2870         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2871         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2872           Implement some sort of event handling that doesn't rely on
2873           g_return_if_fail; make sure we always push the last chunk of an 
2874           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2875           state change function; remove some old cruft. Seeking is still
2876           rather unlikely to work though.
2877
2878         * tools/.cvsignore:
2879           Ignore more.
2880
2881 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2882
2883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2884         Fixed a leak of the current image reference when cleaning up.
2885         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2886
2887 2005-12-09  Michael Smith  <msmith@fluendo.com>
2888
2889         * tools/Makefile.am:
2890         * tools/gst-launch-ext-m.m:
2891           Remove gst-launch-ext. It doesn't work, and is no longer
2892           particularly useful.
2893
2894 2005-12-08  Luca Ognibene  <luogni@tin.it>
2895
2896         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2897           don't pass random values to ogmparse convert function.
2898           Make seeking possible in the exile1.ogm file.
2899
2900 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2901
2902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2903         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2904           Work around refcount problem with g_value_set_object() that occur
2905           if the core has been compiled against GLib-2.6 (g_value_set_object()
2906           will only g_object_ref() the element, but the caller will
2907           gst_object_unref() it and bad things will happen due to the way
2908           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2909           totem for people on FC4 using Thomas's 0.10 RPMs.
2910           
2911 2005-12-07  Edward Hervey  <edward@fluendo.com>
2912
2913         Time to welcome ogm to 0.10 :)
2914         
2915         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2916         (gst_ogg_pad_typefind):
2917         Oggdemux can now properly typefind elements with dynamic pads.
2918         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2919         Properly set caps on src pad, and set caps on outgoing buffers.
2920
2921 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2922
2923         * ext/alsa/gstalsamixer.h:
2924         * ext/alsa/gstalsamixerelement.h:
2925         * ext/alsa/gstalsamixeroptions.h:
2926         * ext/alsa/gstalsamixertrack.h:
2927         * ext/alsa/gstalsasink.c:
2928         * ext/alsa/gstalsasink.h:
2929         * ext/alsa/gstalsasrc.c:
2930         * ext/alsa/gstalsasrc.h:
2931         * ext/cdparanoia/gstcdparanoia.h:
2932         * ext/gnomevfs/gstgnomevfsuri.h:
2933         * ext/ogg/gstoggdemux.c:
2934         * ext/ogg/gstoggmux.c:
2935         * ext/pango/gsttextoverlay.h:
2936         * ext/theora/theoradec.c:
2937         * ext/theora/theoraenc.c:
2938         * ext/vorbis/vorbisdec.h:
2939         * ext/vorbis/vorbisenc.c:
2940         * ext/vorbis/vorbisenc.h:
2941         * ext/vorbis/vorbisparse.h:
2942         * gst-libs/gst/audio/gstaudioclock.h:
2943         * gst-libs/gst/audio/gstaudiosink.c:
2944         * gst-libs/gst/audio/gstaudiosink.h:
2945         * gst-libs/gst/audio/gstaudiosrc.c:
2946         * gst-libs/gst/audio/gstaudiosrc.h:
2947         * gst-libs/gst/audio/gstbaseaudiosink.c:
2948         * gst-libs/gst/audio/gstbaseaudiosink.h:
2949         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2950         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2951         * gst-libs/gst/audio/gstringbuffer.h:
2952         * gst-libs/gst/audio/multichannel.h:
2953         * gst-libs/gst/floatcast/floatcast.h:
2954         * gst-libs/gst/interfaces/colorbalance.c:
2955         * gst-libs/gst/interfaces/colorbalance.h:
2956         * gst-libs/gst/interfaces/colorbalancechannel.h:
2957         * gst-libs/gst/interfaces/mixer.h:
2958         * gst-libs/gst/interfaces/mixeroptions.h:
2959         * gst-libs/gst/interfaces/mixertrack.h:
2960         * gst-libs/gst/interfaces/navigation.h:
2961         * gst-libs/gst/interfaces/propertyprobe.h:
2962         * gst-libs/gst/interfaces/tuner.h:
2963         * gst-libs/gst/interfaces/tunerchannel.h:
2964         * gst-libs/gst/interfaces/tunernorm.h:
2965         * gst-libs/gst/interfaces/xoverlay.h:
2966         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2967         * gst-libs/gst/riff/riff-ids.h:
2968         * gst-libs/gst/riff/riff-media.h:
2969         * gst-libs/gst/riff/riff-read.h:
2970         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2971         * gst-libs/gst/rtp/gstbasertppayload.c:
2972         * gst-libs/gst/rtp/gstbasertppayload.h:
2973         * gst-libs/gst/rtp/gstrtpbuffer.c:
2974         * gst-libs/gst/rtp/gstrtpbuffer.h:
2975         * gst-libs/gst/tag/gsttageditingprivate.h:
2976         * gst-libs/gst/tag/gstvorbistag.c:
2977         (gst_tag_list_from_vorbiscomment_buffer):
2978         * gst-libs/gst/tag/tag.h:
2979         * gst-libs/gst/video/video.h:
2980         * gst/adder/gstadder.c:
2981         * gst/adder/gstadder.h:
2982         * gst/audioconvert/audioconvert.c:
2983         * gst/audioconvert/audioconvert.h:
2984         * gst/audioconvert/gstaudioconvert.c:
2985         * gst/audioconvert/gstchannelmix.c:
2986         * gst/audioconvert/gstchannelmix.h:
2987         * gst/audiorate/gstaudiorate.c:
2988         * gst/audioresample/buffer.h:
2989         * gst/audioresample/functable.h:
2990         * gst/audioresample/gstaudioresample.c:
2991         * gst/audioresample/resample.h:
2992         * gst/ffmpegcolorspace/avcodec.h:
2993         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2994         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2995         * gst/ffmpegcolorspace/imgconvert.c:
2996         * gst/ffmpegcolorspace/imgconvert_template.h:
2997         * gst/playback/gstdecodebin.c:
2998         * gst/playback/gstplaybasebin.h:
2999         * gst/playback/gstplaybin.c:
3000         * gst/playback/gststreaminfo.h:
3001         * gst/tcp/gstfdset.c:
3002         * gst/tcp/gstfdset.h:
3003         * gst/tcp/gstmultifdsink.c:
3004         * gst/tcp/gstmultifdsink.h:
3005         * gst/tcp/gsttcp.h:
3006         * gst/tcp/gsttcpclientsrc.c:
3007         * gst/tcp/gsttcpclientsrc.h:
3008         * gst/tcp/gsttcpplugin.h:
3009         * gst/tcp/gsttcpserversink.c:
3010         * gst/tcp/gsttcpserversrc.c:
3011         * gst/typefind/gsttypefindfunctions.c:
3012         * gst/videorate/gstvideorate.c:
3013         * gst/videotestsrc/gstvideotestsrc.h:
3014         * gst/videotestsrc/videotestsrc.h:
3015         * sys/v4l/gstv4lcolorbalance.h:
3016         * sys/v4l/gstv4ltuner.h:
3017         * sys/v4l/gstv4lxoverlay.h:
3018         * sys/v4l/v4l_calls.h:
3019         * sys/v4l/videodev_mjpeg.h:
3020         * tests/check/elements/audioconvert.c:
3021         * tests/check/elements/audioresample.c:
3022         * tests/check/elements/audiotestsrc.c:
3023         * tests/check/elements/videotestsrc.c:
3024         * tests/check/elements/volume.c:
3025         * tests/examples/seek/scrubby.c:
3026         * tests/examples/seek/seek.c:
3027           expand tabs
3028
3029 === release 0.10.0 ===
3030
3031 2005-12-05   <thomas (at) apestaart (dot) org>
3032
3033         * configure.ac:
3034           releasing 0.10.0, "Mont-d'or"
3035
3036 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3037
3038         * tests/examples/seek/Makefile.am:
3039         Build fix for when gtk is not available.
3040
3041 2005-12-05  Andy Wingo  <wingo@pobox.com>
3042
3043         * ext/libvisual/visual.c: (get_buffer):
3044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3045         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3046         * ext/theora/theoradec.c: (theora_handle_data_packet):
3047         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3048         (theora_enc_chain):
3049         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3050         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3051         Update for alloc_buffer changes.
3052
3053 2005-12-05  Andy Wingo  <wingo@pobox.com>
3054
3055         patch by: Kai Vehmanen <kv2004 eca cx>
3056         
3057         * gst-libs/gst/rtp/gstbasertpdepayload.c
3058         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3059
3060 2005-12-04  Andy Wingo  <wingo@pobox.com>
3061
3062         patch by: Sebastien Cote <sebas642 yahoo ca>
3063         
3064         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3065         Fixes #319172.
3066
3067 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3068
3069         * docs/plugins/Makefile.am:
3070         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3071         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3072         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3073         * ext/pango/gstclockoverlay.c:
3074         * ext/pango/gsttextoverlay.c: 
3075         * ext/pango/gsttextrender.c:
3076         * ext/pango/gsttimeoverlay.c:
3077           Add gtk-doc blurbs to pango elements.
3078
3079 2005-12-02  Wim Taymans  <wim@fluendo.com>
3080
3081         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3082         * gst/audioresample/buffer.h:
3083         * gst/audioresample/gstaudioresample.c:
3084         * gst/audioresample/gstaudioresample.h:
3085         * gst/audioresample/resample.c: (resample_input_flush),
3086         (resample_input_pushthrough), (resample_input_eos),
3087         (resample_get_output_size_for_input),
3088         (resample_get_input_size_for_output), (resample_get_output_size),
3089         (resample_get_output_data):
3090         * gst/audioresample/resample.h:
3091         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3092         Fix audioresample, seek torture, new segments, reverse negotiation
3093         etc.. work fine.
3094
3095 2005-12-02  Wim Taymans  <wim@fluendo.com>
3096
3097         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3098         Small cleanups.
3099
3100 2005-12-02  Wim Taymans  <wim@fluendo.com>
3101
3102         * gst/audioconvert/gstaudioconvert.c:
3103         (gst_audio_convert_transform):
3104         Post errors.
3105
3106 === release 0.9.7 ===
3107
3108 2005-12-01   <thomas (at) apestaart (dot) org>
3109
3110         * configure.ac:
3111           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3112
3113 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3114
3115         * Makefile.am:
3116         * po/hu.po:
3117         * win32/MANIFEST:
3118         * win32/gst.sln:
3119           add win32 MANIFEST file
3120           do something to the hungarian translation
3121
3122 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3123
3124         * ext/Makefile.am:
3125           Add $(PANGO_DIR) to SUBDIRS
3126
3127         * ext/pango/gstclockoverlay.c:
3128         * ext/pango/gsttimeoverlay.c:
3129           Fix and improve element descriptions.
3130
3131 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3132
3133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3134         * docs/plugins/inspect/plugin-libvisual.xml:
3135         * docs/plugins/inspect/plugin-pango.xml:
3136           add pango plugin to docs
3137
3138 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3139
3140         * configure.ac:
3141         * ext/Makefile.am:
3142           moved pango to base
3143
3144 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3145
3146         * configure.ac:
3147         * tests/Makefile.am:
3148         * tests/icles/.cvsignore:
3149         * tests/icles/Makefile.am:
3150         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3151         (close_display), (resize_window), (move_window), (create_window),
3152         (terminate_playback), (pause_playback), (start_playback), (main):
3153           add stress test for xoverlay from Julien
3154
3155 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3156
3157         * docs/libs/tmpl/gstcolorbalance.sgml:
3158         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3159         * gst-libs/gst/rtp/gstbasertppayload.c:
3160         * gst-libs/gst/rtp/gstrtpbuffer.c:
3161         * gst-libs/gst/rtp/gstrtpbuffer.h:
3162           Do burger's rename for rtp payloaders and depayloaders
3163
3164 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3165
3166         * win32/:
3167           add Visual Studio 6 build files
3168
3169 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3170
3171         * docs/libs/gst-plugins-base-libs-docs.sgml:
3172         * docs/libs/gst-plugins-base-libs-sections.txt:
3173         * docs/libs/tmpl/gstaudio.sgml:
3174         * docs/libs/tmpl/gstringbuffer.sgml:
3175         * gst-libs/gst/interfaces/xoverlay.c:
3176         * gst-libs/gst/video/gstvideofilter.c:
3177         * gst-libs/gst/video/gstvideosink.c:
3178           update documentation
3179
3180 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3181
3182         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3183         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3184         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3185         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3186         (gst_multi_fd_sink_get_stats),
3187         (gst_multi_fd_sink_remove_client_link),
3188         (gst_multi_fd_sink_handle_client_read),
3189         (gst_multi_fd_sink_client_queue_data),
3190         (gst_multi_fd_sink_client_queue_caps),
3191         (gst_multi_fd_sink_client_queue_buffer),
3192         (gst_multi_fd_sink_new_client),
3193         (gst_multi_fd_sink_handle_client_write),
3194         (gst_multi_fd_sink_recover_client),
3195         (gst_multi_fd_sink_queue_buffer),
3196         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3197         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3198         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3199         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3200         * gst/tcp/gstmultifdsink.h:
3201         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3202         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3203         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3204         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3205         (gst_tcp_client_sink_set_property),
3206         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3207         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3208         * gst/tcp/gsttcpclientsink.h:
3209         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3210         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3211         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3212         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3213         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3214         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3215         * gst/tcp/gsttcpclientsrc.h:
3216         * gst/tcp/gsttcpplugin.c: (plugin_init):
3217         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3218         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3219         (gst_tcp_server_sink_finalize),
3220         (gst_tcp_server_sink_handle_server_read),
3221         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3222         (gst_tcp_server_sink_set_property),
3223         (gst_tcp_server_sink_get_property),
3224         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3225         * gst/tcp/gsttcpserversink.h:
3226         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3227         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3228         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3229         (gst_tcp_server_src_set_property),
3230         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3231         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3232         * gst/tcp/gsttcpserversrc.h:
3233           more borgifying
3234
3235 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3236
3237         * docs/plugins/Makefile.am:
3238         * docs/plugins/gst-plugins-base-plugins.args:
3239         * docs/plugins/inspect/plugin-libvisual.xml:
3240         * gst/audioconvert/plugin.h:
3241         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3242         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3243         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3244         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3245         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3246         (plugin_init):
3247         * gst/audiotestsrc/gstaudiotestsrc.c:
3248         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3249         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3250         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3251         (gst_audio_test_src_get_query_types),
3252         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3253         (gst_audio_test_src_create_square),
3254         (gst_audio_test_src_create_saw),
3255         (gst_audio_test_src_create_triangle),
3256         (gst_audio_test_src_create_silence),
3257         (gst_audio_test_src_create_white_noise),
3258         (gst_audio_test_src_init_pink_noise),
3259         (gst_audio_test_src_generate_pink_noise_value),
3260         (gst_audio_test_src_create_pink_noise),
3261         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3262         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3263         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3264         (plugin_init):
3265         * gst/audiotestsrc/gstaudiotestsrc.h:
3266         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3267         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3268         (gst_sub_parse_init), (gst_sub_parse_formats),
3269         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3270         (convert_encoding), (get_next_line),
3271         (gst_sub_parse_data_format_autodetect),
3272         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3273         (gst_sub_parse_loop), (gst_sub_parse_chain),
3274         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3275         (plugin_init):
3276         * gst/subparse/gstsubparse.h:
3277         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3278         (gst_video_rate_base_init), (gst_video_rate_class_init),
3279         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3280         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3281         (gst_video_rate_init), (gst_video_rate_event),
3282         (gst_video_rate_chain), (gst_video_rate_set_property),
3283         (gst_video_rate_get_property), (gst_video_rate_change_state),
3284         (plugin_init):
3285         * gst/videoscale/gstvideoscale.c:
3286         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3287         (gst_video_scale_src_template_factory),
3288         (gst_video_scale_sink_template_factory),
3289         (gst_video_scale_get_type), (gst_video_scale_base_init),
3290         (gst_video_scale_class_init), (gst_video_scale_init),
3291         (gst_video_scale_set_property), (gst_video_scale_get_property),
3292         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3293         (gst_video_scale_prepare_size), (parse_caps),
3294         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3295         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3296         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3297         (plugin_init):
3298         * gst/videoscale/gstvideoscale.h:
3299         * gst/videotestsrc/gstvideotestsrc.c:
3300         (gst_video_test_src_pattern_get_type),
3301         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3302         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3303         (gst_video_test_src_set_pattern),
3304         (gst_video_test_src_set_property),
3305         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3306         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3307         (gst_video_test_src_event), (gst_video_test_src_get_times),
3308         (gst_video_test_src_create), (plugin_init):
3309         * gst/videotestsrc/gstvideotestsrc.h:
3310         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3311         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3312         (gst_video_test_src_black):
3313         * gst/videotestsrc/videotestsrc.h:
3314           borgify further
3315           clean up docs a little
3316
3317 2005-11-30  Wim Taymans  <wim@fluendo.com>
3318
3319         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3320         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3321         (gst_basertppayload_event), (gst_basertppayload_push),
3322         (gst_basertppayload_change_state):
3323         * gst-libs/gst/rtp/gstbasertppayload.h:
3324         closed #320644.
3325
3326 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3327
3328         * docs/libs/gst-plugins-base-libs-docs.sgml:
3329         * docs/libs/gst-plugins-base-libs-sections.txt:
3330         * gst-libs/gst/video/gstvideofilter.c:
3331         * gst-libs/gst/video/gstvideosink.c:
3332         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3333
3334 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3335
3336         * LICENSE:
3337           move
3338         * po/af.po:
3339         * po/az.po:
3340         * po/cs.po:
3341         * po/en_GB.po:
3342         * po/hu.po:
3343         * po/it.po:
3344         * po/nb.po:
3345         * po/nl.po:
3346         * po/or.po:
3347         * po/sq.po:
3348         * po/sr.po:
3349         * po/sv.po:
3350         * po/uk.po:
3351         * po/vi.po:
3352         * Makefile.am:
3353           update
3354         * scripts/autoplugins.sh:
3355           remove
3356
3357 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3358
3359         * Makefile.am:
3360         * configure.ac:
3361         * examples/Makefile.am:
3362         * examples/capsfilter/Makefile.am:
3363         * examples/capsfilter/capsfilter1.c:
3364         * examples/gob/Makefile.am:
3365         * examples/gob/gst-identity2.gob:
3366         * examples/indexing/.cvsignore:
3367         * examples/indexing/Makefile.am:
3368         * examples/indexing/indexmpeg.c:
3369         * examples/seeking/.cvsignore:
3370         * examples/seeking/Makefile.am:
3371         * examples/seeking/cdparanoia.c:
3372         * examples/seeking/cdplayer.c:
3373         * examples/seeking/chained.c:
3374         * examples/seeking/scrubby.c:
3375         * examples/seeking/seek.c:
3376         * examples/stats/Makefile.am:
3377         * examples/stats/mp2ogg.c:
3378         * examples/switch/.cvsignore:
3379         * examples/switch/Makefile.am:
3380         * examples/switch/switcher.c:
3381         * tests/Makefile.am:
3382         * tests/check/generic/.cvsignore:
3383         * tests/check/pipelines/.cvsignore:
3384         * tests/examples/Makefile.am:
3385         * tests/examples/seek/Makefile.am:
3386           reorganize stuff under tests/
3387
3388 2005-11-30  Edward Hervey  <edward@fluendo.com>
3389
3390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3391         Go away you stupid GstStaticPadTemplate memleak.
3392
3393 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3394
3395         * gst-libs/gst/net/Makefile.am:
3396         * gst-libs/gst/net/README:
3397         * gst-libs/gst/net/gstnetbuffer.c:
3398         * gst-libs/gst/net/gstnetbuffer.h:
3399           this was moved to "netbuffer"
3400
3401 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3402
3403         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3404         (gst_video_filter_class_init), (gst_video_filter_init):
3405         * gst-libs/gst/video/gstvideofilter.h:
3406           borgify name to bring in line with other classes
3407
3408 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3409
3410         * gst/audioscale/.cvsignore:
3411         * gst/audioscale/Makefile.am:
3412         * gst/audioscale/README:
3413         * gst/audioscale/audioscale.vcproj:
3414         * gst/audioscale/dtof.c:
3415         * gst/audioscale/dtos.c:
3416         * gst/audioscale/functable.c:
3417         * gst/audioscale/gstaudioscale.c:
3418         * gst/audioscale/gstaudioscale.h:
3419         * gst/audioscale/private.h:
3420         * gst/audioscale/resample.c:
3421         * gst/audioscale/resample.h:
3422         * gst/audioscale/test.c:
3423           remove
3424
3425 2005-11-30  Edward Hervey  <edward@fluendo.com>
3426
3427         * gst-libs/gst/netbuffer/Makefile.am:
3428         really, really tired
3429
3430 2005-11-30  Edward Hervey  <edward@fluendo.com>
3431
3432         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3433         Update for new GstTypeFindFactory _register()
3434
3435 2005-11-30  Edward Hervey  <edward@fluendo.com>
3436
3437         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3438         Let's not override libgstnet from core for no reason...
3439         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3440         Ok, maybe not so quick next time.
3441
3442 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3443
3444         * configure.ac:
3445         * gst-libs/gst/Makefile.am:
3446           moved gst-libs/gst/net to netbuffer through CVS surgery
3447           remove old directory
3448           updating build to accomodate
3449           (#322257)
3450
3451 2005-11-29  Andy Wingo  <wingo@pobox.com>
3452
3453         * pkgconfig/gstreamer-plugins-base.pc.in:
3454         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3455         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3456         (#322257).
3457
3458 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3459
3460         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3461         3rd time's the charm. Correct ref-counting for discarded buffers.
3462
3463 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3464
3465         * gst/playback/gststreamselector.c:
3466         (gst_stream_selector_class_init),
3467         (gst_stream_selector_set_property),
3468         (gst_stream_selector_get_property),
3469         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3470         Fix ref-counting
3471
3472 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3473
3474         * gst/subparse/gstsubparse.c: (feed_textbuf):
3475           Don't access already unref'ed buffer.
3476
3477 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3478
3479         * gst/playback/gststreamselector.c:
3480         (gst_stream_selector_class_init), (gst_stream_selector_init),
3481         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3482         (gst_stream_selector_get_property),
3483         (gst_stream_selector_get_linked_pad),
3484         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3485         * gst/playback/gststreamselector.h:
3486         Add the active-pad property for playbin to use shortly. Ignore buffers
3487         from any other pad, returning GST_FLOW_NOT_LINKED
3488
3489 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3490
3491         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3492         patch from bug #322704 (Alessandro Decina).
3493
3494 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3495
3496         * gst-libs/gst/audio/Makefile.am:
3497           folded audiofilter into the audio library
3498
3499 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3500
3501         * gst/videoscale/gstvideoscale.h:
3502         * gst/videoscale/gstvideoscale.c:
3503           remove unimplemented scale methods
3504
3505 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3508           Don't leak caps.
3509
3510 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3511
3512         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3513         (gst_ximagesink_setcaps):
3514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3515         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3516         happens (only visible on ximagesink but bug is in xv too) set_caps was
3517         destroying the internal x[v]image used to memcpy non locally alloced
3518         buffers so that it got renewed on next _chain. The issue is that 
3519         _expose will try to put that image as it reffed it in _put.
3520         Using gst_buffer_unref instead of destroy fixes it !
3521
3522 2005-11-28  Edward Hervey  <edward@fluendo.com>
3523
3524         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3525         (try_to_link_1), (queue_filled_cb):
3526         Better use of the queues. Start with a small size queue and only increase
3527         the size of the queues when the other queues are empty.
3528
3529 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3530
3531         * gst-libs/gst/video/Makefile.am:
3532           compile in copied-over videofilter into the video library
3533         * gst-libs/gst/video/videosink.h:
3534           rename the header to gstvideosink.h since it's a base GstObject class
3535         * sys/ximage/ximagesink.h:
3536         * sys/xvimage/xvimagesink.h:
3537           use the new header
3538
3539 2005-11-28  Wim Taymans  <wim@fluendo.com>
3540
3541         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3542         * gst/playback/gstplaybasebin.h:
3543         Prepare to handle errors betters.
3544
3545         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3546         Set sinks to PAUSED first before adding and linking them so that
3547         we don't interrupt dataflow.
3548
3549 2005-11-28  Wim Taymans  <wim@fluendo.com>
3550
3551         * gst-libs/gst/audio/TODO:
3552         Updated TODO
3553
3554         * gst-libs/gst/audio/gstaudiosink.c:
3555         (gst_audioringbuffer_open_device),
3556         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3557         (gst_audioringbuffer_release):
3558         Small cleanups.
3559
3560         * gst-libs/gst/audio/gstbaseaudiosink.c:
3561         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3562         (gst_base_audio_sink_change_state):
3563         Slave to the master clock when going to PLAYING and unslave when
3564         going to PAUSED.
3565
3566         * gst-libs/gst/audio/gstringbuffer.c:
3567         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3568         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3569         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3570         (gst_ring_buffer_clear_all), (wait_segment),
3571         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3572         (gst_ring_buffer_advance):
3573         * gst-libs/gst/audio/gstringbuffer.h:
3574         Add some docs and cleanups.
3575
3576 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3577
3578         * sys/xvimage/xvimagesink.c:
3579         (gst_xvimagesink_navigation_send_event): Fix navigation events
3580         coordinates translation with pixel aspect ratios.
3581
3582 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3583
3584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3585         Use calculated video geometry from _setcaps instead of buffer
3586         caps to respect pixel aspect ratio. (fixes #322388)
3587
3588 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3589
3590         * docs/libs/tmpl/gstcolorbalance.sgml:
3591         * docs/libs/tmpl/gstmixer.sgml:
3592         * docs/libs/tmpl/gstxoverlay.sgml:
3593         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3594         interface.
3595
3596 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3597
3598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3599         Refuse to create an XvImage if we can't find the format.
3600
3601 2005-11-28  Edward Hervey  <edward@fluendo.com>
3602
3603         * gst-libs/gst/riff/riff-media.c:
3604         (gst_riff_create_audio_template_caps):
3605         Add ATRAC3 to the list of riff-possible audio caps.
3606         I know we still don't have a plugin for atrac3, but it's saner to output
3607         that than a cryptic mimetype.
3608
3609 2005-11-27  Edward Hervey  <edward@fluendo.com>
3610
3611         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3612         Don't try to create a zero-sized subbuffer.
3613
3614 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3615
3616         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3617         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3618         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3619         (gst_ximagesink_expose): Fixed a tricky race.
3620         * sys/ximage/ximagesink.h:
3621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3622         (gst_xvimagesink_expose): Fixed a tricky race.
3623         * sys/xvimage/xvimagesink.h:
3624
3625 2005-11-27  Edward Hervey  <edward@fluendo.com>
3626
3627         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3628         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3629         Remove unused properties, and add queues between demuxers and decoders
3630         so that a lot more files can preroll properly.
3631
3632 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3633
3634         * gst-libs/gst/net/Makefile.am:
3635         * gst-libs/gst/rtp/Makefile.am:
3636         * gst-libs/gst/tag/Makefile.am:
3637           remove silly include
3638         * gst/tags/Makefile.am:
3639         * gst/tags/gsttagediting.c:
3640         * gst/tags/gsttageditingprivate.h:
3641         * gst/tags/tagedit.vcproj:
3642           remove directory, is as good as empty
3643
3644 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3645
3646         * configure.ac:
3647           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3648         * gst-libs/Makefile.am:
3649         * gst-libs/gst/audio/Makefile.am:
3650         * gst-libs/gst/interfaces/Makefile.am:
3651         * gst-libs/gst/net/Makefile.am:
3652         * gst-libs/gst/riff/Makefile.am:
3653         * gst-libs/gst/rtp/Makefile.am:
3654         * gst-libs/gst/tag/Makefile.am:
3655         * gst-libs/gst/video/Makefile.am:
3656           and use them
3657
3658 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3659
3660         * docs/libs/tmpl/gstcolorbalance.sgml:
3661         * docs/libs/tmpl/gstmixer.sgml:
3662         * docs/libs/tmpl/gstxoverlay.sgml:
3663         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3664         * sys/ximage/ximagesink.h:
3665         * sys/xvimage/xvimagesink.h: More and more documentation.
3666
3667 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3668
3669         * docs/libs/gst-plugins-base-libs-docs.sgml:
3670         * docs/libs/gst-plugins-base-libs-sections.txt:
3671         * docs/libs/tmpl/gstcolorbalance.sgml:
3672         * docs/libs/tmpl/gstmixer.sgml:
3673         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3674         to documentation.
3675
3676 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3677
3678         * docs/plugins/Makefile.am:
3679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3681         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3682
3683 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3684
3685         * docs/plugins/Makefile.am:
3686         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3687         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3688         * docs/plugins/inspect/plugin-adder.xml:
3689         * docs/plugins/inspect/plugin-alsa.xml:
3690         * docs/plugins/inspect/plugin-audioconvert.xml:
3691         * docs/plugins/inspect/plugin-audiorate.xml:
3692         * docs/plugins/inspect/plugin-audioresample.xml:
3693         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3694         * docs/plugins/inspect/plugin-decodebin.xml:
3695         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3696         * docs/plugins/inspect/plugin-gnomevfs.xml:
3697         * docs/plugins/inspect/plugin-ogg.xml:
3698         * docs/plugins/inspect/plugin-playbin.xml:
3699         * docs/plugins/inspect/plugin-subparse.xml:
3700         * docs/plugins/inspect/plugin-tcp.xml:
3701         * docs/plugins/inspect/plugin-theora.xml:
3702         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3703         * docs/plugins/inspect/plugin-video4linux.xml:
3704         * docs/plugins/inspect/plugin-videorate.xml:
3705         * docs/plugins/inspect/plugin-videoscale.xml:
3706         * docs/plugins/inspect/plugin-videotestsrc.xml:
3707         * docs/plugins/inspect/plugin-volume.xml:
3708         * docs/plugins/inspect/plugin-vorbis.xml:
3709         * docs/plugins/inspect/plugin-ximagesink.xml:
3710         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3711         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3712
3713 2005-11-26  Edward Hervey  <edward@fluendo.com>
3714
3715         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3716         Properly return GstFlowReturn from gst_pad_push in chain functions.
3717
3718 2005-11-25  Michael Smith  <msmith@fluendo.com>
3719
3720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3721         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3722         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3723         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3724           Handle various conditions better when we don't understand a stream.
3725           Removes a heap of CRITICALs on ogg streams containing unknown data.
3726
3727 2005-11-24  Andy Wingo  <wingo@pobox.com>
3728
3729         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3730         Be threadsafe.
3731
3732 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3733
3734         * configure.ac: back to HEAD
3735
3736 === release 0.9.6 ===
3737
3738 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3739
3740         * configure.ac:
3741           releasing 0.9.6, "White Eight"
3742
3743 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3744
3745         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3746         * docs/plugins/inspect/plugin-sine.xml:
3747           remove sinesrc some more
3748
3749 2005-11-23  Wim Taymans  <wim@fluendo.com>
3750
3751         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3752         If we are reading too slowly, jump forward in the ringbuffer
3753         instead of blocking.
3754
3755 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3756
3757         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3758         (gst_visual_chain):
3759         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3760         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3761         (gst_videorate_chain):
3762         * gst/videotestsrc/gstvideotestsrc.c:
3763         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3764         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3765         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3766         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3767         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3768         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3769           Updates for API changes
3770
3771 2005-11-23  Wim Taymans  <wim@fluendo.com>
3772
3773         * gst-libs/gst/audio/gstbaseaudiosink.c:
3774         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3775         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3776         Fix for calibration API change.
3777
3778 2005-11-23  Michael Smith <msmith@fluendo.com>
3779
3780         * gst-libs/gst/audio/multichannel.c:
3781         (gst_audio_get_channel_positions),
3782         (gst_audio_set_channel_positions),
3783         (gst_audio_set_structure_channel_positions_list),
3784         (gst_audio_fixate_channel_positions):
3785           Use gst_value_array_*() functions on value arrays, not
3786           gst_value_list_*().
3787
3788 2005-11-23  Edward Hervey  <edward@fluendo.com>
3789
3790         * autogen.sh:
3791         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3792         Fixes autogen
3793
3794 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3795
3796         * check/Makefile.am:
3797         * check/elements/videotestsrc.c: (setup_videotestsrc),
3798         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3799         (main):
3800           add a test for videotestsrc
3801
3802 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3803
3804         * gst/sine/.cvsignore:
3805         * gst/sine/Makefile.am:
3806         * gst/sine/gstsinesrc.c:
3807         * gst/sine/gstsinesrc.h:
3808         * gst/sine/sinesrc.vcproj:
3809           and remove sinesrc from the repository.  Closes #321446
3810
3811 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3812
3813         * configure.ac:
3814         * gst-plugins-base.spec.in:
3815           remove sinesrc from the build
3816
3817 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3818
3819         * check/Makefile.am:
3820         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3821         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3822         (main):
3823           add a test for audiotestsrc, testing all waves.  Even seems
3824           leak-free at first glance, nice job Stefan
3825
3826 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3827
3828         * po/af.po:
3829         * po/az.po:
3830         * po/cs.po:
3831         * po/en_GB.po:
3832         * po/hu.po:
3833         * po/it.po:
3834         * po/nb.po:
3835         * po/nl.po:
3836         * po/or.po:
3837         * po/sq.po:
3838         * po/sr.po:
3839         * po/sv.po:
3840         * po/uk.po:
3841         * po/vi.po:
3842           Translation string updates
3843
3844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3845         (gst_v4lsrc_set_caps):
3846         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3847         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3848         * sys/v4l/v4lsrc_calls.h:
3849           Improve v4lsrc, by making it work again.
3850
3851 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3852
3853         * ext/libvisual/visual.c: (gst_visual_chain):
3854           Fix the fps calculations.
3855
3856         * gst/ffmpegcolorspace/avcodec.h:
3857           Move structure element for clarity
3858
3859         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3860         * gst-libs/gst/interfaces/tunernorm.h:
3861         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3862         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3863         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3864         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3865         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3866         (gst_v4lmjpegsrc_getcaps):
3867         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3868         (gst_v4lsrc_set_caps):
3869         * sys/v4l/gstv4lsrc.h:
3870         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3871         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3872         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3873         * sys/v4l/v4lsrc_calls.h:
3874           Fractional framerates...
3875
3876 2005-11-22  Wim Taymans  <wim@fluendo.com>
3877
3878         * gst-libs/gst/audio/gstbaseaudiosink.c:
3879         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3880         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3881         And we provide a clock by default, of course...
3882
3883 2005-11-22  Wim Taymans  <wim@fluendo.com>
3884
3885         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3886         This clock can be slaved to a master clock now.
3887
3888         * gst-libs/gst/audio/gstbaseaudiosink.c:
3889         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3890         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3891         (gst_base_audio_sink_set_clock),
3892         (gst_base_audio_sink_set_property),
3893         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3894         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3895         * gst-libs/gst/audio/gstbaseaudiosink.h:
3896         Handle slaving the internal clock to the clock selected in the
3897         pipeline.
3898         Add property to make the basesink not provide a clock.
3899
3900         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3901         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3902         (gst_base_rtp_depayload_wait):
3903         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3904         We can use the clock in GstElement, no need to store it ourselves.
3905
3906 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3907
3908         * docs/libs/tmpl/gstaudio.sgml:
3909           update
3910         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3911         (gst_paranoia_endian_get_type):
3912         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3913         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3914         * gst/audiotestsrc/gstaudiotestsrc.c:
3915         (gst_audiostestsrc_wave_get_type):
3916         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3917         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3918         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3919         (gst_sync_method_get_type), (gst_unit_type_get_type),
3920         (gst_client_status_get_type), (gst_multifdsink_class_init),
3921         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3922         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3923         (gst_multifdsink_get_property):
3924         * gst/tcp/gstmultifdsink.h:
3925         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3926         * gst/videotestsrc/gstvideotestsrc.c:
3927         (gst_videotestsrc_pattern_get_type):
3928           remove deprecated properties
3929           fix up enums to correctly have short lowercase dashed nicks
3930
3931 2005-11-22  Michael Smith <msmith@fluendo.com>
3932
3933         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3934         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3935           Add underscore.
3936
3937 2005-11-22  Michael Smith <msmith@fluendo.com>
3938
3939         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3940         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3941           Use utility method for scaling clocktime for fractional framerates.
3942
3943 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3944
3945         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3946         (gst_visual_chain):
3947         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3948         * ext/theora/theoradec.c: (theora_handle_type_packet):
3949         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3950         (theora_enc_chain):
3951         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3952         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3953         * gst-libs/gst/video/video.h:
3954         * gst/ffmpegcolorspace/avcodec.h:
3955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3956         (gst_ffmpeg_caps_to_pixfmt):
3957         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3958         (gst_ffmpegcsp_set_caps):
3959         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3960         (gst_videorate_setcaps), (gst_videorate_blank_data),
3961         (gst_videorate_chain):
3962         * gst/videotestsrc/gstvideotestsrc.c:
3963         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3964         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3965         (gst_videotestsrc_event), (gst_videotestsrc_create):
3966         * gst/videotestsrc/gstvideotestsrc.h:
3967         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3968         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3969         (gst_ximagesink_get_times), (gst_ximagesink_init):
3970         * sys/ximage/ximagesink.h:
3971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3972         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3973         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3974         * sys/xvimage/xvimagesink.h:
3975           Convert elements to use fractions for their framerate.
3976           V4L elements to come later tonight.
3977
3978 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3979
3980         * gst-libs/gst/audio/audio.c:
3981         * gst-libs/gst/audio/audio.h:
3982           remove some deprecated functions
3983
3984 2005-11-22  Andy Wingo  <wingo@pobox.com>
3985
3986         * Update for gst_tag_setter API changes.
3987
3988 2005-11-22  Andy Wingo  <wingo@pobox.com>
3989
3990         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3991         (gst_ogg_demux_perform_seek):
3992         * ext/theora/theoradec.c (theora_dec_sink_event):
3993         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3994         update-funcnames.
3995
3996 2005-11-22  Wim Taymans  <wim@fluendo.com>
3997
3998         * examples/seeking/seek.c: (main):
3999         Give higher priority to bus signals than the gtk events
4000         to fix a race condition in the segment looping.
4001
4002 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4003
4004         * ext/theora/Makefile.am:
4005         * ext/vorbis/Makefile.am:
4006         * gst-libs/gst/tag/Makefile.am:
4007         * gst-plugins-base.spec.in:
4008           Rename libgsttagedit to libgsttag (#322117).
4009
4010 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4011
4012         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4014           Call gst_x_overlay_prepare_xwindow_id() to give applications
4015           a final chance to set their own xwindow id before the video
4016           sink creates its own window.
4017
4018 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4019
4020         * sys/xvimage/xvimagesink.c:
4021         (gst_xvimagesink_navigation_send_event): Handle navigation
4022         events correcly with borders if applicable.
4023
4024 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4025
4026         Patch by: Luca Ognibene
4027
4028         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4029         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4031         (gst_ffmpegcsp_caps_remove_format_info):
4032         * gst/ffmpegcolorspace/imgconvert.c:
4033         * gst/ffmpegcolorspace/imgconvert_template.h:
4034           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4035           #318353); use gst_structure_has_name().
4036
4037 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4038
4039         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4040         (gst_ximagesink_class_init): Add debug macros on functions.
4041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4042         (gst_xvimagesink_xwindow_draw_borders),
4043         (gst_xvimagesink_xvimage_put),
4044         (gst_xvimagesink_xwindow_update_geometry),
4045         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4046         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4047         (gst_xvimagesink_xcontext_clear),
4048         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4049         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4050         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4051         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4052         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4053         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4054         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4055         expose while being PAUSED, out of data flow navigation events, etc..
4056
4057 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4058
4059         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4060         * gst-libs/gst/audio/audio.h:
4061           fix prototype - wondering why the test worked regardless
4062
4063 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4064
4065         * check/Makefile.am:
4066         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4067         * gst-libs/gst/audio/audio.h:
4068           add a method that returns a proper GstClockTime
4069
4070 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4071
4072         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4073         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4074         * gst-libs/gst/interfaces/xoverlay.h:
4075           Remove everything having to do with the desired size; add 
4076           gst_x_overlay_prepare_xwindow_id() function; remove the
4077           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4078           post a message on the bus instead (#321816).
4079
4080         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4082         (gst_xvimagesink_xoverlay_init):
4083           Remove desired size stuff (#321816).
4084
4085 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4086
4087         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4088         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4089         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4090           Terminate vararg functions with NULL instead of 0 to 
4091           make gcc4 happy.
4092
4093 2005-11-21  Andy Wingo  <wingo@pobox.com>
4094
4095         patch by: Sebastien Cote <sebas642@yahoo.ca>
4096         
4097         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4098         * gst-libs/gst/rtp/gstrtpbuffer.c
4099         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4100
4101 2005-11-21  Andy Wingo  <wingo@pobox.com>
4102
4103         * gst/playback/gstplaybin.c (gen_audio_element) 
4104         (gen_video_element): Use the new MISSING_PLUGIN core error
4105         category. Closes #320060.
4106
4107         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4108         * gst/videorate/gstvideorate.c (gst_videorate_event):
4109         * ext/theora/theoradec.c (theora_dec_sink_event): 
4110         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4111         stream lock.
4112
4113         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4114         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4115         stream lock changes.
4116
4117 2005-11-21  Wim Taymans  <wim@fluendo.com>
4118
4119         * gst-libs/gst/audio/gstbaseaudiosink.c:
4120         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4121         (gst_base_audio_sink_provide_clock),
4122         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4123         (gst_base_audio_sink_change_state):
4124         * gst/audioresample/gstaudioresample.c:
4125         Segment update fix.
4126
4127 2005-11-21  Andy Wingo  <wingo@pobox.com>
4128
4129         * *.h:
4130         * *.c: Ran scripts/update-macros. Oh yes.
4131
4132 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4133
4134         * sys/ximage/Makefile.am:
4135         * sys/ximage/ximage.c:
4136           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4137           remove your old libgstximage.* manually if necessary).
4138
4139 2005-11-21  Michael Smith <msmith@fluendo.com>
4140
4141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4142           Minimal fix for bug #320200: set the min/max bitrate in the correct
4143           units. A better fix would be to upgrade to the RATEMANAGE2
4144           interface, rather than using the deprecated interface used here, but
4145           that would require an update in our libvorbis dependency (to 1.1),
4146           which is probably undesirable.
4147
4148 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4149
4150         * ext/libvisual/visual.c: (get_buffer):
4151         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4152         (gst_base_audio_src_fixate):
4153         * gst/audioconvert/gstaudioconvert.c:
4154         (gst_audio_convert_fixate_caps):
4155         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4156         * gst/audiotestsrc/gstaudiotestsrc.c:
4157         (gst_audiotestsrc_src_fixate):
4158         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4159         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4160         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4161         * gst/videotestsrc/gstvideotestsrc.c:
4162         (gst_videotestsrc_src_fixate):
4163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4165           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4166           (#322027)
4167
4168
4169 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4170
4171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4172         (gst_riff_create_iavs_caps):
4173         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4174         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4175         (gst_riff_parse_info):
4176         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4179           Fixes for GST_FOURCC_FORMAT API change.
4180
4181 2005-11-21  Andy Wingo  <wingo@pobox.com>
4182
4183         patch by: Alessandro Dessina <alessandro nnva org>
4184
4185         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4186         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4187         (gst_ogg_parse_chain):
4188         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4189         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4190         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4191         gst_value_list calls on arrays. Fixes #321962.
4192
4193 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4196         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4197         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4198         * gst/adder/gstadder.c: (gst_adder_init),
4199         (gst_adder_request_new_pad), (gst_adder_collected),
4200         (gst_adder_change_state):
4201           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4202           API change.
4203
4204 2005-11-21  Michael Smith <msmith@fluendo.com>
4205
4206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4207         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4208           Properly handle pad_push return values.
4209
4210 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4211
4212         * gst-libs/gst/tag/Makefile.am:
4213         * gst-libs/gst/tag/gstvorbistag.c:
4214         (gst_tag_list_to_vorbiscomment_buffer):
4215           Remove obsolete vorbistag element and debug category.
4216
4217         * gst/playback/gstplaybasebin.c: (check_queue):
4218           Don't divide by 0 when queue-threshold is 0.
4219
4220         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4221           Don't modify an existing pixel-aspect-ratio if we fail to read
4222           a new one.
4223
4224 2005-11-20  Wim Taymans  <wim@fluendo.com>
4225
4226         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4227         (gst_vorbisenc_push_packet):
4228         GST_PAD_IS_USABLE is gone, use the return value of
4229         the push or pad_alloc_buffer instead.
4230
4231 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4232
4233         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4234         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4235         (gst_ximagesink_ximage_destroy),
4236         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4237         (gst_ximagesink_xwindow_new),
4238         (gst_ximagesink_xwindow_update_geometry),
4239         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4240         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4241         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4242         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4243         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4244         (gst_ximagesink_navigation_send_event),
4245         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4246         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4247         (gst_ximagesink_finalize), (gst_ximagesink_init),
4248         (gst_ximagesink_class_init):
4249         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4250         This new version brings correct software scaling, non flickering
4251         window while resizing, pixel aspect ratio handling, usage of
4252         hardware buffer pools, out of data flow event thread for 
4253         navigation and handling of expose events even when being PAUSED,
4254         a new property to keep video aspect ratio when resizing, etc...
4255
4256 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4257
4258         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4259         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4260         handling of PAR.
4261
4262 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4263
4264         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4265         Unsetting IS_SINK flag from the fakesink, so decodebin
4266         never behaves as a sink.
4267
4268 2005-11-17  Wim Taymans  <wim@fluendo.com>
4269
4270         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4271         (gst_base_audio_src_change_state):
4272         Fix the audiosrc base class again, we did not unflush.
4273
4274 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4275
4276         * examples/seeking/seek.c: (make_dv_pipeline),
4277         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4278         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4279         to ogg/vorbis/theora pipeline.
4280
4281 2005-11-17  Wim Taymans  <wim@fluendo.com>
4282
4283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4284         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4285         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4286         Fix EOS on multiple streams.
4287         More debugging.
4288
4289 2005-11-16  Wim Taymans  <wim@fluendo.com>
4290
4291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4292         (gst_ogg_demux_perform_seek):
4293         Segment done must include stream time.
4294
4295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4296         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4297         (gst_ogg_mux_change_state):
4298         Fix ogg muxer again.
4299
4300 2005-11-16  Wim Taymans  <wim@fluendo.com>
4301
4302         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4303         Fix compile again.
4304
4305 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4306
4307         * ext/libvisual/visual.c: (gst_visual_init):
4308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4309         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4310         (gst_ogg_parse_chain):
4311         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4312         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4313         * ext/theora/theoradec.c: (gst_theora_dec_init):
4314         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4315         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4316         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4317         * gst/adder/gstadder.c: (gst_adder_class_init),
4318         (gst_adder_dispose):
4319         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4320         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4321         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4322           Fix a whole set of pad template leaks
4323
4324 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4325
4326         * check/generic/states.c: (GST_START_TEST):
4327           fix the test so that it only checks for elements that are part of
4328           this source module
4329
4330 2005-11-16  Michael Smith <msmith@fluendo.com>
4331
4332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4333         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4334         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4335         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4336         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4337         (gst_ogg_mux_change_state):
4338           Fix leaking collectpads.
4339
4340 2005-11-16  Edward Hervey  <edward@fluendo.com>
4341
4342         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4343         (gst_videorate_event), (gst_videorate_chain):
4344         Handle segment seeks
4345
4346 2005-11-16  Wim Taymans  <wim@fluendo.com>
4347
4348         * gst-libs/gst/audio/gstbaseaudiosink.c:
4349         (gst_base_audio_sink_provide_clock),
4350         (gst_base_audio_sink_change_state):
4351         Set ringbuffer to non-flushing when going to PAUSED, set to
4352         flushing again when going to READY.
4353
4354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4355         (gst_ring_buffer_stop):
4356         Start in flushing mode by default.
4357         Don't set flushing in the _stop method, let the app call
4358         this explicitly.
4359
4360 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4361
4362         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4363         * gst-libs/gst/video/videosink.h: Add helper function needed
4364         for video sinks.
4365
4366 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4367
4368         * gst/videoscale/gstvideoscale.c:
4369         (gst_videoscale_handle_src_event):
4370           Don't leak reference to pad parent.
4371
4372 2005-11-16  Wim Taymans  <wim@fluendo.com>
4373
4374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4375         Set ringbuffer to flushing when stopping so that we don't
4376         block on wait_segment anymore and livelock.
4377
4378 2005-11-16  Wim Taymans  <wim@fluendo.com>
4379
4380         * examples/seeking/seek.c: (send_event), (do_seek),
4381         (loop_toggle_cb), (segment_done), (main):
4382         Added looping checkbox.
4383
4384 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4385
4386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4387         (gst_ogg_demux_init):
4388         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4389         (gst_vorbis_dec_init):
4390           revert unrefs, they don't pass make check
4391
4392 2005-11-15  Johan Dahlin  <johan@gnome.org>
4393
4394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4395         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4396         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4397         (gst_vorbis_dec_init):
4398         Fix pad template leaks. 
4399
4400 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4401
4402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4403           Make state change function thread safe.
4404
4405 2005-11-15  Edward Hervey  <edward@fluendo.com>
4406
4407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4408         (gst_ogg_demux_class_init):
4409         Implement GstElement::send_event, so we can send seek events
4410         in GST_STATE_READY
4411
4412 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4413
4414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4415         Discovered how to take away flickering while resizing the
4416         window. Please don't put that in ximagesink, refactoring in
4417         progress.
4418
4419 2005-11-14  Michael Smith <msmith@fluendo.com>
4420
4421         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4422         (gst_multifdsink_render):
4423           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4424
4425 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         * gst/playback/gstplaybin.c: (gen_audio_element):
4428           Use autoaudiosink, it tends to be more widely available than
4429           autoaudiiosink.
4430           
4431 2005-11-14  Andy Wingo  <wingo@pobox.com>
4432
4433         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4434         as well if it is available. Fixes #316442.
4435
4436 2005-11-14  Michael Smith <msmith@fluendo.com>
4437
4438         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4439         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4440         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4441         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4442         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4443         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4444         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4445         (gst_vorbisenc_change_state):
4446           Fix a small memory leak in vorbisenc.
4447           Fix large memory leaks in oggmux, also fix lots of state change
4448           bugs in oggmux.
4449
4450 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4451
4452         * gst/videotestsrc/gstvideotestsrc.c:
4453         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4454         (gst_videotestsrc_src_fixate):
4455           move fixation to a fixate function
4456           remove negotiate function, basesrc's is good enough
4457           fixes a bug for check when using the element alone
4458
4459 2005-11-13  Edward Hervey  <edward@fluendo.com>
4460
4461         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4462         (key_toggle_cb), (main):
4463         Added checkboxes for adding/removing the accurate and key_unit seek
4464         flags.
4465
4466 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4467
4468         * configure.ac: back to HEAD
4469
4470 === release 0.9.5 ===
4471
4472 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4473
4474         * configure.ac:
4475           releasing 0.9.5, "No No Kia"
4476
4477 2005-11-11  Edward Hervey  <edward@fluendo.com>
4478
4479         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4480         Added parse-launch syntax seeking mode for the seeking example.
4481         This should help stress-test even more cases.
4482         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4483
4484 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4485
4486         * sys/xvimage/xvimagesink.c:
4487         (gst_xvimagesink_navigation_send_event):
4488           Check whether peer pad exists before sending navigation events
4489           to it.
4490
4491 2005-11-11  Michael Smith <msmith@fluendo.com>
4492
4493         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4494         (gst_vorbisenc_buffer_from_packet):
4495         * ext/vorbis/vorbisenc.h:
4496           Set duration on encoded buffers. This allows oggmux's
4497           max_page_delay parameter to actually work.
4498
4499 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4500
4501         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4502         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4503         (gst_ffmpegcsp_avpicture_fill):
4504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4505         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4506           Make palettes work again (see #132341). Use our own macros
4507           for rounding up.
4508
4509 2005-11-10  Andy Wingo  <wingo@pobox.com>
4510
4511         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4512         string doober.
4513
4514 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4515
4516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4517         (gst_ffmpegcsp_transform_caps):
4518           Prefer passthrough in transform_caps
4519
4520 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4521
4522         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4523           check for ALSA errors properly, instead of relying on ALSA's
4524           error strings to serve to the user.
4525
4526 2005-11-10  Wim Taymans  <wim@fluendo.com>
4527
4528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4529         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4530         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4531         Modernise the seek code.
4532
4533 2005-11-10  Michael Smith <msmith@fluendo.com>
4534         
4535         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4536         (setup_substreams), (set_active_source):
4537           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4538           trying to go to NULL if we failed to read a file.
4539
4540 2005-11-10  Wim Taymans  <wim@fluendo.com>
4541
4542         * gst/audiotestsrc/gstaudiotestsrc.c:
4543         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4544         (gst_audiotestsrc_create):
4545         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4546         (gst_sinesrc_get_times), (gst_sinesrc_create):
4547         * gst/videotestsrc/gstvideotestsrc.c:
4548         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4549         (gst_videotestsrc_create):
4550         The base class can now sync for us.
4551
4552 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4553
4554         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4555           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4556           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4557           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4558           format=(fourcc)I420" ! xvimagesink
4559
4560 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4563         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4564         (gst_sinesrc_newsegment):
4565           Send newsegment event in TIME format, set duration if
4566           num-buffers is set, fix duration querying.
4567
4568 2005-11-10  Michael Smith <msmith@fluendo.com>
4569
4570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4571         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4572         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4573         (gst_ogg_mux_collected):
4574          Fix EOS handling, partially. Now forwarding an EOS event once we have
4575          EOS on all pads works correctly. However, we still don't properly set
4576          EOS on the actual ogg stream pages.
4577
4578 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4579
4580         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4581           Set elements to NULL state before disposing of them.
4582
4583 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4584
4585         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4588         (gst_base_rtp_depayload_init),
4589         (gst_base_rtp_depayload_set_gst_timestamp):
4590         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4591           We need to send a newsegment event for each instance, not
4592           just for the first instance of this class (get rid of
4593           static variable in function). (#321011).
4594           
4595 2005-11-08  Michael Smith <msmith@fluendo.com>
4596
4597         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4598         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4599         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4600         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4601           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4602           This makes us mux things correctly according to the ogg muxing
4603           rules. Still not handling EOS correctly right now, though.
4604
4605 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         * gst/audioconvert/gstaudioconvert.c:
4608           Fix typo in docs. 
4609
4610 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4611
4612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4613         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4614           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4615           creating a new chain; should fix live streaming. Also
4616           add more debug output and fix a typo.
4617
4618 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4619
4620         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * gst/volume/gstvolume.c: (volume_set_caps):
4623           Fix compilation on Solaris with Forte. (#320923)
4624
4625 2005-11-08  Wim Taymans  <wim@fluendo.com>
4626
4627         * gst-libs/gst/audio/gstbaseaudiosink.c:
4628         (gst_base_audio_sink_render):
4629         No need to do a typecheck.
4630
4631 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4632
4633         * ext/alsa/gstalsa.h:
4634           We register a debug category, so let's use it.
4635
4636 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4637
4638         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4639         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4640         Fixed a small problem.
4641
4642 2005-11-04  Wim Taymans  <wim@fluendo.com>
4643
4644         * examples/seeking/Makefile.am:
4645         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4646         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4647         (make_playerbin_pipeline), (format_value), (update_scale),
4648         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4649         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4650         (print_usage), (main):
4651         Added app for playback speed testing.
4652
4653         * examples/seeking/seek.c: (dynamic_link),
4654         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4655         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4656         (message_received), (main):
4657         Updated seek example.
4658
4659 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4660
4661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4662         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4663         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4664         (gst_base_rtp_depayload_set_clock):
4665         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4666         Don't sleep on the bench (system clock) when you have a nice 
4667         comfortable bed (Gstreamer clock) to sleep on.
4668
4669 2005-11-03  Wim Taymans  <wim@fluendo.com>
4670
4671         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4672         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4673         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4674         Handle the case where a pad_block failed.
4675
4676 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4677
4678         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4679
4680         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4681         (gst_base_rtp_depayload_add_to_queue),
4682         (gst_base_rtp_depayload_push),
4683         (gst_base_rtp_depayload_set_gst_timestamp),
4684         (gst_base_rtp_depayload_queue_release):
4685           Fixes some bugs in the depayloader's queuing/de-queueing code.
4686
4687 2005-10-31  Michael Smith <msmith@fluendo.com>
4688
4689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4690         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4691         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4692           Patch from Alessandro Decina <alessandro@nnva.org>.
4693           Make oggdemux only find the final time in a chain, not per-pad,
4694           since the per-pad information can be very expensive to locate, and
4695           it isn't used anywhere. This makes reading a file containing
4696           OggSkeleton reasonably fast.
4697           Also, make chain finding work when there are logical bitstreams that
4698           can't be decoded. Fixes #319110.
4699
4700 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4701
4702         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4703         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4704         (gst_base_rtp_depayload_chain),
4705         (gst_base_rtp_depayload_add_to_queue),
4706         (gst_base_rtp_depayload_push),
4707         (gst_base_rtp_depayload_set_gst_timestamp),
4708         (gst_base_rtp_depayload_queue_release),
4709         (gst_base_rtp_depayload_start_thread),
4710         (gst_base_rtp_depayload_set_property),
4711         (gst_base_rtp_depayload_get_property):
4712         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4713         Some random fixes, to fullfill the desires of thomas.
4714
4715 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4716
4717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4718         (gst_base_rtp_depayload_add_to_queue),
4719         (gst_base_rtp_depayload_push):
4720         Fixed the queueing algorithm.
4721
4722 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4723
4724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4725         (gst_base_rtp_depayload_push):
4726         A small fix
4727
4728 2005-10-31  Wim Taymans  <wim@fluendo.com>
4729
4730         * gst-libs/gst/audio/gstringbuffer.h:
4731         Don't break ABI.
4732
4733         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4734         (gst_ffmpeg_caps_to_pixfmt):
4735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4736         (gst_ffmpegcsp_set_caps):
4737         Some more comments.
4738         Handle missing required caps fields better.
4739
4740 2005-10-31  Wim Taymans  <wim@fluendo.com>
4741
4742         * gst-libs/gst/audio/gstbaseaudiosink.c:
4743         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4744         (gst_base_audio_sink_render):
4745         * gst-libs/gst/audio/gstringbuffer.c:
4746         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4747         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4748         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4749         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4750         (gst_ring_buffer_read):
4751         * gst-libs/gst/audio/gstringbuffer.h:
4752         Add flushing mode to the ringbuffer so that it in all cases does
4753         not try to handle more audio. This makes sure it does not try to
4754         block anymore when flushing and fixes a livelock.
4755
4756 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4757
4758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4759         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4760         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4761           Explicitly check for -1 values before doing a conversion
4762           and always map them to -1. (#315545)
4763
4764 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4765
4766         * gst/playback/gstplaybin.c: (gen_video_element):
4767           first try autovideosink, then xvimagesink, then error out
4768         * po/POTFILES.in:
4769           add translatable file
4770         * po/af.po:
4771         * po/az.po:
4772         * po/cs.po:
4773         * po/en_GB.po:
4774         * po/hu.po:
4775         * po/it.po:
4776         * po/nb.po:
4777         * po/nl.po:
4778         * po/or.po:
4779         * po/sq.po:
4780         * po/sr.po:
4781         * po/sv.po:
4782         * po/uk.po:
4783         * po/vi.po:
4784           update translations
4785
4786 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4787
4788         * gst-libs/gst/rtp/gstbasedepayload.c:
4789         * gst-libs/gst/rtp/gstbasedepayload.h:
4790           Minor cleanups
4791
4792 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * gst/playback/.cvsignore:
4795         * gst/playback/decodetest.c:
4796         * gst/playback/test3.c:
4797           Port these two tests as well.
4798
4799 2005-10-27  Wim Taymans  <wim@fluendo.com>
4800
4801         * ext/theora/theoradec.c: (theora_dec_src_query),
4802         (theora_dec_sink_event):
4803         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4804         (theora_enc_change_state):
4805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4806         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4807         Take proper locks when handling events.
4808
4809 2005-10-27  Wim Taymans  <wim@fluendo.com>
4810
4811         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4812         (gst_adder_change_state):
4813         Fix timestamps and fix deadlock when stopping the collectpads.
4814
4815 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4816
4817         * gst-libs/gst/rtp/gstrtpbuffer.h:
4818         Declaring the payload types as strings too so that they can be used
4819         in the padtemplate inialization.
4820
4821 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4822
4823         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4824
4825         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4826         (gst_base_rtp_depayload_class_init):
4827         Fixes a small but nasty bug. The derived elements no longer segfaults
4828         on finalization.
4829
4830 2005-10-26  Michael Smith <msmith@fluendo.com>
4831
4832         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4833           When clearing an audioconvert context, set tmpbufsize to zero, so
4834           we'll allocate it again later if required.
4835           This fixes audioconvert re-negotiating formats, which previously
4836           segfaulted with a NULL destination buffer.
4837
4838 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4839
4840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4841         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4842         (gst_base_rtp_depayload_set_gst_timestamp),
4843         (gst_base_rtp_depayload_queue_release):
4844         Fixed a smalll memleak.
4845
4846 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4848         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4849         (gst_base_rtp_depayload_finalize),
4850         (gst_base_rtp_depayload_setcaps),
4851         (gst_base_rtp_depayload_add_to_queue),
4852         (gst_base_rtp_depayload_push),
4853         (gst_base_rtp_depayload_set_gst_timestamp),
4854         (gst_base_rtp_depayload_queue_release),
4855         (gst_base_rtp_depayload_thread),
4856         (gst_base_rtp_depayload_change_state):
4857         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4858         Changed the C++ comments to C comments
4859
4860 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4861
4862         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4863         * gst/tcp/gsttcpclientsrc.h:
4864         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4865         * gst/tcp/gsttcpserversrc.h:
4866           Remove unused 'curoffset' structure member.
4867
4868 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4869
4870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4871         (gst_base_rtp_depayload_base_init),
4872         (gst_base_rtp_depayload_finalize):
4873         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4874         * gst-libs/gst/rtp/gstbasertppayload.h:
4875           The pad-template on the sinkpad should be set by the derived classes.
4876           Also added some useful macros.
4877
4878 2005-10-24  Wim Taymans  <wim@fluendo.com>
4879
4880         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4881         Correctly flush decoder samples even if we could not
4882         copy them to an output buffer. Fixes #319618.
4883
4884 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4885
4886         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4888         the caps against our xcontext caps.
4889
4890 2005-10-24  Wim Taymans  <wim@fluendo.com>
4891
4892         * gst-libs/gst/audio/gstbaseaudiosink.c:
4893         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4894         Remove g_print
4895         Use sync property from baseclass to disable sync.
4896
4897 2005-10-24  Wim Taymans  <wim@fluendo.com>
4898
4899         * gst-libs/gst/audio/gstbaseaudiosink.c:
4900         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4901         Buffers with no timestamps get aligned with previous buffers or
4902         on underrun, played ASAP.
4903
4904 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4905
4906         * gst-libs/gst/video/video.h:
4907         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4908         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4910         here comes my change on caps for framerate and geometry range.
4911         We are now accepting 1 to MAXINT for width and height, and from
4912         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4913         to be blended correctly in videomixer.
4914
4915 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4916
4917         * configure.ac:
4918           back to HEAD
4919
4920 === release 0.9.4 ===
4921
4922 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4923
4924         * NEWS:
4925         * RELEASE:
4926         * configure.ac:
4927           releasing 0.9.4, "Velociraptor"
4928
4929 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4930
4931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4932         * po/POTFILES.in:
4933           STOPPED -> FAILED
4934
4935 2005-10-21  Wim Taymans  <wim@fluendo.com>
4936
4937         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4938         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4939         (pad_blocked), (close_pad_link), (new_pad):
4940         Don't try to remove elements twice.
4941
4942 2005-10-21  Wim Taymans  <wim@fluendo.com>
4943
4944         * ext/theora/theoradec.c: (theora_dec_src_query),
4945         (theora_dec_sink_event):
4946         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4947         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4948         (vorbis_handle_data_packet):
4949         * ext/vorbis/vorbisdec.h:
4950         Fix old naming.
4951
4952         * gst-libs/gst/audio/gstbaseaudiosink.c:
4953         (gst_base_audio_sink_render):
4954         Don't try to sync on buffers without a timestamp.
4955
4956 2005-10-21  Wim Taymans  <wim@fluendo.com>
4957
4958         * ext/theora/theoradec.c: (theora_dec_src_query),
4959         (theora_dec_sink_event):
4960         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4961         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4962         (vorbis_handle_data_packet):
4963         * ext/vorbis/vorbisdec.h:
4964         Fix old naming.
4965
4966 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4967
4968         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4969         (gst_vorbisenc_src_query):
4970           Implement position and duration queries.
4971
4972         * gst/playback/test3.c: (update_scale), (main):
4973           Fix for async state changes and print nicer output.
4974
4975 2005-10-20  Wim Taymans  <wim@fluendo.com>
4976
4977         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4978         (dump_element_stats), (main):
4979         * gst/playback/test6.c: (main):
4980         Fix tests again
4981
4982 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4983
4984         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4985         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4986           Don't use functions for position queries when handling
4987           duration queries.
4988
4989 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4990
4991         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4992         (vorbis_handle_data_packet), (vorbis_dec_chain),
4993         (vorbis_dec_change_state):
4994         * ext/vorbis/vorbisdec.h:
4995           Vorbis streams can be embedded in other container formats
4996           than ogg, container formats where the demuxer might set 
4997           timestamps on encoded vorbis buffers instead of those silly 
4998           granulepos thingies. In short: make vorbisdec handle 
4999           timestamps on incoming buffers as well.
5000
5001 2005-10-20  Wim Taymans  <wim@fluendo.com>
5002
5003         * gst/playback/gstplaybasebin.c: (group_destroy),
5004         (gst_play_base_bin_change_state):
5005         Fix leak.
5006         Handle case where playbasebin is now ASYNC because
5007         decodebin is.
5008
5009 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * gst/audioconvert/Makefile.am:
5012         * gst/audioconvert/bufferframesconvert.c:
5013         * gst/audioconvert/plugin.c: (plugin_init):
5014         * gst/audioconvert/plugin.h:
5015           And bye bye buffer-frames-convert
5016
5017 2005-10-19  Wim Taymans  <wim@fluendo.com>
5018
5019         * check/elements/audioconvert.c:
5020         * docs/libs/tmpl/gstaudio.sgml:
5021         * docs/libs/tmpl/gstcolorbalance.sgml:
5022         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5023         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5024         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5025         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5026         * gst-libs/gst/audio/audio.h:
5027         * gst/audioconvert/audioconvert.h:
5028         * gst/audioconvert/gstaudioconvert.c:
5029         (gst_audio_convert_parse_caps):
5030         * gst/volume/gstvolume.c:
5031         Bye bye buffer-frames.
5032
5033 2005-10-19  Wim Taymans  <wim@fluendo.com>
5034
5035         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5036         (query_positions_elems), (query_positions_pads), (update_scale),
5037         (do_seek), (set_update_scale), (message_received), (main):
5038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5039         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5040         (gst_ogg_demux_loop):
5041         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5042         * ext/theora/theoradec.c: (theora_dec_src_query),
5043         (theora_dec_sink_event):
5044         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5045         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5046         * gst/adder/gstadder.c: (gst_adder_query):
5047         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5048         * gst/playback/test3.c: (update_scale):
5049         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5050         (dump_element_stats), (main):
5051         * gst/playback/test6.c: (main):
5052         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5053         Query API update.
5054
5055 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5056
5057         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5058         (xml_check_first_element), (xml_type_find), (smil_type_find),
5059         (plugin_init):
5060           Add typefinding for SMIL and for generic XML. Based on patch by
5061           Akos Maroy (#308663).
5062
5063 2005-10-18  Wim Taymans  <wim@fluendo.com>
5064
5065         * gst/playback/Makefile.am:
5066         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5067         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5068         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5069         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5070         (gst_decode_bin_change_state):
5071         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5072         (gst_play_bin_send_event_to_sink):
5073         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5074         (dump_element_stats), (main):
5075         * gst/playback/test6.c: (main):
5076         Make playbin async, it'll commit state to paused when all streams
5077         are detected.
5078         Remove ugly hack.
5079         Added test6.c to show async behaviour.
5080
5081 2005-10-18  Wim Taymans  <wim@fluendo.com>
5082
5083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5084         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5085         Fix for segment-start/stop API change.
5086
5087 2005-10-18  Wim Taymans  <wim@fluendo.com>
5088
5089         * check/Makefile.am:
5090         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5091         (main):
5092         Add future test for clock selection.
5093
5094 2005-10-18  Wim Taymans  <wim@fluendo.com>
5095
5096         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5097         (gst_alsasink_close):
5098         Set handle to NULL.
5099
5100         * gst-libs/gst/audio/gstringbuffer.c:
5101         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5102         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5103         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5104         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5105         (gst_ring_buffer_read):
5106         More debug info.
5107
5108 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5109
5110         * gst/audiotestsrc/Makefile.am:
5111         * gst/sine/Makefile.am:
5112         * gst/volume/Makefile.am:
5113           fix broken build of controllerized plugins
5114
5115 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5116
5117         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5120         (gst_riff_create_video_template_caps):
5121           Add support for Indeo-3 (IV32).
5122
5123 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5124
5125         * configure.ac:
5126           rewrite
5127
5128 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5129
5130         * gst-libs/gst/video/video.c: (gst_video_get_size):
5131         * gst/audiotestsrc/gstaudiotestsrc.c:
5132           doc updates
5133
5134 2005-10-17  Andy Wingo  <wingo@pobox.com>
5135
5136         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5137         with the collectpads change.
5138         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5139
5140         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5141
5142         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5143
5144         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5145         alloc_buffer flow return to callers.
5146         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5147         change. Fix some memleaks in theoraenc.
5148
5149         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5150         in strange circumstance.
5151
5152 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5153
5154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5155         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5156         from caps, let's use the caps...
5157
5158 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5159
5160         * configure.ac:
5161           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5162
5163 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5164
5165         * gst-libs/gst/interfaces/Makefile.am:
5166           fix silly typo
5167
5168 2005-10-16  Andy Wingo  <wingo@pobox.com>
5169
5170         * gst/playback/gstdecodebin.c
5171         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5172         function!
5173         (try_to_link_1): Increase kraziness level.
5174
5175 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5176
5177         * configure.ac:
5178           restructure like the core one
5179         * gst-libs/gst/audio/Makefile.am:
5180         * gst-libs/gst/interfaces/Makefile.am:
5181         * gst-libs/gst/net/Makefile.am:
5182         * gst-libs/gst/riff/Makefile.am:
5183         * gst-libs/gst/rtp/Makefile.am:
5184         * gst-libs/gst/tag/Makefile.am:
5185         * gst-libs/gst/video/Makefile.am:
5186           use correct linker flags, now the libs are properly versioned
5187         * check/elements/audioconvert.c: (verify_convert):
5188         * ext/alsa/gstalsaplugin.c:
5189         * ext/cdparanoia/gstcdparanoia.c:
5190         * ext/gnomevfs/gstgnomevfs.c:
5191         * ext/libvisual/visual.c:
5192         * ext/ogg/gstogg.c:
5193         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5194         * ext/theora/theora.c:
5195         * ext/vorbis/vorbis.c:
5196         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5197         * gst-libs/gst/tag/gsttagediting.c:
5198         * gst-libs/gst/video/video.c:
5199         * gst/adder/gstadder.c:
5200         * gst/audioconvert/plugin.c:
5201         * gst/audiorate/gstaudiorate.c:
5202         * gst/audioresample/gstaudioresample.c:
5203         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5204         * gst/audioscale/gstaudioscale.c:
5205         * gst/audioscale/resample.c:
5206         * gst/audiotestsrc/gstaudiotestsrc.c:
5207         * gst/ffmpegcolorspace/gstffmpeg.c:
5208         * gst/playback/gstdecodebin.c: (close_pad_link):
5209         * gst/playback/gstplaybin.c: (gen_video_element),
5210         (gen_audio_element):
5211         * gst/sine/gstsinesrc.c:
5212         * gst/subparse/gstsubparse.c:
5213         * gst/tags/gsttagediting.c:
5214         * gst/tcp/gsttcpplugin.c:
5215         * gst/typefind/gsttypefindfunctions.c:
5216         * gst/videorate/gstvideorate.c:
5217         * gst/videoscale/gstvideoscale.c:
5218         * gst/videotestsrc/gstvideotestsrc.c:
5219         * gst/volume/gstvolume.c:
5220         * sys/v4l/gstv4l.c:
5221         * sys/ximage/ximage.c:
5222         * sys/xvimage/xvimagesink.c:
5223           fix up defines
5224
5225 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         * ext/vorbis/vorbisenc.c:
5228         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5229         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5230         (gst_tag_to_vorbis_comments):
5231           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5232
5233 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5234
5235         * examples/stats/mp2ogg.c:
5236         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5237           typo fixes
5238
5239 2005-10-13  Michael Smith <msmith@fluendo.com>
5240
5241         * ext/ogg/gstoggmux.c:
5242           Use magic glib macros to define constants as 64 bit, to ensure
5243           appropriate vararg passing.
5244
5245 2005-10-13  Michael Smith <msmith@fluendo.com>
5246
5247         * ext/ogg/gstoggmux.c:
5248         * gst/audioconvert/audioconvert.c: (float):
5249           Don't use LL suffix, as it's not portable, and neither of these
5250           uses required it anyway.
5251
5252 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5253
5254         * examples/indexing/indexmpeg.c: (main):
5255         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5256         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5257         (cdparanoia_convert), (cdparanoia_query):
5258         * ext/cdparanoia/gstcdparanoia.h:
5259         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5260         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5261         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5263         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5264         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5265         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5266         (gst_multifdsink_render), (gst_multifdsink_start),
5267         (gst_multifdsink_stop):
5268         * gst/tcp/gstmultifdsink.h:
5269         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5270         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5271         (gst_tcpclientsink_stop):
5272         * gst/tcp/gsttcpclientsink.h:
5273         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5274         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5275         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5276         * gst/tcp/gsttcpclientsrc.h:
5277         * gst/tcp/gsttcpserversink.h:
5278         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5279         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5280         (gst_tcpserversrc_stop):
5281         * gst/tcp/gsttcpserversrc.h:
5282         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5283         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5284         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5285           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5286           moved bitshift from macro to enum definition
5287
5288 2005-10-12  Wim Taymans  <wim@fluendo.com>
5289
5290         * examples/seeking/Makefile.am:
5291         Oops.
5292
5293 2005-10-12  Wim Taymans  <wim@fluendo.com>
5294
5295         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5296         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5297         Don't assert on normal stuff.
5298
5299         * gst/playback/gstplaybin.c: (do_playbin_seek):
5300         API fix.
5301
5302 2005-10-12  Wim Taymans  <wim@fluendo.com>
5303
5304         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5305         * examples/seeking/Makefile.am:
5306         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5307         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5308         (do_seek), (set_update_scale), (message_received), (main):
5309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5310         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5311         Update for _get_state() API change.
5312
5313 2005-10-11  Wim Taymans  <wim@fluendo.com>
5314
5315         * gst-libs/gst/audio/gstbaseaudiosink.c:
5316         (gst_base_audio_sink_render):
5317         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5318         (gst_base_audio_src_create):
5319         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5320         (gst_ring_buffer_read):
5321         Cleanups.
5322         Commit and read from ringbuffer in samples rather than bytes.
5323
5324 2005-10-11  Wim Taymans  <wim@fluendo.com>
5325
5326         * gst-libs/gst/audio/gstbaseaudiosink.c:
5327         (gst_base_audio_sink_render):
5328         Respect segment rate and accum when scheduling samples.
5329
5330 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5331
5332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5333         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5334         EOS correctly, that needs more work.
5335
5336 2005-10-11  Wim Taymans  <wim@fluendo.com>
5337
5338         * check/generic/states.c: (GST_START_TEST):
5339         remove old property.
5340
5341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5342         (gst_ogg_demux_perform_seek):
5343         * ext/theora/theoradec.c: (theora_dec_sink_event):
5344         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5345         (vorbis_handle_data_packet):
5346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5347         (gst_base_rtp_depayload_set_gst_timestamp):
5348         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5349         Update for newsegment API change.
5350
5351 2005-10-11  Michael Smith <msmith@fluendo.com>
5352
5353         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5354         (do_playbin_seek), (gst_play_bin_send_event):
5355           Override send_event differently, so that we can takes bits of
5356           functionality from GstPipeline (special handling for seeks,
5357           including pausing/resuming, and resetting stream time) and still get
5358           the appropriate behaviour of only forwarding event to a single sink,
5359           rather than all of them.
5360           Unfortunately requires a lot of code duplication, but the
5361           alternatives are equally ugly in the end.
5362
5363 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5364
5365         * check/elements/audioconvert.c: (setup_audioconvert),
5366         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5367         (GST_START_TEST), (audioconvert_suite):
5368           clean up tests a little, fix some leaks.
5369
5370 2005-10-10  Wim Taymans  <wim@fluendo.com>
5371
5372         * ext/alsa/gstalsasink.c:
5373         Also allow unsigned int.
5374
5375         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5376         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5377         Small cleanup
5378
5379 2005-10-10  Wim Taymans  <wim@fluendo.com>
5380
5381         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5382         Small update, use API as stated in design docs.
5383
5384         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5385         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5386         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5387         (message_received), (main):
5388         Updated seek example for GOption. Some usability improvements.
5389
5390 2005-10-10  Wim Taymans  <wim@fluendo.com>
5391
5392         * gst/audioconvert/audioconvert.h:
5393         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5394         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5395         Alloc temp storage somewhere else where we can do it more
5396         portable.
5397
5398 2005-10-10  Wim Taymans  <wim@fluendo.com>
5399
5400         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5401         (gst_tcpserversrc_start):
5402         Don't block in accept while doing the state change, move
5403         to poll and make cancellable.
5404
5405 2005-10-09  Philippe Khalaf <burger@speedy.org>
5406
5407         * gst-libs/gst/rtp/rtpbasedepayload.c:
5408         Set timestamp and add queue delay to timestamp
5409         * gst-libs/gst/rtp/rtpbuffer.h:
5410         Set correct payload type for h263
5411
5412 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5413
5414         * gst/audiotestsrc/gstaudiotestsrc.c:
5415         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5416         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5417         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5418         (gst_audiotestsrc_create_triangle),
5419         (gst_audiotestsrc_create_silence),
5420         (gst_audiotestsrc_create_white_noise),
5421         (gst_audiotestsrc_init_pink_noise),
5422         (gst_audiotestsrc_generate_pink_noise_value),
5423         (gst_audiotestsrc_create_pink_noise),
5424         (gst_audiotestsrc_change_wave):
5425         * gst/audiotestsrc/gstaudiotestsrc.h:
5426           fixed typo, added pink noise
5427
5428 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5429
5430         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5431         (plugin_init):
5432           Add wavpack and spc typefind functions from 0.8 branch.
5433
5434 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5437         (ar_type_find), (msdos_type_find), (plugin_init):
5438           Add typefind functions for tar archives, ar archives,
5439           RAR archives, and msdos-executables (dlls, exe, etc.).
5440           Some of those would be wrongly identified as mpeg
5441           streams of some sort before (#315550).
5442
5443 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5444
5445         * configure.ac:
5446         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5447         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5448         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5449         * gst/audiotestsrc/Makefile.am:
5450         * gst/audiotestsrc/gstaudiotestsrc.c:
5451         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5452         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5453         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5454         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5455         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5456         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5457         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5458         (gst_audiotestsrc_create_silence),
5459         (gst_audiotestsrc_create_white_noise),
5460         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5461         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5462         (gst_audiotestsrc_start), (plugin_init):
5463         * gst/audiotestsrc/gstaudiotestsrc.h:
5464           add new plugin and element
5465         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5466           use gobject_class
5467
5468 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5471         (gst_adder_init), (gst_adder_request_new_pad),
5472         (gst_adder_change_state):
5473           Add query function to source pad, so adder reports the correct
5474           time/sample position when queried (#315457); fix state change
5475           function; use GST_DEBUG_FUNCPTR() for pad functions.
5476
5477 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5478
5479         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5480           Fix leaks in typefind registration
5481           Clean up the gratuitous commenting and whitespacing a little
5482
5483 2005-10-08  Wim Taymans  <wim@fluendo.com>
5484
5485         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5486         Only actually wait for the thread to be stopped if it's 
5487         running.
5488
5489 2005-10-08  Wim Taymans  <wim@fluendo.com>
5490
5491         * gst-libs/gst/audio/gstbaseaudiosink.c:
5492         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5493         If we receive EOS we can start playback of what we had.
5494
5495 2005-10-08  Wim Taymans  <wim@fluendo.com>
5496
5497         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5498         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5499         (gst_multifdsink_stop):
5500         Fix crasher when going to NULL multiple times.
5501
5502 2005-10-06  Wim Taymans  <wim@fluendo.com>
5503
5504         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5505         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5506         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5507         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5508         patch from Edgard Lima <edgard.lima@indt.org.br>
5509         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5510
5511 2005-10-06  Wim Taymans  <wim@fluendo.com>
5512
5513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5514         Report the FLOW_RETURN as string in the error message.
5515
5516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5517         Don't assert when clearing an unnegotiated buffer.
5518
5519 2005-10-04  Michael Smith <msmith@fluendo.com>
5520
5521         * gst/playback/gstplaybasebin.c: (group_destroy),
5522         (gen_preroll_element), (remove_groups), (setup_source):
5523         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5524         (setup_sinks), (gst_play_bin_send_event),
5525         (gst_play_bin_change_state):
5526           Set state to NULL before removing from bin. Fix refcounting.
5527
5528 2005-10-04  Michael Smith <msmith@fluendo.com>
5529
5530         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5531           Correct refcounting in send_event() function. Previously was wrong
5532           if the first sink was unable to handle the event.
5533
5534 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5535
5536         * configure.ac:
5537           back to development
5538
5539 === release 0.9.3 ===
5540
5541 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5542
5543         * configure.ac:
5544           Releasing 0.9.3, "De Facto"
5545
5546 2005-10-03  Andy Wingo  <wingo@pobox.com>
5547
5548         * gst/playback/gstdecodebin.c (try_to_link_1)
5549         (remove_element_chain): set element to NULL before removing it.
5550
5551 2005-10-02  Johan Dahlin  <johan@gnome.org>
5552
5553         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5554         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5555         MT safe.
5556
5557 2005-10-02  Andy Wingo  <wingo@pobox.com>
5558
5559         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5560         (gst_ring_buffer_prepare_read): 
5561         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5562         Demote to LOG.
5563
5564 2005-09-29  Wim Taymans  <wim@fluendo.com>
5565
5566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5567         * ext/theora/theoradec.c: (theora_handle_data_packet):
5568         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5569         Propagate error codes from alloc_buffer too.
5570
5571 2005-09-29  Wim Taymans  <wim@fluendo.com>
5572
5573         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5574         We use fixed caps.
5575
5576         * gst/playback/Makefile.am:
5577         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5578         (dump_element_stats), (main):
5579         Added example stream introspection code.
5580
5581 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5582
5583         * gst/adder/gstadder.c: (gst_adder_collected):
5584           fix adder for float elements
5585
5586 2005-09-28  Wim Taymans  <wim@fluendo.com>
5587
5588         * gst-libs/gst/audio/gstbaseaudiosink.c:
5589         (gst_base_audio_sink_class_init),
5590         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5591         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5592         (gst_base_audio_src_class_init),
5593         (gst_base_audio_src_provide_clock):
5594         get_clock -> provide_clock
5595
5596 2005-09-28  Andy Wingo  <wingo@pobox.com>
5597
5598         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5599         and unlocking.
5600
5601         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5602         unlocking.
5603
5604         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5605         Actually add the pad template.
5606         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5607
5608         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5609         I'm at it...
5610
5611         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5612         from fdsrc. Get caps in create() instead of start() so it can be
5613         interrupted. Interruption somewhat untested.
5614
5615         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5616         Proper EOS handling.
5617
5618 2005-09-27  Andy Wingo  <wingo@pobox.com>
5619
5620         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5621
5622         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5623
5624         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5625
5626         * gst/tcp/gsttcp.h: 
5627         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5628         out of tcpclientsrc.c. Cancellable.
5629         (gst_tcp_socket_read): Made private, cancellable, with better
5630         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5631         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5632         whole buffer, and better diagnostics.
5633         (gst_tcp_gdp_read_caps): Same.
5634
5635         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5636
5637 2005-09-26  Andy Wingo  <wingo@pobox.com>
5638
5639         * gst/sine/gstsinesrc.h:
5640         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5641         change the 'sync' property to 'is-live' and implement it halfway,
5642         update for controller api change.
5643
5644         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5645         controller api change.
5646
5647 2005-09-24  Wim Taymans  <wim@fluendo.com>
5648
5649         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5650         * gst-libs/gst/audio/gstaudiosink.c:
5651         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5652         (gst_audioringbuffer_stop):
5653         * gst-libs/gst/audio/gstbaseaudiosink.c:
5654         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5655         (gst_base_audio_sink_change_state):
5656         * gst-libs/gst/audio/gstbaseaudiosink.h:
5657         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5658         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5659         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5660         * gst-libs/gst/audio/gstringbuffer.h:
5661         Fix sync again. Moved sample alignment to basesink.
5662
5663 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5664
5665         * docs/plugins/Makefile.am:
5666         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5667         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5668         * gst/volume/gstvolume.c:
5669           add/fix docs
5670         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5671         * gst-libs/gst/audio/audio.h:
5672           add conversion macros for frames <-> clocktime
5673
5674 2005-09-23  David Schleef  <ds@schleef.org>
5675
5676         * gst/audioresample/Makefile.am:
5677         * gst/audioresample/debug.h:
5678         * gst/audioresample/gstaudioresample.c:
5679         * gst/audioresample/resample.c: Convert to using gst debugging
5680
5681 2005-09-22  Wim Taymans  <wim@fluendo.com>
5682
5683         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5684         (gst_play_bin_send_event):
5685         Only seek on one sink, the first one that succeeds.
5686
5687 2005-09-22  Michael Smith <msmith@fluendo.com>
5688
5689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5690         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5691         Don't flush encoder state unless we have an initialised encoder.
5692         Clear out encoder state on PAUSED_TO_READY.
5693
5694 2005-09-22  Wim Taymans  <wim@fluendo.com>
5695
5696         * gst-libs/gst/rtp/gstbasertppayload.c:
5697         (gst_basertppayload_class_init), (gst_basertppayload_init),
5698         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5699         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5700         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5701         (gst_basertppayload_set_property),
5702         (gst_basertppayload_get_property),
5703         (gst_basertppayload_change_state):
5704         * gst-libs/gst/rtp/gstbasertppayload.h:
5705         Added max-ptime to control amount of data in the rtp packets.
5706
5707 2005-09-21  Andy Wingo  <wingo@pobox.com>
5708
5709         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5710         thingies.
5711
5712         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5713         can be called multiple times, dogs.
5714
5715 2005-09-21  Wim Taymans  <wim@fluendo.com>
5716
5717         * gst-libs/gst/rtp/gstbasertppayload.c:
5718         (gst_basertppayload_class_init), (gst_basertppayload_init),
5719         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5720         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5721         (gst_basertppayload_push), (gst_basertppayload_get_property),
5722         (gst_basertppayload_change_state):
5723         Allow 0 ssrc too.
5724
5725 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5726
5727         * docs/libs/compiling.sgml:
5728           fixing typos
5729
5730 2005-09-20  Wim Taymans  <wim@fluendo.com>
5731
5732         * gst-libs/gst/rtp/gstbasertppayload.c:
5733         (gst_basertppayload_class_init), (gst_basertppayload_init),
5734         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5735         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5736         (gst_basertppayload_push), (gst_basertppayload_set_property),
5737         (gst_basertppayload_get_property),
5738         (gst_basertppayload_change_state):
5739         * gst-libs/gst/rtp/gstbasertppayload.h:
5740         Added property to configure sequence number offsets.
5741
5742 2005-09-20  Wim Taymans  <wim@fluendo.com>
5743
5744         * gst-libs/gst/rtp/gstbasertppayload.c:
5745         (gst_basertppayload_class_init), (gst_basertppayload_init),
5746         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5747         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5748         (gst_basertppayload_push), (gst_basertppayload_set_property),
5749         (gst_basertppayload_get_property),
5750         (gst_basertppayload_change_state):
5751         * gst-libs/gst/rtp/gstbasertppayload.h:
5752         Make timestamp offset configurable.
5753
5754 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5755
5756         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5757           fix wrong pop/unref
5758
5759 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5760
5761         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         * gst-libs/gst/interfaces/propertyprobe.c:
5764         (gst_property_probe_probe_property_name),
5765         (gst_property_probe_needs_probe_name),
5766         (gst_property_probe_get_values_name),
5767         (gst_property_probe_probe_and_get_values_name):
5768           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5769           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5770
5771 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5772
5773         * check/Makefile.am:
5774           have some tests be disabled for valgrinding
5775         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5776         (GST_START_TEST):
5777         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5778           Fix A Leak.  Chain To Parent Finalize.
5779
5780 2005-09-19  Wim Taymans  <wim@fluendo.com>
5781
5782         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5783         Fixed wav pipeline.
5784
5785 2005-09-19  Wim Taymans  <wim@fluendo.com>
5786
5787         * gst-libs/gst/rtp/gstbasertppayload.c:
5788         (gst_basertppayload_class_init), (gst_basertppayload_init),
5789         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5790         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5791         (gst_basertppayload_push), (gst_basertppayload_get_property),
5792         (gst_basertppayload_change_state):
5793         Posting ERROR and WARNING messages is good.
5794
5795 2005-09-19  Wim Taymans  <wim@fluendo.com>
5796
5797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5798         (gst_base_rtp_depayload_add_to_queue),
5799         (gst_base_rtp_depayload_push),
5800         (gst_base_rtp_depayload_set_gst_timestamp),
5801         (gst_base_rtp_depayload_queue_release):
5802         This one was not supposed to go in.
5803
5804 2005-09-19  Wim Taymans  <wim@fluendo.com>
5805
5806         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5807         Fix for bus API.
5808
5809         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5810         (gst_base_rtp_depayload_chain),
5811         (gst_base_rtp_depayload_add_to_queue),
5812         (gst_base_rtp_depayload_push),
5813         (gst_base_rtp_depayload_set_gst_timestamp),
5814         (gst_base_rtp_depayload_queue_release):
5815         Some cleanups.
5816
5817         * gst-libs/gst/rtp/gstbasertppayload.c:
5818         (gst_basertppayload_class_init), (gst_basertppayload_init),
5819         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5820         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5821         (gst_basertppayload_get_property),
5822         (gst_basertppayload_change_state):
5823         Added debugging category.
5824
5825 2005-09-18  David Schleef  <ds@schleef.org>
5826
5827         * gst/playback/gstdecodebin.c: free plugin list correctly
5828         * gst/playback/gstplaybin.c: emit warning if autovideosink
5829           and autoaudiosink can't be found (instead of segfaulting)
5830
5831 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5832
5833         * check/elements/audioconvert.c: (GST_START_TEST):
5834           try out 24 bit conversion
5835
5836 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5837
5838         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5839         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5840         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5841         * ext/vorbis/vorbisenc.h:
5842           Fix EOS handling.  Still needs a fix in the ogg muxer to
5843           mark the last page as eos.
5844
5845 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5846
5847         * common/gtk-doc-plugins.mak:
5848         * docs/plugins/Makefile.am:
5849         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5850         * gst/ffmpegcolorspace/Makefile.am:
5851         * gst/ffmpegcolorspace/avcodec.h:
5852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5853         * gst/tcp/gstmultifdsink.c:
5854           fix up ffmpegcolorspace docs; extract header
5855
5856 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5857
5858         * common/gtk-doc-plugins.mak:
5859         * docs/plugins/Makefile.am:
5860         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5861         * ext/theora/Makefile.am:
5862         * ext/theora/gsttheoraenc.h:
5863         * ext/theora/theoraenc.c:
5864         * ext/vorbis/vorbisenc.c:
5865           pick up signals and args for vorbis; add some docs for vorbis
5866
5867 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5868
5869         * common/gstdoc-scangobj:
5870         * common/gtk-doc-plugins.mak:
5871         * docs/libs/Makefile.am:
5872         * docs/plugins/gst-plugins-base-plugins.args:
5873         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5874         * docs/plugins/gst-plugins-base-plugins.interfaces:
5875         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5876         * docs/plugins/gst-plugins-base-plugins.signals:
5877           only scanobj stuff from our source module.  Not sure yet
5878           if that's correct, given the hierarchy stuff :)
5879
5880 2005-09-15  Wim Taymans  <wim@fluendo.com>
5881
5882         * gst/audioconvert/gstaudioconvert.c:
5883         And enable 24 bits mode as well..
5884
5885 2005-09-15  Wim Taymans  <wim@fluendo.com>
5886
5887         * gst-libs/gst/rtp/Makefile.am:
5888         * gst-libs/gst/rtp/gstbasertppayload.c:
5889         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5890         (gst_basertppayload_class_init), (gst_basertppayload_init),
5891         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5892         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5893         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5894         (gst_basertppayload_set_property),
5895         (gst_basertppayload_get_property),
5896         (gst_basertppayload_change_state):
5897         * gst-libs/gst/rtp/gstbasertppayload.h:
5898         Added rtp payloader base class.
5899
5900 2005-09-15  Andy Wingo  <wingo@pobox.com>
5901
5902         * configure.ac (plugindir): Remove the EOL matcher from the
5903         regexp, as it causes me problems. Libtool? Make? Who knows?
5904
5905 2005-09-14  David Schleef  <ds@schleef.org>
5906
5907         * check/generic/states.c: 
5908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5909         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5910           Fixes for changes in registry API.
5911
5912         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5913           to GST_PLUGIN_LDFLAGS.
5914         * ext/libvisual/visual.c: Make the library shut up.
5915         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5916         * gst-libs/gst/audio/gstaudiofilter.c: same
5917
5918 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5919
5920         * docs/plugins/Makefile.am:
5921         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5922         * docs/plugins/inspect/plugin-libvisual.xml:
5923         * docs/plugins/tmpl/element-tcpserversink.sgml:
5924         * ext/theora/theoraenc.c:
5925           add libvisual plugin and theoraenc element to docs
5926
5927 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5928
5929         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5930         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5931         * ext/theora/theoraenc.c:
5932           add theoraenc
5933
5934 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5935
5936         * gst/audioconvert/Makefile.am:
5937           Audioconvert derives from GstBaseTransform and should
5938           link to the library with our base elements to avoid
5939           unresolved symbols. Makes things work with MinGW (#316160)
5940
5941         * gst/playback/test4.c: (main):
5942           Fix MinGW build problem and use g_usleep() instead of 
5943           sleep() (#316162)
5944
5945 2005-09-12  Wim Taymans  <wim@fluendo.com>
5946
5947         * gst/audioconvert/audioconvert.c: (float),
5948         (audio_convert_prepare_context), (audio_convert_convert):
5949         * gst/audioconvert/audioconvert.h:
5950         Cleanups, speedups, simplifications, added back support
5951         for 24 bits.
5952
5953 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5954
5955         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5956         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5957         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5958         * docs/plugins/tmpl/element-tcpserversink.sgml:
5959         * gst/ffmpegcolorspace/gstffmpeg.c:
5960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5961         * gst/videotestsrc/gstvideotestsrc.c:
5962         * gst/volume/gstvolume.c:
5963           add more elements to the docs
5964
5965 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5966
5967         * check/Makefile.am:
5968         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5969         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5970           Add extra tests for basetransform based components. 
5971           Comment out the test_element_negotiation test until we decide
5972           if it's testing correct behaviour.
5973         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5974         (gst_visual_chain), (gst_visual_change_state):
5975           Slightly more correct but still bogus timestamping.
5976           Fix state change function.
5977         * gst/audioconvert/gstaudioconvert.c:
5978         (gst_audio_convert_class_init):
5979         * gst/audioresample/gstaudioresample.c:
5980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5981         (gst_ffmpegcsp_class_init):
5982         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5983         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5984         (gst_videoscale_prepare_image):
5985         * gst/volume/gstvolume.c: (gst_volume_class_init),
5986         (volume_transform_ip):
5987           Basetransform updates. Enable passthrough modes.
5988         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5989         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5990         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5991           Negotiation fix that allows the window to return to the original
5992           size and renegotiate passthrough upstream. Extra debug output.
5993
5994 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5995
5996         * gst/sine/gstsinesrc.c:
5997         * gst/volume/gstvolume.c:
5998           fix up header include
5999
6000 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6001
6002         * gst-libs/gst/audio/gstbaseaudiosink.c:
6003         (gst_base_audio_sink_render):
6004         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6005         * gst/volume/gstvolume.c: (gst_volume_class_init),
6006         (volume_transform):
6007           fixing lost sync, some more debugging
6008
6009 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6010
6011         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6012         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6013         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6014         (gst_xvimagesink_check_xshm_calls):
6015           Fix compilation when XShm is not available.
6016
6017 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6018
6019         * ext/libvisual/visual.c: (gst_visual_dispose),
6020         (gst_visual_getcaps), (gst_visual_src_setcaps),
6021         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6022         (gst_visual_change_state):
6023           Finish fixing up libvisual plugin so that it runs. 
6024
6025 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6026
6027         * ext/vorbis/vorbisenc.c:
6028         * gst-libs/gst/tag/gstvorbistag.c:
6029           gsttaginterface.h -> gsttagsetter.h
6030
6031 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6032
6033         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6034           added another test that failes for me (test is not active by default)
6035
6036 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6037
6038         * configure.ac:
6039           v4l2 is no longer in gst-plugins-base
6040
6041 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6042
6043         * configure.ac:
6044           In the output at the end, don't show the first plugin on the same
6045           line as "Core plug-ins, always built:".
6046           Indent the output as for other plugin categories
6047         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6048           #define that can be used to not use peer buffer_alloc functions for
6049           test purposes.
6050         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6051         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6052         (gst_ximagesink_show_frame):
6053         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6054         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6055         (gst_xvimagesink_show_frame):
6056           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6057           fails gracefully instead of XError aborting or deadlocking.
6058
6059 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6060
6061         * ext/libvisual/Makefile.am:
6062           link against gst-base-libs
6063
6064 2005-09-06  David Schleef  <ds@schleef.org>
6065
6066         * configure.ac: Enable libvisual plugin.
6067         * ext/libvisual/Makefile.am:
6068         * ext/libvisual/visual.c: Fixes to make it compile.
6069
6070 === release 0.9.2 ===
6071
6072 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6073
6074         * NEWS:
6075         * RELEASE:
6076         * configure.ac:
6077         * docs/random/ChangeLog-0.8:
6078           releasing 0.9.2, "Spoon"
6079
6080 2005-09-05  Michael Smith <msmith@fluendo.com>
6081
6082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6083           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6084           that in the vorbisenc element.
6085
6086 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6087
6088         * common/gtk-doc-plugins.mak:
6089         * docs/plugins/Makefile.am:
6090           fix distcheck
6091         * gst/audioresample/resample.c:
6092           fix wrong docstring
6093
6094 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6095
6096         * common/gst-xmlinspect.py:
6097         * common/gtk-doc-plugins.mak:
6098           only inspect plugins for this given package
6099           require gst-python 0.9
6100
6101 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6102
6103         * Makefile.am:
6104         * autogen.sh:
6105         * common/gst-xmlinspect.py:
6106         * configure.ac:
6107         * docs/Makefile.am:
6108         * docs/plugins/inspect/plugin-alsa.xml:
6109         * docs/plugins/inspect/plugin-audioresample.xml:
6110         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6111         * docs/plugins/inspect/plugin-ogg.xml:
6112         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6113         * docs/plugins/tmpl/element-multifdsink.sgml:
6114         * docs/plugins/tmpl/element-tcpserversink.sgml:
6115         * docs/plugins/tmpl/element-vorbisenc.sgml:
6116         * gst-plugins-base.spec.in:
6117           various doc-related updates
6118
6119 2005-08-31  Wim Taymans  <wim@fluendo.com>
6120
6121         * gst-libs/gst/audio/gstbaseaudiosink.c:
6122         (gst_base_audio_sink_render):
6123         Resync if the buffer timestamps drift more than a 10th 
6124         of a second.
6125
6126 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6127
6128         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6129         (gst_v4lsrc_get_property):
6130           The 'timestamp-offset' property is registered as an int64, so
6131           let's use g_value_{set|get}_int64() in our setter and getter
6132           functions (makes it work and fixes warnings with gst-inspect).
6133
6134 2005-08-30  Wim Taymans  <wim@fluendo.com>
6135
6136         * check/elements/audioconvert.c: (setup_audioconvert):
6137         * check/elements/audioresample.c: (setup_audioresample):
6138         * check/elements/volume.c: (setup_volume):
6139         Fix checks.
6140
6141 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6142
6143         * common/gtk-doc-plugins.mak:
6144         * common/plugins.xsl:
6145         * docs/plugins/Makefile.am:
6146           make module a param
6147
6148 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6149
6150         * examples/seeking/seek.c: (make_mp3_pipeline),
6151         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6152         (play_cb), (pause_cb), (stop_cb):
6153           update the example
6154
6155 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6156
6157         * gst/volume/gstvolume.c: (gst_volume_class_init),
6158         (volume_transform):
6159           do not update controlled params, if buffer has no timestamp
6160
6161 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6162
6163         * configure.ac:
6164         * gst/sine/Makefile.am:
6165         * gst/volume/Makefile.am:
6166           controllerized elements also need to link against controller-libs ;)
6167
6168 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6169
6170         * docs/libs/tmpl/gstcolorbalance.sgml:
6171         * docs/libs/tmpl/gstgconf.sgml:
6172         * docs/libs/tmpl/gstmixer.sgml:
6173         * docs/libs/tmpl/gstringbuffer.sgml:
6174         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6175         (gst_sinesrc_create):
6176         * gst/volume/gstvolume.c: (gst_volume_class_init),
6177         (volume_transform):
6178           controllerized two audio plugins
6179
6180 2005-08-29  Andy Wingo  <wingo@pobox.com>
6181
6182         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6183         (vorbis_handle_data_packet): Fix some int overflow errors.
6184
6185         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6186         -1.
6187         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6188         valid.
6189         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6190         if it's valid. Fixed streaming-mode playback.
6191
6192         * check/elements/volume.c (cleanup_volume): Fix for running
6193         CK_FORK=no.
6194
6195         * check/elements/audioconvert.c: Convert from native endian, not
6196         little endian.
6197
6198 2005-08-29  Michael Smith <msmith@fluendo.com>
6199
6200         * ext/ogg/Makefile.am:
6201         * ext/ogg/gstogg.c: (plugin_init):
6202         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6203         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6204         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6205         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6206         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6207         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6208         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6209         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6210         Add an ogg parser element.
6211
6212 2005-08-28  Andy Wingo  <wingo@pobox.com>
6213
6214         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6215
6216 2005-08-26  Wim Taymans  <wim@fluendo.com>
6217
6218         * gst/audioconvert/audioconvert.c: (if), (float),
6219         (audio_convert_get_func_index), (check_default),
6220         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6221         (audio_convert_clean_context), (audio_convert_get_sizes),
6222         (audio_convert_convert):
6223         Cleanups.
6224
6225 2005-08-26  Wim Taymans  <wim@fluendo.com>
6226
6227         * gst/audioconvert/audioconvert.c: (if), (float),
6228         (audio_convert_get_func_index), (check_default),
6229         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6230         (audio_convert_clean_context), (audio_convert_get_sizes),
6231         (audio_convert_convert):
6232         More elegant and working temp buffer selection algo.
6233
6234 2005-08-26  Wim Taymans  <wim@fluendo.com>
6235
6236         * gst/audioconvert/audioconvert.c: (if), (float),
6237         (audio_convert_get_func_index), (check_default),
6238         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6239         (audio_convert_clean_context), (audio_convert_get_sizes),
6240         (get_temp_buffer), (audio_convert_convert):
6241         Use realloc else we lose our original data.
6242
6243 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6244
6245         * gst/audioresample/gstaudioresample.c:
6246           use base class' newsegment to properly timestamp
6247
6248 2005-08-26  Wim Taymans  <wim@fluendo.com>
6249
6250         * gst/audioconvert/audioconvert.c: (if), (float),
6251         (audio_convert_get_func_index), (check_default),
6252         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6253         (audio_convert_clean_context), (audio_convert_get_sizes),
6254         (get_temp_buffer), (audio_convert_convert):
6255         * gst/audioconvert/gstaudioconvert.c:
6256         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6257         (gst_audio_convert_transform_caps),
6258         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6259         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6260         Oops, allocate enough space to perform the channel mix.
6261
6262 2005-08-26  Wim Taymans  <wim@fluendo.com>
6263
6264         * gst/audioconvert/Makefile.am:
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         (get_temp_buffer), (audio_convert_convert):
6270         * gst/audioconvert/audioconvert.h:
6271         * gst/audioconvert/gstaudioconvert.c:
6272         (gst_audio_convert_class_init), (gst_audio_convert_init),
6273         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6274         (gst_audio_convert_get_unit_size),
6275         (gst_audio_convert_transform_caps),
6276         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6277         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6278         * gst/audioconvert/gstaudioconvert.h:
6279         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6280         (gst_channel_mix_fill_identical),
6281         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6282         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6283         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6284         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6285         (gst_channel_mix_mix):
6286         * gst/audioconvert/gstchannelmix.h:
6287         Cleanups, librarify a bit, optimize, better negotiation and more.
6288
6289 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6290
6291         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6292         Another from MikeS:
6293         During typefinding, don't support negative offsets
6294         (offsets from the end of the stream) in our typefind->peek() function
6295         - nothing embedded in ogg ever needs them. However, we need to recognise
6296         those requests and reject them, otherwise we return invalid pointers.
6297
6298 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6299
6300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6301         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6302         (vorbisdec_finalize), (vorbis_handle_type_packet):
6303           Big shout-out to MikeS for fixing this giant memory leak.
6304           Huzzah!
6305
6306 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6307
6308         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6309         (audio_convert_get_unit_size):
6310           plug some leaks
6311
6312 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6313
6314         * check/Makefile.am:
6315         * check/elements/audioconvert.c: (setup_audioconvert),
6316         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6317         (GST_START_TEST), (audioconvert_suite), (main):
6318           add a test for audioconvert
6319         * gst/audioresample/gstaudioresample.c:
6320         * gst/audioresample/gstaudioresample.h:
6321           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6322           note that for buffers of 1/3 sec this means DURATION(c) is 
6323           one nanosecond more than for a and b
6324
6325 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6326
6327         * check/Makefile.am:
6328         * check/elements/audioresample.c: (setup_audioresample),
6329         (cleanup_audioresample), (fail_unless_perfect_stream),
6330         (test_perfect_stream_instance), (GST_START_TEST),
6331           add a check for audioresample
6332         (audioresample_suite), (main):
6333         * check/elements/volume.c: (GST_START_TEST):
6334           remove unused method
6335         * gst/audioresample/gstaudioresample.c:
6336           set correct buffer parameters since we're changing them
6337         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6338           add some debug
6339
6340 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6341
6342         * gst/audioresample/debug.c:
6343         * gst/audioresample/gstaudioresample.c:
6344           add room for extra overlap samples when asked to transform size
6345           protect against possible mem corruption and check for discrepancies
6346           between written size and outbuffer's size so we can warn for
6347           potential problems
6348         * gst/audioresample/resample.c: (resample_init),
6349         (resample_get_output_size_for_input), (resample_get_output_size),
6350         (resample_set_n_channels), (resample_set_format):
6351           set debug level based on RESAMPLE_DEBUG env var
6352           make sure that get_output_size* returns a whole number of
6353           sample_size
6354           set sample_size each time either channel or format is set
6355         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6356         * gst/audioresample/resample_functable.c:
6357         (resample_scale_functable):
6358         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6359           remove r->sample_size, it's done in resample.c now
6360           add some debugging to the ref implementation
6361           make sure we only give back bytes that are wholes of the sample
6362           size
6363
6364 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6365         * gst/playback/gstplaybasebin.c: (fill_buffer):
6366         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6367
6368 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6369
6370         * gst/volume/gstvolume.c:
6371           made set_caps function static
6372
6373 2005-08-24  Wim Taymans  <wim@fluendo.com>
6374
6375         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6376         (gst_vorbisenc_change_state):
6377         Stop leaking taglists.
6378
6379 2005-08-24  Wim Taymans  <wim@fluendo.com>
6380
6381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6382         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6383         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6384         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6385         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6386         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6387         Parse seeking events better.
6388         Unref static caps.
6389         Generate correct newsegment events, fixes seeking in live oggs.
6390
6391         * ext/theora/theoradec.c: (theora_dec_src_query),
6392         (theora_dec_src_event), (theora_dec_src_getcaps),
6393         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6394         Use newsegment values to report correct play time.
6395
6396         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6397         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6398         * ext/vorbis/vorbisdec.h:
6399         Parse and use newsegment values to report correct play time.
6400
6401         * gst-libs/gst/audio/gstbaseaudiosink.c:
6402         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6403         Clear ringbuffer on flush.
6404         Use newsegment values to calculate playback time.
6405
6406         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6408         Basesink does newsegment calculations for us now.
6409
6410 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6411
6412         * check/Makefile.am:
6413         * configure.ac:
6414           add core's plugins to the mix so that playbin works
6415         * check/generic/states.c: (GST_START_TEST):
6416           set a 0 timeout on pipelines, so they don't force the next
6417           state change
6418         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6419         (gst_play_base_bin_change_state):
6420           remove the crappy error handling and do GST error handling
6421
6422 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6423
6424         * check/Makefile.am:
6425         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6426           add same test as to core, it bitches out on playbin atm.
6427
6428 2005-08-24  Wim Taymans  <wim@fluendo.com>
6429
6430         * configure.ac:
6431         Remove audioscale.
6432
6433 2005-08-24  Wim Taymans  <wim@fluendo.com>
6434
6435         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6436         (gst_videoscale_prepare_size), (parse_caps),
6437         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6438         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6439         (gst_videoscale_transform):
6440         * gst/videoscale/gstvideoscale.h:
6441         Refactor, make use of BaseTranform really well.
6442
6443 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6444
6445         * configure.ac:
6446           compile audioresample
6447         * gst/audioresample/Makefile.am:
6448         * gst/audioresample/buffer.c:
6449         * gst/audioresample/functable.c:
6450         * gst/audioresample/gstaudioresample.c:
6451         * gst/audioresample/gstaudioresample.h:
6452         * gst/audioresample/resample.c:
6453         (resample_get_output_size_for_input):
6454         * gst/audioresample/resample.h:
6455         * gst/audioresample/resample_chunk.c:
6456         * gst/audioresample/resample_functable.c:
6457         * gst/audioresample/resample_ref.c:
6458           port to use basetransform; doesn't work in all cases yet
6459
6460 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6461
6462         * gst/audioconvert/gstaudioconvert.c:
6463         (gst_audio_convert_class_init), (gst_audio_convert_init),
6464         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6465         (audio_convert_fixate_caps), (audio_convert_set_caps),
6466         (audio_convert_transform),
6467         (gst_audio_convert_buffer_to_default_format),
6468         (gst_audio_convert_buffer_from_default_format),
6469         (gst_audio_convert_channels):
6470         * gst/audioconvert/gstchannelmix.c:
6471         * gst/audioconvert/gstchannelmix.h:
6472           port to basetransform
6473         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6474         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6475         (gst_ffmpegcsp_get_unit_size):
6476         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6477         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6478           fix for basetransform changes
6479
6480 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6481
6482         * check/Makefile.am:
6483           Add CHECK_CFLAGS and LDFLAGS
6484
6485         * gst/playback/gstplaybasebin.c: (fill_buffer):
6486           GST_MESSAGE_SRC became a GObject
6487
6488 2005-08-24  Wim Taymans  <wim@fluendo.com>
6489
6490         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6491         (gst_ring_buffer_clear_all):
6492         * gst-libs/gst/audio/gstringbuffer.h:
6493         Added function to clear the ringbuffer.
6494
6495 2005-08-24  Andy Wingo  <wingo@pobox.com>
6496
6497         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6498         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6499         of _open and _close.
6500
6501         * sys/v4l/gstv4lxoverlay.h:
6502         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6503         an Xv connection here, instead of all the time. Make Xv only be
6504         loaded if you axe for it. Kindof a workaround for buggy behaviour
6505         of Xv when using remote xservers (XvQueryExtension would block).
6506         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6507         replace the _open and _close public API. Only start the xv
6508         connection if necessary.
6509         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6510
6511 2005-08-23  David Schleef  <ds@schleef.org>
6512
6513         * gst/audioresample/Makefile.am: Leet audioresampling code
6514         * gst/audioresample/buffer.c:
6515         * gst/audioresample/buffer.h:
6516         * gst/audioresample/debug.c:
6517         * gst/audioresample/debug.h:
6518         * gst/audioresample/functable.c:
6519         * gst/audioresample/functable.h:
6520         * gst/audioresample/gstaudioresample.c:
6521         * gst/audioresample/gstaudioresample.h:
6522         * gst/audioresample/resample.c:
6523         * gst/audioresample/resample.h:
6524         * gst/audioresample/resample_chunk.c:
6525         * gst/audioresample/resample_functable.c:
6526         * gst/audioresample/resample_ref.c:
6527
6528 2005-08-23  Wim Taymans  <wim@fluendo.com>
6529
6530         * examples/seeking/seek.c: (make_vorbis_pipeline),
6531         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6532         Small seek updates.
6533
6534 2005-08-23  Andy Wingo  <wingo@pobox.com>
6535
6536         * gst-libs/gst/audio/gstbaseaudiosrc.c
6537         (gst_base_audio_src_fixate): Only fixate endianness if it is
6538         present in the caps.
6539
6540 2005-08-22  Andy Wingo  <wingo@pobox.com>
6541
6542         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6543         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6544         device-name property.
6545
6546         * gst-libs/gst/audio/gstaudiosrc.h:
6547         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6548         close_device in the ring buffer, like gstaudiosink.
6549
6550         * ext/alsa/gstalsamixer.h:
6551         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6552         macro to implement the interface without much code. Cleanups. 
6553
6554         * ext/alsa/gstalsasrc.h:
6555         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6556         READY.
6557
6558         * ext/alsa/Makefile.am: Add new files.
6559         * ext/alsa/gstalsamixerelement.c: 
6560         * ext/alsa/gstalsamixerelement.c: Split element code out from
6561         mixer code so that alsasrc can be a mixer too.
6562
6563 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6564
6565         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6566         (GST_START_TEST):
6567         * check/elements/vorbisdec.c: (setup_vorbisdec),
6568         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6569         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6570         (vorbis_handle_identification_packet),
6571         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6572         (vorbis_handle_header_packet), (vorbis_dec_push),
6573         (vorbis_dec_chain):
6574           use the setup/teardown methods to save code.  save code is good.
6575
6576 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6577
6578         * check/Makefile.am:
6579           add ext dir for plugins
6580           add vorbisdec test conditionally
6581         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6582         (GST_START_TEST), (volume_suite):
6583           add a test with wrong caps
6584         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6585         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6586           add a vorbisdec test
6587         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6588         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6589           clean up debug output
6590         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6591           yay, fix a segfault/security issue in vorbisdec
6592           gst-launch fakesrc ! vorbisdec wasn't happy
6593         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6594         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6595         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6596         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6597         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6598         (gst_vorbisenc_set_metadata), (get_constraints_string),
6599         (update_start_message), (gst_vorbisenc_setup),
6600         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6601         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6602         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6603         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6604         * ext/vorbis/vorbisenc.h:
6605           march in line
6606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6607         (gst_ffmpegcsp_transform):
6608           have the kow come home
6609         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6610           debug my func ptr
6611         * gst/volume/gstvolume.c: (volume_set_caps):
6612           add a debug
6613
6614 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6615
6616         * Makefile.am:
6617         * check/.cvsignore:
6618         * check/Makefile.am:
6619         * check/elements/.cvsignore:
6620         * check/elements/volume.c: (chain_func), (event_func),
6621         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6622         (main):
6623         * configure.ac:
6624           add unit test structure for gst-plugins-base
6625           add a test for volume
6626         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6627         (gst_volume_set_volume), (gst_volume_get_volume),
6628         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6629         (volume_funcfind), (volume_process_float), (volume_process_int16),
6630         (volume_set_caps), (volume_transform), (volume_update_mute),
6631         (volume_update_volume), (volume_set_property),
6632         (volume_get_property):
6633           document a little; use basetransform vmethod _set_caps
6634
6635 2005-08-19  Andy Wingo  <wingo@pobox.com>
6636
6637         * ext/alsa/gstalsamixertrack.h:
6638         * ext/alsa/gstalsamixertrack.c:
6639         * ext/alsa/gstalsamixeroptions.h:
6640         * ext/alsa/gstalsamixeroptions.c:
6641         * ext/alsa/gstalsamixer.h:
6642         * ext/alsa/gstalsamixer.c: Port to 0.9.
6643
6644         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6645         Remove gstalsa.c and alsaclock. No more cruft here.
6646         
6647 2005-08-18  Wim Taymans  <wim@fluendo.com>
6648
6649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6650         (gst_base_rtp_depayload_chain),
6651         (gst_base_rtp_depayload_add_to_queue),
6652         (gst_base_rtp_depayload_push),
6653         (gst_base_rtp_depayload_queue_release):
6654         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6655         Fix for RTPBuffer changes.
6656
6657         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6658         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6659         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6660         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6661         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6662         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6663         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6664         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6665         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6666         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6667         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6668         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6669         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6670         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6671         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6672         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6673         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6674         (gst_rtpbuffer_get_payload):
6675         * gst-libs/gst/rtp/gstrtpbuffer.h:
6676         Don't subclass GstBuffer but add methods and helper functions
6677         to construct and manipulate RTP packets in regular GstBuffers.
6678
6679 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6680
6681         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6682           moved statement below switch
6683         * gst/volume/gstvolume.c: (gst_volume_class_init):
6684           added debug ptr
6685
6686 2005-08-16  Wim Taymans  <wim@fluendo.com>
6687
6688         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6689         (gst_base_audio_src_change_state):
6690         Open and close device in READY<->NULL state change.
6691
6692 2005-08-16  Andy Wingo  <wingo@pobox.com>
6693
6694         * examples/seeking/Makefile.am: Don't compile non-compiling
6695         compiled objects with the compiler.
6696
6697         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6698         elements.
6699
6700 2005-08-12  Philippe Khalaf <burger@speedy.org>
6701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6702         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6703           Made a thread to release the queue.
6704           Removed timestamp conversion for now.
6705
6706 2005-08-10  Philippe Khalaf <burger@speedy.org>
6707         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6708         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6709           Added rtp timestamp -> gst timestamp conversion.
6710           Fixed several problems with queue.
6711
6712 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6713
6714         * gst-libs/gst/audio/gstaudioclock.h:
6715         * gst-libs/gst/audio/gstaudiofilter.h:
6716         * gst-libs/gst/audio/gstaudiosink.h:
6717         * gst-libs/gst/audio/gstaudiosrc.h:
6718         * gst-libs/gst/audio/gstbaseaudiosink.h:
6719         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6720         * gst-libs/gst/audio/gstringbuffer.h:
6721         * gst-libs/gst/net/gstnetbuffer.h:
6722         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6723         * gst-libs/gst/rtp/gstrtpbuffer.h:
6724           Add padding (you will need to rebuild gst-plugins-base,
6725           gst-plugins and all applications afterwards!)
6726
6727 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6728
6729         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6730         (gst_riff_parse_chunk):
6731           Fix bug in debug message and add some more debug messages.
6732
6733 2005-08-08  Edward Hervey  <edward@fluendo.com>
6734
6735         * gst-libs/gst/riff/riff-media.c:
6736         backported updates since branch
6737
6738 2005-08-08  Andy Wingo  <wingo@pobox.com>
6739
6740         * gst-libs/gst/audio/gstbaseaudiosink.c
6741         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6742         like good elements should. Close on READY->NULL too.
6743
6744         * gst-libs/gst/audio/gstaudiosink.c
6745         (gst_audioringbuffer_open_device,
6746         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6747         (gst_audioringbuffer_release): Updates for new ring buffer API,
6748         hook into the new audio sink api.
6749
6750         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6751         (GstAudioSinkClass.close): Just open and close the device -- no
6752         resource allocation or configuration.
6753         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6754         vmethods, handle device setup and resource allocation.
6755
6756         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6757         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6758         base class API.
6759
6760         * gst-libs/gst/audio/gstringbuffer.h
6761         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6762         New vmethods.
6763
6764         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6765         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6766         New API functions. The device should be opened before acquiring
6767         and closed after releasing.
6768
6769 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6770
6771         * gst-libs/gst/interfaces/mixer.h:
6772           Reset padding to GST_PADDING.
6773
6774 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6775
6776         * gst/playback/gstplaybin.c: (remove_sinks):
6777           Remove visualization from parent explicitely; works around some
6778           apparent refcount issue that I haven't tracked down yet.
6779
6780 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6781
6782         * ext/alsa/gstalsasink.c: (set_hwparams):
6783           Assign debug category, add negotiation debug msgs.
6784
6785 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6786
6787         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6788           Fix error code for file-not-found to NOT_FOUND.
6789
6790 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6791
6792         * common/gtk-doc-plugins.mak:
6793         * docs/plugins/Makefile.am:
6794         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6795         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6796           renamed to actual element names, so much nicer to look at
6797         * docs/plugins/tmpl/gstmultifdsink.sgml:
6798           remove
6799         * docs/plugins/tmpl/multifdsink.sgml:
6800         * docs/plugins/tmpl/tcpserversink.sgml:
6801           add
6802         * ext/alsa/gstalsa.c:
6803         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6804         * ext/ogg/gstoggmux.c:
6805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6806         * gst/playback/gstdecodebin.c:
6807         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6808         * gst/tcp/gsttcpserversink.c:
6809           various fixes and documentation additions
6810
6811 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6812
6813         * common/Makefile.am:
6814         * common/gstdoc-scangobj:
6815         * common/gtk-doc-plugins.mak:
6816         * common/gtk-doc.mak:
6817           add a custom scangobj that uses the registry
6818           add a custom gtk-doc-plugins.mak that uses it
6819           some doc build fixes
6820         * configure.ac:
6821         * docs/Makefile.am:
6822         * docs/plugins/Makefile.am:
6823         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6824         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6825         * docs/plugins/gst-plugins-base-plugins.types:
6826         * docs/plugins/tmpl/gstmultifdsink.sgml:
6827           add docs for one element, multifdsink
6828         * gst/adder/gstadder.h:
6829         * gst/volume/gstvolume.h:
6830           don't privatize enum
6831         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6832         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6833         (gst_sync_method_get_type), (gst_client_status_get_type),
6834         (gst_multifdsink_class_init),
6835         (gst_multifdsink_client_queue_buffer),
6836         (gst_multifdsink_handle_client_write):
6837         * gst/tcp/gstmultifdsink.h:
6838         * gst/tcp/gsttcp.h:
6839         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6840         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6841         (gst_tcpclientsink_render):
6842         * gst/tcp/gsttcpclientsink.h:
6843         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6844         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6845         (gst_tcpclientsrc_start):
6846         * gst/tcp/gsttcpclientsrc.h:
6847         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6848         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6849         * gst/tcp/gsttcpserversrc.h:
6850         * gst/typefind/gsttypefindfunctions.c:
6851           remove superfluous Type stuff
6852
6853 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6854
6855         * gst/playback/gstplaybin.c: (gen_video_element):
6856           Enable videoscale.
6857
6858 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6859
6860         * gst-libs/gst/gconf/gconf.c:
6861         * gst-libs/gst/gconf/gconf.h:
6862           Fix some Andy Problem [tm].
6863
6864 2005-08-04  Andy Wingo  <wingo@pobox.com>
6865
6866         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6867         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6868         (gst_ffmpegcsp_get_size): Adapt to API changes.
6869
6870         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6871         Implement an in-place do-nothing transform.
6872
6873 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6874
6875         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6876         (gst_ximagesink_renegotiate_size):
6877           Do not set new window sizes yet if we prepare a new buffer size
6878           for upstream renegotiation (software scaling) at some point in the
6879           future, because this new size waqs not actually accepted yet. Once
6880           accepted, renegotiation later on will set the new sizes just fine.
6881           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6882           embedding testcase.
6883
6884 2005-08-03  Andy Wingo  <wingo@pobox.com>
6885
6886         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6887         (gst_ximagesink_buffer_alloc): 
6888         Protect the height, width, and desired_caps with the pool_lock.
6889         Fixes videotestsrc ! queue ! ximagesink.
6890
6891 2005-08-02  Edward Hervey  <edward@fluendo.com>
6892
6893         * gst/volume/gstvolume.c:
6894         include left from controller cleanup
6895
6896 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6898           Stop collectpads before calling the parent state
6899           change function on PAUSED->READY.
6900
6901 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6902         * configure.ac:
6903           When testing for X libs, use the X CFlags 
6904         * gst/adder/gstadder.c: (gst_adder_change_state):
6905           Stop the collectpads before calling parent state change function
6906           on PAUSED->READY, otherwise we deadlock deactivating pads.
6907
6908 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6909
6910         * configure.ac:
6911         * docs/libs/tmpl/gstcolorbalance.sgml:
6912         * docs/libs/tmpl/gstmixer.sgml:
6913         * examples/Makefile.am:
6914         * gst/sine/Makefile.am:
6915         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6916         (gst_sinesrc_set_property), (plugin_init):
6917         * gst/sine/gstsinesrc.h:
6918         * gst/volume/Makefile.am:
6919         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6920         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6921         (volume_process_float), (volume_process_int16),
6922         (volume_set_property), (plugin_init):
6923         * gst/volume/gstvolume.h:
6924           deactivate and remove dparams (libgstcontrol)
6925
6926 2005-07-29  Wim Taymans  <wim@fluendo.com>
6927
6928         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6929         Convert me to BaseTransform!! help..
6930
6931 2005-07-29  Andy Wingo  <wingo@pobox.com>
6932
6933         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6934         sinks.
6935
6936         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6937         support of both endiannesses.
6938
6939 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6940
6941         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6942           Fix confusing debug message (s/event/query/)
6943
6944 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6945
6946         * gst/videotestsrc/videotestsrc.h:
6947           Use "_stdint.h" instead of <stdint.h>
6948
6949 2005-07-27  Wim Taymans  <wim@fluendo.com>
6950
6951         * ext/vorbis/Makefile.am:
6952         Revert wrong commit.
6953
6954 2005-07-27  Wim Taymans  <wim@fluendo.com>
6955
6956         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6957         More compilation fixen.
6958
6959 2005-07-27  Wim Taymans  <wim@fluendo.com>
6960
6961         * gst-libs/gst/audio/gstbaseaudiosink.c:
6962         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6963         (gst_base_audio_sink_create_ringbuffer),
6964         (gst_base_audio_sink_change_state):
6965         Fix compilation.
6966
6967 2005-07-27  Wim Taymans  <wim@fluendo.com>
6968
6969         * examples/seeking/seek.c: (setup_dynamic_link),
6970         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6971         (query_positions_elems), (query_positions_pads), (do_seek):
6972         Update seek example.
6973
6974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6975         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6976         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6977         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6978         (gst_ogg_demux_handle_event),
6979         (gst_ogg_demux_deactivate_current_chain),
6980         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6981         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6982         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6983         (gst_ogg_demux_loop):
6984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6985         * ext/theora/theoradec.c: (theora_dec_src_event),
6986         (theora_dec_src_getcaps), (theora_dec_sink_event),
6987         (theora_dec_push), (theora_dec_chain):
6988         * ext/vorbis/Makefile.am:
6989         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6990         (vorbis_dec_sink_event), (vorbis_dec_push),
6991         (vorbis_handle_data_packet):
6992         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6993         (gst_vorbisenc_chain):
6994         * gst/playback/gststreaminfo.c: (cb_probe):
6995         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6996         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6997         * gst/videoscale/gstvideoscale.c:
6998         (gst_videoscale_handle_src_event):
6999         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7000         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7001         (gst_ximagesink_navigation_send_event):
7002         * sys/xvimage/xvimagesink.c:
7003         (gst_xvimagesink_navigation_send_event):
7004         Various event updates and cleanups
7005
7006 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7007
7008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7009           Fix segfault for I420/YV12.
7010
7011 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7012
7013         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7014           Report bitrate.
7015
7016 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7017
7018         * gst/playback/gstplaybin.c: (gen_video_element),
7019         (gen_audio_element):
7020           Switch to auto*sink elements as default sinks; add volume element
7021           so that volume control in totem works.
7022
7023 2005-07-21  Wim Taymans  <wim@fluendo.com>
7024
7025         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7026         * gst/playback/gstplaybin.c: (setup_sinks),
7027         (gst_play_bin_change_state):
7028         Refcount fix and more comments.
7029
7030 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7031
7032         * sys/ximage/Makefile.am:
7033         * sys/ximage/ximage.c: (plugin_init):
7034         * sys/ximage/ximagesink.c:
7035         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7036         
7037
7038 2005-07-21  Wim Taymans  <wim@fluendo.com>
7039
7040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7041         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7042         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7043         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7044         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7045         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7046         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7047         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7048         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7049         Generate correct disconts for live chained oggs.
7050
7051         * gst-libs/gst/audio/gstbaseaudiosink.c:
7052         (gst_base_audio_sink_render),
7053         (gst_base_audio_sink_create_ringbuffer),
7054         (gst_base_audio_sink_change_state):
7055         Handle discont math correctly.
7056
7057         * gst/playback/gstplaybin.c: (add_sink):
7058         Some small debug cleanup.
7059
7060 2005-07-21  Wim Taymans  <wim@fluendo.com>
7061
7062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7063         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7064         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7065         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7066         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7067         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7068         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7069         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7070         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7071         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7072         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7073         (gst_ogg_demux_change_state), (gst_ogg_print):
7074         Reorganize code to send the right disconts when in streaming
7075         mode.
7076
7077 2005-07-20  Andy Wingo  <wingo@pobox.com>
7078
7079         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7080         fix (?), fixes a seggie mcfalterson (#310894).
7081
7082 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7083
7084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7085         (gst_ogg_mux_set_header_on_caps):
7086         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7088         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7089         * gst-libs/gst/audio/multichannel.c:
7090         (gst_audio_set_channel_positions),
7091         (gst_audio_set_structure_channel_positions_list):
7092         * gst/playback/gstdecodebin.c: (dynamic_create):
7093         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7094         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7095           Fixes for API changes in core.
7096
7097 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7098
7099         * gst/playback/gstplaybasebin.c: (fill_buffer):
7100           Use _new_custom() so we can set custom message types for buffering
7101           messages.
7102
7103 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7104
7105         * configure.ac:
7106         * gst-libs/gst/Makefile.am:
7107         * gst-libs/gst/gconf/.cvsignore:
7108         * gst-libs/gst/gconf/Makefile.am:
7109         * gst-libs/gst/gconf/test-gconf.c:
7110         * pkgconfig/Makefile.am:
7111         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7112         * pkgconfig/gstreamer-gconf.pc.in:
7113           Remove gconf stuff, use gconf elements instead from now on.
7114
7115 2005-07-20  Wim Taymans  <wim@fluendo.com>
7116
7117         * gst-libs/gst/audio/TODO:
7118         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7119         (gst_audio_clock_get_internal_time):
7120         * gst-libs/gst/audio/gstaudioclock.h:
7121         * gst-libs/gst/audio/gstbaseaudiosink.c:
7122         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7123         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7124         (gst_base_audio_sink_render),
7125         (gst_base_audio_sink_create_ringbuffer),
7126         (gst_base_audio_sink_change_state):
7127         Make sure the audio clock always returns an increasing value.
7128
7129 2005-07-19  Andy Wingo  <wingo@pobox.com>
7130
7131         * gst/videotestsrc/: Cleanups.
7132
7133 2005-07-19  Wim Taymans  <wim@fluendo.com>
7134
7135         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7136         Better debugging.
7137
7138 2005-07-19  Wim Taymans  <wim@fluendo.com>
7139
7140         * examples/seeking/seek.c: (make_dv_pipeline),
7141         (make_vorbis_theora_pipeline), (query_rates),
7142         (query_positions_elems), (query_positions_pads), (do_seek):
7143         Make correct DV pipeline.
7144
7145 2005-07-18  Andy Wingo  <wingo@pobox.com>
7146
7147         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7148         default. Also because it's the only thing that really works. (This
7149         is used in the GConf elements).
7150         Use AS_LIBTOOL_TAGS.
7151
7152 2005-07-18  Wim Taymans  <wim@fluendo.com>
7153
7154         * gst/playback/gstdecodebin.c: (remove_element_chain):
7155         * gst/playback/gstplaybin.c: (add_sink):
7156         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7157         (gst_stream_info_set_mute):
7158         * gst/playback/gststreamselector.c:
7159         (gst_stream_selector_get_linked_pad),
7160         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7161         More leak and compile fixes.
7162
7163 2005-07-18  Wim Taymans  <wim@fluendo.com>
7164
7165         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7166         (query_rates), (query_positions_elems), (query_positions_pads),
7167         (do_seek), (seek_cb), (stop_seek):
7168         Updated seek example. 
7169
7170         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7171         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7172         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7173         * gst/playback/gstplaybin.c: (add_sink):
7174         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7175         (gst_stream_info_set_mute):
7176         Some refcount leak fixes.
7177
7178 2005-07-16  Wim Taymans  <wim@fluendo.com>
7179
7180         * gst-libs/gst/audio/gstbaseaudiosink.c:
7181         (gst_base_audio_sink_render):
7182         Align samples even if we have roundoff errors in the 
7183         timestamp conversion.
7184
7185 2005-07-16  Wim Taymans  <wim@fluendo.com>
7186
7187         * docs/libs/tmpl/gstringbuffer.sgml:
7188         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7189         (query_rates), (query_positions_elems), (query_positions_pads),
7190         (update_scale), (do_seek):
7191         Updated seek example.
7192
7193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7194         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7195         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7196         (gst_ogg_demux_loop):
7197         Push out correct discont values.
7198
7199         * ext/theora/theoradec.c: (theora_dec_src_convert),
7200         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7201         (theora_dec_sink_event), (theora_handle_type_packet),
7202         (theora_handle_header_packet), (theora_dec_push),
7203         (theora_handle_data_packet), (theora_dec_chain),
7204         (theora_dec_change_state):
7205         Better timestamping.
7206
7207         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7208         (vorbis_dec_sink_event), (vorbis_dec_push),
7209         (vorbis_handle_data_packet), (vorbis_dec_chain):
7210         * ext/vorbis/vorbisdec.h:
7211         Better timestamping.
7212
7213         * gst-libs/gst/audio/gstbaseaudiosink.c:
7214         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7215         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7216         Handle syncing on timestamps instead of sample offsets. Make
7217         use of DISCONT values as described in design docs.
7218
7219         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7220         (gst_base_audio_src_get_time):
7221         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7222         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7223         (gst_ring_buffer_read):
7224         * gst-libs/gst/audio/gstringbuffer.h:
7225         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7226         (gst_ximagesink_show_frame):
7227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7228         Correcly convert buffer timestamp to stream time.
7229
7230 2005-07-16  Wim Taymans  <wim@fluendo.com>
7231
7232         * gst/audioconvert/gstaudioconvert.c:
7233         (gst_audio_convert_get_buffer):
7234         Timestamp buffers correctly.
7235
7236         * gst/playback/gstplaybin.c: (gen_video_element):
7237         Make internal fakesink silent.
7238
7239 2005-07-15  Wim Taymans  <wim@fluendo.com>
7240
7241         * gst/ffmpegcolorspace/Makefile.am:
7242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7243         (gst_ffmpegcsp_caps_remove_format_info),
7244         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7245         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7246         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7247         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7248         Ported ffmpegcolorspace to basetransform.
7249
7250         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7251         * gst/volume/gstvolume.c: (volume_transform):
7252         Ported to new API.
7253
7254 2005-07-14  Wim Taymans  <wim@fluendo.com>
7255
7256         * gst/videotestsrc/Makefile.am:
7257         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7258         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7259         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7260         (gst_videotestsrc_init), (gst_videotestsrc_event),
7261         (gst_videotestsrc_create), (gst_videotestsrc_start),
7262         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7263         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7264         (gst_videotestsrc_get_property):
7265         * gst/videotestsrc/gstvideotestsrc.h:
7266         Make videotestsrc a pushsrc.
7267
7268 2005-07-14  Wim Taymans  <wim@fluendo.com>
7269
7270         * gst/tcp/gstfdset.c: (gst_fdset_free):
7271         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7272         (gst_multifdsink_add), (gst_multifdsink_remove),
7273         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7274         (gst_multifdsink_remove_client_link),
7275         (gst_multifdsink_client_queue_data),
7276         (gst_multifdsink_client_queue_caps),
7277         (gst_multifdsink_client_queue_buffer),
7278         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7279         (gst_multifdsink_stop):
7280         * gst/tcp/gstmultifdsink.h:
7281         0.8 backporting.
7282
7283         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7284         Also draw image when not from a pool.
7285
7286 2005-07-14  Wim Taymans  <wim@fluendo.com>
7287
7288         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7289         (mute_stream), (silence_stream):
7290         Small debug additions.
7291
7292 2005-07-14  Wim Taymans  <wim@fluendo.com>
7293
7294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7295         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7296         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7297         Better error recovery, ignore unconnected pads and
7298         non-fatal errors.
7299
7300 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7301
7302         * docs/libs/tmpl/gstaudio.sgml:
7303         * docs/libs/tmpl/gstcolorbalance.sgml:
7304         * docs/libs/tmpl/gstgconf.sgml:
7305         * docs/libs/tmpl/gstmixer.sgml:
7306         * docs/libs/tmpl/gstringbuffer.sgml:
7307         * docs/libs/tmpl/gsttuner.sgml:
7308         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7309         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7310         (gst_tcpclientsrc_class_init):
7311         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7312         (gst_tcpserversrc_class_init):
7313         * sys/v4l/gstv4lelement.c:
7314           more autistic cleanliness in functions/names/defines
7315
7316 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7317
7318         * configure.ac:
7319           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7320           added manually to each Makefile.am so we are sure it goes
7321           *last* and doesn't add -L flags before linking in libs of our
7322           own, like, say, internal .la libs, that then accidentally pick
7323           up the installed copy.
7324         * docs/libs/Makefile.am:
7325         * ext/alsa/Makefile.am:
7326         * ext/cdparanoia/Makefile.am:
7327         * ext/gnomevfs/Makefile.am:
7328         * ext/libvisual/Makefile.am:
7329         * ext/ogg/Makefile.am:
7330         * ext/theora/Makefile.am:
7331         * ext/vorbis/Makefile.am:
7332         * gst-libs/gst/video/Makefile.am:
7333         * gst/adder/Makefile.am:
7334         * gst/audioconvert/Makefile.am:
7335         * gst/audiorate/Makefile.am:
7336         * gst/audioscale/Makefile.am:
7337         * gst/ffmpegcolorspace/Makefile.am:
7338         * gst/playback/Makefile.am:
7339         * gst/sine/Makefile.am:
7340         * gst/subparse/Makefile.am:
7341         * gst/tags/Makefile.am:
7342         * gst/tcp/Makefile.am:
7343         * gst/typefind/Makefile.am:
7344         * gst/videorate/Makefile.am:
7345         * gst/videoscale/Makefile.am:
7346         * gst/videotestsrc/Makefile.am:
7347         * gst/volume/Makefile.am:
7348         * sys/v4l/Makefile.am:
7349         * sys/ximage/Makefile.am:
7350         * sys/xvimage/Makefile.am:
7351           adapt properly to this change. This should make sure that
7352           plugins and libs properly link to the as-yet-uninstalled
7353           copies of stuff like libgstinterfaces and libgstvideo
7354
7355 2005-07-13  Andy Wingo  <wingo@pobox.com>
7356
7357         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7358         (gst_v4lsrc_fixate): Fixate on format as well.
7359
7360         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7361         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7362         buffer points to it.
7363         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7364         rather just doing X calls ourselves. Also fixes a memleak.
7365
7366 2005-07-12  Andy Wingo  <wingo@pobox.com>
7367
7368         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7369         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7370         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7371         TRUE to avoid deadlocks if an element holds on to our buffers.
7372
7373 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7374
7375         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7376         (gst_sinesrc_init), (gst_sinesrc_create),
7377         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7378         (gst_sinesrc_start):
7379         * gst/sine/gstsinesrc.h:
7380           removing num-buffers property before moving it
7381
7382 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7383
7384         * configure.ac:
7385           use overridable ERROR_CFLAGS
7386         * docs/libs/gst-plugins-base-libs.types:
7387         * docs/libs/tmpl/gstringbuffer.sgml:
7388         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7389         (gst_alsasink_class_init):
7390         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7391         (gst_alsasrc_class_init):
7392         * gst-libs/gst/audio/audio.h:
7393         * gst-libs/gst/audio/gstaudioclock.h:
7394         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7395         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7396         (gst_audio_filter_link), (gst_audio_filter_init),
7397         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7398         (gst_audio_filter_get_property),
7399         (gst_audio_filter_class_add_pad_templates):
7400         * gst-libs/gst/audio/gstaudiofilter.h:
7401         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7402         (gst_audio_filter_template_get_type),
7403         (gst_audio_filter_template_base_init),
7404         (gst_audio_filter_template_class_init),
7405         (gst_audio_filter_template_init),
7406         (gst_audio_filter_template_set_property),
7407         (gst_audio_filter_template_get_property), (plugin_init),
7408         (gst_audio_filter_template_setup),
7409         (gst_audio_filter_template_filter),
7410         (gst_audio_filter_template_filter_inplace):
7411         * gst-libs/gst/audio/gstaudiosink.c:
7412         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7413         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7414         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7415         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7416         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7417         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7418         * gst-libs/gst/audio/gstaudiosink.h:
7419         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7420         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7421         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7422         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7423         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7424         (gst_audio_src_class_init), (gst_audio_src_init),
7425         (gst_audio_src_create_ringbuffer):
7426         * gst-libs/gst/audio/gstaudiosrc.h:
7427         * gst-libs/gst/audio/gstbaseaudiosink.c:
7428         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7429         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7430         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7431         (gst_base_audio_sink_set_property),
7432         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7433         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7434         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7435         (gst_base_audio_sink_create_ringbuffer),
7436         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7437         * gst-libs/gst/audio/gstbaseaudiosink.h:
7438         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7439         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7440         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7441         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7442         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7443         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7444         (gst_base_audio_src_event), (gst_base_audio_src_create),
7445         (gst_base_audio_src_create_ringbuffer),
7446         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7447         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7449         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7450         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7451         (gst_ring_buffer_debug_spec_caps),
7452         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7453         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7454         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7455         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7456         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7457         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7458         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7459         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7460         (gst_ring_buffer_clear):
7461         * gst-libs/gst/audio/gstringbuffer.h:
7462         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7463         (gst_video_sink_class_init), (gst_video_sink_get_type):
7464         * gst-libs/gst/video/videosink.h:
7465         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7466         (gst_multifdsink_class_init),
7467         (gst_multifdsink_handle_client_write),
7468         (gst_multifdsink_change_state):
7469         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7470         (gst_tcpclientsink_setcaps):
7471         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7472         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7473         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7474         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7475         (gst_ximagesink_send_pending_navigation),
7476         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7477         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7479         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7480         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7481         (gst_xvimagesink_send_pending_navigation),
7482         (gst_xvimagesink_navigation_send_event),
7483         (gst_xvimagesink_set_xwindow_id),
7484         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7485         (gst_xvimagesink_get_type):
7486         more macro splitting
7487
7488 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7489
7490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7491           plug a memleak, allows me to import 1479 albums in one go
7492           in jamboree
7493         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7494         (vorbis_handle_type_packet), (vorbis_dec_chain),
7495         (vorbis_dec_change_state):
7496           fix some format strings
7497
7498 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7499
7500         * docs/libs/tmpl/gstcolorbalance.sgml:
7501         * docs/libs/tmpl/gstmixer.sgml:
7502         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7503         (gst_alsasink_set_property), (gst_alsasink_get_property):
7504         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7505         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7506           add device property
7507
7508 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7509
7510         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7511         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7512         (audiocast_register_listener), (audiocast_thread_run),
7513         (gst_gnomevfssrc_send_additional_headers_callback),
7514         (gst_gnomevfssrc_received_headers_callback),
7515         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7516         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7517         (gst_gnomevfssrc_get_size):
7518           add/clean up debugging
7519         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7520           cleanups
7521
7522 2005-07-07  Andy Wingo  <wingo@pobox.com>
7523
7524         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7525         framerate. Need to get a handle on when exactly this function is
7526         called, tho.
7527
7528         * sys/v4l/v4lsrc_calls.h:
7529         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7530         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7531         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7532
7533         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7534         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7535         v4lelements are sources.
7536
7537         * sys/v4l/gstv4lxoverlay.h:
7538         * sys/v4l/gstv4lxoverlay.c:
7539         * sys/v4l/gstv4ltuner.h:
7540         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7541         
7542         * sys/v4l/gstv4lsrc.h:
7543         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7544         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7545         or something should handle that. Made a live source.
7546
7547         * sys/v4l/gstv4lelement.h:
7548         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7549         signals. Some cleanups.
7550
7551         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7552
7553         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7554         stuff.
7555
7556         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7557         stuff.
7558
7559         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7560
7561 2005-07-07  Wim Taymans  <wim@fluendo.com>
7562
7563         * ext/theora/theoradec.c: (theora_get_query_types),
7564         (theora_dec_src_getcaps), (theora_dec_push):
7565         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7567         Remove deprecated/unused query types.
7568
7569 2005-07-06  Wim Taymans  <wim@fluendo.com>
7570
7571         * ext/alsa/Makefile.am:
7572         * ext/alsa/gstalsaplugin.c: (plugin_init):
7573         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7574         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7575         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7576         (gst_alsasrc_class_init), (gst_alsasrc_init),
7577         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7578         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7579         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7580         (gst_alsasrc_reset):
7581         * ext/alsa/gstalsasrc.h:
7582         * gst-libs/gst/audio/Makefile.am:
7583         * gst-libs/gst/audio/gstaudiosink.c:
7584         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7585         (gst_audioringbuffer_start):
7586         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7587         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7588         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7589         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7590         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7591         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7592         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7593         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7594         * gst-libs/gst/audio/gstaudiosrc.h:
7595         * gst-libs/gst/audio/gstbaseaudiosink.c:
7596         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7597         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7598         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7599         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7600         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7601         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7602         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7603         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7604         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7605         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7606         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7607         (gst_baseaudiosrc_change_state):
7608         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7609         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7610         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7611         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7612         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7613         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7614         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7615         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7616         * gst-libs/gst/audio/gstringbuffer.h:
7617         Added audiosource base classes.
7618         Ported alsasrc, still very basic.
7619
7620 2005-07-06  Wim Taymans  <wim@fluendo.com>
7621
7622         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7623         (theora_dec_push), (theora_handle_data_packet):
7624         Prepare for better timestamp fix later.
7625
7626         * gst/audioconvert/gstaudioconvert.c:
7627         List most accurate caps first
7628
7629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7630         Use proper pad task function.
7631
7632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7633         (gst_xvimagesink_show_frame):
7634         Fix deadlock when alloc failed.
7635
7636 2005-07-05  Andy Wingo  <wingo@pobox.com>
7637
7638         * ext/gnomevfs/gstgnomevfssrc.c:
7639         * gst/sine/gstsinesrc.c:
7640         * gst/tcp/gsttcpserversrc.c:
7641         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7642
7643         * sys/v4l/: Port from 0.8.
7644
7645         * Many files: Null if we got it....
7646
7647 2005-07-05  Andy Wingo  <wingo@pobox.com>
7648
7649         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7650         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7651         Signedness fixes.
7652
7653 2005-07-05  Wim Taymans  <wim@fluendo.com>
7654
7655         * configure.ac:
7656         * gst/tcp/Makefile.am:
7657         * gst/tcp/README:
7658         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7659         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7660         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7661         (is_sync_frame), (gst_multifdsink_handle_client_write),
7662         (gst_multifdsink_render), (gst_multifdsink_start),
7663         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7664         * gst/tcp/gstmultifdsink.h:
7665         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7666         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7667         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7668         * gst/tcp/gsttcp.h:
7669         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7670         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7671         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7672         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7673         * gst/tcp/gsttcpclientsink.h:
7674         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7675         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7676         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7677         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7678         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7679         * gst/tcp/gsttcpclientsrc.h:
7680         * gst/tcp/gsttcpplugin.c: (plugin_init):
7681         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7682         * gst/tcp/gsttcpserversink.h:
7683         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7684         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7685         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7686         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7687         (gst_tcpserversrc_stop):
7688         * gst/tcp/gsttcpserversrc.h:
7689         * gst/tcp/gsttcpsink.c:
7690         * gst/tcp/gsttcpsink.h:
7691         * gst/tcp/gsttcpsrc.c:
7692         * gst/tcp/gsttcpsrc.h:
7693         Ported tcp plugins to 0.9. 
7694         
7695
7696 2005-07-05  Andy Wingo  <wingo@pobox.com>
7697
7698         * gst/playback/gstplaybasebin.c (fill_buffer):
7699         message_new_application fixen.
7700
7701         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7702         Style fix.
7703
7704 2005-07-04  Wim Taymans  <wim@fluendo.com>
7705
7706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7707         Set caps on output buffer.
7708
7709 2005-07-04  Andy Wingo  <wingo@pobox.com>
7710
7711         * ext/gnomevfs/gstgnomevfssrc.c
7712         (gst_gnomevfssrc_received_headers_callback) 
7713         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7714         hopefully.
7715
7716         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7717         No refcount leakage.
7718
7719         * configure.ac: Enable -Werror.
7720         
7721         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7722         * gst/audioconvert/bufferframesconvert.c
7723         (buffer_frames_convert_fixate):
7724         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7725         (gst_audio_convert_fixate):
7726         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7727         (gst_sinesrc_create): Fixate func changes.
7728         
7729         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7730         (gst_ximagesink_buffer_alloc): Unused var.
7731
7732 2005-07-01  Andy Wingo  <wingo@pobox.com>
7733
7734         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7735         getcaps to do explicit caps. Needs to be done in all decoders,
7736         possibly via a base class.
7737
7738         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7739
7740         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7741         caps on the sink pad, just rely on the pad template. Also, setting
7742         ANY caps on a pad is not valid because the caps are not fixed.
7743
7744         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7745         caps on the buffer, and get the width from the desired_caps if
7746         they're set.
7747         (gst_ximagesink_renegotiate_size): Implement via setting the
7748         desired_caps on the ximagesink.
7749         (gst_ximagesink_setcaps): Only reset the width of the player if it
7750         wasn't already set. Not sure if this is right.
7751         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7752
7753         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7754         that the user wants. NULL unless the window has been resized.
7755
7756         * gst/volume/gstvolume.c (volume_transform): Adapt to
7757         basetransform refcount changes.
7758         
7759 2005-07-01  Andy Wingo  <wingo@pobox.com>
7760
7761         * gst/videoscale/gstvideoscale.c:
7762         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7763         from BaseTransform, implements a transform_caps. Removed dead code
7764         including some PAR stuff that was never reached -- should probably
7765         be added back somehow.
7766
7767 2005-07-01  Andy Wingo  <wingo@pobox.com>
7768
7769         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7770         come later.
7771
7772 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7773
7774         * configure.ac:
7775         * docs/libs/Makefile.am:
7776         * docs/libs/gst-plugins-libs.types:
7777         * ext/alsa/Makefile.am:
7778         * ext/alsa/gstalsamixer.h:
7779         * ext/alsa/gstalsamixeroptions.h:
7780         * ext/alsa/gstalsamixertrack.h:
7781         * gst-libs/gst/Makefile.am:
7782         * gst-libs/gst/colorbalance/.cvsignore:
7783         * gst-libs/gst/colorbalance/Makefile.am:
7784         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7785         * gst-libs/gst/colorbalance/colorbalance.c:
7786         * gst-libs/gst/colorbalance/colorbalance.h:
7787         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7788         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7789         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7790         * gst-libs/gst/interfaces/Makefile.am:
7791         * gst-libs/gst/interfaces/colorbalance.c:
7792         (gst_color_balance_class_init):
7793         * gst-libs/gst/interfaces/colorbalance.h:
7794         * gst-libs/gst/interfaces/interfaces-marshal.list:
7795         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7796         * gst-libs/gst/interfaces/mixer.h:
7797         * gst-libs/gst/interfaces/mixeroptions.h:
7798         * gst-libs/gst/interfaces/navigation.c:
7799         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7800         * gst-libs/gst/interfaces/tuner.h:
7801         * gst/volume/Makefile.am:
7802         * gst/volume/gstvolume.c:
7803         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7804         * sys/ximage/Makefile.am:
7805         * sys/ximage/ximagesink.c:
7806         * sys/xvimage/Makefile.am:
7807         * sys/xvimage/xvimagesink.c:
7808           fold in all interfaces into an interfaces dir, preserving CVS
7809           history
7810
7811 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7812
7813         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7814           Fix build after riff changes.
7815
7816 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7817
7818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7819         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7820         (gst_riff_create_video_template_caps),
7821         (gst_riff_create_audio_template_caps),
7822         (gst_riff_create_iavs_template_caps):
7823         * gst-libs/gst/riff/riff-media.h:
7824         * gst-libs/gst/riff/riff-read.h:
7825         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7826           Add gst_riff_init() to initialize the debug category, instead
7827           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7828
7829 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7830
7831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7832           Oops, I shouldn't apply hacks.
7833
7834 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7835
7836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7837           Remove pad_loop function which doesn't work.
7838
7839 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7840
7841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7842           Send EOS when deactivating.
7843         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7844         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7845         (gen_preroll_element), (probe_triggered), (mute_stream),
7846         (silence_stream), (new_decoded_pad), (setup_substreams),
7847         (set_active_source):
7848         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7849         (remove_sinks), (add_sink):
7850         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7851           Change for new probe API.
7852
7853 2005-06-29  Wim Taymans  <wim@fluendo.com>
7854
7855         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7856         * gst-libs/gst/audio/gstbaseaudiosink.c:
7857         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7858         (gst_baseaudiosink_change_state):
7859         * gst-libs/gst/audio/gstbaseaudiosink.h:
7860         * gst-libs/gst/audio/gstringbuffer.c:
7861         (gst_ringbuffer_set_callback):
7862         Fix compilation error.
7863         Ringbuffer starts out as not running.
7864         Free our clock in dispose.
7865         When releasing the ringbuffer we need to renegotiate so
7866         clear the pad caps.
7867
7868 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7869
7870         * autogen.sh:
7871         * configure.ac:
7872         * docs/Makefile.am:
7873         * docs/libs/Makefile.am:
7874         * docs/libs/gst-plugins-libs-docs.sgml:
7875         * docs/libs/gst-plugins-libs-sections.txt:
7876         * docs/libs/gst-plugins-libs.types:
7877         * docs/libs/tmpl/gstaudio.sgml:
7878         * docs/libs/tmpl/gstcolorbalance.sgml:
7879         * docs/libs/tmpl/gstringbuffer.sgml:
7880         * gst-libs/gst/audio/gstringbuffer.c:
7881         (gst_ringbuffer_set_callback):
7882           reinstate gtk-doc docs for plugin libs
7883
7884 2005-06-28  Wim Taymans  <wim@fluendo.com>
7885
7886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7887         (gst_ogg_demux_init):
7888         Removed pad loop function.
7889
7890 2005-06-28  Wim Taymans  <wim@fluendo.com>
7891
7892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7893         If we're building a chain we are not in an error case
7894         when we queue a buffer.
7895
7896 2005-06-28  Andy Wingo  <wingo@pobox.com>
7897
7898         * *.c: Don't cast to GstObject before reffing/unreffing.
7899
7900 2005-06-27  Andy Wingo  <wingo@pobox.com>
7901
7902         * gst/videotestsrc/gstvideotestsrc.c
7903         (gst_videotestsrc_activate_push): Activation API changes.
7904
7905         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7906         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7907         they have refs on the decodebin.
7908
7909         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7910         parent class.
7911         (gst_ogg_pad_typefind): Don't leak a pad ref.
7912         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7913         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7914         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7915
7916 2005-06-27  Edward Hervey  <edward@fluendo.com>
7917
7918         * ext/theora/theoradec.c: (theora_dec_change_state): 
7919         re-arranged call to parent's state change in order to avoid locks (or
7920         worse).
7921
7922 2005-06-26  Edward Hervey  <edward@fluendo.com>
7923
7924         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7925         2nd argument of 'unknow-type' signal is a GstCaps and not a
7926         GstMiniObject
7927
7928 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7929         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7930           Set the worker thread's running flag to TRUE before starting the
7931           thread.
7932         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7933           Catch a failure to add typefind to the bin.
7934
7935 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7936
7937         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7938         (gst_sinesrc_init), (gst_sinesrc_create),
7939         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7940         (gst_sinesrc_start):
7941         * gst/sine/gstsinesrc.h:
7942           add num-buffers and timestamp-offset properties
7943         * gst/videotestsrc/gstvideotestsrc.c:
7944         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7945         (gst_videotestsrc_get_property):
7946           add timestamp-offset property
7947
7948 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7949
7950         * configure.ac: add videorate
7951         * gst-plugins-base.spec.in: add videorate
7952
7953 2005-06-23  Wim Taymans  <wim@fluendo.com>
7954
7955         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7956         (gst_videorate_getcaps), (gst_videorate_setcaps),
7957         (gst_videorate_event), (gst_videorate_chain):
7958         Fixed videorate, fixating an already fixated caps is not
7959         an error.
7960
7961 2005-06-23  Wim Taymans  <wim@fluendo.com>
7962
7963         * ext/ogg/README:
7964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7965         Buffer on caps is not boxed anymore.
7966
7967 2005-06-22  Wim Taymans  <wim@fluendo.com>
7968
7969         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7971         Set buffers on caps as miniobjects and not as boxed.
7972
7973 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7974
7975         * configure.ac:
7976           back to HEAD
7977
7978 === release 0.9.1 ===
7979
7980 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7981
7982         * .cvsignore:
7983         * NEWS:
7984         * README:
7985         * RELEASE:
7986         * configure.ac:
7987         * po/af.po:
7988         * po/az.po:
7989         * po/cs.po:
7990         * po/en_GB.po:
7991         * po/hu.po:
7992         * po/it.po:
7993         * po/nb.po:
7994         * po/nl.po:
7995         * po/or.po:
7996         * po/sq.po:
7997         * po/sr.po:
7998         * po/sv.po:
7999         * po/uk.po:
8000         * po/vi.po:
8001           updates for release
8002
8003 2005-06-09  Andy Wingo  <wingo@pobox.com>
8004
8005         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8006         
8007 2005-06-09  Andy Wingo  <wingo@pobox.com>
8008
8009         * configure.ac:
8010         * gst-libs/gst/Makefile.am:
8011         * gst-libs/gst/net/Makefile.am:
8012         Add gstnet to build.
8013
8014 2005-06-09  Andy Wingo  <wingo@pobox.com>
8015
8016         * gst-libs/gst/gconf/gconf.c:
8017         * gst/playback/test.c:
8018         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8019         fixes.
8020
8021         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8022
8023         * ext/theora/theoraenc.c (theora_enc_chain): 
8024         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8025
8026         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8027         RealPad.
8028
8029 2005-06-02  Wim Taymans  <wim@fluendo.com>
8030
8031         * gst-libs/gst/net/Makefile.am:
8032         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8033         * pkgconfig/gstreamer-libs.pc.in:
8034         Added net stuff, version net lib.
8035
8036 2005-06-02  Wim Taymans  <wim@fluendo.com>
8037
8038         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8039         (query_rates), (query_positions_elems), (query_positions_pads),
8040         (do_seek):
8041         Updated seek example.
8042
8043 2005-06-02  Andy Wingo  <wingo@pobox.com>
8044
8045         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8046         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8047         list.
8048
8049         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8050         remove the typefind, the bin dispose will do it for us. When it's
8051         removed and unreffed, the signal handler will be disconnected,
8052         too.
8053         (unlinked): It's too difficult to disconnect from unlinked
8054         handlers, as they are on pads not elements. Just punt if the pads
8055         aren't grandkids of the bin.
8056
8057 2005-06-02  Wim Taymans  <wim@fluendo.com>
8058
8059         * ext/ogg/README:
8060         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8061         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8063         * ext/theora/theoradec.c: (theora_dec_src_query),
8064         (theora_handle_data_packet):
8065         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8066         (theora_enc_chain):
8067         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8068         (vorbis_handle_data_packet):
8069         * gst/audioconvert/bufferframesconvert.c:
8070         (buffer_frames_convert_chain):
8071         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8072         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8073         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8074         (gst_ffmpegcsp_chain):
8075         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8076         (gst_videorate_getcaps), (gst_videorate_setcaps),
8077         (gst_videorate_event), (gst_videorate_chain):
8078         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8079         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8080         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8081         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8082         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8083         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8084         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8085         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8086         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8087         Cleanups and buffer alloc.
8088
8089 2005-05-31  Wim Taymans  <wim@fluendo.com>
8090
8091         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8092         Don't try to call the delay method when the device is not
8093         opened.
8094
8095 2005-05-31  Wim Taymans  <wim@fluendo.com>
8096
8097         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8098         Get actual segment size and buffer size after opening
8099         the device.
8100
8101 2005-05-30  Wim Taymans  <wim@fluendo.com>
8102
8103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8104         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8105         Also FLUSH upstream, makes the loop function exit faster.
8106         
8107         * ext/theora/theoradec.c: (theora_dec_src_query):
8108         Some more debug info in the query.
8109         
8110         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8111         (gst_ximagesink_setcaps):
8112         Release lock on par error, better error reporting.
8113
8114 2005-05-26  Wim Taymans  <wim@fluendo.com>
8115
8116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8117         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8118         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8119         Clear chains in READY
8120         Queue packets until the chain is activated.
8121
8122 2005-05-25  Wim Taymans  <wim@fluendo.com>
8123
8124         * gst-libs/gst/audio/gstaudiosink.c:
8125         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8126         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8127         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8128         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8129         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8130         (gst_audiosink_create_ringbuffer):
8131         * gst-libs/gst/audio/gstbaseaudiosink.c:
8132         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8133         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8134         (gst_baseaudiosink_set_property), (build_linear_format),
8135         (debug_spec_caps), (debug_spec_buffer),
8136         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8137         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8138         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8139         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8140         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8141         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8142         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8143         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8144         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8145         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8146         (wait_segment), (gst_ringbuffer_commit),
8147         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8148         (gst_ringbuffer_clear):
8149         Various small cleanups.
8150
8151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8152         (gst_audio_convert_change_state):
8153         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8154         No need to take the locks anymore.
8155
8156 2005-05-25  Wim Taymans  <wim@fluendo.com>
8157
8158         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8159         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8160         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8161         (type_found):
8162         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8163         (group_destroy), (group_commit), (queue_overrun),
8164         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8165         (mute_stream), (new_decoded_pad), (setup_substreams),
8166         (setup_source), (mute_group_type), (set_active_source),
8167         (gst_play_base_bin_change_state):
8168         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8169         (gen_video_element), (gen_text_element), (gen_audio_element),
8170         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8171         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8172         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8173         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8174         Some playbin cleanups mostly refcounting sloppyness.
8175
8176 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8177
8178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8179           Work with streaming input.
8180
8181 2005-05-25  Wim Taymans  <wim@fluendo.com>
8182
8183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8184         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8185         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8186         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8187         No need to take the STREAM lock anymore.
8188
8189 2005-05-25  Wim Taymans  <wim@fluendo.com>
8190
8191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8192         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8193         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8194         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8195         (gst_ogg_demux_sink_activate):
8196         * ext/theora/theoradec.c: (theora_dec_src_event),
8197         (theora_handle_comment_packet), (theora_dec_chain),
8198         (theora_dec_change_state):
8199         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8200         (vorbis_handle_data_packet), (vorbis_dec_chain),
8201         (vorbis_dec_change_state):
8202         Remove STREAM locks as they are taken in core now.
8203         Never set bogus granulepos on vorbis/theora.
8204         Fix leaks in theoradec tag parsing.
8205
8206 2005-05-25  Wim Taymans  <wim@fluendo.com>
8207
8208         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8209         Fix memleaks, GST_BUFFER_DATA() is not freed.
8210
8211 2005-05-25  Wim Taymans  <wim@fluendo.com>
8212
8213         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8214         Open non-blocking, set to blocking mode afterwards to avoid
8215         lockups when audio device is busy.
8216
8217 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8218
8219         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8220           This can't be good.
8221
8222 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8223
8224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8225         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8226         (gst_audio_convert_setcaps):
8227           Implement instant setup switching.
8228
8229 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8230
8231         * gst/playback/gstplaybasebin.c: (probe_triggered):
8232           Fix missing unlock.
8233         * gst/playback/gstplaybin.c: (add_sink):
8234           First add, then link (otherwise pad link fails).
8235
8236 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8237
8238         * examples/Makefile.am:
8239         fix buildbot (make distcheck)
8240
8241 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8242
8243         * gst/playback/gstplaybin.c: (gen_vis_element):
8244           Remove some wrong code. Doesn't work yet.
8245
8246 2005-05-19  Wim Taymans  <wim@fluendo.com>
8247
8248         * gst-libs/gst/net/Makefile.am:
8249         * gst-libs/gst/net/README:
8250         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8251         (gst_netbuffer_class_init), (gst_netbuffer_init),
8252         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8253         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8254         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8255         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8256         * gst-libs/gst/net/gstnetbuffer.h:
8257         Added buffer subclass to store extra to/from addresses for
8258         network sources/sinks.
8259
8260 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8261
8262         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8263           Don't lock an unassigned variable.
8264
8265 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8266
8267         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8268           Increase buffer for video, decrease buffer for other media types.
8269         * gst/playback/gstplaybin.c: (gen_video_element),
8270         (gen_audio_element):
8271           Change names for debugging purposes.
8272
8273 2005-05-18  Wim Taymans  <wim@fluendo.com>
8274
8275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8276         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8277         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8278         (gst_ffmpegcsp_chain):
8279         Enable buffer alloc passthrough if the source and dest
8280         formats are the same.
8281
8282 2005-05-17  Wim Taymans  <wim@fluendo.com>
8283
8284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8285         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8286         (gst_ogg_demux_chain_unlocked):
8287         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8288         (gst_audio_convert_caps_remove_format_info),
8289         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8290         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8292         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8293         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8294         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8295         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8296         (gst_ffmpegcsp_get_property):
8297         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8298         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8299         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8300         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8301         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8302         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8303         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8304         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8305         Leak fixes in oggdemux.
8306         Some cleanups in audioconvert.
8307         Make passthrough work along with buffer_alloc etc.
8308         Make buffer_alloc and buffer recycling actually work in
8309         xvimagesink.
8310
8311 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8312
8313         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8314           make the compiler happy
8315
8316 2005-05-17  Wim Taymans  <wim@fluendo.com>
8317
8318         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8319         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8320         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8321         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8322         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8323         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8324         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8325         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8326         (gst_xvimagesink_set_xwindow_id):
8327         * sys/xvimage/xvimagesink.h:
8328         Port xvimagesink to new MiniObject.
8329
8330 2005-05-17  Wim Taymans  <wim@fluendo.com>
8331
8332         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8333         (gst_audiofilter_chain):
8334         * gst-libs/gst/audio/gstaudiosink.c:
8335         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8336         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8337         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8338         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8339         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8340         (gst_audiosink_create_ringbuffer):
8341         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8342         (gst_audio_convert_caps_remove_format_info),
8343         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8344         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8346         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8347         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8348         Fix passthrough in ffmpegcolorspace.
8349         Fix memset in audiosink on wrong memory.
8350
8351 2005-05-16  David Schleef  <ds@schleef.org>
8352
8353         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8354         to GstMiniObject.
8355
8356 2005-05-16  David Schleef  <ds@schleef.org>
8357
8358         Port from GstData to GstMiniObject.
8359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8361         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8362         (gst_ogg_mux_collected):
8363         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8364         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8365         (theora_handle_data_packet):
8366         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8367         (theora_set_header_on_caps), (theora_enc_chain):
8368         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8369         (vorbis_handle_comment_packet):
8370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8371         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8372         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8373         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8374         * gst/audioconvert/gstaudioconvert.c:
8375         (gst_audio_convert_get_buffer):
8376         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8377         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8378         (mute_stream), (silence_stream):
8379         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8380         * gst/volume/gstvolume.c: (volume_transform):
8381         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8382         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8383         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8384         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8385         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8386         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8387         (gst_ximagesink_buffer_alloc):
8388         * sys/ximage/ximagesink.h:
8389
8390 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8391
8392         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8393         (fill_buffer), (check_queue), (queue_threshold_reached),
8394         (queue_out_of_data):
8395         * gst/playback/gstplaybasebin.h:
8396           Post buffer-fullness on the bus.
8397
8398 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8399
8400         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8401         (try_to_link_1):
8402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8403         (group_commit), (probe_triggered), (setup_source),
8404         (gst_play_base_bin_change_state):
8405         * gst/playback/gstplaybasebin.h:
8406         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8407         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8408         (gst_play_bin_change_state):
8409           Move setup_output_pads into a virtual function, remove
8410           group-switch (no longer needed) and redirect (handled by bus
8411           now) signals.
8412
8413 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8414
8415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8416         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8417         (get_active_group), (get_building_group), (group_destroy),
8418         (group_commit), (check_queue), (queue_overrun),
8419         (queue_threshold_reached), (queue_out_of_data),
8420         (gen_preroll_element), (remove_groups), (unknown_type),
8421         (add_element_stream), (no_more_pads), (probe_triggered),
8422         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8423         (setup_substreams), (setup_source), (finish_source),
8424         (prepare_output), (muted_group_change_state),
8425         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8426         (gst_play_base_bin_change_state):
8427         * gst/playback/gstplaybasebin.h:
8428         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8429         (gst_play_bin_init), (gst_play_bin_set_property),
8430         (gen_video_element), (gen_text_element), (gen_audio_element),
8431         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8432         (gst_play_bin_change_state):
8433         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8434         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8435         (stream_info_change_state), (gst_stream_info_set_mute),
8436         (gst_stream_info_get_property):
8437         * gst/playback/gststreaminfo.h:
8438         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8439         (gst_stream_selector_get_linked_pad),
8440         (gst_stream_selector_getcaps),
8441         (gst_stream_selector_get_linked_pads),
8442         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8443         * gst/playback/gststreamselector.h:
8444           Rough port of playbin. Needs some more work, but is mostly done,
8445           and uses a few locks in important places, which should make stuff
8446           like chain-switches clean. Still uses GST_STATE() in a few places,
8447           which isn't all that good an idea, subtitles/elements disabled
8448           because no elements to test with and thus probably broken, query
8449           and event handling moved to GstBin, internal thread removed
8450           alltogether because the pipeline does that for us now. Can play
8451           Ogg/Vorbis files. Haven't tested anything else yet.
8452
8453 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8454
8455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8456           Do no-more-pads (needed for autoplugging).
8457
8458 2005-05-10  Andy Wingo  <wingo@pobox.com>
8459
8460         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8461         message to the bus with the tags. Still not sent downstream tho.
8462
8463         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8464         get_parent.
8465         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8466         avoid refcounting hassles.
8467
8468 2005-05-09  Andy Wingo  <wingo@pobox.com>
8469
8470         * gst/volume/Makefile.am:
8471         * gst/volume/demo.c
8472         * gst/volume/gstvolume.h
8473         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8474         basetransform. Probably need an audio filter base class.
8475
8476 2005-05-09  Wim Taymans  <wim@fluendo.com>
8477
8478         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8479         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8480         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8481         (gst_vorbisenc_chain):
8482         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8483         (gst_audio_convert_caps_remove_format_info),
8484         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8485         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8486         Make caps writable before writing to it.
8487         Fix negotiation in audioconvert some more.
8488
8489 2005-05-09  Wim Taymans  <wim@fluendo.com>
8490
8491         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8492         (gst_videorate_getcaps), (gst_videorate_setcaps),
8493         (gst_videorate_event), (gst_videorate_chain):
8494         Better negotiation.
8495
8496 2005-05-09  Wim Taymans  <wim@fluendo.com>
8497
8498         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8499         (gst_videorate_getcaps), (gst_videorate_setcaps),
8500         (gst_videorate_blank_data), (gst_videorate_init),
8501         (gst_videorate_event), (gst_videorate_chain),
8502         (gst_videorate_change_state):
8503         Port videorate, do a better job at negotiation while we're at
8504         it.
8505
8506 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8507
8508         * configure.ac:
8509           Disable libvisual
8510
8511         * examples/Makefile.am:
8512         * gst-libs/gst/audio/Makefile.am:
8513         * gst-libs/gst/riff/Makefile.am:
8514         * gst-libs/gst/tag/Makefile.am:
8515         * gst-libs/gst/video/Makefile.am:
8516           Fixups for missing variables.
8517
8518 2005-05-09  Wim Taymans  <wim@fluendo.com>
8519
8520         * examples/seeking/seek.c: (make_theora_pipeline),
8521         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8522         (query_rates), (query_positions_elems), (query_positions_pads),
8523         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8525         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8526         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8527         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8528         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8529         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8530         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8531         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8532         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8533         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8534         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8535         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8536         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8537         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8538         (theora_dec_src_convert), (theora_dec_sink_convert),
8539         (theora_dec_src_query), (theora_dec_sink_query),
8540         (theora_dec_src_event), (theora_dec_sink_event),
8541         (theora_handle_comment_packet), (theora_handle_type_packet),
8542         (theora_handle_header_packet), (theora_handle_data_packet),
8543         (theora_dec_chain):
8544         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8545         (vorbis_dec_convert), (vorbis_dec_src_query),
8546         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8547         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8548         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8549         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8551         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8552         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8553         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8554         (gst_play_bin_query):
8555         * gst/playback/test3.c: (update_scale):
8556         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8557         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8558         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8559         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8560         (gst_videotestsrc_src_query):
8561         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8562         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8563         (paint_hline_YUV9):
8564         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8565         Port to new query API.
8566         Updated seek.
8567         Cleanups in x[v]imagesink
8568
8569 2005-05-09  Andy Wingo  <wingo@pobox.com>
8570
8571         * ext/alsa/gstalsasink.h:
8572         * ext/gnomevfs/gstgnomevfssrc.c:
8573         (gst_gnomevfssrc_get_icy_metadata):
8574         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8575         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8576         * ext/theora/theoradec.c (theora_dec_src_query)
8577         (theora_dec_src_event, theora_dec_sink_event)
8578         (theora_handle_comment_packet, theora_handle_data_packet):
8579         * ext/theora/theoraenc.c (theora_enc_chain):
8580         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8581         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8582         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8583         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8584         (qt_type_find):
8585         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8586         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8587         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8588         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8589         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8590         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8591         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8592         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8593         (paint_setup_RGB565, paint_setup_xRGB1555):
8594         * gst/videotestsrc/videotestsrc.h:
8595         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8596         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8597         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8598         GCC4 fixes.
8599         
8600         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8601         gst_pad_query_position. Fixes oggdemux.
8602
8603 2005-05-08  David Schleef  <ds@schleef.org>
8604
8605         * configure.ac: Require liboil.
8606         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8607         a few more.
8608         * gst/videotestsrc/videotestsrc.c:
8609         * gst/videotestsrc/videotestsrc.h:
8610
8611 2005-05-06  Wim Taymans  <wim@fluendo.com>
8612
8613         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8614         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8615         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8616         Well, unreffing a buffer right before pushing it is asking
8617         for trouble..
8618
8619 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8620
8621         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8622
8623 2005-05-06  Wim Taymans  <wim@fluendo.com>
8624
8625         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8626         (gst_audio_convert_caps_remove_format_info),
8627         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8628         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8630         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8631         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8632         * gst/sine/Makefile.am:
8633         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8634         (gst_sinesrc_class_init), (gst_sinesrc_init),
8635         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8636         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8637         (gst_sinesrc_update_freq):
8638         * gst/sine/gstsinesrc.h:
8639         * gst/tcp/gstmultifdsink.c:
8640         * sys/xvimage/xvimagesink.c:
8641         Fixed negotiation wrt _peer_get_caps()
8642         Some cleanups.
8643
8644
8645 2005-05-06  Wim Taymans  <wim@fluendo.com>
8646
8647         * gst-libs/gst/audio/gstaudiosink.c:
8648         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8649         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8650         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8651         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8652         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8653         (gst_audiosink_create_ringbuffer):
8654         * gst-libs/gst/audio/gstbaseaudiosink.c:
8655         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8656         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8657         (gst_baseaudiosink_set_property), (build_linear_format),
8658         (debug_spec_caps), (debug_spec_buffer),
8659         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8660         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8661         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8662         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8663         * gst-libs/gst/audio/gstbaseaudiosink.h:
8664         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8665         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8666         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8667         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8668         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8669         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8670         (wait_segment), (gst_ringbuffer_commit),
8671         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8672         (gst_ringbuffer_clear):
8673         * gst-libs/gst/audio/gstringbuffer.h:
8674         Make the base audiosink return an error when there is no
8675         audiobuffer negotiated.
8676
8677 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8678
8679         * ext/Makefile.am:
8680         Disable cdparanoia until someone ports it!
8681
8682 2005-05-06  Wim Taymans  <wim@fluendo.com>
8683
8684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8685         (gst_ogg_demux_sink_activate):
8686         And revert after wingo's revert.. sigh..
8687
8688 2005-05-05  Andy Wingo  <wingo@pobox.com>
8689
8690         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8691         GObject.
8692         * configure.ac: Return audiorate and subparse from the ghetto.
8693         Re-enable -Wall -Werror.
8694         * gst/subparse/gstsubparse.c:
8695         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8696         or chain-based. Cleaned up a bit. Not tested.
8697         
8698 2005-05-05  Christian Schaller <christian@fluendo.com> 
8699
8700         * Makefile.am: remove stuff that is not building
8701         * configure.ac: remove stuff that is not building
8702         * examples/Makefile.am: remove stuff that is not building
8703         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8704         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8705         * sys/Makefile.am: remove stuff that is not building
8706         * testsuite/Makefile.am: remove stuff that is not building
8707
8708 2005-05-05  Andy Wingo  <wingo@pobox.com>
8709
8710         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8711         * gst-libs/gst/tag/gstvorbistag.c:
8712         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8713         * gst/adder/gstadder.h:
8714         * gst/audioconvert/gstchannelmix.c:
8715         (gst_audio_convert_fill_one_other):
8716         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8717         (gst_audiorate_init), (gst_audiorate_chain):
8718         * gst/playback/gstplaybasebin.c: (setup_source):
8719         * gst/playback/test3.c: (update_scale):
8720         Some GCC4 fixes
8721         
8722         * po/af.po:
8723         * po/az.po:
8724         * po/cs.po:
8725         * po/en_GB.po:
8726         * po/hu.po:
8727         * po/it.po:
8728         * po/nb.po:
8729         * po/nl.po:
8730         * po/or.po:
8731         * po/sq.po:
8732         * po/sr.po:
8733         * po/sv.po:
8734         * po/uk.po:
8735         * po/vi.po: Foo
8736
8737 2005-05-05  Wim Taymans  <wim@fluendo.com>
8738
8739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8740         (gst_audio_convert_caps_remove_format_info),
8741         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8742         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8743         * gst/videotestsrc/gstvideotestsrc.c:
8744         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8745         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8746         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8747         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8748         Don't ignore _push() return values.
8749         Make sure no processing is done when shutting down.
8750         Videotestsrc pad activation fix.
8751
8752 2005-05-05  Wim Taymans  <wim@fluendo.com>
8753
8754         * gst/adder/Makefile.am:
8755         * gst/adder/gstadder.c: (gst_adder_setcaps),
8756         (gst_adder_class_init), (gst_adder_init),
8757         (gst_adder_request_new_pad), (gst_adder_collected),
8758         (gst_adder_change_state):
8759         * gst/adder/gstadder.h:
8760         Ported adder as an example of a mixer element using
8761         collect pads. Needs more negotiation work.
8762
8763 2005-05-05  Wim Taymans  <wim@fluendo.com>
8764
8765         * ext/theora/theoradec.c: (_inc_granulepos),
8766         (theora_dec_src_event), (theora_dec_sink_event),
8767         (theora_handle_comment_packet), (theora_handle_type_packet),
8768         (theora_handle_header_packet), (theora_handle_data_packet),
8769         (theora_dec_chain):
8770         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8771         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8772         (theora_push_buffer), (theora_push_packet),
8773         (theora_enc_sink_event), (theora_enc_chain),
8774         (theora_enc_change_state), (theora_enc_set_property),
8775         (theora_enc_get_property):
8776         Added stream lock to decoder so that we can serialize
8777         the discont event.
8778         More theoraenc porting, recover from errors, do clean
8779         shutdown.
8780
8781 2005-05-05  Wim Taymans  <wim@fluendo.com>
8782
8783         * ext/ogg/Makefile.am:
8784         * ext/ogg/README:
8785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8786         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8787         (gst_ogg_print):
8788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8789         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8790         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8791         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8792         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8793         (gst_ogg_mux_change_state):
8794         Ported ogg muxer.
8795
8796 2005-05-05  Wim Taymans  <wim@fluendo.com>
8797
8798         * docs/design-audiosinks.txt:
8799         * gst-libs/gst/audio/TODO:
8800         * gst-libs/gst/audio/gstaudiosink.c:
8801         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8802         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8803         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8804         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8805         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8806         (gst_audiosink_create_ringbuffer):
8807         * gst-libs/gst/audio/gstbaseaudiosink.c:
8808         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8809         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8810         (gst_baseaudiosink_set_property), (build_linear_format),
8811         (debug_spec_caps), (debug_spec_buffer),
8812         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8813         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8814         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8815         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8816         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8817         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8818         (gst_ringbuffer_release), (gst_ringbuffer_play),
8819         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8820         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8821         (gst_ringbuffer_set_sample), (wait_segment),
8822         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8823         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8824         More work on the audiosink, mostly debugging and a race in
8825         shutdown.
8826
8827 2005-04-28  Wim Taymans  <wim@fluendo.com>
8828
8829         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8830         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8831         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8832         (vorbis_dec_src_query), (vorbis_dec_src_event),
8833         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8834         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8835         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8836         Don't crap out when seeking back to position 0.
8837
8838 2005-04-28  Wim Taymans  <wim@fluendo.com>
8839
8840         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8841         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8842         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8843         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8844         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8845         Make audio sink configurable, use alsasink as default.
8846
8847 2005-04-28  Wim Taymans  <wim@fluendo.com>
8848
8849         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8850         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8851         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8852         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8853         (vorbis_dec_change_state):
8854         * ext/vorbis/vorbisdec.h:
8855         Refactor, use STREAM_LOCK.
8856
8857 2005-04-28  Wim Taymans  <wim@fluendo.com>
8858
8859         * ext/theora/theoradec.c: (_inc_granulepos),
8860         (theora_dec_sink_event), (theora_handle_comment_packet),
8861         (theora_handle_type_packet), (theora_handle_header_packet),
8862         (theora_handle_data_packet), (theora_dec_chain),
8863         (theora_dec_change_state):
8864         Refactor a bit, use STREAM_LOCK.
8865
8866 2005-04-28  Wim Taymans  <wim@fluendo.com>
8867
8868         * ext/alsa/Makefile.am:
8869         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8870         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8871         (gst_alsa_link), (gst_alsa_close_audio):
8872         * ext/alsa/gstalsaplugin.c: (plugin_init):
8873         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8874         (gst_alsasink_dispose), (gst_alsasink_base_init),
8875         (gst_alsasink_class_init), (gst_alsasink_init),
8876         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8877         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8878         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8879         (gst_alsasink_reset):
8880         * ext/alsa/gstalsasink.h:
8881         Implement alsasink with simple open/write/close API. 
8882         Make alsa dir build by disabling compilation of code.
8883
8884 2005-04-28  Wim Taymans  <wim@fluendo.com>
8885
8886         * gst-libs/gst/audio/Makefile.am:
8887         * gst-libs/gst/audio/audio.h:
8888         * gst-libs/gst/audio/audioclock.c:
8889         * gst-libs/gst/audio/audioclock.h:
8890         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8891         (gst_audio_clock_class_init), (gst_audio_clock_init),
8892         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8893         * gst-libs/gst/audio/gstaudioclock.h:
8894         * gst-libs/gst/audio/gstaudiosink.c:
8895         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8896         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8897         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8898         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8899         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8900         (gst_audiosink_create_ringbuffer):
8901         * gst-libs/gst/audio/gstbaseaudiosink.c:
8902         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8903         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8904         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8905         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8906         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8907         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8908         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8909         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8910         * gst-libs/gst/audio/gstbaseaudiosink.h:
8911         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8912         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8913         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8914         (gst_ringbuffer_release), (gst_ringbuffer_play),
8915         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8916         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8917         (gst_ringbuffer_set_sample), (wait_segment),
8918         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8919         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8920         * gst-libs/gst/audio/gstringbuffer.h:
8921         Make ringbuffer faster and more simple by removing the locks
8922         in the playback thread.
8923         Add sample accurate playback based on buffer sample offsets.
8924         Make the baseaudiosink provide a clock.
8925         Parse caps in the base class.
8926         Correctly handle seeking, flushing and state changes.
8927
8928 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8929
8930         * configure.ac:
8931         * gst/audioconvert/Makefile.am:
8932         * gst/audioscale/Makefile.am:
8933           Fix part of the build.  Come on guys, autogen didn't even work :)
8934
8935 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8936
8937         * configure.ac:
8938         * gst-libs/gst/Makefile.am:
8939         * gst-libs/gst/media-info/.cvsignore:
8940         * gst-libs/gst/media-info/Makefile.am:
8941         * gst-libs/gst/media-info/README:
8942         * gst-libs/gst/media-info/media-info-priv.c:
8943         * gst-libs/gst/media-info/media-info-priv.h:
8944         * gst-libs/gst/media-info/media-info-test.c:
8945         * gst-libs/gst/media-info/media-info.c:
8946         * gst-libs/gst/media-info/media-info.h:
8947         * gst-libs/gst/media-info/media-info.vcproj:
8948         * pkgconfig/Makefile.am:
8949         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8950         * pkgconfig/gstreamer-media-info.pc.in:
8951           Remove media-info, which is also successed by playbin (see Totem
8952           implementation).
8953
8954 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8955
8956         * configure.ac:
8957         * examples/Makefile.am:
8958         * examples/gstplay/.cvsignore:
8959         * examples/gstplay/Makefile.am:
8960         * examples/gstplay/player.c:
8961         * gst-libs/gst/Makefile.am:
8962         * gst-libs/gst/play/.cvsignore:
8963         * gst-libs/gst/play/Makefile.am:
8964         * gst-libs/gst/play/play.c:
8965         * gst-libs/gst/play/play.h:
8966         * gst-libs/gst/play/play.vcproj:
8967         * pkgconfig/Makefile.am:
8968         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8969         * pkgconfig/gstreamer-play.pc.in:
8970           Remove libgstplay, playbin is now the official successor.
8971
8972 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8973
8974         * configure.ac:
8975         * gst-libs/gst/Makefile.am:
8976         * gst-libs/gst/xwindowlistener/Makefile.am:
8977         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8978         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8979           Remove deprecated xwindowlistener (I've moved xwindowlistening
8980           in the v4l/v4l2 plugins over to serverside).
8981
8982 2005-04-25  David Schleef  <ds@schleef.org>
8983
8984         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8985         to examples/dynparams.  Examples do not belong interspersed with
8986         source code.
8987         * examples/dynparams/demo-dparams.c:
8988         * gst/sine/Makefile.am:
8989         * gst/sine/demo-dparams.c:
8990
8991 2005-04-25  David Schleef  <ds@schleef.org>
8992
8993         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8994         * gst-libs/gst/audio/Makefile.am:
8995         * gst-libs/gst/riff/Makefile.am:
8996         * gst-libs/gst/tag/Makefile.am:
8997         * gst-libs/gst/video/Makefile.am:
8998         * gst-libs/gst/xwindowlistener/Makefile.am:
8999
9000         Convert to 0.9 API, seems to work:
9001         * sys/ximage/Makefile.am:
9002         * sys/ximage/ximagesink.c:
9003
9004 2005-04-24  David Schleef  <ds@schleef.org>
9005
9006         Link plugins against libraries:
9007         * ext/alsa/Makefile.am:
9008         * gst/tcp/Makefile.am:
9009
9010         Remove asm code that should be in liboil
9011         * gst/videoscale/Makefile.am:
9012         * gst/videoscale/videoscale_x86_asm.s:
9013
9014         gettext wants these checked in:
9015         * po/af.po:
9016         * po/az.po:
9017         * po/cs.po:
9018         * po/en_GB.po:
9019         * po/hu.po:
9020         * po/it.po:
9021         * po/nb.po:
9022         * po/nl.po:
9023         * po/or.po:
9024         * po/sq.po:
9025         * po/sr.po:
9026         * po/sv.po:
9027         * po/uk.po:
9028         * po/vi.po:
9029
9030 2005-04-24  David Schleef  <ds@schleef.org>
9031
9032         Convert gst_main() to g_main_loop_run()
9033         * gst/playback/decodetest.c: (main):
9034         * gst/playback/test2.c: (main):
9035         * gst/playback/test3.c: (main):
9036         * gst/playback/test4.c: (main):
9037
9038         Link plugins against libraries:
9039         * ext/libvisual/Makefile.am:
9040         * sys/xvimage/Makefile.am:
9041
9042 2005-04-24  David Schleef  <ds@schleef.org>
9043
9044         * configure.ac: Remove idct and resample libs
9045         * gst-libs/gst/Makefile.am: same
9046
9047         Remove usage of gst_library_load():
9048         * ext/alsa/gstalsaplugin.c: (plugin_init):
9049         * ext/libvisual/visual.c: (plugin_init):
9050         * ext/ogg/gstogg.c: (plugin_init):
9051         * ext/theora/theora.c: (plugin_init):
9052         * ext/vorbis/vorbis.c: (plugin_init):
9053         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9054         * gst/audioscale/gstaudioscale.c:
9055         * gst/adder/gstadder.c: (plugin_init):
9056         * gst/audioconvert/plugin.c: (plugin_init):
9057         * sys/ximage/ximagesink.c: (plugin_init):
9058         * sys/xvimage/xvimagesink.c: (plugin_init):
9059         * gst/tcp/gsttcpplugin.c: (plugin_init):
9060
9061         Link plugins against libraries:
9062         * ext/ogg/Makefile.am:
9063         * ext/theora/Makefile.am:
9064         * ext/vorbis/Makefile.am:
9065         * gst/audioconvert/Makefile.am:
9066
9067         Create proper libraries:
9068         * gst-libs/gst/riff/Makefile.am:
9069         * gst-libs/gst/audio/Makefile.am:
9070         * gst-libs/gst/video/Makefile.am:
9071
9072         Move resample library to audioscale plugin directory:
9073         * gst-libs/gst/resample/Makefile.am:
9074         * gst-libs/gst/resample/README:
9075         * gst-libs/gst/resample/dtof.c:
9076         * gst-libs/gst/resample/dtos.c:
9077         * gst-libs/gst/resample/functable.c:
9078         * gst-libs/gst/resample/private.h:
9079         * gst-libs/gst/resample/resample.c:
9080         * gst-libs/gst/resample/resample.h:
9081         * gst-libs/gst/resample/resample.vcproj:
9082         * gst-libs/gst/resample/test.c:
9083         * gst/audioscale/Makefile.am:
9084         * gst/audioscale/README:
9085         * gst/audioscale/dtof.c:
9086         * gst/audioscale/dtos.c:
9087         * gst/audioscale/functable.c:
9088         * gst/audioscale/private.h:
9089         * gst/audioscale/resample.c:
9090         * gst/audioscale/resample.h:
9091         * gst/audioscale/test.c:
9092
9093         Move tagedit library to gst-libs:
9094         * gst-libs/gst/tag/Makefile.am:
9095         * gst-libs/gst/tag/gstid3tag.c:
9096         * gst-libs/gst/tag/gsttagediting.c:
9097         * gst-libs/gst/tag/gsttageditingprivate.h:
9098         * gst-libs/gst/tag/gstvorbistag.c:
9099         * gst/tags/Makefile.am:
9100         * gst/tags/gstid3tag.c:
9101         * gst/tags/gstvorbistag.c:
9102
9103         Fix for core changes:
9104         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9105         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9106         (gst_sinesrc_getrange):
9107
9108 2005-04-23  David Schleef  <ds@schleef.org>
9109
9110         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9111         in gst-plugins in a long time, and properly belongs in liboil.
9112         * gst-libs/gst/idct/Makefile.am:
9113         * gst-libs/gst/idct/README:
9114         * gst-libs/gst/idct/dct.h:
9115         * gst-libs/gst/idct/doieee:
9116         * gst-libs/gst/idct/fastintidct.c:
9117         * gst-libs/gst/idct/floatidct.c:
9118         * gst-libs/gst/idct/idct.c:
9119         * gst-libs/gst/idct/idct.h:
9120         * gst-libs/gst/idct/idtc.vcproj:
9121         * gst-libs/gst/idct/ieeetest.c:
9122         * gst-libs/gst/idct/intidct.c:
9123
9124 2005-04-20  Wim Taymans  <wim@fluendo.com>
9125
9126         * docs/design-audiosinks.txt:
9127         * gst-libs/gst/audio/Makefile.am:
9128         * gst-libs/gst/audio/TODO:
9129         * gst-libs/gst/audio/gstaudiosink.c:
9130         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9131         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9132         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9133         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9134         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9135         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9136         (gst_audiosink_class_init), (gst_audiosink_init),
9137         (gst_audiosink_create_ringbuffer):
9138         * gst-libs/gst/audio/gstaudiosink.h:
9139         * gst-libs/gst/audio/gstbaseaudiosink.c:
9140         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9141         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9142         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9143         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9144         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9145         (gst_baseaudiosink_create_ringbuffer),
9146         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9147         * gst-libs/gst/audio/gstbaseaudiosink.h:
9148         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9149         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9150         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9151         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9152         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9153         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9154         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9155         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9156         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9157         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9158         * gst-libs/gst/audio/gstringbuffer.h:
9159         An attempt at a set of audio base classes together with some
9160         design docs.
9161
9162 2005-04-20  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/audioconvert/Makefile.am:
9165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9166         (gst_audio_convert_caps_remove_format_info),
9167         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9168         (gst_audio_convert_channels):
9169         Link against audio libs.
9170         Fix audio convert plugin.
9171
9172 2005-04-20  Wim Taymans  <wim@fluendo.com>
9173
9174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9175         (gst_ogg_demux_sink_activate):
9176         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9177         (theora_set_header_on_caps), (theora_enc_sink_event),
9178         (theora_enc_chain):
9179         Fix theora encoder.
9180
9181 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9182
9183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9184         * gst/playback/gstdecodebin.c: (find_compatibles):
9185           Work with staticpadtemplates in elementfactories.
9186
9187 2005-04-12  Wim Taymans  <wim@fluendo.com>
9188
9189         * gst/playback/README:
9190         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9191         (compare_ranks), (print_feature), (gst_decode_bin_init),
9192         (dynamic_create), (dynamic_free), (find_compatibles),
9193         (mimetype_is_raw), (close_pad_link), (got_redirect),
9194         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9195         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9196         (gst_decode_bin_change_state):
9197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9198         (gst_play_base_bin_init), (group_destroy), (group_commit),
9199         (check_queue), (queue_overrun), (queue_threshold_reached),
9200         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9201         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9202         (got_redirect), (setup_source), (play_base_eos),
9203         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9204         (gst_play_base_bin_remove_element):
9205         * gst/playback/gstplaybasebin.h:
9206         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9207         (gst_play_bin_init), (gst_play_bin_dispose),
9208         (gst_play_bin_set_property), (gen_video_element),
9209         (gen_text_element), (gen_audio_element), (remove_sinks),
9210         (gst_play_bin_send_event):
9211         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9212         (stream_info_change_state), (gst_stream_info_set_mute):
9213         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9214         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9215         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9216         (gst_stream_selector_chain):
9217         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9218         (main):
9219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9220         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9221         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9222         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9223         Raw and crude port of decodebin. 
9224         Make playbin compile.
9225
9226 2005-04-06  Wim Taymans  <wim@fluendo.com>
9227
9228         * ext/gnomevfs/Makefile.am:
9229         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9230         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9231         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9232         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9233         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9234         (gst_gnomevfssrc_stop):
9235         * ext/ogg/Makefile.am:
9236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9237         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9238         * ext/theora/Makefile.am:
9239         * ext/theora/theoradec.c: (_inc_granulepos),
9240         (theora_dec_sink_event), (theora_dec_chain):
9241         * ext/vorbis/Makefile.am:
9242         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9243         (vorbis_dec_sink_event), (vorbis_dec_chain):
9244         * gst-libs/gst/audio/Makefile.am:
9245         * sys/xvimage/Makefile.am:
9246         Make gnomevfssrc extend the source base class.
9247         Fix linking against libs in various plugins.
9248
9249 2005-04-06  Andy Wingo  <wingo@pobox.com>
9250
9251         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9252         GST_BASE_LIBS.
9253
9254         * configure.ac: Add check and AC_SUBST for libgstbase.
9255
9256 2005-03-31  Wim Taymans  <wim@fluendo.com>
9257
9258         * examples/seeking/Makefile.am:
9259         * examples/seeking/cdparanoia.c: (main):
9260         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9261         (play_cb), (pause_cb), (stop_cb), (main):
9262         * examples/seeking/playbin.c:
9263         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9264         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9265         (make_sid_pipeline), (make_vorbis_pipeline),
9266         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9267         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9268         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9269         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9270         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9271         (stop_cb), (main):
9272         * examples/seeking/spider_seek.c:
9273         * examples/seeking/vorbisfile.c:
9274         * ext/gnomevfs/Makefile.am:
9275         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9277         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9278         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9279         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9280         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9281         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9282         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9283         * ext/ogg/README:
9284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9285         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9286         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9287         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9288         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9289         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9290         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9291         (gst_ogg_demux_factory_filter), (compare_ranks),
9292         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9293         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9294         (gst_ogg_chain_new), (gst_ogg_chain_free),
9295         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9296         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9297         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9298         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9299         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9300         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9301         (gst_ogg_demux_get_prev_page),
9302         (gst_ogg_demux_deactivate_current_chain),
9303         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9304         (gst_ogg_demux_bisect_forward_serialno),
9305         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9306         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9307         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9308         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9309         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9310         (gst_ogg_demux_change_state), (gst_ogg_print):
9311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9312         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9313         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9314         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9315         (gst_ogg_mux_loop):
9316         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9317         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9318         (theora_dec_src_convert), (theora_dec_sink_convert),
9319         (theora_dec_src_query), (theora_dec_src_event),
9320         (theora_dec_sink_event), (theora_dec_chain),
9321         (theora_dec_change_state):
9322         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9323         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9324         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9325         (theora_enc_change_state):
9326         * ext/vorbis/Makefile.am:
9327         * ext/vorbis/oggvorbisenc.c:
9328         * ext/vorbis/oggvorbisenc.h:
9329         * ext/vorbis/vorbis.c: (plugin_init):
9330         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9331         (vorbis_dec_src_query), (vorbis_dec_src_event),
9332         (vorbis_dec_sink_event), (vorbis_dec_chain),
9333         (vorbis_dec_change_state):
9334         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9335         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9336         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9337         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9338         (gst_vorbisenc_change_state):
9339         * ext/vorbis/vorbisenc.h:
9340         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9341         * gst-libs/gst/audio/audioclock.c:
9342         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9343         (gst_audiofilter_init), (gst_audiofilter_chain):
9344         * gst-libs/gst/audio/testchannels.c: (main):
9345         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9346         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9347         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9348         (gmip_find_track_streaminfo), (gmip_find_track_format):
9349         * gst-libs/gst/media-info/media-info.c:
9350         (gst_media_info_read_idler):
9351         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9352         (gst_play_get_all_by_interface):
9353         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9354         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9355         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9356         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9357         (gst_riff_parse_info):
9358         * gst-libs/gst/riff/riff-read.h:
9359         * gst-libs/gst/riff/riff.c: (plugin_init):
9360         * gst-libs/gst/video/Makefile.am:
9361         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9362         (gst_videosink_class_init), (gst_videosink_get_type):
9363         * gst-libs/gst/video/videosink.h:
9364         * gst/audioconvert/bufferframesconvert.c:
9365         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9366         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9367         * gst/audioconvert/channelmixtest.c: (main):
9368         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9369         (gst_audio_convert_chain),
9370         (gst_audio_convert_caps_remove_format_info),
9371         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9372         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9373         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9374         (gst_audio_convert_buffer_to_default_format),
9375         (gst_audio_convert_buffer_from_default_format),
9376         (gst_audio_convert_channels):
9377         * gst/audioconvert/gstchannelmix.h:
9378         * gst/ffmpegcolorspace/avcodec.h:
9379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9380         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9381         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9382         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9383         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9384         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9385         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9386         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9387         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9388         (dv_type_find):
9389         * gst/videotestsrc/gstvideotestsrc.c:
9390         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9391         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9392         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9393         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9394         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9395         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9396         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9398         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9399         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9400         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9401         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9402         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9403         (gst_xvimagesink_navigation_send_event),
9404         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9405         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9406         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9407         * sys/xvimage/xvimagesink.h:
9408         Plugin port to 0.9, ogg/theora playback should work in the seek
9409         example now.
9410         Removed old examples.
9411         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9412         explained in 0.9 TODO doc.
9413
9414
9415 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9416
9417         * autogen.sh:
9418         * configure.ac:
9419         * ext/Makefile.am:
9420         * gst/Makefile.am:
9421         * po/POTFILES.in:
9422         * po/af.po:
9423         * po/az.po:
9424         * po/cs.po:
9425         * po/en_GB.po:
9426         * po/hu.po:
9427         * po/it.po:
9428         * po/nb.po:
9429         * po/nl.po:
9430         * po/or.po:
9431         * po/sq.po:
9432         * po/sr.po:
9433         * po/sv.po:
9434         * po/uk.po:
9435         * po/vi.po:
9436         * sys/Makefile.am:
9437         * testsuite/Makefile.am:
9438           remove a whole bunch of plugins.  This module now contains a set
9439           of free reference plugins/elements as agreed.
9440
9441 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9442
9443         * configure.ac:
9444           hunting season on 0.9 is now OPEN
9445
9446 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9447
9448         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9449           Kick the hell out of gcc for not warning me about a symbol conflict.
9450
9451 2005-02-22  Luca Ognibene  <luogni@tin.it>
9452
9453         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9454
9455         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9456           Don't leak caps string (fixes #168134)
9457
9458         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9459         (gst_jpegenc_init), (gst_jpegenc_finalize),
9460         (gst_jpegenc_change_state):
9461           Don't leak line buffers and context struct (fixes #168133).
9462
9463 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9464
9465         * configure.ac:
9466         * ext/dirac/gstdiracdec.cc:
9467         (gst_diracdec_chain):
9468           Since dirac 0.5.0 the framerate in dirac is expressed as a
9469           rational number. Fix build and up requirement to 0.5.0, and
9470           also pass parameters to gst_diracdec_link in the right order
9471           (fixes #167959).
9472
9473 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9474
9475         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9476         * ext/faad/gstfaad.h:
9477         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9478         certain invalid muxed streams, where some packets will contain 
9479         junk after decoder data. Partially fixes #149158.
9480
9481 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9482         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9483           Make sure we only write to writable buffers
9484
9485 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9486
9487         * gst-libs/gst/riff/riff-media.c:
9488         (gst_riff_create_audio_caps_with_data):
9489           Do actually fix invalid RIFF fmt header values for alaw
9490           and mulaw audio instead of just saying so.
9491
9492         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9493           Give gst_riff_create_audio_caps_with_data() a chance to
9494           fix up broken format header fields before extracting any
9495           parameters from the header. (fixes #167633)
9496
9497 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9498
9499         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9500
9501         * gst/audioconvert/bufferframesconvert.c:
9502         (buffer_frames_convert_link):
9503           Don't leak othercaps. (fixes #167878)
9504
9505 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9506
9507         * configure.ac:
9508         * ext/libvisual/visual.c: (gst_visual_srclink),
9509         (gst_visual_change_state):
9510           Support libvisual 0.2.0.
9511
9512 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9513
9514         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9515         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9516           Use same rowstrides for I420 as used everywhere else.
9517
9518 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9519
9520         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9521           Declare variables at beginning of block and make gcc-2.95 happy
9522           (fixes # 167482, patch by Gergely Nagy).
9523           
9524         * gst/tcp/gsttcpclientsrc.c:
9525         * gst/tcp/gsttcpclientsrc.h:
9526           Move some includes into the header, so that struct sockaddr_in is
9527           defined when it should be defined on FreeBSD as well (fixes
9528           #167483).
9529           
9530         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9531           Don't pass uninitialised values to setsockopt() here either.
9532
9533 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9534
9535         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9536
9537         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9538           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9539
9540 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9541
9542         * gst/playback/gstplaybin.c: (add_sink):
9543           Invert bin_add/link order to workaround deadlock in opt.
9544
9545 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9546
9547         * gst/modplug/gstmodplug.cc:
9548           Add missing break causing position queries to fail.
9549
9550 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9551
9552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9553           Granpos can apparently be -1, which screws up calculations...
9554
9555 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9556
9557         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9558         (gst_ximagesink_send_pending_navigation),
9559         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9560         (gst_ximagesink_init):
9561         * sys/ximage/ximagesink.h:
9562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9563         (gst_xvimagesink_send_pending_navigation),
9564         (gst_xvimagesink_navigation_send_event),
9565         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9566         * sys/xvimage/xvimagesink.h:
9567           Use a mutex protected list to marshal navigation
9568           events into the stream thread from whichever thread
9569           sends them.
9570
9571 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9572
9573         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9574           Display current position and track length; misc. clean-ups.
9575           
9576         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9577         (speed_init), (speed_chain):
9578           Add query function, so that the stream length and current position
9579           get adjusted when queried (note that current position queries may
9580           still be wrong if the audio sink returns values based on buffer
9581           timestamps instead of passing on the query).
9582
9583 2005-02-13  Benjamin Otte  <otte@gnome.org>
9584
9585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9586         (gst_audio_convert_channels):
9587           create channel conversion matrix when linking
9588         * gst/audioconvert/.cvsignore:
9589         * gst/audioconvert/Makefile.am:
9590         * gst/audioconvert/channelmixtest.c: (main):
9591           add (ugly) test that ensures stereo <=> mono conversion works
9592           correctly
9593
9594 2005-02-13  Benjamin Otte  <otte@gnome.org>
9595
9596         * gst/audioconvert/gstchannelmix.h:
9597           include missing header file
9598         * gst/audioconvert/gstchannelmix.c:
9599         (gst_audio_convert_fill_compatible):
9600           use same sign for both channels when converting to/from compatible
9601           channel. Previously used different signs made the signals cancel
9602           each other out and appear like silence. (fixes #167269)
9603
9604 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9605
9606         * gst/ffmpegcolorspace/avcodec.h:
9607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9608         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9609         (gst_ffmpegcsp_avpicture_fill):
9610         * gst/ffmpegcolorspace/imgconvert.c:
9611           Convert to and from YV12 (fixes #156379).
9612
9613 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9614
9615         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9616         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9617         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9618         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9619         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9620         methods from chain and negotiation and vice versa (Fixes #166142).
9621         * sys/ximage/ximagesink.h: Add stream_lock.
9622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9623         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9624         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9625         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9626
9627 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9628
9629         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9630           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9631           error message when we can't open the DVD device (when dvdnav_open()
9632           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9633           the above). Send something more useful instead (fixes #167117).
9634
9635 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9636
9637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9638         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9639         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9640         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9641         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9642         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9643         methods from chain and negotiation and vice versa (Fixes #166142).
9644         Fix a possible bug of images in the buffer pool being discarded because
9645         we are looking at the wrong geometry.
9646         * sys/xvimage/xvimagesink.h: Add stream_lock.
9647
9648 2005-02-11  David Schleef  <ds@schleef.org>
9649
9650         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9651         unsigned int. (fixes #167128)
9652
9653 2005-02-11  David Schleef  <ds@schleef.org>
9654
9655         * gst/librfb/Makefile.am: Testing stuff before committing is
9656           for wimps... and people with fast machines.  Fix stupid
9657           mistake.
9658
9659 2005-02-11  David Schleef  <ds@schleef.org>
9660
9661         * configure.ac: Pull in librfb from my CVS tree, because it is
9662           too small and annoying to be separate.  Move rfbsrc plugin
9663           to gst/.
9664         * ext/Makefile.am:
9665         * ext/librfb/Makefile.am:
9666         * ext/librfb/gstrfbsrc.c:
9667         * gst/librfb/Makefile.am:
9668         * gst/librfb/gstrfbsrc.c:
9669         * gst/librfb/rfb.c:
9670         * gst/librfb/rfb.h:
9671         * gst/librfb/rfbbuffer.c:
9672         * gst/librfb/rfbbuffer.h:
9673         * gst/librfb/rfbbytestream.c:
9674         * gst/librfb/rfbbytestream.h:
9675         * gst/librfb/rfbcontext.h:
9676         * gst/librfb/rfbdecoder.c:
9677         * gst/librfb/rfbdecoder.h:
9678         * gst/librfb/rfbutil.h:
9679
9680 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9681
9682         * gst/speed/Makefile.am:
9683         * gst/speed/demo-mp3.c: (main):
9684         * gst/speed/filter.func:
9685         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9686         (speed_class_init), (speed_init), (speed_chain_int16),
9687         (speed_chain_float32), (speed_chain), (speed_set_property),
9688         (speed_get_property), (speed_change_state):
9689         * gst/speed/gstspeed.h:
9690           Fix speed element and make it chain-based (fixes #156467),
9691           and make it handle more than one channel.
9692
9693 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9694
9695         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9696         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9697         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9698         * ext/dts/gstdtsdec.h:
9699           Don't clobber the stack constructing the channels array.
9700           Make the element chain-based. DTS tracks can now be played.
9701           
9702 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9703
9704         * gst-libs/gst/audio/multichannel.h:
9705         * gst-libs/gst/gconf/gconf.h:
9706         * gst-libs/gst/idct/idct.h:
9707         * gst-libs/gst/media-info/media-info-priv.h:
9708         * gst-libs/gst/play/play.h:
9709         * gst-libs/gst/resample/private.h:
9710         * gst-libs/gst/resample/resample.h:
9711         * gst-libs/gst/riff/riff-ids.h:
9712         * gst-libs/gst/video/video.h:
9713         * gst-libs/gst/video/videosink.h:
9714           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9715           missing, so that they work when included from C++ code.
9716
9717 2005-02-09  David Schleef  <ds@schleef.org>
9718
9719         * testsuite/gst-lint: Check for non-statically scoped
9720           parent_class variables.  This won't be a problem once
9721           plugins are loaded with RTLD_LOCAL.
9722
9723 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9724
9725         * ext/mplex/gstmplexibitstream.cc:
9726           gcc madness.
9727
9728 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9729
9730         * ext/ogg/gstogmparse.c:
9731         * gst/debug/gstnavigationtest.c:
9732           Die, thou faulty symbol pollutors (non-static parent_class).
9733
9734 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9735
9736         * ext/mplex/gstmplexibitstream.cc:
9737           Fix event handling (#165525).
9738
9739 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9740
9741         * ext/mikmod/gstmikmod.c:
9742         * gst/modplug/gstmodplug.cc:
9743           Add missing endianness to template (fixes #165509).
9744
9745 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9746
9747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9748           Fix wrong order of reading of optional bytes (#165290).
9749
9750 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9751
9752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9753           Implement FILLER event awareness.
9754
9755 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9756
9757         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9758           Fix track calculations (#166208).
9759
9760 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9761
9762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9763
9764         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9765         * ext/libpng/gstpngenc.c:
9766           Fix byte-order, use proper fixed caps. Fixes #164197.
9767
9768 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9769
9770         * configure.ac:
9771           Add dvdlpcmdec 
9772
9773         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9774         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9775           Don't push buffers if the src pad isn't negotiated yet.
9776           
9777         * gst/audioconvert/gstaudioconvert.c:
9778         (gst_audio_convert_buffer_to_default_format),
9779         (gst_audio_convert_buffer_from_default_format):
9780           Add support for 24-bit width.
9781
9782         * gst/dvdlpcmdec/.cvsignore:
9783         * gst/dvdlpcmdec/Makefile.am:
9784         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9785         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9786         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9787         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9788         (plugin_init):
9789         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9790           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9791           format. Needs support for the channels maps if someone can find 
9792           a DVD LPCM track with > 2 channels.
9793
9794         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9795         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9796         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9797         * gst/mpegstream/gstdvddemux.h:
9798         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9799         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9800         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9801         * gst/mpegstream/gstmpegdemux.h:
9802         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9803         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9804         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9805         (gst_mpeg_parse_handle_src_query),
9806         (gst_mpeg_parse_handle_src_event):
9807           Use audio/x-dvd-lpcm for LPCM output.
9808           Add DTS output.
9809
9810 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9811
9812         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9813
9814         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9815         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9816           Add BGRA handling (#165736).
9817
9818 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9819
9820         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9821
9822         * gst/law/alaw-decode.c: (alawdec_link):
9823         * gst/law/alaw-encode.c: (alawenc_link):
9824         * gst/law/mulaw-decode.c: (mulawdec_link):
9825         * gst/law/mulaw-encode.c: (mulawenc_link):
9826           Fix caps memleaks (#166600).
9827
9828 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9829
9830         * ext/tarkin/mem.h:
9831         * ext/tarkin/wavelet.h:
9832         * ext/tarkin/yuv.h:
9833         * gst/ffmpegcolorspace/avcodec.h:
9834           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9835           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9836
9837 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9838
9839         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9841         (gst_xvimagesink_change_state):
9842           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9843           Xv video (and thereby regenerate Xv colourkey) in clear() so
9844           that PLAY -> READY -> PLAY works (fixes #162504).
9845
9846 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9847
9848         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9849           Switch to list instead of range, since MJPEG-devices really just
9850           support decimations, not any size.
9851
9852 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9853         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9854         (gst_mpeg2dec_reset), (free_all_buffers),
9855         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9856         * ext/mpeg2dec/gstmpeg2dec.h:
9857           The libmpeg2 user-allocated buffer management is awkward, 
9858           to say the least. Hopefully this fixes things.
9859
9860 2005-02-04  Andy Wingo  <wingo@pobox.com>
9861
9862         * gst/audioconvert/bufferframesconvert.c
9863         (buffer_frames_convert_fixate): New function, fixates to 256
9864         frames per buffer by default. (Much better than 1.)
9865         (buffer_frames_convert_init): Set the fixate function for both src
9866         and sink pad.
9867         (buffer_frames_convert_link): After success setting nonfixed caps,
9868         get the negotiated caps so we can know how many buffer-frames it
9869         will be. No idea how this worked at all before.
9870
9871 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9872
9873         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9874         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9875         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9876         (handle_sequence), (handle_picture):
9877         * ext/mpeg2dec/gstmpeg2dec.h:
9878           Rearrange buffer tracking and refcounting and refactor
9879           a little for readability. 
9880
9881 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9882         * sys/v4l/gstv4l.c: (plugin_init):
9883         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9884         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9885         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9886         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9887         * sys/v4l/gstv4ljpegsrc.h:
9888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9889         * sys/v4l/v4l_calls.h:
9890         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9891         (gst_v4lsrc_get_fps):
9892         * sys/v4l/v4lsrc_calls.h:
9893           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9894           you jpeg inside rgb frames" driver.
9895           Don't error in the v4lsrc link function, just return 
9896           REFUSED.
9897
9898 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9899
9900         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9901         (gst_qcamsrc_open):
9902           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9903
9904 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9905
9906         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9907           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9908
9909 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9910
9911         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9912           Reset negotiated state on PAUSED->READY.
9913
9914 2005-02-02  David Schleef  <ds@schleef.org>
9915
9916         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9917         whereever possible.  (Fixes #165997)
9918         * examples/capsfilter/capsfilter1.c: (main):
9919         * examples/dynparams/filter.c: (create_ui):
9920         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9921         * examples/seeking/chained.c: (main):
9922         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9923         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9924         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9925         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9926         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9927         * examples/switch/switcher.c: (main):
9928         * ext/dv/demo-play.c: (main):
9929         * ext/faad/gstfaad.c: (gst_faad_change_state):
9930         * ext/mad/gstmad.c: (gst_mad_chain):
9931         * ext/smoothwave/demo-osssrc.c: (main):
9932         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9933         (gst_gconf_render_bin_from_description),
9934         (gst_gconf_get_default_audio_sink),
9935         (gst_gconf_get_default_video_sink),
9936         (gst_gconf_get_default_audio_src),
9937         (gst_gconf_get_default_video_src),
9938         (gst_gconf_get_default_visualization_element):
9939         * gst/level/demo.c: (main):
9940         * gst/level/plot.c: (main):
9941         * gst/playback/gstplaybin.c: (gen_video_element),
9942         (gen_audio_element):
9943         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9944         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9945         * gst/sine/demo-dparams.c: (main):
9946         * gst/spectrum/demo-osssrc.c: (main):
9947         * gst/speed/demo-mp3.c: (main):
9948         * gst/volume/demo.c: (main):
9949         * testsuite/embed/embed.c: (main):
9950
9951 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9952
9953         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9954         (gst_tcpclientsink_finalize):
9955         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9956         (gst_tcpclientsrc_finalize):
9957         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9958         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9959         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9960         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9961           Don't leak the hostname when shutting down.
9962           In tcpserversrc, take a copy of the default hostname.
9963
9964 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9965
9966         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9967           Set caps to systemstream=TRUE.
9968
9969 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9970
9971         * testsuite/Makefile.am:
9972           Fix more OSX buildbots.
9973
9974 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9975
9976         * ext/mpeg2dec/gstmpeg2dec.c:
9977           Don't send things to NULL PAD_PEERs
9978
9979         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9980           Copy-on-write the incoming buffer.
9981
9982         * gst/mpegstream/gstdvddemux.h:
9983         * gst/mpegstream/gstmpegclock.h:
9984         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9985         (normal_seek), (gst_mpeg_demux_handle_src_event):
9986         * gst/mpegstream/gstmpegdemux.h:
9987         * gst/mpegstream/gstmpegpacketize.h:
9988         * gst/mpegstream/gstmpegparse.c:
9989         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9990         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9991         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9992         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9993         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9994         * gst/mpegstream/gstmpegparse.h:
9995         * gst/mpegstream/gstrfc2250enc.h:
9996           Various changes to the way time is computed that make seeking and
9997           total time estimation much better here.
9998           Use G_BEGIN/END_DECLS instead of __cplusplus
9999
10000         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10001           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10002
10003 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10004
10005         * gst/subparse/gstsubparse.c:
10006           Fix OSX buildbot.
10007
10008 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10009
10010         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10011         (theora_enc_chain), (theora_enc_change_state):
10012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10013         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10014         (gst_vorbisenc_change_state):
10015         * ext/vorbis/vorbisenc.h:
10016           Set granulepos and timestamp correctly for streams not
10017           starting at 0, taking into account the initial delay.
10018
10019 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10020
10021         * gst/mpegstream/gstdvddemux.c:
10022           Add audio/x-dts to audio pad template caps
10023
10024 2005-01-30  David Schleef  <ds@schleef.org>
10025
10026         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10027         (create_context), (gst_polypsink_link): Fix silly endianness
10028         bug.  Add some debugging.  Remove float from caps; it doesn't
10029         work.  Attempt to get remote audio working.
10030
10031 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10032
10033         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10034           Add 3IV2 fourcc.
10035
10036 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10037
10038         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10039         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10040         (gst_avi_demux_stream_data):
10041         * gst/avi/gstavidemux.h:
10042           Invert DIB images. Fixes #132341.
10043
10044 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10045
10046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10047         (gst_ffmpegcsp_chain):
10048           D'oh, reference the palette data, not the palette structure.
10049           Fixes color distortion in #132341.
10050
10051 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10052
10053         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10054           PAR can be non-fixed when not provided as argument (#162626).
10055
10056 2005-01-29  David Moore  <dcm@acm.org>
10057
10058         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10059
10060         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10061         (gst_qtdemux_loop_header):
10062           Re-apply patch from #142272 that allows non-seekable sources,
10063           re-proposed by Daniel Drake <dsd@gentoo.org>.
10064
10065 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10066
10067         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10068           Use the src template for creating the src pad (#162330).
10069
10070 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10071
10072         * configure.ac:
10073         * ext/musepack/Makefile.am:
10074         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10075         (gst_musepackdec_init), (gst_musepackdec_dispose),
10076         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10077         (gst_musepack_stream_init), (gst_musepackdec_loop),
10078         (gst_musepackdec_change_state):
10079         * ext/musepack/gstmusepackdec.cpp:
10080         * ext/musepack/gstmusepackdec.h:
10081         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10082         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10083         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10084         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10085         * ext/musepack/gstmusepackreader.cpp:
10086         * ext/musepack/gstmusepackreader.h:
10087           Update to 1.1 API (#165446).
10088
10089 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10090
10091         * ext/Makefile.am:
10092           Unbreak buildbot.
10093
10094 2005-01-28  Andy Wingo  <wingo@pobox.com>
10095
10096         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10097         to reflect a different dubious internet source. Add a reference
10098         and some commentary.
10099
10100 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10101
10102         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10103         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10104         * gst/playback/gststreamselector.h:
10105           Be more selective when we're redoing caps negotiation from
10106           within the chain function on a stream change.
10107
10108 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10109
10110         * configure.ac:
10111         * ext/Makefile.am:
10112         * ext/amrnb/Makefile.am:
10113         * ext/amrnb/amrnb.c: (plugin_init):
10114         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10115         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10116         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10117         (gst_amrnbdec_state_change):
10118         * ext/amrnb/amrnbdec.h:
10119         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10120         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10121         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10122         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10123         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10124         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10125         * ext/amrnb/amrnbparse.h:
10126           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10127         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10128           Add AMR-NB/-WB raw formats.
10129         * ext/alsa/gstalsa.c: (gst_alsa_link):
10130           Keep valid time when changing format.
10131         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10132         (qtdemux_parse_trak):
10133           Add some more format-specific options (#140141, #143555, #155163).
10134
10135 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10136
10137         * gst/matroska/matroska-demux.c:
10138         (gst_matroska_demux_parse_blockgroup):
10139           Fix logic error in timing of subtitle stream synchronization.
10140         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10141           Add skip-chunk, which is found in kodak-camera streams.
10142
10143 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10144
10145         * po/LINGUAS:
10146         * po/vi.po:
10147           Adding Vietnamese translation (submitted by Clytie Siddall)
10148
10149 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10150
10151         * gst/playback/gstdecodebin.c: (try_to_link_1):
10152           Use realpad for signal.
10153
10154 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10155
10156         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10157           Fix category so decodebin picks it up.
10158
10159 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10160
10161         * ext/mad/Makefile.am:
10162         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10163         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10164         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10165         (found_type), (gst_id3demux_bin_change_state):
10166         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10167         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10168         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10169         (gst_id3_tag_change_state), (plugin_init):
10170         * ext/mad/gstmad.h:
10171           Add id3demuxbin (which is a simple bin consisting of id3demux
10172           and typefind), take over rank from id3demux, remove typefind
10173           code from id3demux. Makes all broken mp3s that I know of work,
10174           and thereby fixes #152688.
10175
10176 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10177
10178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10179
10180         * ext/mad/gstmad.c: (gst_mad_src_event):
10181         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10182           Allow seeks on audio pad, make mad forward those (#164826).
10183         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10184           Set duration (#165335).
10185
10186 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10187
10188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10189         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10190         (gst_asf_demux_process_ext_content_desc),
10191         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10192         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10193         * gst/asfdemux/gstasfdemux.h:
10194           Improve metadata display, e.g. if the metadata comes before the
10195           streams are loaded (which is perfectly valid).
10196
10197 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10198
10199         * tools/gst-launch-ext-m.m:
10200           Fix AVI/ASF pipelines (#165340).
10201
10202 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10203         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10204         build failure on amd64
10205
10206 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10207
10208         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10209         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10210           Check environment variables GST_ID3V2_TAG_ENCODING,
10211           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10212           list of character encodings to force interpretation of non-unicode
10213           strings stored in an ID3v2 tag to a particular encoding. If none
10214           is specified, try to use current locale's encoding, then fall back
10215           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10216         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10217         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10218           Check environment variables GST_ID3V1_TAG_ENCODING,
10219           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10220           list of character encodings to use in case a string encountered
10221           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10222           specified, try to use the current locale's encoding, then fall
10223           back to ISO-8859-1 (which will always succeed).
10224
10225 2005-01-25  Benjamin Otte  <otte@gnome.org>
10226
10227         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10228           - on half framerate, compute the rate in advance so the comparisons
10229             don't compare wrong values
10230           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10231             behaviour
10232           - don't use mad_header_decode anymore, mad_frame_decode does that
10233             automatically
10234           - when getting rid of consumed bytes, reset the stream's skiplen
10235           (fixes #163867)
10236
10237 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10238
10239         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10240           Use 1/2 a second for default max_discont, as PES streams from DVB
10241           seem to have larger spacings in the SCR. 
10242           Fix a typo.
10243
10244 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10245
10246         * gst/playback/gstplaybasebin.c: (group_commit):
10247           Notify delayed stream-info availability.
10248
10249 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10250         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10251         (gst_a52dec_handle_event), (gst_a52dec_chain):
10252         Add some debug output. Check that a discont has a valid
10253         time associated.
10254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10255         (gst_alsa_sink_loop):
10256         Ignore TAG events. A little extra debug for broken timestamps.
10257         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10258         (dvdnavsrc_change_state):
10259         Ensure we send a discont to engage the link before we send any
10260         other events.
10261         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10262         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10263         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10264         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10265         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10266         dvd://title works in totem because typefinding sends a seek that ends
10267         up going back to chapter 1 regardless.
10268         * ext/mpeg2dec/gstmpeg2dec.c:
10269         * ext/mpeg2dec/gstmpeg2dec.h:
10270         Output correct timestamps and handle disconts.
10271         * ext/ogg/gstoggdemux.c: (get_relative):
10272         Small guard against a null dereference.
10273         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10274         (gst_textoverlay_set_property):
10275         Free memory when done. Don't call gst_event_filler_get_duration on
10276         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10277         g_warning.
10278         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10279         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10280         (gst_sw_srclink), (gst_smoothwave_chain):
10281         Draw solid lines, prettier colours.
10282         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10283         Add a default palette that'll work for some movies.
10284         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10285         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10286         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10287         * gst/mpegstream/gstdvddemux.h:
10288         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10289         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10290         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10291         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10292         * gst/mpegstream/gstmpegparse.h:
10293         Use PTM/NAV events when for timestamp adjustment when connected to 
10294         dvdnavsrc. Don't use many discont events where one suffices.
10295         * gst/playback/gstplaybasebin.c: (group_destroy),
10296         (gen_preroll_element), (gst_play_base_bin_add_element):
10297         * gst/playback/gstplaybasebin.h:
10298         Make sure we remove subtitles from the same bin we put them in.
10299         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10300         (gst_subparse_buffer_format_autodetect),
10301         (gst_subparse_change_state):
10302         Fix some memleaks and invalid accesses.
10303         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10304         (oggskel_type_find), (cmml_type_find), (plugin_init):
10305         Some typefind functions for Annodex v3.0 files
10306         * gst/wavparse/gstwavparse.h:
10307         GstRiffReadClass is the correct parent class.
10308
10309 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10310
10311         * gst-libs/gst/riff/riff-media.c:
10312         (gst_riff_create_video_caps_with_data):
10313           Add extradata to huffyuv (fixes #165013).
10314         * gst-libs/gst/riff/riff-read.c:
10315         (gst_riff_read_strf_vids_with_data):
10316           Fix extradata extraction if it is in the chunk size.
10317
10318 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10319
10320         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10321
10322         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10323         (gst_quarktv_change_state), (gst_quarktv_dispose):
10324           Memory free'ing location fix (#164708).
10325
10326 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10327
10328         * gst/playback/gstplaybasebin.c: (group_commit),
10329         (gen_preroll_element), (probe_triggered), (gen_source_element),
10330         (setup_source), (gst_play_base_bin_change_state),
10331         (gst_play_base_bin_add_element):
10332           Don't block for streams.
10333         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10334         (gst_stream_info_set_mute):
10335           Use gst_pad_set_active_recursive.
10336
10337 2005-01-25  Andy Wingo  <wingo@pobox.com>
10338
10339         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10340         for #ifndef HAVE_XVIDEO.
10341
10342 2005-01-24  Jeffrey C. Ollie
10343
10344         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10345
10346         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10347         * ext/gsm/gstgsmdec.h:
10348         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10349         * ext/gsm/gstgsmenc.h:
10350         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10351         was given by property. Add proper buffer timestamps and offsets.
10352
10353 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10354
10355         * gst-libs/gst/riff/riff-media.c:
10356         (gst_riff_create_audio_caps_with_data):
10357           Audio can be <8000Hz.
10358
10359 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10360
10361         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10362           Explicit state change to workaround refcount bugs.
10363
10364 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10365
10366         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10367         (gst_avimux_riff_get_avi_header):
10368           Fix...
10369
10370 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10371
10372         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10373         (gst_riff_read_element_data):
10374         * gst-libs/gst/riff/riff-read.h:
10375           Add _peek version (req'ed in CDXA).
10376         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10377         (gst_cdxaparse_loop):
10378           Fix parsing in playbin.
10379         * gst/playback/gstdecodebin.c: (close_pad_link):
10380           Ignore current_ pads, they cause major annoyance.
10381
10382 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10383
10384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10385           Safety guard.
10386
10387 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10388
10389         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10390           Fix padding...
10391
10392 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10393
10394         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10395           Allow for 0-sized buffers. Fixes length query problems in
10396           starwars.mkv from the testsuite.
10397
10398 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10399
10400         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10401         (gst_video_box_i420), (gst_video_box_chain):
10402           Fix row strides for I420 (fixes #163159)
10403           
10404 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10405
10406         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10407           MPEG2 has a useful rate property, so we can actually use that.
10408           For MPEG-1, continue using the bytes/time properties.
10409
10410 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10411
10412         * gst-libs/gst/riff/riff-media.c:
10413         (gst_riff_create_video_caps_with_data),
10414         (gst_riff_create_video_template_caps):
10415           Add intel-h263.
10416
10417 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10418
10419         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10420           Fail if caps negotiation fails. Should fix #162184, and should
10421           definately be in there regardless of it fixing the actual bug.
10422         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10423         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10424         (gst_avimux_riff_get_avix_header),
10425         (gst_avimux_riff_get_video_header),
10426         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10427         (gst_avimux_start_file), (gst_avimux_handle_event),
10428         (gst_avimux_change_state):
10429         * gst/avi/gstavimux.h:
10430           Refactor structure writing to use GST_WRITE_UINT macros, add
10431           metadata writing support.
10432
10433 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10434
10435         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10436           Elements may already be destroyed when this function is called.
10437
10438 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10439
10440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10441         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10442           More memory leak fixes (#149162).
10443
10444 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10445
10446         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10447         (gst_qtdemux_add_stream):
10448           Fix two memleaks.
10449
10450 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10451
10452         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10453           Argh...
10454
10455 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10456
10457         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10458           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10459           when fixating to six channels in Totem.
10460
10461 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10462
10463         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10464           Fix compile warnings on Solaris 10 buildbot
10465
10466 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10467
10468         * ext/dvdread/dvdreadsrc.c: (_read):
10469           Don't read beyond the last cell in a chapter (fixes 
10470           invalid memory access)
10471
10472 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10473
10474         * ext/dvdread/stream_labels.c:
10475         (dvdreadsrc_get_audio_stream_labels):
10476           Use NULL for an empty GList instead of g_list_alloc(); fix 
10477           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10478           of GString (easier to bulk free later)
10479
10480 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10481
10482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10483
10484         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10485         (gst_ffmpeg_pixfmt_to_caps):
10486           Fix BGRA32 caps (#164209).
10487
10488 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10489
10490         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10491
10492         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10493         (gst_ffmpeg_caps_to_pixfmt):
10494           alpha_mask can be RGBA/ABGR. Fixes #164265.
10495
10496 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10497
10498         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10499
10500         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10501         (gst_mpeg2dec_alloc_buffer):
10502         * ext/mpeg2dec/gstmpeg2dec.h:
10503           Crop if decoding size is not the actual image size (#163676).
10504
10505 2005-01-17  Steve Baker  <steve@stevebaker.org>
10506
10507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10508
10509         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10510         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10511           Add libsndfile typefind functions (#163309).
10512
10513 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10514
10515         * tools/gst-launch-ext-m.m:
10516           Add .aac, fix .m1v/.m2v (#163891).
10517
10518 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10519
10520         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10521           Sanity check, don't wait endlessly since the clock might not
10522           actually run at this point (which is a deadlock). Fixes #164069.
10523
10524 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10525
10526         * gst/playback/gstplaybasebin.c: (probe_triggered):
10527           Of course, only pause if group is done...
10528
10529 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10530
10531         * gst/playback/gstplaybasebin.c: (probe_triggered):
10532           Thread safety.
10533
10534 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10535
10536         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10537           Don't return state change success when the parent
10538           failed.
10539
10540 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10541
10542         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10543           Free events (fix memleak in #162905).
10544
10545 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10546
10547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10548
10549         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10550         (gst_ffmpeg_caps_to_pixfmt):
10551           Fix for depth = 15. Fixes #161675.
10552
10553 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10554
10555         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10556           Set FPS correctly, even for webcams and the like.
10557         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10558           Don error on setting while capturing.
10559
10560 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10561
10562         * ext/dv/gstdvdec.c:
10563         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10564         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10565           I'm a bad boy. using /1001. to force C to do float division
10566           and not integer division (as it did in my last commit)
10567           Thanks to David I. Lehn for pointing this mistake.
10568
10569 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10570
10571         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10572           Revert Johan??s 1.35->1.36 since it breaks compat.
10573
10574 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10575
10576         * ext/dv/gstdvdec.c:
10577         * ext/libfame/gstlibfame.c:
10578         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10579         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10580           replace framerate aproximations by their real value
10581           (24000/1001, 30000/1001, 60000/1001)
10582           Finish fixing bug #164049
10583
10584 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10585
10586         * ext/ogg/gstoggmux.c:
10587           eos/bos debugging
10588         * gst/tcp/gstmultifdsink.c:
10589         * gst/tcp/gstmultifdsink.h:
10590         * gst/tcp/gsttcp.c:
10591         * gst/tcp/gsttcp.h:
10592         * gst/tcp/gsttcpclientsink.c:
10593         * gst/tcp/gsttcpclientsrc.c:
10594         * gst/tcp/gsttcpserversink.c:
10595         * gst/tcp/gsttcpserversrc.c:
10596           improve reusability of elements after state changes and errors
10597           make multifdsink throw away streamheaders when receiving new ones
10598
10599 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10600
10601         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10602           Fix for if items are already in list...
10603
10604 2005-01-12  Benjamin Otte  <otte@gnome.org>
10605
10606         * gst/adder/gstadder.c: (gst_adder_loop):
10607           fix adder a bit so it doesn't screw up with events as much anymore
10608
10609 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10610
10611         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10612         (pixbufscale_scale), (gst_pixbufscale_chain):
10613         * ext/gdk_pixbuf/pixbufscale.h:
10614           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10615           to ensure rowstrides are calculated the same way as 
10616           ffmpegcolorspace
10617           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10618           that we pick up duration and offset also.
10619
10620 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10621
10622         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10623         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10624           Reusability fixes.
10625
10626 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10629         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10630         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10631         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10632           Update flags when requested.
10633
10634 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10635
10636         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10637           Fix dmix.
10638
10639 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10640
10641         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10642         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10643         (probe_triggered), (new_decoded_pad), (gen_source_element),
10644         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10645         * gst/playback/gstplaybasebin.h:
10646         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10647         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10648         (gst_play_bin_change_state):
10649           Implement group-switch signal for use in apps to clear metadata
10650           cache, clean up subtitle, add suburi property instead of # hack,
10651           some error-out fixes.
10652
10653 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10654
10655         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10656           Debug.
10657         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10658           If we got a state change in the _get handler, don't return success.
10659
10660 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10661
10662         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10663         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10664           Make jpegdec quiet on MJPEG decoding
10665         * gst/asfdemux/README:
10666           Fix mimetypes for MJPEG and H263
10667
10668 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10669
10670         * ext/theora/theoradec.c: (theora_dec_chain):
10671           Fix broken code generation by gcc by swapping arguments.
10672         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10673           Fix \n in debug.
10674
10675 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10676
10677         * TODO:
10678           delete this file, it is by far outdated
10679         * ext/alsa/gstalsa.1: remove
10680         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10681         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10682         (gst_alsa_get_caps):
10683           Add HW probing for supported sample rates. Fixes #161704
10684
10685 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10686
10687         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10688           Don't crash, biatch! :).
10689
10690 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10691
10692         * ext/musepack/gstmusepackreader.cpp:
10693         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10694           Some work on tags - still doesn't work in playbin...
10695         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10696           Handle events...
10697
10698 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10699
10700         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10701           Also shove tags on kid pads.
10702
10703 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10704
10705         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10706           Don't bail on unknown events.
10707         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10708           Don't crash on events before negotiation.
10709         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10710           Send tags on pads, too.
10711         * gst/playback/gststreamselector.c:
10712         (gst_stream_selector_request_new_pad):
10713           Forward events on first pad if no input was selected yet.
10714
10715 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10716
10717         * gst/playback/gstplaybasebin.c: (setup_substreams):
10718           Don't disable streamtype if the stream doesn't exist, since
10719           then playing a video after audio will disable both and nothing
10720           will happen. Fixes the testsuite.
10721
10722 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10723
10724         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10725         (gst_v4l_xoverlay_set_xwindow_id):
10726         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10727         (gst_v4l2_xoverlay_set_xwindow_id):
10728           Add debug categories, fix overlay disabling.
10729
10730 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10731
10732         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10733         * ext/alsa/gstalsa.h:
10734           Add HW probing for period_count/size and buffer_size MIX/MAX
10735           Adjust default/user defined value if out of bounds
10736           Should fix bug #162024
10737
10738 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10739
10740         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10741           Fix warning (#161191).
10742
10743 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10744
10745         * ext/dvdread/stream_labels.c:
10746         (dvdreadsrc_get_audio_stream_labels):
10747           Fix warning (init the good variable in switch default)
10748
10749 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10750
10751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10752
10753         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10754           Fix gcc-2.95 compile (#163485).
10755
10756 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10757
10758         * configure.ac:
10759         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10760         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10761         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10762         (gst_flacenc_change_state):
10763         * ext/flac/gstflacenc.h:
10764           Update for API change in flac-1.1.1. Update requirement in
10765           configure.ac. Fixes #162974.
10766
10767 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10768
10769         * gst/playback/gstplaybasebin.c: (group_destroy):
10770           Remove hack to get rid of assert and get rid of unlinked
10771           signals properly.
10772
10773 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10774
10775         * gst/playback/gstplaybasebin.c: (setup_source):
10776           Set source to NULL so that resources are free'ed. Fixes issues
10777           with playback of CDDA and similar device-accessing things.
10778
10779 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10780
10781         * testsuite/embed/Makefile.am:
10782           test->noinst, fix make test in buildbot.
10783
10784 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10785
10786         * ext/dvdread/stream_labels.c: new file
10787         * ext/dvdread/stream_labels.h: new file
10788         * ext/dvdread/Makefile.am:
10789         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10790           Extract audio stream label from DVD IFO files.
10791           It only dump them on the console for now, still have to
10792           make playbin aware of them.
10793
10794 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10795
10796         * gst/playback/gstplaybasebin.c: (setup_source):
10797           Fix hanging subs.
10798
10799 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10800
10801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10802         (gen_preroll_element), (remove_groups), (setup_subtitle),
10803         (gen_source_element), (setup_source):
10804         * gst/playback/gstplaybasebin.h:
10805           Multiple .sub files is just a stupid idea... Fix some threading
10806           mistakes. Interestingly, external .sub files cause playbin to
10807           hang, I don't know why... Parsing fixes contributed by Fran??ois
10808           Kooman <fkooman@tuxed.net>.
10809
10810 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10811
10812         * testsuite/embed/Makefile.am:
10813           Fix buildbot.
10814
10815 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10816
10817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10818
10819         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10820         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10821         (gst_pngenc_set_property):
10822         * ext/libpng/gstpngenc.h:
10823           Add compression level property (#163323).
10824
10825 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10826
10827         * configure.ac:
10828         * examples/capsfilter/capsfilter1.c: (main):
10829         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10830         * ext/dvdread/Makefile.am:
10831         * ext/dvdread/demo-play:
10832         * ext/dvdread/demo-play.c:
10833         * gconf/gstreamer.schemas.in:
10834         * gst-libs/gst/gconf/gconf.c:
10835         * sys/v4l/TODO:
10836         * testsuite/Makefile.am:
10837         * testsuite/embed/Makefile.am:
10838         * testsuite/embed/embed.c: (cb_expose), (main):
10839           Remove all references to xvideosink, fix examples (#140845).
10840         * gst/playback/gstplaybasebin.c: (group_destroy):
10841           Apparently, disposal does not unlink - so do explicitely.
10842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10843           Add debug.
10844
10845 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10846
10847         * README: fix PKG_CONFIG_PATH instructions, what was there
10848         previously was breaking default search path, not nice. 
10849         Fixes #163358
10850
10851 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10852
10853         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10854         (gst_audioscale_chain):
10855           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10856           when resampling - how the ^@$^!@^! is this possible?!?
10857
10858 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10859
10860         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10861           Reset variables on READY.
10862         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10863         (gst_matroska_mux_loop):
10864           Require data before writing header.
10865
10866 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10867
10868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10869
10870         * ext/mad/gstmad.c: (gst_mad_chain):
10871           Don't call mad_stream_sync() directly after recovering sync.
10872           Fixes #151661.
10873
10874 2005-01-09  Martin Eikermann  <meiker@upb.de>
10875
10876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10877
10878         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10879         (snapshot_handler), (gst_snapshot_sinkconnect),
10880         (gst_snapshot_chain):
10881           Allocate resources when required, fix recursive signal emission
10882           and fix caps. Fixes #161667.
10883
10884 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10885
10886         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10887
10888         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10889         (gst_pngdec_chain):
10890           Handle only 8-bppc (bits-per-pixel-component) images, better
10891           error handling and correct strides. Fixes #163177.
10892         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10893         (gst_pngenc_chain):
10894           Better error handling. Fixes #163348.
10895
10896 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10897
10898         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10899         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10900         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10901         (dvdnavsrc_uri_handler_init):
10902           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10903         * gst/playback/gstplaybasebin.c: (gen_source_element):
10904           Add MMS to streaming URIs.
10905
10906 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10907
10908         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10909         * sys/xvimage/xvimagesink.c:
10910         (gst_xvimagesink_navigation_send_event):
10911           Check for pad availability before sending event.
10912
10913 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10914
10915         * gst-plugins.spec.in:
10916           Add subparse.
10917
10918 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10919
10920         * configure.ac:
10921           Since we use functions from CVS, up requirement.
10922
10923 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10924
10925         * gst/playback/Makefile.am:
10926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10927         (group_destroy), (group_commit), (group_is_muted),
10928         (gen_preroll_element), (add_stream), (unknown_type),
10929         (probe_triggered), (preroll_unlinked), (mute_stream),
10930         (silence_stream), (new_decoded_pad), (setup_substreams),
10931         (setup_source), (get_active_source), (mute_group_type),
10932         (muted_group_change_state), (set_active_source),
10933         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10934         (play_base_eos), (gst_play_base_bin_change_state):
10935         * gst/playback/gstplaybasebin.h:
10936         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10937         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10938         (gst_stream_info_dispose), (stream_info_mute_pad),
10939         (stream_info_change_state), (gst_stream_info_set_mute):
10940         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10941         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10942         (gst_stream_selector_init), (gst_stream_selector_dispose),
10943         (gst_stream_selector_get_linked_pad),
10944         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10945         (gst_stream_selector_get_linked_pads),
10946         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10947         * gst/playback/gststreamselector.h:
10948           Adding stream selection support plus required properties for
10949           applications to use this. Fully fixes #100931.
10950
10951 2005-01-08  Benjamin Otte  <otte@gnome.org>
10952
10953         * gst/games/gstpuzzle.c: (nav_event_handler):
10954           - handle nav events differently: forward every event no matter if it
10955             was handled or not.
10956           - translate events
10957           You can now cheat by using navigationtest ! puzzle and moving the
10958           mouse close to the edge of a tile. ;)
10959
10960 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10961
10962         * configure.ac:
10963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10964         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10965         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10966         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10967         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10968         (gst_ogm_parse_plugin_init):
10969         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10970         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10971         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10972         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10973         * ext/pango/gsttextoverlay.h:
10974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10975         (gst_matroska_demux_handle_seek_event),
10976         (gst_matroska_demux_sync_streams),
10977         (gst_matroska_demux_parse_blockgroup),
10978         (gst_matroska_demux_subtitle_caps),
10979         (gst_matroska_demux_plugin_init):
10980         * gst/matroska/matroska-ids.h:
10981         * gst/playback/gstdecodebin.c: (close_pad_link):
10982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10983         (gen_preroll_element), (remove_groups), (add_stream),
10984         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10985         (setup_source):
10986         * gst/playback/gstplaybasebin.h:
10987         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10988         * gst/subparse/Makefile.am:
10989         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10990         (gst_subparse_base_init), (gst_subparse_class_init),
10991         (gst_subparse_init), (gst_subparse_formats),
10992         (gst_subparse_eventmask), (gst_subparse_event),
10993         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10994         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10995         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10996         (parse_mpsub_deinit), (parse_mpsub_init),
10997         (gst_subparse_buffer_format_autodetect),
10998         (gst_subparse_format_autodetect), (gst_subparse_loop),
10999         (gst_subparse_change_state), (gst_subparse_type_find),
11000         (plugin_init):
11001         * gst/subparse/gstsubparse.h:
11002         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11003         (plugin_init):
11004           Add subtitle support, .sub parser (supports SRT and MPsub),
11005           OGM text support, Matroska UTF-8 text support, deadlock fixes
11006           all over the place, subtitle awareness in decodebin/playbin
11007           and some fixes to textoverlay to handle subtitles in a stream
11008           correctly. Fixes #100931.
11009
11010 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11011
11012         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11013           Check for pad availability before doing a query on it.
11014
11015 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11016
11017         * ext/dv/gstdvdec.c:
11018           really fix bpp24/32 dvdec caps (classic rgba indeed)
11019         * gst/asfdemux/gstasfdemux.c:
11020         (gst_asf_demux_process_ext_content_desc):
11021           don't send text tags if they are empty (bis repetita)
11022
11023 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11024
11025         * ext/dv/gstdvdec.c:
11026          remove unneeded comment from dvdec
11027           (related to DV 4CC codes in AVI files)
11028           moved them in gstreamer/docs/random/mimetypes
11029         * gst/asfdemux/gstasfdemux.c:
11030         (gst_asf_demux_process_ext_content_desc):
11031          don't send text tags if they are empty
11032          fix mem leak on error path
11033         * gst/ffmpegcolorspace/avcodec.h:
11034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11035         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11036         (gst_ffmpegcsp_avpicture_fill):
11037         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11038         * gst/ffmpegcolorspace/imgconvert_template.h:
11039          adds BGR32 and BGRA32 to ffmpegcolorspace
11040           (still bad colors, fixing it on next commit)
11041           helps with dvdec outputing BGR32
11042
11043 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11044
11045         * ext/dv/gstdvdec.c:
11046          Fix audio caps i just broke (missing ',')
11047         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11048         (gst_matroska_mux_reset):
11049          Fix typo + add FIXME about old "x-gst-metadata" crap
11050
11051 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11052
11053         * ext/dv/demo-play.c: (main):
11054          xvideosink -> xvimagesink
11055         * ext/dv/gstdvdec.c:
11056          change rgb 32/32 caps to 24/32 (no alpha)
11057          change nb of channels to be a list (2 or 4, not 2)
11058          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11059         * gst/asfdemux/gstasfdemux.c:
11060         (gst_asf_demux_process_ext_content_desc):
11061          Add 'date/year' to extracted metadata list
11062
11063 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11064
11065         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11066           The return value of fixate_to does not imply that the requested
11067           value was set, so don't assume.
11068
11069 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11070
11071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11072
11073         * ext/libpng/gstpngdec.c:
11074         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11075         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11076         * ext/libpng/gstpngenc.h:
11077           Alpha support (encoder; #163161), mime fixage.
11078
11079 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11080
11081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11082
11083         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11084         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11085         (gst_faac_set_property), (gst_faac_get_property):
11086         * ext/faac/gstfaac.h:
11087           Allow for ADTS output (#153434).
11088
11089 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11090
11091         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11092           Fix against template (#150576).
11093
11094 2005-01-06  Benjamin Otte  <otte@gnome.org>
11095
11096         * gst/games/gstpuzzle.c: (draw_puzzle):
11097           don't draw a puzzle if either width or height of tiles would be 0.
11098
11099 2005-01-06  Benjamin Otte  <otte@gnome.org>
11100
11101         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11102         (gst_puzzle_class_init), (gst_puzzle_finalize):
11103           no memleaks, please
11104         (gst_puzzle_create), (gst_puzzle_init),
11105         (gst_puzzle_set_property), (gst_puzzle_setup):
11106           change initialization code around so we don't reshuffle on resize
11107         (draw_puzzle):
11108           fix another stupid typo
11109
11110 2005-01-06  Benjamin Otte  <otte@gnome.org>
11111
11112         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11113           fix stupid typo that borked copying on YUY2
11114
11115 2005-01-06  Benjamin Otte  <otte@gnome.org>
11116
11117         * gst/games/gstpuzzle.c: (draw_puzzle):
11118           fix edges when image sizes aren't multiples of tile sizes
11119
11120 2005-01-06  Benjamin Otte  <otte@gnome.org>
11121
11122         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11123           make RGB endianness work correctly
11124         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11125           refactor and fix race with initial shuffling
11126         (nav_event_handler):
11127           allow using the mouse to puzzle
11128         (draw_puzzle):
11129           insist on tiles having width and height as multiples of 4 to get
11130           clean YUV image handling
11131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11132         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11133           s/DEBUG/LOG/ for common messages
11134         (gst_xvimagesink_navigation_send_event):
11135           fix mouse event translation to not include screen PAR
11136         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11137           fix mouse event translation to actually work
11138
11139 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11140
11141         * gst/asfdemux/gstasfdemux.c:
11142         (gst_asf_demux_process_ext_content_desc):
11143          Extract TrackNumber metadata + clean up code
11144         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11145          Hope this is the good fix (var used unitialised)
11146
11147 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11148
11149         * ext/faad/gstfaad.c: (gst_faad_chain):
11150           Only increment timestamp if it's valid. Fixes raw AAC streams.
11151
11152 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11153
11154         * configure.ac:
11155         * gst/games/Makefile.am:
11156         * gst/games/gstpuzzle.c:
11157           add a puzzle game with...
11158         * gst/games/gstvideoimage.c:
11159         * gst/games/gstvideoimage.h:
11160           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11161           from videotestsrc and made into something that would be a nice
11162           library for a lot of other plugins.
11163
11164 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11165
11166         * configure.ac:
11167          don't compile faad plugin if a RC of 2.0 is found
11168          Fixes #155346 (and FC1 buildbot)
11169         * gst/asfdemux/gstasfdemux.c:
11170         (gst_asf_demux_process_ext_content_desc):
11171          try to make Solaris compiler happier
11172
11173 2005-01-06  Paul Jack  <pjack@sfaf.org>
11174
11175         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11176
11177         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11178           Fix segfault (#161667).
11179
11180 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11181
11182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11183           Fix framerate reporting.
11184
11185 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11186
11187         * gst-libs/gst/riff/riff-ids.h:
11188         * gst/wavenc/riff.h:
11189          Add AMR (VBR and CBR) ids to riff.h audio codec list
11190         * gst/asfdemux/gstasfdemux.c:
11191         (gst_asf_demux_process_ext_content_desc),
11192         (gst_asf_demux_process_object):
11193           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11194
11195 2005-01-05  Martin Eikermann  <meiker@upb.de>
11196
11197         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11198
11199         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11200         (gst_dvd_demux_handle_discont):
11201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11202         (gst_mpeg_demux_handle_discont):
11203           Recreate pads on new-media (#160730).
11204         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11205           Send discont even if manager changes timestamps (#161929).
11206
11207 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11208
11209         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11210
11211         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11212           Fix invalid memory access (#159211).
11213
11214 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11215
11216         * examples/gstplay/player.c: (main):
11217           Don't iterate.
11218         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11219           Add visualizations.
11220         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11221         (gst_a52dec_handle_frame):
11222           Set duration.
11223         * ext/dvdnav/gst-dvd:
11224           Add audioconvert. Fixes #161325.
11225         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11226           Explicitely case to gint64. Possible valgrind error.
11227         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11228         (gst_play_tick_callback), (gst_play_change_state),
11229         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11230         (gst_play_set_location), (gst_play_get_location),
11231         (gst_play_seek_to_time), (gst_play_set_data_src),
11232         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11233         (gst_play_set_visualization), (gst_play_connect_visualization),
11234         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11235         (gst_play_new):
11236           Use playbin. Fixes #139749 and #147744.
11237         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11238           Add genre tag.
11239         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11240         (audioscale_get_type), (gst_audioscale_base_init),
11241         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11242         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11243         (gst_audioscale_link), (gst_audioscale_get_buffer),
11244         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11245         (gst_audioscale_init), (gst_audioscale_dispose),
11246         (gst_audioscale_chain), (gst_audioscale_set_property),
11247         (gst_audioscale_get_property), (plugin_init):
11248           Indent properly.
11249         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11250           Fix LPCM.
11251         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11252         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11253         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11254           Add more metadata (fixes #162656).
11255
11256 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11257
11258         * configure.ac:
11259           back to cvs
11260
11261 === release 0.8.7 ===
11262
11263 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11264
11265         * NEWS:
11266         * RELEASE:
11267         * configure.ac:
11268           releasing 0.8.7, "Hyperspace"
11269
11270 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11271
11272         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11273
11274         * gst/playback/gstplaybasebin.c:
11275          Fix for #162924 - free caps after use, not before
11276
11277 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11278
11279         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11280
11281         * gst/playback/gstplaybasebin.c:
11282         * gst/wavparse/gstwavparse.c:
11283           Fix for #154773 - fixes playback of small .wav files
11284
11285 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11286
11287         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11288
11289         * gst/audioscale/gstaudioscale.c:
11290           Fix for #162819 - make audioscale reusable
11291           Fixes playback of more than one file with playbin/totem
11292
11293 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11294
11295         * gst/ffmpegcolorspace/avcodec.h:
11296         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11297         * gst/ffmpegcolorspace/imgconvert.c:
11298           clean up the mess that made me cry and avoid needless duplication
11299
11300 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11301
11302         * gst/ffmpegcolorspace/imgconvert.c:
11303           give some indication of why we're segfaulting
11304
11305 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11306
11307         * configure.ac:
11308           Fix indentation, fix v4l2 plugin detection.
11309         * ext/Makefile.am:
11310           Fix libmms location (Maciej, use diff -u!).
11311         * ext/alsa/gstalsa.c: (gst_alsa_init):
11312           Initialize caps cache to NULL.
11313         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11314           Only change state on audiosink if it exists.
11315
11316 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11317
11318         * gst/matroska/matroska-demux.c:
11319         * gst/matroska/matroska-ids.h:
11320         * gst/matroska/matroska-demux.h:
11321         Fix Vorbis streams failing to decode in some files, where cluster_time
11322         isn't 0, because then it doesn't send codec_priv before actual data.
11323         Remove time-based test and replace it with marker set on beginning of
11324         new stream
11325
11326 2004-12-28  David Schleef  <ds@schleef.org>
11327
11328         Merge patch from Ronald fixing problems with streaming
11329         text.
11330         * ext/cairo/gstcairo.c: (plugin_init):
11331         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11332         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11333         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11334         (gst_textoverlay_font_init), (gst_textoverlay_init),
11335         (gst_textoverlay_set_property):
11336         * ext/cairo/gsttextoverlay.h:
11337
11338 2004-12-27  David Schleef  <ds@schleef.org>
11339
11340         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11341         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11342         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11343         (gst_textoverlay_font_init), (gst_textoverlay_init),
11344         (gst_textoverlay_set_property): Improvements to actually
11345         render text as white on black outline on video, including
11346         font selection and horizontal/vertical alignment.  (Ronald's
11347         christmas present)
11348         * ext/cairo/gsttextoverlay.h:
11349
11350 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11351
11352         * ext/ogg/gstogg.c:
11353         * ext/ogg/gstogmparse.c:
11354           fix ogm[audio/video]parse plugin registration
11355           (riff won't load if bytestream is already loaded)
11356
11357 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11358
11359         * gst/audioconvert/gstchannelmix.c:
11360           fix for GLIB < 2.4
11361
11362 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11363
11364         * Makefile.am:
11365         * configure.ac:
11366           disable docs again until it actually passes make distcheck.
11367
11368 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11369
11370         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11371         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11372         (plugin_init):
11373           Add 3GP (variables name Q3GP because they can't start with a
11374           number). Add samr audio fourcc (used in .3gp files), decoder
11375           is work in progress. Also do a GST_WARNING instead of ERROR
11376           in case of unknown nodes, to decrease output.
11377
11378 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11379
11380         * Makefile.am:
11381           really fix dist
11382
11383 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11384
11385         * configure.ac:
11386         * ext/speex/gstspeexdec.h:
11387         * ext/speex/gstspeexenc.h:
11388           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11389           Fix detection code in configure.ac
11390
11391 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11392
11393         * gst/matroska/matroska-demux.c:
11394         (gst_matroska_demux_parse_blockgroup):
11395           Save position, so that queries give proper return values. Don't
11396           know how this could ever have worked before...
11397
11398 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11399
11400         * configure.ac:
11401           Put additional LAME check inside the conditional.  Fixes #152339
11402
11403 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11404
11405         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11406         (gst_avi_demux_stream_scan):
11407           Add some more debug. Fix logic error when setting movi offset
11408           while reading index.
11409
11410 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11411
11412         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11413         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11414         (gst_avi_demux_process_next_entry):
11415           Add some debugging. Better detection of broken indexes and the
11416           accompanying index recovery. No infinite loops on state changes
11417           when we're still in our loopfunction.
11418
11419 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11420
11421         * configure.ac:
11422           Fix up.
11423
11424 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11425
11426         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11427
11428         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11429           Normalizing the value before setting
11430         (gst_sunaudiomixer_get_volume):
11431           Normalizing the value after getting. Fixes bug# 161980
11432
11433 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11434
11435         * Makefile.am: Make sure docs gets disted
11436         * docs/Makefile.am: Make sure all needed files get disted
11437         * gst-plugins.spec.in: latest updates
11438
11439 2004-12-22  Wim Taymans  <wim@fluendo.com>
11440
11441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11442         Revert patch 1.38 as clock distribution over schedulers does
11443         not work correcly in the core yet.
11444
11445 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11446
11447         * sys/oss/README: remove this file, which predates my birth
11448           (and which content is by far outdated)
11449
11450 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11451
11452         * Makefile.am:
11453         * configure.ac:
11454         * docs/Makefile.am:
11455         * docs/libs/Makefile.am:
11456         * docs/libs/gst-plugins-libs-docs.sgml:
11457         * docs/libs/gst-plugins-libs-sections.txt:
11458         * docs/libs/tmpl/gstgconf.sgml:
11459         * docs/upload.mak:
11460         * docs/version.entities.in:
11461           Added boilerplate gtk-doc files for plugin-libs documentation.
11462
11463 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11464
11465         * gst/auparse/gstauparse.c: fix int and float audio caps
11466
11467 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11468
11469         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11470         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11471           g_assert() can be a macro, don't use #ifdef inside it.
11472
11473 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11474
11475         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11476
11477         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11478         (gst_videorate_init), (gst_videorate_chain),
11479         (gst_videorate_change_state):
11480           Event handling (fixes #159986).
11481
11482 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11483
11484         * gst-libs/gst/riff/riff-media.c:
11485         (gst_riff_create_video_caps_with_data):
11486           Add BLZ0 (Blizzard's version of DivX) fourcc.
11487
11488 2004-12-18  David Schleef  <ds@schleef.org>
11489
11490         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11491         portability fix.
11492
11493 2004-12-18  David Schleef  <ds@schleef.org>
11494
11495         * gst/tta/ttadec.h: Disable some header code that isn't used
11496         and clearly isn't portable.
11497
11498 2004-12-18  David Schleef  <ds@schleef.org>
11499
11500         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11501         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11502         (avcodec_get_pix_fmt), (avpicture_layout),
11503         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11504         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11505         Fix code to not use GCC extensions (and c99 extensions that
11506         Forte does not like.)
11507
11508 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11509
11510         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11511
11512         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11513         (gst_deinterlace_chain):
11514           Rowstride fixes. Fixes #161039.
11515         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11516         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11517         (gst_video_crop_getcaps), (gst_video_crop_link),
11518         (gst_video_crop_i420), (gst_video_crop_chain),
11519         (gst_video_crop_change_state):
11520           Rework of negotiation. Actually works now. Fixes #158650.
11521
11522 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11523
11524         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11525           That was very stupid.
11526
11527 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11528
11529         * gst/matroska/matroska-demux.c:
11530         (gst_matroska_demux_parse_blockgroup):
11531           Fix possible crasher.
11532
11533 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11534
11535         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11536         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11537           Lace sizes can be zero.
11538
11539 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11540
11541         * ext/musepack/gstmusepackdec.cpp:
11542           Fetch error return values. Fixes #161624.
11543         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11544           Really EOS.
11545
11546 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11547
11548         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11549           Work for truncated (unfinished download etc.) files. Fixes #160514.
11550
11551 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11552
11553         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11554           Fix for integer overflow. Makes #156001 not crash. Probably masks
11555           the real bug.
11556
11557 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11558
11559         * gst/ac3parse/gstac3parse.c: (plugin_init):
11560           Parsers never have ranks. Fixes #159651.
11561
11562 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11563
11564         * gst/playback/gstdecodebin.c: (compare_ranks):
11565           make sure the facotries are ordered the same every time even if they
11566           have the same rank by using the name
11567         * gst/playback/gstdecodebin.c: (find_compatibles):
11568           make sure we don't add factories to the list twice
11569
11570 2004-12-16  David Schleef  <ds@schleef.org>
11571
11572         * configure.ac: look for musepack headers as musepack/*.h
11573         (fixes #159847)
11574         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11575         * ext/musepack/gstmusepackreader.h: same
11576
11577 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11578
11579         * gst-libs/gst/riff/riff-read.c:
11580         (gst_riff_read_strf_auds_with_data):
11581           Read extradata correctly (fixes #155879).
11582
11583 2004-12-16  David Schleef  <ds@schleef.org>
11584
11585         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11586         audio.  does _not_ attempt or allow conversion unless channels
11587         is 1 or 2.
11588
11589 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11590
11591         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11592
11593 2004-12-16  David Schleef  <ds@schleef.org>
11594
11595         * gst/audioscale/gstaudioscale.c: the resample library only
11596         handles 1 or 2 channels.  Change caps to compensate.
11597
11598 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11599
11600         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11601         (gst_matroska_demux_audio_caps):
11602           Some MPEG-AAC hacks, because else it doesn't work...
11603
11604 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11605
11606         * gst-libs/gst/riff/riff-media.c:
11607         (gst_riff_create_video_caps_with_data),
11608         (gst_riff_create_video_template_caps):
11609           Add h264.
11610
11611 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11612
11613         * gst-libs/gst/audio/Makefile.am:
11614           Try to fix buildbot.
11615
11616 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11617
11618         * gst/tcp/gstmultifdsink.c:
11619           Clean up and uniformize debugging.
11620
11621 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11622
11623         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11624
11625         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11626         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11627         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11628         (gst_mpeg_demux_change_state):
11629           Reset on ready. Fixes 160276.
11630
11631 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11632
11633         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11634
11635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11636         (gst_ffmpegcsp_pad_link):
11637           Fix memleak (#154815).
11638
11639 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11640
11641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11642
11643         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11644         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11645         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11646         * ext/musicbrainz/gsttrm.h:
11647           Add support for using a proxy server when getting a trm id from
11648           the MusicBrainz database (#149613).
11649
11650 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11651
11652         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11653
11654         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11655         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11656           Fix memleaks (#157233).
11657
11658 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11659
11660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11661
11662         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11663         * gst-libs/gst/resample/resample.h:
11664         * gst/audioscale/gstaudioscale.c:
11665           Fix memleak (#159215).
11666
11667 2004-12-16  Toni Willberg  <toniw@iki.fi>
11668
11669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11670
11671         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11672         * sys/oss/oss_probe.c: (main):
11673           Check for mono/stereo support (similar to samplerate probing),
11674           fixes #159433. Also add missing copyright header to oss_probe.c.
11675
11676 2004-12-15  David Schleef  <ds@schleef.org>
11677
11678         * configure.ac: add audioresample and cairo plugins.  Remove
11679         HAVE_MMX stuff, because it's not used.
11680         * ext/Makefile.am: same
11681         * ext/audioresample/Makefile.am: You are not ready for an
11682         audio resampling element based on audioresample.
11683         * ext/audioresample/gstaudioresample.c:
11684         * ext/audioresample/gstaudioresample.h:
11685         * ext/cairo/Makefile.am: You are not ready for overlay elements
11686         based on cairo.  Don't look too closely, these elements kinda
11687         suck right now.
11688         * ext/cairo/gstcairo.c: new
11689         * ext/cairo/gsttextoverlay.c: new
11690         * ext/cairo/gsttextoverlay.h: new
11691         * ext/cairo/gsttimeoverlay.c: new
11692         * ext/cairo/gsttimeoverlay.h: new
11693         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11694         problem with compilers that don't support variadic macros.
11695
11696 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11697
11698         Reviewed by:  David Schleef  <ds@schleef.org>
11699
11700         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11701         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11702         bit.  Also ran indent-gst.
11703         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11704         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11705         (gst_sunaudiosrc_setparams):
11706
11707 2004-12-14  David Schleef  <ds@schleef.org>
11708
11709         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11710         output rate to 16000.  Should fix #160235.
11711
11712 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11713
11714         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11715         Add typefinding for mpeg2 pes streams
11716
11717 2004-12-13  David Schleef  <ds@schleef.org>
11718
11719         * configure.ac:  Applied patch from bug #143659, making default
11720         sources and sinks OS-dependent (for Solaris), and added code
11721         for OS/X.
11722         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11723
11724 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11725
11726         * gst-libs/gst/riff/riff-media.c:
11727           forgot to add h2.64 to avidemux template caps
11728
11729 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11730
11731         * gst/wavenc/riff.h:
11732         * gst-libs/gst/riff/riff-media.c:
11733         * gst-libs/gst/riff/riff-ids.h:
11734         * gst/avi/gstavimux.c
11735         add 4CC code for VideoSoft h264 in AVI (VSSH)
11736           fixes bug #160655
11737         remove s323 from riff, it's quicktime specific :(
11738
11739 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11740
11741         * gst/asfdemux/README
11742         * gst/wavenc/riff.h
11743         * gst-libs/gst/riff/riff-ids.h
11744         * gst-libs/gst/riff/riff-media.c
11745         * gst/qtdemux/qtdemux.c:
11746           add new 4CC codes for h263 related codecs
11747           fixes partially bug #155163
11748
11749 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11750
11751         * configure.ac: Update polyaudio requirement to 0.7
11752         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11753
11754 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11755
11756         * gst/interleave/deinterleave.c:
11757         fix my name's spelling! :)
11758
11759 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11760
11761         * AUTHORS ChangeLog
11762         * gst/auparse/gstauparse.c
11763         * gst/interleave/deinterleave.c
11764         * gst/law/:
11765                 alaw-decode.c alaw-encode.c
11766                 mulaw-decode.c mulaw-encode.c
11767         * gst/oneton/gstoneton.c
11768         * sys/osxaudio/:
11769                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11770         * sys/osxvideo/:
11771                 cocoawindow.h cocoawindow.m
11772                 osxvideosink.h osxvideosink.m
11773
11774         put the same mail address for Zaheer Abbas Merali everywhere
11775
11776 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11777
11778         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11779           Align by packetsize, and assert that we a packet available before
11780           playing. The first makes webstreams work (they often include
11781           trailing padding data in a packet), the second allows pausing a
11782           ASF stream in totem without getting demux errors afterwards.
11783
11784 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11785
11786         * ext/ogg/gstoggdemux.c: (get_relative):
11787           Check for non-NULL before accessing member (end-of-chain).
11788
11789 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11790
11791         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11792         (cdparanoia_set_property), (cdparanoia_get_property):
11793         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11794         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11795         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11796         (dvdreadsrc_init), (dvdreadsrc_set_property),
11797         (dvdreadsrc_get_property):
11798         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11799         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11800           Synchronize property names where not yet the case. Devices are
11801           now device=X, other versions are deprecated (but still exist).
11802           Also use g_free() unconditionally.
11803         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11804         (setup_source), (gst_play_base_bin_get_property):
11805           Expose source.
11806
11807 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11808
11809         * configure.ac: move GCONF macro outside conditional for the am
11810           conditional. Fixes #160439
11811
11812 2004-12-08  David Schleef  <ds@schleef.org>
11813
11814         * tools/gst-visualise-m.m: Switch to elements that currently
11815         exist.
11816
11817 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11818
11819         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11820           We love wrong commas.
11821
11822 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11823
11824         * gst/matroska/matroska-demux.c:
11825         (gst_matroska_demux_handle_src_query):
11826           Don't set DEFAULT, unsupported - makes length display incorrectly
11827           in some cases.
11828
11829 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11830
11831         * gst/monoscope/README: remove blurb about files being GPL
11832         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11833         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11834           monoscope is now effectively LGPL licensed
11835
11836 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11837
11838         * gst/monoscope/README: Update information to be more correct
11839         * gst/monoscope/convolve.c: Relicense to LGPL
11840         * gst/monoscope/convolve.h: Relicense to LGPL
11841
11842 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11843
11844         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11845           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11846         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11847           set default_duration for mpeg1 audio
11848
11849 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11850
11851         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11852         * ext/alsa/gstalsa.h:
11853           refactor big chunks of the core caps negotiation code to make it
11854           a lot faster, because people claim it's really slow
11855           (actually, just cache the getcaps when the device is opened)
11856
11857 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11858
11859         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11860         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11861         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11862         (gst_a52dec_change_state), (plugin_init):
11863         * ext/a52dec/gsta52dec.h:
11864           Do something useful with timestamps. Make chain-based (since
11865           there's really no reason to be loopbased).
11866         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11867           Update current_byte/frame correctly.
11868
11869 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11870
11871         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11872         (gst_ape_demux_stream_init):
11873           Forward tags, too.
11874
11875 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11876
11877         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11878           Let's make sure we're done typefinding when detecting tags.
11879
11880 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11881
11882         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11883         (gst_ebml_read_init), (gst_ebml_read_use_event),
11884         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11885         (gst_ebml_read_seek), (gst_ebml_read_skip),
11886         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11887         (gst_ebml_read_master):
11888         * gst/matroska/ebml-read.h:
11889         * gst/matroska/matroska-demux.c:
11890         (gst_matroska_demux_parse_contents),
11891         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11892           Disgustingly evil hack for working around INTERRUPT events and
11893           their extremely annoying habit of being a pain in the ass. We
11894           simply peek a cluster before reading any of it.
11895
11896 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11897
11898         * ext/musepack/gstmusepackdec.cpp:
11899           There's also floating point libmusepacks.
11900
11901 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11902
11903         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11904         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11905           Set DURATION even if source buffer didn't. Also use increasing
11906           timestamps.
11907         * gst-libs/gst/riff/riff-media.c:
11908         (gst_riff_create_audio_caps_with_data):
11909           Block_align can have larger values than 8192.
11910
11911 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11912
11913         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11914         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11915         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11916         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11917           Fix caps.
11918
11919 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11920
11921         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11922           Fix logic bug.
11923
11924 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11925
11926         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11927           Yay, another one.
11928
11929 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11930
11931         * ext/esd/esdsink.c: (gst_esdsink_chain):
11932           Make error actually say something useful (fixes #156798).
11933         * gst-libs/gst/riff/riff-media.c:
11934         (gst_riff_create_video_caps_with_data),
11935         (gst_riff_create_video_template_caps):
11936           Add Intel Video 5.0 fourcc (IV50).
11937
11938 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11939
11940         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11941         detection on mono and stereo mp3 files.
11942
11943 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11944
11945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11946           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11947           the contained stream).
11948
11949 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11950
11951         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11952           Oops, remove debug.
11953
11954 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11955
11956         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11957
11958         * gst/law/alaw-decode.c: (alawdec_getcaps):
11959         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11960           Prevent warnings when negotiating caps (fixes #159338).
11961
11962 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11963
11964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11965         (gst_ffmpegcsp_chain):
11966           Remove old leftover that shouldn't be there...
11967
11968 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11969
11970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11971
11972         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11973           Don't forward DISCONT events (fixes #159684).
11974
11975 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11976
11977         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11978           Unlink manually since sometimes bin disposal (and therefore
11979           pad unlinking) is delayed, which will cause a new media file
11980           to not be able to start playing instantly.
11981
11982 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11983
11984         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11985           On mute of an unlinked stream, check for pad availability so
11986           we don't crash on unlinked pad.
11987
11988 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11989
11990         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11991         (gst_avi_demux_massage_index):
11992           Fix quite humiliating bug in omitting 0-sized index chunks but
11993           forgetting to count them for timestamps.
11994
11995 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11996
11997         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11998           Actually leave the loop if we failed to sync. Don't crash.
11999
12000 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12001
12002         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12003         (gst_dvd_demux_process_private):
12004         * gst/mpegstream/gstdvddemux.h:
12005           Fix crash (#159759). Doesn't work, though. :-(.
12006
12007 2004-11-28  Benjamin Otte  <otte@gnome.org>
12008
12009         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12010           more overwriting protection due to modifying channels one by one
12011           instead of all at once
12012
12013 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12014
12015         * gst/audioconvert/gstchannelmix.c:
12016         (gst_audio_convert_fill_normalize):
12017           Normalize using absolute values.
12018
12019 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12020
12021         * configure.ac:
12022         * ext/Makefile.am:
12023         * ext/directfb/Makefile.am:
12024         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12025         (gst_directfbvideosink_get_pixel_format),
12026         (gst_directfbvideosink_get_format_from_fourcc),
12027         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12028         (gst_directfbvideosink_sink_link),
12029         (gst_directfbvideosink_change_state),
12030         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12031         (gst_directfbvideosink_buffer_alloc),
12032         (gst_directfbvideosink_interface_supported),
12033         (gst_directfbvideosink_interface_init),
12034         (gst_directfbvideosink_navigation_send_event),
12035         (gst_directfbvideosink_navigation_init),
12036         (gst_directfbvideosink_set_property),
12037         (gst_directfbvideosink_get_property),
12038         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12039         (gst_directfbvideosink_base_init),
12040         (gst_directfbvideosink_class_init),
12041         (gst_directfbvideosink_get_type), (plugin_init):
12042         * ext/directfb/directfbvideosink.h: Adding a first version of
12043         directfbvideosink.
12044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12045         more.
12046
12047 2004-11-28  Benjamin Otte  <otte@gnome.org>
12048
12049         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12050           walk the samples backwards if out_channels > in_channels so we don't
12051           overwrite data
12052
12053 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12054
12055         * gst/audioconvert/Makefile.am:
12056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12057         (gst_audio_convert_link), (gst_audio_convert_change_state),
12058         (gst_audio_convert_channels):
12059         * gst/audioconvert/gstchannelmix.c:
12060         (gst_audio_convert_unset_matrix),
12061         (gst_audio_convert_fill_identical),
12062         (gst_audio_convert_fill_compatible),
12063         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12064         (gst_audio_convert_fill_others),
12065         (gst_audio_convert_fill_normalize),
12066         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12067         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12068         * gst/audioconvert/gstchannelmix.h:
12069           Implement a channel mixer.
12070
12071 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12072
12073         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12074         * ext/alsa/gstalsa.h:
12075         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12076         Make alsasink actually honor gst_element_set_clock and use that
12077         clock instead of its internal one.
12078
12079 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12080
12081         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12082         (gst_play_base_bin_change_state): nullify source and decoder when
12083         going from READY to NULL so that we don't try to do weird stuff with
12084         them when going from NULL to READY
12085         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12086         instead of g_object_unref
12087         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12088         it should be correct
12089         (gst_play_bin_change_state): don't call remove_sinks if we are
12090         currently disposing the object
12091
12092 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12093
12094         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12095           Don't forget bass if it's there. Else left channel is silent...
12096
12097 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12098
12099         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12100         (gst_a52dec_change_state):
12101           Don't do sample adjusting anymore, we use float audio now.
12102         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12103           Don't fixate to non-existing properties.
12104
12105 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12106
12107         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12108         (gst_a52dec_change_state):
12109           Advertise that we can do surround sound.
12110
12111 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12112
12113         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12114           Add buffer-frames=0.
12115         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12116         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12117         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12118         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12119         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12120         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12121         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12122         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12123         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12124         * ext/dvdread/dvdreadsrc.h:
12125           Add seeking, querying for bytes, sectors, title, angle and
12126           chapter. Handle multiple chapters. Relicense to LGPL because
12127           Billy agreed on that (thanks Billy!).
12128
12129 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12130
12131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12132         call parent dispose method
12133
12134 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12135
12136         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12137         (gst_audio_clock_get_internal_time):
12138         Fix active <-> inactive transitions: ensure time value always
12139         grows and avoid abrupt value changes.
12140
12141 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12142
12143         * configure.ac:
12144         * gst/tta/Makefile.am:
12145         * gst/tta/crc32.h:
12146         * gst/tta/filters.h:
12147         * gst/tta/gsttta.c:
12148         * gst/tta/gstttadec.c:
12149         * gst/tta/gstttadec.h:
12150         * gst/tta/gstttaparse.c:
12151         * gst/tta/gstttaparse.h:
12152         * gst/tta/ttadec.h:
12153           added TTA parser and decoder
12154
12155 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12156
12157         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12158         (probe_triggered), (check_queue), (buffer_underrun),
12159         (buffer_running), (buffer_overrun), (gen_source_element),
12160         (setup_source):
12161         * gst/playback/gstplaybasebin.h:
12162           Implement buffering. Needs some more work.
12163
12164 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12165
12166         * ext/theora/theoradec.c: (theora_dec_chain):
12167           Fix ilog mask range overflow.
12168
12169 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12170
12171         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12172           Don't omit the last (which in case of dmix is the only :) )
12173           channel count. Don't set channels if <= 2.
12174
12175 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12176
12177         * gst/playback/gstplaybin.c: (gen_video_element),
12178         (gen_audio_element): Removed 2 obsolete comments
12179
12180 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12181
12182         * ext/vorbis/oggvorbisenc.c
12183         * ext/vorbis/vorbisenc.c :
12184           change description fields of those plugins to differentiate them
12185           (pitivi show Encoders by description, they had the same one)
12186
12187 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12188
12189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12190
12191         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12192         (gst_play_bin_set_property), (gen_video_element),
12193         (gen_audio_element):
12194           Refcounting fixes for provided audio-/videosinks.
12195
12196 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12197
12198         * gst/playback/gstplaybin.c: (gen_video_element),
12199         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12200           Don't reference all sinks, but only the video- and audiosinks.
12201           The vis. element should be disposed when we're done with it.
12202           We don't have any reason to keep it around. This fixes warnings
12203           when reusing playbin for playing multiple audio files with
12204           vis. enabled. Also release audio device on pause - idea stolen
12205           from Rhythmbox.
12206
12207 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12208
12209         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12210         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12211         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12212         * ext/alsa/gstalsaplugin.c: (plugin_init):
12213         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12214         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12215         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12216         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12217         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12218         (gst_faad_change_state), (plugin_init):
12219         * ext/faad/gstfaad.h:
12220         * ext/vorbis/vorbis.c: (plugin_init):
12221         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12222         * gst-libs/gst/audio/Makefile.am:
12223         * gst-libs/gst/audio/audio.c: (plugin_init):
12224         * gst-libs/gst/audio/multichannel.c:
12225         (gst_audio_check_channel_positions),
12226         (gst_audio_get_channel_positions),
12227         (gst_audio_set_channel_positions),
12228         (gst_audio_set_structure_channel_positions_list),
12229         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12230         (gst_audio_fixate_channel_positions):
12231         * gst-libs/gst/audio/multichannel.h:
12232         * gst-libs/gst/audio/testchannels.c: (main):
12233         * gst/audioconvert/gstaudioconvert.c:
12234         (gst_audio_convert_class_init), (gst_audio_convert_init),
12235         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12236         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12237         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12238         * gst/audioconvert/plugin.c: (plugin_init):
12239           Surround sound support.
12240
12241 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12242
12243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12244           Fix position for discont if we're close as well. Nitpicking, but
12245           saves a few milliseconds of extra waiting or skipping.
12246
12247 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12248
12249         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12250           We sometimes need parsers for playback, so add those too.
12251
12252 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12253
12254         * configure.ac:
12255         * gst/apetag/Makefile.am:
12256         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12257         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12258         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12259         (gst_ape_demux_get_src_query_types),
12260         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12261         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12262         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12263         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12264         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12265         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12266         (gst_ape_demux_change_state):
12267         * gst/apetag/apedemux.h:
12268         * gst/apetag/apetag.c: (plugin_init):
12269         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12270         (plugin_init):
12271           APE v1/2 tag reader plus typefind function.
12272
12273 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12274
12275         * configure.ac:
12276         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12277         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12278           Remove hacks for older core. Require newer core version
12279           accordingly.
12280
12281 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12282
12283         * gst/cdxaparse/Makefile.am:
12284         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12285         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12286         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12287         * gst/cdxaparse/gstcdxaparse.h:
12288         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12289         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12290         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12291         (gst_cdxastrip_get_src_query_types),
12292         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12293         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12294         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12295         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12296         * gst/cdxaparse/gstcdxastrip.h:
12297           SVCD/VCD header stripping separated from CDXA image parsing.
12298         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12299         (plugin_init):
12300           Add VCD/SVCD header typefinding for VCD/SVCD.
12301         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12302         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12303         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12304         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12305         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12306         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12307         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12308         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12309         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12310         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12311         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12312         * sys/vcd/vcdsrc.h:
12313           Fix up, add seeking, querying, URI interface. Works in totem now.
12314
12315 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12316
12317         * configure.ac:
12318           back to CVS
12319
12320 === release 0.8.6 ===
12321
12322 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12323
12324         * NEWS:
12325         * RELEASE:
12326         * configure.ac:
12327         * po/af.po:
12328         * po/az.po:
12329         * po/cs.po:
12330         * po/en_GB.po:
12331         * po/hu.po:
12332         * po/it.po:
12333         * po/nb.po:
12334         * po/nl.po:
12335         * po/or.po:
12336         * po/sq.po:
12337         * po/sr.po:
12338         * po/sv.po:
12339         * po/uk.po:
12340           releasing 0.8.6, "IOU Love"
12341
12342 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12343
12344         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12345
12346         * gst/playback/gstplaybasebin.c:
12347           Fix unplayable files error handling.  Fixes #158365
12348
12349 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12350
12351         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12352
12353         * gst/typefind/gsttypefindfunctions.c:
12354           Fix broken mp3 typefinding.  Fixes #158375
12355
12356 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12357
12358         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12359
12360         * ext/ogg/gstoggdemux.c:
12361           Fix sync on broken files.  Fixes #158976
12362
12363 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12364
12365         patch by: Edward Hervey <bilboed@bilboed.com>
12366
12367         * ext/libpng/gstpngenc.c:
12368           Copy over buffer properties.  Fixes #158832
12369
12370 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12371
12372         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12373
12374         * ext/dvdread/dvdreadsrc.c:
12375           Fixes invalid reads (#158462)
12376
12377 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12378
12379         * sys/v4l/gstv4lsrc.c:
12380         * sys/v4l/gstv4lsrc.h:
12381         * sys/v4l/v4lsrc_calls.c:
12382           Probe less and cache it.  Fixes #159187.
12383
12384 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12385
12386         * gst/videorate/gstvideorate.c:
12387           Handle all video formats. Fixes #159186.
12388
12389 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12390         * gst/synaesthesia/gstsynaesthesia.c:
12391         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12392         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12393         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12394         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12395         (gst_synaesthesia_change_state), (plugin_init):
12396         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12397         Force 320x200 output, as that's the only thing the underlying
12398         synaesthesia implementation supports. Still needs to be made
12399         re-entrant.
12400
12401 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12402
12403         * configure.ac:
12404           Fix mpeg2enc configure check (similar to mplex check below).
12405
12406 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12407
12408         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12409
12410         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12411           Fix for gcc-2.95 (fixes #158221).
12412
12413 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12414
12415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12416           Re-add clock distribution hack (until new core is released).
12417           Fixes #158125.
12418
12419 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12420         * configure.ac:
12421           fix mplex configure check segfaulting on some systems (bug #140994)
12422
12423 2004-11-13  Benjamin Otte  <otte@gnome.org>
12424
12425         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12426           add debugging
12427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12428           do a wait when we enter the loop func with no data available to
12429           write instead of getting into an 100% CPU loop by just returning and
12430           being called again by the scheduler
12431
12432 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12433
12434         * configure.ac:
12435         * ext/libvisual/visual.c: (gst_visual_get_type),
12436         (libvisual_log_handler), (gst_visual_getcaps),
12437         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12438         (plugin_init):
12439           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12440         * ext/smoothwave/Makefile.am:
12441         * ext/smoothwave/demo-osssrc.c: (main):
12442         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12443         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12444         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12445         (plugin_init):
12446         * ext/smoothwave/gstsmoothwave.h:
12447           Make gstsmoothwave a working element in the 20th century.
12448
12449         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12450           Fix incorrect link function
12451
12452 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12453
12454         * gst/volume/gstvolume.c:
12455           Allow buffer-frames=0.
12456
12457 2004-11-12 Iain <iaingnome@gmail.com>
12458
12459         * configure.ac: Check for polypaudio
12460
12461         * ext/Makefile.am: Build the polyp dir
12462
12463         * ext/polyp: The polypsink sources.
12464
12465 2004-10-30 Iain <iaingnome@gmail.com>
12466
12467         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12468         caps to reflect the new number of channels.
12469
12470 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12471
12472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12473           Fix for negotiation order problem. This would show when the
12474           ALSA loopfuction was called before any other function. ALSA
12475           wouldn't do anything because we're not negotiated yet, leading
12476           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12477
12478 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12479
12480         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12481
12482         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12483           No warnings (#157986).
12484
12485 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12486
12487         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12488           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12489
12490 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12491
12492         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12493           Signal no-more-pads (so it works in playbin).
12494
12495 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12496
12497         * ext/musepack/gstmusepackreader.cpp:
12498           Workaround for older core.
12499
12500 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12501
12502         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12503           Actually test for odd width/height rather than testing whether
12504           a temporary variable that was 0 before we subtracted 1 is now
12505           not equal to zero (which it always is).
12506
12507 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12508
12509         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12510         Fix compilation if HAVE_XVIDEO is not defined
12511
12512 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12513
12514         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12515         Fix compilation if HAVE_XVIDEO is not defined
12516
12517 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12518
12519         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12520         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12521         (gst_goom_change_state), (plugin_init):
12522         Use the bytestream adapter so goom doesn't depend on the input
12523         buffer size.
12524         Add a debug category
12525
12526 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12527
12528         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12529           Only set hardware parameters *after* negotiation. Before
12530           negotiation, it will set ANY and that seems to cause crashes
12531           (see e.g. #151288, #153227).
12532
12533 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12534
12535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12536           This seems to be antique leftover. It needs to pass error
12537           checking.
12538         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12539         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12540         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12541         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12542           Fix GstXOverlay implementation (#151059).
12543
12544 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12545
12546         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12547           Don't assert (#157853).
12548
12549 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12550
12551         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12552           Fix bytes/samples confustion.
12553         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12554           Fix for underrun (#144389).
12555
12556 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12557
12558         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12559           Disable halfway-seek for pending release (since it needs a new
12560           core release).
12561
12562 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12563
12564         * sys/v4l/gstv4lsrc.c:
12565         * sys/v4l/gstv4lsrc.h:
12566         * sys/v4l/v4lsrc_calls.c:
12567           add autoprobe-fps property so we can separate autoprobing parts
12568
12569 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         * sys/v4l/gstv4lsrc.c:
12572         * sys/v4l/v4lsrc_calls.c:
12573         initialise fourcc to catch unset fourcc's, and debug
12574
12575 2004-11-09  Wim Taymans  <wim@fluendo.com>
12576
12577         * gst/playback/README:
12578         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12579         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12580         (gst_play_bin_dispose), (gst_play_bin_set_property),
12581         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12582         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12583         (gst_play_bin_get_formats), (gst_play_bin_convert),
12584         (gst_play_bin_get_query_types), (gst_play_bin_query):
12585         Cleanups and some more documentation.
12586
12587 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12588
12589         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12590         (gst_cacasink_init), (gst_cacasink_chain):
12591         * ext/libcaca/gstcacasink.h:
12592         Cacasink inherits from VideoSink, so let that store the clock.
12593
12594 2004-11-09  Wim Taymans  <wim@fluendo.com>
12595
12596         * gst/playback/README:
12597         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12598         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12599         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12600         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12601         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12602         (setup_sinks):
12603         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12604         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12605         * gst/playback/gststreaminfo.h:
12606         Updated README.
12607         Only switch groups if all streams have muted (EOSed).
12608         Send Tags in sync with the stream playback instead of in
12609         the playback/preroll phase.
12610         Some cleanups, free the fakesrc elements.
12611
12612 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12613
12614         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12615           buffer-frames property was missing
12616         * ext/arts/gst_arts.c:
12617           rate missing from sinkcaps
12618         * ext/audiofile/gstafparse.c:
12619         * ext/audiofile/gstafsink.c:
12620         * ext/audiofile/gstafsrc.c:
12621         * ext/swfdec/gstswfdec.c:
12622           int audio doesn't know buffer-frames
12623         * ext/cdparanoia/gstcdparanoia.c:
12624           int audio doesn't know chunksize either
12625         * ext/nas/nassink.c:
12626           it's endianness, not endianess
12627         * gst-libs/gst/audio/audio.h:
12628           make float standard pad template caps really describe float
12629         * gst/law/mulaw.c: (linear_factory):
12630           signed only, please
12631         * gst/mpegstream/gstdvddemux.c:
12632           widths of 20 are not valid
12633
12634 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12635
12636         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12637
12638         * po/LINGUAS:
12639         * po/it.po:
12640           Add Italian
12641
12642 2004-11-08  Wim Taymans  <wim@fluendo.com>
12643
12644         * gst/playback/README:
12645         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12646         * gst/playback/gstplaybasebin.c: (probe_triggered),
12647         (gst_play_base_bin_change_state):
12648         Updated README, added more comments for fixmes etc..
12649
12650 2004-11-08  Wim Taymans  <wim@fluendo.com>
12651
12652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12653         We can remove this hack now.
12654
12655 2004-11-08  Wim Taymans  <wim@fluendo.com>
12656
12657         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12658         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12659         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12660         Only mix AYUV for maximum quality.
12661
12662 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12663
12664         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12665         (gst_ogg_demux_push), (gst_ogg_pad_push):
12666           Let's act as if we're synchronized now! :).
12667         * ext/theora/theoradec.c: (theora_dec_chain):
12668           Add some debug.
12669
12670 2004-11-08  Wim Taymans  <wim@fluendo.com>
12671
12672         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12673         (gst_alpha_set_property), (gst_alpha_sink_link),
12674         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12675         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12676         (gst_alpha_init_params), (gst_alpha_chain):
12677         Implement alpha functions for AYUV too, this increases
12678         accuracy quite a bit.
12679
12680 2004-11-08  Wim Taymans  <wim@fluendo.com>
12681
12682         * gst/ffmpegcolorspace/avcodec.h:
12683         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12684         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12685         (gst_ffmpegcsp_avpicture_fill):
12686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12687         (gst_ffmpegcsp_caps_remove_format_info):
12688         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12689         (shrink12), (img_get_alpha_info), (deinterlace_line),
12690         (deinterlace_line_inplace):
12691         * gst/ffmpegcolorspace/imgconvert_template.h:
12692         Added AYUV colorspace and handle RGBA a bit more respectful.
12693
12694 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12695
12696         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12697           Actually always send a discont (cornercase when resending the
12698           same serial-tagged chain twice).
12699
12700 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12701
12702         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12703         (gst_ximagesink_finalize):
12704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12705         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12706
12707 2004-11-08  Wim Taymans  <wim@fluendo.com>
12708
12709         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12710         Don't segfault on NULL data.
12711
12712 2004-11-08  Wim Taymans  <wim@fluendo.com>
12713
12714         * gst/playback/gstdecodebin.c: (unlinked):
12715         * gst/playback/gstplay-marshal.list:
12716         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12717         (gst_play_base_bin_init), (group_create), (get_active_group),
12718         (get_building_group), (group_destroy), (group_commit),
12719         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12720         (add_element_stream), (no_more_pads), (probe_triggered),
12721         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12722         (state_change), (setup_source), (gst_play_base_bin_get_property),
12723         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12724         (gst_play_base_bin_link_stream),
12725         (gst_play_base_bin_get_streaminfo):
12726         * gst/playback/gstplaybasebin.h:
12727         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12728         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12729         Add support for chained ogg files. Prepare for playlist
12730         support. This patch introduces the concept of pad groups, which
12731         together compose one playable media file.
12732
12733 2004-11-07  David Schleef  <ds@schleef.org>
12734
12735         * testsuite/gst-lint: Check for pad templates that aren't statically
12736         scoped.
12737
12738 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12739
12740         * configure.ac:
12741         * ext/Makefile.am:
12742         * ext/musepack/Makefile.am:
12743         * ext/musepack/gstmusepackdec.cpp:
12744         * ext/musepack/gstmusepackdec.h:
12745         * ext/musepack/gstmusepackreader.cpp:
12746         * ext/musepack/gstmusepackreader.h:
12747           Add musepack decoder.
12748         * ext/faad/gstfaad.c: (gst_faad_base_init):
12749           Make pad templates static.
12750         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12751         (plugin_init):
12752           Add musepack typefinder, make mp3 typefinding work halfway stream,
12753           which doesn't actually work yet because id3demux doesn't implement
12754           _get_length().
12755
12756 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12757
12758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12759         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12760           Fix interrupt event handling (#144436).
12761
12762 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12763
12764         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12765           Hide unused glory.
12766
12767 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12768
12769         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12770
12771         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12772           Fix weird caps (#157548).
12773
12774 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12775
12776         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12777
12778         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12779           Add missing NULL terminator (#157543).
12780
12781 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12782
12783         * gst/tcp/gsttcp.h:
12784         * gst/tcp/gsttcpclientsink.c:
12785         * gst/tcp/gsttcpclientsrc.c:
12786         * gst/tcp/gsttcpserversink.c:
12787         * gst/tcp/gsttcpserversrc.c:
12788           ports can go up to 65535.  Move common defines to gsttcp.h
12789
12790 2004-11-05  Wim Taymans  <wim@fluendo.com>
12791
12792         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12793         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12794         Added two more colorspaces.
12795
12796 2004-11-05  Wim Taymans  <wim@fluendo.com>
12797
12798         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12799         (gst_ffmpegcsp_avpicture_fill):
12800         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12801         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12802         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12803         More stride fixes.
12804
12805 2004-11-05  Wim Taymans  <wim@fluendo.com>
12806
12807         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12808         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12809         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12810         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12811         (gst_videomixer_loop):
12812         More stride fixes.
12813
12814 2004-11-05  Benjamin Otte  <otte@gnome.org>
12815
12816         * ext/mad/gstmad.c: (gst_mad_chain):
12817           don't overflow data buffer. Flush not needed sync data when syncing
12818           failed.
12819
12820 2004-11-04  Wim Taymans  <wim@fluendo.com>
12821
12822         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12823         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12824         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12825         (gst_alpha_init_params), (gst_alpha_chain),
12826         (gst_alpha_change_state):
12827         Updated the chroma keying algorithm with something more
12828         sophisticated.
12829
12830 2004-11-03  Wim Taymans  <wim@fluendo.com>
12831
12832         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12833         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12834         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12835         Fix stride issues. Does not completely work for odd
12836         heights.
12837
12838 2004-11-03  Wim Taymans  <wim@fluendo.com>
12839
12840         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12841         (gst_alpha_chroma_key), (gst_alpha_chain):
12842         Fix stride issues. Does not completely work for odd
12843         heights.
12844
12845 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12846
12847         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12848         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12849         leak fixes
12850
12851 2004-11-03  Wim Taymans  <wim@fluendo.com>
12852
12853         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12854         (gst_ffmpegcsp_avpicture_fill):
12855         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12856         (avpicture_alloc):
12857         * gst/ffmpegcolorspace/imgconvert_template.h:
12858         Use correct _fill function to get correct strides.
12859
12860 2004-11-02  David Schleef  <ds@schleef.org>
12861
12862         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12863         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12864         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12865         Change all g_print()s to debugging.  Add a bunch of consistency
12866         checks.
12867
12868 2004-11-02  Wim Taymans  <wim@fluendo.com>
12869
12870         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12871         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12872         (unlinked), (no_more_pads), (close_link):
12873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12874         (unknown_type), (add_element_stream), (new_decoded_pad),
12875         (removed_decoded_pad), (setup_source):
12876         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12877         (gst_stream_info_class_init), (gst_stream_info_init),
12878         (gst_stream_info_new), (gst_stream_info_dispose),
12879         (stream_info_mute_pad), (gst_stream_info_set_property),
12880         (gst_stream_info_get_property):
12881         * gst/playback/gststreaminfo.h:
12882         Fix playback of multiple files.
12883         a slightly different approach to handling dynamic pad removals.
12884         This one only looks at pads that we have linked.
12885
12886 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12887
12888         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12889         free" warning from libc.
12890
12891 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12892
12893         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12894         (get_unconnected_element), (remove_starting_from), (pad_removed),
12895         (close_link):
12896           Implement support for dynamic pad changing. We listen to "live"
12897           pad removals (i.e. while playing) and re-setup autoplugging
12898           after that. Playbasebin/playbin need some more work for this
12899           to finally work, but decodebin supports (and replugs) chained
12900           ogg now.
12901
12902 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12903
12904         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12905         (gst_alsa_finalize):
12906         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12907         (gst_cdaudio_finalize):
12908         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12909         (cdparanoia_finalize):
12910         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12911         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12912         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12913         (dvdreadsrc_finalize):
12914         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12915         (gst_flacdec_finalize):
12916         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12917         (gst_flacenc_finalize):
12918         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12919         (gst_gnomevfssink_finalize):
12920         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12921         (gst_gnomevfssrc_finalize):
12922         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12923         (gst_fameenc_finalize):
12924         * ext/nas/nassink.c: (gst_nassink_class_init),
12925         (gst_nassink_finalize):
12926         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12927         (gst_sdlvideosink_class_init):
12928         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12929         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12930         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12931         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12932         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12933         (gst_x_window_listener_dispose):
12934         * gst/audioscale/gstaudioscale.c:
12935         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12936         (play_on_demand_finalize):
12937         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12939         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12940         (cdplayer_finalize):
12941         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12942         (gst_glimagesink_class_init):
12943         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12944         (gst_osselement_finalize):
12945         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12946         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12947         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12948           Fixes a bunch of problems with finalize and dispose functions,
12949           either assumptions that dispose is only called once, or not calling
12950           the parent class dispose/finalize function
12951
12952 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12953
12954         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12955           added two api precondition guards
12956           use g_strdup with getenv to fix crash when using ENVVAR
12957
12958 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12959         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12960         (gst_esdsink_finalize):
12961         Use a finalize function, not dispose, and more importantly,
12962         call the parent class finalize function too
12963
12964 2004-11-01  Johan Dahlin  <johan@gnome.org>
12965
12966         * ext/ogg/gstoggdemux.c:
12967         * gst/tags/gstvorbistag.c:
12968         Plug leaks.
12969
12970 2004-10-31  Benjamin Otte  <otte@gnome.org>
12971
12972         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12973           lotsa memleaks today. But they're all small...
12974
12975 2004-10-31  Benjamin Otte  <otte@gnome.org>
12976
12977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12978           another memleak crushed
12979
12980 2004-10-31  Benjamin Otte  <otte@gnome.org>
12981
12982         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12983           fix memleak
12984
12985 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12986
12987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12988           Hack to prevent crash when going to READY inside signal handler
12989           while this function is active.
12990
12991 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12992
12993         * gst/ffmpegcolorspace/Makefile.am:
12994         * gst/ffmpegcolorspace/avcodec.h:
12995         * gst/ffmpegcolorspace/common.h:
12996         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12997         * gst/ffmpegcolorspace/dsputil.h:
12998         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13000         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13001         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13002         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13003         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13004         (gst_ffmpegcsp_avpicture_fill):
13005         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13007         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13008         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13009         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13010         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13011         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13012         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13013         * gst/ffmpegcolorspace/imgconvert.c:
13014         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13015         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13016         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13017         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13018         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13019         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13020         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13021         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13022         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13023         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13024         (grow21), (grow22), (grow41), (grow44), (conv411),
13025         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13026         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13027         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13028         (avpicture_free), (is_yuv_planar), (img_convert),
13029         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13030         (deinterlace_line_inplace), (deinterlace_bottom_field),
13031         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13032         * gst/ffmpegcolorspace/imgconvert_template.h:
13033         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13034         * gst/ffmpegcolorspace/mmx.h:
13035         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13036         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13037         (av_freep), (avcodec_get_context_defaults),
13038         (avcodec_alloc_context), (avcodec_init):
13039           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13040           handling plus update from ffmpeg CVS. Large clean-up.
13041
13042 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13043
13044         * gst/playback/Makefile.am:
13045           We need the marshallers for decodebin, too.
13046
13047 2004-10-30  David Schleef  <ds@schleef.org>
13048
13049         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13050           quicktime typefinding work with 64-bit offsets.
13051
13052 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13053
13054         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13055           Set EOS on the element when processing an EOS event.
13056         * ext/speex/gstspeexdec.h:
13057         * ext/speex/gstspeexenc.h:
13058           Only keep a const ptr to the mode
13059         * gst-libs/gst/riff/riff-media.c:
13060         (gst_riff_create_audio_caps_with_data),
13061         (gst_riff_create_audio_template_caps):
13062           Allow WMAV3, with up to 6 channels.
13063         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13064           Don't call gst_pad_set_event_function on a sink pad.
13065         * gst/mpegstream/gstdvddemux.c:
13066         (gst_dvd_demux_get_subpicture_stream),
13067         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13068           Copy the explicit caps that were set across to the cur_* pads,
13069           instead of trying to use a possibly non-existent negotiated caps.
13070           Reset the type of subpicture pads to UNKNOWN after calling
13071           init_stream, so that the caps get set.
13072
13073 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13074
13075         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13076
13077         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13078           Don't touch buffer if it is of size 0 (fixes #151064).
13079
13080 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13081
13082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13083           Synchronized discont handling.
13084
13085 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13086
13087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13088         (gst_ogg_demux_push):
13089           Make seeking sort-of exact again (fixes #156387).
13090
13091 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13092
13093         * gst/playback/gstplaybasebin.c: (unknown_type),
13094         (add_element_stream), (new_decoded_pad),
13095         (gst_play_base_bin_change_state):
13096         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13097         (gst_stream_info_init), (gst_stream_info_new),
13098         (gst_stream_info_dispose), (gst_stream_info_get_property):
13099         * gst/playback/gststreaminfo.h:
13100           Make caps explicitely available. Makes testing for unsupported
13101           types possible. Improves error reporting.
13102
13103 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13104
13105         * gst/audioconvert/gstaudioconvert.c:
13106         (gst_audio_convert_buffer_to_default_format):
13107           Really don't touch read-only buffers (#156563).
13108
13109 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13110
13111         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13112
13113         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13114           Fix memleak (#155223).
13115
13116 2004-10-29  Wim Taymans  <wim@fluendo.com>
13117
13118         * gst/tcp/.cvsignore:
13119         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13120         (gst_multifdsink_class_init), (gst_multifdsink_init),
13121         (gst_multifdsink_add), (gst_multifdsink_remove),
13122         (gst_multifdsink_remove_client_link), (is_sync_frame),
13123         (gst_multifdsink_new_client),
13124         (gst_multifdsink_handle_client_write),
13125         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13126         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13127         (gst_multifdsink_get_property):
13128         * gst/tcp/gstmultifdsink.h:
13129         Added burst on connect sync_method, deprecated sync_clients,
13130         streamlined the sync code some more.
13131
13132 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13133
13134         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13135         (gst_play_base_bin_change_state):
13136           Improve error reporting.
13137
13138 2004-10-28  Wim Taymans  <wim@fluendo.com>
13139
13140         * gst/tcp/Makefile.am:
13141         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13142         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13143         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13144         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13145         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13146         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13147         (gst_fdset_wait):
13148         Added more locks around fdset structures. Fixed/reworked
13149         the poll array resizing code.
13150         Added stress test for fdset.
13151
13152 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13153
13154         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13155         fix build
13156
13157 2004-10-28  Benjamin Otte  <otte@gnome.org>
13158
13159         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13160           fix link function to always query channels and query width for
13161           floats
13162         * configure.ac:
13163           add equalizer dir
13164         * gst/equalizer/Makefile.am:
13165         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13166         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13167         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13168         (arg_to_scale), (setup_filter),
13169         (gst_iir_equalizer_compute_frequencies),
13170         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13171         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13172         (plugin_init):
13173           add an equalizer
13174
13175 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13176
13177         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13178
13179         * po/LINGUAS:
13180         * po/nb.po:
13181           Added Norwegian Bokmaal translation
13182
13183 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13184
13185         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13186           Don't break on options (fixes #156488).
13187
13188 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13189
13190         * configure.ac:
13191         * ext/cdaudio/Makefile.am:
13192         * sys/Makefile.am:
13193           fix build on older automake
13194
13195 2004-10-26  Wim Taymans  <wim@fluendo.com>
13196
13197         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13198         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13199         Allow a little margin when negotiating the framerate.
13200
13201 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13202
13203         * gst/level/gstlevel.c:
13204           synchonised naming of pads and pad-templates
13205
13206 2004-10-26  Wim Taymans  <wim@fluendo.com>
13207
13208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13209         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13210         (_find_streams_check), (gst_ogg_demux_push):
13211         Fix EOS again. Needs to be done in a better way. We should not
13212         remove the pad if there is no new chained stream.
13213
13214 2004-10-26 Iain <iaingnome@gmail.com>
13215
13216         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13217         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13218         of the caps.
13219         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13220         pad.
13221         (interleave_release_pad): Remove the pad.
13222         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13223         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13224         the set device.
13225         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13226         attrs
13227         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13228         (gst_xvimagesink_finalize): Free the par.
13229
13230 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13231
13232         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13233         (gst_avimux_stop_file):
13234           First calculate the rate, and only then use it. Hdr.rate is a
13235           multiple and not a derivative of hdr.scale. Scale is not the
13236           same as blockalign but is solely related to rate.
13237
13238 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13239
13240         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13241         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13242           Implement seeking.
13243
13244 2004-10-25  James Henstridge  <james@jamesh.id.au>
13245
13246         Reviewed by:  David Schleef  <ds@schleef.org>
13247
13248         * examples/gstplay/player.c: (got_stream_length), (main):
13249         * examples/seeking/cdplayer.c: (update_scale):
13250         * examples/seeking/seek.c: (format_value), (update_scale):
13251         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13252         (stop_seek):
13253         Build fixes on AMD64.
13254
13255 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13256
13257         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13258
13259         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13260         Fix for some v4l cards which hang in v4lsrc
13261
13262 2004-10-25  Wim Taymans  <wim@fluendo.com>
13263
13264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13265         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13266         Make sure to remove the pad when a new chain is
13267         encountered. Set some vars to NULL so we don't try
13268         to reference freed memory.
13269
13270 2004-10-25  Wim Taymans  <wim@fluendo.com>
13271
13272         * examples/seeking/Makefile.am:
13273         * examples/seeking/cdplayer.c: (update_scale):
13274         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13275         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13276         (format_value), (update_scale), (iterate), (start_seek),
13277         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13278         (print_usage), (main):
13279         Added some more examples, update others.
13280
13281 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13282
13283         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13284         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13285         * ext/theora/theoradec.c: (theora_dec_chain):
13286         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13287           Add codec-name metadata.
13288
13289 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13290
13291         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13292
13293         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13294         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13295         * ext/alsa/gstalsamixertrack.h:
13296         * po/POTFILES.in:
13297           ALSA mixer track label internationalization (#154054).
13298
13299 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13300
13301         * ext/theora/theoradec.c: (theora_dec_chain):
13302           Export bitrate as metadata.
13303
13304 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13305
13306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13307         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13308         * ext/alsa/gstalsamixertrack.h:
13309           Fix names, fix loop.
13310
13311 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13312
13313         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13314         (speex_dec_convert):
13315           sinkconvert function so oggdemux can get the file length (totem).
13316
13317 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13318
13319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13320
13321         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13322           Don't push incomplete packets.
13323         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13324           Fix MPEG-4 audio typefinding.
13325
13326 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13327
13328         * sys/v4l/Makefile.am:
13329         * sys/v4l/gstv4l.c: (plugin_init):
13330         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13331         (gst_v4lelement_init), (gst_v4lelement_dispose),
13332         (gst_v4lelement_change_state):
13333         * sys/v4l/gstv4lelement.h:
13334         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13335         (gst_v4l_xoverlay_close), (idle_refresh),
13336         (gst_v4l_xoverlay_set_xwindow_id):
13337         * sys/v4l/gstv4lxoverlay.h:
13338         * sys/v4l/v4l-overlay_calls.c:
13339         * sys/v4l/v4l_calls.h:
13340         * sys/v4l2/Makefile.am:
13341         * sys/v4l2/gstv4l2.c: (plugin_init):
13342         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13343         (gst_v4l2element_init), (gst_v4l2element_dispose),
13344         (gst_v4l2element_change_state):
13345         * sys/v4l2/gstv4l2element.h:
13346         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13347         (gst_v4l2_xoverlay_close), (idle_refresh),
13348         (gst_v4l2_xoverlay_set_xwindow_id):
13349         * sys/v4l2/gstv4l2xoverlay.h:
13350         * sys/v4l2/v4l2-overlay_calls.c:
13351         * sys/v4l2/v4l2_calls.h:
13352           Remove client-side overlay handling, use the X-server v4l plugin
13353           for that. Nicer overlay, less code. Also make the plugin
13354           compileable without X (but then without overlay, obviously).
13355           Makes xwindowlistener obsolete, should we remove that?
13356
13357 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13358
13359         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13360         (gst_osssrc_src_query):
13361         * sys/oss/gstosssrc.h:
13362           OK, so people want offset in DEFAULT. This time, actually fix all
13363           cases.
13364         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13365           Add FPS properly.
13366
13367 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13368
13369         * gst/asfdemux/gstasfmux.c:
13370         * gst/avi/gstavimux.c:
13371           Framerate.
13372
13373 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13374
13375         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13376           Fix properties (channel, norm, frequency).
13377
13378 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13379
13380         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13381           Flag typo.
13382         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13383           No warnings.
13384
13385 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13386
13387         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13388           Fix hang.
13389
13390 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13391
13392         * sys/v4l2/gstv4l2element.h:
13393           Yet Another Hack (tm) for kernel header borkedness.
13394         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13395         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13396         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13397         (gst_v4l2src_change_state):
13398         * sys/v4l2/gstv4l2src.h:
13399         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13400         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13401           Fix caps, keep track of state, work.
13402
13403 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13404
13405         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13406           Quiet.
13407
13408 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13409
13410         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13411           Don't mix bytes and samples.
13412
13413 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13414
13415         * ext/ogg/gstoggmux.c:
13416           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13417           and theora. Any is incorrect.
13418         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13419           Fix caps.
13420         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13421         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13422         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13423         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13424         * sys/v4l/gstv4lmjpegsrc.h:
13425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13426         (gst_v4lsrc_change_state):
13427         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13428         (gst_v4lmjpegsrc_capture_stop):
13429           Fix caps. Keep track of internal state. Work.
13430
13431 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13432
13433         * ext/Makefile.am:
13434           Fix the build fixes.
13435
13436 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13437
13438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13439         (gst_ogg_demux_src_event), (_find_chain_seek),
13440         (gst_ogg_pad_push):
13441           Check for pad availability before using it.
13442         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13443           Fix parsing of chained ogg. Needs more work on the decoder side.
13444
13445 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13446
13447         * gst/spectrum/Makefile.am:
13448         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13449         (idle_func):
13450           Fix demo and reenable it. Yes, I'm currently playing with audio
13451           analysis tools
13452
13453 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13454
13455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13456           We love it if files that start at zero work too...
13457
13458 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13459
13460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13461           Handle files with missing EOS headers.
13462
13463 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13464
13465         * gst/tcp/gsttcpserversink.c:
13466         (gst_tcpserversink_handle_server_read),
13467         (gst_tcpserversink_init_send):
13468         Zero some variables first (need for accept not to return EINVAL)
13469
13470 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13471
13472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13473         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13474         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13475         (theora_dec_chain):
13476         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13477         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13478           Seeking and querying finetune.
13479
13480 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13481
13482         * configure.ac:
13483         * ext/Makefile.am:
13484         * ext/raw1394/Makefile.am:
13485           fix the build
13486
13487 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13488
13489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13490           Wrong return.
13491         * gst/playback/Makefile.am:
13492         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13493         * gst/playback/gstplay-marshal.list:
13494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13495           Fix marshallers.
13496
13497 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13498
13499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13500           Silence.
13501
13502 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13503
13504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13505         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13506         (gst_ogg_pad_push):
13507           Yay for non-lineair granulepos in theora.
13508
13509 2004-10-18  Wim Taymans  <wim@fluendo.com>
13510
13511         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13512         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13513         * ext/dv/gstdvdec.h:
13514         Make sure we renegotiate aspect ratio when the camera switches.
13515
13516 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13517
13518         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13519         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13520           Start at zero.
13521         * ext/theora/theoradec.c: (theora_dec_chain):
13522           Skip headers. Bad idea for chained ogg, but fixes seeking.
13523
13524 2004-10-18  Wim Taymans  <wim@fluendo.com>
13525
13526         * configure.ac:
13527         I swear, this is the last time I touch this.
13528
13529 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13530
13531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13532         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13533         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13534           Faster seeking.
13535         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13536           Time-to-default conversion.
13537         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13538           Don't error on unknown packets, just skip. We should probably
13539           read them if we want to support chained ogg.
13540
13541 2004-10-18  Wim Taymans  <wim@fluendo.com>
13542
13543         * configure.ac:
13544         Added cdaudio to wrong list.
13545
13546 2004-10-18  Wim Taymans  <wim@fluendo.com>
13547
13548         * configure.ac:
13549         Revive cdaudio.
13550
13551 2004-10-18  Wim Taymans  <wim@fluendo.com>
13552
13553         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13554         (gst_dvdec_video_link), (gst_dvdec_push):
13555         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13556         (gst_smokeenc_resync), (gst_smokeenc_chain):
13557         Fix mimetype on smoke encoder.
13558         Add aspect ratio to dvdec. Not sure if these
13559         values are correct though....
13560
13561 2004-10-18  Wim Taymans  <wim@fluendo.com>
13562
13563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13564         Fix vorbis property descriptions and ranges.
13565
13566 2004-10-18  Wim Taymans  <wim@fluendo.com>
13567
13568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13569         Really do nothing when no data is available.
13570         Go to the playing state when the stream is not seekable
13571         instead of failing.
13572
13573 2004-10-18  Wim Taymans  <wim@fluendo.com>
13574
13575         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13576         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13577         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13578         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13579         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13580         Added uri handler for cd://
13581         Port to new API.
13582
13583 2004-10-18  Wim Taymans  <wim@fluendo.com>
13584
13585         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13586         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13587         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13588         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13589         (remove_prerolls), (unknown_type), (add_element_stream),
13590         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13591         (gst_play_base_bin_remove_element),
13592         (gst_play_base_bin_link_stream):
13593         * gst/playback/gstplaybin.c: (gen_video_element),
13594         (gen_vis_element), (remove_sinks), (setup_sinks):
13595         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13596         (gst_stream_info_get_type), (gst_stream_info_class_init),
13597         (gst_stream_info_init), (gst_stream_info_new),
13598         (gst_stream_info_dispose), (stream_info_mute_pad),
13599         (gst_stream_info_set_property), (gst_stream_info_get_property):
13600         * gst/playback/gststreaminfo.h:
13601         Add sink padtemplate to decodebin.
13602         Added some more comments.
13603         Make queue size configurable in playbasebin.
13604         Added possibility to use elements as sinks (ex cdaudio).
13605
13606 2004-10-15  Wim Taymans  <wim@fluendo.com>
13607
13608         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13609         (gst_speexenc_chain):
13610         Fix speex timestamps so that it gets muxed properly.
13611
13612 2004-10-15  Wim Taymans  <wim@fluendo.com>
13613
13614         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13615         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13616         (gst_dv1394src_init), (gst_dv1394src_dispose),
13617         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13618         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13619         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13620         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13621         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13622         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13623         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13624         * ext/raw1394/gstdv1394src.h:
13625         Added conversion/query functions.
13626         Update buffer timestamps,
13627         Added signals.
13628         Added uri dv:// so it might play from the firewire in playbin.
13629         Fix a possible leak.
13630         Added debugging.
13631
13632 2004-10-15  Wim Taymans  <wim@fluendo.com>
13633
13634         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13635         (gst_dv1394src_init), (gst_dv1394src_set_property),
13636         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13637         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13638         * ext/raw1394/gstdv1394src.h:
13639         Added AV/C VTR control support needed for some cameras.
13640         Added automatic port detection.
13641         Added properties for selecting the channel.
13642         The configure.ac script is not yet updated to reflect the
13643         new libavc1394 and librom1394 dependencies.
13644
13645 2004-10-15  Wim Taymans  <wim@fluendo.com>
13646
13647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13648         (qtdemux_parse), (gst_qtdemux_handle_esds):
13649         An esds box is not a container.
13650         Fix parsing of mp4v boxes.
13651         Do not try to renegotiate fps for each frame. Need to
13652         find a better method. This should fix mp4 playback.
13653
13654 2004-10-14  David Schleef  <ds@schleef.org>
13655
13656         * configure.ac: update for swfdec-0.3 and liboil-0.2
13657         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13658         * ext/swfdec/gstswfdec.h: same
13659         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13660         * gst/videotestsrc/videotestsrc.c: same
13661
13662 2004-10-14  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13665         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13666         (is_sync_frame), (gst_multifdsink_new_client),
13667         (gst_multifdsink_handle_client_write),
13668         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13669         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13670         Turn warnings into info.
13671         Don't allow a state change in the streaming thread.
13672
13673 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13674
13675         * ext/vorbis/oggvorbisenc.c:
13676         * ext/vorbis/vorbisdec.c:
13677           fix template sample rate
13678
13679 2004-10-13  Wim Taymans  <wim@fluendo.com>
13680
13681         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13682         Decoding the header first fixes some problems in resyncing
13683         in more mp3s.
13684
13685 2004-10-12  Wim Taymans  <wim@fluendo.com>
13686
13687         * gst/playback/gstplaybin.c: (gen_video_element),
13688         (gen_vis_element), (remove_sinks), (setup_sinks):
13689         Added vis plugin support, need to configure the vis
13690         element to activate it.
13691
13692 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13693
13694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13695         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13696           Some debug.
13697         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13698         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13699         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13700         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13701         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13702         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13703         * gst/avi/gstavidemux.h:
13704           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13705           recovery (where, if part of the index is broken, we will still read
13706           the rest of the index and recover the broken part by stream
13707           scanning). More broken media support. EOS workarounds. General AVI
13708           braindamage headache recovery. Aspirin included.
13709
13710 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13711
13712         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13713         (cdparanoia_event), (cdparanoia_query):
13714           Get rid of hideous lead-in.
13715
13716 2004-10-11  Wim Taymans  <wim@fluendo.com>
13717
13718         * gst/playback/gstplaybasebin.c: (setup_source):
13719         Wrong var used to get g_list_next.
13720
13721 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13722
13723         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13724         (cdparanoia_get), (cdparanoia_open):
13725           Report discid as metadata, add duration.
13726
13727 2004-10-11  Wim Taymans  <wim@fluendo.com>
13728
13729         * gst/playback/gstplaybasebin.c: (setup_source):
13730         Cleanup the previous pipeline a little earlier for the
13731         case that a source element provides raw data.
13732
13733 2004-10-11  Benjamin Otte  <otte@gnome.org>
13734
13735         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13736           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13737           consuming the last 128 bytes, even though it was valid mp3 data.
13738
13739 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13740
13741         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13742         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13743         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13744         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13745
13746 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13747
13748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13749         Fix for webcams that support only specific width or height
13750
13751 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13752
13753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13754
13755         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13756           Fix wrong discont event setup (fixes #154967).
13757
13758 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13759
13760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13761
13762         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13763           Error out on invalid data (fixes #154807).
13764
13765 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13766
13767         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13768
13769         * ext/dvdread/dvdreadsrc.c: (_read):
13770           Make titles > 0 work again (fixes #154834).
13771
13772 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13773
13774         * gst-libs/gst/riff/riff-media.c:
13775         (gst_riff_create_video_template_caps):
13776           WMV3 missing in template caps.
13777
13778 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13779
13780         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13781           OK, so the original code was too strict. It makes random AVI files
13782           hang for seconds upon opening, which is unacceptable and is far
13783           beyond the original goal of getting multiple chunks for one-chunk
13784           sounc stream files. So now do just that.
13785
13786 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13787
13788         * gst/playback/gstplaybasebin.c: (setup_source),
13789         (gst_play_base_bin_change_state):
13790           Actually clean up streaminfo if output fails. This would trigger
13791           if, for example, there was no CD in the drive. No preroll, so
13792           a streaminfo structure is created, but the subsequent state change
13793           of the thread fails.
13794         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13795           Don't change state if parent failed.
13796
13797 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13798
13799         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13800         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13801         (gen_video_element), (remove_sinks):
13802           Add small bits of code for screenshot handling.
13803
13804 2004-10-08  Wim Taymans  <wim@fluendo.com>
13805
13806         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13807         (gen_video_element), (gen_audio_element), (setup_sinks):
13808         Don't assume the user provided sinks are named "sink"...
13809
13810 2004-10-08  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13813         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13814         (gst_play_base_bin_link_stream):
13815         Do not try to autoplug sources that generate raw streams like
13816         cdparanoia.
13817         disconnect the preroll overrun signal when we don't need it anymore.
13818
13819 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13820
13821         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13822         Added reworked patch from #154903 from milosz derezynski (deadchip).
13823
13824 2004-10-08  Wim Taymans  <wim@fluendo.com>
13825
13826         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13827         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13828         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13829         (cdparanoia_convert), (cdparanoia_uri_get_type),
13830         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13831         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13832         * ext/cdparanoia/gstcdparanoia.h:
13833         This adds the cdda://<tracknum> uri.
13834
13835 2004-10-08  Wim Taymans  <wim@fluendo.com>
13836
13837         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13838         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13839         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13840         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13841         (unknown_type), (gst_play_base_bin_remove_element),
13842         (gst_play_base_bin_link_stream):
13843         * gst/playback/gstplaybasebin.h:
13844         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13845         (gst_play_bin_set_property), (gen_video_element),
13846         (gen_audio_element), (setup_sinks):
13847         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13848         (gst_stream_info_get_type), (gst_stream_info_class_init),
13849         (gst_stream_info_init), (gst_stream_info_new),
13850         (gst_stream_info_dispose), (stream_info_mute_pad),
13851         (gst_stream_info_set_property), (gst_stream_info_get_property):
13852         * gst/playback/gststreaminfo.h:
13853         Reuse the audio and video bins.
13854         Some internal cleanups in the stream selection code.
13855
13856 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13857
13858         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13859         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13860         * sys/ximage/ximagesink.h:
13861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13862         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13863         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13864         not coming from those elements. Moreover these elements should not keep
13865         the xid they have been given when in NULL state.
13866
13867 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13868
13869         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13870         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13871         * sys/ximage/ximagesink.h:
13872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13873         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13874         * sys/xvimage/xvimagesink.h:
13875           Actually only create a new toplevel window if we're not gonna
13876           embed it right after.
13877
13878 2004-10-07  Wim Taymans  <wim@fluendo.com>
13879
13880         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13881         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13882         * gst/playback/gstplaybin.c: (setup_sinks):
13883         Implement muting/unmuting of streams, mute streams that are not
13884         used.
13885
13886 2004-10-07  Wim Taymans  <wim@fluendo.com>
13887
13888         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13889         (plugin_init):
13890         Added lame audio/x-ac3 typefind function.
13891
13892 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13893
13894         * configure.ac:
13895           bump nano to cvs
13896
13897 === release 0.8.5 ===
13898
13899 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13900
13901         * NEWS:
13902         * RELEASE:
13903         * configure.ac:
13904           releasing 0.8.5, "Take You On"
13905
13906 2004-10-06  Wim Taymans  <wim@fluendo.com>
13907
13908         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13909         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13910         (no_more_pads), (close_link), (type_found):
13911         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13912         * gst/playback/gstplaybin.c: (gen_video_element):
13913         Do not signal the no_more_pads after the first pad when
13914         we are plugging a non dynamic element with multiple
13915         output pads (like swfdec, dvdec, ...).
13916
13917 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13918
13919         * configure.ac:
13920           bump for prerelease
13921
13922 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13923
13924         * gst/wavparse/gstwavparse.c:
13925           add ATRAC3 to STATIC CAPS to fix a warning
13926
13927         * gst/matroska/ebml-read.c:
13928         * gst-libs/gst/riff/riff-read.c:
13929           fix typos
13930
13931 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13932
13933         * gst-libs/gst/riff/riff-media.c:
13934           generate caps for ATRAC3 audio streams
13935
13936         * gst/realmedia/rmdemux.c:
13937           generate caps for ATRAC3 audio streams
13938
13939 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13940
13941         * gst/wavparse/Makefile.am
13942         * gst/wavparse/riff.h
13943         * gst/wavparse/wavparse.vcproj
13944           riff.h removal (unused and duplication with riff-ids.h)
13945
13946 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13947
13948         * gst/wavparse/gstwavparse.h
13949           remove duplicated defines for audio codec codes
13950
13951         * gst-libs/gst/riff/riff-ids.h
13952         * gst/wavenc/riff.h:
13953           add "4CC" code for ATRAC3 audio streams
13954           add "4CC" code for ITU_G721_ADPCM (unused for now)
13955
13956 2004-10-06  Wim Taymans  <wim@fluendo.com>
13957
13958         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13959         Actually _do_ negotiation. Pass gdouble as arg instead
13960         of guint64 for the framerate.
13961
13962 2004-10-06  Wim Taymans  <wim@fluendo.com>
13963
13964         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13965         (find_compatibles), (close_pad_link), (try_to_link_1),
13966         (no_more_pads), (close_link), (type_found):
13967         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13968         * gst/playback/gstplaybin.c: (gen_video_element),
13969         (gen_audio_element):
13970         Set state on newly added element to READY so that negotiation
13971         can happen ASAP.
13972         Addes some more debug info.
13973         Do not try to plug pads with multiple caps structures or ANY
13974         because it is too dangerous since we do not do dynamic
13975         replugging.
13976
13977 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13978
13979         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13980
13981         * po/LINGUAS:
13982         * po/or.po:
13983           add Oriya translation
13984
13985 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13986
13987         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13988           Prevent overwrite of size member. Makes audio sound crappy.
13989
13990 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13991
13992         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13993         Add rmvb to the list of known RealMedia extensions
13994
13995 2004-10-05  Wim Taymans  <wim@fluendo.com>
13996
13997         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13998         (mngdec_openstream), (mngdec_closestream),
13999         (mngdec_handle_sink_event), (mngdec_readdata),
14000         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14001         (mngdec_getcanvasline), (mngdec_refresh),
14002         (gst_mngdec_change_state):
14003         Set the framerate correctly.
14004
14005 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14006
14007         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14008           There was something wrong with the index massaging.
14009
14010 2004-10-04  Wim Taymans  <wim@fluendo.com>
14011
14012         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14013         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14014         (gst_smokedec_chain):
14015         * ext/jpeg/gstsmokedec.h:
14016         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14017         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14018         * ext/jpeg/gstsmokeenc.h:
14019         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14020         (smokecodec_decode_new), (smokecodec_info_free),
14021         (smokecodec_set_quality), (smokecodec_get_quality),
14022         (smokecodec_set_threshold), (smokecodec_get_threshold),
14023         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14024         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14025         (smokecodec_encode), (smokecodec_parse_id),
14026         (smokecodec_parse_header), (smokecodec_decode):
14027         * ext/jpeg/smokecodec.h:
14028         * ext/jpeg/smokeformat.h:
14029         Updated smoke, new bitstream, allows embedding in ogg.
14030
14031 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14032
14033         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14034           Fix seeking in some files. All this code is no longer needed (and
14035           actually breaks stuff) because we now synchronize the full index
14036           right when reading the header.
14037
14038 2004-10-04  Wim Taymans  <wim@fluendo.com>
14039
14040         * configure.ac:
14041         configure update for libmng.
14042
14043 2004-10-04  Wim Taymans  <wim@fluendo.com>
14044
14045         * ext/libmng/Makefile.am:
14046         * ext/libmng/gstmng.c: (plugin_init):
14047         * ext/libmng/gstmng.h:
14048         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14049         (gst_mngdec_base_init), (gst_mngdec_class_init),
14050         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14051         (gst_mngdec_loop), (gst_mngdec_get_property),
14052         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14053         (mngdec_closestream), (mngdec_handle_sink_event),
14054         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14055         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14056         (gst_mngdec_change_state):
14057         * ext/libmng/gstmngdec.h:
14058         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14059         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14060         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14061         (gst_mngenc_chain), (gst_mngenc_get_property),
14062         (gst_mngenc_set_property):
14063         * ext/libmng/gstmngenc.h:
14064         Added basic MNG decoder. Needs more work. The encoder does
14065         not work yet.
14066
14067 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14068
14069         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14070         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14071         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14072           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14073           no-more-pads.
14074
14075 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14076
14077         * configure.ac:
14078           you need at least 1.0.4 of speex
14079
14080 2004-10-04 Iain <iaingnome@gmail.com>
14081
14082         * ext/speex/gstspeexdec.h: Revert the includes changes.
14083
14084         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14085
14086 2004-09-30 Iain <iaingnome@gmail.com>
14087
14088         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14089         found during init or set as a property instead of hardcoding /dev/audio
14090
14091 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14092
14093         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14094         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14095         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14096         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14097         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14098         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14099         (gst_rmdemux_dump_data):
14100           Use debug category, fix EOS handling. filesrc ! rmdemux now
14101           works.
14102
14103 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14104
14105         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14106         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14107         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14108           Improve allocation, cutting and sorting of the index. How takes a
14109           few seconds instead of minutes.
14110
14111 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14112
14113         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14114           fixed compilation
14115
14116 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14117
14118         * gst-libs/gst/riff/riff-media.c:
14119         (gst_riff_create_video_caps_with_data),
14120         (gst_riff_create_video_template_caps):
14121           Add wing commander format mimetype/fourccs.
14122         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14123           Don't crash if some value is 0.
14124
14125 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14126
14127         * gst-libs/gst/riff/riff-media.c:
14128         (gst_riff_create_video_caps_with_data),
14129         (gst_riff_create_video_template_caps):
14130           Add DIB fourcc (raw, palettized 8-bit RGB).
14131         * gst-libs/gst/riff/riff-read.c:
14132         (gst_riff_read_strf_vids_with_data):
14133           Oops, fix strf_data reading bug.
14134         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14135           Use a non-NULL tag.
14136         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14137           Time for hacks. Sorry Dave. At least one quicktime movie (a
14138           trailer) that I've encountered contains multiple video tracks.
14139           One of those is the actual video track, the other are one-frame
14140           tracks (images). Unfortunately, the number of frames according
14141           to the trak header is 1 for each, so that doesn't help. So
14142           instead, I look at the duration and discard tracks with a
14143           duration shorter than 20% of the length of the stream. Better
14144           than nothing.
14145
14146 2004-10-01  Christian Schaller <christian@fluendo.com>
14147
14148         * ext/ivorbis/vorbis.c:
14149           Patch from Phil Blundell (Bug 152341)
14150
14151 2004-10-01  Wim Taymans  <wim@fluendo.com>
14152
14153         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14154         (speex_dec_get_formats), (speex_dec_convert),
14155         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14156         (speex_dec_chain), (gst_speexdec_get_property),
14157         (gst_speexdec_set_property):
14158         Small cleanups.
14159
14160 2004-10-01  Wim Taymans  <wim@fluendo.com>
14161
14162         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14163         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14164         (gst_wavparse_other), (gst_wavparse_loop),
14165         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14166         (gst_wavparse_srcpad_event):
14167         * gst/wavparse/gstwavparse.h:
14168         Added some more debugging info.
14169         Fix the case where the length of the file is 0.
14170         Make sure we seek to sample borders.
14171
14172 2004-10-01  Wim Taymans  <wim@fluendo.com>
14173
14174         * gst/playback/README:
14175         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14176         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14177         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14178         Add some debug info to decodebin, update README
14179
14180 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14181
14182         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14183           Don't use g_print(); use GST_DEBUG().
14184
14185 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14186
14187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14188         (gst_ogg_mux_queue_pads):
14189           Handle EOS properly.
14190
14191 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14192
14193         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14194
14195         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14196         (gst_faad_chain), (gst_faad_change_state):
14197         * ext/faad/gstfaad.h:
14198           Allow playback of raw (unframed) MPEG AAC files (#148993).
14199
14200 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14201
14202         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14203
14204         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14205           Throw error if we didn't recognize the stream. Fixes #152289.
14206
14207 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14208
14209         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14210           Fix negotiation.
14211
14212 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14213
14214         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14215
14216         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14217           Fix memleak.
14218
14219 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14220
14221         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14222
14223         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14224           Solve #152805.
14225         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14226           Solve 152806.
14227
14228 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14229
14230         * gst-libs/gst/riff/riff-media.c:
14231         (gst_riff_create_video_caps_with_data),
14232         (gst_riff_create_audio_caps_with_data):
14233           Add codec_data handling (like asfdemux used to do).
14234         * gst/asfdemux/gstasf.c: (plugin_init):
14235         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14236         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14237           Use riff-media for caps creation instead of our own (mostly
14238           broken) copy of its functions.
14239
14240 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14241
14242         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14243           Don't actually error out if we get another return value than
14244           -EINVAL. Opposite to what I first thought, drivers have random
14245           return values for this, although -EINVAL is the expected return
14246           value. Since this is not fatal, we shouldn't use
14247           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14248
14249 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14250
14251         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14252         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14253         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14254         (dvdreadsrc_get), (dvdreadsrc_open_file),
14255         (dvdreadsrc_change_state):
14256           Fix. Don't do one big huge loop around the whole DVD, that will
14257           cache all data and thus eat sizeof(dvd) (several GB) before we
14258           see something.
14259         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14260           Actually NULL'ify event after using it.
14261         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14262         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14263         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14264         (gst_ebml_read_seek), (gst_ebml_read_skip):
14265           Handle events.
14266         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14267         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14268         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14269           Fix timing (this will probably break if I seek using menus, but
14270           I didn't get there yet). VOBs and normal DVDs should now work.
14271           Add a mpeg2-only pad with high rank so this get autoplugged for
14272           MPEG-2 movies.
14273         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14274         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14275         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14276         (gst_mpeg_demux_get_audio_stream),
14277         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14278         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14279           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14280           MPEG-1 but use dvddemux for MPEG-2.
14281         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14282         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14283         (gst_mpeg_parse_parse_packhead):
14284           Timing. Only add pad template if it exists. Add sink template from
14285           class and not from ourselves. This means we will always use the
14286           correct sink template even if it is not the one defined in this
14287           file.
14288
14289 2004-09-29  Wim Taymans  <wim@fluendo.com>
14290
14291         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14292         (gst_mpeg_demux_parse_pes):
14293         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14294         Fix playback of mpeg again, timestamps where screwed up by
14295         patch 1.61.
14296
14297 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14298
14299         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14300           Only return true if we actually filled something in. Prevents
14301           player applications from showing a random length for flac files.
14302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14303         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14304         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14305         (gst_riff_read_strf_vids_with_data),
14306         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14307           OK, ok, so I implemented event handling. Apparently it's normal
14308           that we receive random events at random points without asking
14309           for it.
14310         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14311         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14312         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14313         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14314         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14315         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14316         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14317         * gst/avi/gstavidemux.h:
14318           Implement non-lineair chunk handling and subchunk processing.
14319           The first solves playback of AVI files where the audio and video
14320           data of individual buffers that we read are not synchronized.
14321           This should not happen according to the wonderful AVI specs, but
14322           of course it does happen in reality. It is also a prerequisite for
14323           the second. Subchunk processing allows us to cut chunks in small
14324           pieces and process each of these pieces separately. This is
14325           required because I've seen several AVI files with incredibly large
14326           audio chunks, even some files with only one audio chunk for the
14327           whole file. This allows for proper playback including seeking.
14328           This patch is supposed to fix all AVI A/V sync issues.
14329         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14330         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14331           Work.
14332         * gst/modplug/gstmodplug.cc:
14333           Proper return value setting for the query() function.
14334         * gst/playback/gstplaybasebin.c: (setup_source):
14335           Being in non-playing state (after, e.g., EOS) is not necessarily
14336           a bad thing. Allow for that. This fixes playback of short files.
14337           They don't actually playback fully now, because the clock already
14338           runs. This means that small files (<500kB) with a small length
14339           (<2sec) will still not or barely play. Other files, such as mod
14340           or flx, will work correctly, however.
14341
14342 2004-09-28  Wim Taymans  <wim@fluendo.com>
14343
14344         * ext/speex/gstspeex.c: (plugin_init):
14345         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14346         (gst_speex_dec_class_init), (speex_dec_get_formats),
14347         (speex_get_event_masks), (speex_get_query_types),
14348         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14349         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14350         (gst_speexdec_get_property), (gst_speexdec_set_property),
14351         (speex_dec_change_state):
14352         * ext/speex/gstspeexdec.h:
14353         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14354         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14355         (gst_speexenc_base_init), (gst_speexenc_class_init),
14356         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14357         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14358         (gst_speexenc_src_query), (gst_speexenc_init),
14359         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14360         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14361         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14362         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14363         (gst_speexenc_chain), (gst_speexenc_get_property),
14364         (gst_speexenc_set_property), (gst_speexenc_change_state):
14365         * ext/speex/gstspeexenc.h:
14366         Rewrote speex encoder, make sure it can be embedded in ogg.
14367         Implemented speex decoder.
14368
14369 2004-09-28  Christian Schaller <christian@fluendo.com>
14370
14371         * configure.ac:
14372         Remove kioslave plugin. Markey is brewing a new working one
14373         * ext/Makefile.am: Remove kioslave plugin
14374         * ext/kio: remove
14375         * gst-plugins.spec.in: remove kio plugin from spec
14376
14377 2004-09-27  Wim Taymans  <wim@fluendo.com>
14378
14379         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14380         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14381         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14382         (gst_multifdsink_new_client),
14383         (gst_multifdsink_handle_client_write),
14384         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14385         (gst_multifdsink_handle_clients):
14386         * gst/tcp/gstmultifdsink.h:
14387         Make syncing to keyframes actually work for new clients and lagging
14388         clients.
14389
14390 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14391
14392         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14393         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14394         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14395         * gst/debug/gstnavigationtest.h:
14396           make navigationtest display button-press and button-release events
14397
14398 2004-09-26 Iain <iaingnome@gmail.com>
14399
14400         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14401         the channels have received a new media event.
14402         (interleave_buffered_loop): Compresses a new media event on all
14403         channels into one.
14404
14405 2004-09-26 Iain <iaingnome@gmail.com>
14406
14407         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14408         call the sinkpad's default event handler and not the srcpads. He also
14409         says this is confusing :)
14410         (gst_wavenc_stop_file): Company says that seek events only go upstream
14411         we should send a discontinuous downstream instead.
14412
14413 2004-09-25  Christian Schaller <christian@fluendo.com>
14414
14415         * Update SPEC file to be usable in conjunction with Fedora Core,
14416           Fedora.us and freshrpms packages
14417         * Fix typo in multifilesrc test Makefile
14418
14419 2004-09-24  Wim Taymans  <wim@fluendo.com>
14420
14421         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14422         Only signal the no_more_pads signal when we have
14423         added the stream to our list.
14424
14425 2004-09-24  Wim Taymans  <wim@fluendo.com>
14426
14427         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14428         (new_decoded_pad):
14429         * gst/playback/gstplaybasebin.h:
14430         * gst/playback/gstplaybin.c: (setup_sinks):
14431         Don't try to preroll or decode more than one audio/video
14432         track.
14433
14434 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14435
14436         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14437           Throw error if we failed to find a suitable output. This should
14438           throw an error if we successfully set up a pipeline (e.g. because
14439           we recognized a media file) but found no decodable streams in it
14440           (e.g. because it contains only media stream types for which we
14441           have no decoders, or because it's not a media type).
14442
14443 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14444
14445         * ext/dirac/Makefile.am:
14446         * ext/dirac/gstdirac.cc:
14447         * ext/dirac/gstdiracdec.cc:
14448         * ext/dirac/gstdiracdec.h:
14449           Do something. Don't actually know if this works because I don't
14450           have a demuxer yet.
14451         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14452           Add channels=1 to caps returned from _getcaps().
14453         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14454         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14455         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14456         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14457         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14458         (gst_ogm_parse_change_state):
14459           Separate between audio/video so ogmaudioparse actually uses the
14460           audio pad templates. Both audio and video work now, including
14461           autoplugging. Also use sometimes-srcpad hack.
14462         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14463           Handle events better. Don't hang on infinite loops.
14464         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14465         (gst_avi_demux_init), (gst_avi_demux_reset),
14466         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14467         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14468         (gst_avi_demux_change_state):
14469         * gst/avi/gstavidemux.h:
14470           Improve A/V sync. Still not perfect.
14471         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14472         (gst_ebml_read_skip):
14473           Handle events better.
14474         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14475         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14476         (qtdemux_audio_caps):
14477           Add IMA4. Improve event handling. Save offset after a seek when
14478           the headers are at the end of the file so that we don't end up in
14479           an infinite loop.
14480         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14481           Add low-priority typefind support for files with no length.
14482
14483 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14484
14485         * testsuite/multifilesink/Makefile.am:
14486         fix typo
14487
14488 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14489
14490         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14492         mistakes from thaytan's patches.
14493
14494 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14495
14496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14497           For completeness, XSync in the destroy function as xvimage does.
14498
14499 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14500
14501         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14502            Correct caps negotiation
14503         * gst/volume/gstvolume.c: (volume_chain_float),
14504         (volume_chain_int16):
14505            Modify debug output to be little more informative
14506         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14508         (gst_xvimagesink_xvimage_destroy):
14509           Add XSync calls after detaching from the shared memory segment to
14510           avoid a crash.
14511
14512 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14513
14514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14515         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14516         * ext/vorbis/vorbis.c: (plugin_init):
14517         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14518         (gst_vorbisenc_chain):
14519         * ext/vorbis/vorbisenc.h:
14520         remove explicit newmedia support from oggmux and vorbisenc
14521         add debug category to vorbisenc
14522         * gst/multifilesink/gstmultifilesink.c:
14523         (gst_multifilesink_class_init), (gst_multifilesink_init),
14524         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14525         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14526         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14527         (plugin_init):
14528         * gst/multifilesink/gstmultifilesink.h:
14529         add support for streamheader in multifilesink
14530
14531 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14532
14533         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14534         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14535         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14536           Prevent infinite loops. More correct error reporting.
14537         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14538           Error out if negotiation fails.
14539         * gst/playback/gstplaybasebin.c: (setup_source),
14540         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14541         (gst_play_base_bin_found_tag):
14542           Error/tag forwarding. Pre-roll fixes for source errors on state
14543           changes (e.g. "file does not exist") to prevent hangs.
14544
14545 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14546
14547         * testsuite/multifilesink/Makefile.am:
14548         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14549         (gst_newmedia_class_init), (gst_newmedia_init),
14550         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14551         (newfile_signal), (test_signal), (main):
14552         * testsuite/multifilesink/multifilesrc_test.c: (main):
14553         * testsuite/multifilesink/oggtheora_test.c:
14554         (gst_newmedia_base_init), (gst_newmedia_class_init),
14555         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14556         (test_format), (newfile_signal), (test_signal), (main):
14557         * testsuite/multifilesink/oggvorbis_test.c:
14558         (gst_newmedia_base_init), (gst_newmedia_class_init),
14559         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14560         (test_format), (newfile_signal), (test_signal), (main):
14561         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14562         (gst_newmedia_class_init), (gst_newmedia_init),
14563         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14564         (newfile_signal), (test_signal), (main):
14565         New media tests
14566
14567 2004-09-20  Christian Schaller <christian@fluendo.com>
14568
14569         * Fix mikmod license to LGPL as they have relicensed
14570         * Move Dirac and Effectv into LGPL section of README_license
14571
14572 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14573
14574         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14575         (gst_mad_change_state):
14576           Allow for mp3 rate/channels changes. However, only very
14577           conservatively. Reason that we *have* to enable this is smiply
14578           because the mad find_sync() function is not good enough, it will
14579           regularly sync on random data as valid frames and therefore make
14580           us provide random caps as *final* caps of the stream. The best fix
14581           I could think of is to simply require several of the same stream
14582           changes in a row before we change caps.
14583           The actual testcase that works now is #
14584         * ext/ogg/Makefile.am:
14585         * ext/ogg/gstogg.c: (plugin_init):
14586         * ext/ogg/gstogmparse.c:
14587           OGM support (video only for now; I need an audio sample file).
14588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14589         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14590         (gst_asf_demux_add_video_stream):
14591           WMV extradata.
14592         * gst/playback/gstplaybasebin.c: (unknown_type):
14593           Don't error out on single unknown-types after all. It's wrong.
14594           If we found type of video and audio but not of a subtitle stream,
14595           it will still error out (which is unwanted). Will find a better fix
14596           later on.
14597         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14598         (ogmaudio_type_find), (plugin_init):
14599           OGM support.
14600
14601 2004-09-20  Johan Dahlin  <johan@gnome.org>
14602
14603         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14604         after setting caps.
14605
14606 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14607
14608         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14609         * gst/wavenc/gstwavenc.h:
14610         Added newmedia support to wavenc
14611
14612 2004-09-17  Wim Taymans  <wim@fluendo.com>
14613
14614         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14615         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14616         (gst_fdset_fd_can_write), (gst_fdset_wait):
14617         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14618         (gst_multifdsink_init), (gst_multifdsink_add),
14619         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14620         (gst_multifdsink_remove_client_link),
14621         (gst_multifdsink_client_queue_buffer),
14622         (gst_multifdsink_handle_client_write),
14623         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14624         (gst_multifdsink_close), (gst_multifdsink_change_state):
14625         * gst/tcp/gstmultifdsink.h:
14626         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14627         (gst_tcpserversink_removed):
14628         Small cleanups in fdset.c
14629         Use a hastable to map fd to the client structure for faster
14630         lookup in _remove and get_stats.
14631         Added virtual function to close the fds.
14632         Handle clients even when the select/poll call was unblocked because
14633         of a command.
14634         Implement syncing to keyframe in the recovery procedure.
14635
14636 2004-09-16 Iain <iaingnome@gmail.com>
14637
14638         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14639         try caps.
14640
14641 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14642
14643         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14644           Caps are only set if the type of the stream is unknown, but this
14645           is initialized in ->init_stream(), so set to UNKNOWN after calling
14646           ->init_stream() so that capsnego starts.
14647
14648 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14649
14650         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14651         (gst_avi_demux_stream_data):
14652           Just hardcode for raw audio then. AVI audio sucks.
14653
14654 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14655
14656         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14657         * gst/matroska/matroska-mux.c: (audiosink_templ),
14658         (gst_matroska_mux_audio_pad_link):
14659         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14660         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14661
14662 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14663
14664         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14665         (gst_avi_demux_stream_data):
14666           Try to fix a/v sync issues.
14667
14668 2004-09-15  David Schleef  <ds@schleef.org>
14669
14670         * configure.ac: remove NASM check, since we don't use it.  Update
14671         dirac check to 0.4
14672         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14674         Initialized variables.
14675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14676         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14677         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14678         SVQ3 format
14679
14680 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14681
14682         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14683         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14684         * gst/avi/gstavidemux.h:
14685           Fix for compressed audio (mp3) timestamp generation. How did this
14686           ever work?
14687
14688 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14689
14690         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14691           Volume is a double not a float.
14692
14693 2004-09-15  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14696         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14697         Don't close the fd in multifdsink as we didn't open it in the
14698         first place. Some cleanups.
14699
14700 2004-09-15  Wim Taymans  <wim@fluendo.com>
14701
14702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14704         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14705         Fix the case where the muxer would mark pages as delta
14706         frames when they are not (vorbis only ogg).
14707
14708 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14709
14710         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14711         (gst_play_base_bin_change_state):
14712           Handle the case where we failed to setup a clear pipeline. This
14713           will throw an error (or EOS, another nice case) and if you don't
14714           catch that, the app will wait for the signal forever (and thus
14715           hang).
14716
14717 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14718
14719         * ext/gnomevfs/gstgnomevfssink.c:
14720         (gst_gnomevfssink_uri_get_protocols):
14721         * ext/gnomevfs/gstgnomevfssrc.c:
14722         (gst_gnomevfssrc_uri_get_protocols):
14723         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14724         * ext/gnomevfs/gstgnomevfsuri.h:
14725           Use _uri_new() instead of _open(), so it doesn't take as long and
14726           Christophe's computer won't hang.
14727         * gst/playback/gstplaybasebin.c: (unknown_type):
14728           Throw error on unknown media type, so apps actually display it.
14729
14730 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14731
14732         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14733           this script to work on Solaris since bash shell handles echo
14734           differenly than bash.
14735
14736 2004-09-17  Wim Taymans  <wim@fluendo.com>
14737
14738         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14739         (setup_source), (gst_play_base_bin_set_property),
14740         (gst_play_base_bin_add_element):
14741         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14742         Some more work on making sure seeking pauses the pipeline and
14743         that changing the uri actually does something.
14744
14745 2004-09-17  Wim Taymans  <wim@fluendo.com>
14746
14747         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14748         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14749         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14750         (gst_tcpserversink_close):
14751         Be a bit more paranoid when freeing memory.
14752
14753 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14754
14755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14756         (qtdemux_parse_trak):
14757           Don't crash by dividing by zero (see sample movie in #126922).
14758
14759 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14760
14761         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14762           Don't touch non-existing data (fixes crash on file in #140147).
14763
14764 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14765
14766         * gst/playback/gstplaybasebin.c:
14767         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14768           Handle double disposals, and proper change of URIs.
14769
14770 2004-09-13  Martin Eikermann <meiker@upb.de>
14771
14772         * gst/mpegstream/gstmpegparse.c:
14773           fix synchronistation for streams recorded from digital PCR
14774           fixes bug #119376
14775
14776 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14777
14778         * ext/gnomevfs/Makefile.am:
14779         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14780         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14781         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14782         (gst_gnomevfssink_uri_get_type),
14783         (gst_gnomevfssink_uri_get_protocols),
14784         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14785         (gst_gnomevfssink_uri_handler_init),
14786         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14787         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14788         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14789         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14790         (gst_gnomevfssrc_uri_get_type),
14791         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14792         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14793         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14794         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14795         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14796         * ext/gnomevfs/gstgnomevfsuri.h:
14797           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14798           of fake URIs to see which this version of Gnome-VFS likes, and
14799           uses that for the Gst-URI interface. Makes playbin support http://
14800           streams. Also fix up some stupid behaviour in gnomevfssrc.
14801
14802 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14803
14804         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14805         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14806         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14807         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14808           Update mixer (to sync with other sessions) if we try to obtain
14809           a new value. This makes alsamixer work accross applications.
14810         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14811           Only call sync functions if we're running, else alsalib asserts.
14812         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14813           Sometimes fails to compile. Possibly a gcc bug.
14814         * gst/playback/gstplaybin.c: (gen_video_element),
14815         (gen_audio_element):
14816           Add a reference to an application-provided object, because we lose
14817           this same reference if we add it to the bin. If we don't do this,
14818           we can only use this object once and thus crash if we go from
14819           ready to playing, back to ready and back to playing again.
14820           Also add an audioscale element because several cheap soundcards -
14821           like mine - don't support all samplerates.
14822         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14823         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14824           Fix wrong order or PAR calls. Makes automatically obtained PAR
14825           from the X server atually being used.
14826
14827 2004-09-12  David Schleef  <ds@schleef.org>
14828
14829         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14830         #151887, #152102, #152247.
14831         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14832         * examples/seeking/cdparanoia.c: same
14833         * examples/seeking/cdplayer.c: same
14834         * examples/seeking/seek.c: same
14835         * examples/seeking/spider_seek.c: same
14836         * examples/seeking/vorbisfile.c: same
14837         * examples/stats/mp2ogg.c: same
14838         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14839         (gst_esdsink_dispose): Dispose of element properly.
14840         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14841         fixes.
14842         * ext/nas/nassink.c: (gst_nassink_class_init),
14843         (gst_nassink_dispose): Dispose of element correctly.
14844         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14845         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14846         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14847         Fix 64-bit warning.
14848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14849         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14850         Fix 64-bit warning.
14851
14852 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14853
14854         * configure.ac : change speex detection as 1.1.6 now uses
14855           .pc/pkg-config and they changed their headers location.
14856
14857 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14858
14859         * gst/matroska/matroska-mux.h:
14860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14861         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14862         (gst_matroska_mux_write_data):
14863           Write multiple blocks/frames per cluster.
14864                 Write meta-seek information (seek heads).
14865
14866 2004-09-09  Scott Wheeler <wheeler@kde.org>
14867
14868         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14869         (gst_play_bin_set_property), (gst_play_bin_get_property),
14870         (gen_audio_element), (gen_audio_element):
14871           Add a volume element / property to the pipeline.
14872
14873 2004-09-07  Wim Taymans  <wim@fluendo.com>
14874
14875         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14876         Copy timestamps from the master pad to the output buffers.
14877
14878 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14879
14880         * ext/raw1394/gstdv1394src.c:
14881           throw errors when applicable
14882
14883 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14884
14885         * gst/matroska/ebml-ids.h:
14886         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14887         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14888         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14889           automatically convert unix time <-> ebml time when reading/writing
14890           a date, use gst_ebml_write_uint to write CUETIME,
14891           not gst_ebml_write_date.
14892         * gst/matroska/matroska-ids.h:
14893         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14894         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14895         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14896         (gst_matroska_mux_write_data):
14897           Write track and segment UIDs, write muxing date, write
14898           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14899           Create cues for audio only files.
14900
14901 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14902
14903         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14904         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14905           Re-commit ALSA switches.
14906         * gst/adder/gstadder.c: (gst_adder_loop):
14907           64-bit fix (#151416).
14908         * gst/debug/progressreport.c: (gst_progressreport_report):
14909           64-bit fix (#151419).
14910         * gst/matroska/matroska-demux.c:
14911         (gst_matroska_demux_parse_contents):
14912           64-bit fix (#151420).
14913         * gst/playback/test3.c: (update_scale):
14914           64-bit fix (#151421).
14915
14916 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14917
14918         * configure.ac:
14919           bump nano to cvs
14920
14921 === release 0.8.4 ===
14922
14923 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14924
14925         * configure.ac: releasing 0.8.4, "Alias"
14926
14927 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14928
14929         * ext/theora/Makefile.am:
14930           fix makefile.  Fixes #151462.
14931
14932 2004-08-30  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14935         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14936         (gst_multifdsink_remove_client_link),
14937         (gst_multifdsink_client_queue_buffer),
14938         (gst_multifdsink_handle_client_write):
14939         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14940         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14941         Fix some memory leaks.
14942
14943 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14944
14945         Patch by: David Schleef
14946
14947         * configure.ac:
14948         * sys/Makefile.am:
14949           rename our detection macro for V4L2.  Fixes #151236.
14950
14951 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14952
14953         Patch by: David Schleef
14954
14955         * configure.ac:
14956           check to define LAMEPRESET.  Fixes #151232.
14957
14958 2004-08-27  David Schleef  <ds@schleef.org>
14959
14960         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14961         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14962         (gst_glimagesink_fixate):  Move local variable declarations to
14963         make gcc-2.95 happy.
14964
14965 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14966
14967         * configure.ac:
14968           bump nano for prerelease
14969
14970 2004-08-27  David Schleef  <ds@schleef.org>
14971
14972         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14973         * sys/sunaudio/gstsunaudiosrc.c:
14974         * sys/sunaudio/gstsunaudiosrc.h:
14975
14976 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14977
14978         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14979         handle EOS correctly
14980         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14981         * gst/matroska/matroska-mux.h:
14982         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14983         VFW compatibility mode
14984
14985 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14986
14987         patch by: Zaheer Abbas Merali
14988
14989         * ext/ogg/gstoggmux.c:
14990         * ext/vorbis/vorbisenc.c:
14991         * ext/vorbis/vorbisenc.h:
14992           handle NEWMEDIA
14993
14994 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14995
14996         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14997         fix byte order reversion on little endian machines.
14998         * gst/matroska/matroska-mux.c: (audiosink_templ),
14999         (gst_matroska_mux_audio_pad_link):
15000         add TTA codec to the list of supported codecs.
15001         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15002         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15003         (gst_matroska_mux_write_data):
15004         * gst/matroska/matroska-mux.h:
15005         write segment duration correctly, write muxing app string, fixes bugs
15006         #140897 and #140898.
15007         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15008         wait for all pads to be negotiated before starting to mux.
15009
15010 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15011
15012         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15013         * ext/lame/gstlame.h:
15014         Added new media support to lame
15015
15016 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15017
15018         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15019         send vorbis headers at the beginning of a stream, fixes bug #141554.
15020         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15021         bug #148950.
15022         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15023         (gst_matroska_demux_plugin_init):
15024         * gst/matroska/matroska-ids.h:
15025         enable demuxing of TTA audio streams, fixes bug #148951.
15026         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15027         enable typefinding for TTA audio files, fixes bug #148711.
15028         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15029         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15030         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15031
15032 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15033
15034         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15035         (gst_riff_read_element_data), (gst_riff_read_seek),
15036         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15037         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15038         <teuf@gnome.org>
15039
15040 2004-08-23 Iain <iaingnome@gmail.com>
15041
15042         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15043         tags. They appear to be handled differently to normal.
15044         (tag_list_to_id3_tag_foreach): Ditto.
15045
15046 2004-08-22  Wim Taymans  <wim@fluendo.com>
15047
15048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15049         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15050         Make sure we never send -1 granulepos.
15051
15052 2004-08-20  Wim Taymans  <wim@fluendo.com>
15053
15054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15055         (gst_ogg_mux_loop):
15056         I will accept bitchslappings with non sharp objects.
15057
15058 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15059
15060         * configure.ac:
15061         Clean up the test for lame presets
15062
15063 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15064
15065         * configure.ac:
15066         * ext/lame/Makefile.am:
15067         * ext/lame/gstlame.c: (gst_lame_class_init),
15068         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15069         Only enable lame presets if version of lame has presets in API
15070
15071 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15072         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15073         * gst/udp/gstudpsrc.h:
15074           Don't call gst_pad_push in a get function. Fixes #150449
15075
15076 2004-08-18  Wim Taymans  <wim@fluendo.com>
15077
15078         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15079         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15080         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15081         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15082         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15083         (gst_fdset_wait):
15084         * gst/tcp/gstfdset.h:
15085         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15086         (gst_multifdsink_client_queue_buffer),
15087         (gst_multifdsink_handle_client_write):
15088         * gst/tcp/gstmultifdsink.h:
15089         Some extra checks in gstfdset.
15090         Only use send() when the fd is a socket. Don't try to
15091         read from write only fds.
15092
15093 2004-08-18  Wim Taymans  <wim@fluendo.com>
15094
15095         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15096         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15097         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15098         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15099         (gst_fdset_wait):
15100         Add more locking and bounds checking.
15101
15102 2004-08-18  Wim Taymans  <wim@fluendo.com>
15103
15104         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15105         Realloc test fdset in the lock and right before starting
15106         the poll call. Bump the limit to 4096.
15107
15108 2004-08-17  David Schleef  <ds@schleef.org>
15109
15110         * sys/sunaudio/Makefile.am:
15111         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15112         of rates and channels.  Make debugging less obnoxious.
15113
15114         Patch from Balamurali Viswanathan implementing a mixer for
15115         Sun audio.  (bug #144091):
15116         * sys/sunaudio/gstsunelement.c:
15117         * sys/sunaudio/gstsunelement.h:
15118         * sys/sunaudio/gstsunmixer.c:
15119         * sys/sunaudio/gstsunmixer.h:
15120
15121 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15122
15123         * gst/audioscale/gstaudioscale.c:
15124         * gst/audioscale/gstaudioscale.h:
15125         made audioscale resample from any sample rate to any sample rate
15126
15127 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15128
15129         * ext/libpng/gstpngdec.c:
15130           error out on unsupported types
15131
15132 2004-08-17  Iain <iaingnome@gmail.com>
15133
15134         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15135         mid_side and loose_mid_side properties if its a stereo stream.
15136
15137 2004-08-17  Wim Taymans  <wim@fluendo.com>
15138
15139         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15140         (theora_get_formats), (theora_dec_src_convert),
15141         (theora_dec_sink_convert), (theora_dec_src_query),
15142         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15143         Add a debug line.
15144
15145 2004-08-17  Wim Taymans  <wim@fluendo.com>
15146
15147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15148         (gst_ogg_pad_push):
15149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15150         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15151         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15152         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15153         Mark delta units in the muxer.
15154         Try to decode the packet after an out-of-sync error from
15155         libogg.
15156
15157 2004-08-17  Wim Taymans  <wim@fluendo.com>
15158
15159         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15160         (gst_multifdsink_init), (gst_multifdsink_add),
15161         (gst_multifdsink_client_queue_buffer),
15162         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15163         * gst/tcp/gstmultifdsink.h:
15164         Added option to send a keyframe to clients as the first buffer.
15165         Make timeout property writable.
15166
15167 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15168
15169         patch by: Wim Taymans
15170
15171         * gst/tcp/gstfdset.c:
15172         * gst/tcp/gstmultifdsink.c:
15173           fix index comparison, should include 0
15174
15175 2004-08-16  Wim Taymans  <wim@fluendo.com>
15176
15177         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15178         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15179         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15180         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15181         (gst_fdset_wait):
15182           copy when reallocing for poll so the select arguments don't get
15183           changed during the call
15184
15185 2004-08-16  Wim Taymans  <wim@fluendo.com>
15186
15187         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15188         (gst_theora_enc_class_init), (theora_enc_sink_link),
15189         (theora_buffer_from_packet), (theora_enc_chain):
15190         Fix bug where buffers were not marked as keyframes
15191         correctly.
15192
15193 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15194
15195         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15196         (gst_lame_preset_get_type), (gst_lame_class_init):
15197         describe the enum values for vbr mode and presets more verbosely
15198
15199 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15200
15201         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15202         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15203         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15204         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15205         * ext/lame/gstlame.h:
15206         add preset property to lame so it can use lame presets
15207
15208 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15209
15210         * ext/lame/gstlame.c: (gst_lame_get_property):
15211         whoops forgot break, thanks teuf
15212
15213 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15214
15215         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15216         (gst_lame_class_init), (gst_lame_src_getcaps),
15217         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15218         (gst_lame_get_property), (gst_lame_setup):
15219         * ext/lame/gstlame.h:
15220         fix lame's broken vbr stuff, allow it to resample if need be, and also
15221         make xing header optional
15222
15223 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15224
15225         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15226         added getcaps function so samplerate doesnt get fixated to silly values
15227
15228 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15229
15230         * ext/lame/gstlame.c: (gst_lame_src_link):
15231         revert previous fix
15232
15233 2004-08-12  Johan Dahlin  <johan@gnome.org>
15234
15235         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15236         checks. Doesn't matter what state we are in. Interfaces are a
15237         compile time thing, not runtime. It also broke the python bindings.
15238
15239 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15240
15241         * ext/lame/gstlame.c: (gst_lame_src_link):
15242         made source pad link function check if sinkpad is ok..fixes the problem
15243         where core fixates the output rate of lame stupidly
15244
15245 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15246
15247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15248         * sys/v4l/v4l_calls.c:
15249         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15250           fix fixate function to handle nonsimple caps.
15251           remove bogus check in _link
15252           cleanups
15253
15254 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15255
15256         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15257         set default compression ratio parameter to 0.0 so bitrate parameter
15258         works :)
15259
15260 2004-08-11  David Schleef  <ds@schleef.org>
15261
15262         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15263
15264 2004-08-11  David Schleef  <ds@schleef.org>
15265
15266         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15267         before.
15268
15269 2004-08-11  David Schleef  <ds@schleef.org>
15270
15271         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15272
15273 2004-08-11  David Schleef  <ds@schleef.org>
15274
15275         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15276           license field
15277         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15278         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15279           LGPL.
15280         * gst/auparse/gstauparse.c: Fix plugin license field.
15281         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15282         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15283         * gst/rtp/gstrtp.c: Fix plugin license field.
15284
15285 2004-08-11  Wim Taymans  <wim@fluendo.com>
15286
15287         * gst/tcp/Makefile.am:
15288         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15289         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15290         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15291         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15292         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15293         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15294         (gst_fdset_fd_can_write), (gst_fdset_wait):
15295         * gst/tcp/gstfdset.h:
15296         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15297         (gst_multifdsink_class_init), (gst_multifdsink_init),
15298         (gst_multifdsink_add), (gst_multifdsink_remove),
15299         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15300         (gst_multifdsink_remove_client_link),
15301         (gst_multifdsink_handle_client_read),
15302         (gst_multifdsink_client_queue_data),
15303         (gst_multifdsink_client_queue_caps),
15304         (gst_multifdsink_client_queue_buffer),
15305         (gst_multifdsink_handle_client_write),
15306         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15307         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15308         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15309         (gst_multifdsink_close):
15310         * gst/tcp/gstmultifdsink.h:
15311         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15312         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15313         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15314         (gst_tcpserversink_close):
15315         * gst/tcp/gsttcpserversink.h:
15316         Abstracted away the select call, implemented poll (yes we ran into
15317         the 1024 limit in production).
15318
15319 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15320
15321         * gst/tcp/gsttcp.c:
15322         * gst/tcp/gsttcpplugin.c:
15323           improve debuggging, remove assert
15324
15325 2004-08-10  Wim Taymans  <wim@fluendo.com>
15326
15327         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15328         (gst_client_status_get_type), (gst_multifdsink_class_init),
15329         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15330         (gst_multifdsink_handle_client_read),
15331         (gst_multifdsink_handle_client_write),
15332         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15333         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15334         (gst_multifdsink_get_property):
15335         * gst/tcp/gstmultifdsink.h:
15336         * gst/tcp/gsttcp-marshal.list:
15337         Starting to prepare for specifying buffer time in other units
15338         than buffers. Expose remove reason in signal.
15339
15340 2004-08-10  Wim Taymans  <wim@fluendo.com>
15341
15342         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15343         (gst_multifdsink_remove), (gst_multifdsink_clear),
15344         (gst_multifdsink_remove_client_link),
15345         (gst_multifdsink_handle_client_read),
15346         (gst_multifdsink_client_queue_data),
15347         (gst_multifdsink_client_queue_buffer),
15348         (gst_multifdsink_handle_client_write),
15349         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15350         (gst_multifdsink_chain), (gst_multifdsink_close):
15351         * gst/tcp/gstmultifdsink.h:
15352         Added more debugging info. Changed the way clients are
15353         removed from the lists. Fixed a bug where a bad file descriptor
15354         could cause many clients to be removed.
15355
15356 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15357
15358         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15359           allow all pixel-aspect-ratios, not just 1:1
15360
15361 2004-08-09  David Schleef  <ds@schleef.org>
15362
15363         * sys/glsink/ARB_multitexture.h:  Remove old files.
15364         * sys/glsink/EXT_paletted_texture.h:
15365         * sys/glsink/NV_register_combiners.h:
15366         * sys/glsink/gstgl_nvimage.c:
15367         * sys/glsink/gstgl_pdrimage.c:
15368         * sys/glsink/gstgl_rgbimage.c:
15369         * sys/glsink/gstglsink.c:
15370         * sys/glsink/gstglsink.h:
15371         * sys/glsink/gstglxwindow.c:
15372         * sys/glsink/regcomb_yuvrgb.c:
15373
15374 2004-08-09  David Schleef  <ds@schleef.org>
15375
15376         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15377         GL sink plugin.  (Bug #147302)
15378
15379         * configure.ac: Test for OpenGL
15380         * sys/Makefile.am: Use test for OpenGL
15381         * sys/glsink/Makefile.am:
15382         * sys/glsink/glimagesink.c: rewrite
15383         * sys/glsink/glimagesink.h: rewrite
15384
15385 2004-08-09  David Schleef  <ds@schleef.org>
15386
15387         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15388         sane framerates.
15389         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15391         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15392
15393 2004-08-09  Wim Taymans  <wim@fluendo.com>
15394
15395         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15396         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15397         (gst_multifdsink_client_remove),
15398         (gst_multifdsink_handle_client_read),
15399         (gst_multifdsink_handle_client_write),
15400         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15401         Do a bit more logging, make the client_read code more robust.
15402
15403 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15404
15405         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15406         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15407         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15408         (gst_jpegdec_init), (gst_jpegdec_chain):
15409         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15410         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15411           cleanups, debugging fixes and memleak plugging
15412
15413 2004-08-09  Wim Taymans  <wim@fluendo.com>
15414
15415         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15416         (theora_get_formats), (theora_dec_src_convert),
15417         (theora_dec_sink_convert), (theora_dec_src_query),
15418         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15419         (theora_dec_change_state):
15420         Don't crash on missing header packets.
15421
15422 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15423
15424         * po/LINGUAS:
15425         * po/sq.po:
15426           Added Albanian translation (Laurent Dhima)
15427         * po/cs.po:
15428           updated
15429
15430 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15431
15432         * ext/lame/gstlame.c:
15433           fix/add debugging
15434
15435 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15436
15437         * sys/ximage/ximagesink.c:
15438         * sys/xvimage/xvimagesink.c:
15439           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15440
15441 2004-08-06  Wim Taymans  <wim@fluendo.com>
15442
15443         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15444         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15445         (gst_multifdsink_client_remove),
15446         (gst_multifdsink_handle_client_read),
15447         (gst_multifdsink_handle_client_write),
15448         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15449         Make sure we don't try to read more from a client that what
15450         ioctl says us or we deadlock.
15451
15452 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15453
15454         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15455         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15456         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15457           decouple running_time and n_frames so it can handle changing
15458           framerate while running
15459
15460 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15461
15462         * po/nl.po:
15463         * po/sv.po:
15464           updated translations
15465
15466 2004-08-04  Benjamin Otte  <otte@gnome.org>
15467
15468         * gst/videotestsrc/gstvideotestsrc.c:
15469         (gst_videotestsrc_get_capslist), (generate_capslist),
15470         (plugin_init):
15471           generate the list of supported caps at startup and reuse it instead
15472           of always generating it
15473
15474 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15475
15476         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15477           whoops, last checkin broke normal build
15478
15479 2004-08-03  Benjamin Otte  <otte@gnome.org>
15480
15481         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15482         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15483         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15484         (gst_alsa_mixer_get_option):
15485         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15486         (dvdnavsrc_print_event):
15487         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15489         (gst_ogg_mux_pad_unlink):
15490         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15491         (gst_multipart_mux_pad_unlink):
15492         * gst/videofilter/gstvideobalance.c:
15493         (gst_videobalance_colorbalance_set_value):
15494         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15495         (gst_videomixer_pad_unlink):
15496         * po/uk.po:
15497         * sys/oss/gstossmixer.c:
15498         * sys/v4l/gstv4lcolorbalance.c:
15499         * sys/v4l/gstv4ltuner.c:
15500         * sys/v4l/v4lsrc_calls.c:
15501         * sys/v4l2/gstv4l2colorbalance.c:
15502         * sys/v4l2/gstv4l2tuner.c:
15503           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15504
15505 2004-08-03  Benjamin Otte  <otte@gnome.org>
15506
15507         * examples/dynparams/filter.c: (ui_control_create):
15508         * examples/gstplay/player.c: (print_tag):
15509         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15510         * ext/gdk_pixbuf/gstgdkanimation.c:
15511         (gst_gdk_animation_iter_may_advance):
15512         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15513         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15514         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15515         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15516         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15517         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15518         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15519         * gst/sine/demo-dparams.c: (main):
15520         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15521         * testsuite/alsa/formats.c: (create_pipeline):
15522         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15523           fixes for G_DISABLE_ASSERT and friends
15524         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15525         (mp3_type_frame_length_from_header), (mp3_type_find),
15526         (plugin_init):
15527           require mp3 typefinding to have at least MIN_HEADERS valid headers
15528           add typefinding for AAC adts files
15529
15530 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15531
15532         * sys/ximage/ximagesink.c:
15533         (gst_ximagesink_calculate_pixel_aspect_ratio):
15534         * sys/xvimage/xvimagesink.c:
15535         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15536         Make sure we calculate pixel-aspect-ratio using floating point maths
15537
15538 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15539
15540         * po/uk.po:
15541           updated translation
15542
15543 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15544
15545         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15547           add debugging for display PAR calculation
15548
15549 2004-08-02  David Schleef  <ds@schleef.org>
15550
15551         * configure.ac: Fix mikmod CFLAGS.
15552
15553 2004-07-27  Benjamin Otte  <otte@gnome.org>
15554
15555         * gst/audioscale/gstaudioscale.c:
15556         - fix templates to only support S16, it's the only format that works
15557         - make caps nego code use try_set_caps_nonfixed and fixation instead
15558         of try_set_caps twice, which is not nice for autopluggers
15559         - change rank to secondary, so autopluggers can pick it up after
15560         audioconvert
15561
15562 2004-08-02  Iain <iain@prettypeople.org>
15563
15564         * gst/interleave/interleave.c (interleave_init),
15565         (interleave_request_new_pad),
15566         (interleave_pad_removed),
15567         (interleave_buffered_loop): Use the real pad count, not the artificial
15568         one.
15569
15570 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15571
15572         * configure.ac: bump nano back to development
15573
15574 === release 0.8.3 ===
15575
15576 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15577
15578         * configure.ac: releasing 0.8.3, "Water"
15579
15580 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15581
15582         * sys/xvimage/xvimagesink.c:
15583         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15584         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15585         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15586         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15587         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15588         * sys/xvimage/xvimagesink.h:
15589           apply similar PAR fixes as to ximagesink
15590
15591 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15592
15593         patch from: Benjamin Otte
15594
15595         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15596           add link function to lame.  Fixes #148986.
15597
15598 2004-08-02  Johan Dahlin  <johan@gnome.org>
15599
15600         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15601         fix debugging log
15602
15603 2004-07-30  David Schleef  <ds@schleef.org>
15604
15605         * gst/videomixer/Makefile.am: Fix things that should have been
15606         fixed in the last checkin.
15607
15608 2004-07-30  David Schleef  <ds@schleef.org>
15609
15610         * gst/multipart/Makefile.am: Fix things that should have been
15611         fixed in the last checkin.
15612
15613 2004-07-30  David Schleef  <ds@schleef.org>
15614
15615         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15616
15617 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15618
15619         * configure.ac:
15620           bump nano for prerelease
15621         * po/af.po:
15622         * po/az.po:
15623         * po/cs.po:
15624         * po/en_GB.po:
15625         * po/hu.po:
15626         * po/nl.po:
15627         * po/sr.po:
15628         * po/sv.po:
15629         * po/uk.po:
15630           updates
15631
15632 2004-07-30  Wim Taymans  <wim@fluendo.com>
15633
15634         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15635         (gst_multifdsink_add), (gst_multifdsink_remove),
15636         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15637         (gst_multifdsink_client_remove),
15638         (gst_multifdsink_handle_client_write),
15639         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15640         * gst/tcp/gstmultifdsink.h:
15641         Recover from a select with a bad file descriptor by removing
15642         the client.
15643
15644 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15645
15646         * configure.ac:
15647           fix requirement of core
15648         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15649         (gst_play_pipeline_setup):
15650           don't use colorspace element.  do use hermescolorspace element.
15651           make macro to get a colorspace element.
15652           mark strings for translation.
15653         * po/POTFILES.in:
15654           add play.c
15655         * po/af.po:
15656         * po/az.po:
15657         * po/cs.po:
15658         * po/en_GB.po:
15659         * po/hu.po:
15660         * po/nl.po:
15661         * po/sr.po:
15662         * po/sv.po:
15663         * po/uk.po:
15664           update translations
15665
15666 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15667
15668         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15669         fix default for newmedia flag
15670
15671 2004-07-30  Wim Taymans  <wim@fluendo.com>
15672
15673         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15674         (gst_theora_dec_init), (theora_get_formats),
15675         (theora_dec_src_convert), (theora_dec_sink_convert),
15676         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15677         (theora_dec_chain), (theora_dec_set_property),
15678         (theora_dec_get_property):
15679         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15680         (gst_theora_enc_class_init), (gst_theora_enc_init),
15681         (theora_enc_sink_link), (theora_enc_chain),
15682         (theora_enc_set_property), (theora_enc_get_property):
15683         Added cropping option to theora decoder.
15684         Added border option to theora encoder.
15685
15686 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15687
15688         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15689         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15690         (gst_pngenc_set_property):
15691         * ext/libpng/gstpngenc.h:
15692         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
15693
15694 2004-07-30  Wim Taymans  <wim@fluendo.com>
15695
15696         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15697         (theora_enc_sink_link), (theora_enc_chain),
15698         (theora_enc_set_property), (theora_enc_get_property):
15699         Fix encoding of non-multiple-of-16 video.
15700
15701 2004-07-29  David Schleef  <ds@schleef.org>
15702
15703         * configure.ac: make test for audiofile more strict
15704
15705 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15706
15707         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15708           give different names to typefind functions
15709
15710 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15711
15712         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15713         (gst_ximagesink_calculate_pixel_aspect_ratio),
15714         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15715         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15716         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15717         (gst_ximagesink_get_property), (gst_ximagesink_init):
15718         * sys/ximage/ximagesink.h:
15719           allocate PAR's dynamically.
15720           use autodetected PAR if no object-set PAR is given.
15721           add workaround for directfb's X not setting physical size.
15722           fix to xvimagesink will follow tomorrow.
15723
15724 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15725
15726         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15727         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15728         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15729         (gst_shout2send_class_init), (gst_shout2send_init),
15730         (set_shout_metadata), (gst_shout2send_set_metadata),
15731         (gst_shout2send_chain), (gst_shout2send_set_property),
15732         (gst_shout2send_get_property), (gst_shout2send_connect),
15733         (gst_shout2send_change_state):
15734         * ext/shout2/gstshout2.h:
15735         - fix for sending mp3 audio to icecast2 server, if pad link function not
15736         called before PAUSED state
15737         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15738         - added tagging support for mp3 audio broadcasted
15739         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15740         debug info
15741
15742 2004-07-28  Wim Taymans  <wim@fluendo.com>
15743
15744         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15745         (gst_ogg_demux_push):
15746         Return query failure when we don't know the length of
15747         an ogg stream insteda of returning TRUE with a bogus value.
15748
15749 2004-07-28  Wim Taymans  <wim@fluendo.com>
15750
15751         * ext/theora/theoradec.c: (theora_get_formats),
15752         (theora_dec_src_convert), (theora_dec_sink_convert),
15753         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15754         (theora_dec_chain):
15755         Don't screw up the 1 Chroma for 1 luma sample situation when we
15756         have an odd offset/width by adding a black border in those cases.
15757
15758 2004-07-28  Wim Taymans  <wim@fluendo.com>
15759
15760         * ext/theora/theoradec.c: (theora_get_formats),
15761         (theora_dec_src_convert), (theora_dec_sink_convert),
15762         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15763         (theora_dec_chain):
15764         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15765         Added first attempt at cropping of the image as required by the
15766         theora spec. We need more properties in the caps (offset_x,
15767         offset_y,stride) to implement this correctly.
15768
15769 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15770
15771         * ext/dvdnav/README:
15772           Update the README to use dvddemux
15773         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15774           Ensure getcaps returns a subset of the template caps
15775         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15776         (gst_mpeg2subt_init):
15777           Ensure getcaps returns a subset of the template caps
15778         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15779         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15780         (gst_dvd_demux_get_subpicture_stream),
15781         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15782         * gst/mpegstream/gstdvddemux.h:
15783           Set the explicit caps on the current_video pad before pushing
15784           anything
15785         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15786         (gst_mpeg_demux_get_audio_stream):
15787           Free caps used to gst_pad_set_explicit_caps, which takes a const
15788           GstCaps *
15789
15790 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         * configure.ac: update GStreamer requirement to 0.8.4 because of
15793           GstFraction.
15794
15795 2004-07-28  Wim Taymans  <wim@fluendo.com>
15796
15797         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15798         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15799         Add the pad to the element after setting up the caps. This
15800         makes it a lot easier to autoplug.
15801
15802 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15803
15804         * gst/median/gstmedian.c:
15805         * gst/mpeg2subt/gstmpeg2subt.c:
15806         * gst/mpegaudioparse/gstmpegaudioparse.c:
15807         * gst/mpegstream/gstdvddemux.c:
15808         * gst/mpegstream/gstmpegdemux.c:
15809         * gst/mpegstream/gstmpegpacketize.c:
15810         * gst/rtjpeg/gstrtjpeg.c:
15811         * gst/rtjpeg/gstrtjpegdec.c:
15812         * gst/rtjpeg/gstrtjpegenc.c:
15813         * gst/sine/gstsinesrc.c:
15814         * gst/smooth/gstsmooth.c:
15815         * gst/smpte/gstsmpte.c:
15816         * gst/smpte/gstsmpte.h:
15817         * gst/stereo/gststereo.c:
15818         * gst/videofilter/gstgamma.c:
15819         * gst/videofilter/gstvideobalance.c:
15820         * gst/videofilter/gstvideofilter.c:
15821         * gst/videofilter/gstvideoflip.c:
15822         * gst/videoscale/gstvideoscale.c:
15823         * gst/videoscale/videoscale.c:
15824         * gst/videotestsrc/gstvideotestsrc.c:
15825         * gst/videotestsrc/videotestsrc.c:
15826         * gst/wavenc/gstwavenc.c:
15827         * gst/wavparse/gstwavparse.c:
15828           fix local includes and 64 bits constants
15829
15830 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15831
15832         * win32/gst.sln:
15833         * gst-libs/gst/*/*.vcproj:
15834         * gst/*/*.vcproj:
15835           more working plugins
15836
15837 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15838
15839         * testsuite/alsa/Makefile.am:
15840         * testsuite/alsa/srcstate.c:
15841         add test for alsasrc changing state
15842
15843 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15844
15845         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15846         (gst_silence_get):
15847         * gst/silence/gstsilence.h:
15848         fix silence generation for 16bit raw audio
15849
15850 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15851
15852         * gst/matroska/matroska-demux.c:
15853         (gst_matroska_demux_parse_metadata),
15854         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15855         * gst/mpegaudio/common.c:
15856         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15857         (gst_videoscale_getcaps), (gst_videoscale_link),
15858         (gst_videoscale_src_fixate), (gst_videoscale_init),
15859         (gst_videoscale_finalize):
15860         * gst/videoscale/gstvideoscale.h:
15861         * gst/videotestsrc/gstvideotestsrc.c:
15862         (gst_videotestsrc_get_capslist):
15863         * gst/wavenc/gstwavenc.c:
15864         * sys/oss/gstossmixer.c: (fill_labels):
15865         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15866         (gst_ximagesink_handle_xevents),
15867         (gst_ximagesink_calculate_pixel_aspect_ratio),
15868         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15869         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15870         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15871         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15872         (gst_ximagesink_init), (gst_ximagesink_class_init):
15873         * sys/ximage/ximagesink.h:
15874         * sys/xvimage/xvimagesink.c:
15875         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15876         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15877         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15878         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15879         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15880         * sys/xvimage/xvimagesink.h:
15881           first batch of pixel aspect ratio commits.
15882
15883 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15884
15885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15886         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15887         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15888           handle stride, needs work if we want to move stride handling
15889           upstream, but works correctly for our purposes.
15890
15891 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15892
15893         * gst/videoscale/README:
15894           add testing examples
15895         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15896         (gst_videoscale_chain):
15897         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15898         (gst_videoscale_get_size):
15899           add get_size function that handles stride like videotestsrc.
15900           fixes conversion for YUV formats for as much as I can test them.
15901
15902 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15903
15904         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15905         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15907         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15908         (gst_xvimagesink_xvimage_put):
15909           further cleanups, logging, error handling and synchronizing
15910
15911 2004-07-27  Wim Taymans  <wim@fluendo.com>
15912
15913         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15914         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15915         (gst_videomixer_pad_set_property),
15916         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15917         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15918         (gst_videomixer_class_init), (gst_videomixer_init),
15919         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15920         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15921         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15922         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15923         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15924         (gst_videomixer_loop), (plugin_init):
15925         Be a nicer negotiation citizen and provide a getcaps function on
15926         the srcpad. This also fixes a crash when resizing.
15927
15928 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15929
15930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15931         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15932
15933 2004-07-27  Wim Taymans  <wim@fluendo.com>
15934
15935         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15936         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15937         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15938         (gst_pngenc_set_property):
15939         * ext/libpng/gstpngenc.h:
15940         Added snapshot property to pngenc.
15941         removed g_print from pngdec
15942
15943 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15944
15945         * gst/ac3parse/ac3parse.vcproj
15946         * gst/adder/adder.vcproj
15947         * gst/alpha/alpha.vcproj
15948         * gst/alpha/alphacolor.vcproj
15949         * gst/asfdemux/asf.vcproj
15950         * gst/audioconvert/audioconvert.vcproj
15951         * gst/audiorate/audiorate.vcproj
15952         * gst/audioscale/audioscale.vcproj
15953         * gst/auparse/auparse.vcproj
15954         * gst/avi/avi.vcproj
15955         * gst/cdxaparse/cdxaparse.vcproj
15956         * gst/chart/chart.vcproj
15957         * gst/colorspace/colorspace.vcproj
15958         * gst/cutter/cutter.vcproj
15959         * gst/debug/debug.vcproj
15960         * gst/debug/efence.vcproj
15961         * gst/debug/navigationtest.vcproj
15962         * gst/deinterlace/deinterlace.vcproj
15963         * gst/effectv/effectv.vcproj
15964         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15965         * gst/filter/filter.vcproj
15966         * gst/flx/flxdec.vcproj
15967         * gst/goom/goom.vcproj
15968         * gst/interleave/interleave.vcproj
15969         * gst/law/alaw.vcproj
15970         * gst/law/mulaw.vcproj
15971         * gst/matroska/matroska.vcproj
15972         * gst/median/median.vcproj
15973         * gst/mixmatrix/mixmatrix.vcproj
15974         * gst/mpeg1sys/mpeg1systemencode.vcproj
15975         * gst/mpeg1videoparse/mp1videoparse.vcproj
15976         * gst/mpeg2sub/mpeg2subt.vcproj
15977         * gst/mpegaudio/mpegaudio.vcproj
15978         * gst/mpegaudioparse/mpegaudioparse.vcproj
15979         * gst/mpegstream/mpegstream.vcproj
15980         * gst/multifilesink/multifilesink.vcproj
15981         * gst/multipart/multipart.vcproj
15982         * gst/oneton/oneton.vcproj
15983         * gst/overlay/overlay.vcproj
15984         * gst/passthrough/passthrough.vcproj
15985         * gst/qtdemux/qtdemux.vcproj
15986         * gst/realmedia/rmdemux.vcproj
15987         * gst/rtjpeg/rtjpeg.vcproj
15988         * gst/rtp/rtp.vcproj
15989         * gst/silence/silence.vcproj
15990         * gst/sine/sinesrc.vcproj
15991         * gst/smooth/smooth.vcproj
15992         * gst/smpte/smpte.vcproj
15993         * gst/spectrum/spectrum.vcproj
15994         * gst/speed/speed.vcproj
15995         * gst/stereo/stereo.vcproj
15996         * gst/switch/switch.vcproj
15997         * gst/tags/tagedit.vcproj
15998         * gst/tcp/tcp.vcproj
15999         * gst/typefind/typefindfunctions.vcproj
16000         * gst/udp/udp.vcproj
16001         * gst/videobox/videobox.vcproj
16002         * gst/videocrop/videocrop.vcproj
16003         * gst/videodrop/videodrop.vcproj
16004         * gst/videofilter/gamma.vcproj
16005         * gst/videofilter/videobalance.vcproj
16006         * gst/videofilter/videofilter.vcproj
16007         * gst/videofilter/videoflip.vcproj
16008         * gst/videoflip/videoflip.vcproj
16009         * gst/videomixer/videomixer.vcproj
16010         * gst/videorate/videorate.vcproj
16011         * gst/videoscale/videoscale.vcproj
16012         * gst/videotestsrc/videotestsrc.vcproj
16013         * gst/virtualdub/virtualdub.vcproj
16014         * gst/volenv/volenv.vcproj
16015         * gst/volume/volume.vcproj
16016         * gst/wavenc/wavenc.vcproj
16017         * gst/wavparse/wavparse.vcproj
16018         * gst/y4m/y4menc.vcproj
16019         * gst-libs/gst/audio/audio.vcproj
16020         * gst-libs/gst/audio/audiofilter.vcproj
16021         * gst-libs/gst/colorbalance/colorbalance.vcproj
16022         * gst-libs/gst/idct/idtc.vcproj
16023         * gst-libs/gst/media-info/media-info.vcproj
16024         * gst-libs/gst/mixer/mixer.vcproj
16025         * gst-libs/gst/navigation/navigation.vcproj
16026         * gst-libs/gst/play/play.vcproj
16027         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16028         * gst-libs/gst/resample/resample.vcproj
16029         * gst-libs/gst/riff/riff.vcproj
16030         * gst-libs/gst/tuner/tuner.vcproj
16031         * gst-libs/gst/video/video.vcproj
16032         * gst-libs/gst/xoverlay/xoverlay.vcproj
16033           avoid problems with math.h, fix release dependancy
16034           rename GStreamer-0.8.lib to libgstreamer.lib
16035
16036 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16037
16038         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16040         the atom is not available we have to unlock the mutex. Fixes #148023
16041
16042 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16043
16044         * gst-libs/gst/media-info/media-info.h:
16045           issue for a vararg macro with MSVC
16046
16047 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16048
16049         * gst/effectv/effectv.vcproj
16050         * gst-libs/gst/idct/idct.vcproj:
16051         * gst-libs/gst/media-info/media-info.vcproj:
16052         * gst-libs/gst/navigation/navigation.vcproj:
16053         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16054         * gst-libs/gst/video/video.vcproj:
16055         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16056           fixes for build problems
16057
16058 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16059
16060         * gst-libs/gst/audio/audio.def:
16061         * gst-libs/gst/audio/riff.def:
16062           add some definitions needed by plugins
16063
16064 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16065
16066         * gst/asfdemux/gstasfmux.c
16067           Fix some 64 bits constants to be glib friendly
16068
16069 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16070
16071         * gst/ac3parse/gstac3parse.c
16072         * gst/audioscale/gstaudioscale.c
16073         * gst/auparse/gstauparse.c
16074         * gst/colorspace/gstcolorspace.c
16075         * gst/colorspace/yuv2rgb.h
16076           local include fixes
16077
16078 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16079
16080         * win32/gst.sln
16081           add more plugins to the build
16082
16083 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16084
16085         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16086         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16087
16088 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16089
16090         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16091         (gst_level_set_property), (gst_level_get_property),
16092         (gst_level_base_init), (gst_level_class_init):
16093           add debugging categories.  cleanups.
16094
16095 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16096
16097         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16098         (gst_videoscale_planar411), (gst_videoscale_planar400),
16099         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16100         (gst_videoscale_scale_nearest_str1),
16101         (gst_videoscale_scale_nearest_str2),
16102         (gst_videoscale_scale_nearest_str4),
16103         (gst_videoscale_scale_nearest_16bit),
16104         (gst_videoscale_scale_nearest_24bit):
16105           fixed stride issues
16106           tested with 320x240 -> 321, 322, 324 x240
16107           tested with YV12, I420, YUY2, UYVY
16108           fixed packed422rev (don't think it could have worked before)
16109           by testing with UYVY
16110
16111 2004-07-26  Benjamin Otte  <otte@gnome.org>
16112
16113         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16114         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16115         (plugin_init):
16116           add debugging category, add error checks like checking return values
16117           of setup calls, make sure it still works after
16118           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16119
16120 2004-07-26  Wim Taymans  <wim@fluendo.com>
16121
16122         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16123         (gst_mpeg_demux_get_audio_stream),
16124         (gst_mpeg_demux_process_private):
16125         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16126         Check for error codes from the negotiation functions. Make sure
16127         we really set the pad caps when a new pad is created.
16128
16129 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16130
16131         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16132         (gst_ffmpeg_caps_to_pix_fmt):
16133         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16134         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16135         (gst_ffmpegcolorspace_pad_link):
16136           don't make function do two things at the same time without reason.
16137
16138 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16139
16140         * gst/ac3parse/ac3parse.vcproj
16141         * gst/adder/adder.vcproj
16142         * gst/alpha/alpha.vcproj
16143         * gst/alpha/alphacolor.vcproj
16144         * gst/asfdemux/asf.vcproj
16145         * gst/audioconvert/audioconvert.vcproj
16146         * gst/audiorate/audiorate.vcproj
16147         * gst/audioscale/audioscale.vcproj
16148         * gst/auparse/auparse.vcproj
16149         * gst/avi/avi.vcproj
16150         * gst/cdxaparse/cdxaparse.vcproj
16151         * gst/chart/chart.vcproj
16152         * gst/colorspace/colorspace.vcproj
16153         * gst/cutter/cutter.vcproj
16154         * gst/debug/debug.vcproj
16155         * gst/debug/efence.vcproj
16156         * gst/debug/navigationtest.vcproj
16157         * gst/deinterlace/deinterlace.vcproj
16158         * gst/effectv/effectv.vcproj
16159         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16160         * gst/filter/filter.vcproj
16161         * gst/flx/flxdec.vcproj
16162         * gst/goom/goom.vcproj
16163         * gst/interleave/interleave.vcproj
16164         * gst/law/alaw.vcproj
16165         * gst/law/mulaw.vcproj
16166         * gst/matroska/matroska.vcproj
16167         * gst/median/median.vcproj
16168         * gst/mixmatrix/mixmatrix.vcproj
16169         * gst/mpeg1sys/mpeg1systemencode.vcproj
16170         * gst/mpeg1videoparse/mp1videoparse.vcproj
16171         * gst/mpeg2sub/mpeg2subt.vcproj
16172         * gst/mpegaudio/mpegaudio.vcproj
16173         * gst/mpegaudioparse/mpegaudioparse.vcproj
16174         * gst/mpegstream/mpegstream.vcproj
16175         * gst/multifilesink/multifilesink.vcproj
16176         * gst/multipart/multipart.vcproj
16177         * gst/oneton/oneton.vcproj
16178         * gst/overlay/overlay.vcproj
16179         * gst/passthrough/passthrough.vcproj
16180         * gst/qtdemux/qtdemux.vcproj
16181         * gst/realmedia/rmdemux.vcproj
16182         * gst/rtjpeg/rtjpeg.vcproj
16183         * gst/rtp/rtp.vcproj
16184         * gst/silence/silence.vcproj
16185         * gst/sine/sinesrc.vcproj
16186         * gst/smooth/smooth.vcproj
16187         * gst/smpte/smpte.vcproj
16188         * gst/spectrum/spectrum.vcproj
16189         * gst/speed/speed.vcproj
16190         * gst/stereo/stereo.vcproj
16191         * gst/switch/switch.vcproj
16192         * gst/tags/tagedit.vcproj
16193         * gst/tcp/tcp.vcproj
16194         * gst/typefind/typefindfunctions.vcproj
16195         * gst/udp/udp.vcproj
16196         * gst/videobox/videobox.vcproj
16197         * gst/videocrop/videocrop.vcproj
16198         * gst/videodrop/videodrop.vcproj
16199         * gst/videofilter/gamma.vcproj
16200         * gst/videofilter/videobalance.vcproj
16201         * gst/videofilter/videofilter.vcproj
16202         * gst/videofilter/videoflip.vcproj
16203         * gst/videoflip/videoflip.vcproj
16204         * gst/videomixer/videomixer.vcproj
16205         * gst/videorate/videorate.vcproj
16206         * gst/videoscale/videoscale.vcproj
16207         * gst/videotestsrc/videotestsrc.vcproj
16208         * gst/virtualdub/virtualdub.vcproj
16209         * gst/volenv/volenv.vcproj
16210         * gst/volume/volume.vcproj
16211         * gst/wavenc/wavenc.vcproj
16212         * gst/wavparse/wavparse.vcproj
16213         * gst/y4m/y4menc.vcproj
16214           more plugins supported under windows
16215
16216 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16217
16218         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16219         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16220         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16222         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16223           Add debugging statements.  Use the sizes as returned by the
16224           *CreateImage calls.
16225
16226 2004-07-26  Johan Dahlin  <johan@gnome.org>
16227
16228         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16229         the pad is negotiated.
16230
16231         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16232
16233 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16234
16235         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16236         * gst-libs/gst/idct/idct.vcproj:
16237         * gst-libs/gst/media-info/media-info.vcproj:
16238         * gst-libs/gst/mixer/mixer.vcproj:
16239         * gst-libs/gst/navigation/navigation.vcproj:
16240         * gst-libs/gst/play/play.vcproj:
16241         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16242         * gst-libs/gst/resample/resample.vcproj:
16243         * gst-libs/gst/tuner/tuner.vcproj:
16244         * gst-libs/gst/video/video.vcproj:
16245         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16246           more plugins supported under windows
16247
16248 2004-07-25 Iain <iain@prettypeople.org>
16249
16250         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16251         pad now rather than when the pad is created because state changes wipe
16252         explicit caps (fixes #148043).
16253
16254 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16255
16256         reviewed by Benjamin Otte  <otte@gnome.org>
16257
16258         * ext/mad/gstmad.c:
16259           fix mad plugin crashing on Sun (fixes #148289)
16260
16261 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16262
16263         * gst/avi/avi.def:
16264         * gst/avi/avi.vcproj:
16265         * gst/matroska/matroska.def:
16266         * gst/matroska/matroska.vcproj:
16267           remove unused .def files
16268
16269 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16270
16271         * gst-libs/gst/audio/gstaudiofilter.c:
16272           Clean the local include
16273
16274 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16275
16276         * win32/gst.sln:
16277         * gst-libs/gst/audio/audio.def:
16278         * gst-libs/gst/audio/audio.vcproj:
16279         * gst-libs/gst/audio/audiofilter.vcproj:
16280         * gst-libs/gst/audio/riff.def:
16281         * gst-libs/gst/audio/riff.vcproj:
16282         * gst-libs/gst/gst-libs.def:
16283         * gst-libs/gst/gst-libs.vcproj:
16284         * gst/avi/avi.vcproj:
16285         * gst/avi/avi.vcproj:
16286           Copy the files where needed after building, cleaner projects
16287
16288 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16289
16290         * gst/matroska/ebml-write.c:
16291           Fix some 64 bits constants to be glib friendly
16292
16293 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16294
16295         * win32/gst.sln:
16296         * gst-libs/gst/gst-libs.def:
16297         * gst-libs/gst/gst-libs.vcproj:
16298         * gst/matroska/matroska.def:
16299         * gst/matroska/matroska.vcproj:
16300           Add the preliminary canvas to build plugins on Win32
16301
16302 2004-07-23  Benjamin Otte  <otte@gnome.org>
16303
16304         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16305           don't enfore negotiation from source side, it breaks
16306           sinesrc ! audioconvert ! osssink
16307
16308 2004-07-22  David Schleef  <ds@schleef.org>
16309
16310         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16311         for ELF files, since they can easily be recognized as audio/mpeg.
16312         (bug #147441)
16313
16314 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16315
16316         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16317         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16318         (gst_videoscale_scale_nearest_24bit),
16319         (gst_videoscale_scale_nearest_16bit):
16320           fix 16bit and 24bit for stride (24bit might need testing)
16321           don't pretend we do more than one algorithm
16322
16323 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16324
16325         * configure.ac:
16326         * gst/Makefile.am:
16327         * gst/multifilesink/Makefile.am:
16328         * gst/multifilesink/gstmultifilesink.c:
16329         (gst_multifilesink_get_formats),
16330         (gst_multifilesink_get_query_types), (_do_init),
16331         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16332         (gst_multifilesink_init), (gst_multifilesink_dispose),
16333         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16334         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16335         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16336         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16337         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16338         (gst_multifilesink_uri_get_type),
16339         (gst_multifilesink_uri_get_protocols),
16340         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16341         (gst_multifilesink_uri_handler_init), (plugin_init):
16342         * gst/multifilesink/gstmultifilesink.h:
16343         * testsuite/Makefile.am:
16344         * testsuite/multifilesink/Makefile.am:
16345         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16346         (gst_newmedia_class_init), (gst_newmedia_init),
16347         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16348         (newfile_signal), (test_signal), (main):
16349         multifilesink plugin for creating new files every time a new media
16350         discontinuity event occurs
16351
16352 2004-07-22  Wim Taymans  <wim@fluendo.com>
16353
16354         * gst/alpha/Makefile.am:
16355         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16356         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16357         (gst_alpha_color_init), (gst_alpha_color_set_property),
16358         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16359         (transform), (gst_alpha_color_chain),
16360         (gst_alpha_color_change_state), (plugin_init):
16361         Stupid plugin to to RGBA to AYUV conversion because none of
16362         the colorspace plugins can handle that yet.
16363
16364 2004-07-22  Wim Taymans  <wim@fluendo.com>
16365
16366         * examples/seeking/seek.c: (update_scale), (main):
16367         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16368         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16369         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16370         (gst_decode_bin_init), (gst_decode_bin_dispose),
16371         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16372         (no_more_pads), (close_link), (type_found),
16373         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16374         (plugin_init):
16375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16376         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16377         (gst_play_base_bin_dispose), (queue_overrun),
16378         (gen_preroll_element), (remove_prerolls), (unknown_type),
16379         (no_more_pads), (new_stream), (setup_source),
16380         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16381         (play_base_eos), (gst_play_base_bin_change_state),
16382         (gst_play_base_bin_add_element),
16383         (gst_play_base_bin_remove_element),
16384         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16385         (gst_play_base_bin_unlink_stream),
16386         (gst_play_base_bin_get_streaminfo):
16387         * gst/playback/gstplaybin.c: (gen_video_element),
16388         (gen_audio_element):
16389         * gst/playback/gststreaminfo.h:
16390         More playback updates, attempt to fix things after the state change
16391         breakage.
16392
16393 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16394
16395         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16396         (gst_videoscale_scale_nearest_16bit):
16397           comment algorithm
16398
16399 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16400
16401         * gst/videotestsrc/gstvideotestsrc.c:
16402         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16403         (gst_videotestsrc_init), (gst_videotestsrc_get),
16404         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16405         (gst_videotestsrc_get_property):
16406         * gst/videotestsrc/gstvideotestsrc.h:
16407         * gst/videotestsrc/videotestsrc.c:
16408         * gst/videotestsrc/videotestsrc.h:
16409           cleanup and commenting
16410
16411 2004-07-21  Wim Taymans  <wim@fluendo.com>
16412
16413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16414         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16415         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16416         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16417         (_find_chain_get_unknown_part), (_find_streams_check),
16418         (gst_ogg_demux_push), (gst_ogg_pad_push):
16419         * ext/theora/theoradec.c: (theora_get_formats),
16420         (theora_dec_src_convert), (theora_dec_sink_convert),
16421         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16422         (theora_dec_chain):
16423         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16424         (vorbis_dec_convert), (vorbis_dec_src_query),
16425         (vorbis_dec_src_event), (vorbis_dec_event):
16426         More seeking fixes, oggdemux now supports seeking to time and
16427         uses the downstream element to convert granulepos to time.
16428         Seeking in theora-only ogg files now works.
16429
16430 2004-07-21  Wim Taymans  <wim@fluendo.com>
16431
16432         * ext/theora/theoradec.c: (gst_theora_dec_init),
16433         (theora_get_formats), (theora_get_event_masks),
16434         (theora_get_query_types), (theora_dec_src_convert),
16435         (theora_dec_sink_convert), (theora_dec_src_query),
16436         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16437         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16438         (vorbis_get_event_masks), (vorbis_get_query_types),
16439         (gst_vorbis_dec_init), (vorbis_dec_convert),
16440         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16441         Added query/convert/formats functions to vorbis and theora decoders
16442         so that the outside world can use them too. Fixed seeking on an
16443         ogg/theora/vorbis file by disabling the seeking seeking on the
16444         theora srcpad.
16445
16446 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16447
16448         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16449         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16450         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16451         images creation for both elements. We don't create the image on caps
16452         nego or renego, we just destroy the internal one if present if it does
16453         not match the needs. The chain function takes care of creating a new
16454         image when needed.
16455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16456         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16457         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16458         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16459         the image format information. The buffer pool checks for the context
16460         image format and discard images with different formats.
16461         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16462
16463 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16464
16465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16466         (gst_ffmpegcolorspace_chain):
16467           no point in doing any chaining if the pad we want to push from
16468           isn't usable.
16469
16470 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16471
16472         * gst-libs/gst/riff/riff-media.c:
16473         (gst_riff_create_audio_caps_with_data):
16474           Fix double end-to-native symbol conversion (#148021).
16475
16476 2004-07-20  David Schleef  <ds@schleef.org>
16477
16478         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16479         Don't use an Atom that doesn't exist.
16480
16481 2004-07-20  Wim Taymans  <wim@fluendo.com>
16482
16483         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16484         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16485         (gst_multifdsink_client_remove),
16486         (gst_multifdsink_handle_client_write),
16487         (gst_multifdsink_queue_buffer):
16488         * gst/tcp/gstmultifdsink.h:
16489         More multifdsink stats. Avoid deadlock by releasing locks
16490         before sending out a signal.
16491
16492 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16493
16494         * po/LINGUAS:
16495         * po/hu.po:
16496           added Hungarian translation (Laszlo Dvornik)
16497
16498 2004-07-20  Wim Taymans  <wim@fluendo.com>
16499
16500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16501         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16502         (gst_multifdsink_handle_client_write),
16503         (gst_multifdsink_queue_buffer):
16504         * gst/tcp/gsttcp-marshal.list:
16505         Fixed the stupid marshal definition.
16506
16507 2004-07-20  Wim Taymans  <wim@fluendo.com>
16508
16509         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16510         (gst_multifdsink_init), (gst_multifdsink_add),
16511         (gst_multifdsink_client_remove),
16512         (gst_multifdsink_handle_client_write),
16513         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16514         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16515         (gst_multifdsink_init_send):
16516         * gst/tcp/gstmultifdsink.h:
16517         Added more stats, added timeout for a client, fixed some typos
16518         and added some comments.
16519
16520 2004-07-20  Wim Taymans  <wim@fluendo.com>
16521
16522         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16523         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16524         (gst_multifdsink_client_remove),
16525         (gst_multifdsink_handle_client_write):
16526         * gst/tcp/gstmultifdsink.h:
16527         * gst/tcp/gsttcp-marshal.list:
16528         Added get_stats method that returns a GValueArray of
16529         stats values.
16530
16531 2004-07-19  Benjamin Otte  <otte@gnome.org>
16532
16533         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16534           make sure longname, description and author are valid UTF-8
16535
16536 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16537
16538         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16539         (gst_ximagesink_set_property):
16540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16541         (gst_xvimagesink_set_property):
16542           make sure SYNCHRONOUS is respected after getting the X context
16543
16544 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16545
16546         * gst/matroska/matroska-demux.c:
16547         (gst_matroska_demux_handle_src_event),
16548         (gst_matroska_demux_parse_blockgroup):
16549         * gst/matroska/matroska-ids.h:
16550           add BlockReference tag and ignore it to clear out log.
16551           ignore NAVIGATION events to clear out log.
16552
16553 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16554
16555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16556         (gst_matroska_demux_add_stream):
16557         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16558           add debug categories
16559
16560 2004-07-16  Wim Taymans  <wim@fluendo.com>
16561
16562         * ext/libpng/Makefile.am:
16563         * ext/libpng/gstpng.c: (plugin_init):
16564         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16565         (gst_pngdec_get_type), (gst_pngdec_base_init),
16566         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16567         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16568         * ext/libpng/gstpngdec.h:
16569         Added png decoder.
16570
16571 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16572
16573         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16574         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16575         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16576         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16577         (gst_ximagesink_buffer_alloc):
16578         * sys/ximage/ximagesink.h:
16579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16580         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16581         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16582         (gst_xvimagesink_buffer_alloc):
16583         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16584         again. Using internal data pointer of the x(v)image to store image's
16585         data to be coherent with the buffer alloc mechanism. Investigated the
16586         image destruction code to be sure that everything gets freed correctly.
16587
16588 2004-07-16  Wim Taymans  <wim@fluendo.com>
16589
16590         * gst-libs/gst/riff/riff-read.c:
16591         (gst_riff_read_strf_vids_with_data),
16592         (gst_riff_read_strf_auds_with_data):
16593         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16594         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16595         Make sure we don't create 0 sized subbuffers in riff-read.
16596         Signal the no more pads signal after reading the avi header.
16597
16598 2004-07-16  Wim Taymans  <wim@fluendo.com>
16599
16600         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16601         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16602         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16603         (gst_decode_bin_init), (gst_decode_bin_dispose),
16604         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16605         (no_more_pads), (close_link), (type_found),
16606         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16607         (gst_decode_bin_change_state), (plugin_init):
16608         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16609         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16610         (gst_play_base_bin_dispose), (queue_overrun),
16611         (gen_preroll_element), (remove_prerolls), (unknown_type),
16612         (no_more_pads), (new_stream), (setup_source),
16613         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16614         (play_base_eos), (gst_play_base_bin_change_state),
16615         (gst_play_base_bin_add_element),
16616         (gst_play_base_bin_remove_element),
16617         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16618         (gst_play_base_bin_unlink_stream),
16619         (gst_play_base_bin_get_streaminfo):
16620         * gst/playback/gstplaybasebin.h:
16621         Better error recovery. Added configurable preroll queue size. Faster
16622         detection of no-more-pads.
16623
16624 2004-07-16  Wim Taymans  <wim@fluendo.com>
16625
16626         * gst-libs/gst/video/video.h:
16627         Added 32 bits RGBA. Not sure if we should use another mime-type
16628         for alpha rgb. Currently the presence of the alpha_mask property
16629         signals an alpha channel.
16630
16631 2004-07-16  Wim Taymans  <wim@fluendo.com>
16632
16633         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16635         FPS seems to be 0.0 to MAX everywhere else.
16636
16637 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16638
16639         * gst-libs/gst/riff/riff-media.c:
16640         (gst_riff_create_video_caps_with_data):
16641           mp42/mp43 (no caps) exist too.
16642         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16643           Set pixel_width/height; we've got them in-caps.
16644         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16645         * gst/wavparse/gstwavparse.c: (plugin_init):
16646           Both are valid primary.
16647         * sys/oss/gstossmixer.c:
16648           Remove i18n hack and enable translations.
16649
16650 2004-07-15  Benjamin Otte  <otte@gnome.org>
16651
16652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16653         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16654           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16655
16656 2004-07-15  Benjamin Otte  <otte@gnome.org>
16657
16658         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16659         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16660         (gst_alsa_close_audio):
16661           disable some of the debugging code for now. Writing debugging to a
16662           buffer is broken in current alsalib releases.
16663
16664 2004-07-12  Benjamin Otte  <otte@gnome.org>
16665
16666         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16667           use bufferpools
16668
16669 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16670
16671         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16672         (theora_dec_src_query), (theora_dec_event):
16673         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16674           add debugging categories.  Remove \n's.
16675
16676 2004-07-13  Johan Dahlin  <johan@gnome.org>
16677
16678         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16679         (gst_play_bin_get_property): Impl.
16680
16681 2004-07-13  Wim Taymans  <wim@fluendo.com>
16682
16683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16684         When trying to find the stream length, seek back N pages
16685         instead of just one, where N is the number of streams in
16686         the current chain.
16687
16688 2004-07-13  Wim Taymans  <wim@fluendo.com>
16689
16690         * gst-libs/gst/riff/riff-media.c:
16691         (gst_riff_create_audio_caps_with_data),
16692         (gst_riff_create_audio_caps),
16693         (gst_riff_create_audio_template_caps):
16694         * gst-libs/gst/riff/riff-media.h:
16695         * gst-libs/gst/riff/riff-read.c:
16696         (gst_riff_read_strf_vids_with_data),
16697         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16698         * gst-libs/gst/riff/riff-read.h:
16699         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16700         (gst_avi_demux_add_stream):
16701         Set codec_data on caps for avidemuxer.
16702
16703 2004-07-12  David Schleef  <ds@schleef.org>
16704
16705         * configure.ac: Fix test for Objective C
16706
16707 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16708         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16709         (gst_gdk_pixbuf_chain):
16710           Add svg and pcx to template caps, and ensure that getcaps returns a
16711           subset of the template caps.
16712           Copy each row manually for output, as gdkpixbuf may pad the
16713           rowstride to a 32-bit word boundary.
16714
16715 2004-07-12  Wim Taymans  <wim@fluendo.com>
16716
16717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16718         (gst_riff_create_video_template_caps):
16719         Fix the template caps to include some more media types.
16720
16721 2004-07-12  Wim Taymans  <wim@fluendo.com>
16722
16723         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16724         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16725         (compare_ranks), (print_feature), (gst_decode_bin_init),
16726         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16727         (try_to_link_1), (new_pad), (close_link), (type_found),
16728         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16729         (gst_decode_bin_change_state), (plugin_init):
16730         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16731         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16732         (gst_play_base_bin_dispose), (queue_overrun),
16733         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16734         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16735         (gst_play_base_bin_get_property), (play_base_eos),
16736         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16737         (gst_play_base_bin_remove_element),
16738         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16739         (gst_play_base_bin_unlink_stream),
16740         (gst_play_base_bin_get_streaminfo):
16741         * gst/playback/gstplaybasebin.h:
16742         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16743         (gst_play_bin_class_init), (gst_play_bin_init),
16744         (gst_play_bin_dispose), (gst_play_bin_set_property),
16745         (gst_play_bin_get_property), (gen_video_element),
16746         (gen_audio_element), (remove_sinks), (setup_sinks),
16747         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16748         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16749         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16750         (gst_play_bin_query), (plugin_init):
16751         * gst/playback/test4.c: (main):
16752         More fixes on reusing of the element.
16753
16754 2004-07-11  Benjamin Otte  <otte@gnome.org>
16755
16756         * ext/mad/gstmad.c: (normal_seek):
16757           allow seeking for other methods than just SET
16758
16759 2004-07-11  Andy Wingo  <wingo@pobox.com>
16760
16761         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16762         float, "any" caps -> buffer_frames=[0,MAX].
16763
16764         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16765         doesn't intersect our caps with the template any more. Do it
16766         ourselves.
16767         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16768
16769 2004-07-09  Wim Taymans  <wim@fluendo.com>
16770
16771         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16772         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16773         (compare_ranks), (print_feature), (gst_decode_bin_init),
16774         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16775         (try_to_link_1), (new_pad), (close_link), (type_found),
16776         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16777         (gst_decode_bin_change_state), (plugin_init):
16778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16779         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16780         (gst_play_base_bin_dispose), (queue_overrun),
16781         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16782         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16783         (gst_play_base_bin_get_property), (play_base_eos),
16784         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16785         (gst_play_base_bin_remove_element),
16786         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16787         (gst_play_base_bin_unlink_stream),
16788         (gst_play_base_bin_get_streaminfo):
16789         * gst/playback/gstplaybasebin.h:
16790         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16791         (gst_play_bin_class_init), (gst_play_bin_init),
16792         (gst_play_bin_dispose), (gst_play_bin_set_property),
16793         (gst_play_bin_get_property), (gen_video_element),
16794         (gen_audio_element), (remove_sinks), (setup_sinks),
16795         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16796         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16797         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16798         (gst_play_bin_query), (plugin_init):
16799         * gst/playback/test4.c: (main):
16800         Work on object reuse and seeking.
16801
16802 2004-07-09  Wim Taymans  <wim@fluendo.com>
16803
16804         * examples/seeking/seek.c: (iterate):
16805         Don't consume all CPU in the idle loop.
16806
16807 2004-07-09  Wim Taymans  <wim@fluendo.com>
16808
16809         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16810         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16811         Add pad to element *after* setting the pad functions so that
16812         the scheduler can use the correct ones.
16813
16814 2004-07-09  Wim Taymans  <wim@fluendo.com>
16815
16816         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16817         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16818         Sync to keyframe after seek
16819
16820 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16821
16822         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16823         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16824         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16825         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16826         * ext/libvisual/visual.c: (gst_visual_change_state):
16827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16828         * ext/theora/theoradec.c: (theora_dec_change_state):
16829         * ext/theora/theoraenc.c: (theora_enc_change_state):
16830         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16831         * gst-libs/gst/navigation/navigation.c:
16832         * gst/adder/gstadder.c: (gst_adder_change_state):
16833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16834         (gst_audio_convert_get_buffer):
16835         * gst/multipart/multipartdemux.c:
16836         (gst_multipart_demux_change_state):
16837         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16838         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16839         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16840         * gst/videoscale/gstvideoscale.c:
16841         (gst_videoscale_handle_src_event):
16842         * gst/volume/gstvolume.c: (volume_chain_int16):
16843           don't assert in state change, this should be done by the base
16844           GstElement class.
16845           various debugging fixes.
16846
16847 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16848
16849         * configure.ac:
16850         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16851         (gst_play_dispose), (gst_play_set_location),
16852         (gst_play_set_data_src), (gst_play_set_video_sink),
16853         (gst_play_set_audio_sink), (gst_play_set_visualization),
16854         (gst_play_connect_visualization), (gst_play_get_sink_element),
16855         (gst_play_get_all_by_interface):
16856         * gst-libs/gst/play/play.h:
16857           add new method to get elements implementing an interface.
16858           add various error logging
16859
16860 2004-07-08  Wim Taymans  <wim@fluendo.com>
16861
16862         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16863         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16864         (make_playerbin_pipeline), (query_durations_elems),
16865         (query_durations_pads), (query_positions_elems),
16866         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16867         (main):
16868         Added playbin seeking example.
16869
16870 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16871
16872         * gst-libs/gst/play/play.c: (gst_play_set_location),
16873         (gst_play_set_data_src), (gst_play_set_video_sink),
16874         (gst_play_set_audio_sink), (gst_play_set_visualization),
16875         (gst_play_connect_visualization), (gst_play_get_framerate):
16876           use a macro to look up elements from hash table
16877
16878 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16879
16880         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16881         (gst_play_get_length_callback), (gst_play_set_location),
16882         (gst_play_seek_to_time), (gst_play_set_data_src),
16883         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16884         (gst_play_set_visualization), (gst_play_connect_visualization),
16885         (gst_play_get_sink_element):
16886         - add debugging info
16887         - fix looking up sink elements by iterating over complete caps
16888         - put everything except for source and autoplugger in a complete bin
16889
16890 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16891
16892         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16893         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16894         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16895         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16896         * ext/alsa/gstalsasink.h:
16897         - add debugging info
16898         - clean up schizophrenia of data/buffer/event
16899         - fix double event unref error
16900
16901 2004-07-08  Wim Taymans  <wim@fluendo.com>
16902
16903         * gst/playback/Makefile.am:
16904         Add headers to noinst
16905
16906 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16907
16908         * tools/gst-launch-ext-m.m:
16909         * tools/gst-launch-ext.1.in:
16910           convert to the third millenium
16911
16912 2004-07-07  David Schleef  <ds@schleef.org>
16913
16914         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16915
16916 2004-07-07  Wim Taymans  <wim@fluendo.com>
16917
16918         * gst/playback/Makefile.am:
16919         * gst/playback/README:
16920         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16921         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16922         (compare_ranks), (print_feature), (gst_decode_bin_init),
16923         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16924         (try_to_link_1), (new_pad), (close_link), (type_found),
16925         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16926         (plugin_init):
16927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16928         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16929         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16930         (gen_preroll_element), (no_more_pads), (new_stream),
16931         (setup_source), (gst_play_base_bin_set_property),
16932         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16933         (gst_play_base_bin_add_element),
16934         (gst_play_base_bin_remove_element),
16935         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16936         (gst_play_base_bin_unlink_stream),
16937         (gst_play_base_bin_get_streaminfo):
16938         * gst/playback/gstplaybasebin.h:
16939         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16940         (gst_play_bin_class_init), (gst_play_bin_init),
16941         (gst_play_bin_dispose), (gst_play_bin_set_property),
16942         (gst_play_bin_get_property), (gen_video_element),
16943         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16944         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16945         (gst_play_bin_get_formats), (gst_play_bin_convert),
16946         (gst_play_bin_get_query_types), (gst_play_bin_query),
16947         (plugin_init):
16948         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16949         (gst_stream_info_get_type), (gst_stream_info_class_init),
16950         (gst_stream_info_init), (gst_stream_info_new),
16951         (gst_stream_info_dispose), (gst_stream_info_set_property),
16952         (gst_stream_info_get_property):
16953         * gst/playback/gststreaminfo.h:
16954         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16955         (main):
16956         * gst/playback/test2.c: (main):
16957         * gst/playback/test3.c: (update_scale), (main):
16958         More playbin fixes. Added README. Do better element filtering.
16959         Added base class to preroll media. Added test apps.
16960
16961 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16962
16963         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16964         * ext/mpeg2dec/gstmpeg2dec.h:
16965           various debugging improvements.  Reset stream to next picture
16966           instead of sequence header, otherwise seeks cannot work.
16967
16968 2004-07-07  Wim Taymans  <wim@fluendo.com>
16969
16970         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16971         (gst_video_box_class_init), (gst_video_box_set_property),
16972         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16973         Use pad_alloc where possible.
16974
16975 2004-07-07  Wim Taymans  <wim@fluendo.com>
16976
16977         * sys/oss/gstosselement.c: (gst_osselement_reset),
16978         (gst_osselement_parse_caps):
16979         * sys/oss/gstosselement.h:
16980         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16981         Fix offset on osssrc.
16982
16983 2004-07-07  Wim Taymans  <wim@fluendo.com>
16984
16985         * ext/theora/theora.c: (plugin_init):
16986         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16987         (theora_dec_src_query), (theora_dec_chain):
16988         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16989         (theora_enc_sink_link), (theora_buffer_from_packet),
16990         (theora_push_packet), (theora_enc_chain):
16991         Fix theora granulepos calculation.
16992         Fix overflow in duration/position calculation.
16993         Bump rank to PRIMARY for theoradec.
16994         Use granulepos of last packet to calculate position.
16995         Set keyframe flag on buffers when needed.
16996
16997 2004-07-06  David Schleef  <ds@schleef.org>
16998
16999         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17000         serious?  (Fixed, obviously.)
17001
17002 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17003
17004         * po/LINGUAS:
17005         * po/cs.po:
17006           added Czech translation (Miloslav Trmac)
17007
17008 2004-07-05  Wim Taymans  <wim@fluendo.com>
17009
17010         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17011         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17012         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17013         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17014         (close_link), (type_found), (gst_decode_bin_set_property),
17015         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17016         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17017         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17018         (gst_decode_bin_query), (plugin_init):
17019         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17020         (gst_play_bin_class_init), (gst_play_bin_init),
17021         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17022         (get_video_element), (new_pad), (setup_source),
17023         (gst_play_bin_set_property), (gst_play_bin_get_property),
17024         (gst_play_bin_change_state), (gst_play_bin_add_element),
17025         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17026         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17027         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17028         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17029         * gst/playback/test.c: (main):
17030         More fixes, cleaned up playbin, make it use decodebin. Added
17031         threaded property to playbin.
17032
17033 2004-07-05  Wim Taymans  <wim@fluendo.com>
17034
17035         * configure.ac:
17036         * gst/playback/Makefile.am:
17037         * gst/playback/decodetest.c: (main):
17038         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17039         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17040         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17041         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17042         (close_link), (type_found), (gst_decode_bin_set_property),
17043         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17044         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17045         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17046         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17047         (plugin_init):
17048         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17049         (gst_play_bin_class_init), (gst_play_bin_init),
17050         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17051         (collect_sink_pads), (find_compatibles), (close_pad_link),
17052         (try_to_link_1), (new_pad), (close_link), (type_found),
17053         (setup_source), (gst_play_bin_set_property),
17054         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17055         (compare_ranks), (gst_play_bin_collect_factories),
17056         (gst_play_bin_change_state), (gst_play_bin_add_element),
17057         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17058         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17059         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17060         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17061         * gst/playback/test.c: (main):
17062         Added some playback helper elements and some test apps, very alpha
17063         still.
17064
17065 2004-07-04  Benjamin Otte  <otte@gnome.org>
17066
17067         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17068           only restart audio when we indeed have an xrun to fix repeated
17069           xruns. Fix suggested by Giuliano Pochini.
17070
17071 2004-07-03  David Schleef  <ds@schleef.org>
17072
17073         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17074         call to gst_debug_log() if debugging is disabled (bug #145118)
17075
17076 2004-07-03  Benjamin Otte  <otte@gnome.org>
17077
17078         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17079           use our own functions for restarting the alsa device.
17080         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17081           I should apply patches myself - use MIN for the third argument, not
17082           the second, this fixes seeking
17083
17084 2004-07-02  David Schleef  <ds@schleef.org>
17085
17086         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17087         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17088         do with the logic.
17089
17090 2004-07-02  David Schleef  <ds@schleef.org>
17091
17092         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17093         output buffers.  Fix logic mistake.  (bug #144866)
17094
17095 2004-07-02  David Schleef  <ds@schleef.org>
17096
17097         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17098         on X.  (bug #144753)
17099
17100 2004-07-02  David Schleef  <ds@schleef.org>
17101
17102         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17103         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17104         (bug #144624)
17105         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17106         (gst_osselement_rate_probe_check): Add another workaround for
17107         buggy drivers (bug #145336)
17108
17109 2004-07-02  David Schleef  <ds@schleef.org>
17110
17111         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17112         Most systems don't have MSG_NOSIGNAL.
17113
17114 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17115
17116         * Makefile.am:
17117         * gst-libs/gst/colorbalance/Makefile.am:
17118         * gst-libs/gst/mixer/Makefile.am:
17119         * gst-libs/gst/play/Makefile.am:
17120         * gst-libs/gst/tuner/Makefile.am:
17121           (hopefully) fix both install and dist and make error message useful.
17122           needs testing across automakes.
17123
17124 2004-07-02  Benjamin Otte  <otte@gnome.org>
17125
17126         * ext/ogg/gstogg.c: (plugin_init):
17127           we require bytestream now
17128         * ext/ogg/gstoggdemux.c:
17129           huge diff to implement chain setup in a fast and generic way. This
17130           improves tag reading and startup of huge files (read: Theora videos)
17131           quite a bit. It probably contains bugs, too, so please test.
17132           Seeking is not improved to the fast method.
17133
17134 2004-06-29  Wim Taymans  <wim@fluendo.com>
17135
17136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17137         * ext/ogg/gstoggmux.c:
17138         Fix memleak in oggdemux when running unconnected pads.
17139         doc update in mux, start working on keyframe mode.
17140
17141 2004-06-29  Benjamin Otte  <otte@gnome.org>
17142
17143         * sys/oss/gstosssink.c:
17144         * sys/oss/gstosssrc.c:
17145           advertise correct template caps - we indeed do non-native endianness
17146           and 8bit audio has no endianness
17147         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17149           avoid (wrong) duplications in getcaps function and return
17150           template caps
17151
17152 2004-06-29  Wim Taymans  <wim@fluendo.com>
17153
17154         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17155         (gst_multifdsink_class_init), (gst_multifdsink_add),
17156         (gst_multifdsink_remove), (gst_multifdsink_clear),
17157         (gst_multifdsink_client_remove),
17158         (gst_multifdsink_handle_client_read),
17159         (gst_multifdsink_client_queue_data),
17160         (gst_multifdsink_client_queue_caps),
17161         (gst_multifdsink_client_queue_buffer),
17162         (gst_multifdsink_handle_client_write),
17163         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17164         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17165         (gst_multifdsink_init_send), (gst_multifdsink_close):
17166         Fix wrong GList iteration that could crash the server when
17167         more then 2 clients disconnect at the same time. Read all the
17168         pending commands in one batch to recover from command storms under
17169         very heavy load.
17170
17171 2004-06-28  Wim Taymans  <wim@fluendo.com>
17172
17173         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17174         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17175         (gst_videomixer_pad_set_property),
17176         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17177         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17178         (gst_videomixer_class_init), (gst_videomixer_init),
17179         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17180         (pad_zorder_compare), (gst_videomixer_sort_pads),
17181         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17182         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17183         (gst_videomixer_update_queues), (gst_videomixer_loop),
17184         (plugin_init):
17185         Avoid divide by zero, choose masterpad as the pad with the highest
17186         framerate.
17187
17188 2004-06-27  Julien Moutte  <julien@moutte.net>
17189
17190         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17191         (gst_ximagesink_xwindow_new):
17192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17193         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17194         function directly. We might want to call it from somewhere else one day.
17195
17196 2004-06-27  Julien Moutte  <julien@moutte.net>
17197
17198         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17199         (gst_ximagesink_xwindow_new):
17200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17201         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17202         window decorations.
17203
17204 2004-06-27  Wim Taymans  <wim@fluendo.com>
17205
17206         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17207         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17208         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17209         (gst_dvdec_set_property), (gst_dvdec_get_property):
17210         * ext/dv/gstdvdec.h:
17211         Implement drop_factor property to lower the framerate with
17212         a factor.
17213
17214 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17215
17216         * gst-libs/gst/colorbalance/Makefile.am:
17217         * gst-libs/gst/mixer/Makefile.am:
17218         * gst-libs/gst/play/Makefile.am:
17219         * gst-libs/gst/tuner/Makefile.am:
17220           unbreak Company's fix that didn't install the -enum.h files
17221
17222 2004-06-27  Wim Taymans  <wim@fluendo.com>
17223
17224         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17225         (gst_dvdec_change_state):
17226         * ext/dv/gstdvdec.h:
17227         Fix timestamp, duration and offset of the buffers.
17228
17229 2004-06-27  Wim Taymans  <wim@fluendo.com>
17230
17231         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17232         (gst_multifdsink_class_init), (gst_multifdsink_add),
17233         (gst_multifdsink_remove), (gst_multifdsink_clear),
17234         (gst_multifdsink_client_remove),
17235         (gst_multifdsink_handle_client_read),
17236         (gst_multifdsink_client_queue_data),
17237         (gst_multifdsink_client_queue_caps),
17238         (gst_multifdsink_client_queue_buffer),
17239         (gst_multifdsink_handle_client_write),
17240         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17241         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17242         (gst_multifdsink_init_send), (gst_multifdsink_close):
17243         * gst/tcp/gstmultifdsink.h:
17244         * gst/tcp/gsttcpserversink.c:
17245         (gst_tcpserversink_handle_server_read),
17246         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17247         More multifdsink fixes, more recovery policy fixes.
17248         Removed stupid g_print
17249
17250 2004-06-26  Wim Taymans  <wim@fluendo.com>
17251
17252         * gst/tcp/Makefile.am:
17253         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17254         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17255         (gst_multifdsink_class_init), (gst_multifdsink_init),
17256         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17257         (gst_multifdsink_handle_client_read),
17258         (gst_multifdsink_client_queue_data),
17259         (gst_multifdsink_client_queue_caps),
17260         (gst_multifdsink_client_queue_buffer),
17261         (gst_multifdsink_handle_client_write),
17262         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17263         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17264         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17265         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17266         (gst_multifdsink_close), (gst_multifdsink_change_state):
17267         * gst/tcp/gstmultifdsink.h:
17268         * gst/tcp/gsttcpplugin.c: (plugin_init):
17269         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17270         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17271         (gst_tcpserversink_handle_server_read),
17272         (gst_tcpserversink_handle_select),
17273         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17274         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17275         * gst/tcp/gsttcpserversink.h:
17276         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17277         one of the locks, added recovery policy to multifdsink.
17278
17279 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17280
17281         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17282           fix decision for when getting frames with same timestamp
17283         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17284         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17285         (gst_v4lsrc_get_property):
17286         * sys/v4l/gstv4lsrc.h:
17287           add latency offset property
17288
17289 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17290
17291         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17292         (plugin_init):
17293           fix debugging. add category.
17294
17295 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17296
17297         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17298           fix wrong offsets
17299
17300 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17301
17302         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17303         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17304         (gst_alsa_src_change_state):
17305           return a time that is in sync with the element's processing
17306
17307 2004-06-25  Wim Taymans  <wim@fluendo.com>
17308
17309         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17310         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17311         (gst_tcpserversink_client_remove),
17312         (gst_tcpserversink_handle_client_read),
17313         (gst_tcpserversink_client_queue_data),
17314         (gst_tcpserversink_client_queue_caps),
17315         (gst_tcpserversink_client_queue_buffer),
17316         (gst_tcpserversink_handle_client_write),
17317         (gst_tcpserversink_queue_buffer),
17318         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17319         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17320         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17321         (gst_tcpserversink_close):
17322         * gst/tcp/gsttcpserversink.h:
17323         Serversink rewrite. Really do non blocking writes to clients and
17324         maintain an internal queue to handle slower clients while not
17325         disturbing fast clients.
17326
17327 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17328
17329         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17330           better debug, don't override OFFSET and OFFSET_END
17331
17332 2004-06-25  Iain <iain@prettypeople.org>
17333
17334         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17335         name=source for the wavparse pipeline.
17336
17337 2004-06-24  Johan Dahlin  <johan@gnome.org>
17338
17339         * ext/theora/theoraenc.c (theora_enc_chain): Call
17340         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17341         streamheader caps are set correctly.
17342
17343 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17344
17345         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17346         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17347           respect minimum bitrate; same could be done for max bitrate
17348
17349 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17350
17351         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17352         (gst_vorbisenc_setup):
17353           fix sample rate range
17354
17355 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17356
17357         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17358         (gst_oggvorbisenc_setup):
17359         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17360         (gst_vorbisenc_setup):
17361           resolve ambiguities in code and description
17362
17363 2004-06-24  Wim Taymans  <wim@fluendo.com>
17364
17365         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17366         * ext/alsa/gstalsa.h:
17367         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17368         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17369         Use alsa trigger_tstamp to get the timestamp of the first
17370         sample in the buffer for more precise sync. Some cleanups.
17371
17372 2004-06-24  Wim Taymans  <wim@fluendo.com>
17373
17374         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17375         (gst_audiorate_init), (gst_audiorate_chain),
17376         (gst_audiorate_set_property), (gst_audiorate_get_property):
17377         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17378         (gst_videorate_chain):
17379         Added some logging, fixed an overflow bug in videorate.
17380
17381 2004-06-24  Benjamin Otte  <otte@gnome.org>
17382
17383         * ext/kio/Makefile.am:
17384           fix for builddir != srcdir and distcheck
17385
17386 2004-06-24  Benjamin Otte  <otte@gnome.org>
17387
17388         * gst-libs/gst/colorbalance/Makefile.am:
17389         * gst-libs/gst/mixer/Makefile.am:
17390         * gst-libs/gst/play/Makefile.am:
17391         * gst-libs/gst/tuner/Makefile.am:
17392         * gst/tcp/Makefile.am:
17393         * sys/dxr3/Makefile.am:
17394           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17395           tarball.
17396           Also add all *.list files that were missing.
17397         * Makefile.am:
17398           add a distcheck hook to ensure the above doesn't happen again.
17399
17400 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17401
17402         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17403
17404 2004-06-23  Colin Walters  <walters@redhat.com>
17405
17406         * m4/Makefile.am: Distribute gst-fionread.m4.
17407
17408 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17409
17410         * configure.ac: back to dev
17411
17412 2004-06-23  Wim Taymans  <wim@fluendo.com>
17413
17414         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17415         (gst_alsa_xrun_recovery):
17416         * ext/alsa/gstalsa.h:
17417         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17418         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17419         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17420         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17421         (gst_alsa_src_loop):
17422         Add clock to alsasrc. Take new capture timestamp when
17423         restarting after an overrun. Split up some functions between
17424         alsasrc and alsasink.
17425
17426 === release 0.8.2 ===
17427
17428 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17429
17430         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17431         (gst_alsa_change_state), (gst_alsa_update_avail),
17432         (gst_alsa_xrun_recovery):
17433         * ext/alsa/gstalsa.h:
17434         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17435           merge back changes from release
17436
17437 2004-06-23  Wim Taymans  <wim@fluendo.com>
17438
17439         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17440         (gst_audiorate_init), (gst_audiorate_chain),
17441         (gst_audiorate_set_property), (gst_audiorate_get_property):
17442         Implement sample dropping and notify
17443
17444 2004-06-22  Wim Taymans  <wim@fluendo.com>
17445
17446         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17447         (theora_enc_sink_link), (theora_buffer_from_packet),
17448         (theora_push_packet), (theora_enc_chain):
17449         Some cleanups, make sure the timestamps are correct.
17450
17451 2004-06-22  Wim Taymans  <wim@fluendo.com>
17452
17453         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17454         (gst_alsa_change_state), (gst_alsa_update_avail),
17455         (gst_alsa_xrun_recovery):
17456         * ext/alsa/gstalsa.h:
17457         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17458         Cleanups, take queued samples into account when reporting
17459         the time.
17460
17461 2004-06-22  Wim Taymans  <wim@fluendo.com>
17462
17463         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17464         (gst_videorate_init):
17465         Initialize the property as well.
17466
17467 2004-06-22  Wim Taymans  <wim@fluendo.com>
17468
17469         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17470         (gst_videorate_init), (gst_videorate_chain),
17471         (gst_videorate_set_property), (gst_videorate_get_property):
17472         Add property to make videorate silent.
17473         Add property to prefer new frames over old ones.
17474
17475 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17476
17477         * sys/osxvideo/Makefile.am:
17478         Workaround so that the osxvideo .so file gets linked with the
17479         Cocoa, OpenGL and QuickTime frameworks
17480
17481 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17482
17483         * sys/osxaudio/Makefile.am:
17484         Workaround so that the osxaudio .so file gets linked with the
17485         CoreAudio framework
17486
17487 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17488
17489         * configure.ac:
17490         Whoops, my fault...fixed build issues
17491
17492 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17493
17494         * configure.ac:
17495         Add objective-c support if running in Darwin/Mac OS X
17496         * sys/Makefile.am:
17497         * sys/osxvideo:
17498         * sys/osxvideo/Makefile.am:
17499         * sys/osxvideo/osxvideosink.h:
17500         * sys/osxvideo/osxvideosink.m:
17501         * sys/osxvideo/cocoawindow.h:
17502         * sys/osxvideo/cocoawindow.m:
17503         Add osxvideosink, a cocoa-based osx video sink
17504
17505
17506 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17507         * ext/dvdnav/gst-dvd:
17508         Grab the gconf key from the right spot
17509         * gst/debug/gstnavseek.c: (gst_navseek_init),
17510         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17511         (gst_navseek_chain):
17512         * gst/debug/gstnavseek.h:
17513           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17514           and loop parameters of a segment seek.
17515         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17516         (gst_videotestsrc_get_event_masks),
17517         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17518         * gst/videotestsrc/gstvideotestsrc.h:
17519           Add seeking support to videotestsrc
17520           Initialise the timestamp_offset variable.
17521
17522 2004-06-18  Wim Taymans  <wim@fluendo.com>
17523
17524         * ext/sidplay/gstsiddec.cc:
17525         Fix negotiation and set correct end offset.
17526
17527 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17528
17529         * configure.ac: branch and prerelease
17530
17531 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17532
17533         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17534         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17535         (gst_tcpclientsrc_init_receive):
17536         * gst/tcp/gsttcpclientsrc.h:
17537           read caps when connecting to server for GDP so we set them correctly
17538
17539 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17540
17541         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17542           notify drops and duplicates
17543         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17544           no good reason to limit ourselves to 100x100
17545
17546 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17547
17548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17549         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17550         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17551         (gst_v4lsrc_get_property):
17552         * sys/v4l/gstv4lsrc.h:
17553         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17554         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17555         (gst_v4l_set_audio):
17556         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17557         (gst_v4lsrc_try_capture):
17558         * sys/v4l/v4lsrc_calls.h:
17559           change try_palette to more general try_capture
17560           add autoprobe option so we can turn off autoprobing
17561           various fixes
17562
17563 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17564
17565         * configure.ac:
17566           add videorate
17567         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17568         (gst_ximagesink_class_init):
17569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17570         (gst_xvimagesink_class_init):
17571           run them as finalize, not dispose, since dispose can be invoked
17572           multiple times
17573
17574 2004-06-17  Wim Taymans  <wim@fluendo.com>
17575
17576         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17577         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17578         * ext/alsa/gstalsa.h:
17579         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17580         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17581         (gst_alsa_src_change_state):
17582         * ext/alsa/gstalsasrc.h:
17583         Make the xrun code timestamp and offset the buffers correctly.
17584         moved the clock to the base class, use alsa methods to get time.
17585         Do correct timestamping on outgoing buffers.
17586
17587 2004-06-17  Wim Taymans  <wim@fluendo.com>
17588
17589         * gst/audiorate/Makefile.am:
17590         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17591         (gst_audiorate_base_init), (gst_audiorate_class_init),
17592         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17593         (gst_audiorate_set_property), (gst_audiorate_get_property),
17594         (gst_audiorate_change_state), (plugin_init):
17595         Added an audiorate converter that fills in gaps.
17596
17597 2004-06-17  Johan Dahlin  <johan@gnome.org>
17598
17599         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17600
17601 2004-06-16  Wim Taymans  <wim@fluendo.com>
17602
17603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17605         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17606         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17607         (gst_v4lsrc_get_property):
17608         * sys/v4l/gstv4lsrc.h:
17609         Added a copy mode to v4lsrc where it will output a copied version
17610         of its internal hardware buffer.
17611         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17612         can't | them.
17613
17614 2004-06-16  Wim Taymans  <wim@fluendo.com>
17615
17616         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17617         Timestamp fixes.
17618
17619 2004-06-16  Wim Taymans  <wim@fluendo.com>
17620
17621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17622         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17623         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17624         (gst_v4lsrc_get_property):
17625         * sys/v4l/gstv4lsrc.h:
17626         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17627         Added a sync mode enum property to control v4lsrc timestamp method
17628         Removed the use-fixed-fps property and moved functionality in
17629         the enum.
17630         Don't error on an error value from v4l-conf, it might not always
17631         be a real error.
17632
17633 2004-06-16  Wim Taymans  <wim@fluendo.com>
17634
17635         * gst/videorate/Makefile.am:
17636         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17637         (gst_videorate_base_init), (gst_videorate_class_init),
17638         (gst_videorate_getcaps), (gst_videorate_link),
17639         (gst_videorate_init), (gst_videorate_chain),
17640         (gst_videorate_set_property), (gst_videorate_get_property),
17641         (gst_videorate_change_state), (plugin_init):
17642         Added a video timestamp corrector.
17643
17644 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17645
17646         fixed a potential leak with previous commit
17647
17648         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17649
17650 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17651
17652         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17653         Added missing refcount, fixes bug #144425
17654         Cheers Tim for finding the bug
17655
17656 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17657
17658         * sys/v4l/gstv4l.c: (plugin_init):
17659         * sys/v4l/gstv4lcolorbalance.c:
17660         * sys/v4l/gstv4lcolorbalance.h:
17661         * sys/v4l/gstv4lelement.c:
17662         * sys/v4l/gstv4lelement.h:
17663         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17664         * sys/v4l/gstv4lmjpegsink.h:
17665         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17666         * sys/v4l/gstv4lmjpegsrc.h:
17667         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17668         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17669         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17670         * sys/v4l/gstv4lsrc.h:
17671         * sys/v4l/gstv4ltuner.c:
17672         * sys/v4l/gstv4ltuner.h:
17673         * sys/v4l/gstv4lxoverlay.c:
17674         * sys/v4l/gstv4lxoverlay.h:
17675         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17676         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17677         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17678         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17679         (gst_v4l_set_audio):
17680         * sys/v4l/v4l_calls.h:
17681         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17682         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17683         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17684         (gst_v4lmjpegsink_playback_init),
17685         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17686         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17687         (gst_v4lmjpegsink_playback_stop),
17688         (gst_v4lmjpegsink_playback_deinit):
17689         * sys/v4l/v4lmjpegsink_calls.h:
17690         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17691         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17692         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17693         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17694         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17695         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17696         * sys/v4l/v4lmjpegsrc_calls.h:
17697         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17698         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17699         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17700         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17701         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17702         (gst_v4lsrc_try_palette):
17703         * sys/v4l/v4lsrc_calls.h:
17704           bunch of paranoia cleanups
17705
17706 2004-06-14  David Schleef  <ds@schleef.org>
17707
17708         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17709         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17710         Send discont events and change timestamps appropriately when
17711         we get a seek event.  (bug #144240)
17712         * ext/cdparanoia/gstcdparanoia.h:
17713
17714 2004-06-14  Benjamin Otte  <otte@gnome.org>
17715
17716         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17717           snd_pcm_hw_params_set_rate  since the latter fails for no good
17718           reason on some setups.
17719
17720 2004-06-14  David Schleef  <ds@schleef.org>
17721
17722         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17723         standard.  Thank you for playing.
17724
17725 2004-06-14  Wim Taymans  <wim@fluendo.com>
17726
17727         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17728         Patch 1.3 broke the ordering of the colorspace info and
17729         made the plugin basically work by coincidence, reordered
17730         the info.
17731
17732 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17733
17734         * ext/lame/gstlame.c:
17735         * ext/mad/gstmad.c:
17736           sync caps.  Make sure mad can only output a list of rates, not
17737           a full range.  In the future, have three caps lists for each of the
17738           mpeg versions.  Change mpegversion to a double as well.
17739
17740 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17741
17742         * gst/volume/.cvsignore:
17743         * gst/volume/Makefile.am:
17744         * gst/volume/demo.c: (value_changed_callback), (idler),
17745         (setup_gui), (main):
17746           added small demo app
17747
17748 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17749         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17750         * ext/esd/esdsink.h:
17751         Close the esd connection on pause, because esd will just wait -
17752         blocking all other esd clients indefinitely.
17753
17754 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17755
17756         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17757           previous commit with GST_DEBUG
17758
17759 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17760
17761         * configure.ac:
17762           add a header check for a dvdread header in dvdnav.  Fixes #133002
17763
17764 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17765
17766         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17767         * gst/tcp/gsttcpclientsink.h:
17768         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17769         * gst/tcp/gsttcpclientsrc.h:
17770         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17771         (gst_tcpserversink_handle_server_read),
17772         (gst_tcpserversink_init_send):
17773         * gst/tcp/gsttcpserversink.h:
17774         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17775         * gst/tcp/gsttcpserversrc.h:
17776         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17777         version of IP)
17778
17779 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17780
17781         * configure.ac:
17782         Added ogg library so that OSX detects libtheora properly
17783
17784 2004-06-11  Wim Taymans  <wim@fluendo.com>
17785
17786         * ext/theora/theoradec.c: (theora_dec_chain),
17787         (theora_dec_change_state):
17788         Don't try to decode frames before we received a keyframe.
17789
17790 2004-06-11  Wim Taymans  <wim@fluendo.com>
17791
17792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17793         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17794         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17795         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17796         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17797         Added property to set the maximum delay of a page.
17798
17799 2004-06-10  Wim Taymans  <wim@fluendo.com>
17800
17801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17802         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17803         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17804         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17805         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17806         Added max-delay property to control the maximum amount
17807         of data to put in one page.
17808
17809 2004-06-10  Wim Taymans  <wim@fluendo.com>
17810
17811         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17812         (gst_theora_enc_init), (theora_enc_sink_link),
17813         (theora_buffer_from_packet), (theora_enc_set_property),
17814         (theora_enc_get_property):
17815         Set duration on encoded buffer, added some more properties
17816
17817 2004-06-10  Wim Taymans  <wim@fluendo.com>
17818
17819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17820         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17821         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17822         * ext/theora/theoraenc.c: (theora_enc_chain):
17823         Fix refcounting bugs
17824
17825 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17826
17827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17828         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17829         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17830         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17831         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17832         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17833         (gst_asf_demux_change_state):
17834         * gst/asfdemux/gstasfdemux.h:
17835           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17836           feels like. I think we should set a new requirement for demuxers
17837           from now on to implement sane loop functions, data loops, query
17838           and seek functions before first commit into CVS. And this commit
17839           fixes all of the above.
17840
17841 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17842
17843         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17844           vorbis comments are properly encoded in UTF-8 before adding them
17845           to a GstTagList
17846
17847 2004-06-09  Benjamin Otte  <otte@gnome.org>
17848
17849         * ext/alsa/gstalsa.c: (add_channels):
17850           handle min <= max correctly
17851         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17852         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17853           add fixation functions so we fixate correctly. No preferring of alaw
17854           anymore because it's the first structure.
17855         * ext/alsa/gstalsa.h:
17856         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17857         (gst_alsa_hw_params_dump):
17858           add functions to ease debugging in alsalib
17859         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17860         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17861         (gst_alsa_start_audio):
17862           only specify hw params if we really setup a format (fixes #134007 -
17863           or at least works around it)
17864
17865 2004-06-09  Wim Taymans  <wim@fluendo.com>
17866
17867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17868         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17869         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17870         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17871         (gst_ogg_mux_loop):
17872         Use stream caps to setup the initial pages in the ogg stream.
17873         Correctly set the streamheader caps on the srcpad.
17874
17875 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17876
17877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17878         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17879         (gst_v4lsrc_getcaps):
17880         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17881         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17882           add querying of fps lists for webcams.  Negotiating to a framerate
17883           now works.
17884
17885 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17886
17887         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17888         (theora_push_buffer), (theora_push_packet),
17889         (theora_set_header_on_caps), (theora_enc_chain):
17890           mark buffers and put on streamheader, raw theora streaming
17891           now works too, whee
17892
17893 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17894
17895         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17896         (gst_tcp_gdp_read_caps):
17897           do a looping read for caps and GDP headers too
17898
17899 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17900
17901         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17902         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17903           return EOS instead of NULL in _get
17904
17905 2004-06-08  Wim Taymans  <wim@fluendo.com>
17906
17907         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17908         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17909         (gst_tcp_gdp_write_caps):
17910         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17911         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17912         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17913         Memory leak fixes
17914
17915 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17916
17917         * ext/vorbis/Makefile.am:
17918         * ext/vorbis/vorbis.c: (plugin_init):
17919         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17920         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17921         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17922         (vorbis_parse_change_state):
17923         * ext/vorbis/vorbisparse.h:
17924           adding a vorbisparse element that marks the buffers, streaming
17925           raw vorbis using GDP now works, whee
17926
17927 2004-06-08  Wim Taymans  <wim@fluendo.com>
17928
17929         * ext/jpeg/Makefile.am:
17930         * ext/jpeg/README:
17931         * ext/jpeg/gstjpeg.c: (plugin_init):
17932         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17933         (gst_smokedec_base_init), (gst_smokedec_class_init),
17934         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17935         * ext/jpeg/gstsmokedec.h:
17936         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17937         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17938         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17939         (gst_smokeenc_resync), (gst_smokeenc_chain),
17940         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17941         * ext/jpeg/gstsmokeenc.h:
17942         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17943         (smokecodec_flush_destination), (smokecodec_term_destination),
17944         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17945         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17946         (smokecodec_term_source), (smokecodec_encode_new),
17947         (smokecodec_decode_new), (smokecodec_info_free),
17948         (smokecodec_set_quality), (smokecodec_get_quality),
17949         (smokecodec_set_threshold), (smokecodec_get_threshold),
17950         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17951         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17952         (smokecodec_parse_header), (smokecodec_decode):
17953         * ext/jpeg/smokecodec.h:
17954         Added a new simple jpeg based codec
17955
17956 2004-06-08  Wim Taymans  <wim@fluendo.com>
17957
17958         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17959         (gst_multipart_mux_loop):
17960         Fix memory leak
17961
17962 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17963
17964         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17965         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17966         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17967         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17968         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17969         * gst/tcp/gsttcpserversink.h:
17970           take streamheader into account
17971
17972 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17973
17974         * gst/level/Makefile.am:
17975         * gst/level/gstlevel.c: (gst_level_class_init):
17976           clean up marshal generation
17977
17978 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17979
17980         * gst/tcp/Makefile.am:
17981         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17982         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17983         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17984         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17985         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17986         (gst_tcpclientsrc_get_property):
17987         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17988         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17989         (gst_tcpserversink_handle_client_read),
17990         (gst_tcpserversink_handle_client_write),
17991         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17992         * gst/tcp/gsttcpserversink.h:
17993           add signals client-added and client-removed
17994         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17995         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17996         (gst_tcpserversrc_get_property):
17997         uniformized, change default protocol to NONE
17998         * gst/tcp/gsttcp-marshal.list: added
17999 2004-06-07  Benjamin Otte  <otte@gnome.org>
18000
18001         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18002           handle discont events if they happen before caps nego
18003
18004 2004-06-07  Wim Taymans  <wim@fluendo.com>
18005
18006         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18007         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18008         (gst_multipart_demux_plugin_init):
18009         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18010         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18011         (gst_multipart_mux_change_state):
18012         Small updates, fix a memleak
18013
18014 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18015
18016         * configure.ac: OSS portability
18017         * ext/arts/gst_arts.c: idem
18018         * sys/oss/gstosselement.c: idem
18019         * sys/oss/gstossmixer.c: idem
18020         * sys/oss/gstosssink.c: idem
18021         * sys/oss/gstosssrc.c: idem
18022         * sys/oss/oss_probe.c: idem
18023           - check for soundcard.h in different places for some BSD
18024
18025 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18026
18027         * AUTHORS:
18028         Add me to the authors file
18029         * configure.ac:
18030         Increase the libdv requirement to >= version 0.100
18031         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18032         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18033         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18034         * ext/dv/gstdvdec.h:
18035         Add support for the new_media flag when sending DISCONT events
18036         Make the querying work when video pad is not linked
18037
18038 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18039
18040         reviewed by Benjamin Otte  <otte@gnome.org>
18041
18042         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18043           create a NULL-initialized array of pads, so we don't think they
18044           exist already. (fixes #143130)
18045
18046 2004-06-07  Benjamin Otte  <otte@gnome.org>
18047
18048         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18049         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18050         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18051           don't use // coments
18052
18053 2004-06-07  Benjamin Otte  <otte@gnome.org>
18054
18055         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18056           cast to GstClockTime to get higher granularity
18057         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18058           use gst_element_set_time_delay to get the exact time
18059         * ext/mad/gstmad.c: (gst_mad_chain):
18060           use the negotiated rate instead of the current frame's rate which
18061           might be wrong because of bit errors. This avoids emitting totally
18062           bogus timestamps and screwing sync.
18063         (fixes #143454)
18064
18065 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18066
18067         reviewed by Benjamin Otte  <otte@gnome.org>
18068
18069         * gst/adder/gstadder.c: (gst_adder_loop):
18070           properly error out when no negotiation has happened yet. (fixes
18071           #143032)
18072
18073 2004-06-06  Benjamin Otte  <otte@gnome.org>
18074
18075         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18076           forward correctly transformed offset in discont events. Based on
18077           patch by Arwed v. Merkatz. (fixes #142851)
18078
18079 2004-06-06  David Schleef  <ds@schleef.org>
18080
18081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18082         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18083         problems on several systems.
18084
18085 2004-06-06  Benjamin Otte  <otte@gnome.org>
18086
18087         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18088           use explicit caps on the srcpad
18089         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18090           properly error out if caps couldn't be set (fixes #142764)
18091
18092 2004-06-06  Benjamin Otte  <otte@gnome.org>
18093
18094         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18095         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18096         (gst_alsa_start_audio):
18097           - don't call set_periods_integer anymore, it breaks the
18098           configuration randomly
18099           - call snd_pcm_hw_params_set_access directly instead of using masks
18100           - don't fail if the sw_params can't be set, just use the default
18101           params and hope it works. Alsalib has weird issues when you touch
18102           sw_params and does no proper error reporting about what failed.
18103         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18104         (gst_alsa_close_audio):
18105           make our alsa debugging go via gst debugging and not conditionally
18106           defined
18107         * ext/alsa/gstalsa.h:
18108           add ALSA_DEBUG_FLUSH macro
18109         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18110         (plugin_init):
18111           wrap alsa errors to be printed via the gst debugging system and not
18112           spammed to stderr
18113
18114 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18115
18116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18117         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18118         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18119         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18120         (qtdemux_parse_trak):
18121         * gst/qtdemux/qtdemux.h:
18122           Bitch. Also known as seeking, querying & co.
18123         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18124         (gst_osssink_change_state):
18125         * sys/oss/gstosssink.h:
18126           Resyncing is for weenies, this hack is no longer needed and was
18127           broken anyway (since it - unintendedly - always leaves resync to
18128           TRUE).
18129
18130 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18131
18132         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18133         * gst/tcp/gsttcpclientsrc.h: idem
18134           - define MSG_NOSIGNAL if not done
18135           - include unistd.h for off_t
18136           (fixes #143749)
18137
18138 2004-06-05  Benjamin Otte  <otte@gnome.org>
18139
18140         * configure.ac:
18141         * ext/kio/Makefile.am:
18142           check for qt's moc preprocessor explicitly and use it
18143
18144 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18145
18146         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18147           don't get a signal for EPIPE on socket writes
18148           (somebody check if this works on other platforms)
18149
18150 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18151
18152         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18153         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18154           check error condition on available samples correctly
18155
18156 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18157
18158         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18159           avoid a segfault
18160         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18161         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18162         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18163         (gst_tcpserversrc_gdp_read_header):
18164          use ssize_t over size_t since the former is signed and thus the
18165          check for error codes can work
18166
18167 2004-06-02  Wim Taymans  <wim@fluendo.com>
18168
18169         reviewed by: Johan
18170
18171         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18172         (gst_multipart_mux_loop):
18173         Oops
18174
18175 2004-06-02  Wim Taymans  <wim@fluendo.com>
18176
18177         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18178         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18179         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18180         (gst_multipart_mux_change_state):
18181         Added configurable boundary specifier, added the value as a
18182         caps field as well.
18183
18184 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18185
18186         * gst/tcp/gsttcp.c:
18187         * gst/tcp/gsttcpclientsrc.c:
18188         * gst/tcp/gsttcpclientsrc.h:
18189         * gst/tcp/gsttcpserversrc.c:
18190           - portability fix, to compile on OSX
18191             (fixes #143146)
18192
18193         * sys/osxaudio/gstosxaudioelement.c:
18194         * sys/osxaudio/gstosxaudiosink.c:
18195         * sys/osxaudio/gstosxaudiosrc.c:
18196           - compilation warnings on OSX
18197             (fixes #143153)
18198
18199 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18200
18201         * ext/vorbis/vorbisdec.c : sign warning fixes
18202
18203         * gst-libs/gst/mixer/mixertrack.c :
18204           do no use defines which are glib 2.4 specific
18205
18206 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18207
18208         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18209           buffer since libflac doesn't expect it (reports a sync error when
18210           it encounters that)
18211
18212
18213 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18214
18215         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18216         * gst-libs/gst/mixer/mixertrack.c:
18217         (gst_mixer_track_get_property), (get_mixer_track_init),
18218         (get_mixer_track_get_property): Added property accessors
18219         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18220         * gst-libs/gst/mixer/mixeroptions.c:
18221         (gst_mixer_options_get_values): Added
18222         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18223         * gst-libs/gst/mixer/mixer.c: Fixed comment
18224
18225
18226 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18227
18228         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18229           improve error messages on open
18230
18231
18232 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18233
18234         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18235           check if v4l-conf is in path
18236
18237 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18238
18239         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18240           change assert to a more readable error message
18241
18242 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18243
18244         * gst-libs/gst/tuner/tunerchannel.h:
18245           - add a freq_multiplicator field to make the conversion
18246             between internal frequency unit and Hz
18247         * sys/v4l/gstv4lelement.c:
18248         * sys/v4l2/gstv4l2element.c:
18249           - change default video device to /dev/video0
18250         * sys/v4l/v4l_calls.c:
18251         * sys/v4l2/v4l2_calls.c:
18252           - we only expose frequency to the user in Hz instead of
18253             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18254
18255 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18256         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18257           Initialise b_o_s and e_o_s variables
18258         * gst-libs/gst/riff/riff-media.c:
18259         (gst_riff_create_video_caps_with_data):
18260           Add some unusual fourcc's from mplayer avi's
18261         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18262           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18263           autoplugging.
18264
18265 2004-05-28  Wim Taymans  <wim@fluendo.com>
18266
18267         * configure.ac:
18268         * gst/alpha/Makefile.am:
18269         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18270         (gst_alpha_get_type), (gst_alpha_base_init),
18271         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18272         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18273         (gst_alpha_chroma_key), (gst_alpha_chain),
18274         (gst_alpha_change_state), (plugin_init):
18275         A plugin to add an alpha channel to I420 video. Can optionally do
18276         chroma keying.
18277         * gst/multipart/Makefile.am:
18278         * gst/multipart/multipart.c: (plugin_init):
18279         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18280         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18281         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18282         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18283         (gst_multipart_demux_change_state),
18284         (gst_multipart_demux_plugin_init):
18285         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18286         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18287         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18288         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18289         (gst_multipart_mux_pad_unlink),
18290         (gst_multipart_mux_request_new_pad),
18291         (gst_multipart_mux_handle_src_event),
18292         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18293         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18294         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18295         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18296         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18297         send multipart jpeg images to a browser.
18298         * gst/videobox/Makefile.am:
18299         * gst/videobox/README:
18300         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18301         (gst_video_box_get_type), (gst_video_box_base_init),
18302         (gst_video_box_class_init), (gst_video_box_init),
18303         (gst_video_box_set_property), (gst_video_box_get_property),
18304         (gst_video_box_sink_link), (gst_video_box_i420),
18305         (gst_video_box_ayuv), (gst_video_box_chain),
18306         (gst_video_box_change_state), (plugin_init):
18307         Crops or adds borders around an image. can do alpha channel
18308         borders as well.
18309         * gst/videomixer/Makefile.am:
18310         * gst/videomixer/README:
18311         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18312         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18313         (gst_videomixer_pad_get_sink_event_masks),
18314         (gst_videomixer_pad_get_property),
18315         (gst_videomixer_pad_set_property),
18316         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18317         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18318         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18319         (gst_videomixer_base_init), (gst_videomixer_class_init),
18320         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18321         (gst_videomixer_handle_src_event),
18322         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18323         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18324         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18325         (gst_videomixer_loop), (gst_videomixer_get_property),
18326         (gst_videomixer_set_property), (gst_videomixer_change_state),
18327         (plugin_init):
18328         Generic video mixer plugin, can handle multiple inputs all with
18329         different framerates and video sizes. Is fully alpha channel
18330         aware.
18331
18332 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18333
18334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18335           Select first track as master track. Not sure how else to handle
18336           that...
18337         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18338           Discard discont events. Should fix #142962.
18339
18340 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18341
18342         * ext/alsa/Makefile.am:
18343         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18344         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18345         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18346         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18347         (gst_alsa_mixer_get_option):
18348         * ext/alsa/gstalsamixer.h:
18349         * ext/alsa/gstalsamixeroptions.c:
18350         (gst_alsa_mixer_options_get_type),
18351         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18352         (gst_alsa_mixer_options_new):
18353         * ext/alsa/gstalsamixeroptions.h:
18354         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18355         * ext/alsa/gstalsamixertrack.h:
18356           Add enumerations (as GstMixerOptions). Make correct distinction
18357           between input/output tracks. Add capture/playback private flag.
18358           Use flag to decide on whether to set capture or playback volumes
18359           or switches. Use playback and record switches.
18360         * gst-libs/gst/mixer/Makefile.am:
18361         * gst-libs/gst/mixer/mixer-marshal.list:
18362         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18363         (gst_mixer_set_option), (gst_mixer_get_option),
18364         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18365         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18366         * gst-libs/gst/mixer/mixer.h:
18367         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18368         (gst_mixer_options_class_init), (gst_mixer_options_init),
18369         (gst_mixer_options_dispose):
18370         * gst-libs/gst/mixer/mixeroptions.h:
18371           Add GstMixerOptions.
18372         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18373           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18374           broken device detection on computers with multiple OSS sound
18375           cards.
18376
18377 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18378
18379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18380           fixate nicely even when the peer is not negotiating
18381
18382 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18383
18384         * gst/audioconvert/gstaudioconvert.c:
18385         (gst_audio_convert_parse_caps):
18386           make sure we don't allow depth > width
18387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18388           fixate endianness to G_BYTE_ORDER as default
18389         * gst/audioscale/gstaudioscale.c:
18390           we don't handle another endianness as host-endianness
18391
18392 2004-05-25  David Schleef  <ds@schleef.org>
18393
18394         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18395
18396 2004-05-24  Benjamin Otte  <otte@gnome.org>
18397
18398         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18399         (gst_oggvorbisenc_setup):
18400           properly fail when we can't setup the vorbis encoder due to
18401           unsupported settings
18402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18403         (gst_vorbisenc_setup):
18404           same
18405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18406           fix case where warnings occured when one pad was unlinked while the
18407           other's link function was called
18408
18409 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18410
18411         * gst/tcp/Makefile.am:
18412           use GST_ENABLE_NEW
18413
18414 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18415
18416         * gst-libs/gst/resample/private.h:
18417           don't use optimizations that are #if 0'ed
18418
18419 2004-05-24  Wim Taymans  <wim@fluendo.com>
18420
18421         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18422         Fix potential division by zero error and hopefully get
18423         the position query right to get correct timestamps on avi
18424         audio.
18425
18426 2004-05-24  Wim Taymans  <wim@fluendo.com>
18427
18428         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18429         (gst_videoscale_scale_nearest_str2),
18430         (gst_videoscale_scale_nearest_str4),
18431         (gst_videoscale_scale_nearest_32bit),
18432         (gst_videoscale_scale_nearest_24bit),
18433         (gst_videoscale_scale_nearest_16bit):
18434         Fix the scaling algorithm and avoid a buffer overflow.
18435         removed the while loop in the scaling function as it
18436         was used for point sampling only.
18437
18438 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18439
18440         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18441         (gst_id3_tag_class_init), (gst_id3_tag_init),
18442         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18443         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18444         (gst_id3_tag_send_tag_event):
18445           lots of fixes to make id3mux work and id3demux work correctly
18446
18447 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18448
18449         * ext/Makefile.am:
18450           add rules to build shout2send (was removed by accident
18451           when this module was no more marked experimental/broken)
18452
18453 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18454
18455         * ext/shout2/gstshout2.c:
18456         * ext/shout2/gstshout2.h:
18457           adding a "connection problem" signal to shout2send
18458           (fixes #142954)
18459
18460 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18461
18462         * ext/kio/kioreceiver.cpp:
18463         * ext/kio/kioreceiver.h:
18464           fix sign comparison issues
18465
18466 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18467
18468         * gst/cdxaparse/gstcdxaparse.c:
18469         * gst/cdxaparse/gstcdxaparse.h:
18470           some renaming
18471           add some checks/sanity
18472           prepare for seek addition
18473
18474         * sys/sunaudio/gstsunaudio.c:
18475           remove exported dupe init function
18476
18477 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18478
18479         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18480         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18481           Fix format conversion and position querying.
18482         * gst/debug/progressreport.c: (gst_progressreport_report):
18483           Don't output a bogus total value that we didn't query.
18484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18485           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18486           only a blank window after xine has been used.
18487
18488 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18489
18490         * m4/as-arts.m4:
18491           sync with upstream version to fix test on FC2
18492           readd with -ko to preserve Id header
18493
18494 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18495
18496         * configure.ac:
18497           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18498         * gst/tcp/gsttcpclientsrc.c: idem
18499         * gst/tcp/gsttcpserversink.c: idem
18500         * gst/tcp/gsttcpserversrc.c: idem
18501         * m4/gst-fionread.m4: idem
18502
18503         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18504
18505         * configure.ac: enable speex plugin for speex 1.1.5+
18506         * ext/speex/gstspeexenc.c: fix cast warning
18507
18508         * ext/esd/README: fix typo
18509
18510 2004-05-20  David Schleef  <ds@schleef.org>
18511
18512         * configure.ac: Minor cosmetic change to convince the buildbot to
18513         reautogen.
18514         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18515         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18516         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18517         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18518         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18519         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18520         More hacking.  Plays audio now.
18521
18522 2004-05-20  David Schleef  <ds@schleef.org>
18523
18524         * configure.ac:
18525         * sys/Makefile.am:
18526
18527 2004-05-20  David Schleef  <ds@schleef.org>
18528
18529         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18530         * sys/osxaudio/gstosxaudio.c:
18531         * sys/osxaudio/gstosxaudioelement.c:
18532         * sys/osxaudio/gstosxaudioelement.h:
18533         * sys/osxaudio/gstosxaudiosink.c:
18534         * sys/osxaudio/gstosxaudiosink.h:
18535         * sys/osxaudio/gstosxaudiosrc.c:
18536         * sys/osxaudio/gstosxaudiosrc.h:
18537
18538 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18539
18540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18541         (gst_vorbisenc_chain):
18542           put the codec headers on the caps as streamheader as well as
18543           pushing them out
18544
18545 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18546
18547         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18548         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18549         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18550         split up push_packet into two functions
18551
18552 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18553
18554         * gst/tcp/.cvsignore:
18555           ignore enums
18556         * gst/tcp/Makefile.am:
18557         * gst/tcp/README:
18558         * gst/tcp/gsttcp.c:
18559         * gst/tcp/gsttcp.h:
18560         * gst/tcp/gsttcpclientsink.c:
18561         * gst/tcp/gsttcpclientsink.h:
18562         * gst/tcp/gsttcpclientsrc.c:
18563         * gst/tcp/gsttcpclientsrc.h:
18564         * gst/tcp/gsttcpplugin.c:
18565         * gst/tcp/gsttcpserversink.c:
18566         * gst/tcp/gsttcpserversink.h:
18567         * gst/tcp/gsttcpserversrc.c:
18568         * gst/tcp/gsttcpserversrc.h:
18569           add new tcp elements
18570
18571 2004-05-19  Wim Taymans  <wim@fluendo.com>
18572
18573         * gst/law/mulaw-conversion.c: (mulaw_encode):
18574         Fix overflow bug in ulaw encoding.
18575
18576 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18577
18578         * ext/mad/gstmad.c: (gst_mad_handle_event):
18579           don't unref the event twice
18580
18581 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18582
18583         * configure.ac:
18584           remove -Wno-sign-compare
18585
18586 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18587
18588         * configure.ac:
18589           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18590           if you want to work against glib 2.2 and 2.4
18591
18592 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18593
18594         * gst/tcp/Makefile.am:
18595         * gst/tcp/gsttcp.c:
18596         * gst/tcp/gsttcp.h:
18597         * gst/tcp/gsttcpsink.h:
18598         * gst/tcp/gsttcpsrc.h:
18599           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18600
18601 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18602
18603         * gst/debug/tests.c: (md5_get_value):
18604           fix segfault on gst-inspect
18605
18606 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18607
18608         * gst/debug/testplugin.c:
18609         * gst/debug/tests.c:
18610         * gst/debug/tests.h:
18611           add new extensible and configurable testing element. Current tests
18612           include buffer count, stream length, timestamp/duration matching and
18613           md5.
18614         * gst/debug/Makefile.am:
18615         * gst/debug/gstdebug.c: (plugin_init):
18616           add infrastructure for new element
18617
18618 2004-05-19  Johan Dahlin  <johan@gnome.org>
18619
18620         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18621         ending of the array. Fixes gst-inspect segfault on ppc.
18622
18623 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18624
18625         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18626
18627         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18628
18629 2004-05-18  David Schleef  <ds@schleef.org>
18630
18631         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18632         warnings (bugs, actually) noticed by gcc but not forte.
18633
18634 2004-05-18  David Schleef  <ds@schleef.org>
18635
18636         * sys/sunaudio/Makefile.am:
18637         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18638
18639 2004-05-18  David Schleef  <ds@schleef.org>
18640
18641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18642         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18643         to allow qtdemux to use non-seekable streams. (bug #142272)
18644
18645 2004-05-18  David Schleef  <ds@schleef.org>
18646
18647         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18648         (gst_resample_sinc_ft_float): Remove use of static temporary
18649         buffer.  This code was obviously not supposed to last long, but
18650         it's stuck in our ABI, so it required a little hack to make it
18651         ABI-compatible.  Fixes #142585.
18652         * gst-libs/gst/resample/resample.h: same.
18653
18654 2004-05-18  David Schleef  <ds@schleef.org>
18655
18656         * configure.ac: Add sunaudio
18657         * examples/Makefile.am: make gstplay depend on gconf
18658         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18659         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18660         (convert_table_lookup), (img_convert): remove c99-isms
18661         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18662           unsigned, to fix a warning on Solaris
18663         * gst/mpeg1sys/systems.c: bcopy->memcpy
18664         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18665         * sys/Makefile.am: Add sunaudio
18666
18667 2004-05-18  Wim Taymans  <wim@fluendo.com>
18668
18669         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18670         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18671         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18672         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18673         (gst_ogg_mux_loop):
18674         Fix an ugly memleak where the muxer didn't flush enough ogg
18675         pages. This also resulted in badly muxed ogg files.
18676
18677 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18678
18679         * gst/asfdemux/asfheaders.c :
18680         * gst/asfdemux/asfheaders.h :
18681         * gst/asfdemux/gstasfdemux.c :
18682           - fix ASF_OBJ_PADDING guid
18683           - add 3 new object guids (language list, metadata,
18684             extended stream properties)
18685           - add a function to parse extended header objects
18686
18687 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18688
18689         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18690           remove leftover debugging g_print
18691
18692 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18693
18694         * ext/mad/gstmad.c: (gst_mad_handle_event):
18695           Fix for when the first format in a discont event is not a
18696           byte-based one. Should fix #137710.
18697
18698 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18699
18700         * m4/a52.m4 : fix compilation with -Wall -Werror
18701         * m4/libfame.m4 : idem
18702         * m4/libmikmod.m4 : idem
18703
18704 2004-05-17  Benjamin Otte  <otte@gnome.org>
18705
18706         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18707           signal the new tags before giving up the reference
18708
18709 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18710
18711         * ext/shout2/gstshout2.c:
18712           use application/ogg instead of application/x-ogg (patch by Patrick
18713           Guimond, fixes #142432)
18714         * sys/oss/gstosselement.c: (gst_osselement_reset),
18715         (gst_osselement_sync_parms):
18716           don't set fragment size unless specified (fixes #142493)
18717
18718 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18719
18720         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18721           fixes #142664
18722
18723 2004-05-17  Benjamin Otte  <otte@gnome.org>
18724
18725         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18726           compute offsets correctly for internal buffers so timestamps are set
18727           correctly when we can't seek. Also handle cases where there are no
18728           offsets. (based on a patch by David Moore, fixes #142507)
18729
18730 2004-05-17  Benjamin Otte  <otte@gnome.org>
18731
18732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18733           use correct variable when determining amount of data to skip so we
18734           don't skip into the void and segfault
18735
18736 2004-05-16  Benjamin Otte  <otte@gnome.org>
18737
18738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18739           Hi, I'm a memleak
18740
18741 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18742
18743         * gst/asfdemux/gstasfdemux.c:
18744           - fix a mem leak and always propagate tags
18745           - add WMV3 to known video codecs (but no decoder yet)
18746           - replace "surplus data" at end of audio header for what
18747             it is : codec specific data
18748           - fix a typo
18749
18750 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18751
18752         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18753
18754         * gst-libs/gst/audio/audioclock.c:
18755           Fix wrong return type (#142205).
18756
18757 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18758
18759         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18760           Ignore CRCs by default (fixes #142566).
18761
18762 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18763
18764         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18765         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18766         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18767         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18768         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18769         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18770           Fix for cases where we fail to attach to a mixer.
18771
18772 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18773
18774         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18775           Don't touch events after not owning them anymore.
18776         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18777         (gst_wavparse_fmt), (gst_wavparse_other),
18778         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18779         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18780         (gst_wavparse_srcpad_event):
18781         * gst/wavparse/gstwavparse.h:
18782           Add seeking, fix querying.
18783
18784 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18785
18786         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18787           - process comments even if they don't end with \0\0
18788             g_convert would ignore them if present and works well without them
18789
18790 2004-05-16  Benjamin Otte  <otte@gnome.org>
18791
18792         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18793           simplify caps
18794
18795 2004-05-16  Benjamin Otte  <otte@gnome.org>
18796
18797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18798           don't write to memory we might not write to - g_convert does that
18799           for us anyway (fixes #142613)
18800         (gst_asf_demux_audio_caps):
18801           comment out gst_util_dump_mem
18802
18803 2004-05-16  Benjamin Otte  <otte@gnome.org>
18804
18805         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18806           compute correct expected timestamps after seek (broken since
18807           last commit)
18808         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18809           rename element and debugging category to gdkpixbufscale
18810
18811 2004-05-16  Benjamin Otte  <otte@gnome.org>
18812
18813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18814           add error checking to snd_pcm_delay and remove duplicate call to
18815           snd_pcm_delay that caused issues (see inline code comments)
18816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18817           make more readable and fix return value when snd_pcm_delay fails
18818         (fixes #142586)
18819
18820 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18821         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18822         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18823         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18824         (gst_pixbufscale_link), (gst_pixbufscale_init),
18825         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18826         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18827         (gst_pixbufscale_get_property), (pixbufscale_init):
18828         * ext/gdk_pixbuf/pixbufscale.h:
18829         Add these files I forgot earlier
18830
18831 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18832         * ext/gdk_pixbuf/Makefile.am:
18833         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18834         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18835         Add new pixbufscale element to scale RGB video
18836         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18837         and HYPER interpolation correctly.
18838         * ext/theora/theoraenc.c: (theora_enc_chain),
18839         Discard buffer and return if explicit caps could not be set
18840         (theora_enc_get_property):
18841         Make _get return kbps for the bitrate consistent with
18842         the _set function.
18843
18844
18845 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18846
18847         * ext/libvisual/visual.c: (gst_visual_chain):
18848           add missing visual_audio_analyze
18849
18850 2004-05-14  David Schleef  <ds@schleef.org>
18851
18852         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18853         is killed while we're playing.
18854         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18855         gst_element_no_more_pads().
18856
18857 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18858
18859         * gst-libs/gst/riff/riff-read.c :
18860           - fix INFO tag extraction in RIFF/AVI files
18861             because gst_event_unref (event) also freed taglist
18862           - avoid a mem leak
18863
18864 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18865
18866         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18867         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18868
18869         * gst/auparse/gstauparse.c :
18870           - add code (commented for now) to support audio/x-adpcm on src pad
18871             (we have no decoder for those layout yet)
18872
18873         * gst/cdxaparse/gstcdxaparse.c :
18874         * gst/cdxaparse/gstcdxaparse.h :
18875           - partial rewrite using RiffRead (ripped iain's wavparse code)
18876
18877         * gst/rtp/gstrtpL16enc.c : typo
18878         * gst/rtp/gstrtpgsmenc.c : typo
18879
18880 2004-05-13  Benjamin Otte  <otte@gnome.org>
18881
18882         * configure.ac:
18883           check for exact version of libvisual, it's not supposed to be
18884           API/ABI stable yet
18885
18886 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18887
18888         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18889           signal no-more-pads
18890
18891 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18892
18893         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18894         Report which format was used for GST_FORMAT_DEFAULT
18895         * gst/debug/Makefile.am:
18896         * gst/debug/gstdebug.c: (plugin_init):
18897         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18898         (gst_progressreport_class_init), (gst_progressreport_init),
18899         (gst_progressreport_report), (gst_progressreport_set_property),
18900         (gst_progressreport_get_property), (gst_progressreport_chain),
18901         (gst_progressreport_plugin_init):
18902         Add progressreport element for testing.
18903
18904 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18905
18906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18907         * sys/v4l/gstv4lsrc.h:
18908         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18909         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18910         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18911         (gst_v4lsrc_grab_frame):
18912           add more debugging
18913           send a discont at start
18914
18915 2004-05-12  Colin Walters  <walters@redhat.com>
18916
18917         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18918         inflooping if we can't find a chunk.  Or in other words, don't blow
18919         chunks if we don't have a chunk to blow.
18920
18921 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18922         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18923         Remove old debug output
18924         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18925         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18926         (gst_dvdec_set_property), (gst_dvdec_get_property):
18927         Change the quality setting to an enum, so it works from gst-launch
18928         Don't renegotiate a non-linked pad. Allows audio only decoding.
18929         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18930         (gst_deinterlace_link), (gst_deinterlace_init):
18931         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18932         (gst_videodrop_link):
18933         Some caps negotiation fixes
18934
18935 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18936
18937         * ext/tarkin/gsttarkin.c :
18938           - Change RANK from NONE to PRIMARY
18939         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18940           - Change RANK from NONE to MARGINAL
18941         * ext/divx/gstdivxenc.c :
18942           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18943
18944 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18945
18946         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18947         (gst_vorbisenc_push_packet):
18948           copy a function that was added between 1.0 and 1.0.1 until we
18949           depend on worthwhile features of post-1.0
18950
18951 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18952
18953         * configure.ac:
18954           enable shout2 by default
18955         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18956         (gst_shout2send_base_init), (gst_shout2send_init),
18957         (gst_shout2send_connect), (gst_shout2send_change_state):
18958         * ext/shout2/gstshout2.h:
18959           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18960           #142262)
18961         * ext/theora/theora.c: (plugin_init):
18962           don't set rank on encoders
18963
18964 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18965
18966         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18967           Use codec_data property instead of flag1 and flag2 for wma
18968
18969 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18970
18971         * gst/cdxaparse/gstcdxaparse.c :
18972           - Add mpegversion to CAPS to make it link
18973           - Rank is as GST_RANK_SECONDARY instead of NONE
18974         * gst/auparse/gstauparse.c :
18975           - Document all audio encoding we can encounter from Solaris 9
18976             headers and libsndfile information.
18977           - Increase max. rate from 48000 to 192000 (to match other elements)
18978           - Don't try to play junk data between header and samples
18979
18980 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18981
18982         * ext/libvisual/visual.c: (gst_visual_getcaps):
18983           use the right caps depending on endianness (I hope)
18984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18985           use GST_RANK_NONE for all non-decoding elements or spider gets
18986           mighty confused
18987
18988 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18989
18990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18991           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18992
18993 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18994
18995         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18996         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18997         (gst_switch_loop), (gst_switch_get_type):
18998           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18999           HEADERS. Had to be said.
19000
19001 2004-05-10  David Schleef  <ds@schleef.org>
19002
19003         * configure.ac: Add prototype Dirac support.
19004         * ext/Makefile.am:
19005         * ext/dirac/Makefile.am:
19006         * ext/dirac/gstdirac.cc:
19007         * ext/dirac/gstdiracdec.cc:
19008
19009 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19010
19011         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19012         (gst_auparse_init), (gst_auparse_chain),
19013         (gst_auparse_change_state):
19014           Hack around spider. Remove me some day please.
19015
19016 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19017
19018         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19019           Fix for some uninitialized variables in previous patch, also
19020           makes it work. Fixes #142286 while we're at it.
19021
19022 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19023
19024         * gst/auparse/gstauparse.c:
19025                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19026                 only unsupported formats are ADPCM/CCITT G.72x
19027                 reviewed by Ronald
19028         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19029
19030 2004-05-10  Wim Taymans  <wim@fluendo.com>
19031
19032         * ext/vorbis/Makefile.am:
19033         * ext/vorbis/README:
19034         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19035         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19036         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19037         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19038         (gst_oggvorbisenc_convert_sink),
19039         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19040         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19041         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19042         (get_constraints_string), (update_start_message),
19043         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19044         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19045         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19046         * ext/vorbis/oggvorbisenc.h:
19047         * ext/vorbis/vorbis.c: (plugin_init):
19048         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19049         (raw_caps_factory), (gst_vorbisenc_class_init),
19050         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19051         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19052         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19053         * ext/vorbis/vorbisenc.h:
19054         Added a raw vorbis encoder to be used with the oggmuxer.
19055         We still need the old encoder for some gnome applications,
19056         read the README to find out how that works.
19057         The raw encoder is called "rawvorbisenc" until 0.9.
19058
19059 2004-05-10  Wim Taymans  <wim@fluendo.com>
19060
19061         * ext/ogg/gstogg.c: (plugin_init):
19062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19063         (gst_ogg_print):
19064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19065         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19066         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19067         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19068         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19069         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19070         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19071         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19072         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19073         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19074         Added an ogg muxer.
19075         Small typo fixes in the demuxer.
19076
19077 2004-05-10  Wim Taymans  <wim@fluendo.com>
19078
19079         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19080         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19081         (theora_enc_change_state), (theora_enc_set_property),
19082         (theora_enc_get_property):
19083         Mark the last packet with an EOS flag which is not really needed
19084         in gstreamer.
19085         Do some better video framerate initialisation.
19086         Update the buffer timestamp.
19087
19088 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19089
19090         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19091         Return the result of the parent state change call
19092
19093 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19094
19095         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19096         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19097         * gst/law/alaw-encode.c : (idem)
19098         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19099         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19100         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19101
19102 2004-05-09  Benjamin Otte  <otte@gnome.org>
19103
19104         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19105           don't use a fixed buffer size when writing variable length data to
19106           it. Fixes memory corruption and makes alsasrc work
19107
19108 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19109
19110         * ext/gnomevfs/gstgnomevfssink.c:
19111         (_gst_boolean_allow_overwrite_accumulator),
19112         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19113           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19114           RUN_LAST, and don't use that to set the accumulator value because
19115           then it's always FALSE.
19116
19117 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19118
19119         * gst-libs/gst/riff/riff-media.c:
19120         (gst_riff_create_video_caps_with_data),
19121         (gst_riff_create_audio_caps),
19122         (gst_riff_create_audio_template_caps):
19123         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19124           Fix for unaligned RIFF files (i.e. where all the chunks together
19125           in a LIST chunk are not of the same size as the size given in
19126           the LIST chunk header). Fixes several odd WAVE files. Also fix
19127           ADPCM (block_align property) in audio, so that wavparse based
19128           on this works now as it used to stand-alone.
19129
19130 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19131
19132         reviewed by Benjamin Otte  <otte@gnome.org>
19133
19134         * ext/a52dec/gsta52dec.c:
19135         * ext/divx/gstdivxdec.c:
19136         * ext/divx/gstdivxenc.c:
19137         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19138         * ext/faac/gstfaac.c: (gst_faac_base_init):
19139         * ext/faad/gstfaad.c: (gst_faad_base_init):
19140         * ext/ivorbis/vorbisfile.c:
19141         * ext/lame/gstlame.c:
19142         * ext/libfame/gstlibfame.c:
19143         * ext/mpeg2enc/gstmpeg2enc.cc:
19144         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19145         * ext/sidplay/gstsiddec.cc:
19146         * ext/speex/gstspeexdec.c:
19147         * ext/speex/gstspeexenc.c:
19148         * ext/xvid/gstxviddec.c:
19149         * ext/xvid/gstxvidenc.c:
19150           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19151           (fixes #142193)
19152
19153 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19154
19155         * ext/alsa/gstalsa.c: (device_list),
19156         (gst_alsa_class_probe_devices):
19157         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19158           Fix alsa oddness in mixer after the combination of using mixer
19159           in source/sink elements and using hw:x,y instead of just hw:x.
19160
19161 2004-05-09  Benjamin Otte  <otte@gnome.org>
19162
19163         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19164         (gst_wavparse_create_sourcepad):
19165           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19166           sourcepads
19167
19168 2004-05-09  Benjamin Otte  <otte@gnome.org>
19169
19170         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19171           allow discont events before caps nego
19172
19173 2004-05-08  Benjamin Otte  <otte@gnome.org>
19174
19175         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19176           don't leak events
19177
19178 2004-05-08  Benjamin Otte  <otte@gnome.org>
19179
19180         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19181         (gst_level_change_state), (gst_level_init):
19182         * gst/level/gstlevel.h:
19183           figure out if we're initialized directly instead of keeping a
19184           variable that's wrong in 90% of cases
19185           don't initialize pads and then leak them and use a new unitialized
19186           pad. (fixes #142084)
19187           these were bugs so n00bish I didn't find them for an hour :/
19188
19189 2004-05-08 Iain <iain@prettypeople.org>
19190
19191         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19192         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19193         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19194         return the length that was read.
19195         (gst_riff_read_strf_auds): Allow fmt tags as well.
19196
19197 2004-05-07  David Schleef  <ds@schleef.org>
19198
19199         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19200         signed char assumption in faad.h.
19201
19202 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19203
19204         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19205           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19206
19207 2004-05-07  Colin Walters  <walters@redhat.com>
19208
19209         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19210         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19211         function.
19212         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19213         Add dispose function.
19214
19215 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19216         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19217           Fix caps nego and pad templates. RGB mode caps should
19218           work now.
19219         * ext/dvdnav/gst-dvd:
19220           Move mpeg2dec inside the thread because otherwise the
19221           queue rejects cap changes mid-stream
19222         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19223         (gst_mpeg2dec_flush_decoder):
19224           For mpeg2dec > 0.4.0, call the flush function instead of
19225           manually extracting all in-flight frames.
19226         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19227         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19228           Change mime type video/dv go video/x-dv to match the
19229           rest of gst-plugins
19230
19231 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19232
19233         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19235         (gst_alsa_sink_class_init):
19236         * ext/alsa/gstalsasink.h:
19237         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19238         (gst_alsa_src_class_init):
19239         * ext/alsa/gstalsasrc.h:
19240           Make alsasink/src a subclass of alsamixer so that mixer stuff
19241           shows up in gst-rec. Needs some finetuning.
19242
19243 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19244
19245         * ext/lame/gstlame.c: (gst_lame_chain):
19246           simplify
19247         * ext/mad/gstmad.c: (gst_mad_handle_event):
19248           fix event leak
19249         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19250           be able to detect mp3 files < 4096 bytes
19251
19252 2004-05-06  Wim Taymans  <wim@fluendo.com>
19253
19254         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19255         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19256         (theora_enc_set_property), (theora_enc_get_property):
19257         Also encode the first frame, cleanup some code.
19258
19259 2004-05-06  Wim Taymans  <wim@fluendo.com>
19260
19261         * ext/mpeg2enc/gstmpeg2enc.cc:
19262         Forward events first before deciding that negotiation was
19263         not performed.
19264
19265 2004-05-06  Wim Taymans  <wim@fluendo.com>
19266
19267         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19268         First process the events before deciding that negotiation
19269         was not performed.
19270
19271 2004-05-06  Wim Taymans  <wim@fluendo.com>
19272
19273         * ext/theora/Makefile.am:
19274         * ext/theora/theora.c: (plugin_init):
19275         * ext/theora/theoradec.c: (theora_dec_change_state):
19276         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19277         (gst_theora_enc_class_init), (gst_theora_enc_init),
19278         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19279         (theora_enc_chain), (theora_enc_change_state),
19280         (theora_enc_set_property), (theora_enc_get_property):
19281         Added a theora encoder, grouped the encoder and decoder into the
19282         same plugin.
19283
19284 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19285
19286         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19287         (gst_jpegenc_chain):
19288         fix DURATION on outgoing buffers
19289         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19290         debug using time formats
19291         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19293         (gst_xvimagesink_sink_link):
19294         windows with width/height 0 generate X errors, so don't allow them
19295
19296 2004-05-05  Wim Taymans  <wim@fluendo.com>
19297
19298         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19299         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19300         (gst_mpeg2dec_negotiate_format):
19301         * ext/mpeg2dec/gstmpeg2dec.h:
19302           removed the static pad template so that we can add the
19303           more accurate framerate value to the caps.
19304
19305
19306 2004-05-04  Benjamin Otte  <otte@gnome.org>
19307
19308         * configure.ac:
19309           check for kdemacros.h, too (should fix #141821)
19310         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19311           don't crash if no header was sent, but nicely error out (fixes part
19312           of #141554)
19313
19314 2004-05-04  Wim Taymans  <wim@fluendo.com>
19315
19316         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19317         parent dispose function to avoid segfault on destroy.
19318
19319 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19320
19321         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19322         (plugin_init):
19323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19324         (gst_xvimagesink_sink_link):
19325         clean up debugging caps
19326         also recreate xvimage when format has changed
19327
19328 2004-05-04  Benjamin Otte  <otte@gnome.org>
19329
19330         * ext/libvisual/Makefile.am:
19331         * ext/libvisual/visual.c: (gst_visual_class_init),
19332         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19333         (gst_visual_srclink), (gst_visual_chain),
19334         (gst_visual_change_state), (plugin_init):
19335           use a GstAdapter to correctly adapt buffer sizes - allows using a
19336           framerate
19337
19338 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19339
19340         * sys/v4l/gstv4lelement.h:
19341         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19343         (gst_v4lsrc_buffer_free):
19344         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19345         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19346         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19347         (gst_v4lsrc_requeue_frame):
19348         move some debugging categories around
19349         query for fps index and set accordingly if found
19350
19351 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19352
19353         * ext/lame/gstlame.c:
19354         correct defaults that lame_init puts out of range
19355
19356 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19357
19358         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19359         (gst_divxenc_class_init):
19360         fix range since -1 is the default
19361         * gst/mpeg1sys/gstmpeg1systemencode.c:
19362         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19363         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19364         (gst_rtjpegdec_chain):
19365         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19366         (gst_rtjpegenc_chain):
19367         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19368         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19369         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19370         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19371         * sys/v4l/gstv4lsrc.c:
19372         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19373         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19374         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19375         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19376         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19377           remove gst_info calls
19378
19379 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19380
19381         * Makefile.am:
19382         * po/af.po:
19383         * po/az.po:
19384         * po/en_GB.po:
19385         * po/nl.po:
19386         * po/sr.po:
19387         * po/sv.po:
19388           Updated translations
19389
19390 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19391
19392         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19393           refactor/comment code
19394
19395 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19396
19397         * gst/asfdemux/Makefile.am:
19398         * gst/asfdemux/asfheaders.c:
19399         * gst/asfdemux/asfheaders.h:
19400         * gst/asfdemux/gstasf.c: (plugin_init):
19401         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19402         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19403         (gst_asf_demux_setup_pad):
19404         * gst/asfdemux/gstasfdemux.h:
19405         * gst/asfdemux/gstasfmux.c:
19406         * gst/asfdemux/gstasfmux.h:
19407           Add tagging support to demuxer, split out registration in its own
19408           file instead of in demux (hacky), and prevent having some tables
19409           in our memory multiple times (in asfheaders.h).
19410
19411 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19412
19413         * gst/matroska/matroska-demux.c:
19414         (gst_matroska_demux_parse_metadata):
19415         * gst/matroska/matroska-ids.h:
19416           Basic tag reading support.
19417
19418 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19419
19420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19421           Really detect ac-3 audio.
19422         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19423           really detect matroska files (off-by-1).
19424
19425 2004-04-30  David Schleef  <ds@schleef.org>
19426
19427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19428         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19429         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19430         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19431         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19432         hackage -- parse a lot more atoms, extract a few tags.  One might even
19433         mistake this for tag support.  Maybe it is.
19434         * gst/qtdemux/qtdemux.h:
19435
19436 2004-04-30  Colin Walters  <walters@verbum.org>
19437
19438         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19439
19440 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19441
19442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19443         (gst_ffmpegcolorspace_getcaps):
19444           remove broken nego fix
19445
19446 2004-04-30  Benjamin Otte  <otte@gnome.org>
19447
19448         * configure.ac:
19449         * ext/Makefile.am:
19450         * ext/libvisual/Makefile.am:
19451         * ext/libvisual/visual.c:
19452           add initial support for libvisual (http://libvisual.sourceforge.net)
19453           libvisual is still quite alpha, so expect crashes in there :)
19454
19455 2004-04-29  David Schleef  <ds@schleef.org>
19456
19457         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19458         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19459         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19460         code; you will no longer respect me.
19461
19462 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19463
19464         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19465         * ext/alsa/gstalsa.h :
19466         change alsa pcm device discovery to find more than 1 device
19467         per card. code review by Ronald.
19468
19469 2004-04-29  David Schleef  <ds@schleef.org>
19470
19471         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19472         Add a check for a driver bug on FreeBSD.  (bug #140565)
19473
19474 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19475
19476         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19477         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19478         (gst_jpegenc_getcaps):
19479           move format setting to inner loop
19480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19481         (gst_ffmpegcolorspace_getcaps):
19482           use GST_PAD_CAPS if available so that we use already negotiated
19483           caps
19484         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19485         (qtdemux_parse_moov), (qtdemux_parse):
19486           extra debugging
19487         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19488         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19489           move hardcoded path to DEFINE
19490
19491 2004-04-28  David Schleef  <ds@schleef.org>
19492
19493         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19494         (bug #140064)
19495
19496 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19497
19498         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19499           Don't probe for playback device if we're a source element. Fixes
19500           #139658.
19501
19502 2004-04-29  Benjamin Otte  <otte@gnome.org>
19503
19504         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19505         (gst_id3_tag_chain):
19506           rewrite buffer offset
19507
19508 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19509
19510         * configure.ac:
19511         * ext/Makefile.am:
19512         * ext/dts/Makefile.am:
19513         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19514         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19515         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19516         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19517         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19518         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19519         (plugin_init):
19520         * ext/dts/gstdtsdec.h:
19521           New DTS decoder.
19522         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19523         (gst_faad_srcconnect):
19524           Add ESDS atom handling (.m4a).
19525
19526 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * ext/divx/gstdivxdec.c: (plugin_init):
19529           Remove comment that makes no sense.
19530         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19531           Fix for obvious typo that resulted in warnings during gst-register.
19532         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19533         (gst_xviddec_sink_link):
19534           Fix caps negotiation a bit better.
19535         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19536           We call this 'codec_data', not 'esds'.
19537
19538 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19539
19540         * gst/monoscope/gstmonoscope.c:
19541           make sure we only provide 256x128
19542         * gst/monoscope/monoscope.c: (monoscope_init):
19543           assert size of 256x128
19544
19545 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19546
19547         * Makefile.am:
19548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19549         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19550           fixate to max width and height of device
19551
19552 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19553
19554         * Makefile.am:
19555         * sys/v4l/gstv4l.c:
19556         * sys/v4l/gstv4lsrc.c:
19557         * sys/v4l/v4l_calls.c:
19558         * sys/v4l/v4lsrc_calls.c:
19559           fix for qc-usb driver which fakes having more than one buffer
19560           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19561           buffer_free override
19562           add debugging
19563
19564 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * Makefile.am:
19567         * gst/videotestsrc/gstvideotestsrc.c:
19568         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19569         (gst_videotestsrc_init), (gst_videotestsrc_get),
19570         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19571         * gst/videotestsrc/gstvideotestsrc.h:
19572           add num-buffers property
19573
19574         2004-04-26  Benjamin Otte  <otte@gnome.org>
19575
19576         * ext/mad/gstid3tag.c: (plugin_init):
19577           set id3mux rank to NONE so it doesn't confuse spider
19578           require audio/mpeg,mpegversion=1 in id3mux
19579
19580 2004-04-26  Benjamin Otte  <otte@gnome.org>
19581
19582         * configure.ac:
19583           detect faad correctly as non-working if it's indeed non-working
19584
19585 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19586
19587         * Makefile.am:
19588         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19589         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19590         fix _getcaps so it only negotiates to its supported format
19591
19592 2004-04-25  Benjamin Otte  <otte@gnome.org>
19593
19594         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19595           fix memleak
19596
19597 2004-04-23  Benjamin Otte  <otte@gnome.org>
19598
19599         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19600           audio/x-raw-int with height rules! not. Now it's depth.
19601
19602 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19603
19604         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19605         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19606         (gst_wavparse_loop):
19607           Missing variable initialization. Add handling of DVI ADPCM. Fix
19608           mis-parsing of LIST chunks. This works around a bug where we mis-
19609           parse non-aligning LIST chunks (so LIST chunks where the contents
19610           don't align with the actual LIST size). The correct fix is to use
19611           rifflib, I'm not going to fix wavparse - too much work. All this
19612           fixes #104878.
19613
19614 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19615
19616         reviewed by Benjamin Otte  <otte@gnome.org>
19617
19618         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19619           fix shoutcast not working (fixes #140844)
19620
19621 2004-04-22  Benjamin Otte  <otte@gnome.org>
19622
19623         * ext/hermes/gsthermescolorspace.c:
19624         (gst_hermes_colorspace_caps_remove_format_info):
19625         * gst/colorspace/gstcolorspace.c:
19626         (gst_colorspace_caps_remove_format_info):
19627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19628         (gst_ffmpegcolorspace_caps_remove_format_info):
19629           s/gst_caps_simplify/gst_caps_do_simplify/
19630
19631 2004-04-22  Benjamin Otte  <otte@gnome.org>
19632
19633         * gst-libs/gst/riff/riff-media.c:
19634         (gst_riff_create_video_caps_with_data):
19635           mpegversion is an int
19636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19637           don't try to create pad templates with NULL caps, use any caps
19638           instead.
19639
19640 2004-04-20  David Schleef  <ds@schleef.org>
19641
19642         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19643         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19644         (bug #140384)
19645
19646 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19647
19648         reviewed by David Schleef
19649
19650         * ext/mad/gstid3tag.c: Add stdlib.h
19651         * gst/rtp/gstrtpgsmenc.c: same
19652         * gst/tags/gstid3tag.c: same
19653         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19654         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19655         GST_DISABLE_LOADSAVE use.
19656         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19657         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19658         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19659         atol(3)).
19660         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19661         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19662         strtoul(3)).
19663         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19664         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19665         $(ID3_CFLAGS).
19666         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19667         $(LIBFAME_CFLAGS).
19668
19669 2004-04-20  David Schleef  <ds@schleef.org>
19670
19671         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19672         last checkin.  Same idea.
19673
19674 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19675
19676         reviewed by David Schleef
19677
19678         * configure.ac: bump required gstreamer version to 0.8.1.1
19679         because of following changes [--ds]
19680
19681         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19682         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19683         (gst_riff_read_header):  Use GST_READ_UINT*
19684         macros to access possibly unaligned memory.
19685
19686         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19687         (mp3_type_find):  Use GST_READ_UINT*
19688         macros to access possibly unaligned memory.
19689         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19690         (speex_type_find): Likewise
19691
19692         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19693
19694         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19695         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19696         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19697         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19698         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19699         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19700         macros to access possibly unaligned memory.
19701
19702         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19703         Likewise.
19704
19705         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19706         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19707
19708         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19709         Likewise.
19710
19711         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19712         (gst_mpeg2subt_chain_subtitle): Likewise.
19713
19714         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19715         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19716         Likewise.
19717
19718         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19719         Likewise.
19720
19721         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19722         Likewise.
19723
19724         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19725         Likewise.
19726
19727 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         * configure.ac:
19730           update required version of GStreamer because of GST_TIME_FORMAT
19731
19732 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19733
19734         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19735           remove leftover g_print
19736         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19737           don't try setting only a subset of the caps. We don't want to kill
19738           autoplugging on purpose
19739
19740 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19741
19742         * sys/ximage/ximagesink.c: (plugin_init):
19743         * sys/xvimage/xvimagesink.c: (plugin_init):
19744           add debugging categories
19745
19746 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * po/en_GB.po:
19749         * po/LINGUAS:
19750           Adding en_GB translation (Gareth Owen)
19751
19752 2004-04-20  David Schleef  <ds@schleef.org>
19753
19754         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19755         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19756         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19757         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19758         A number of new features and hacks to extract the esds atom and
19759         put it into the caps.  (bug #137724)
19760
19761 2004-04-19  David Schleef  <ds@schleef.org>
19762
19763         * gconf/Makefile.am: Fix for non-GNU make
19764         * gst-libs/gst/Makefile.am: Change directory order to handle
19765         GstPlay linking with gstinterfaces
19766         * gst-libs/gst/audio/make_filter: make use of tr portable
19767         * gst-libs/gst/play/Makefile.am: Add intended \
19768         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19769         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19770         function prototype instead of void *.
19771         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19772         macro.
19773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19774         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19775         * gst/videofilter/make_filter: make use of tr portable
19776         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19777
19778 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19779
19780         * po/LINGUAS:
19781         * po/uk.po:
19782           Added Ukrainian translation (Maxim V. Dziumanenko)
19783
19784 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19785
19786         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19787         (gst_gsmdec_link), (gst_gsmdec_chain):
19788           Fix capsnego, simplify chain function slightly.
19789         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19790           Add GSM.
19791
19792 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19793
19794         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19795         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19796         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19797           Hack to make wavparse work with spider (always -> sometimes pad).
19798           Fixes #135862 && #140411.
19799
19800 2004-04-18  Benjamin Otte  <otte@gnome.org>
19801
19802         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19803         (gst_osselement_rate_probe_check),
19804         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19805           get rid of \n in debug output
19806
19807 2004-04-17  Iain <iain@prettypeople.org>
19808
19809         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19810         not just EOS.
19811
19812 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19813
19814         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19815         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19816         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19817         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19818         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19819         (gst_id3_tag_change_state), (plugin_init):
19820           deprecate id3tag element and replace with id3demux/id3mux.
19821           great side effect: this ugly file is now even uglier, yay!
19822         * ext/mad/gstmad.h:
19823           remove non-available function
19824           update for new get_type
19825
19826 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19827
19828         * configure.ac:
19829           require mpeg2dec >= 0.4.0
19830
19831 2004-04-17  Benjamin Otte  <otte@gnome.org>
19832
19833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19834         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19835         (gst_xvimagesink_set_xwindow_id):
19836           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19837           assorted cleanup fixes.
19838
19839 2004-04-16  David Schleef  <ds@schleef.org>
19840
19841         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19842         * sys/xvimage/xvimagesink.h: same
19843
19844 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19845
19846         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19847           Fix GST_ELEMENT_ERROR with (NULL)
19848
19849 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * gst-libs/gst/riff/riff-media.c:
19852         (gst_riff_create_video_caps_with_data):
19853           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19854
19855 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * gst-libs/gst/riff/riff-media.c:
19858         (gst_riff_create_video_caps_with_data),
19859         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19860         (gst_riff_create_video_template_caps),
19861         (gst_riff_create_audio_template_caps):
19862         * gst-libs/gst/riff/riff-media.h:
19863         * gst-libs/gst/riff/riff-read.c:
19864         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19865         * gst-libs/gst/riff/riff-read.h:
19866         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19867           Add MS RLE support. I added some functions to read out strf chunks
19868           into strf chunks and the data behind it. This is usually color
19869           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19870           caps creation. Lastly, add ADPCM (similar to wavparse - which
19871           should eventually be rifflib based).
19872         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19873         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19874         * gst/matroska/matroska-demux.h:
19875           Remove placeholders for some prehistoric tagging system. Didn't add
19876           support for any tag system really anyway.
19877         * gst/qtdemux/qtdemux.c:
19878           Add support for audio/x-m4a (MPEG-4) through spider.
19879         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19880         (gst_wavparse_loop):
19881           ADPCM support (#135862). Increase max. buffer size because we
19882           cannot split buffers for ADPCM (screws references) and I've seen
19883           files with 2048 byte chunks. 4096 seems safe for now.
19884
19885 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19886
19887         * configure.ac: bump nano to 1
19888
19889 === release 0.8.1 ===
19890
19891 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19892
19893         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19894
19895 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19896
19897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19898           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19899           Fixes #140058
19900
19901 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19902
19903         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19904           lower rank of dvddemux so that it's not used for mpeg playback.
19905
19906 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19907
19908         * configure.ac:
19909           save libs correctly when checking mad
19910
19911 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19912
19913         * ext/mad/gstid3tag.c: (plugin_init):
19914           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19915
19916 2004-04-13  David Schleef  <ds@schleef.org>
19917
19918         * common/m4/gst-feature.m4: Call -config scripts with
19919         --plugin-libs if it is supported.
19920         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19921         JPEG images are image/jpeg.
19922         * gst/debug/Makefile.am:
19923         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19924         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19925         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19926         (gst_negotiation_plugin_init): Add a property that acts like
19927         filter caps.
19928         * testsuite/gst-lint:  Move license checking to be a standard
19929         test.
19930
19931 2004-04-13  David Schleef  <ds@schleef.org>
19932
19933         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19934         patch from Sebastien Cote (bug #139958)
19935
19936 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19937
19938         * examples/gstplay/Makefile.am:
19939         * examples/gstplay/player.c: (main):
19940           make the commandline player example use gconf settings
19941
19942 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19943
19944         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19945         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19946         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19947           init/end library during state transition, not object
19948           creation/disposal.  get rid of custom dispose handler.
19949
19950
19951 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19952
19953         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19954         be a symlink
19955
19956 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19957
19958         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19959           Handle JUNK chunks inside data section. Prevents warnings.
19960
19961 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19962
19963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19964         (gst_riff_create_video_template_caps):
19965           Add MS video v1.
19966         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19967         (gst_avi_demux_stream_data):
19968           Add support for "rec-list" chunks.
19969
19970 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19971
19972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19973           Fix another codecname mismatch.
19974
19975 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19978           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19979           so that MJPEG plays back.
19980
19981 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19982
19983         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19984         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19985         * gst/mpeg1videoparse/gstmp1videoparse.h:
19986           Fix for some slight mis-cuts in buffer parsing, and for some
19987           potential overflows or faults-causers. Adds disconts. Also fixes
19988           #139105 while we're at it.
19989
19990 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19991
19992         * configure.ac:
19993         * sys/v4l2/gstv4l2element.h:
19994           Workaround for missing struct v4l2_buffer declaration in Suse 9
19995           and Mandrake 10 linux/videodev2.h header file (#135919).
19996
19997 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19998
19999         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20000           Bail out if no filename was given.
20001
20002 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20003
20004         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20005         (gst_v4l2_fourcc_from_structure):
20006           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20007           Y41B somewhere).
20008
20009 2004-04-09  Benjamin Otte  <otte@gnome.org>
20010
20011         * ext/gnomevfs/gstgnomevfssink.c:
20012         (_gst_boolean_allow_overwrite_accumulator),
20013         (gst_gnomevfssink_class_init):
20014           fix erase signal - if any handler returns false the file will not be
20015           overwritten. If no handler is connected, the file will not be
20016           overwritten either.
20017           renamed signal to "allow-overwrite"
20018         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20019           free string when adding it to ID3 failed
20020         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20021           unref event when done
20022         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20023           free caps
20024         * gst/typefind/gsttypefindfunctions.c:
20025         (mpeg_video_stream_type_find):
20026           fix invalid read
20027
20028 2004-04-08  David Schleef  <ds@schleef.org>
20029
20030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20031         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20032
20033 2004-04-08  David Schleef  <ds@schleef.org>
20034
20035         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20036         we don't support (bug #139532)
20037
20038 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20039
20040         * ext/mad/gstmad.c: (gst_mad_handle_event),
20041         (gst_mad_check_caps_reset), (gst_mad_chain),
20042         (gst_mad_change_state):
20043           only set explicit caps if they haven't been set before for
20044           this stream.  MPEG-audio sample rate/channels aren't allowed
20045           to change in-stream.
20046           Fixes #139382
20047
20048 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20049
20050         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20051         (_gst_boolean_did_something_accumulator),
20052         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20053         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20054         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20055         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20056         (gst_gnomevfssink_change_state):
20057           Fix erase signal. Don't erase by default. Remove handoff signal.
20058           Remove erase property. Don't segfault. General cleanup.
20059
20060 2004-04-07  Benjamin Otte  <otte@gnome.org>
20061
20062         * gst-libs/gst/gconf/test-gconf.c: (main):
20063           add missing gst_init
20064
20065 2004-04-07  Benjamin Otte  <otte@gnome.org>
20066
20067         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20068           free the mutexes, too
20069
20070 2004-04-07  Benjamin Otte  <otte@gnome.org>
20071
20072         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20073           actually free the URI string
20074         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20075           compute offset correctly when passing discont events
20076         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20077           don't leak discont events
20078         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20079           add some missing breaks so caps aren't copied randomly
20080         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20081           if we realloc memory, we better use it
20082
20083 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20084
20085         * ext/mad/gstmad.c: (normal_seek):
20086           fix GST_FORMAT_TIME usage
20087
20088 2004-04-05  David Schleef  <ds@schleef.org>
20089
20090         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20091         a deprecated function (hack!)
20092
20093 2004-04-05  Benjamin Otte  <otte@gnome.org>
20094
20095         * ext/esd/esdmon.c: (gst_esdmon_get):
20096           fix nonterminated vararg and memleak
20097
20098 2004-04-05  Benjamin Otte  <otte@gnome.org>
20099
20100         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20101         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20102         (gst_ladspa_set_property), (gst_ladspa_get_property),
20103         (gst_ladspa_instantiate), (gst_ladspa_activate),
20104         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20105           clean up debugging
20106
20107 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20108
20109         reviewed by Benjamin Otte  <otte@gnome.org>
20110
20111         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20112           check for broken LADSPA parameters (fixes #138635)
20113
20114 2004-04-05  Benjamin Otte  <otte@gnome.org>
20115
20116         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20117           advertise buffer-frames correctly on sinkpads
20118
20119 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20120
20121         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20122         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20123         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20124         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20125         (gst_mad_check_caps_reset), (gst_mad_chain):
20126         add more debugging, only reset caps when we're not in error state
20127
20128 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20129
20130         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20131
20132 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20133
20134         reviewed by Benjamin Otte  <otte@gnome.org>
20135
20136         * configure.ac:
20137           fix == in test(1) operator
20138
20139 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20140
20141         reviewed by Benjamin Otte  <otte@gnome.org>
20142
20143         * configure.ac:
20144           fix --export-symblos-regex to a working regex.
20145
20146 2004-04-04  Benjamin Otte  <otte@gnome.org>
20147
20148         * sys/oss/.cvsignore:
20149           add for oss_probe
20150
20151 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20152
20153         reviewed by Benjamin Otte  <otte@gnome.org>
20154
20155         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20156           add missing 'new_media' argument (fixes #138168)
20157         * gst/matroska/matroska-demux.c:
20158         (gst_matroska_demux_handle_seek_event):
20159           add vararg terminator (fixes #138169)
20160
20161 2004-04-02  David Schleef  <ds@schleef.org>
20162
20163         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20164         disted (bug #138914)
20165
20166 2004-04-01  Benjamin Otte  <otte@gnome.org>
20167
20168         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20169         (gst_alsa_close_audio):
20170           handle case better where a soundcard can't pause
20171         * ext/ogg/gstoggdemux.c:
20172           don't crash when we get events but don't have pads yet
20173
20174 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20175
20176         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20177           throw an error if we couldn't probe any caps.
20178
20179 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20180
20181         * ext/dvdnav/gst-dvd:
20182         Add a really simple sample DVD player
20183
20184 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20185
20186         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20187         (gst_a52dec_push), (gst_a52dec_handle_event),
20188         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20189         (gst_a52dec_change_state):
20190         * ext/a52dec/gsta52dec.h:
20191           Use a debug category, Output timestamps correctly
20192           Emit tag info, Handle events, tell liba52dec about cpu
20193           capabilities so it can use MMX etc.
20194         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20195           Fix a crasher accessing invalid memory
20196         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20197         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20198         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20199         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20200         (dvdnavsrc_query):
20201           Some support for byte-format seeking.
20202           Small fixes for still frames and menu button overlays
20203         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20204         (gst_mpeg2dec_alloc_buffer):
20205           Use a debug category. Adjust the report level of several items to
20206           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20207           so it doesn't lose the GstBuffer pointer
20208         * gst/debug/Makefile.am:
20209         * gst/debug/gstdebug.c: (plugin_init):
20210         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20211         (gst_navseek_base_init), (gst_navseek_class_init),
20212         (gst_navseek_init), (gst_navseek_seek),
20213         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20214         (gst_navseek_get_property), (gst_navseek_chain),
20215         (gst_navseek_plugin_init):
20216         * gst/debug/gstnavseek.h:
20217           Add the navseek debug element for seeking back and forth in a
20218           video stream using arrow keys.
20219         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20220         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20221         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20222         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20223         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20224         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20225         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20226         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20227         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20228         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20229         * gst/mpeg2sub/gstmpeg2subt.h:
20230           Pretty much a complete rewrite. Now a loopbased element. May still
20231           require work to properly synchronise subtitle buffers.
20232         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20233         (gst_dvd_demux_send_subbuffer):
20234         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20235           Don't attempt to create subbuffers of size 0
20236           Reduce a couple of error outputs to warnings.
20237         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20238         (gst_y4mencode_chain):
20239         Output the y4m frame header correctly.
20240
20241 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20242
20243         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20244           throw errors instead of allowing SIGFPE
20245
20246 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20247
20248         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20249         (gst_gconf_render_bin_from_key):
20250           leak plugging and style fixing
20251
20252 2004-03-31  David Schleef  <ds@schleef.org>
20253
20254         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20255         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20256         (bug #138225)
20257         * gst/debug/Makefile.am:
20258         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20259         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20260         plugin.
20261         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20262         (gst_negotiation_base_init), (gst_negotiation_class_init),
20263         (gst_negotiation_init), (gst_negotiation_getcaps),
20264         (gst_negotiation_pad_link), (gst_negotiation_chain),
20265         (gst_negotiation_set_property), (gst_negotiation_get_property),
20266         (gst_negotiation_plugin_init):  New element to talk about random
20267         negotiation things happening in a pipeline.
20268
20269 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20270
20271         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20272           fix integer addition with help of Stefan Kost
20273
20274 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20275
20276         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20277
20278 2004-03-30  David Schleef  <ds@schleef.org>
20279
20280         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20281         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20282         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20283         (bug #137504)
20284         * ext/mpeg2dec/gstmpeg2dec.h:
20285
20286 2004-03-30  David Schleef  <ds@schleef.org>
20287
20288         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20289
20290 2004-03-30  David Schleef  <ds@schleef.org>
20291
20292         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20293         Michael Petullo) to handle .mov
20294
20295 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20296
20297         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20298         (gst_osselement_rate_check_rate):
20299           probe caps correctly for sound cards that only support one format
20300
20301 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20302
20303         * ext/kio/kiosrc.cpp: (process_events):
20304           update handling event processing if inside KDE - untested
20305
20306 2004-03-29  David Schleef  <ds@schleef.org>
20307
20308         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20309         by 2 to not interfere with other colorspaces.
20310         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20311         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20312         one to not interfere with ffmpeg_colorspace.
20313
20314 2004-03-29  David Schleef  <ds@schleef.org>
20315
20316         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20317         aren't in the caps.
20318         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20319         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20320
20321 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20322
20323         * gst-libs/gst/riff/riff-media.c:
20324           fail on error, don't try to set stuff on NULL caps
20325
20326 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20327
20328         * configure.ac:
20329         * ext/Makefile.am:
20330         * ext/kio/Makefile.am:
20331         * ext/kio/kioreceiver.cpp:
20332         * ext/kio/kioreceiver.h:
20333         * ext/kio/kiosrc.cpp:
20334         * ext/kio/kiosrc.h:
20335           add experimental kiosrc plugin
20336         * ext/alsa/gstalsaplugin.c: (plugin_init):
20337           initialize debugging category only when we're sure registering the
20338           plugins worked.
20339
20340 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20341
20342         * examples/gstplay/player.c: (main):
20343         * gst-libs/gst/play/play.c: (gst_play_class_init),
20344         (gst_play_set_location), (gst_play_set_data_src),
20345         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20346         (gst_play_set_visualization), (gst_play_connect_visualization):
20347           check return values of element_set_state and return FALSE where
20348           failed
20349
20350 2004-03-29  Benjamin Otte  <otte@gnome.org>
20351
20352         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20353           try harder to check if an event is really a discont
20354
20355 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20356
20357         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20358         * po/az.po:
20359
20360 2004-03-28  Benjamin Otte  <otte@gnome.org>
20361
20362         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20363         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20364         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20365           get rid of non-standard "..." ranges in case statements.
20366
20367 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20368
20369         * gst/mpegstream/gstmpegdemux.c:
20370         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20371         specific functionality split to the new dvddemux element.
20372         * gst/mpegstream/gstdvddemux.c:
20373         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20374         streams, derived from mpegdemux.
20375         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20376         up. SCR based timestamp rewriting can be turned off (will probably
20377         completely disappear soon).
20378         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20379         hacking. General cleanup. All printf statements replaced by
20380         debugging messages. Almost complete libdvdnav support.
20381         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20382         by events. New properties for audio and subpicture languages.
20383         (dvdnavsrc_update_highlight): Now uses events.
20384         (dvdnavsrc_user_op): Cleaned up.
20385         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20386         based). Lots of cleanup, and propper support for most libdvdnav
20387         events.
20388         (dvdnavsrc_make_dvd_event): New function.
20389         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20390         (dvdnavsrc_make_clut_change_event): New function.
20391
20392 2004-03-26  Benjamin Otte  <otte@gnome.org>
20393
20394         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20395           fix bug where typefinding would claim it's theora whenever less then
20396           7 bytes of data were available
20397
20398 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20399
20400         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20401         (gst_alawdec_base_init), (gst_alawdec_class_init),
20402         (gst_alawdec_init), (gst_alawdec_chain):
20403         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20404         (gst_alawenc_base_init), (gst_alawenc_class_init),
20405         (gst_alawenc_init), (gst_alawenc_chain):
20406         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20407         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20408         (gst_mulawdec_init), (gst_mulawdec_chain):
20409         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20410         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20411         (gst_mulawenc_init), (gst_mulawenc_chain):
20412           Fix capsnego in all four, remove the unused property functions and
20413           simplify the chain functions slightly. I guess we could use macros
20414           or something similar for those, since the code is so similar, but
20415           I'm currently too lazy...
20416
20417 2004-03-24  David Schleef  <ds@schleef.org>
20418
20419         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20420         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20421         (gst_osselement_get_format_structure),
20422         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20423         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20424         (gst_osselement_rate_int_compare): Add code to handle rate probing
20425         (bug #120883)
20426         * sys/oss/gstosselement.h: same
20427         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20428         Use rate probing provided by osselement.
20429         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20430
20431 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20432
20433         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20434         (gst_xvidenc_get_property):
20435           ulong/int mess-up.
20436
20437 2004-03-24  David Schleef  <ds@schleef.org>
20438
20439         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20440         (gst_speexdec_init):
20441         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20442         (gst_speexenc_init):  Create the pad template correctly (from
20443         the static pad template, not a NULL pointer.)
20444
20445 2004-03-25  Benjamin Otte  <otte@gnome.org>
20446
20447         * gst/debug/Makefile.am:
20448         * gst/debug/breakmydata.c:
20449           add element that quasi-randomly changes bytes in the stream.
20450           Intended use is robustness checking of demuxers and decoders in
20451           media tests.
20452
20453 2004-03-24  Benjamin Otte  <otte@gnome.org>
20454
20455         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20456         (gst_alsa_probe_hw_params):
20457         * ext/alsa/gstalsa.h:
20458           debugging output fixes
20459
20460 2004-03-24  Benjamin Otte  <otte@gnome.org>
20461
20462         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20463           don't g_return_if_fail if element is PLAYING, fail silently as every
20464           other element.
20465         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20466           only fix needed for cast lvalue issues in gst-plugins
20467         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20468           add proxy_getcaps
20469
20470 2004-03-24  Benjamin Otte  <otte@gnome.org>
20471
20472         * gst/level/gstlevel.c: (gst_level_init):
20473           add proxying getcaps function, so level doesn't advertise impossible
20474           caps
20475
20476 2004-03-24  David Schleef  <ds@schleef.org>
20477
20478         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20479         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20480         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20481         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20482         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20483         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20484         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20485         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20486         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20487         messages.  Divide the chunk size by the compression ratio
20488         (needed for MACE audio)
20489
20490 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20491
20492         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20493           Fix buffer overflow read error.
20494
20495 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20496
20497         * ext/alsa/gstalsa.h:
20498           Remove unused entry.
20499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20500           Add cinepak.
20501         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20502         (gst_videodrop_link), (gst_videodrop_chain):
20503           Fix, sort of. Was horribly broken with new capsnego. Bah...
20504
20505 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20506
20507         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20508         (plugin_init):
20509         Add a monkeysaudio typefind function
20510
20511 2004-03-23  Johan Dahlin  <johan@gnome.org>
20512
20513         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20514         (gst_play_video_fixate): Check so the structure has the field
20515         before trying to fixate them, this makes it possible to have
20516         fakesinks for video and audio output without printing errors on
20517         the output console.
20518
20519 2004-03-22  David Schleef  <ds@schleef.org>
20520
20521         * sys/oss/Makefile.am:
20522         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20523         (check_rate), (add_rate):  Rate probing test app.
20524
20525 2004-03-21  Benjamin Otte  <otte@gnome.org>
20526
20527         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20528         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20529           add a fixation function that pretty much does the right thing (fixes
20530           #137556)
20531
20532 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20533
20534         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20535
20536 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20537
20538         reviewed by: Benjamin Otte  <otte@gnome.org>
20539
20540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20541           terminate gst_event_new_discontinuous correctly (fixes parts of
20542           #137711)
20543
20544 2004-03-19  David Schleef  <ds@schleef.org>
20545
20546         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20547         since it doesn't depend on X, and it's part of our ABI.
20548
20549 2004-03-19  Iain <iain@prettypeople.org>
20550
20551         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20552         is_int in the structure, not the local variable.
20553
20554 2004-03-19  David Schleef  <ds@schleef.org>
20555
20556         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20557         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20558         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20559         Improvements in caps negotiation.
20560
20561 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * po/LINGUAS:
20564         * po/af.po:
20565           adding Afrikaans (Petri Jooste)
20566
20567 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20568
20569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20570         (gst_ffmpegcolorspace_chain):
20571         throw error instead of g_critical (#137588)
20572
20573 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20574
20575         * Makefile.am:
20576         * configure.ac:
20577           dist common and m4 correctly
20578         * po/sv.po:
20579
20580 2004-03-17  David Schleef  <ds@schleef.org>
20581
20582         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20583         (bug #137348)
20584
20585 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20586
20587         * po/LINGUAS:
20588         * po/sv.po:
20589           adding Swedish translation (Christian Rose)
20590
20591 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20592
20593         * Makefile.am: use release.mak
20594
20595 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * common/ChangeLog:
20598         * common/gst-autogen.sh:
20599           add some explanation about the version detection
20600         * configure.ac:
20601           fix X check
20602
20603 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20604
20605         * configure.ac: bump nano to 1
20606
20607 === release 0.8.0 ===
20608
20609 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20610
20611         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20612
20613 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20614
20615         * configure.ac:
20616           update libtool version
20617         * gst-libs/gst/media-info/Makefile.am:
20618           actually use libtool version
20619
20620 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20621
20622         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20623
20624 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20625
20626         * configure.ac:
20627         * gst-plugins.spec.in:
20628         * pkgconfig/Makefile.am:
20629         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20630         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20631         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20632         * pkgconfig/gstreamer-libs.pc.in:
20633         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20634         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20635         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20636         * pkgconfig/gstreamer-plugins.pc.in:
20637           remove @VERSION@ from some of the pc files since core and plugins
20638           are decoupled.
20639           created gstreamer-plugins.pc as it's a better name, but keeping
20640           -libs around for now to get fixes upstream done first.
20641
20642 2004-03-15  Julien MOUTTE <julien@moutte.net>
20643
20644         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20645         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20646         * gst-libs/gst/play/play.h:
20647
20648 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20649
20650         * *.c, *.cc: don't mix tabs and spaces
20651
20652 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20653
20654         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20655           use the new ffmpegcolorspace
20656         * gst-plugins.spec.in:
20657           package new colorspace and media-info
20658         * configure.ac:
20659         * pkgconfig/Makefile.am:
20660           fix some more disting issues
20661         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20662         * pkgconfig/gstreamer-media-info.pc.in:
20663           generate media-info pc files
20664
20665 2004-03-15  Johan Dahlin  <johan@gnome.org>
20666
20667         * *.h: Revert indenting
20668
20669 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20670
20671         * configure.ac:
20672           adding ffmpegcolorspace element
20673         * gst/ffmpegcolorspace/Makefile.am:
20674         * gst/ffmpegcolorspace/avcodec.h:
20675         * gst/ffmpegcolorspace/common.h:
20676         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20677         * gst/ffmpegcolorspace/dsputil.h:
20678         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20679         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20680         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20681         (gst_ffmpeg_caps_to_pix_fmt):
20682         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20684         (gst_ffmpegcolorspace_caps_remove_format_info),
20685         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20686         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20687         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20688         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20689         (gst_ffmpegcolorspace_set_property),
20690         (gst_ffmpegcolorspace_get_property),
20691         (gst_ffmpegcolorspace_register):
20692         * gst/ffmpegcolorspace/imgconvert.c:
20693         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20694         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20695         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20696         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20697         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20698         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20699         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20700         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20701         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20702         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20703         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20704         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20705         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20706         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20707         (img_get_alpha_info), (deinterlace_line),
20708         (deinterlace_line_inplace), (deinterlace_bottom_field),
20709         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20710         * gst/ffmpegcolorspace/imgconvert_template.h:
20711         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20712         * gst/ffmpegcolorspace/mmx.h:
20713         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20714           adding ffmpegcolorspace element supplied by Ronald after cleaning
20715           up and pulling in the right bits of upstream source.
20716           I'm sure a better C/compiler wizard could do some cleaning up (for
20717           example use GLIB's malloc stuff), but as a first pass this
20718           works very well
20719
20720 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20721
20722         * ext/alsa/gstalsa.h:
20723           I assume Ronald forgot to commit the change to have cardname
20724           as a struct member.  Expect some public spanking at the next
20725           opportunity.
20726
20727 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20728
20729         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20730         (gst_alsa_open_audio), (gst_alsa_close_audio):
20731         * ext/alsa/gstalsa.c:
20732           Don't open the device if we're a mixer (= padless).
20733         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20734         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20735         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20736           Open mixer during state change rather than during object
20737           initialization. Also, get a device name. Currently in a somewhat
20738           hackish fashion, but I didn't really find something better.
20739
20740 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20741
20742         * *.c, *.h: run gst-indent
20743
20744 2004-03-14  Benjamin Otte  <otte@gnome.org>
20745
20746         * gst/modplug/gstmodplug.cc:
20747         * gst/modplug/gstmodplug.h:
20748           set correct timestamps on outgoing buffers
20749
20750 2004-03-14  Benjamin Otte  <otte@gnome.org>
20751
20752         * gst/modplug/gstmodplug.cc:
20753           handle events - don't do crap when a discont arrives that's not
20754           necessary
20755           This allows correct loading and playback of mods in Rhythmbox
20756
20757 2004-03-14  Benjamin Otte  <otte@gnome.org>
20758
20759         * configure.ac:
20760         * gst-libs/gst/gconf/Makefile.am:
20761         * pkgconfig/Makefile.am:
20762           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20763           they get rebuilt properly
20764         * configure.ac:
20765           when checking for vorbis, try pkgconfig first.
20766         * gst/modplug/gstmodplug.cc:
20767           add fixate function
20768
20769 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20770
20771         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20772           Fix for obvious mistake, where we first shift the offset and then
20773           read a samplesize element assuming the old offset. Note that this
20774           part still has something weird, i.e. my movies containing those
20775           don't actually play well, but at least there's something that looks
20776           like sound now.
20777
20778 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20779         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20780         (plugin_init):
20781         Add a typefind function for speex format
20782
20783 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20784
20785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20786         (gst_asf_demux_setup_pad):
20787           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20788           instead of 0. Reason is simple: some elements have a fps range
20789           of 1-max instead of 0-max. So now ASF video actually works.
20790
20791 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20792
20793         * po/LINGUAS:
20794         * po/sr.po:
20795           adding serbian as a language
20796
20797 2004-03-13  Benjamin Otte  <otte@gnome.org>
20798
20799         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20800           return taglist correctly from _get function, don't gst_pad_push it.
20801           (fixes #137042)
20802
20803 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20804         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20805
20806 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20809         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20810         (gst_alsa_mixer_track_new):
20811         * ext/alsa/gstalsamixertrack.h:
20812           Fix ancient leftovers... MixerTrack is a GObject.
20813
20814 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20817         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20818           Don't block during probing...
20819
20820 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20823         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20824         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20825         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20826         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20827         (gst_alsa_open_audio), (gst_alsa_close_audio):
20828         * ext/alsa/gstalsa.h:
20829           Add propertyprobe interface implementation, add some device-name
20830           property, all this so that it looks good in gnome-volume-control.
20831
20832 2004-03-12  David Schleef  <ds@schleef.org>
20833
20834         * configure.ac: the Hermes library controls hermescolorspace, not
20835         colorspace.
20836         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20837         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20838         not /* */
20839         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20840         * ext/sdl/sdlvideosink.h: ditto.
20841         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20842
20843 2004-03-12  Benjamin Otte  <otte@gnome.org>
20844
20845         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20846         (gst_x_overlay_got_xwindow_id):
20847         * gst-libs/gst/xoverlay/xoverlay.h:
20848           replace XID with unsigned long to get rid of the xlibs dependency in
20849           XOverlay (fixes #137004)
20850
20851 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20852         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20853         (gst_agingtv_setup):
20854         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20855         (gst_dicetv_base_init), (gst_dicetv_class_init),
20856         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20857         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20858         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20859         (gst_edgetv_setup), (gst_edgetv_rgb32):
20860         * gst/effectv/gsteffectv.c:
20861         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20862         (gst_quarktv_set_property):
20863         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20864         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20865         (gst_revtv_setup), (gst_revtv_rgb32):
20866         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20867         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20868         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20869         (gst_shagadelictv_rgb32):
20870         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20871         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20872         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20873         * gst/effectv/gstwarp.c:
20874         Port everything that can be ported to videofilter and fix up the caps.
20875         Can someone with a big-endian machine please check these?
20876
20877 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20878
20879         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20880         (gst_osssink_chain), (gst_osssink_change_state):
20881           Latest fixes for A/V sync, audio playback and such. This is about
20882           all... MPEG playback issues are mostly related to the async build-
20883           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20884
20885 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20886
20887         patch from: Stephane Loeuillet
20888
20889         * configure.ac:
20890           use pkg-config for some libraries, falling back to the old .m4 way
20891           (fixes #131270)
20892         * m4/libdv.m4:
20893           removed
20894
20895 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20896
20897         * configure.ac:
20898         * tools/Makefile.am:
20899         * tools/Makefile.in:
20900         * tools/gst-launch-ext-m.m:
20901         * tools/gst-launch-ext.1.in:
20902         * tools/gst-visualise-m.m:
20903         * tools/gst-visualise.1:
20904         * tools/gst-visualise.1.in:
20905           reorganizing generation of script tools
20906
20907 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20908
20909         * ext/divx/gstdivxdec.c:
20910           Downgrade priority. We prefer ffdec_mpeg4.
20911         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20912         (gst_faad_chain), (gst_faad_change_state):
20913           Fix capsnego. Doesn't work for some sounds because we don't have
20914           a 5:1 to stereo element.
20915         * ext/xvid/gstxvid.c: (plugin_init):
20916           Add priority.
20917         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20918         (gst_osssink_change_state):
20919           Add discont handling.
20920
20921 2004-03-09  Colin Walters  <walters@verbum.org>
20922
20923         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20924         conversion.
20925
20926 2004-03-09  Benjamin Otte  <otte@gnome.org>
20927
20928         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20929           the signals take 2 arguments
20930
20931 2004-03-09  David Schleef  <ds@schleef.org>
20932
20933         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20934         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20935         * ext/alsa/gstalsa.h:
20936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20937
20938 2004-03-09  Benjamin Otte  <otte@gnome.org>
20939
20940         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20941         (gst_mikmod_change_state):
20942         * ext/mikmod/gstmikmod.h:
20943           make mikmod's loop function not loop infinitely and call
20944           gst_element_yield anymore
20945         * gst/modplug/gstmodplug.cc:
20946           fix pad negotiation (fixes #136590)
20947
20948 2004-03-09  David Schleef  <ds@schleef.org>
20949
20950         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20951         doesn't conflict with the internal colorspace plugin.
20952         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20953         satisfy the crappy-ass shell shipped by a certain vendor.
20954         * gst/videofilter/make_filter: same (bug #135299)
20955
20956 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20957
20958         * configure.ac: bump nano to 1
20959
20960 === release 0.7.6 ===
20961
20962 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20963
20964         * configure.in: releasing 0.7.6, "There"
20965
20966 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20967
20968         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20969         * pkgconfig/gstreamer-play.pc.in:
20970           synchronize the two
20971
20972 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20975         (cdparanoia_open), (cdparanoia_event):
20976           fix/add error handling
20977         * po/POTFILES.in:
20978           add cdparanoia source
20979         * tools/Makefile.am:
20980           make scripts executable
20981
20982 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20983
20984         * configure.ac:
20985         * ext/vorbis/Makefile.am:
20986         * sys/Makefile.am:
20987           remove id3types, vorbisfile and xvideosink from the build (#133783)
20988
20989 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20990
20991         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20992           Fix metadata read crash (#136537).
20993
20994 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20997         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20998           adding mime types, fixing the one-stop function
20999
21000 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21001
21002         * ext/nas/nassink.c and /ext/nas/nassink.h:
21003         More NAS love from Arwed von Merkatz
21004         So lets all sing 'Can you feel the NAS tonight'
21005
21006 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21007
21008         * tools/gst-launch-ext.in:
21009         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21010
21011 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21012
21013         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21014         (gst_mpeg2dec_init):
21015         remove the user_data pad for now, because it is being used in
21016         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21017         If someone knows how to fix this properly, please do.
21018
21019 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21020
21021         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21022         (gst_osssink_get_time):
21023         add a warning, IMO this won't get triggered anymore, remove later
21024
21025 2004-03-07  David Schleef  <ds@schleef.org>
21026
21027         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21028         format (bug #136470)
21029
21030 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21031
21032         * gst-libs/Makefile.am:
21033         * gst-libs/gst/media-info/Makefile.am:
21034         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21035         (error_callback), (gst_media_info_error_create),
21036         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21037         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21038         * gst-libs/gst/media-info/media-info-priv.h:
21039         * gst-libs/gst/media-info/media-info-test.c: (main):
21040         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21041         (gst_media_info_class_init), (gst_media_info_instance_init),
21042         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21043         (gst_media_info_read_idler), (gst_media_info_read):
21044         * gst-libs/gst/media-info/media-info.h:
21045         fixed, should work now
21046
21047 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21048
21049         * ext/nas/nassink.c:
21050         A bunch of NAS fixes from Arwed von Merkatz
21051
21052 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21055         (qtdemux_parse_trak):
21056           Fix crash (j might be greater than n_samples, in which case we're
21057           writing outside the allocated space for the array) and memleak.
21058
21059 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21060
21061         * sys/oss/gstosssink.c: (gst_osssink_chain):
21062           And another caller that couldn't handle delay < 0 (unsigned
21063           integer overflow). Video now continues playing on an audio
21064           buffer underrun, and the clock continues working. Audio still
21065           stalls.
21066
21067 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21068
21069         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21070         (gst_osssink_get_time):
21071           get_delay() may return values lower than 0. In those cases, we
21072           should not actually cast to *unsigned* int64, that will break
21073           stuff horribly. In my case, it screwed up A/V sync in movies
21074           in totem rather badly.
21075
21076 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21077
21078         * ext/faac/gstfaac.c: (gst_faac_chain):
21079         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21080         * ext/libpng/gstpngenc.c: (user_write_data):
21081         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21082         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21083         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21084         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21085         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21086         of any buffer), should fix some leaks. I hope I didn't unref buffers
21087         that shouldn't be...
21088
21089 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21090
21091         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21092         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21093         (error_callback), (gmi_reset), (gmi_seek_to_track),
21094         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21095         (gmip_find_type_post), (gmip_find_stream_post),
21096         (gmip_find_track_streaminfo_post):
21097         * gst-libs/gst/media-info/media-info-priv.h:
21098         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21099         (info_print), (main):
21100         * gst-libs/gst/media-info/media-info.c:
21101         (gst_media_info_error_create), (gst_media_info_error_element),
21102         (gst_media_info_instance_init), (gst_media_info_get_property),
21103         (gst_media_info_new), (gst_media_info_set_source),
21104         (gst_media_info_read_idler), (gst_media_info_read):
21105         * gst-libs/gst/media-info/media-info.h:
21106           first pass at making this work again.  This seems to work on
21107           tagged ogg/vorbis and mp3 files.
21108
21109 2004-03-06  Benjamin Otte  <otte@gnome.org>
21110
21111         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21112           fix huge leak: gst_buffer_merge doesn't unref the first argument
21113           itself.
21114
21115 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21116
21117         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21118           report layer/mode/emphasis
21119
21120 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21121
21122         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21123
21124 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21125
21126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21127           signal serial
21128
21129 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21130
21131         * ext/vorbis/vorbis.c: (plugin_init):
21132         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21133         (gst_vorbis_dec_init), (vorbis_dec_event):
21134         add debug category
21135         make vorbisdec handle _BYTE and _TIME queries
21136
21137 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21138
21139         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21140           from the xing header
21141
21142 2004-03-06  Benjamin Otte  <otte@gnome.org>
21143
21144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21145         (gst_audio_convert_link), (gst_audio_convert_change_state),
21146         (gst_audio_convert_buffer_from_default_format):
21147           do conversions from/to float correctly, fix some caps nego errors,
21148           export correct supported caps in template and getcaps, use correct
21149           caps in try_set_caps functions
21150
21151 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21152
21153         For some reason, I only committed a ChangeLog entry yesterday and
21154         not the corresponding code...
21155         * ext/mad/gstmad.c: Fix detection of Xing headers
21156         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21157
21158 2004-03-06  Benjamin Otte  <otte@gnome.org>
21159
21160         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21161         (gst_ogg_demux_src_query):
21162           make sure to handle the case where there's no current chain
21163           gracefully.
21164
21165 2004-03-05  David Schleef  <ds@schleef.org>
21166
21167         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21168         Add fixate function. (bug #131128)
21169         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21170         (gst_sdlvideosink_fixate):  Add fixate function.
21171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21172         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21173         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21174         Fix missing break that was causing ulaw to be interpreted as
21175         raw int.
21176
21177 2004-03-05  David Schleef  <ds@schleef.org>
21178
21179         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21180         Fix code that ignores return value of gst_buffer_merge().
21181         (bug #114560)
21182         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21183         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21184         * testsuite/gst-lint:  Check for above.
21185
21186 2004-03-05  David Schleef  <ds@schleef.org>
21187
21188         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21189         caps and throw an element error.  (bug #136334)
21190
21191 2004-03-05  David Schleef  <ds@schleef.org>
21192
21193         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21194         (gst_faad_chain): Fix negotiation.
21195         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21196         key and button events.
21197         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21198         dung heap of code.
21199         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21200         depends on gconf
21201         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21202         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21203         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21204         function to encourage better negotiation, particularly between
21205         audioconvert and osssink.
21206         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21207         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21208         more important.
21209         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21210         typefinding.
21211         * gst/vbidec/vbiscreen.c:  Add glib header
21212         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21213
21214 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21215
21216         * ext/mad/gstmad.c: Fix detection of Xing headers
21217         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21218
21219 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21220
21221         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21222         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21223           debug updates
21224
21225 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21226
21227         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21228         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21229         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21230         files, and report the parsed length as a GST_TAG_DURATION tag.
21231         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21232
21233 2004-03-05  Benjamin Otte  <otte@gnome.org>
21234
21235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21236           convert channels correctly. convert correctly to unsigned.
21237
21238 2004-03-05  Julien MOUTTE <julien@moutte.net>
21239
21240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21241         we have a window before clearing it.
21242
21243 2004-03-05  Julien MOUTTE <julien@moutte.net>
21244
21245         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21246         have a window before clearing it.
21247
21248 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21249
21250         * gconf/gstreamer.schemas.in:
21251         * gst-libs/gst/gconf/Makefile.am:
21252           version installation path the same way as for 0.6
21253         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21254         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21255         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21256           remove comment that was fixed
21257
21258 2004-03-05  David Schleef  <ds@schleef.org>
21259
21260         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21261         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21262         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21263         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21264         Add prototype code for handling seeking and querying.
21265
21266 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21267
21268         * examples/gstplay/player.c: (main):
21269           Initialize variables to NULL. Prevents a segfault because the
21270           (uninitialized) variable is not NULL, resulting in a crash on
21271           trying to reach error->message.
21272
21273 2004-03-05  Benjamin Otte  <otte@gnome.org>
21274
21275         * gst/audioconvert/gstaudioconvert.c:
21276         (gst_audio_convert_buffer_to_default_format):
21277         make float=>int conversion work correctly even in cornercases.
21278
21279 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21280
21281         * debian/README.Debian:
21282         * debian/build-deps:
21283         * debian/changelog:
21284         * debian/control:
21285         * debian/control.in:
21286         * debian/copyright:
21287         * debian/gstreamer-a52dec.files:
21288         * debian/gstreamer-aa.files:
21289         * debian/gstreamer-alsa.files:
21290         * debian/gstreamer-alsa.manpages:
21291         * debian/gstreamer-arts.files:
21292         * debian/gstreamer-artsd.files:
21293         * debian/gstreamer-audiofile.files:
21294         * debian/gstreamer-avifile.files:
21295         * debian/gstreamer-cdparanoia.files:
21296         * debian/gstreamer-colorspace.files:
21297         * debian/gstreamer-doc.files:
21298         * debian/gstreamer-dv.files:
21299         * debian/gstreamer-dvd.files:
21300         * debian/gstreamer-esd.files:
21301         * debian/gstreamer-festival.files:
21302         * debian/gstreamer-flac.files:
21303         * debian/gstreamer-gconf.conffiles:
21304         * debian/gstreamer-gconf.files:
21305         * debian/gstreamer-gconf.postinst:
21306         * debian/gstreamer-gnomevfs.files:
21307         * debian/gstreamer-gsm.files:
21308         * debian/gstreamer-http.files:
21309         * debian/gstreamer-jack.files:
21310         * debian/gstreamer-jpeg.files:
21311         * debian/gstreamer-mad.files:
21312         * debian/gstreamer-mikmod.files:
21313         * debian/gstreamer-misc.files:
21314         * debian/gstreamer-mpeg2dec.files:
21315         * debian/gstreamer-oss.files:
21316         * debian/gstreamer-plugin-apps.files:
21317         * debian/gstreamer-plugin-apps.manpages:
21318         * debian/gstreamer-plugin-libs-dev.files:
21319         * debian/gstreamer-plugin-libs.files:
21320         * debian/gstreamer-plugin-template.postinst:
21321         * debian/gstreamer-plugin-template.postrm:
21322         * debian/gstreamer-sdl.files:
21323         * debian/gstreamer-sid.files:
21324         * debian/gstreamer-vorbis.files:
21325         * debian/gstreamer-x.files:
21326         * debian/mk.control:
21327         * debian/rules:
21328         Debian package info not maintained here.
21329
21330 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21331
21332         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21333         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21334         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21335         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21336         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21337         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21338         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21339         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21340         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21341         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21342         * gst-libs/gst/colorbalance/colorbalance.c:
21343         (gst_color_balance_class_init):
21344         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21345         (gst_color_balance_channel_class_init):
21346         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21347         * gst-libs/gst/play/play.c: (gst_play_class_init):
21348         * gst-libs/gst/propertyprobe/propertyprobe.c:
21349         (gst_property_probe_iface_init):
21350         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21351         * gst-libs/gst/tuner/tunerchannel.c:
21352         (gst_tuner_channel_class_init):
21353         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21354         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21355         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21356         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21357         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21358         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21359         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21361         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21362           fix signals to use - instead of _
21363         * ext/libcaca/gstcacasink.h:
21364         * ext/sdl/sdlvideosink.h:
21365           fix header rename
21366
21367 2004-03-04  David Schleef  <ds@schleef.org>
21368
21369         * testsuite/gst-lint:  Add a check for bad signal names.
21370
21371 2004-03-04  <kost@imn.htwk-leipzig.de>
21372
21373         reviewed by David Schleef
21374
21375         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21376         modified the alpha channel and caused a warning. (bug #136192)
21377
21378 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21379
21380         * gst-plugins.spec.in:
21381         Change names of plugins to actually be correct. Try to keep things
21382         alphabetical to avoid getting beat up by Thomas
21383
21384 2004-03-03  Julien MOUTTE <julien@moutte.net>
21385
21386         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21387         Using ximagesink as a default if no gconf key found. We should
21388         probably consider using alsasink instead of osssink for the audio
21389         part.
21390
21391 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21392
21393         * configure.ac:
21394           fix --with-plugins, don't think it ever worked before
21395         * gst-plugins.spec.in:
21396           even more updates
21397
21398 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21399
21400         * ext/sdl/sdlvideosink.h:
21401         * sys/ximage/ximagesink.h:
21402         * sys/xvideo/xvideosink.h:
21403         * sys/xvimage/xvimagesink.h:
21404           Fix for move of gstvideosink.h -> videosink.h.
21405
21406 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21407
21408         * gst-libs/gst/xwindowlistener/Makefile.am:
21409           this is a plugin library, not a library
21410
21411 2004-03-01  David Schleef  <ds@schleef.org>
21412
21413         * AUTHORS:  Added some names.  Add yourself if you're still
21414         missing.
21415
21416 2004-03-01  David Schleef  <ds@schleef.org>
21417
21418         * MAINTAINERS: Add
21419
21420 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21421
21422         * gst-plugins.spec.in: clean up spec file
21423
21424 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21425
21426         * gst-libs/gst/video/Makefile.am:
21427         * gst-libs/gst/video/gstvideosink.c:
21428         * gst-libs/gst/video/gstvideosink.h:
21429           rename gstvideosink.h to videosink.h to match other headers
21430         * gst/mixmatrix/Makefile.am:
21431           fix plugin filename
21432         * gst/tags/Makefile.am: fix plugin filename
21433
21434 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21435
21436         * gst/tags/Makefile.am: fix plugin filename
21437
21438 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21439
21440         * examples/gstplay/player.c: (got_time_tick), (main):
21441           add error handler
21442           display time_tick more readably
21443         * gst/mixmatrix/Makefile.am:
21444           fix plugin file name
21445
21446 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21447
21448         * sys/oss/gstosselement.c: (gst_osselement_probe),
21449         (device_combination_append), (gst_osselement_class_probe_devices):
21450         * sys/oss/gstosselement.h:
21451           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21452           on my system using alsa oss emulation, fixes bug #135597
21453
21454 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21455
21456         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21457         (gst_videodrop_chain), (gst_videodrop_change_state):
21458         * gst/videodrop/gstvideodrop.h:
21459           Work based on timestamp of input data, not based on the expected
21460           framerate from the input. The consequence is that this element now
21461           not only scales framerates, but also functions as a framerate
21462           corrector or framerate stabilizer/constantizer.
21463
21464 2004-02-27  David Schleef  <ds@schleef.org>
21465
21466         patches from jmmv@menta.net (Julio M. Merino Vidal)
21467
21468         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21469         GST_ELEMENT_ERROR call (bug #135634)
21470         * gst/interleave/interleave.c: (interleave_buffered_loop),
21471         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21472         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21473         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21474         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21475         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21476         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21477         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21478         Fix GST_ELEMENT_ERROR call.
21479         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21480         GST_ELEMENT_ERROR call.
21481
21482 2004-02-27  Benjamin Otte  <otte@gnome.org>
21483
21484         * gst-libs/gst/audio/audio.h:
21485           add macro to make sure header isn't included twice
21486         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21487           don't use gst_buffer_free
21488         * gst/playondemand/filter.func:
21489           don't use gst_data_free. Free data only once.
21490
21491 2004-02-26  David Schleef  <ds@schleef.org>
21492
21493         * gst-libs/gst/colorbalance/Makefile.am:
21494         * gst-libs/gst/mixer/Makefile.am:
21495         * gst-libs/gst/tuner/Makefile.am:
21496         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21497         should not be disted, -marshal.h files should not be installed,
21498         and -enum.h files _should_ be installed.  Fix to make this the
21499         case.
21500
21501 === release 0.7.5 ===
21502
21503 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21504
21505         * configure.ac: release 0.7.5, "Under The Sea"
21506
21507 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21508
21509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21510         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21511         * gst/videoscale/gstvideoscale.c:
21512         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21513           assorted debug/warning fixes
21514
21515 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21516
21517         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21518         (gst_videoscale_init), (gst_videoscale_chain),
21519         (gst_videoscale_set_property), (plugin_init):
21520         * gst/videoscale/gstvideoscale.h:
21521         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21522         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21523         (gst_videoscale_planar400), (gst_videoscale_packed422),
21524         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21525         (gst_videoscale_24bit), (gst_videoscale_16bit),
21526         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21527         (gst_videoscale_scale_plane_slow),
21528         (gst_videoscale_scale_point_sample),
21529         (gst_videoscale_scale_nearest),
21530         (gst_videoscale_scale_nearest_str2),
21531         (gst_videoscale_scale_nearest_str4),
21532         (gst_videoscale_scale_nearest_32bit),
21533         (gst_videoscale_scale_nearest_24bit),
21534         (gst_videoscale_scale_nearest_16bit):
21535         add debugging category and use it properly
21536         fix use of GST_PTR_FORMAT
21537
21538 2004-02-25  Andy Wingo  <wingo@pobox.com>
21539
21540         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21541         push only when channel->buffer is NULL. Prevents segfaults doing
21542         the state change after a nonlocal exit, like a scheme exception.
21543
21544         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21545         Handle the case where the intersected caps is empty.
21546
21547 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21548
21549         * gst/law/mulaw-decode.c: (mulawdec_link):
21550         * gst/law/mulaw.c: (plugin_init):
21551           fix mulawdec so it actually works again
21552
21553 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21554
21555         reviewed by: David Schleef  <ds@schleef.org>
21556
21557         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21558         (gst_gamma_init), (gst_gamma_set_property),
21559         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21560         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21561         for RGB, with separate r g and b correction factors. (#131167)
21562
21563 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21564
21565         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21566           only signal tags for bitrate if they're > 0 (#134894)
21567
21568 2004-02-24  David Schleef  <ds@schleef.org>
21569
21570         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21571         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21572         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21573         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21574         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21575         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21576         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21577         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21578         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21579         category.  Attempt to fix timestamp calculation.
21580
21581 2004-02-24  Johan Dahlin  <johan@gnome.org>
21582
21583         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21584
21585 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21586
21587         * configure.ac:
21588         * gconf/Makefile.am:
21589         * gconf/gstreamer.schemas:
21590         * gst-libs/gst/gconf/Makefile.am:
21591         * gst-libs/gst/gconf/gconf.c:
21592           version gconf schemas and install locations
21593
21594 2004-02-23  Benjamin Otte  <otte@gnome.org>
21595
21596         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21597         (gst_xine_input_subclass_init):
21598           call parent dispose.
21599           change pad template for CD reader correctly
21600         * ext/xine/Makefile.am:
21601         * ext/xine/gstxine.h:
21602         * ext/xine/xine.c: (plugin_init):
21603         * ext/xine/xineaudiosink.c:
21604           wrap audio sinks, too
21605         * gst-libs/gst/resample/private.h:
21606         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21607         (gst_resample_reinit), (gst_resample_scale),
21608         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21609         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21610         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21611         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21612         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21613         * gst-libs/gst/resample/resample.h:
21614         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21615         (gst_audioscale_class_init), (gst_audioscale_link),
21616         (gst_audioscale_get_buffer), (gst_audioscale_init),
21617         (gst_audioscale_chain), (gst_audioscale_set_property),
21618         (gst_audioscale_get_property):
21619         * gst/audioscale/gstaudioscale.h:
21620           s/resample_*/gst_resample_*/i to not clobber namespaces
21621
21622 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21623
21624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21625         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21626         (gst_riff_create_video_template_caps),
21627         (gst_riff_create_audio_template_caps),
21628         (gst_riff_create_iavs_template_caps):
21629         * gst-libs/gst/riff/riff-media.h:
21630         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21631         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21632         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21633         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21634         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21635         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21636         (gst_matroska_demux_plugin_init): First batch implementing audio and
21637         video codec tags in demuxers.
21638
21639 2004-02-22  Benjamin Otte  <otte@gnome.org>
21640
21641         * ext/xine/Makefile.am:
21642         * ext/xine/gstxine.h:
21643         * ext/xine/xine.c: (plugin_init):
21644         * ext/xine/xineinput.c:
21645           add input plugin wrapper. Playback from files, http, mms and cdda
21646           works.
21647         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21648           remove leftover G_GNUC_UNUSED
21649         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21650         (gst_asf_demux_identify_guid):
21651           improve debugging output
21652
21653 2004-02-22  Benjamin Otte  <otte@gnome.org>
21654
21655         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21656
21657         * autogen.sh:
21658           replace test -e with test -x for mkinstalldirs to be more portable.
21659           (fixes #134816)
21660
21661 2004-02-22  Benjamin Otte  <otte@gnome.org>
21662
21663         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21664
21665         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21666           set rank to PRIMARY
21667         * gst/volume/gstvolume.c: (plugin_init):
21668           set rank to NONE
21669         fixes #134960
21670
21671 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21672
21673         reviewed by Benjamin Otte  <otte@gnome.org>
21674
21675         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21676           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21677
21678 2004-02-22  Benjamin Otte  <otte@gnome.org>
21679
21680         * configure.ac:
21681           export [_]*{gst,Gst,GST}.* symbols from plugins
21682
21683 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21684
21685         reviewed by: Benjamin Otte  <otte@gnome.org>
21686
21687         * ext/lame/gstlame.c: (add_one_tag):
21688         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21690         (gst_vorbisenc_metadata_set1):
21691         * gst/tags/gstid3tag.c:
21692         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21693           apply fixes from bugs #135042 (lame can't write tags) and #133817
21694           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21695
21696 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21697
21698         * configure.ac: Export only gst_plugin_desc from plugins.
21699          Note that this change only makes any effect with Linux using libtool
21700          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21701          fine. And don't try to have several versions of libtool in different
21702          directories.
21703
21704 2004-02-20  Andy Wingo  <wingo@pobox.com>
21705
21706         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21707         interleave respectively.
21708
21709         * gst/interleave/deinterleave.c: New plugin: deinterleave
21710         (replaces on oneton).
21711         * gst/interleave/interleave.c: New plugin: interleave.
21712         * gst/interleave/plugin.h: Support file.
21713         * gst/interleave/plugin.c: Support file.
21714
21715         * configure.ac: Remove intfloat and oneton, add interleave.
21716
21717         * ext/sndfile/gstsf.c: Handle events better.
21718
21719         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21720         and float2int operation. int2float has scheduling problems as
21721         noted in in2float_chain.
21722
21723 2004-02-20  Benjamin Otte  <otte@gnome.org>
21724
21725         * ext/xine/Makefile.am:
21726         * ext/xine/gstxine.h:
21727         * ext/xine/xine.c:
21728         * ext/xine/xineaudiodec.c:
21729         * ext/xine/xinecaps.c:
21730           add first version of xine plugin wrapper. Currently only wraps the
21731           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21732         * configure.ac:
21733         * ext/Makefile.am:
21734           add xine plugin wrapper, disabled by default. Use --enable-xine to
21735           build. Note that it'll segfault on gst-register if you don't remove
21736           the goom and tvtime post plugins from xine.
21737         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21738         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21739           add extradata parsing for QDM2.
21740           change around debugging prints.
21741
21742 2004-02-19  Benjamin Otte  <otte@gnome.org>
21743
21744         * ext/lame/gstlame.c: (gst_lame_chain):
21745         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21746           use gst_tag_list_insert when you want to insert tags
21747
21748 2004-02-18  David Schleef  <ds@schleef.org>
21749
21750         * configure.ac:  Move massink to gst-rotten
21751         * ext/Makefile.am:
21752         * ext/mas/Makefile.am:
21753         * ext/mas/massink.c:
21754         * ext/mas/massink.h:
21755
21756 2004-02-18  David Schleef  <ds@schleef.org>
21757
21758         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21759         typefinding, since it seems to be worse than nothing.
21760         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21761         atom to recognize .mp4 and .m4a files as video/quicktime.
21762
21763 2004-02-18  David Schleef  <ds@schleef.org>
21764
21765         * gst/sine/demo-dparams.c: (quit_live),
21766         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21767         Use double dparams, not float.
21768         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21769         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21770         sync'd elements don't really work correctly.
21771         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21772         (volume_update_volume), (volume_get_property):  Change dparam
21773         to double.
21774
21775 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21776
21777         * sys/ximage/ximagesink.c:
21778         (gst_ximagesink_xwindow_update_geometry),
21779         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21780         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21781         (gst_ximagesink_init): Rework the way software video scaling works. So
21782         now we check on each chain call if the video frames are feeling the
21783         window. If not we try to renegotiate caps. On failure we memorize that
21784         and we won't try again for that PLAYING sessions.
21785         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21786         failure.
21787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21788         synchronous flag.
21789
21790 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21791
21792         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21793           break up _link so we can give a better debug message for errors
21794
21795 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21796
21797         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21798           set up debug category
21799
21800 2004-02-18  Julien MOUTTE <julien@moutte.net>
21801
21802         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21803         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21804         the way renegotiation work. The event handling function is not taking
21805         care of external windows and renegotiate method check for pad flags
21806         NEGOTIATING. Should fix : #133209
21807
21808 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21809
21810         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21811         pad is negotiating before trying renegotiation.
21812
21813 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21814
21815         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21816           pass on all possible mime types as typefind hints
21817
21818 2004-02-17  Julien MOUTTE <julien@moutte.net>
21819
21820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21822         possible SHM leak if we crash. All other apps using XShm are doing
21823         that.
21824
21825 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21826
21827         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21828         (gst_ximagesink_expose): Renegotiate size on expose.
21829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21830         size on expose.
21831
21832 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21833
21834         * testsuite/alsa/sinesrc.c:
21835           cosmetic fix to fix compile issue with gcc 2.95.4
21836
21837 2004-02-16  Julien MOUTTE <julien@moutte.net>
21838
21839         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21840         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21841         failed opening the audio device.
21842         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21843         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21844         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21845         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21846         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21847         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21848         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21849         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21850         Removing some useless g_return_if_fail like wingo suggested.
21851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21852         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21853         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21854         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21855         (gst_xvimagesink_update_colorbalance),
21856         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21857         (gst_xvimagesink_xcontext_clear),
21858         (gst_xvimagesink_get_fourcc_from_caps),
21859         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21860         (gst_xvimagesink_set_xwindow_id),
21861         (gst_xvimagesink_colorbalance_list_channels),
21862         (gst_xvimagesink_colorbalance_set_value),
21863         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21864         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21865
21866 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21867
21868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21869           throw error when not negotiated instead of asserting
21870
21871 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21872
21873         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21874         correct data refcounting.
21875
21876 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21877
21878         * gst/switch/gstswitch.c: (gst_switch_change_state),
21879         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21880         change, mostly the EOS flag.
21881
21882 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21883
21884         * examples/gstplay/player.c: (got_eos), (main): Adding some
21885         output for debugging.
21886         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21887         timeouts if we go to any state different from PLAYING.
21888         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21889         more EOS bugs in riff lib.
21890
21891 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21892
21893         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21894         visualization until i find a way to fix switch correctly.
21895         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21896         EOS arrives.
21897         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21898         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21899         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21900         Reworked switch to get a more correct behaviour with events and refing
21901         of data stored in sinkpads.
21902         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21903         we don't pull from a pad in EOS.
21904
21905 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21906
21907         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21908           remove v1 tag even if we can't read it (makes sure we don't detect
21909           it again)
21910
21911 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21912
21913         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21914         (gst_alsa_xrun_recovery):
21915         * ext/alsa/gstalsa.h:
21916           try xrun recovery when wait failed. Make xrun recovery function
21917           return TRUE/FALSE to indicate success. (might fix #134354)
21918
21919 2004-02-13  David Schleef  <ds@schleef.org>
21920
21921         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21922         (dynparm_value_changed), (main): Convert from float to double.
21923         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21924
21925 2004-02-13  David Schleef  <ds@schleef.org>
21926
21927         * gst/silence/gstsilence.c: (gst_silence_class_init),
21928         (gst_silence_set_clock), (gst_silence_get),
21929         (gst_silence_set_property), (gst_silence_get_property):
21930         * gst/silence/gstsilence.h: Add sync property.
21931         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21932         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21933         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21934         * gst/sine/gstsinesrc.h: Add sync property.
21935
21936 2004-02-13  David Schleef  <ds@schleef.org>
21937
21938         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21939         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21940
21941 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         * configure.ac:
21944         * ext/Makefile.am:
21945         * gst-libs/ext/Makefile.am:
21946           move ffmpeg plugin to gst-ffmpeg module
21947
21948 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21949
21950         * configure.ac: use GST_ARCH to detect architecture
21951
21952 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21953
21954         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21955
21956 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21957
21958         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21959           classify LADSPA plugins based on number of src/sink pads
21960           (#133663, Stefan Kost)
21961         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21962           fix dparams registration
21963           (#133528, Stefan Kost)
21964         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21965           fix use of isprint and use g_ascii_isprint instead
21966           (#133316, Stefan Kost)
21967
21968 2004-02-11  David Schleef  <ds@schleef.org>
21969
21970         Convert a few inner loops to use liboil.  This is currently
21971         optional, and is only enabled if liboil is present (duh!).
21972         * configure.ac: Check for liboil-0.1
21973         * gst/intfloat/Makefile.am:
21974         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21975         (gst_int2float_chain_gint16):
21976         * gst/videofilter/Makefile.am:
21977         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21978         (tablelookup_u8), (gst_videobalance_planar411):
21979         * gst/videotestsrc/Makefile.am:
21980         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21981         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21982         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21983         (paint_hline_RGB565), (paint_hline_xRGB1555):
21984
21985 2004-02-11  David Schleef  <ds@schleef.org>
21986
21987         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21988         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21989         (gst_colorspace_getcaps), (gst_colorspace_link),
21990         (gst_colorspace_base_init), (gst_colorspace_init),
21991         (gst_colorspace_chain), (gst_colorspace_change_state),
21992         (plugin_init): Merge Ronald's patch (bug #117897) and update
21993         for new caps and negotiation.  Seems to work, although it
21994         shows off bugs in lcs.
21995
21996 2004-02-11  David Schleef  <ds@schleef.org>
21997
21998         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21999         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22000
22001 2004-02-11  David Schleef  <ds@schleef.org>
22002
22003         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22004         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22005         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22006         Add server and port properties
22007
22008 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22009
22010         * m4/a52.m4:
22011         * m4/aalib.m4:
22012         * m4/as-ffmpeg.m4:
22013         * m4/as-liblame.m4:
22014         * m4/as-slurp-ffmpeg.m4:
22015         * m4/check-libheader.m4:
22016         * m4/esd.m4:
22017         * m4/freetype2.m4:
22018         * m4/gconf-2.m4:
22019         * m4/glib.m4:
22020         * m4/gst-alsa.m4:
22021         * m4/gst-artsc.m4:
22022         * m4/gst-ivorbis.m4:
22023         * m4/gst-matroska.m4:
22024         * m4/gst-sdl.m4:
22025         * m4/gst-shout2.m4:
22026         * m4/gst-sid.m4:
22027         * m4/gtk.m4:
22028         * m4/libdv.m4:
22029         * m4/libfame.m4:
22030         * m4/libmikmod.m4:
22031         * m4/ogg.m4:
22032         * m4/vorbis.m4:
22033           fix underquotedness of macros (#133800)
22034         * m4/as-avifile.m4:
22035         * m4/xmms.m4:
22036           removed because no longer used
22037
22038 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22039
22040         * configure.ac:
22041           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22042           by autopoint (fixes #132996)
22043
22044 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22045
22046         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22047         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22048         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22049         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22050           fix memleaks
22051
22052 2004-02-11  David Schleef  <ds@schleef.org>
22053
22054         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22055         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22056         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22057         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22058         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22059         (gst_jpegenc_class_init), (gst_jpegenc_init),
22060         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22061         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22062         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22063         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22064
22065 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22066
22067         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22068         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22069         * ext/mikmod/gstmikmod.h:
22070           fix caps negotiation in mikmod
22071         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22072           output debug information
22073
22074 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22075
22076         * gst-libs/gst/colorbalance/Makefile.am:
22077         * gst-libs/gst/navigation/Makefile.am:
22078         * gst-libs/gst/xoverlay/Makefile.am:
22079           remove unused GST_OPT_CFLAGS from Makefiles
22080           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22081
22082 2004-02-07  David Schleef  <ds@schleef.org>
22083
22084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22085         push events to pads that haven't been created (#133508)
22086
22087 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22088
22089         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22090         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22091         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22092         (gst_dvdec_loop), (gst_dvdec_change_state):
22093         Second attempt at committing a working dvdec element.
22094
22095 2004-02-06  David Schleef  <ds@schleef.org>
22096
22097         Build fixes for OS X: (see #129600)
22098         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22099         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22100         (gst_riff_read_strf_iavs):
22101         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22102         (gst_avi_demux_stream_odml):
22103         * gst/playondemand/Makefile.am:
22104         * gst/rtp/rtp-packet.c:
22105
22106 2004-02-05  David Schleef  <ds@schleef.org>
22107
22108         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22109         last change, because it Just Doesn't Compile.
22110
22111 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22112
22113         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22114           skip undecodable id3v2 tag instead of keeping it
22115
22116 2004-02-05  David Schleef  <ds@schleef.org>
22117
22118         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22119         Unref leaked buffer.  (Noticed by Ronald)
22120
22121 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22122
22123         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22124         Sync requires with other checks.  >= vs =.
22125
22126 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22127
22128         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22129         (gst_dvdec_video_link), (gst_dvdec_loop):
22130         * ext/dv/gstdvdec.h:
22131           rework the caps negotiation so that dvdec works again instead
22132           of just segfaulting.
22133
22134 === release 0.7.4 ===
22135
22136 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22137
22138         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22139         * configure.ac: changed for release
22140
22141 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22142
22143         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22144         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22145         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22146         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22147           reworked patch by David Lehn to fix libdir and includedir for
22148           uninstalled libraries
22149           removed play and gconf from gstreamer-libs since they have their
22150           own pkgconfig files
22151
22152 2004-02-04  David Schleef  <ds@schleef.org>
22153
22154         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22155         memleak.
22156
22157 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22158
22159         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22160           use correct GST_TAG_ENCODER tag
22161
22162 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22163
22164         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22165           be sure to stop the clock when going to paused
22166         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22167           reset number of transmitted when going to ready.
22168         fixes #132935
22169
22170 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22171
22172         reviewed by Benjamin Otte
22173
22174         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22175           extract track count (fixes #133410)
22176
22177 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22178
22179         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22180           that should be !=, not == (fixes #132519)
22181
22182 2004-02-04  David Schleef  <ds@schleef.org>
22183
22184         Make sure set_explicit_caps() is called before adding pad.
22185         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22186         * gst/id3/gstid3types.c: (gst_id3types_loop):
22187         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22188         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22189
22190 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22191
22192         * configure.ac:
22193           bump nano to 2, first prerelease
22194           put back AM_PROG_LIBTOOL
22195
22196 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22197
22198         * testsuite/alsa/Makefile.am:
22199           these are user test apps, not automatic testsuite tests
22200
22201 2004-02-04  David Schleef  <ds@schleef.org>
22202
22203         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22204         * gst/mpeg1videoparse/gstmp1videoparse.c:
22205         (mp1videoparse_parse_seq):
22206         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22207         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22208         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22209         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22210         (gst_xvideosink_getcaps):
22211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22212         * testsuite/gst-lint: more tests
22213
22214 2004-02-04  David Schleef  <ds@schleef.org>
22215
22216         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22217         with the code that they would expand to.
22218         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22219         (gst_flacdec_get_src_query_types),
22220         (gst_flacdec_get_src_event_masks):
22221         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22222         (gst_gnomevfssrc_get_query_types),
22223         (gst_gnomevfssrc_get_event_mask):
22224
22225 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22226
22227         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22228         (gst_sinesrc_dispose):
22229           fix memleak by properly disposing sinesrc
22230
22231 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22232
22233         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22234         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22235         an overlay to redraw the image because it has been exposed.
22236         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22237         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22238         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22239         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22240         interface
22241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22242         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22243         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22244         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22245         interface
22246
22247 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22248
22249         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22250           more memleak fixage
22251
22252 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22253
22254         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22255         * gst/typefind/gsttypefindfunctions.c:
22256           fix memleaks shown by gst-typefind
22257
22258 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22259
22260         * common/glib-gen.mak:
22261           add hack rule to touch .Plo files
22262         * gst-libs/gst/colorbalance/Makefile.am:
22263         * gst-libs/gst/mixer/Makefile.am:
22264         * gst-libs/gst/play/Makefile.am:
22265         * gst-libs/gst/tuner/Makefile.am:
22266           remove glib_root variable
22267
22268 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22269
22270         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22271           set explicit caps before adding the element, so the autopluggers can
22272           plug correctly.
22273         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22274         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22275         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22276         (dv_type_find):
22277           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22278           argument.
22279
22280 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22281
22282         * gst-libs/gst/colorbalance/Makefile.am:
22283         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22284         * gst-libs/gst/colorbalance/colorbalance.c:
22285         * gst-libs/gst/colorbalance/colorbalance.h:
22286         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22287         * gst-libs/gst/mixer/Makefile.am:
22288         * gst-libs/gst/mixer/mixer-marshal.list:
22289         * gst-libs/gst/mixer/mixer.c:
22290         * gst-libs/gst/mixer/mixer.h:
22291         * gst-libs/gst/mixer/mixermarshal.list:
22292         * gst-libs/gst/play/Makefile.am:
22293         * gst-libs/gst/play/play.h:
22294         * gst-libs/gst/tuner/Makefile.am:
22295         * gst-libs/gst/tuner/tuner-marshal.list:
22296         * gst-libs/gst/tuner/tuner.c:
22297         * gst-libs/gst/tuner/tuner.h:
22298         * gst-libs/gst/tuner/tunermarshal.list:
22299           use new glib-gen.mak snippet to clean up Makefile.am
22300           fix various bugs in Makefile.am's
22301
22302 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22303
22304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22305           handle chain parsing correctly in the multichain case
22306         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22307         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22308         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22309         (theora_dec_chain):
22310           handle events and queries correctly
22311
22312 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22313
22314         * .cvsignore:
22315         Ignore generated file _stdint.h.
22316
22317 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22318
22319         * gst-libs/gst/colorbalance/Makefile.am:
22320         * gst-libs/gst/colorbalance/colorbalance.h:
22321         * gst-libs/gst/mixer/Makefile.am:
22322         * gst-libs/gst/mixer/mixer.h:
22323         * gst-libs/gst/play/Makefile.am:
22324         * gst-libs/gst/play/play.h:
22325         * gst-libs/gst/tuner/Makefile.am:
22326         * gst-libs/gst/tuner/tuner.h:
22327         Generate enum type code with glib-mkenums.
22328         * gst-libs/gst/colorbalance/.cvsignore:
22329         * gst-libs/gst/mixer/.cvsignore:
22330         * gst-libs/gst/play/.cvsignore:
22331         * gst-libs/gst/tuner/.cvsignore:
22332         Ignore generated files.
22333
22334 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22335
22336         * gst-libs/gst/audio/.cvsignore:
22337         Ignore generated file.
22338         * gst-libs/gst/audio/Makefile.am:
22339         Do not install example filter.
22340
22341 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22342
22343         * examples/switch/.cvsignore:
22344         Ignore generated file.
22345
22346 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22347
22348         * common/m4/ax_create_stdint_h.m4:
22349         * configure.ac:
22350           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22351           _stdint.h.
22352         * Makefile.am:
22353           remove generated _stdint.h in DISTCLEANFILES
22354         * ext/a52dec/gsta52dec.c:
22355           include _stdint.h for a52dec. (should fix #133064)
22356
22357 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22358
22359         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22360         (gst_tag_to_vorbis_comments):
22361         Add replaygain support to vorbistag
22362
22363 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22364         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22365         (gst_ffmpeg_caps_to_extradata):
22366           Fix SVQ3 caps flag properties
22367           Use glib macro for bytes swap
22368
22369 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22370
22371         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22372         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22373         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22374         * ext/sndfile/gstsf.c: (plugin_init):
22375         * gst/avi/gstavi.c: (plugin_init):
22376         * sys/dxr3/dxr3init.c: (plugin_init):
22377         * sys/oss/gstossaudio.c: (plugin_init):
22378         * sys/v4l/gstv4l.c: (plugin_init):
22379         * sys/v4l2/gstv4l2.c: (plugin_init):
22380           remove textdomain calls
22381         * po/nl.po:
22382           update Dutch translation
22383
22384 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22385
22386         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22387         (gst_play_set_audio_sink): Moving volume in the audio thread for
22388         instantaneous volume change. Maybe i will add another volume in front
22389         of visualization later, not sure yet though.
22390
22391 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22392
22393         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22394         (gst_ximagesink_handle_xevents): Better X events handling, only take
22395         the latest events for configure and motion.
22396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22397
22398 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22399
22400         reviewed by: David Schleef  <ds@schleef.org>
22401
22402         Fix memory leaks:
22403         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22404         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22405
22406 2004-02-02  David Schleef  <ds@schleef.org>
22407
22408         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22409         of lines.
22410         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22411         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22412         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22413         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22414         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22415         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22416         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22417         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22418         (gst_float2_2_int_link):
22419         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22420         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22421         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22422         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22423         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22424         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22425         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22427         * testsuite/gst-lint: Add tests for bzero and ;;
22428
22429 2004-02-02  David Schleef  <ds@schleef.org>
22430
22431         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22432
22433 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22434
22435         * ext/aalib/gstaasink.c: (gst_aasink_open):
22436         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22438         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22439         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22440         (gst_afsink_close_file):
22441         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22442         (gst_afsrc_close_file):
22443         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22444         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22445         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22446         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22447         * ext/esd/esdmon.c: (gst_esdmon_get):
22448         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22449         * ext/faac/gstfaac.c: (gst_faac_chain):
22450         * ext/faad/gstfaad.c: (gst_faad_chain):
22451         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22452         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22453         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22454         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22455         (gst_flacdec_loop):
22456         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22457         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22459         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22460         (gst_gnomevfssink_close_file):
22461         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22462         (gst_gnomevfssrc_open_file):
22463         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22464         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22465         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22466         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22467         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22468         * ext/mad/gstmad.c: (gst_mad_chain):
22469         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22470         * ext/mpeg2dec/gstmpeg2dec.c:
22471         * ext/mpeg2enc/gstmpeg2enc.cc:
22472         * ext/mplex/gstmplex.cc:
22473         * ext/mplex/gstmplexibitstream.cc:
22474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22475         (gst_ogg_demux_push):
22476         * ext/raw1394/gstdv1394src.c:
22477         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22478         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22479         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22480         (gst_sf_loop):
22481         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22482         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22483         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22484         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22485         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22486         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22487         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22488         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22489         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22490         (gst_riff_read_element_data), (gst_riff_read_seek),
22491         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22492         * gst/adder/gstadder.c: (gst_adder_loop):
22493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22494         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22495         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22496         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22497         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22498         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22499         * gst/goom/gstgoom.c: (gst_goom_chain):
22500         * gst/id3/gstid3types.c: (gst_id3types_loop):
22501         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22502         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22503         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22504         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22505         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22506         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22507         (gst_ebml_read_float), (gst_ebml_read_header):
22508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22509         (gst_matroska_demux_parse_blockgroup):
22510         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22511         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22512         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22513         * gst/silence/gstsilence.c: (gst_silence_get):
22514         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22515         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22516         * gst/speed/gstspeed.c: (speed_loop):
22517         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22518         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22519         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22520         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22521         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22522         (gst_wavparse_loop):
22523         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22524         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22525         (dxr3audiosink_close):
22526         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22527         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22528         (dxr3videosink_close), (dxr3videosink_write_data):
22529         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22530         * sys/oss/gstosssink.c: (gst_osssink_chain):
22531         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22532         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22533         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22534         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22535         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22536         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22537         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22538         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22539         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22540         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22541         (gst_v4l_set_audio):
22542         * sys/v4l/v4l_calls.h:
22543         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22544         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22545         (gst_v4lmjpegsink_playback_init),
22546         (gst_v4lmjpegsink_playback_start):
22547         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22548         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22549         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22550         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22551         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22552         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22553         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22554         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22555         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22556         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22557         (gst_v4l2_get_output), (gst_v4l2_set_output),
22558         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22559         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22560         (gst_v4l2_set_attribute):
22561         * sys/v4l2/v4l2_calls.h:
22562         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22563         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22564         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22565         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22566         (gst_v4l2src_capture_stop):
22567         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22568         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22569         (gst_ximagesink_chain):
22570         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22571         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22572         (gst_xvideosink_xwindow_new):
22573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22574         (gst_xvimagesink_chain):
22575
22576 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22577
22578         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22579         (gst_volume_get_volume), (volume_class_init), (volume_init),
22580         (volume_chain_int16), (volume_update_volume):
22581         * gst/volume/gstvolume.h:
22582           make code more readable by removing magic numbers
22583           make mixer interface export 0-100 range
22584           make it internally map to 0.0-1.0 range so users don't distort
22585           output by putting the sliders at full volume
22586
22587 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22588
22589         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22590         (gst_play_state_change), (gst_play_seek_to_time):
22591         block the tick callback for 0.5 secs after doing a seek
22592
22593 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22594
22595         * gst-libs/gst/play/play.c: (gst_play_new):
22596           check for GError
22597
22598 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22599
22600         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22601         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22602         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22603         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22605         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22606
22607 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22608
22609         * configure.ac:
22610         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22611           check for a function added in vorbis 1.1
22612
22613 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22614
22615         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22616         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22617           really start/stop clock only on PLAYING <=> PAUSED
22618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22619           remove \n from debugging lines
22620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22621           make it work when seeking does not
22622         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22623           reset on DISCONT
22624
22625 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22626
22627         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22628           start clock on PAUSED=>PLAYING, not later
22629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22630           extract correct time for different discont formats
22631         (gst_alsa_sink_get_time):
22632           don't segfault when no format is negotiated yet, just return 0
22633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22634         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22635         (gst_ogg_pad_push):
22636           handle flush and discont events correctly
22637         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22638           handle discont events correctly
22639
22640 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22641
22642         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22643         (gst_play_error_create), (gst_play_error_plugin),
22644         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22645         * gst-libs/gst/play/play.h:
22646           add error handling during creation
22647         * examples/gstplay/player.c: (main):
22648           use new gst_play_new
22649
22650
22651 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22652
22653         * ext/theora/theoradec.c: (theora_dec_chain):
22654           make comments work
22655         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22656         (vorbis_dec_src_event), (vorbis_dec_chain):
22657           add encoder tag, fix tag reading to be more error tolerant, change
22658           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22659           gst_pad_event_default.
22660         * gst/tags/gstvorbistag.c:
22661         (gst_tag_list_from_vorbiscomment_buffer):
22662           undefine function specific define at end of function
22663
22664 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22665
22666         * ext/flac/gstflac.c: (plugin_init):
22667         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22668         * ext/flac/gstflacdec.h:
22669         * ext/flac/gstflacenc.h:
22670           Fix typos
22671
22672 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22673
22674         * examples/gstplay/player.c: s/gstplay.h/play.h/
22675
22676 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22677
22678         * gst-libs/gst/play/Makefile.am:
22679         * gst-libs/gst/play/gstplay.c:
22680         * gst-libs/gst/play/gstplay.h:
22681         * gst-libs/gst/play/play.c:
22682           more surgery, operation complete
22683
22684 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22685
22686         * gst-libs/gst/play/play.old.c:
22687         * gst-libs/gst/play/play.old.h:
22688           after CVS surgery by moving, remove
22689         * gst-libs/gst/play/playpipelines.c:
22690           remove
22691
22692         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22693           add negotiation error
22694
22695 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22696
22697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22698         (gst_ogg_demux_push):
22699           add some seeking debug info
22700           send a flush when seeking
22701
22702 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22703
22704         * configure.ac:
22705           use AC_C_INLINE
22706         * configure.ac:
22707         * ext/Makefile.am:
22708         * ext/theora/Makefile.am:
22709         * ext/theora/theoradec.c:
22710           add theora video decoder. Does just do simple decoding for now and
22711           has been tested against Theora cvs only. It only works when theora
22712           is compiled with --enable-static.
22713         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22714           always reset packetno on DISCONT
22715
22716 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22717
22718         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22719           Fix audio.
22720
22721 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22722
22723         * gst/mpegaudioparse/gstmpegaudioparse.c:
22724         (mp3_type_frame_length_from_header):
22725           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22726
22727 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22728
22729         * ext/esd/esdsink.c: (gst_esdsink_init):
22730           Since we have static pad template caps, we don't need to negotiate;
22731           either the core errors out or we know the format.
22732
22733 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22734
22735         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22736         (gst_riff_read_seek):
22737         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22738         (gst_ebml_read_seek):
22739           Fix event handling.
22740
22741 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22742
22743         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22744           removee video/x-theora from vp3 decoder, it doesn't handle raw
22745           theora streams
22746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22747           fix bug with finalizing element that never went to PAUSED
22748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22749           length and position queries were swapped
22750         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22751         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22752         (vorbis_dec_src_event):
22753           implement querying time and bytes
22754
22755 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22756
22757         * just about every source file:
22758           gst_element_error -> GST_ELEMENT_ERROR
22759
22760 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22761
22762         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22763         emiting FLUSH and even before DISCONT.
22764         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22765         get the best instant seeking as possible yay!
22766
22767 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22768
22769         * gst/mpeg1videoparse/gstmp1videoparse.c:
22770         (gst_mp1videoparse_real_chain):
22771           Committed wrong version last week... Grr... Didn't notice until now.
22772
22773 2004-01-29  Julien MOUTTE <julien@moutte.net>
22774
22775         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22777         have_xwindow_id signal in xwindow_create.
22778
22779 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22780
22781         * ext/ogg/gstoggdemux.c:
22782           lots of changes - mainly support for chained bitstreams, seeking,
22783           querying and bugfixes of course
22784         * ext/vorbis/Makefile.am:
22785         * ext/vorbis/vorbisdec.c:
22786         * ext/vorbis/vorbisdec.h:
22787           add vorbisdec raw vorbis decoder
22788         * ext/vorbis/vorbis.c: (plugin_init):
22789           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22790         * gst/intfloat/Makefile.am:
22791         * gst/intfloat/float22int.c:
22792         * gst/intfloat/float22int.h:
22793         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22794           add float2intnew plugin. It converts multichannel interleaved float to
22795           multichannel interleaved int. The name should probably be changed.
22796         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22797         (plugin_init):
22798           add typefinding for raw theora video so oggdemux can detect it.
22799
22800 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22801
22802         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22803         sink element first.
22804         * gst/videoscale/gstvideoscale.c:
22805         (gst_videoscale_handle_src_event): Fixing src event handler.
22806
22807 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22808
22809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22810         (gst_v4lsrc_open), (gst_v4lsrc_close),
22811         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22812         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22813         * sys/v4l/gstv4lsrc.h:
22814         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22815         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22816           Implement resizing... Hack. But that's why v4l is b0rked...
22817
22818 2004-01-28  Julien MOUTTE <julien@moutte.net>
22819
22820         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22821         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22822         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22823         (gst_ximagesink_xwindow_destroy):
22824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22825         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22826         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22827         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22828         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22829         correctly cleaning the image created to check xshm calls on succes,
22830         added a lot of XSync calls in X11 functions, and fixed a segfault when
22831         no image format was defined before negotiation happened.
22832
22833 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22834
22835         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22836           use gst_element_get_time to get correct time
22837
22838 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22839
22840         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22841         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22842         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22844         (gst_xvimagesink_check_xshm_calls),
22845         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22846         X plugins are now able to detect that XShm calls will fail even if the
22847         server claims that it has XShm support (remote displays most of the
22848         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22849         so that we use non XShm functions. This feature is almost useless for
22850         xvimagesink as Xv is not supported on remote displays anyway, but
22851         it might happen than even on the local display XShm calls fail.
22852
22853 2004-01-27  David Schleef  <ds@schleef.org>
22854
22855         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22856         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22857         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22858         changed esdsink to only use 44100,16,2, since esd sucks at rate
22859         conversion and esdsink has had difficulty negotiating.
22860
22861 2004-01-27  Julien MOUTTE <julien@moutte.net>
22862
22863         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22864         (gst_play_seek_to_time): Fixing the way to get current position.
22865
22866 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22867
22868         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22869           use gst_element_get_time to get correct time
22870
22871 2004-01-27  Julien MOUTTE <julien@moutte.net>
22872
22873         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22874         fix ever... Inverting 2 lines of code make spider autoplug correctly
22875         tagged mp3 !
22876
22877 2004-01-27  David Schleef  <ds@schleef.org>
22878
22879         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22880         Use gst_pad_try_set_caps_nonfixed().
22881
22882 2004-01-27  David Schleef  <ds@schleef.org>
22883
22884         * gst/ac3parse/gstac3parse.c: update to checklist 5
22885         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22886         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22887         * gst/audioscale/gstaudioscale.c: same
22888         * gst/auparse/gstauparse.c: same
22889         * gst/avi/gstavidemux.c: same
22890
22891 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22892
22893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22894           stop processing after EOS
22895
22896 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22897
22898         * gst/asfdemux/asfheaders.h:
22899         * gst/asfdemux/gstasfdemux.c:
22900         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22901         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22902         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22903           lot's of fixes to make data extraction simpler and get the code
22904           architecture and compiler independant. Add debugging category
22905         * gst/goom/gstgoom.c: (gst_goom_change_state):
22906           reset channel count on PAUSED=>READY, not READY=>PAUSED
22907
22908 2004-01-26  Colin Walters  <walters@verbum.org>
22909
22910         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22911         code to pull a bigger buffer in iradio mode.  This as a side effect
22912         makes typefinding work.
22913
22914 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22915
22916         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22917         Fix SVQ3 decoding on PPC
22918
22919 2004-01-26  Julien MOUTTE <julien@moutte.net>
22920
22921         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22922         that one managed to stay there... Fixed.
22923
22924 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22925
22926         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22927         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22928         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22929         (qtdemux_video_caps):
22930         * gst/qtdemux/qtdemux.h:
22931         Add SVQ3 specific flags to qtdemux and ffmpeg
22932
22933 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22934
22935         * gst-libs/gst/audio/audio.h:
22936           remove buffer-frames from audio caps
22937         * gst/audioconvert/gstaudioconvert.c:
22938           fix plugin to really work.
22939
22940 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22941
22942         * gst-libs/gst/mixer/mixer.c:
22943         * gst-libs/gst/propertyprobe/propertyprobe.c:
22944         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22945         (gst_tuner_find_channel_by_name):
22946         * gst-libs/gst/tuner/tuner.h:
22947           Add gtk-doc style comments. Also fix a function name.
22948
22949 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22950
22951         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22952         (gst_divxdec_negotiate):
22953           Fix for new capsnego - also fixes gst-player with divxdec.
22954
22955 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22956
22957         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22958         (gst_play_identity_handoff), (gst_play_set_location),
22959         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22960         try in visualization implementation. Still have an issue with switch
22961         blocking when pulling from video_queue and only audio comes out of
22962         spider.
22963         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22964         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22965         release method. And check if the pad is usable before pulling.
22966
22967 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22968
22969         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22970         (gst_videobalance_init),
22971         (gst_videobalance_colorbalance_list_channels),
22972         (gst_videobalance_colorbalance_set_value),
22973         (gst_videobalance_colorbalance_get_value),
22974         (gst_videobalance_update_properties),
22975         (gst_videobalance_update_tables_planar411),
22976         (gst_videobalance_planar411):
22977         * gst/videofilter/gstvideobalance.h:
22978           Implement lookup-tables. +/- 10x faster.
22979
22980 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22981
22982         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22983         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22984           The index reading was broken. The rest worked fine, but the whole
22985           goal of my rewrite was to make avidemux readable, and this was
22986           not at all readable. Please use typed variables.
22987
22988 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22989
22990         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22991           Additional pad usability check.
22992         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22993         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22994         (gst_mp1videoparse_real_chain):
22995           Fix MPEG video stream parsing. The original plugin had several
22996           issues, including not timestamping streams where the source was
22997           not timestamped (this happens with PTS values in mpeg system
22998           streams, but MPEG video is also a valid stream on its own so
22999           that needs timestamps too). We use the display time code for that
23000           for now. Also, if one incoming buffer contains multiple valid
23001           frames, we push them all on correctly now, including proper EOS
23002           handling. Lastly, several potential segfaults were fixed, and we
23003           properly sync on new sequence/gop headers to include them in next,
23004           not previous frames (since they're header for the next frame, not
23005           the previous). Also see #119206.
23006         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23007         (bpf_from_header):
23008           Move caps setting so we only do it after finding several valid
23009           MPEG-1 fraes sequentially, not right after the first one (which
23010           might be coincidental).
23011         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23012         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23013         (plugin_init):
23014           Add unsynced MPEG video stream typefinding, and change some
23015           probability values so we detect streams rightly. The idea is as
23016           follows: I can have an unsynced system stream which contains
23017           video. In the current code, I would randomly get a type for either
23018           system or video stream type found, because the probabilities are
23019           being calculated rather randomly. I now use fixed values, so we
23020           always prefer system stream if that was found (and that is how it
23021           should be). If no system stream was found, we can still identity                the stream as video-only.
23022
23023 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23024
23025         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23026         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23027           don't write to buffer. Extract data without the need of
23028           __attribute__ ((packed))
23029
23030 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23031
23032         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23033         (mpeg1_sys_type_find):
23034           Fix MPEG-1 stream typefinding.
23035
23036 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23037
23038         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23039           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23040
23041 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23042
23043         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23044         * ext/esd/gstesd.c: (plugin_init):
23045           private debugging, better error reporting
23046
23047 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23048
23049         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23050         (gst_riff_read_init), (gst_riff_read_change_state):
23051         * gst-libs/gst/riff/riff-read.h:
23052           Remove stuff fromold metadata system.
23053
23054 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23055
23056         * ext/ogg/gstoggdemux.c:
23057           Fix wrong file comment.
23058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23059         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23060           Add metadata reading properly.
23061
23062 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23063
23064         * ext/Makefile.am:
23065           Fix nas DIST_SUBDIRS
23066           Uraeus:
23067           Fix bug where make distcheck doesn't get run on adding stuff to
23068           the build.
23069
23070 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23073         * ext/divx/gstdivxdec.h:
23074           Fix divx3 ("msmpeg4") playback using divxdec.
23075
23076 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23077
23078         * gst/typefind/gsttypefindfunctions.c:
23079         (mp3_type_frame_length_from_header): fix bug in length computation
23080         (mp3_type_find): improve debugging output
23081
23082 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23083
23084         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23085         (gst_play_set_location), (gst_play_seek_to_time),
23086         (gst_play_set_audio_sink), (gst_play_set_visualization),
23087         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23088         the pipeline from scratch. Visualization is back and switch went out as
23089         i realized it was not possible to use the way i wanted.
23090         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23091         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23092         clearing in state change from READY to NULL. So that one can clean the
23093         X ressources keeping the element.
23094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23095         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23096         (gst_xvimagesink_colorbalance_set_value),
23097         (gst_xvimagesink_colorbalance_get_value),
23098         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23099         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23100         change from READY to NULL and fixed some stupid bugs in colorbalance
23101         get/set values. Also added the following feature : when nobody tries to
23102         set some values to the colorbalance levels before the xcontext is
23103         grabbed, then when creating channels list from Xv attributes we set the
23104         internal values to the Xv defaults. This way we handle buggy Xv drivers
23105         that set default hue values far from the middle of the range (Thanks
23106         to Jon Trowbridge for pointing that issue).
23107         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23108         colorbalance levels have been set before xcontext is grabbed.
23109
23110 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23111
23112         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23113           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23114           it might block operations (which is bad for a mixer).
23115
23116 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23117
23118         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23119         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23120         (gmip_find_type_pre):
23121         * gst-libs/gst/media-info/media-info-priv.h:
23122         * gst-libs/gst/media-info/media-info.c:
23123         (gst_media_info_instance_init), (gst_media_info_read_idler):
23124         add fakesink to get caps on decoder src pad again
23125         fix callback prototype to match new have_type signal signature
23126
23127 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23128
23129         * gst/adder/gstadder.c: (gst_adder_link):
23130           fix non-compile and cut-n-paste code
23131
23132 2004-01-21  David Schleef  <ds@schleef.org>
23133
23134         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23135         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23136         (gst_swfdec_init), (gst_swfdec_change_state):
23137         * ext/swfdec/gstswfdec.h:
23138         Fix negotiation.
23139         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23140         (gst_adder_request_new_pad): Fix negotiation.
23141         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23142         Add a fixate function.
23143         * gst/intfloat/gstfloat2int.c:
23144         * gst/intfloat/gstfloat2int.h:
23145         * gst/intfloat/gstint2float.c:
23146         * gst/intfloat/gstint2float.h:
23147         Completely rewrite the negotiation.  Doesn't quite work yet,
23148         due to some buffer-frames problem.
23149
23150 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23151
23152         * ext/gnomevfs/gstgnomevfssrc.c:
23153         * sys/v4l2/v4l2_calls.h:
23154           fix includes for distcheck
23155
23156 2004-01-21  Christian Schaller <uraeus@gnome.org>
23157
23158         * ext/nas/
23159         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23160         based on earlier patch from Laurent Vivier
23161
23162 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23163
23164         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23165         Fix wma caps property
23166         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23167         Fix typo (flags1 and flags2)
23168
23169 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23170
23171         * gst-libs/gst/media-info/media-info-priv.c:
23172         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23173         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23174         (gmip_find_stream), (gmip_find_track_metadata),
23175         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23176         (gmip_find_track_format):
23177         * gst-libs/gst/media-info/media-info-priv.h:
23178         * gst-libs/gst/media-info/media-info-test.c: (main):
23179         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23180         (gst_media_info_read_idler), (gst_media_info_read):
23181         * gst-libs/gst/media-info/media-info.h:
23182           register debugging category and use it for debugging
23183
23184 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23185
23186         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23187         (gst_vorbisfile_new_link):
23188           signal streaminfo through tags
23189
23190 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23191
23192         * ext/mplex/gstmplex.cc:
23193         * ext/mplex/gstmplexibitstream.cc:
23194           g++ doesn't like NULL in our i18n/error macros, should be
23195           either (NULL) or ("").
23196
23197 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23198
23199         * sys/dxr3/dxr3audiosink.c:
23200         * sys/dxr3/dxr3init.c:
23201         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23202         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23203           Fix more error error error errors (missing includes here).
23204
23205 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23206
23207         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23208           fix thomas' error errors.
23209
23210 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23211
23212         * ext/mpeg2enc/gstmpeg2enc.cc:
23213           fix error errors.
23214
23215 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23216
23217         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23218         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23219           Fix for new error system.
23220
23221 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23222
23223         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23224           fix for new error reporting
23225
23226 2004-01-20  David Schleef  <ds@schleef.org>
23227
23228         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23229         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23230         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23231         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23232         and neither is 100+, most likely.
23233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23234         (gst_xvimagesink_getcaps): same
23235
23236 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23237
23238         * configure.ac:
23239           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23240           clashes with ffmpeg.
23241
23242 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23243
23244         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23245         (gst_switch_init): Fixed switch element : proxying link and setting
23246         caps from src to sink on request.
23247
23248 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23249
23250         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23251         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23252         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23253         fix element_error
23254
23255 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23256
23257         * sys/v4l/v4l_calls.h:
23258         * sys/v4l2/v4l2_calls.h:
23259           element_error fixes
23260
23261 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23262
23263         * gst-libs/gst/gst-i18n-plugin.h:
23264           add locale.h
23265           remove config.h inclusion
23266
23267 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23268
23269         * autogen.sh:
23270           adding autopoint invocation
23271         * Makefile.am:
23272         * configure.ac:
23273         * gst-libs/gst/gettext.h:
23274           adding gettext bits
23275         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23276         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23277         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23278         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23279         (gst_gnomevfssink_close_file):
23280         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23281         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23282         * gst-libs/gst/gst-i18n-plugin.h:
23283         * gst/avi/gstavi.c: (plugin_init):
23284         * sys/dxr3/dxr3init.c: (plugin_init):
23285         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23286         * sys/oss/gstossaudio.c: (plugin_init):
23287         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23288         * sys/v4l/gstv4l.c: (plugin_init):
23289         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23290         * sys/v4l2/gstv4l2.c: (plugin_init):
23291         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23292         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23293         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23294         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23295         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23296         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23297           make sure locale and translation domain are set
23298           fix translated strings
23299         * po/.cvsignore:
23300         * po/LINGUAS:
23301         * po/Makevars:
23302         * po/POTFILES.in:
23303         * po/nl.po:
23304           put translation files into place
23305         * sys/xvideo/imagetest.c: (main):
23306         * ext/dv/demo-play.c: (main):
23307           fix unnecessary translations
23308
23309 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23310
23311         * ext/sndfile/gstsf.c:
23312         * gst/avi/gstavimux.c:
23313         * ext/audiofile/gstafsink.c:
23314         * ext/audiofile/gstafsrc.c:
23315         * ext/gnomevfs/gstgnomevfssink.c:
23316         * ext/gnomevfs/gstgnomevfssrc.c:
23317         * sys/oss/gstosselement.c:
23318         * sys/v4l/v4l_calls.h:
23319           fix i18n include
23320
23321 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23322
23323         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23324         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23325         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23326         (gst_v4l2_get_output), (gst_v4l2_set_output),
23327         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23328         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23329         (gst_v4l2_set_attribute):
23330         update to new error handling
23331
23332 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * ext/sidplay/gstsiddec.cc:
23335         * gst/modplug/gstmodplug.cc:
23336           parenthese NULL because C++ seems angry about it
23337
23338 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23339
23340         * gst-libs/gst/gst-i18n-plugin.h:
23341           add skeleton i18n stuff, but needs to be further implemented
23342
23343 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23344
23345         * examples/gstplay/player.c: (main):
23346         * ext/aalib/gstaasink.c: (gst_aasink_open):
23347         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23348         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23349         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23350         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23351         (gst_afsink_close_file):
23352         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23353         (gst_afsrc_close_file):
23354         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23355         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23356         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23357         * ext/esd/esdmon.c: (gst_esdmon_get):
23358         * ext/esd/esdsink.c: (gst_esdsink_chain):
23359         * ext/faac/gstfaac.c: (gst_faac_chain):
23360         * ext/faad/gstfaad.c: (gst_faad_chain):
23361         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23362         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23363         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23364         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23365         (gst_flacdec_loop):
23366         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23367         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23368         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23369         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23370         (gst_gnomevfssink_close_file):
23371         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23372         (gst_gnomevfssrc_open_file):
23373         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23374         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23375         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23376         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23377         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23378         * ext/mad/gstmad.c: (gst_mad_chain):
23379         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23380         * ext/mpeg2dec/gstmpeg2dec.c:
23381         * ext/mpeg2enc/gstmpeg2enc.cc:
23382         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23383         * ext/mplex/gstmplex.cc:
23384         * ext/mplex/gstmplexibitstream.cc:
23385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23386         (gst_ogg_demux_push), (gst_ogg_pad_push):
23387         * ext/raw1394/gstdv1394src.c:
23388         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23389         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23390         * ext/sidplay/gstsiddec.cc:
23391         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23392         (gst_sf_loop):
23393         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23394         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23395         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23396         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23397         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23398         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23399         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23400         * gst-libs/gst/Makefile.am:
23401         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23402         (gst_riff_read_element_data), (gst_riff_read_seek),
23403         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23404         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23406         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23407         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23408         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23409         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23410         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23411         * gst/goom/gstgoom.c: (gst_goom_chain):
23412         * gst/id3/gstid3types.c: (gst_id3types_loop):
23413         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23414         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23415         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23416         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23417         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23418         (gst_ebml_read_float), (gst_ebml_read_header):
23419         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23420         (gst_matroska_demux_parse_blockgroup):
23421         * gst/modplug/gstmodplug.cc:
23422         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23423         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23424         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23425         * gst/silence/gstsilence.c: (gst_silence_get):
23426         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23427         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23428         * gst/speed/gstspeed.c: (speed_loop):
23429         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23430         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23431         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23432         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23433         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23434         (gst_wavparse_loop):
23435         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23436         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23437         (dxr3audiosink_close):
23438         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23439         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23440         (dxr3videosink_close), (dxr3videosink_write_data):
23441         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23442         * sys/oss/gstosselement.h:
23443         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23444         (gst_osssink_chain):
23445         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23446         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23447         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23449         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23450         (gst_v4l_enable_overlay):
23451         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23452         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23453         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23454         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23455         (gst_v4l_set_audio):
23456         * sys/v4l/v4l_calls.h:
23457         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23458         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23459         (gst_v4lmjpegsink_playback_init),
23460         (gst_v4lmjpegsink_playback_start):
23461         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23462         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23463         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23464         (gst_v4lmjpegsrc_requeue_frame):
23465         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23466         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23467         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23468         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23470         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23471         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23472         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23473         (gst_v4l2src_capture_stop):
23474         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23475         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23476         (gst_ximagesink_chain):
23477         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23478         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23479         (gst_xvideosink_xwindow_new):
23480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23481         (gst_xvimagesink_chain):
23482         use new error signal, function and categories
23483
23484 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23485
23486         * configure.ac:
23487         * ext/Makefile.am:
23488         * ext/musicbrainz/gsttrm.c:
23489         * ext/musicbrainz/gsttrm.h:
23490         * ext/musicbrainz/Makefile.am:
23491         Add a trm plugin
23492
23493 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23494
23495         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23496         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23497         synchronous property for debugging.
23498         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23500         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23501         smaller block, fixing indent.
23502
23503 2004-01-16  David Schleef  <ds@schleef.org>
23504
23505         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23506         property affects the video stream.
23507         * sys/xvimage/xvimagesink.c:
23508         * sys/xvimage/xvimagesink.h:
23509         Add synchronous property for debugging.  Should probably be
23510         disabled in non-CVS builds.  Make sure that the Xv attribute
23511         exists before we set it (crash!).  Fix a silly float bug that
23512         caused colorbalance to just not work.
23513
23514 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23515
23516         * tools/gst-launch-ext.in - update for new plugins
23517
23518 2004-01-16  David Schleef  <ds@schleef.org>
23519
23520         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23521         already-freed caps.
23522
23523 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23524
23525         * Update spec for new colorspace plugin and libcaca plugin
23526         * Fix compilation of libcaca plugin (clock -> id)
23527
23528 2004-01-16  Julien MOUTTE <julien@moutte.net>
23529
23530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23531         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23532         (gst_xvimagesink_set_xwindow_id),
23533         (gst_xvimagesink_colorbalance_set_value),
23534         (gst_xvimagesink_colorbalance_get_value),
23535         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23536         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23537         correct colorbalance properties. They can now be set when the element
23538         is still in NULL state. The values will be committed to the Xv Port
23539         when xcontext is initialized.
23540         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23541         brightness int values in the GstXvImagesink structure.
23542
23543 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23544
23545         * gst-libs/gst/Makefile.am:
23546           restructure so having local patches works easier.
23547
23548 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23549
23550         * ext/mpeg2enc/Makefile.am:
23551         * ext/mpeg2enc/gstmpeg2enc.cc:
23552         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23553           Bugfix with respect to EOS handling.
23554
23555 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23556
23557         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23558           Link with right caps (else, it segfaults).
23559         * ext/mplex/gstmplexjob.cc:
23560           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23561
23562 2004-01-15  David Schleef  <ds@schleef.org>
23563
23564         * gst-libs/gst/audio/Makefile.am:
23565         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23566         from the template.
23567         * gst-libs/gst/audio/gstaudiofilter.c:
23568         * gst-libs/gst/audio/gstaudiofilter.h:
23569         Add bytes_per_sample and size and n_samples calculation.
23570         * gst-libs/gst/audio/gstaudiofilterexample.c:
23571         Remove, now autogenerated.
23572         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23573         Moved from gstaudiofilterexample, object name changed, code added
23574         so that it actually works.
23575         * gst-libs/gst/audio/make_filter:
23576         Script to build an audiofilter subclass from the template.
23577         * gst/colorspace/Makefile.am:
23578         * gst/colorspace/yuv2yuv.c:
23579         Remove file, since it's GPL, and we don't use it.
23580
23581 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23582
23583         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23585         them use the buffer free function to test how the buffer was allocated.
23586
23587 2004-01-15  David Schleef  <ds@schleef.org>
23588
23589         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23590         that handles osssink fallback.
23591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23592         (gst_audio_convert_getcaps):
23593         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23594         Add audio/x-qdm2 for QDM2 audio.
23595         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23596         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23597         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23598         Decrease minimum size to 16x16.
23599         * gst/wavparse/gstwavparse.c:
23600         Convert disabled pad template caps to new caps.
23601         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23603         (gst_xvimagesink_chain): Throw element error when display cannot
23604         be opened.  Increase minimum framerate to 1.0.  Check the data
23605         free function on a buffer to make sure it is the type we expect
23606         before manipulating it.
23607
23608 2004-01-15  Julien MOUTTE <julien@moutte.net>
23609
23610         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23611         (gst_videobalance_colorbalance_set_value): Implement passthru if
23612         settings are in the middle.
23613         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23614
23615 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23616
23617         * gst/videofilter/Makefile.am:
23618         * gst/volume/Makefile.am:
23619           Since we use videofilter symbols, link to it.
23620
23621 2004-01-15  Julien MOUTTE <julien@moutte.net>
23622
23623         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23624         mixer interface type to HARDWARE.
23625         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23626         type to SOFTWARE.
23627         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23628         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23629         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23630         (gst_volume_interface_init), (gst_volume_list_tracks),
23631         (gst_volume_set_volume), (gst_volume_get_volume),
23632         (gst_volume_set_mute), (gst_volume_mixer_init),
23633         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23634         (volume_init): Implementing mixer interface.
23635         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23636         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23637         (gst_osselement_change_state): Removing some trailing commas in
23638         structures.
23639         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23640         interface type to HARDWARE.
23641         * sys/v4l/gstv4lcolorbalance.c:
23642         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23643         type to HARDWARE.
23644         * sys/v4l2/gstv4l2colorbalance.c:
23645         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23646         interface type to HARDWARE.
23647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23648         same code than ximagesink for event handling.
23649
23650 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23651
23652         * ext/snapshot/Makefile.am:
23653         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23654         (gst_snapshot_chain):
23655         * ext/snapshot/gstsnapshot.h:
23656           This has to be a joke... Snapshot should be connected to a tee,
23657           colorspace element before it and EOS after that, where the other
23658           src of the tee receives normal data.
23659           The current way is *wrong*.
23660
23661 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23662
23663         * ext/hermes/gsthermescolorspace.c:
23664           Fix another compile error. Same as below.
23665
23666 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23667
23668         * gst/colorspace/gstcolorspace.c:
23669         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23670         (gst_colorspace_i420_to_yv12):
23671           Fix compiling... Didn't test if it actually works.
23672
23673 2004-01-15  David Schleef  <ds@schleef.org>
23674
23675         * configure.ac:
23676         * gst/colorspace/Makefile.am:
23677         * gst/colorspace/gstcolorspace.c:
23678         * gst/colorspace/gstcolorspace.h:
23679         * gst/colorspace/yuv2rgb.c:
23680         * gst/colorspace/yuv2rgb.h:
23681         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23682         code and GPL code.  Fix for new caps negotiation.  Rewrite
23683         much of the format handling code, and some of the conversion
23684         code.  Basically, rewrote almost everything.  This element
23685         handles I420, YV12 to RGB conversions.
23686         * ext/hermes/Makefile.am:
23687         * ext/hermes/gsthermescolorspace.c:
23688         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23689         Remove non-Hermes related code.  This element handles lots of
23690         RGB to RGB conversions, but no YUV.
23691         * ext/hermes/gstcolorspace.c:
23692         * ext/hermes/gstcolorspace.h:
23693         * ext/hermes/rgb2yuv.c:
23694         * ext/hermes/yuv2rgb.c:
23695         * ext/hermes/yuv2rgb.h:
23696         * ext/hermes/yuv2rgb_mmx16.s:
23697         * ext/hermes/yuv2yuv.c:
23698         * ext/hermes/yuv2yuv.h:
23699         Remove old code.
23700
23701 2004-01-14  Colin Walters  <walters@verbum.org>
23702
23703         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23704         they've already been.
23705
23706 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23707
23708         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23709           assume tag mode when pad is not connected
23710
23711 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23712
23713         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23714           Don't update the time of the clock
23715         (gst_alsa_sink_loop):
23716           sync to the clock given to alsasink, not the own clock
23717         * sys/oss/gstosssink.c: (gst_osssink_chain):
23718           sync to the clock
23719         (gst_osssink_change_state):
23720           activate the clock
23721         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23723           remove bogus code that made DISCONT events unhandled
23724         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23725           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23726           #131502)
23727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23728         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23729         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23730           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23731           2nd warning in bug #131502)
23732
23733 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23734
23735         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23736         (gst_videobalance_colorbalance_set_value),
23737         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23738         for colorbalance interface implementation.
23739         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23740         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23741         (gst_ximagesink_dispose), (gst_ximagesink_init),
23742         (gst_ximagesink_class_init): Adding DISPLAY property.
23743         * sys/ximage/ximagesink.h: Adding display_name to store display.
23744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23745         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23746         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23747         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23748         properties (they still need polishing though for gst-launch use : no
23749         xcontext yet, i ll do that tomorrow).
23750         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23751
23752 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23753
23754         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23755         (gst_play_set_location), (gst_play_set_visualization): Preparing
23756         switch integration, adding videobalance in the pipeline.
23757
23758 2004-01-14  Julien MOUTTE <julien@moutte.net>
23759
23760         * gst-libs/gst/colorbalance/colorbalance.c:
23761         (gst_color_balance_class_init): Adding a default type.
23762         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23763         the type.
23764         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23765         (gst_videobalance_dispose), (gst_videobalance_class_init),
23766         (gst_videobalance_init), (gst_videobalance_interface_supported),
23767         (gst_videobalance_interface_init),
23768         (gst_videobalance_colorbalance_list_channels),
23769         (gst_videobalance_colorbalance_set_value),
23770         (gst_videobalance_colorbalance_get_value),
23771         (gst_videobalance_colorbalance_init): Implementing colorbalance
23772         interface.
23773         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23774         list.
23775         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23776         bug which was triggering a BadAccess X error when setting an overlay
23777         before pad was really negotiated.
23778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23779         Using the colorbalance type macro.
23780
23781 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23782
23783         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23784         (gst_flacenc_chain):
23785           handle tags correctly
23786         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23787           extract ID3v1 tags correctly
23788
23789 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23790
23791         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23792         (plugin_init):
23793           Improve matroska typefinding for odd-typed headers...
23794
23795 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23796
23797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23798           Fix for using incremental number on padnames.
23799
23800 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23801
23802         * ext/divx/gstdivxdec.c:
23803         * ext/divx/gstdivxenc.c:
23804           Set category to divx4linux instead of divx (too generic).
23805         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23806         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23807         (gst_wavparse_loop), (gst_wavparse_change_state):
23808         * gst/wavparse/gstwavparse.h:
23809           fix parsing of WAV files with non-standard fmt-tag size and fix
23810           skipping of unrecognized chunks... Someone please fix this thing
23811           to use rifflib so all this is automated.
23812         * sys/v4l/Makefile.am:
23813         * sys/v4l2/Makefile.am:
23814           Add X_CFLAGS because we depend on X (for overlay).
23815
23816 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23817
23818         * ext/mpeg2dec/gstmpeg2dec.c:
23819           Don't issue a timestamp unless we tagged the frame
23820           with a PTS.
23821
23822 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23823
23824         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23825           Query the audio element to get the time, not the clock. We're
23826           interested in the element's time here.
23827
23828 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23829
23830         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23832         * ext/esd/esdsink.c: (gst_esdsink_chain):
23833         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23834         * ext/mas/massink.c: (gst_massink_chain):
23835         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23837         (gst_matroska_demux_parse_metadata):
23838         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23839         (gst_mpeg_parse_release_locks):
23840         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23841         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23842         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23843         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23844         (gst_osssink_change_state):
23845         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23846         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23847         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23848         (gst_xvideosink_release_locks):
23849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23850           use element time.
23851         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23852         (gst_alsa_clock_stop):
23853         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23854         (gst_audio_clock_get_internal_time):
23855           simplify for use with new clocking code.
23856         * testsuite/alsa/Makefile.am:
23857         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23858           fix testsuite for new caps system
23859
23860 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23861
23862         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23863         * ext/flac/gstflacenc.c: (add_one_tag):
23864           length is already host endian, no need to convert. Fixes playback of
23865           tagged files on PPC. (bug #128384)
23866
23867 2004-01-13  Julien MOUTTE <julien@moutte.net>
23868
23869         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23870         colorbalance interface stating if it is hardware based or software
23871         based.
23872         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23873         Removing a trailing comma.
23874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23875         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23876         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23877         the documentation seems to be wrong on the -1000 to 1000 interval.
23878
23879 2004-01-12  David Schleef  <ds@schleef.org>
23880
23881         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23882         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23883         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23884         Fix negotiation.  Add a bufferalloc function for the sink pad,
23885         and generally clean up some of the code.
23886
23887 2004-01-12  Julien MOUTTE <julien@moutte.net>
23888
23889         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23890         (gst_color_balance_channel_dispose): Adding safety check in dispose
23891         method.
23892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23893         (gst_xvimagesink_xcontext_clear),
23894         (gst_xvimagesink_interface_supported),
23895         (gst_xvimagesink_colorbalance_list_channels),
23896         (gst_xvimagesink_colorbalance_set_value),
23897         (gst_xvimagesink_colorbalance_get_value),
23898         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23899         Adding colorbalance interface support to set XV parameters such as
23900         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23901         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23902         interface.
23903
23904 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23905
23906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23907         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23908         (gst_audio_convert_init), (gst_audio_convert_set_property),
23909         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23910         (gst_audio_convert_link),
23911         (gst_audio_convert_buffer_to_default_format),
23912         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23913           - implement _getcaps and use it
23914           - improve linking
23915           - remove float caps since no float conversion is actually done
23916           - remove properties and arguments that were to be used for rate
23917             conversion
23918
23919 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23920
23921         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23922         (gst_audio_structure_set_int):
23923         * gst-libs/gst/audio/audio.h:
23924           add helper functions for _getcaps matching the standard audio
23925           templates
23926
23927 2004-01-12  David Schleef  <ds@schleef.org>
23928
23929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23930         Test that pad is negotiated before getting its caps.
23931
23932 2004-01-12  Julien MOUTTE <julien@moutte.net>
23933
23934         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23935         analyzing the pads of an element the bin is mostly in READY state so
23936         no caps were negotiated. This helper function needs to work with
23937         _get_caps directly then. I was not freeing them though, added that to
23938         fix the mem leak.
23939
23940 2004-01-12  Julien MOUTTE <julien@moutte.net>
23941
23942         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23944         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23945         than the free_func.
23946
23947 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23948
23949         * sys/oss/gstossaudio.c: (plugin_init):
23950         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23951         * sys/oss/gstosselement.h:
23952           make an oss debugging category
23953           make failure more descriptive
23954
23955 2004-01-11  David Schleef  <ds@schleef.org>
23956
23957         * ext/ffmpeg/gstffmpeg.c:
23958         * ext/ffmpeg/gstffmpegcodecmap.c:
23959         * ext/ffmpeg/gstffmpegdec.c:
23960         * ext/ffmpeg/gstffmpegenc.c:
23961         * ext/ffmpeg/gstffmpegprotocol.c:
23962         * ext/gdk_pixbuf/gstgdkanimation.c:
23963         * ext/jpeg/gstjpeg.c:
23964         * ext/libpng/gstpng.c:
23965         * ext/mpeg2dec/perftest.c:
23966         * ext/speex/gstspeex.c:
23967         * gst-libs/gst/resample/dtos.c:
23968         * gst/intfloat/gstintfloatconvert.c:
23969         * gst/oneton/gstoneton.c:
23970         * gst/rtjpeg/RTjpeg.c:
23971         * gst/rtp/gstrtp.c:
23972         * sys/dxr3/dxr3init.c:
23973         * sys/glsink/gstgl_nvimage.c:
23974         * sys/glsink/gstgl_pdrimage.c:
23975         * sys/glsink/gstglsink.c:
23976         * testsuite/gst-lint:
23977         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23978
23979 2004-01-11  David Schleef  <ds@schleef.org>
23980
23981         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23982         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23983         * ext/gdk_pixbuf/gstgdkanimation.c:
23984         (gst_gdk_animation_iter_create_pixbuf):
23985         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23986         (gst_gdk_pixbuf_chain):
23987         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23988         * ext/jack/gstjack.c: (gst_jack_change_state):
23989         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23990         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23991         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23992         * gst/videofilter/gstvideofilter.c:
23993         (gst_videofilter_set_output_size):
23994         Remove all usage of gst_pad_get_caps(), and replace it with
23995         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23996
23997 2004-01-11  David Schleef  <ds@schleef.org>
23998
23999         * configure.ac:
24000         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24001         * ext/divx/gstdivxdec.c:
24002         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24003         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24004         handle images that span multiple buffers.  Now work with both
24005         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24006         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24007         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24008         video/video.h changes
24009         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24010         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24011         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24012         of GstData free function.
24013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24014         same.
24015
24016 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24017
24018         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24019         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24020         (gst_v4l2element_get_property):
24021         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24022           add norm, channel and frequency properties.
24023         * sys/v4l2/gstv4l2tuner.c:
24024           fixes for tuner interface changes
24025         * sys/v4l2/gstv4l2element.h:
24026         * sys/v4l2/gstv4l2src.c:
24027         * sys/v4l2/gstv4l2src.h:
24028         * sys/v4l2/v4l2src_calls.c:
24029         * sys/v4l2/v4l2src_calls.h:
24030           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24031
24032 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24033
24034         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24035         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24036         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24037         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24038         * gst-libs/gst/tuner/tuner.h:
24039           GObjects aren't const.
24040           Add find_by_name functions.
24041           Add checks to _changed functions.
24042         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24043         (gst_v4l_tuner_get_norm):
24044           Fixes for above.
24045
24046 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24047
24048         * gst-libs/gst/video/video.h:
24049           Fix caps template names to be understandable.
24050           Prefix everything with GST_VIDEO.
24051         * ext/aalib/gstaasink.c:
24052         * ext/divx/gstdivxdec.c:
24053         * ext/divx/gstdivxenc.c:
24054         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24055         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24056         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24057         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24058         * ext/libcaca/gstcacasink.c:
24059         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24060         * ext/snapshot/gstsnapshot.c:
24061         * ext/swfdec/gstswfdec.c:
24062         * ext/xvid/gstxviddec.c:
24063         * ext/xvid/gstxvidenc.c:
24064         * gst/chart/gstchart.c:
24065         * gst/deinterlace/gstdeinterlace.c:
24066         * gst/effectv/gsteffectv.c:
24067         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24068         * gst/goom/gstgoom.c:
24069         * gst/median/gstmedian.c:
24070         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24071         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24072         * gst/overlay/gstoverlay.c:
24073         * gst/smooth/gstsmooth.c:
24074         * gst/smpte/gstsmpte.c:
24075         * gst/synaesthesia/gstsynaesthesia.c:
24076         * gst/videocrop/gstvideocrop.c:
24077         * gst/videodrop/gstvideodrop.c:
24078         * gst/y4m/gsty4mencode.c:
24079         * sys/qcam/gstqcamsrc.c:
24080         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24081           Make them work with new video.h file.
24082         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24083         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24085         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24086           Make it work with new buffer allocation system.
24087
24088 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24089
24090         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24091         pad_alloc_buffer implementation to use ->srcpad
24092         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24093         pad_alloc_buffer implementation to use ->srcpad
24094         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24095         pad_alloc_buffer implementation to use ->srcpad
24096         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24097         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24098         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24099         a reference to everything we need.
24100         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24102         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24103         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24104         a reference to everything we need.
24105         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24106
24107 2004-01-11  David Schleef  <ds@schleef.org>
24108
24109         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24110         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24111         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24112         structure members.
24113         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24114         value during a resize/renegotiation.
24115         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24116         gst_pad_alloc_buffer();
24117         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24118         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24119         structure members.
24120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24121         Fix for rename of buffer private structure members.
24122         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24123         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24124         Fix for rename of buffer private structure members.
24125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24126         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24127         Fix for rename of buffer private structure members.
24128
24129 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24130
24131         reviewed by: David Schleef <ds@schleef.org>
24132
24133         * gst/videofilter/Makefile.am:
24134         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24135         from the patch by ds to fit in with recent make_filter changes.
24136
24137 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24138
24139         * configure.ac: Adding examples/switch/Makefile
24140         * examples/Makefile.am: Adding examples/switch
24141         * examples/switch/Makefile.am: Adding switcher example.
24142         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24143         (switch_timer), (main): Adding an example demonstrating switch usage
24144         with 2 videotestsrc showing different patterns.
24145         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24146         (gst_switch_init): Fixing switch with the new caps system.
24147
24148 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24149
24150         * gst-libs/gst/video/video.h:
24151           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24152           They should probably be like
24153           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24154
24155 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24156
24157         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24158         (qtdemux_parse_trak):
24159           fix audio chunk size/timestamp calculation
24160
24161 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24162
24163         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24164           fix SVQ3 caps
24165
24166 2004-01-11  Steve Baker  <steve@stevebaker.org>
24167
24168         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24169         (gst_agingtv_base_init), (gst_agingtv_class_init),
24170         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24171         (gst_agingtv_set_property), (gst_agingtv_get_property):
24172         Port agingTV to videofilter
24173
24174 2004-01-09  Julien MOUTTE <julien@moutte.net>
24175
24176         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24177         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24178
24179 2004-01-09  Julien MOUTTE <julien@moutte.net>
24180
24181         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24182         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24183         * gst-libs/gst/xoverlay/xoverlay.c:
24184         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24185         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24186         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24187         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24188         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24189         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24190         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24191         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24192         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24193         interface implementation to handle xid being 0 and fix some bugs
24194         triggered by Benjamin's testcase.
24195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24196         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24197         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24198         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24199         interface implementation to handle xid being 0 and fix some bugs
24200         triggered by Benjamin's testcase.
24201
24202 2004-01-09  David Schleef  <ds@schleef.org>
24203
24204         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24205         mouse pointer events.  It works.
24206
24207 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24208
24209         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24210           Use explicit caps - fix capsnego.
24211         * ext/xvid/gstxviddec.c:
24212         * ext/xvid/gstxvidenc.c:
24213           Remove macro-inside-macro which caused compile errors.
24214         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24215           Error out if it's not a RIFF file. Else we error out without
24216           gst_element_error() which is not good...
24217
24218 2004-01-08  David Schleef  <ds@schleef.org>
24219
24220         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24221         Fix pad_link function to handle formats that ffmpeg returns
24222         as multiple caps structures.
24223         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24224         Only complain if source buffer is _smaller_ than expected.
24225         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24226         (gst_videoscale_handle_src_event): Resize navigation events
24227         when passing them upstream.
24228         * gst/videotestsrc/gstvideotestsrc.c:
24229         * gst/videotestsrc/gstvideotestsrc.h:
24230         * gst/videotestsrc/videotestsrc.c:
24231         * gst/videotestsrc/videotestsrc.h:
24232         Rewrite many of the buffer painting functions to handle odd
24233         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24234         been verified to work with my video card.
24235         * testsuite/gst-lint:  Add check for elements calling
24236         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24237
24238 2004-01-08  David Schleef  <ds@schleef.org>
24239
24240         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24241         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24242
24243 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24244
24245         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24246         configure event is not emiting the desired size signal. That fixes
24247         aspect ratio issues with gst-player.
24248
24249 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24250
24251         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24252           Fix capsnego.
24253
24254 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24255
24256         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24257         public method to fire size signal.
24258
24259 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24260
24261         * examples/gstplay/Makefile.am: Adding the interface library.
24262         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24263         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24264         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24265         GST_IS_X_OVERLAY before signal connect.
24266         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24267         Removing the have_video_size signal.
24268         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24269         and associated public method.
24270         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24271         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24272         signal.
24273         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24274         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24275         signal.
24276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24277         Using XOverlay public method to fire size signal.
24278
24279 2004-01-07  David Schleef  <ds@schleef.org>
24280
24281         * gst/videofilter/Makefile.am:
24282         * gst/videofilter/gstvideotemplate.c:
24283         * gst/videofilter/make_filter:
24284         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24285         Convert make_filter to /bin/sh script.
24286
24287 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24288
24289         * gst/modplug/gstmodplug.cc: fix element description
24290
24291 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24292
24293         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24294         (got_video_size): Adding some new lines in g_print calls.
24295         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24296         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24297         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24298         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24299         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24300         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24301         Complete code review, reverting some stuff i disagree with, adding
24302         some fixes : time synchronization on invalid timestamps, renegotiation
24303         of private window.
24304         * sys/ximage/ximagesink.h:
24305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24306         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24307         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24308         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24309         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24310         (gst_xvimagesink_buffer_new),
24311         (gst_xvimagesink_navigation_send_event),
24312         (gst_xvimagesink_set_xwindow_id),
24313         (gst_xvimagesink_get_desired_size),
24314         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24315         stuff i disagree with, adding some fixes : Renegotiation of private
24316         window, implementing get_desired_size.
24317
24318 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24319
24320         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24321         (gst_afsink_handle_event):
24322         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24323         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24324         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24325         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24326         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24327           Fix for instantiate-test (see core). Also remove dead code from
24328           jpegenc (which still needs fixing, but that's lower on my TODO
24329           list...).
24330         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24331           Never return NULL as caps.
24332
24333 2004-01-07  David Schleef  <ds@schleef.org>
24334
24335         * configure.ac:
24336         * ext/Makefile.am:
24337         * ext/librfb/Makefile.am:
24338         * ext/librfb/gstrfbsrc.c:
24339         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24340         is the protocol used by VNC.
24341
24342 2004-01-07  David Schleef  <ds@schleef.org>
24343
24344         * gst/videofilter/gstvideotemplate.c:
24345         * gst/videofilter/gstvideotemplate.h:
24346         * gst/videofilter/make_filter:
24347         Merge videotemplate header into source file.
24348         * gst/effectv/Makefile.am:
24349         * gst/effectv/gsteffectv.c: (plugin_init):
24350         * gst/effectv/gstwarp.c:
24351         Make warpTV a subclass of videofilter.
24352
24353 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24354
24355         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24356           Add guard against invalid utf-8 conversions in mad. Just in case.
24357
24358 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24359
24360         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24361           Fix for bug shown by poisoning
24362
24363 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24364
24365         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24366         (gst_v4lmjpegsrc_buffer_free):
24367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24368         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24369         (gst_v4lsrc_buffer_free):
24370           Fix for removed bufferpools.
24371
24372 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24373
24374         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24375         Fix caps negotiation.
24376
24377         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24378         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24379         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24380         (dvdnavsrc_event):
24381         * ext/mpeg2dec/gstmpeg2dec.c:
24382         * gst-libs/gst/navigation/navigation.c:
24383         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24384         * gst-libs/gst/navigation/navigation.h:
24385         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24386         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24388         Super-simple first version of mouse and keyboard events. Clicking
24389         on a DVD menu now works, although it may not take you where you
24390         expected.
24391
24392         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24393         * gst/videotestsrc/gstvideotestsrc.c:
24394         (gst_videotestsrc_src_fixate):
24395         These fixate functions were broken - they never actually
24396         fixated :)
24397
24398 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24399
24400         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24401         (gst_icecastsend_init):
24402           fix for new caps system.
24403         * gst-libs/gst/mixer/mixertrack.h:
24404         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24405           Add 'master track' flag (for tools like ACME that only want to
24406           change the main volume).
24407
24408 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24409
24410         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24411         (gst_xvid_csp_to_caps):
24412         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24413         * ext/xvid/gstxvidenc.c:
24414         ifdef out ARGB type when it isn't available
24415         in xvidcore 1.0.0beta2
24416
24417 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24418
24419         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24420           When we have received a new SCR right in the first buffer after
24421           a seek (so in the same cycle that handles the discont), we should
24422           handle the buffer instead of unreffing it, else we lose data.
24423
24424 2004-01-06  Iain <iain@prettypeople.org>
24425
24426         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24427           buffer-frames caps too.
24428
24429         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24430           caps that we need, don't destroy them all and rebuild them. And when
24431           creating src pads, use the src pad template rather than the sink...
24432
24433 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24434
24435         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24436           Add pad to element *after* setting functions such as event handler.
24437           Without this, the scheduler (opt) will link pads, set the event
24438           handler from the default event function (dispatcher in gstpad.c)
24439           and *after* that, we will set our own event function, which will
24440           thus never be used (and thus mpegdemux doesn't handle events).
24441
24442 2004-01-04  David Schleef  <ds@schleef.org>
24443
24444         Fix the fixate functions to handle new prototype:
24445         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24446         * gst/videotestsrc/gstvideotestsrc.c:
24447         (gst_videotestsrc_src_fixate):
24448         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24449         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24451
24452 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24453
24454         * sys/ximage/ximagesink.h:
24455         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24456         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24457         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24458         (gst_ximagesink_xoverlay_init):
24459           assorted fixes to make (re)embedding work
24460         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24461         (gst_ximagesink_get_desired_size):
24462           implement desired size additions to XOverlay
24463
24464 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24465
24466         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24467         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24468         (gst_x_overlay_got_desired_size):
24469         * gst-libs/gst/xoverlay/xoverlay.h:
24470           Add optional "desired size" signal and querying.
24471
24472 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24473
24474         * gst/matroska/matroska-demux.c:
24475         (gst_matroska_demux_parse_blockgroup):
24476           Fix EBML-laced block parsing. Diffs are relative to previous
24477           lace, not the first lace. Thanks to Mosu from the Matroska
24478           team for detecting this.
24479         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24480         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24481         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24482         (gst_wavparse_change_state):
24483         * gst/wavparse/gstwavparse.h:
24484           Quickfix for capsnego.
24485
24486 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24487
24488         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24489           Fix indenting, fix pad creation.
24490
24491 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24492
24493         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24494         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24495         (gst_xviddec_sink_link):
24496           Implement src_getcaps() so proper size caps is negotiated.
24497
24498 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24499
24500         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24501           Finish flac decoder on EOS. See #116178.
24502
24503 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24504
24505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24506         (gst_matroska_demux_add_stream):
24507         * gst/matroska/matroska-ids.h:
24508           Add getcaps() function to fix capsnego...
24509
24510 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24511
24512         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24513         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24514         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24515           Fix more integer overflows. Again, see #126967.
24516
24517 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24518
24519         * ext/mpeg2dec/gstmpeg2dec.c:
24520           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24521           #130416.
24522
24523 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24524
24525         * configure.ac:
24526         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24527         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24528         * ext/xvid/gstxvid.h:
24529         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24530         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24531         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24532         (gst_xviddec_change_state):
24533         * ext/xvid/gstxviddec.h:
24534         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24535         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24536         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24537         (gst_xvidenc_link), (gst_xvidenc_set_property),
24538         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24539         * ext/xvid/gstxvidenc.h:
24540           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24541
24542 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24543
24544         * gst/rtp/rtp-packet.c:
24545           Add sys/types.h include, since OS X doesn't define in_addr_t
24546           in netinet/in.h, like it does on Linux (see #129600).
24547
24548 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24549
24550         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24551
24552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24553           Correct logic of dispose function (see #129306).
24554
24555 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24556
24557         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24558         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24559         (gst_mpeg_parse_init):
24560         * gst/mpegstream/gstmpegparse.h:
24561           Remove clock (which was never provided, i.e. dead code), and
24562           also fix integer overflows at high PTS values (see #126967).
24563
24564 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24565
24566         * ext/flac/gstflacdec.c:
24567         * ext/libpng/gstpngenc.h:
24568         * ext/mikmod/gstmikmod.h:
24569           OS X fixes (see #126628).
24570
24571 2004-01-02  David Schleef  <ds@schleef.org>
24572
24573         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24574         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24575         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24576         (gst_mpeg_parse_class_init): Move pad template registration
24577         to class_init, since the derived class (mpegdemux) doesn't
24578         want them.
24579
24580 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24581
24582         * sys/ximage/Makefile.am:
24583         * sys/xvideo/Makefile.am:
24584         * sys/xvimage/Makefile.am:
24585           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24586           after installation (see #127664).
24587
24588 2004-01-02  David Schleef  <ds@schleef.org>
24589
24590         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24591         (gst_ffmpegenc_connect):  Negotiation fixes.
24592         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24593         Remove inappropriate gst_caps_free().
24594         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24595         Reenable Ronald's internal resize code, since the core handles
24596         it correctly now.
24597
24598 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24599
24600         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24601         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24602         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24603           Fix pad template stuff.
24604
24605 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24606
24607         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24608         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24609           fix signed integer reading/writing.
24610
24611 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24612
24613         * ext/alsa/README:
24614           Remove outdated document
24615
24616 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24617
24618         * gst/cutter/gstcutter.c: (gst_cutter_init):
24619           src pad was being created twice - oops.
24620
24621 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24622
24623         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24624           Comment out internal resize. It doesn't handle the resulting
24625           XEvent internally, does another try_set_caps() which leads to
24626           a really nice loop.
24627           Real fix will come when Julien and Dave are awake. ;).
24628
24629 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24630
24631         * ext/mpeg2enc/gstmpeg2enc.cc:
24632           fix const/nonconst compile issue.
24633
24634 2004-01-02  David Schleef  <ds@schleef.org>
24635
24636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24637         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24638         Add fixate function and a check for bad formats.
24639
24640 2004-01-01  David Schleef  <ds@schleef.org>
24641
24642         Negotiation fixes:
24643         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24644         (gst_audiofilter_init):
24645         * gst/debug/efence.c: (gst_efence_init):
24646         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24647         (gst_deinterlace_init):
24648         * gst/volume/gstvolume.c: (volume_connect):
24649
24650 2004-01-01  David Schleef  <ds@schleef.org>
24651
24652         Convert elements to use gst_pad_use_explicit_caps() where
24653         appropriate:
24654         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24655         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24656         (gst_afparse_open_file):
24657         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24658         (gst_afsrc_open_file):
24659         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24660         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24661         (gst_ffmpegdec_chain):
24662         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24663         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24664         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24665         (gst_gdk_pixbuf_chain):
24666         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24667         (gst_jpegdec_chain):
24668         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24669         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24670         (gst_mikmod_negotiate):
24671         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24672         (gst_mpeg2dec_negotiate_format):
24673         * ext/mpeg2enc/gstmpeg2enc.cc:
24674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24675         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24676         (gst_speexdec_sinkconnect):
24677         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24678         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24679         (gst_vorbisfile_new_link):
24680         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24681         (gst_ac3parse_chain):
24682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24683         (gst_asf_demux_setup_pad):
24684         * gst/auparse/gstauparse.c: (gst_auparse_init),
24685         (gst_auparse_chain):
24686         * gst/id3/gstid3types.c: (gst_id3types_loop):
24687         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24688         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24689         (mp1videoparse_parse_seq):
24690         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24691         (bpf_from_header):
24692         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24693         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24694         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24695         (gst_mpeg_parse_send_data):
24696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24697         (gst_qtdemux_add_stream):
24698         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24699         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24700         (gst_wavparse_parse_fmt):
24701
24702 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24703
24704         * configure.ac:
24705           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24706           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24707           it therefore uses the wrong include paths. Too bad... Note
24708           that 1.6.1.93 is not release yet. ;).
24709           Also add a check for mplex, which is now using the lib'ified
24710           mplex from mjpegtools, too.
24711         * ext/ffmpeg/gstffmpegcodecmap.c:
24712           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24713           issues. I don't think ffmpeg handles 3ivx correctly, so this
24714           probably won't work. But it won't hurt either.
24715         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24716         (gst_ffmpegdec_chain):
24717         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24718         (gst_ffmpegenc_chain_audio):
24719           Fix memleak in audio encoding. Close codec if open fails, this
24720           calls the cleanup routines so we can re-use the context.
24721         * ext/mpeg2enc/gstmpeg2enc.cc:
24722           Fix pad template names/types, fix memory issue with getcaps().
24723         * ext/mpeg2enc/gstmpeg2encoder.cc:
24724         * ext/mpeg2enc/gstmpeg2encoder.hh:
24725           Fix compile issue with new caps system (const thingy).
24726         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24727         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24728           We read a first frame right on initing, so that we have a caps
24729           when we init the output. This caps is cached in padprivate and
24730           read as first frame.
24731         * ext/mplex/Makefile.am:
24732         * ext/mplex/gstmplex.cc:
24733         * ext/mplex/gstmplex.h:
24734         * ext/mplex/gstmplex.hh:
24735         * ext/mplex/gstmplexibitstream.cc:
24736         * ext/mplex/gstmplexibitstream.hh:
24737         * ext/mplex/gstmplexjob.cc:
24738         * ext/mplex/gstmplexjob.hh:
24739         * ext/mplex/gstmplexoutputstream.cc:
24740         * ext/mplex/gstmplexoutputstream.hh:
24741           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24742           had issues, didn't do capsnego, supported only a subset of the
24743           mplex features and required a mplex fork in our local CVS. Plus
24744           that it worked agaist a very old mplex version. Rewriting was
24745           faster than updating it.
24746         * gst-libs/ext/Makefile.am:
24747         * gst-libs/ext/mplex/INSTRUCT:
24748         * gst-libs/ext/mplex/Makefile.am:
24749         * gst-libs/ext/mplex/README:
24750         * gst-libs/ext/mplex/TODO:
24751         * gst-libs/ext/mplex/ac3strm_in.cc:
24752         * gst-libs/ext/mplex/audiostrm.hh:
24753         * gst-libs/ext/mplex/audiostrm_out.cc:
24754         * gst-libs/ext/mplex/aunit.hh:
24755         * gst-libs/ext/mplex/bits.cc:
24756         * gst-libs/ext/mplex/bits.hh:
24757         * gst-libs/ext/mplex/buffer.cc:
24758         * gst-libs/ext/mplex/buffer.hh:
24759         * gst-libs/ext/mplex/fastintfns.h:
24760         * gst-libs/ext/mplex/format_codes.h:
24761         * gst-libs/ext/mplex/inputstrm.cc:
24762         * gst-libs/ext/mplex/inputstrm.hh:
24763         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24764         * gst-libs/ext/mplex/mjpeg_logging.cc:
24765         * gst-libs/ext/mplex/mjpeg_logging.h:
24766         * gst-libs/ext/mplex/mjpeg_types.h:
24767         * gst-libs/ext/mplex/mpastrm_in.cc:
24768         * gst-libs/ext/mplex/mpegconsts.cc:
24769         * gst-libs/ext/mplex/mpegconsts.h:
24770         * gst-libs/ext/mplex/mplexconsts.hh:
24771         * gst-libs/ext/mplex/multplex.cc:
24772         * gst-libs/ext/mplex/outputstream.hh:
24773         * gst-libs/ext/mplex/padstrm.cc:
24774         * gst-libs/ext/mplex/padstrm.hh:
24775         * gst-libs/ext/mplex/stillsstream.cc:
24776         * gst-libs/ext/mplex/stillsstream.hh:
24777         * gst-libs/ext/mplex/systems.cc:
24778         * gst-libs/ext/mplex/systems.hh:
24779         * gst-libs/ext/mplex/vector.cc:
24780         * gst-libs/ext/mplex/vector.hh:
24781         * gst-libs/ext/mplex/videostrm.hh:
24782         * gst-libs/ext/mplex/videostrm_in.cc:
24783         * gst-libs/ext/mplex/videostrm_out.cc:
24784         * gst-libs/ext/mplex/yuv4mpeg.cc:
24785         * gst-libs/ext/mplex/yuv4mpeg.h:
24786         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24787         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24788           We don't fork mjpegtools' mplex in our CVS anymore.
24789         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24790         (gst_avi_demux_add_stream):
24791         * gst/avi/gstavidemux.h:
24792           Add getcaps() function for proper caps nego. This makes some
24793           parts of AVI playback/reading work.
24794         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24795           Resize window on new capsnego. This is probably wrong, but
24796           I'm still committing it because with current capsnego, the
24797           first successfull capsnego is auto-fixated, therefore rounded
24798           down to the lowest values in the caps. this results in a 16x16
24799           XWindow that is not reized when real capsnego finishes.
24800           Dave, I see more cases of this, do you know a proper solution?
24801         * tools/gst-launch-ext.in:
24802           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24803
24804 2003-12-31  David Schleef  <ds@schleef.org>
24805
24806         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24807         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24808           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24809
24810 2003-12-30  David Schleef  <ds@schleef.org>
24811
24812         * ext/ffmpeg/gstffmpegcolorspace.c:
24813         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24814         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24815         (gst_ffmpegcsp_chain): Negotiation fixes
24816         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24817         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24818         (gst_audio_convert_link), (gst_audio_convert_channels):
24819         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24820         (gst_audioscale_link), (gst_audioscale_get_buffer),
24821         (gst_audioscale_chain): Negotiation fixes
24822         * gst/audioscale/gstaudioscale.h:
24823         * gst/videofilter/gstvideofilter.c:
24824         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24825         (gst_videofilter_link), (gst_videofilter_init),
24826         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24827         (gst_videofilter_find_format_by_structure):
24828         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24829         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24830         (gst_videoscale_link):
24831         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24832         (videoscale_find_by_structure), (gst_videoscale_setup):
24833         * gst/videoscale/videoscale.h: Negotiation fixes
24834         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24835         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24836         function, restrict resizing to a multiple of 4 (hack until
24837         everyone supports odd sizes correctly).
24838
24839 2003-12-29  Colin Walters  <walters@verbum.org>
24840
24841         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24842         signed.
24843
24844 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24845
24846         * ext/sndfile/gstsf.c: (gst_sf_loop):
24847           Fix warning about discarding const qualifier
24848
24849 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24850
24851         * gst/cutter/gstcutter.c:
24852         * gst/videoscale/gstvideoscale.c:
24853         * gst/volenv/gstvolenv.c:
24854         * gst-libs/gst/audio/audio.c:
24855         * gst-libs/gst/video/video.c:
24856           Fix warnings
24857
24858 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24859
24860         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24861           Don't send ALSA debugging to stderr.
24862         * ext/alsa/gstalsa.h:
24863           Use GST_WARNING instead of g_warning when ALSA functions fail.
24864
24865 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24866
24867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24868           Free XVAdapterInfo correctly.
24869
24870 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24871
24872         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24873         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24874           Make id3tag use correct caps nego.
24875
24876 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24877
24878         * ext/ivorbis/vorbis.c:
24879         * ext/ivorbis/vorbisenc.h:
24880         * ext/ivorbis/vorbisfile.c:
24881           Modify so that it uses the new caps things
24882
24883 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24884
24885         * testsuite/spider/spider1.c: (main):
24886         * testsuite/spider/spider2.c: (main):
24887         * testsuite/spider/spider3.c: (main):
24888           Make tests compile again. They probably don't work.
24889
24890 2003-12-24  Colin Walters  <walters@verbum.org>
24891
24892         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24893         we can't fixate the caps anymore.
24894
24895 2003-12-23  David Schleef  <ds@schleef.org>
24896
24897         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24898         * sys/oss/gstosssink.c: (gst_osssink_init),
24899         (gst_osssink_sink_fixate): Add fixate function.
24900
24901 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24902
24903         * ext/ffmpeg/gstffmpegcodecmap.c:
24904         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24905         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24906         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24907         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24908         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24909         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24910         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24911           fix typo in RGB masks, and move back to "old" colorspace
24912           capsnego code until whoever wrote this new crap has actually
24913           tested it so that it works.
24914           And yes, this works, keep it that way please.
24915
24916 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24917
24918         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24919         (gst_divxdec_init), (gst_divxdec_negotiate):
24920         * ext/divx/gstdivxdec.h:
24921         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24922         (gst_divxenc_init):
24923         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24924         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24925         * ext/mpeg2enc/gstmpeg2enc.cc:
24926         * ext/mpeg2enc/gstmpeg2encoder.cc:
24927         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24928         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24929         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24930         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24931         (dxr3spusink_init):
24932         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24933         (dxr3videosink_init):
24934           Fix caps breakage after Dave's caps branch merge.
24935
24936 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24937
24938         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24939           Fix for 24bpp display.
24940
24941 2003-12-23  Colin Walters  <walters@verbum.org>
24942
24943         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24944         a GnomeVFSHandle directly.
24945
24946 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24947
24948         * gst/volume/Makefile.am:
24949         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24950         (volume_base_init), (volume_init):
24951           Reenable volume element and fix to work with new caps stuff.
24952           Rhythmbox needs this.
24953
24954 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24955
24956         * gst/qtdemux/qtdemux.c: (plugin_init):
24957           qtdemux requires bytestream
24958
24959 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24960
24961         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24962           Fix remaining caps handling errors due to CAPS merge.
24963
24964 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24965
24966         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24967         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24968         (gst_faad_srcconnect):
24969           Port to new caps system.
24970
24971 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24972
24973         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24974         (got_video_size), (main): using g_print instead of g_message.
24975         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24976         signal which was not emitted because of "switch" element added to the
24977         bin but not connected. (Removing from the bin temporarily)
24978
24979 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24980
24981         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24982         find X development files. I don't understand the previous tests and
24983         they fail on my debian/ppc unstable. This one works.
24984         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24985         exiting.
24986         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24987         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24988         (gst_play_set_visualization): Add some safety checks in set_ methods
24989         and state_change. This was throwing some ugly CRITICAL messages when
24990         pipeline was getting disposed and casts were failing.
24991
24992 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24993
24994         * configure.ac:
24995           Improve mpeg2enc detection. This is for distributions that do
24996           ship mjpegtools, but without mpeg2enc. Also does object check
24997           for might there ever be ABI incompatibility.
24998         * ext/mpeg2enc/gstmpeg2enc.cc:
24999           Add Andrew as second maintainer (he's helping me), and also add
25000           an error if no caps was set. This happens if I pull before capsnego
25001           and that's something I should solve sometime else.
25002         * gst/matroska/matroska-demux.c:
25003         (gst_matroska_demux_parse_blockgroup):
25004           Fix time parsing.
25005         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25006         (gst_matroska_mux_track_header):
25007           Add caps to templates.
25008         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25009           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25010         * gst/mpegstream/gstmpegdemux.c:
25011           Remove layer since it causes warnings about unfixed caps.
25012         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25013           Fix obvious typo (we error out if caps were set, we should of
25014           course error out if *no* caps were set).
25015         * sys/oss/gstosselement.c: (gst_osselement_convert):
25016           Fix format conversion, we confused bits/bytes.
25017         * sys/oss/gstosselement.h:
25018           Improve documentation for 'bps'.
25019         * sys/v4l/TODO:
25020           Remove stuff about plugins that need removing - this was done
25021           ages ago.
25022         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25023         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25025         (gst_v4lsrc_src_query):
25026         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25027         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25028           Add get_query_types(), get_formats() and query() functions.
25029
25030 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25031
25032         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25033         * moved CVS to freedesktop.org