ext/theora/theoradec.c (theora_handle_data_packet): This value is often negative...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-04  Andy Wingo  <wingo@pobox.com>
2
3         * ext/theora/theoradec.c (theora_handle_data_packet): This value
4         is often negative -- make it signed so as not to wrap around.
5         Fixes segfaults introduced on 9 March.
6
7 2006-04-03  Wim Taymans  <wim@fluendo.com>
8
9         * ext/theora/gsttheoradec.h:
10         * ext/theora/theoradec.c: (theora_dec_src_event):
11         Don't try to store a gdouble in a gboolean.
12         Small cleanups.
13
14 2006-04-03  Michael Smith  <msmith@fluendo.com>
15
16         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
17           Oggmux sucks.
18           Make it suck slightly less by writing out the final page.
19           Still can't encode a vorbis-in-ogg file correctly, though.
20
21 2006-04-03  Andy Wingo  <wingo@pobox.com>
22
23         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
24         a g_print.
25
26         * ext/theora/theora.c (plugin_init): Register theoraparse.
27
28         * ext/theora/gsttheoraparse.h: 
29         * ext/theora/theoraparse.c: New files implementing a theora
30         parser. Now we can properly remux ogg/theora+vorbis, yay.
31
32         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
33
34 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35
36         * gst/audiotestsrc/gstaudiotestsrc.c:
37           Fixed the sample pipeline (see #323798)
38
39 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
40
41         * configure.ac:
42         * win32/common/config.h:
43         * win32/common/config.h.in:
44           use AS_VERSION and AS_NANO
45           more cleanups
46
47 2006-03-31  Andy Wingo  <wingo@pobox.com>
48
49         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
50         uninitialized variable return that would happen.
51         
52         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
53         uninitialized variable return that would never happen.
54
55         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
56         (vorbis_parse_sink_event): Add an event function to flush our
57         state on a seek, and to drain buffers on a premature EOS.
58         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
59         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
60         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
61         (vorbis_parse_drain_queue): Queue up buffers until we can set
62         their timestamps and granulepos values.
63
64         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
65         and keep track of data needed for deriving granulepos and
66         timestamps for buffers.
67
68 2006-03-29  Wim Taymans  <wim@fluendo.com>
69
70         Patch by: j^ <j at bootlab dot org>
71
72         * ext/alsa/gstalsamixerelement.c:
73         (gst_alsa_mixer_element_class_init):
74         * ext/alsa/gstalsasink.c:
75         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
76         * ext/ogg/gstoggdemux.c:
77         * ext/ogg/gstoggmux.c:
78         * ext/ogg/gstoggparse.c:
79         * ext/pango/gstclockoverlay.c:
80         * ext/pango/gsttextoverlay.c:
81         * ext/pango/gsttextrender.c:
82         * ext/pango/gsttimeoverlay.c:
83         * ext/theora/theoradec.c:
84         * ext/theora/theoraenc.c:
85         * ext/vorbis/vorbisdec.c:
86         * ext/vorbis/vorbisenc.c:
87         * gst/audioconvert/gstaudioconvert.c:
88         * gst/subparse/gstsubparse.c:
89         * gst/tcp/gstmultifdsink.c:
90         * gst/tcp/gsttcpclientsink.c:
91         * gst/tcp/gsttcpclientsrc.c:
92         * gst/tcp/gsttcpserversink.c:
93         * gst/tcp/gsttcpserversrc.c:
94           better/unified long descriptions
95           Fixes #336477
96
97 2006-03-29  Wim Taymans  <wim@fluendo.com>
98
99         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
100         (stop_seek):
101         Don't let double and tripple clicks mess up our state.
102
103 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
104
105         * gst/playback/gstplaybin.c: (gen_video_element),
106         (gen_text_element), (gen_audio_element), (gen_vis_element):
107           Error out gracefully when we can't create any of the usual
108           conversion elements for some reason. Also, don't try to
109           create an audioscale (sic) element that's not used anyway.
110
111 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
112
113         * gst/playback/gstplaybasebin.c: (setup_source):
114           Don't post RESOURCE_NOT_FOUND error when we can't find a source
115           element for a particular protocol, that's confusing for users.
116           Instead, post a RESOURCE_FAILED error, so that our own error
117           message is actually shown in totem etc. (#336303).
118
119 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
120
121         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
122
123         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
124         (gst_gnome_vfs_src_get_icy_metadata):
125           Fix some minor memory leaks (#336194).
126
127 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
128
129         * ext/gnomevfs/gstgnomevfs.c:
130         (gst_gnome_vfs_location_to_uri_string):
131         * ext/gnomevfs/gstgnomevfs.h:
132         * ext/gnomevfs/gstgnomevfssink.c:
133         (gst_gnome_vfs_sink_set_property):
134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
135           Make gnomevfssink accept filenames as well as URIs for the
136           "location" property, just like gnomevfssrc does (and
137           filesrc/filesink do) (#336190).
138
139 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
140
141         * tests/check/generic/clock-selection.c: (GST_START_TEST):
142           set to NULL before unreffing, fixes a valgrind leak.
143           Why was this not triggering the error that an object needs to
144           be NULL before unreffing ?
145         * win32/common/config.h:
146           update
147
148 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
149
150         * gst/subparse/gstsubparse.c: (convert_encoding),
151         (gst_sub_parse_change_state):
152         * gst/subparse/gstsubparse.h:
153           Text subtitle files may or may not be UTF-8. If it's not, we
154           don't really want to see '?' characters in place of non-ASCII
155           characters like accented characters. So let's assume the input
156           is UTF-8 until we come across text that is clearly not. If it's
157           not UTF-8, we don't really know what it is, so try the following:
158           (a) see whether the GST_SUBTITLE_ENCODING environment variable
159           is set; if not, check (b) if the current locale encoding is
160           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
161           the current locale encoding is UTF-8 and the environment variable
162           was not set to any particular encoding. Not perfect, but better
163           than nothing (and better than before, I think) (fixes #172848).
164
165 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
166
167         * configure.ac:
168           update core requirement to 0.10.4.1 because of async_playback
169           vmethod on GstBaseSink
170
171 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
172
173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
174         * gst/adder/gstadder.c: (gst_adder_init):
175         use DEBUG_FUNCPTR for collectpads
176
177 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
178
179         * docs/plugins/Makefile.am:
180         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
181         * docs/plugins/gst-plugins-base-plugins-sections.txt:
182         * ext/cdparanoia/gstcdparanoiasrc.c:
183         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
184         (gst_gnome_vfs_sink_class_init):
185         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
187         * ext/ogg/gstoggmux.c:
188         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
189         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
190         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
191         * ext/pango/gsttextoverlay.c:
192         * ext/pango/gsttextrender.c:
193         * ext/theora/theoradec.c:
194         * ext/theora/theoraenc.c:
195         * ext/vorbis/vorbisdec.c:
196         * ext/vorbis/vorbisenc.c:
197         * gst-libs/gst/audio/gstaudiofilter.c:
198         (gst_audio_filter_base_init):
199         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
200         (gst_audio_filter_template_base_init):
201         * gst/adder/gstadder.c: (gst_adder_get_type):
202         * gst/adder/gstadder.h:
203         * gst/audioconvert/gstaudioconvert.c:
204         * gst/audiotestsrc/gstaudiotestsrc.c:
205         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
206         (gst_audio_test_src_create):
207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
208         * gst/playback/gstdecodebin.c:
209         * gst/playback/gstplaybin.c:
210         * gst/playback/gststreamselector.c:
211         (gst_stream_selector_base_init):
212         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
213         * gst/volume/gstvolume.c:
214         * sys/v4l/gstv4lmjpegsink.c:
215         * sys/v4l/gstv4lmjpegsrc.c:
216         * tests/check/libs/cddabasesrc.c:
217         * tests/old/examples/gob/gst-identity2.gob:
218         Add docs for adder, use GST_ELEMENT_DETAILS macro,
219         define GstElementDetails at the top
220
221 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
222
223         * win32/common/libgstinterfaces.def:
224         Add a lot of export functions for gst-python
225         * win32/vs6/libgstinterfaces.dsp:
226         Add a missing include folder in the project configuration
227         
228 2006-03-23  Wim Taymans  <wim@fluendo.com>
229
230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
231         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
232         (gst_base_audio_src_change_state):
233         Fix audio sources, forgot to make the ringbuffer
234         startable...
235
236 2006-03-23  Wim Taymans  <wim@fluendo.com>
237
238         * gst-libs/gst/audio/gstbaseaudiosrc.c:
239         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
240         (gst_base_audio_src_change_state):
241         unparent instead of unref the ringbuffer.
242
243 2006-03-23  Wim Taymans  <wim@fluendo.com>
244
245         * gst-libs/gst/audio/gstbaseaudiosink.c:
246         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
247         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
248         Implement new async_play vmethod to start slaving and allow
249         playback start in case of async PLAY state changes. 
250
251         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
252         Enable QoS with new method in base class.
253
254 2006-03-23  Wim Taymans  <wim@fluendo.com>
255
256         Patch by: Julien MOUTTE <julien at moutte dot net>
257
258         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
259         (gst_video_test_src_do_seek), (gst_video_test_src_create):
260         Partially handle 0 framerate, only EOS after the first frame
261         is missing.
262
263 2006-03-23  Wim Taymans  <wim@fluendo.com>
264
265         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
266
267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
268         (gst_riff_create_video_template_caps):
269         * gst/ffmpegcolorspace/avcodec.h:
270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
271         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
272         (gst_ffmpegcsp_avpicture_fill):
273         * gst/ffmpegcolorspace/imgconvert.c:
274         Patch for support of YVU9 AVI files (#334822)
275
276 2006-03-22  Edward Hervey  <edward@fluendo.com>
277
278         * docs/design/design-decodebin.txt:
279         Added design document for new decodebin
280         (Target Caps): text/x-pango-markup is also a default target caps.
281
282 2006-03-22  Wim Taymans  <wim@fluendo.com>
283
284         * gst-libs/gst/audio/gstbaseaudiosink.c:
285         (gst_base_audio_sink_dispose):
286         Since we _parent the ringbuffer, we also need to
287         _unparent instead of a plain _unref.
288
289 2006-03-22  Wim Taymans  <wim@fluendo.com>
290
291         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
292         (stop_seek), (scrub_toggle_cb), (main):
293         Add scrub checkbox.
294
295 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
296
297         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
298         (gst_ogg_parse_chain):
299           Fix very inefficient usage of linked lists (#335365).
300
301 2006-03-21  Edward Hervey  <edward@fluendo.com>
302
303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
304         * gst/playback/gstplaybin.c: (handoff):
305         * gst/playback/gststreamselector.c:
306         (gst_stream_selector_set_property):
307         gcc 4.1 unreferenced pointer fixes.
308         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
310         gst_buffer_ref() now takes a GstBuffer*.
311
312 2006-03-20  Julien MOUTTE  <julien@moutte.net>
313
314         * sys/xvimage/xvimagesink.c:
315         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
316         by Jan Schmidt.
317
318 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
319
320         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
321         (id3v1_type_find), (apetag_type_find), (plugin_init):
322           Can't do tag preferences via probability, as tags would then
323           lose against types that are recognised with MAXIMUM probability
324           (like .wav); so let all tag typefinders return MAXIMUM themselves
325           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
326           that we can prefer APE to ID3v1 (fixes #335028).
327           
328 2006-03-17  Wim Taymans  <wim@fluendo.com>
329
330         * gst-libs/gst/audio/gstbaseaudiosink.c:
331         (gst_base_audio_sink_change_state):
332         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
333         (gst_ring_buffer_may_start):
334         * gst-libs/gst/audio/gstringbuffer.h:
335         Only start playback if we are playing.
336         should fix #330748.
337
338 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
339
340         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
341         * win32/common/config.h:
342           Revert accidental commits to these files.
343
344 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
345
346         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
347
348         * tests/Makefile.am:
349           Don't try to build tests in tests/icles if we
350           don't have X (#323852)
351
352 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
353
354         * gst-libs/gst/tag/gstid3tag.c:
355           Add TXXX frame identifiers for replaygain stuff as used
356           by some taggers (see #323721).
357
358 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
359
360         * gst/playback/gststreamselector.c:
361         (gst_stream_selector_set_property),
362         (gst_stream_selector_bufferalloc):
363           Preserve the existing buggy streamselector behaviour by performing
364           a fallback buffer allocation when downstream isn't linked yet.
365           This should really be fixed in playbin by blocking pads until it's
366           linked them.
367           Also, use gst_pad_alloc_buffer instead of
368           gst_pad_alloc_buffer_and_set.
369
370 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
371
372         * gst-libs/gst/tag/gstid3tag.c:
373           Don't crash on unknown ID3v2 TXXX frames.
374           
375 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
376
377         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
378           Chain up to the parent finalize method.
379           Add 32-bit sample size to the template caps.
380
381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
382         (gst_riff_create_video_template_caps):
383           Add the fourcc that the VMWare codec uses.
384           
385         * gst/playback/gststreamselector.c:
386         (gst_stream_selector_set_property),
387         (gst_stream_selector_bufferalloc),
388         (gst_stream_selector_request_new_pad):
389           For the active pad, forward buffer-alloc requests, otherwise
390           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
391           having to memcpy every frame when used by playbin.
392
393         * gst/tcp/gstmultifdsink.c:
394         (gst_multi_fd_sink_handle_client_write):
395           Get negotiated caps from the sink pad, rather than the sink
396           pad's peer.
397
398 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
399
400         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
401         
402         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
403           Don't forget to set src->callbacks_pushed to FALSE again when
404           popping them, otherwise re-activation in a different mode won't
405           work (#334620).
406
407 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
408
409         Patch by: Sebastien Moutte  <sebastien moutte net>
410
411         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
412         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
413         (gst_ffmpeg_smpfmt_to_caps):
414           Replace __VA_ARGS__ caps creation macros with varargs functions.
415           Makes things compile on MSVC (#320765), looks nicer, and we can
416           tell the compiler to check for the NULL terminator.
417
418 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
419
420         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
421
422         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
423           Make sure the buffer we copy into is really always big
424           enough, this time for real (#333488).
425           
426 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
427
428         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
429           Add support for 24bpp DIB (#305279).
430
431 2006-03-14  Wim Taymans  <wim@fluendo.com>
432
433         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
434         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
436         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
437         (gst_video_scale_init), (gst_video_scale_src_event):
438         Re-enable QoS after the release.
439         Rework videoscale to use the base class src_event handler.
440
441 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
442
443         * configure.ac:
444           back to CVS.
445
446 === release 0.10.5 ===
447
448 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
449
450         * configure.ac:
451           releasing 0.10.5, "Net"
452
453 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
454
455         * docs/plugins/Makefile.am:
456           Part of previous cdparanoiasrc docs fixes, forgot to commit.
457           
458 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
459
460         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
461         * docs/plugins/gst-plugins-base-plugins-sections.txt:
462         * docs/plugins/gst-plugins-base-plugins.hierarchy:
463           Add cdparanoiasrc to docs.
464
465         * gst-libs/gst/cdda/gstcddabasesrc.c:
466           More GstCddaBaseSrc docs.
467
468 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * docs/libs/gst-plugins-base-libs-sections.txt:
471         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
472         * gst-libs/gst/tag/tag.h:
473           Add new API to libgsttag: gst_tag_from_id3_user_tag().
474
475 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
476
477         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
478           NULL-terminate array of mpeg4 video file extensions.
479           Fixes crash on PPC (#334226).
480
481 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
482
483         * ext/gnomevfs/gstgnomevfssrc.c:
484         (gst_gnome_vfs_src_check_get_range):
485           gnome_vfs_uri_is_local() alone is not a good indicator
486           whether we can operate in pull-mode with a specific URI,
487           as it returns FALSE for file:// URIs that point to an
488           NFS-mounted path. Be more conservative here: whitelist
489           local files, blacklist http URIs and use the old
490           mechanism for anything else (fixes #334216).
491
492 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
493
494         * configure.ac:
495           back to trunk
496
497 === release 0.10.4 ===
498
499 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
500
501         * configure.ac:
502           releasing 0.10.4, "Power"
503
504 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
505
506         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
507         Disable max-lateness by setting it to -1 for now, so that 
508         we can bed QoS stuff in thoroughly between now and the next
509         release.
510
511 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
512
513         Patch by: Fabrizio Gennari
514
515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
516           Make sure we don't read beyond the palette buffer in case of
517           broken or manipulated files (#333488)
518
519 2006-03-10  Edward Hervey  <edward@fluendo.com>
520
521         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
522         Fix for variable not initialized.
523
524 2006-03-09  Wim Taymans  <wim@fluendo.com>
525
526         * ext/libvisual/visual.c: (gst_visual_get_type),
527         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
528         (gst_visual_chain):
529         Small cleanups.
530
531         * ext/theora/gsttheoradec.h:
532         * ext/theora/theoradec.c: (gst_theora_dec_init),
533         (gst_theora_dec_reset), (_theora_granule_time),
534         (theora_dec_src_convert), (theora_dec_sink_convert),
535         (theora_dec_src_query), (theora_dec_src_event),
536         (theora_dec_sink_event), (theora_handle_comment_packet),
537         (theora_handle_header_packet), (theora_dec_push),
538         (theora_handle_data_packet), (theora_dec_chain),
539         (theora_dec_change_state):
540         Add simple QoS.
541
542 2006-03-09  Wim Taymans  <wim@fluendo.com>
543
544         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
545         (audiocast_register_listener), (gst_gnome_vfs_src_start):
546         Some cleanups.
547
548 2006-03-09  Wim Taymans  <wim@fluendo.com>
549
550         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
551         Don't try to activate NULL chains.
552
553 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
554
555         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
556           Fix invalid memory access to region before peek'd data (#332964).
557
558 2006-03-09  Wim Taymans  <wim@fluendo.com>
559
560         Patch by: Christophe Fergeau
561
562         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
563         * ext/pango/gsttextrender.c: (gst_text_render_init):
564         * gst/adder/gstadder.c: (gst_adder_init):
565         Don't leak padtemplates, closes #333510.
566
567 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
568
569         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
570           Fix invalid memory access: make sure string passed to
571           regexec() is NUL-termianted.
572
573 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
574
575         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
576         (mp3_type_find):
577           Refactor mpeg/audio typefinding to make it more maintainable
578           and easier to fine-tune. Make probing into middle of the file
579           work properly (fixes #333900, also see #152688).
580
581 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
582
583         * gst/typefind/gsttypefindfunctions.c:
584         (utf8_type_find_have_valid_utf8_at_offset):
585           Remove part from previous commit that was bogus:
586           g_utf8_validate() does in fact not accept embedded
587           zeroes, so we don't need to check for those (thanks
588           to Mike for the hint).
589
590 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
591
592         * gst/typefind/gsttypefindfunctions.c:
593         (utf8_type_find_count_embedded_zeroes),
594         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
595           Make plain/text typefinder more conservative: firstly, check
596           for embedded zeroes, which are perfectly valid UTF-8 characters,
597           but also a fairly good sign that something is not a plain text
598           file; secondly, probe into the middle of the file if possible.
599           If we can't probe into the middle, limit the probability value
600           to be returned to TYPE_FIND_POSSIBLE (see #333900).
601
602 2006-03-08  Michael Smith  <msmith@fluendo.com>
603
604         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
605           Make typefind function name for mpeg4 video unique.
606
607 2006-03-08  Wim Taymans  <wim@fluendo.com>
608
609         * ext/libvisual/visual.c: (gst_visual_init),
610         (gst_visual_clear_actors), (gst_visual_dispose),
611         (gst_visual_reset), (gst_visual_src_setcaps),
612         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
613         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
614         (gst_visual_chain), (gst_visual_change_state):
615         Cleanups, post nice errors.
616         Handle sink and src events.
617         Implement simple QoS.
618
619         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
620         Use new basesink methods to configure max-lateness.
621         Small doc update.
622
623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
624         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
625         Debug statement cleanups.
626
627         * gst/volume/gstvolume.c: (gst_volume_class_init):
628         Simple cleanup.
629
630 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
631
632         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
633         (gst_text_overlay_init), (gst_text_overlay_set_property),
634         (gst_text_overlay_get_property):
635           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
636           as string type properties, but mark them deprecated. Add
637           'halignment' and 'valignment' properties that use enums
638           instead of strings.
639
640 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
641
642         Patch by: Fabrizio Gennari
643
644         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
645           Allow palettes with less than 256 colours in AVI files
646           (#333488)
647
648 2006-03-07  Julien MOUTTE  <julien@moutte.net>
649
650         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
651         (gst_text_overlay_video_event): Fix wrong EOS handling on text
652         pad. We were releasing the queued text buffer when we should keep
653         it until video pad gets EOS or discard the text buffer because it's
654         too old. That was eating the last subtitle buffer. Add some more
655         debug.
656
657 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
658
659         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
660         (gst_text_overlay_video_chain):
661           Fix invalid memory access (we can't access a buffer after it's been
662           pushed downstream without taking a reference); fix memory leak (if
663           there's no text to render, bail out before allocating stuff).
664
665 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
666
667         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
668         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
669         * ext/pango/gsttextoverlay.h:
670           If input is plain text, escape it before passing it to
671           pango_layout_set_markup().
672
673 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
674
675         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
676           Don't ignore flow return from gst_pad_push().
677
678 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
679
680         Patch by: Fabrizio Gennari
681
682         * ext/libvisual/visual.c: (gst_visual_getcaps),
683         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
685         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
686         (gst_vorbisenc_convert_sink):
687         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
688         (gst_audio_duration_from_pad_buffer):
689         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
690         (gst_audio_filter_chain):
691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
692         (gst_base_rtp_depayload_setcaps):
693         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
694         (gst_video_get_size):
695         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
696           Don't leak references returned by gst_pad_get_parent()
697           (#333663)
698
699 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
700
701         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
702           change location param details
703         * gst/volume/gstvolume.c: (plugin_init):
704           correct plugin description
705
706 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
707
708         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
709         (gst_gnome_vfs_src_check_get_range):
710           Override GstBaseSrc::check_get_range() in order to avoid opening
711           the resource just to check whether we can operate in pull-mode or
712           not - we can predict that pretty well from the URI alone. Should
713           fix problems with last.fm (#331690). (Requires latest core CVS).
714
715 2006-03-06  Wim Taymans  <wim@fluendo.com>
716
717         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
718         (gst_video_sink_class_init):
719         Throw away frames that are later than 20 ms.
720
721 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
722
723         Patch by: Fabrizio Gennari
724
725         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
726           Set depth on WMA caps (#333545)
727
728 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
729
730         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
731         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
732           put Theora BOS pages before others.  This hardcodes
733           the Ogg/Theora I profile, but hey.
734
735 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
736
737         * ext/ogg/README:
738           updated with some examples
739         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
740         (granulepos_add), (theora_buffer_from_packet):
741         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
742         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
743         (gst_vorbisenc_chain):
744           implement strategy from ext/ogg/README
745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
746         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
747         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
748         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
749           Fix muxer so that oggz-validate is happy with all streams;
750           except for no eos mark, and the BOS page ordering
751         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
752         (check_buffer_granulepos):
753         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
754           update tests to check for OFFSET being set as requested
755           fixed type of granulepos, it's not a ClockTime
756
757 2006-03-05  Julien MOUTTE  <julien@moutte.net>
758
759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
760         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
761         Check that the xvimage we are creating has a correct size
762         before returning it. (#314897)
763
764 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
765
766         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
767           Give id3 and ape tag typefinders a rank slightly higher
768           than PRIMARY to ensure they're always run before any of
769           the other typefinders (in particular wav and mp3) (#324186).
770
771 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
774           Add support for '3IVD' fourcc (#333403).
775
776 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
777
778         * configure.ac:
779           Bump requirements to GStreamer CVS for the new error enum.
780
781         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
782           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
783           space left on the device (fixes #333352).
784
785 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
786
787         * win32/vs6:
788           add a project file for libgstvolume
789           update the workspace
790
791 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
792
793         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
794         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
795         (GST_START_TEST):
796           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
797           Set IN_CAPS on header buffers
798
799 2006-03-02  Wim Taymans  <wim@fluendo.com>
800
801         * docs/plugins/Makefile.am:
802         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
803         * docs/plugins/gst-plugins-base-plugins-sections.txt:
804         Add audioresample to docs.
805
806         * gst/audioconvert/gstaudioconvert.c:
807         Add revision date.
808
809         * gst/audioresample/gstaudioresample.c:
810         (gst_audioresample_base_init), (gst_audioresample_class_init),
811         (gst_audioresample_init), (gst_audioresample_dispose),
812         (audioresample_get_unit_size), (audioresample_transform_caps),
813         (resample_set_state_from_caps), (audioresample_transform_size),
814         (audioresample_set_caps), (audioresample_event),
815         (audioresample_do_output), (audioresample_transform),
816         (audioresample_pushthrough), (gst_audioresample_set_property),
817         (gst_audioresample_get_property), (plugin_init):
818         * gst/audioresample/gstaudioresample.h:
819         Added docs.
820         Small code cleanups.
821
822 2006-03-02  Wim Taymans  <wim@fluendo.com>
823
824         * docs/plugins/Makefile.am:
825         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
826         * docs/plugins/gst-plugins-base-plugins-sections.txt:
827         Added videoscale to docs.
828
829         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
830         (gst_video_rate_swap_prev), (gst_video_rate_event),
831         (gst_video_rate_chain):
832         Fix typo in docs.
833
834         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
835         (gst_video_scale_init), (gst_video_scale_prepare_size),
836         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
837         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
838         * gst/videoscale/gstvideoscale.h:
839         Added docs, examples.
840         Some code cleanups.
841         Post errors instead of g_warning.
842
843 2006-03-02  Wim Taymans  <wim@fluendo.com>
844
845         * docs/libs/gst-plugins-base-libs-docs.sgml:
846         * docs/libs/gst-plugins-base-libs-sections.txt:
847         * docs/libs/gst-plugins-base-libs.types:
848         * docs/plugins/Makefile.am:
849         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
850         * docs/plugins/gst-plugins-base-plugins-sections.txt:
851         Added some more docs to libs and plugins.
852
853         * gst-libs/gst/audio/gstringbuffer.c:
854         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
855         * gst-libs/gst/audio/gstringbuffer.h:
856         Document ringbuffer some more.
857
858         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
859         (gst_video_rate_setcaps), (gst_video_rate_reset),
860         (gst_video_rate_init), (gst_video_rate_flush_prev),
861         (gst_video_rate_swap_prev), (gst_video_rate_event),
862         (gst_video_rate_chain), (gst_video_rate_change_state):
863         * gst/videorate/gstvideorate.h:
864         Fix videorate to use segments.
865         Make it work with 0/1 framerates (closes #331903)
866         Handle EOS correctly.
867         Added docs.
868
869 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
870
871         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
872         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
873         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
874           In state change function, first chain up to parent class,
875           then handle downwards state change stuff. Remove some
876           commented out cruft from 0.8 code.
877
878 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
881         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
882         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
883         (gst_ogm_parse_chain):
884           Don't remove/re-add source pad if the new caps are the same as
885           the old caps anyway (#333042). When removing source pad, don't
886           unref it afterwards - we didn't ref it when adding. Sprinkle some
887           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
888           after using gst_pad_get_parent(). Return downstream flow return
889           value in chain function.
890
891 2006-03-02  Wim Taymans  <wim@fluendo.com>
892
893         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
894         * docs/plugins/gst-plugins-base-plugins.args:
895         * docs/plugins/gst-plugins-base-plugins.hierarchy:
896         * docs/plugins/gst-plugins-base-plugins.interfaces:
897         * docs/plugins/gst-plugins-base-plugins.signals:
898         Fix hierarchy, added some more elements to the docs.
899
900         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
901         (gst_ffmpegcsp_get_type):
902         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
903         Fix docs for ffmpegcolorspace.
904
905 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
908         (apetag_type_find), (ape_type_find), (plugin_init):
909           Some typefinding fine-tuning:
910           - rank ID3/APE tags in order of preference via probabilities, so that
911             ID3v2 > APEv2 > APEv1 > ID3v1.
912           - three or four bytes don't really justify MAXIMUM probability,
913             change those to 'very likely' (musepack and monkeysaudio).
914
915 2006-03-01  Wim Taymans  <wim@fluendo.com>
916
917         * docs/plugins/Makefile.am:
918         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
920         * ext/alsa/gstalsamixer.c:
921         * ext/alsa/gstalsamixer.h:
922         * ext/alsa/gstalsamixerelement.c:
923         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
924         * ext/alsa/gstalsamixerelement.h:
925         * ext/alsa/gstalsasink.c:
926         * ext/alsa/gstalsasink.h:
927         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
928         (gst_alsasrc_init):
929         * ext/alsa/gstalsasrc.h:
930         Added alsa docs.
931         Small code cleanups.
932
933 2006-03-01  Wim Taymans  <wim@fluendo.com>
934
935         * ext/theora/Makefile.am:
936         Dist new header too,
937
938 2006-03-01  Wim Taymans  <wim@fluendo.com>
939
940         * docs/plugins/Makefile.am:
941         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
942         * docs/plugins/gst-plugins-base-plugins-sections.txt:
943         * ext/gnomevfs/gstgnomevfssink.h:
944         * ext/gnomevfs/gstgnomevfssrc.h:
945         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
946         * ext/vorbis/vorbisdec.h:
947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
948         * ext/vorbis/vorbisenc.h:
949         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
950         (vorbis_parse_chain), (vorbis_parse_change_state):
951         * ext/vorbis/vorbisparse.h:
952         * gst/audioconvert/gstaudioconvert.h:
953         * gst/tcp/gsttcpserversink.h:
954         * gst/videotestsrc/gstvideotestsrc.c:
955         * gst/videotestsrc/gstvideotestsrc.h:
956         * gst/volume/gstvolume.c:
957         * gst/volume/gstvolume.h:
958         Fix some more docs.
959         Added docs for vorbisdec and vorbisparse.
960         Fix vorbisparse.
961
962 2006-03-01  Wim Taymans  <wim@fluendo.com>
963
964         * docs/plugins/Makefile.am:
965         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
966         * docs/plugins/gst-plugins-base-plugins-sections.txt:
967         * ext/pango/gstclockoverlay.h:
968         * ext/pango/gsttextoverlay.h:
969         * ext/pango/gsttextrender.h:
970         * ext/pango/gsttimeoverlay.h:
971         * ext/theora/gsttheoradec.h:
972         * ext/theora/gsttheoraenc.h:
973         * ext/theora/theoradec.c:
974         * ext/theora/theoraenc.c:
975         * gst/audioconvert/gstaudioconvert.h:
976         * gst/audiotestsrc/gstaudiotestsrc.h:
977         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
978         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
979         * gst/tcp/gstmultifdsink.h:
980         Updated/added documentation.
981
982         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
983         (gst_text_overlay_halign_get_type),
984         (gst_text_overlay_wrap_mode_get_type),
985         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
986         (gst_text_overlay_init), (gst_text_overlay_set_property),
987         (gst_text_overlay_get_property):
988         Fix up properties to be enums instead of string to make bindings,
989         introspection and automatic GUI creation possible.
990         Add getters for the properties.
991
992 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
993
994         * gst/audiotestsrc/gstaudiotestsrc.c:
995           added defines of M_PI and M_PI_2
996         * gst/ffmpegcolorspace/avcodec.h:
997           removed #include "stdint.h" for win32 as _stdint.h is 
998           autogenerated to win32/common
999         * win32/common/libgstaudio.def:
1000         * win32/common/libgsttag.def:
1001           added some exports
1002         * win32/vs6:
1003           some project files bugs corrected
1004         * win32/vs7:
1005           project files are reset to the default vs7 configuration 
1006           (they link to msvcr71.dll using default optimizations)
1007           
1008 2006-02-28  Wim Taymans  <wim@fluendo.com>
1009
1010         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1011         Fix some docs.
1012
1013 2006-02-28  Edward Hervey  <edward@fluendo.com>
1014
1015         * ext/alsa/gstalsasrc.c:
1016         Set proper class on the ElementDetails:
1017         Source/Audio instead of Src/Audio/
1018
1019 2006-02-28  Edward Hervey  <edward@fluendo.com>
1020
1021         * gst/videoscale/vs_scanline.c:
1022         (vs_scanline_resample_nearest_RGBA):
1023         Revert optimization in videoscale. It should go in liboil and have
1024         an appropriate liboil function.
1025
1026 2006-02-28  Wim Taymans  <wim@fluendo.com>
1027
1028         * gst-libs/gst/audio/gstbaseaudiosink.c:
1029         (gst_base_audio_sink_provide_clock):
1030         Don't try to provide a clock in the NULL state.
1031
1032 2006-02-28  Wim Taymans  <wim@fluendo.com>
1033
1034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1035         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1036         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1037         (gst_ogg_demux_deactivate_current_chain),
1038         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1039         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1040         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1041         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1042         Use GstSegment infrastructure to remove duplicated code
1043         and handle more seek cases correctly.
1044
1045 2006-02-28  Wim Taymans  <wim@fluendo.com>
1046
1047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1048         (gst_ffmpegcsp_transform):
1049         Don't ignore return code from ffmpeg convert function.
1050
1051         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1052         Split out some long statements to ease debugging.
1053
1054 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1055
1056         * ext/libvisual/visual.c: (gst_visual_init),
1057         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1058         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1059         being able to renegotiate the size. Instead, use the negotiation
1060         algorithm from the goom plugin to pick an initial output caps. 
1061
1062         Also, allow theoretical libvisual plugins that might support non-GL 
1063         output even if they also do GL.
1064
1065 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1066
1067         * ext/libvisual/visual.c: (gst_visual_init),
1068         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1069         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1070         possible negotiation issues.
1071
1072 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1073
1074         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1075
1076 2006-02-24  Michael Smith  <msmith@fluendo.com>
1077
1078         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1079         (cmml_type_find), (plugin_init):
1080           Fix CMML type find function to not require a specific minor version
1081           of the CMML header.
1082
1083           Add an MPEG4 video elementary stream typefind function.
1084
1085 2006-02-04  Michael Smith  <msmith@fluendo.com>
1086
1087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1088         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1089         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1090         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1091         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1092         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1093           Annodex support in ogg demuxer. Doesn't do very much without the
1094           other annodex patches (to come).
1095
1096 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1099
1100         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1101           Pick up palette for MS video v1 (#327028)
1102
1103 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1106         (gst_ffmpegcsp_caps_remove_format_info),
1107         (gst_ffmpegcsp_get_unit_size):
1108           The 'palette_data' field from incoming RGB caps shouldn't be
1109           proxied on outgoing YUV caps; also, restrict unit size
1110           adjustment in case of paletted data only to the unit that
1111           actually has a palette. Fixes #330711.
1112
1113 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1114
1115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1116         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1117         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1118         (gst_ffmpegcsp_get_unit_size):
1119           Plug some memory leaks.
1120
1121 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1122
1123         * sys/ximage/Makefile.am:
1124         * sys/xvimage/Makefile.am:
1125           Add some _CFLAGS and _LIBS that seem to be missing
1126           and/or required for Cygwin (see #317048).
1127
1128 2006-02-22  Wim Taymans  <wim@fluendo.com>
1129
1130         * ext/alsa/gstalsasrc.c:
1131         Fix description as pointed out by caugier.
1132
1133 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1134
1135         Reviewed by : Edward Hervey  <edward@fluendo.com>
1136
1137         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1138         (qt_type_find):
1139         Better 3gp typefinding (#331526).
1140
1141 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1142
1143         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1144           Don't send EOS event here, the base class will send one for us.
1145
1146         * gst/playback/gstplaybasebin.c: (prepare_output):
1147           Subpictures without video stream aren't allowed either.
1148         
1149         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1150           Fix debug statement copy'n'paste-o.
1151
1152 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1153
1154         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1155           Fix issues with mixer keeping state when muting/unmuting
1156           and when changing the volume whilst muted (see #331763
1157           and #331765).
1158
1159 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1162         (parse_subrip), (gst_sub_parse_format_autodetect):
1163           Set right caps given that we send escaped text. Also,
1164           honour <i></i>, <b></b> and <u></u> markers that can be found
1165           in .srt files (fixes #310202).
1166
1167 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1168
1169         * gst-libs/gst/audio/mixerutils.c:
1170         (element_factory_rank_compare_func):
1171           Make order in which elements are tried more determinable.
1172
1173 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1174
1175         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1176         (remove_element_chain), (cleanup_decodebin),
1177         (gst_decode_bin_change_state): Make decodebin reusable by
1178         fixing remove_element_chain first and then introduce a
1179         cleaner in state change to ->NULL. (Closes #331678)
1180
1181 2006-02-19  Wim Taymans  <wim@fluendo.com>
1182
1183         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1184         use 0666 mask when creating files so umask gets applied
1185         correctly. Fixes #331295.
1186
1187 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1188
1189         * gst/subparse/Makefile.am:
1190         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1191         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1192         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1193         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1194         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1195         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1196         * gst/subparse/gstssaparse.h:
1197         * gst/subparse/gstsubparse.c: (plugin_init):
1198           Add very basic parser for SSA subtitle streams (as often
1199           found in matroska files).
1200
1201 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1202
1203         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1204           That should be text/x-pango-markup, not text/x-pango-layout.
1205
1206 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1207
1208         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1209         Polishing.
1210
1211 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1212
1213         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1214         (gst_text_overlay_finalize), (gst_text_overlay_init),
1215         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1216         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1217         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1218         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1219         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1220         Fix state change deadlock.
1221
1222 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1223
1224         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1225         (gst_text_overlay_finalize), (gst_text_overlay_init),
1226         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1227         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1228         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1229         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1230         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1231         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1232         and subtitles files.
1233
1234 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1235
1236         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1237         should be considered as raw.
1238
1239 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1240
1241         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1242         (cb_probe):
1243         * gst/playback/gststreaminfo.h: Introduce language informations.
1244
1245 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1246
1247         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1248         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1249         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1250         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1251         Set shared memory segments to be deleted as soon as we have attached,
1252         that way they get cleaned up automatically if we crash.
1253
1254 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1255
1256         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1257         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1258         functions are called with lock held.
1259
1260 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1261
1262         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1263         (gst_text_overlay_finalize), (gst_text_overlay_init),
1264         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1265         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1266         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1267         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1268         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1269         (gst_text_overlay_change_state): Refactoring of textoverlay
1270         without collectpads. This now supports sparse subtitles coming
1271         from a demuxer instead of a sub file. Seeking is still broken 
1272         though. Need to discuss with wtay some more on how to handle
1273         seeking correctly.
1274         * ext/pango/gsttextoverlay.h:
1275         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1276         subtitles coming from the demuxer.
1277
1278 2006-02-17  Wim Taymans  <wim@fluendo.com>
1279
1280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1281         (gst_vorbisenc_convert_sink):
1282         Use some more scaling functions.
1283
1284 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1285
1286         * ext/cdparanoia/gstcdparanoiasrc.c:
1287         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1288         (gst_cd_paranoia_paranoia_callback),
1289         (gst_cd_paranoia_src_signal_is_being_watched),
1290         (gst_cd_paranoia_src_read_sector):
1291         * ext/cdparanoia/gstcdparanoiasrc.h:
1292           Add back 'transport-error' and 'uncorrected-error' signals and
1293           make them actually be fired when bad stuff happens (#319340).
1294
1295 2006-02-17  Wim Taymans  <wim@fluendo.com>
1296
1297         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1298         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1299         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1300         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1301         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1302         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1303         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1304         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1305         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1306         (gst_ring_buffer_clear):
1307         Small cleanups.
1308         Added some G_LIKELY.
1309
1310 2006-02-17  Wim Taymans  <wim@fluendo.com>
1311
1312         * gst-libs/gst/audio/TODO:
1313         Update TODO
1314
1315         * gst-libs/gst/audio/gstbaseaudiosink.c:
1316         (gst_base_audio_sink_get_offset):
1317         When trying to play samples ASAP and we don't have a
1318         previous sample, try to play at position 0 instead of
1319         an invalid position.
1320
1321 2006-02-17  Wim Taymans  <wim@fluendo.com>
1322
1323         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1324         (gst_alsasink_reset):
1325         Also release lock when we get an error in _reset();
1326         fix an error message.
1327
1328 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1329
1330         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1331         (gst_alsasink_init), (get_channel_free_structure),
1332         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1333         (gst_alsasink_close):
1334         * ext/alsa/gstalsasink.h:
1335           Add support for more than 2 channels (#326720).
1336
1337 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1340           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1341           with 4 or 6 channels, assume a default channel layout to make things
1342           work (not sure there's anything else we can do in those cases).
1343
1344 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * gst-libs/gst/audio/multichannel.c:
1347           Minor docs fix.
1348
1349         * gst-libs/gst/riff/Makefile.am:
1350         * gst-libs/gst/riff/riff-ids.h:
1351         * gst-libs/gst/riff/riff-media.c:
1352         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1353           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1354           channels and a channel layout map.
1355           
1356 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1357
1358         Reviewed by Edward Hervey  <edward@fluendo.com>
1359
1360         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1361         C-level optimization of the RGBA nearest neighbour function.
1362         Eventually this might end up in liboil with vectorized versions.
1363
1364 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1365
1366         * gst-libs/gst/audio/multichannel.c:
1367         (gst_audio_get_channel_positions):
1368           When we have more than 2 channels, but no channel layout is
1369           specified in the caps, return some default channel layout
1370           to the caller and warn about about a possibly buggy element
1371           (could be buggy filtercaps as well of course) (#317038).
1372
1373 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1374
1375         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1376           Add gst-libs/gst/cdda to list of lib search paths.
1377
1378 2006-02-15  Andy Wingo  <wingo@pobox.com>
1379
1380         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1381         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1382         to the Lord Jesus that I do not have to touch the ogg muxer ever
1383         again.
1384
1385 2006-02-15  Edward Hervey  <edward@fluendo.com>
1386
1387         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1388         quicktime movie files can also contain 'uuid' atoms.
1389
1390 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * gst/audioconvert/plugin.c: (plugin_init):
1393           Register the GstAudioChannelPosition enum type with the type
1394           system in the plugin_init function, so that it is known before
1395           any element actually makes use of multi-channel stuff. This is
1396           required for example if one wants to be able to deserialise/use
1397           a caps string with channel positions before any pipeline has
1398           been setup and started, like with gst-launch.
1399
1400 2006-02-14  Wim Taymans  <wim@fluendo.com>
1401
1402         * gst-libs/gst/audio/gstringbuffer.c:
1403         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1404         (gst_ring_buffer_samples_done), (wait_segment),
1405         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1406         Add some compiler G_(UN_)LIKELY help.
1407         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1408         make sure they can exit their functions. Should fix #330748
1409
1410 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1411
1412         * Makefile.am:
1413         * configure.ac:
1414         * win32/MANIFEST:
1415         * win32/common/_stdint.h:
1416           Windows does not have long long; copy the generated _stdint.h
1417         * win32/common/interfaces-enumtypes.c:
1418         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1419         (gst_mixer_track_flags_get_type),
1420         (gst_tuner_channel_flags_get_type):
1421         * win32/common/multichannel-enumtypes.c:
1422         (gst_audio_channel_position_get_type):
1423           update
1424
1425 2006-02-13  Wim Taymans  <wim@fluendo.com>
1426
1427         * gst-libs/gst/audio/gstbaseaudiosink.c:
1428         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1429         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1430         Always sync on first sample we receive when starting.
1431
1432 2006-02-13  Wim Taymans  <wim@fluendo.com>
1433
1434         * gst/playback/gstplaybin.c: (gen_vis_element):
1435         Update vis bin docs.
1436         Move queue after tee so we don't queue video buffers but
1437         audio samples instead. Fixes problems where the video queue
1438         is filled and the audio queue empty.
1439
1440 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1441
1442         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1443           No need to push an EOS event here, GstBaseSrc will do that for us
1444           when we return FLOW_UNEXPECTED.
1445           
1446 2006-02-12  Wim Taymans  <wim@fluendo.com>
1447
1448         * gst-libs/gst/audio/gstbaseaudiosink.c:
1449         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1450         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1451         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1452         Use scale functions when possible.
1453         Fix error messages.
1454         Free clockid when after waiting for EOS.
1455         Use G_(UN_)LIKLY when it makes sense.
1456         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1457
1458 2006-02-12  Edward Hervey  <edward@fluendo.com>
1459
1460         * gst/playback/gstplaybasebin.c: (prepare_output): 
1461         Remove stray semi-colon (fixes #330888).
1462
1463 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1464
1465         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1467         Fix up the XShm call testing so that we catch errors, and don't
1468         cause new ones by attempting to detach from a segment we failed
1469         to attach to. Fixes #312439.
1470
1471 2006-02-10  Edward Hervey  <edward@fluendo.com>
1472
1473         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1474         Added flv file typefind (video/x-flv).
1475
1476 2006-02-10  Edward Hervey  <edward@fluendo.com>
1477
1478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1479         (gst_riff_create_video_template_caps):
1480         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1481         Also added the caps to the default set of riff video caps.
1482
1483 2006-02-09  Andy Wingo  <wingo@pobox.com>
1484
1485         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1486         time and the end time of the last packet in the page.
1487         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1488         on the pages in our queue, set the duration as well. Reflow a
1489         debug statement.
1490         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1491         Fixes bad muxing order.
1492
1493 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1494
1495         * gst-libs/gst/rtp/gstbasertppayload.c:
1496         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1497           update seqnum before setting it on the packet; this makes sure
1498           that the timestamp and seqnum properties match after pushing
1499           a buffer
1500
1501 2006-02-09  Andy Wingo  <wingo@pobox.com>
1502
1503         * gst-libs/gst/audio/gstringbuffer.c
1504         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1505         overflow after 13.5 hours of recording. Kapow!
1506
1507         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1508         the buffer size -- we don't care about underrun/overrun reporting
1509         right now, just need to return a useful value.
1510
1511 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1512
1513         * configure.ac:
1514           Back to CVS
1515
1516 === release 0.10.3 ===
1517
1518 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1519
1520         * configure.ac:
1521           releasing 0.10.3, "Under Pressure"
1522
1523 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1524
1525         * configure.ac:
1526         Drat. Bump libtool version number for new API.
1527         Prelease 0.10.2.3 (of 0.10.3)
1528
1529 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1530
1531         * configure.ac:
1532         * win32/common/config.h:
1533         0.10.2.2 prerelease (of 0.10.3).
1534
1535 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1536
1537         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1538           Revert Andy's newsegment change pending a more correct
1539           fix.
1540
1541 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1542
1543         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1544         (qt_type_find), (plugin_init):
1545           detect more files as 3gp
1546           group and reorder the iso file formats
1547
1548 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         * ext/vorbis/vorbis.c: (plugin_init):
1551           Register musicbrainz tags, so apps don't have to.
1552
1553 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1554
1555         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1556         (gst_tag_to_vorbis_tag):
1557           Make sure we called gst_tag_register_musicbrainz_tags()
1558           before possibly mapping a vorbiscomment string from/to a
1559           musicbrainz tag.
1560
1561 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1562
1563         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1564           In case we can't find the required number of consecutive
1565           mpeg audio frames to positively identify an MPEG audio
1566           stream, check if there's at least a valid mpeg audio
1567           frame right at offset 0 and if so suggest mpeg/audio
1568           caps with a very low probability (#153004).
1569
1570 2006-02-07  Andy Wingo  <wingo@pobox.com>
1571
1572         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1573         a TIME segment if we get timestamped buffers. Requires recent
1574         fixes in core to work properly.
1575
1576 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1577
1578         * gst/playback/gstplaybasebin.c: (prepare_output):
1579           Don't print the URI as part of the error message, it
1580           makes error dialogs look rather ugly, especially if
1581           the URI is very long or has characters in it that
1582           need escaping.
1583
1584 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1585
1586         * gst/playback/gstplaybasebin.c: (prepare_output):
1587           Error out if we have only text or subtitles, but nothing
1588           else. Also error out if we have subtitles but no video
1589           stream.
1590
1591 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1592
1593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1594           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1595           Post an error message on the bus when we encounter an
1596           error, which will hopefully be more meaningful than the
1597           'Internal Flow Error' message users get to see if we
1598           just return GST_FLOW_ERROR.
1599
1600 2006-02-07  Andy Wingo  <wingo@pobox.com>
1601
1602         * configure.ac (GST_MAJORMINOR): Update core version req to
1603         0.10.2.2, for the collectpads API addition (#330244).
1604
1605 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1606
1607         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1608           Return FALSE from plugin_init() when GnomeVFS can't
1609           be initialised for some reason (#328423).
1610
1611 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1612
1613         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1614         Stick to seeking theory until i find the bug.
1615         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1616
1617 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1618
1619         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1620         (theora_enc_finalize), (theora_enc_sink_setcaps),
1621         (theora_set_header_on_caps), (theora_enc_chain),
1622         (theora_enc_change_state):
1623         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1624           Make theoraenc and the tests leak free. Like, really.
1625
1626 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1627
1628         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1629         (theora_enc_finalize), (theora_enc_sink_setcaps):
1630           Add a finalize method to ensure we clean up state even if
1631           someone omitted the state change back to NULL.
1632
1633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1634         (gst_vorbisenc_chain):
1635           Free some more leaked bits.
1636
1637         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1638         (stop_pipeline):
1639           Wait for state changes to happen if they're ASYNC.
1640
1641           This ought to teach those fancy pants buildbots a lesson.
1642
1643 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1644
1645         * gst-libs/gst/tag/gstid3tag.c:
1646           Add mapping for ID3 International Standard Recording Code
1647           tag "TSRC"
1648
1649 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1650
1651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1652           Don't leak tag names.
1653
1654 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1655
1656         * docs/libs/gst-plugins-base-libs-docs.sgml:
1657         * docs/libs/gst-plugins-base-libs-sections.txt:
1658         * gst-libs/gst/tag/gstid3tag.c:
1659         * gst-libs/gst/tag/gstvorbistag.c:
1660         * gst-libs/gst/tag/tags.c:
1661           Split libgsttag docs into multiple sections.
1662
1663 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1664
1665         * docs/libs/Makefile.am:
1666         * docs/libs/gst-plugins-base-libs-docs.sgml:
1667         * docs/libs/gst-plugins-base-libs-sections.txt:
1668         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1669         * gst-libs/gst/tag/gstvorbistag.c:
1670         * gst-libs/gst/tag/tag.h:
1671         * gst-libs/gst/tag/tags.c:
1672           Add libgsttag to the docs.
1673
1674 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1675
1676         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1677         (gst_text_overlay_init), (gst_text_overlay_src_event),
1678         (gst_text_overlay_collected): Fix clockoverlay.
1679
1680 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1681
1682         * docs/libs/compiling.sgml:
1683           Fix typo: it's pkg-config, not pkg-gconfig
1684
1685         * docs/libs/gst-plugins-base-libs-docs.sgml:
1686         * docs/libs/gst-plugins-base-libs-sections.txt:
1687         * docs/libs/tmpl/gstgconf.sgml:
1688           There is no libgstgconf in 0.10, remove it
1689           from the docs.
1690
1691 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1692
1693         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1694         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1695         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1696         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1697         (gst_sub_parse_class_init), (gst_sub_parse_init),
1698         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1699         (parse_mpsub), (parser_state_init), (handle_buffer),
1700         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1701         * gst/subparse/gstsubparse.h: Introduce seeking code.
1702
1703 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1704
1705         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1706           Add comment about LANGUAGE tag inconsistency (we want
1707           ISO-639-1, but extract three-letter identifiers?)
1708
1709         * po/POTFILES.in:
1710           Add two translatable files.
1711
1712 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1713
1714         * gst-libs/gst/tag/Makefile.am:
1715         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1716         * gst-libs/gst/tag/tag.h:
1717         * gst-libs/gst/tag/tags.c:
1718         (gst_tag_register_musicbrainz_tags_internal),
1719         (gst_tag_register_musicbrainz_tags):
1720           Forward-port some tags stuff from the 0.8 branch. This is
1721           mostly the addition of musicbrainz tags and their mapping
1722           to vorbistags, and a vorbistag mapping of the language tag.
1723
1724 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1725
1726         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1727         refactoring.
1728
1729 2006-02-04  David Schleef  <ds@schleef.org>
1730
1731         * ext/ogg/gstoggmux.c:
1732         * gst/typefind/gsttypefindfunctions.c:
1733           Add Dirac typefinding and add dirac format to oggmux.
1734
1735 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1736
1737         * gst/playback/gstdecodebin.c: (try_to_link_1):
1738           Don't put essential function call into
1739           g_return_*() macro, otherwise it'll all be
1740           replaced by NOOPs when compiling with
1741           G_DISABLE_CHECKS defined.
1742
1743 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1744
1745         * ext/ogg/gstoggdemux.c:
1746         * ext/ogg/gstoggparse.c:
1747         * gst/tcp/gsttcpserversink.c:
1748         * sys/v4l/v4lsrc_calls.c:
1749         * sys/v4l/v4lsrc_calls.h:
1750         Just make it compile with --disable-gst-debug.
1751
1752 2006-02-03  Wim Taymans  <wim@fluendo.com>
1753
1754         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1755         (gst_alsasink_class_init), (gst_alsasink_init),
1756         (gst_alsasink_write), (gst_alsasink_reset):
1757         * ext/alsa/gstalsasink.h:
1758         Add lock to protect alsa calls.
1759         Implement reset to flush samples ASAP, does not work
1760         with dmix though.
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         Ugh.. getting late I guess...
1767
1768 2006-02-02  Wim Taymans  <wim@fluendo.com>
1769
1770         * gst-libs/gst/audio/gstbaseaudiosink.c:
1771         (gst_base_audio_sink_provide_clock),
1772         (gst_base_audio_sink_set_property),
1773         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1774         Don't try to provide a clock when we are not negotiated since
1775         we might not be able to make it run.
1776
1777 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1778
1779         * gst/playback/gstdecodebin.c: (try_to_link_1):
1780           Unlinking two source pads is ... hard.
1781
1782 2006-02-02  Wim Taymans  <wim@fluendo.com>
1783
1784         * gst-libs/gst/audio/TODO:
1785         Updated.
1786
1787         * gst-libs/gst/audio/gstbaseaudiosink.c:
1788         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1789         On EOS, wait till the last sample is played before posting EOS.
1790
1791 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1792
1793         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1794           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1795           setting queue_delay to zero. Also avoid thread being started if
1796           queue_delay is zero.
1797
1798 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1799
1800         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1801           Make test work again by connecting fakesinks to each decoded pad,
1802           which makes the pipeline wait until each fakesink has a buffer
1803           queued before going to PAUSED state. At that point we know the
1804           decodebin pads are negotiated.
1805
1806 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1807
1808         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1809         (gst_cdda_base_src_handle_event):
1810         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1811           Pass unhandled queries to the parent class's query function.
1812
1813 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1814
1815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1816         (gst_ogg_pad_src_query):
1817         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1818         * ext/theora/theoradec.c: (theora_dec_src_query),
1819         (theora_dec_sink_query):
1820         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1821         (vorbis_dec_sink_query):
1822         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1823         (gst_vorbisenc_sink_query):
1824         * gst/adder/gstadder.c: (gst_adder_query):
1825           Pass unhandled queries upstream instead of just
1826           dropping them (#326447). Also, fix supported
1827           query types list for some elements.
1828
1829 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1832         (paris_type_find), (ilbc_type_find), (plugin_init):
1833           Fix typefinding for audio/x-au, audio/x-paris and
1834           audio/iLBC-sh. We cannot use the START_WITH macros
1835           here, because there can only be one typefind factory
1836           with the same name (caps), so the second one would
1837           replace the first one and the first one would never
1838           be called when doing typefinding (see #161712).
1839           
1840
1841 2006-01-31  Wim Taymans  <wim@fluendo.com>
1842
1843         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1844         (vorbis_handle_header_packet), (vorbis_dec_push),
1845         (vorbis_handle_data_packet):
1846         Use scale_int when we can, add some more scaling.
1847         Check packettype before parsing it.
1848
1849 2006-01-31  Wim Taymans  <wim@fluendo.com>
1850
1851         * ext/theora/theoradec.c: (_theora_granule_time),
1852         (theora_dec_src_convert), (theora_dec_sink_convert):
1853         Call right _scale functions.
1854         Use parameter instead of some other random value.
1855
1856 2006-01-31  Wim Taymans  <wim@fluendo.com>
1857
1858         * ext/theora/theoradec.c: (_theora_granule_frame),
1859         (_theora_granule_time), (_inc_granulepos),
1860         (theora_dec_src_convert), (theora_dec_sink_convert),
1861         (theora_handle_type_packet), (theora_handle_data_packet),
1862         (theora_dec_chain):
1863         Use higher precision timestamps calculation.
1864         Convert some other conversions to _scale.
1865
1866 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1867
1868         * gst/audiotestsrc/gstaudiotestsrc.c:
1869         (gst_audio_test_src_create_sine_table), (plugin_init):
1870         * gst/volume/gstvolume.c: (plugin_init):
1871           initialize gst_controller before using
1872
1873 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1874
1875         * tests/check/pipelines/theoraenc.c:
1876         * tests/check/pipelines/vorbisenc.c:
1877         Define constant using G_GINT64_CONSTANT to avoid errors when
1878         passing it around - otherwise it gets truncated to 32 bits.
1879
1880         Fixes failing tests.
1881
1882 2006-01-31  Andy Wingo  <wingo@pobox.com>
1883
1884         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1885         caps being set doesn't have a framerate value. Basically a stopgap
1886         measure.
1887
1888         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1889         technically correct enough to put into core though.
1890         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1891         DURATION. Fixes theoraenc ! oggmux.
1892
1893         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1894         fraction, not double.
1895
1896 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1897
1898         * win32/vs7:
1899         add vs7 project files created by Sergey Scobich
1900
1901 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1902
1903         * win32/vs8:
1904         add vs8 project files created by Sergey Scobich
1905         
1906 2006-01-30  Andy Wingo  <wingo@pobox.com>
1907
1908         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1909         timestamp + duration, not just timestamp -- ogg pages should be
1910         ordered by stop time. Necessary fix given the change in vorbis
1911         timestamps.
1912
1913         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1914         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1915         (granulepos_add): New function, handles the messiness of adjusting
1916         granulepos values.
1917         (theora_buffer_from_packet):
1918         (theora_enc_chain):
1919         (theora_enc_sink_event): Use granulepos_add, not +.
1920
1921         * tests/check/pipelines/theoraenc.c
1922         (check_buffer_granulepos_from_starttime): Just check the frame
1923         count, not the actual granulepos -- we can't dictate to the
1924         encoder when it should be placing keyframes.
1925
1926 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1927
1928         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1929           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1930           play an http:// stream from a server that's not serving
1931
1932 2006-01-30  Andy Wingo  <wingo@pobox.com>
1933
1934         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1935         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1936         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1937         available.
1938
1939         * ext/theora/gsttheoraenc.h:
1940         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1941         although theoraenc was timestamping correctly. Added handling of
1942         streams that start with nonzero timestamps.
1943
1944         * tests/check/Makefile.am:
1945         * tests/check/pipelines/theoraenc.c: New file, basically does same
1946         tests as vorbisenc.
1947
1948         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1949
1950 2006-01-30  Wim Taymans  <wim@fluendo.com>
1951
1952         * gst-libs/gst/audio/gstaudiosink.c:
1953         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1954         (gst_audioringbuffer_pause):
1955         Implement pause that does not wait for completion.
1956
1957         * gst-libs/gst/audio/gstbaseaudiosink.c:
1958         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1959         Don't drop buffers when going to PAUSED but perform preroll on
1960         remaining samples now that core base class supports this.
1961
1962         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1963         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1964         (gst_ring_buffer_commit):
1965         Pause should not signal waiters.
1966         Implement return value of _commit correctly.
1967
1968 2006-01-30  Andy Wingo  <wingo@pobox.com>
1969
1970         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1971
1972         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1973         updated to timestamp from the first sample, not the last.
1974         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1975         special care of granulepos and timestamp for header packets.
1976         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1977         when the first buffer has a nonzero timestamp.
1978
1979         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1980         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1981         case when the first audio buffer we get has a nonzero timestamp.
1982         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1983         properly timestamp vorbis buffers with the time of the first
1984         sample, not the last.
1985         
1986         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1987         vorbis_granule_time_copy -- now it takes the granule/subgranule
1988         offset into account.
1989
1990         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1991         timestamps, durations, and granulepos on buffers produced by
1992         vorbisenc.
1993
1994 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1995
1996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1997         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1998           Patch from Eric Jonas to support conversions to/from UYVY 
1999           (Fixes: #324626)
2000
2001 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2002
2003         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2004         (setup_subtitle), (setup_source), (set_active_source):
2005         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2006         (gen_text_element), (gen_audio_element), (gen_vis_element),
2007         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2008
2009 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2010
2011         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2012         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2013                 use gst_guint64_to_gdouble to be compliant with vs6
2014         * gst/playback/gstdecodebin.c: (try_to_link_1)
2015         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2016                 use G_GINT64_CONSTANT for int64 constants
2017         * win32/common/libgstinterfaces.def:
2018                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2019         * win32/vs6:
2020                 update and add new project files
2021                 
2022 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2023
2024         * Makefile.am:
2025         * win32/MANIFEST:
2026         * win32/common/interfaces-enumtypes.c:
2027         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2028         (gst_mixer_track_flags_get_type),
2029         (gst_tuner_channel_flags_get_type):
2030         * win32/common/interfaces-enumtypes.h:
2031         * win32/common/multichannel-enumtypes.c:
2032         (gst_audio_channel_position_get_type):
2033         * win32/common/multichannel-enumtypes.h:
2034           add a win32-update rule like in core, and copy over enumtypes files
2035
2036 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2037
2038         * win32/MANIFEST:
2039         * win32/common/config.h:
2040         * win32/common/config.h.in:
2041           add config files just like in core
2042
2043 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2044
2045         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2046           Make gcc-4.1 happy (part of #327357).
2047
2048 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2049
2050         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2051         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2052         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2053         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2054         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2055         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2056           Update all error messages.  All of them should either use
2057           the default translated message, or actually provide a
2058           translatable string.
2059           Make the string for channel count problems meaningful.
2060
2061 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2062
2063         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2064           check for and throw RESOURCE_BUSY
2065
2066 2006-01-27  David Schleef  <ds@schleef.org>
2067
2068         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2069           checked in this change -- it requires liboil features not
2070           in 0.3.6.  Revert parts.
2071
2072 2006-01-27  David Schleef  <ds@schleef.org>
2073
2074         * REQUIREMENTS:
2075         * configure.ac: update liboil requirement to 0.3.6
2076         * gst/videoscale/Makefile.am:
2077         * gst/videoscale/vs_scanline.c: liboilify
2078
2079 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2080
2081         * ext/libvisual/visual.c: (get_buffer):
2082           When pad_alloc returns a GstFlowReturn other
2083           than GST_FLOW_OK, make sure it is passed upstream.
2084
2085 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2086
2087         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2088         (gst_alsasink_class_init):
2089           Free the device name string.
2090
2091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2092         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2093         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2094           Don't remove a pad from the collectpads structure until it
2095           is released - it's a request pad, and may receive data again
2096           if the element gets moved back to PLAYING state.
2097
2098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2099           Ensure we turn on double buffering on the Xv port, and
2100           set the colour key to something dark and mysterious that
2101           isn't black.
2102
2103 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2104
2105         * ext/alsa/gstalsaplugin.c: (plugin_init):
2106         * ext/cdparanoia/gstcdparanoiasrc.c:
2107         (gst_cd_paranoia_src_base_init), (plugin_init):
2108         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2110           - a library should not call setlocale. see "Libraries" node in
2111             gettext manual
2112           - make sure all plugins that use translation do bindtextdomain
2113             to point to the localedir
2114         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2115         (setup_sinks), (plugin_init):
2116           all this, and check for NULL when creating sinks
2117
2118 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2119
2120         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2121         (plugin_init): Make typefinding of subtitles work again.
2122
2123 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2124
2125         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2126         (mp3_type_frame_length_from_header), (mp3_type_find),
2127         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2128         (plugin_init):
2129           Backport a bunch of typefinding fixes from the 0.8 branch.
2130           Also, improve wavpack typefinding: if we can't peek the
2131           entire wavpack block, try to parse the bits we can get and
2132           see if we find what we're looking for in those.
2133
2134 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2135
2136         * sys/ximage/ximagesink.c:
2137         (gst_ximagesink_calculate_pixel_aspect_ratio):
2138         * sys/xvimage/xvimagesink.c:
2139         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2140         more cases of pixel aspect ratio.
2141
2142 2006-01-26  Edward Hervey  <edward@fluendo.com>
2143
2144         * gst/playback/gstdecodebin.c: (pad_probe):
2145         Also consider the flush-start and tag events as unblockers
2146         for the pad probes.
2147
2148 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2149
2150         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2151         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2152         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2153         On the fly visualisation switch, works disabling, enabling as
2154         well but it won't be able to enable vis in a playbin that was
2155         created with no visualisation.
2156
2157 2006-01-25  Wim Taymans  <wim@fluendo.com>
2158
2159         * gst-libs/gst/audio/gstbaseaudiosink.c:
2160         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2161         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2162         resume after pause.
2163
2164 2006-01-25  Wim Taymans  <wim@fluendo.com>
2165
2166         * gst-libs/gst/audio/gstbaseaudiosink.c:
2167         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2168         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2169         Improve debugging.
2170         Post error when caps cannot be parsed.
2171         Resync on discontinuity in the stream.
2172         Clip samples to segment boundaries.
2173         return WRONG_STATE sooner when we are flushing.
2174
2175         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2176         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2177         Make audiosrc operate in TIME.
2178         Set TIMESTAMP and DURATION on buffers.
2179
2180 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         * tests/examples/seek/seek.c: (main):
2183           Output tag messages as well.
2184
2185 2006-01-23  Edward Hervey  <edward@fluendo.com>
2186
2187         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2188         (free_pad_probes), (remove_fakesink), (pad_probe),
2189         (close_pad_link), (gst_decode_bin_change_state):
2190         Replace GstPadBlockCallback with pad probes that detect
2191         first buffer AND eos before removing fakesink.
2192         Fixes hang with demuxers doing EOS while pre-rolling.
2193         Solves #328279
2194
2195 2006-01-23  Andy Wingo  <wingo@pobox.com>
2196
2197         * ext/alsa/gstalsasink.c:
2198         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2199         (gst_base_rtp_depayload_setcaps),
2200         (gst_base_rtp_depayload_add_to_queue),
2201         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2202         
2203         Patch by: Jens Granseuer <jensgr at gmx dot net>
2204
2205 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2206
2207         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2208         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2209         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2210         frames. We might get a frame destroyed after changing state to
2211         NULL, adding a safety check on xcontext.
2212
2213 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2214
2215         * gst-libs/gst/interfaces/xoverlay.c:
2216           Fix prepare-xwindow-id code example in the docs - we need to
2217           ignore all messages that aren't element messages as well.
2218           
2219 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2220
2221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2222           I think one day i'll completely undestand how caps negotiation
2223           is supposed to work. This refactoring handles buffer_alloc
2224           called with caps we can't handle. We definitely don't want a
2225           set_caps with those caps, so we define and allocate a buffer
2226           we would like to receive.
2227
2228 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2229
2230         * gst/playback/gstplaybasebin.c: (setup_source):
2231           Free iterator when done.
2232
2233 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2234
2235         * gst-libs/gst/audio/gstbaseaudiosink.c:
2236         (gst_base_audio_sink_render):
2237           Fix playback of non-synchronised streams by assuming a rate
2238           of 1.0 instead of a random one.
2239
2240           Makes this work again:
2241
2242           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2243           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2244           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2245           audioresample ! alsasink
2246
2247 === release 0.10.2 ===
2248
2249 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2250
2251         * configure.ac:
2252           releasing 0.10.2, "Then the devil is six"
2253
2254 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2255
2256         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2257         * gst/playback/gststreamselector.c:
2258         (gst_stream_selector_set_property):
2259           Comment out broken code that connects to the state-changed signal.
2260           At this point, changing current stream selection is broken, but 
2261           stuff like gst-launch playbin current-audio=1 works and filters
2262           to the chosen stream.
2263
2264 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2265
2266         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2267           Fix #327216 (null dereference in vorbisdec)
2268
2269 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2270
2271         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2272           Post taglist actually on bus instead of just freeing it
2273           (fixes #327114 and totem bug #327080).
2274
2275         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2276           Use gst_element_found_tags_for_pad(), so that the tags
2277           are sent downstream as an event as well.
2278
2279 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2280
2281         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2282         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2283         (gst_ximagesink_buffer_alloc):
2284         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2285         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2286         (gst_xvimagesink_buffer_alloc):
2287           move all regularly occurring messages to GST_LOG level
2288           add some more object logs
2289
2290 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2291
2292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2293           fix a silly segfault
2294
2295 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2296
2297         * docs/libs/gst-plugins-base-libs-docs.sgml:
2298         * docs/libs/gst-plugins-base-libs-sections.txt:
2299         * gst-libs/gst/audio/mixerutils.c:
2300         * gst-libs/gst/audio/mixerutils.h:
2301           Add docs for mixerutils stuff.
2302
2303 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * gst/playback/gstplaybasebin.c: (setup_source):
2306           Fix playback for sources that emit raw audio or
2307           raw video streams (e.g.: cd audio sources) (#325984).
2308
2309 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2310
2311         * gst-libs/gst/audio/mixerutils.c:
2312         (gst_audio_mixer_filter_do_filter):
2313           actually save the element we create
2314
2315 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         * gst-libs/gst/cdda/gstcddabasesrc.c:
2318         (gst_cdda_base_src_handle_track_seek):
2319           No need to post a tag message on the bus when seeking
2320           within the same track, only post it when the current
2321           track changes.
2322
2323 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2324
2325         * gst/playback/gstplaybasebin.c: (group_destroy),
2326         (probe_triggered), (new_decoded_pad), (mute_group_type),
2327         (set_active_source):
2328         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2329         * gst/playback/gststreamselector.c:
2330         (gst_stream_selector_base_init),
2331         (gst_stream_selector_set_property),
2332         (gst_stream_selector_request_new_pad):
2333           Reenable stream selection. These mechanisms need a complete overhaul
2334           in the face of 0.8->0.10 changes though.
2335
2336 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2337
2338         * ext/ogg/gstoggdemux.c:
2339           Change the pad template to src_%d to match the pads that 
2340           are created from it. decodebin needs this information in order
2341           to decide that oggdemux is capable of producing multiple pads
2342           (and hence needs queues inserted).
2343
2344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2345         (gst_ogg_mux_collected):
2346           Make debug output more useful by using GST_PTR_FORMAT.
2347
2348 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2349
2350         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2351
2352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2353           Set depth and width for alaw/mulaw (fixes #326601).
2354
2355 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2356
2357         * tests/icles/Makefile.am:
2358           don't build the tests if we don't have the libs
2359
2360 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2361
2362         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2363         (gst_cd_paranoia_paranoia_callback):
2364           Don't try to free NULL pointers.
2365
2366 2006-01-10  Edward Hervey  <edward@fluendo.com>
2367
2368         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2369         (gst_audio_rate_change_state), (plugin_init):
2370         Add debugging category.
2371         Fix type issues.
2372         Add case for incoming buffers without valid offset/offset_end.
2373
2374 2006-01-10  Michael Smith  <msmith@fluendo.com>
2375
2376         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2377           Don't leak GCond in audio sources.
2378
2379 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2380
2381         * gst/playback/gstplaybin.c: (gen_audio_element):
2382           Don't leak an autoaudiosink/alsasink when we generate
2383           a new audio element. (old code, I guess)
2384
2385 2006-01-10  Michael Smith  <msmith@fluendo.com>
2386
2387         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2388           Support float audio in audiorate.
2389           Use width rather than depth for selecting sample width.
2390
2391 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         * gst/videotestsrc/videotestsrc.h:
2394           Use GLib types here (that way we don't have to include the
2395           generated _stdint.h header, which makes life easier for win32
2396           folks that don't use autotools for the build) (#325990, patch
2397           by: Sergey Scobich).
2398
2399 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2400
2401         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2402         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2403         (gst_ring_buffer_pause), (wait_segment):
2404         * gst-libs/gst/audio/gstringbuffer.h:
2405           Name (private) union, makes Forte compiler happy (this time
2406           for real) (#324900).
2407
2408 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2409
2410         * gst-libs/gst/audio/Makefile.am:
2411           Link against libgstinterfaces, needed for mixer
2412           and property probe stuff.
2413
2414 2006-01-09  Edward Hervey  <edward@fluendo.com>
2415
2416         * gst-libs/gst/Makefile.am:
2417
2418 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2419
2420         * gst-libs/gst/audio/Makefile.am:
2421         * gst-libs/gst/audio/mixerutils.c:
2422         (gst_audio_mixer_filter_do_filter),
2423         (gst_audio_mixer_filter_check_element),
2424         (gst_audio_mixer_filter_probe_feature),
2425         (element_factory_rank_compare_func),
2426         (gst_audio_default_registry_mixer_filter):
2427         * gst-libs/gst/audio/mixerutils.h:
2428           Add gst_audio_default_registry_mixer_filter() utility
2429           function.
2430
2431 2006-01-03  Michael Smith  <msmith@fluendo.com>
2432
2433         * gst/audioresample/resample.h:
2434           As before, but for o_buf
2435
2436 2006-01-03  Michael Smith  <msmith@fluendo.com>
2437
2438         * gst/audioresample/resample.h:
2439           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2440           since we do arithmetic on it.
2441
2442 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2443
2444         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2445         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2446         (gst_ring_buffer_pause), (wait_segment):
2447         * gst-libs/gst/audio/gstringbuffer.h:
2448           Sun's Forte compiler doesn't seem to like anonymous structs,
2449           so use same setup as in GstBaseSrc (fixes #324900).
2450
2451 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2452
2453         * configure.ac:
2454         * gst/volume/Makefile.am:
2455         * gst/volume/demo.c:
2456           move old example to tests/examples/volume/volune.c
2457         * tests/examples/Makefile.am:
2458         * tests/examples/seek/seek.c: (main):
2459           change window-close event from "delete-event" to "destroy"
2460         * tests/examples/volume/Makefile.am:
2461         * tests/examples/volume/volume.c: (value_changed_callback),
2462         (setup_gui), (message_received), (eos_message_received), (main):
2463           fix event handling and bus usage
2464
2465 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2466
2467         * gst/audiotestsrc/gstaudiotestsrc.c:
2468         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2469         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2470         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2471         (gst_audio_test_src_create_square),
2472         (gst_audio_test_src_create_saw),
2473         (gst_audio_test_src_create_triangle),
2474         (gst_audio_test_src_create_silence),
2475         (gst_audio_test_src_create_white_noise),
2476         (gst_audio_test_src_create_pink_noise),
2477         (gst_audio_test_src_init_sine_table),
2478         (gst_audio_test_src_create_sine_table),
2479         (gst_audio_test_src_change_wave),
2480         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2481         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2482         * gst/audiotestsrc/gstaudiotestsrc.h:
2483           update to basesrc changes, implement segmented seeking and eos
2484           handling, add a 'sine-tab' waveform for performance critical playback
2485
2486 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2487
2488         * po/POTFILES.in:
2489           ... and this time the other modified file that I missed last time.
2490
2491 2005-12-29  Michael Smith  <msmith@fluendo.com>
2492
2493         * gst/playback/gstdecodebin.c: (new_pad):
2494           Fix non-C89 variable declaration not at the start of a block. Should
2495           help some compilers.
2496
2497 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2498
2499         * tests/check/Makefile.am:
2500           And now fix 'make distcheck' (builddir != srcdir)
2501
2502 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2503
2504         * configure.ac:
2505         * ext/cdparanoia/Makefile.am:
2506         * ext/cdparanoia/gstcdparanoia.c:
2507         * ext/cdparanoia/gstcdparanoia.h:
2508         * ext/cdparanoia/gstcdparanoiasrc.c:
2509         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2510         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2511         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2512         (gst_cd_paranoia_paranoia_callback),
2513         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2514         (gst_cd_paranoia_src_set_property),
2515         (gst_cd_paranoia_src_get_property), (plugin_init):
2516         * ext/cdparanoia/gstcdparanoiasrc.h:
2517           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2518           plugin again (there are still fixes required to playbin to make
2519           cdda:// uris work there).
2520
2521 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2522
2523         * tests/check/Makefile.am:
2524           Fix test case compilation.
2525
2526 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2527
2528         * gst-libs/gst/cdda/gstcddabasesrc.c:
2529         (gst_cdda_base_src_update_duration),
2530         (gst_cdda_base_src_calculate_cddb_id):
2531           An integer is not a string. Fix access to uninitialised variable.
2532
2533         * tests/check/Makefile.am:
2534           Add cddabasesrc unit test; also actually enable the vorbis test.
2535
2536         * tests/check/generic/states.c:
2537           Blacklist new cd audio elements as well.
2538
2539         * tests/check/libs/cddabasesrc.c:
2540           Unit test for GstCddaBaseSrc (discid calculation mostly).
2541
2542 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2543
2544         * docs/libs/Makefile.am:
2545         * docs/libs/gst-plugins-base-libs-docs.sgml:
2546         * docs/libs/gst-plugins-base-libs-sections.txt:
2547         * docs/libs/gst-plugins-base-libs.types:
2548           Add docs for libgstcdda/GstCddaBaseSrc.
2549
2550         * gst-libs/gst/interfaces/mixertrack.h:
2551           Do one struct member per line with a semicolon at the end, that way
2552           even gtk-doc might parse it without complaining.
2553
2554 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2555
2556         * configure.ac:
2557         * gst-libs/gst/Makefile.am:
2558         * gst-libs/gst/cdda/Makefile.am:
2559         * gst-libs/gst/cdda/base64.c:
2560         * gst-libs/gst/cdda/base64.h:
2561         * gst-libs/gst/cdda/gstcddabasesrc.c:
2562         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2563         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2564         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2565         (gst_cdda_base_src_get_property),
2566         (gst_cdda_base_src_get_track_from_sector),
2567         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2568         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2569         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2570         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2571         (gst_cdda_base_src_uri_get_protocols),
2572         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2573         (gst_cdda_base_src_uri_handler_init),
2574         (gst_cdda_base_src_setup_interfaces),
2575         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2576         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2577         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2578         (gst_cdda_base_src_add_tags),
2579         (gst_cdda_base_src_add_index_associations),
2580         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2581         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2582         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2583         (gst_cdda_base_src_create):
2584         * gst-libs/gst/cdda/gstcddabasesrc.h:
2585         * gst-libs/gst/cdda/sha1.c:
2586         * gst-libs/gst/cdda/sha1.h:
2587           Add new libgstcdda with GstCddaBaseSrc class.
2588
2589 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2590
2591         * ext/gnomevfs/gstgnomevfssink.h:
2592           Use GstBaseSinkClass as parent_class member for class struct, not
2593           GstBaseSink.
2594
2595 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2596
2597         Patch by: Michael Benes
2598
2599         * gst/videotestsrc/gstvideotestsrc.c:
2600         (gst_video_test_src_class_init), (gst_video_test_src_start):
2601           Add start method to reset running time and number of frames sent
2602           when starting up (fixes #324696)
2603
2604 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2605
2606         * docs/plugins/Makefile.am:
2607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2608         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2609         * docs/plugins/gst-plugins-base-plugins.args:
2610         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2611         * docs/plugins/gst-plugins-base-plugins.signals:
2612           Add docs stuff for gnomevfssrc and gnomevfssink.
2613
2614         * ext/gnomevfs/gstgnomevfssrc.c:
2615           Fix example pipeline in gtk-doc blurb.
2616
2617 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2618
2619         * ext/gnomevfs/Makefile.am:
2620         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2621         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2622         (gst_gnome_vfs_handle_get_type), (plugin_init):
2623         * ext/gnomevfs/gstgnomevfs.h:
2624         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2625         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2626         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2627         (gst_gnome_vfs_sink_set_property),
2628         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2629         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2630         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2631         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2632         (gst_gnome_vfs_sink_uri_get_type),
2633         (gst_gnome_vfs_sink_uri_get_protocols),
2634         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2635         (gst_gnome_vfs_sink_uri_handler_init):
2636         * ext/gnomevfs/gstgnomevfssink.h:
2637           Port gnomevfssink; add gtk-doc blurb.
2638
2639         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2640         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2641         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2642         (gst_gnome_vfs_src_uri_get_type),
2643         (gst_gnome_vfs_src_uri_get_protocols),
2644         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2645         (gst_gnome_vfs_src_uri_handler_init),
2646         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2647         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2648         (gst_gnome_vfs_src_send_additional_headers_callback),
2649         (gst_gnome_vfs_src_received_headers_callback),
2650         (gst_gnome_vfs_src_push_callbacks),
2651         (gst_gnome_vfs_src_pop_callbacks),
2652         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2653         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2654         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2655         * ext/gnomevfs/gstgnomevfssrc.h:
2656           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2657           file; add gtk-doc blurb with example pipelines.
2658
2659 === release 0.10.1 ===
2660
2661 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2662
2663         * configure.ac:
2664           releasing 0.10.1, "Dobro Dedek"
2665
2666 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2667
2668         * gst/typefind/gsttypefindfunctions.c:
2669         iLBC30 and iLBC20 added to typefind.
2670
2671 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2672
2673         * gst-libs/gst/audio/gstbaseaudiosink.c:
2674         (gst_base_audio_sink_class_init):
2675         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2676         (gst_base_audio_src_class_init):
2677           update strings, values are in microseconds
2678           change the default sink buffer time to something that is smaller
2679           (to help software volume mixing have a slightly lower delay) but
2680           still be acceptable on Wim's laptop
2681
2682 2005-12-20  Edward Hervey  <edward@fluendo.com>
2683
2684         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2685         Made a quack, forgot to add DUCK to the riff video template.
2686
2687 2005-12-19  Edward Hervey  <edward@fluendo.com>
2688
2689         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2690         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2691         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2692         (gst_ogm_parse_chain):
2693         Make sure pads are initialized correctly.
2694         * gst-libs/gst/riff/riff-ids.h:
2695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2696         (gst_riff_create_video_template_caps):
2697         Add a whole bunch of FOURCC <=> MimeType.
2698         Extend the riff video pad template to support the newly added fourcc.
2699
2700 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2701
2702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2703         (gst_ogg_demux_activate_chain):
2704           Extra debug output when activating/deactivating chains.
2705
2706         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2707         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2708         (unlinked):
2709           Remove a queue from our list when it becomes unlinked.
2710           Don't add queues to elements in class 'Demux' if they
2711           can only produce one pad 
2712
2713 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2714
2715         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2716         (gst_video_sink_get_type): Add a debug category.
2717
2718 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2719
2720         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2721         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2722           Handle downstream newsegment by sending our own newsegment before the
2723           next buffer to be released. (#323900)
2724
2725 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2726
2727         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2728         (gst_base_rtp_depayload_set_gst_timestamp):
2729           add queue delay to new segment as well (as opposed to just the first
2730           buffer). (bug #322347)
2731
2732 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2733
2734         * ext/libvisual/visual.c: (make_valid_name):
2735           change some char* into char[]
2736         * gst/audiotestsrc/gstaudiotestsrc.c:
2737         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2738         (gst_audio_test_src_create):
2739         * gst/audiotestsrc/gstaudiotestsrc.h:
2740           prepare to handle EOS and SEGMENT_DONE
2741
2742 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2743
2744         * tests/check/generic/states.c: (GST_START_TEST):
2745           Blacklist cdparanoia element in state test.
2746
2747 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2748
2749           Patch by: Benjamin Pineau
2750
2751         * gst/tcp/gsttcp.c:
2752         * gst/tcp/gsttcpclientsink.c:
2753         * gst/tcp/gsttcpserversink.c:
2754         * gst/tcp/gsttcpserversrc.c:
2755           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2756
2757 2005-12-15  Michael Smith  <msmith@fluendo.com>
2758
2759         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2760         (gst_video_rate_chain):
2761           Fix timestamping for videorate when the first buffer it sees has a
2762           non-zero timestamp. Fix some misleading debug output.
2763
2764 2005-12-15  Michael Smith  <msmith@fluendo.com>
2765
2766         * gst/audioresample/gstaudioresample.c:
2767           Don't leak all input buffers to audioresample.
2768
2769 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2770
2771         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2772           Don't operate on empty text buffers. Strip newlines and
2773           tabs only from the end of the text, but leave them intact
2774           in the middle. Fix typo in gtk-doc description.
2775
2776 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2777
2778         * gst/playback/gstplaybasebin.c:
2779         * gst/playback/gstplaybin.c: (handoff):
2780           Make sure the video frame buffer we return to apps via the
2781           "frame" property always has caps set on it. Modify
2782           _gst_gvalue_set_object() macro to handle NULL objects
2783           gracefully too.
2784
2785 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2786
2787         * gst/audiotestsrc/gstaudiotestsrc.c:
2788         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2789         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2790         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2791         (gst_audio_test_src_create):
2792         * gst/audiotestsrc/gstaudiotestsrc.h:
2793         Adjust to some recent api changes and add wtays new cool seeking
2794         capabillities
2795
2796 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2797
2798         * ext/alsa/Makefile.am:
2799         * ext/alsa/gstalsadeviceprobe.c:
2800         * ext/alsa/gstalsadeviceprobe.h:
2801           Helper functions to add device probing via the GstPropertyProbe
2802           interface to a class.
2803
2804         * ext/alsa/gstalsamixer.h:
2805           Comment out GST_ALSA_MIXER, it returns a struct that's not
2806           used.
2807
2808         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2809           Add some debug info. 
2810
2811         * ext/alsa/gstalsamixerelement.c:
2812         (gst_alsa_mixer_element_interface_supported),
2813         (gst_implements_interface_init),
2814         (gst_alsa_mixer_element_init_interfaces),
2815         (gst_alsa_mixer_element_class_init),
2816         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2817         (gst_alsa_mixer_element_set_property),
2818         (gst_alsa_mixer_element_get_property),
2819         (gst_alsa_mixer_element_change_state):
2820         * ext/alsa/gstalsamixerelement.h:
2821           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2822           for device handling (gnome-volume-control will need that).
2823
2824 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2825
2826         * ext/Makefile.am: fix cdparanoia entry
2827         * gst-plugins-base.spec.in: add cdparanoia
2828
2829 2005-12-12  Michael Smith  <msmith@fluendo.com>
2830
2831         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2832           Use the correct function to free list of typefind factories.
2833
2834 2005-12-12  Wim Taymans  <wim@fluendo.com>
2835
2836         * gst/videotestsrc/gstvideotestsrc.c:
2837         (gst_video_test_src_class_init), (gst_video_test_src_init),
2838         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2839         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2840         (gst_video_test_src_create):
2841         * gst/videotestsrc/gstvideotestsrc.h:
2842         Implement seeking in videotestsrc.
2843         Small cleanups.
2844
2845 2005-12-12  Wim Taymans  <wim@fluendo.com>
2846
2847         * ext/cdparanoia/Makefile.am:
2848         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2849         (gst_paranoia_endian_get_type), (_do_init),
2850         (cdparanoia_class_init), (cdparanoia_init),
2851         (cdparanoia_set_property), (cdparanoia_get_property),
2852         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2853         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2854         (cdparanoia_convert), (cdparanoia_get_query_types),
2855         (cdparanoia_query), (cdparanoia_set_index),
2856         (cdparanoia_uri_set_uri):
2857         * ext/cdparanoia/gstcdparanoia.h:
2858         Partially ported cdparanoia now that basesrc can support a
2859         plugin like this..
2860
2861 2005-12-12  Wim Taymans  <wim@fluendo.com>
2862
2863         * tests/examples/seek/scrubby.c: (main):
2864         Set higher priority for bus events so they don't get reordered with
2865         gtk gui events.
2866
2867         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2868         (flush_toggle_cb), (main):
2869         Added checkbox to disable flushing seeks. 
2870         Disable scrubbing when doing non flushing seeks.
2871
2872 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2873
2874         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2875         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2876         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2877         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2878           Implement some sort of event handling that doesn't rely on
2879           g_return_if_fail; make sure we always push the last chunk of an 
2880           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2881           state change function; remove some old cruft. Seeking is still
2882           rather unlikely to work though.
2883
2884         * tools/.cvsignore:
2885           Ignore more.
2886
2887 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2888
2889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2890         Fixed a leak of the current image reference when cleaning up.
2891         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2892
2893 2005-12-09  Michael Smith  <msmith@fluendo.com>
2894
2895         * tools/Makefile.am:
2896         * tools/gst-launch-ext-m.m:
2897           Remove gst-launch-ext. It doesn't work, and is no longer
2898           particularly useful.
2899
2900 2005-12-08  Luca Ognibene  <luogni@tin.it>
2901
2902         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2903           don't pass random values to ogmparse convert function.
2904           Make seeking possible in the exile1.ogm file.
2905
2906 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2907
2908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2909         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2910           Work around refcount problem with g_value_set_object() that occur
2911           if the core has been compiled against GLib-2.6 (g_value_set_object()
2912           will only g_object_ref() the element, but the caller will
2913           gst_object_unref() it and bad things will happen due to the way
2914           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2915           totem for people on FC4 using Thomas's 0.10 RPMs.
2916           
2917 2005-12-07  Edward Hervey  <edward@fluendo.com>
2918
2919         Time to welcome ogm to 0.10 :)
2920         
2921         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2922         (gst_ogg_pad_typefind):
2923         Oggdemux can now properly typefind elements with dynamic pads.
2924         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2925         Properly set caps on src pad, and set caps on outgoing buffers.
2926
2927 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2928
2929         * ext/alsa/gstalsamixer.h:
2930         * ext/alsa/gstalsamixerelement.h:
2931         * ext/alsa/gstalsamixeroptions.h:
2932         * ext/alsa/gstalsamixertrack.h:
2933         * ext/alsa/gstalsasink.c:
2934         * ext/alsa/gstalsasink.h:
2935         * ext/alsa/gstalsasrc.c:
2936         * ext/alsa/gstalsasrc.h:
2937         * ext/cdparanoia/gstcdparanoia.h:
2938         * ext/gnomevfs/gstgnomevfsuri.h:
2939         * ext/ogg/gstoggdemux.c:
2940         * ext/ogg/gstoggmux.c:
2941         * ext/pango/gsttextoverlay.h:
2942         * ext/theora/theoradec.c:
2943         * ext/theora/theoraenc.c:
2944         * ext/vorbis/vorbisdec.h:
2945         * ext/vorbis/vorbisenc.c:
2946         * ext/vorbis/vorbisenc.h:
2947         * ext/vorbis/vorbisparse.h:
2948         * gst-libs/gst/audio/gstaudioclock.h:
2949         * gst-libs/gst/audio/gstaudiosink.c:
2950         * gst-libs/gst/audio/gstaudiosink.h:
2951         * gst-libs/gst/audio/gstaudiosrc.c:
2952         * gst-libs/gst/audio/gstaudiosrc.h:
2953         * gst-libs/gst/audio/gstbaseaudiosink.c:
2954         * gst-libs/gst/audio/gstbaseaudiosink.h:
2955         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2956         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2957         * gst-libs/gst/audio/gstringbuffer.h:
2958         * gst-libs/gst/audio/multichannel.h:
2959         * gst-libs/gst/floatcast/floatcast.h:
2960         * gst-libs/gst/interfaces/colorbalance.c:
2961         * gst-libs/gst/interfaces/colorbalance.h:
2962         * gst-libs/gst/interfaces/colorbalancechannel.h:
2963         * gst-libs/gst/interfaces/mixer.h:
2964         * gst-libs/gst/interfaces/mixeroptions.h:
2965         * gst-libs/gst/interfaces/mixertrack.h:
2966         * gst-libs/gst/interfaces/navigation.h:
2967         * gst-libs/gst/interfaces/propertyprobe.h:
2968         * gst-libs/gst/interfaces/tuner.h:
2969         * gst-libs/gst/interfaces/tunerchannel.h:
2970         * gst-libs/gst/interfaces/tunernorm.h:
2971         * gst-libs/gst/interfaces/xoverlay.h:
2972         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2973         * gst-libs/gst/riff/riff-ids.h:
2974         * gst-libs/gst/riff/riff-media.h:
2975         * gst-libs/gst/riff/riff-read.h:
2976         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2977         * gst-libs/gst/rtp/gstbasertppayload.c:
2978         * gst-libs/gst/rtp/gstbasertppayload.h:
2979         * gst-libs/gst/rtp/gstrtpbuffer.c:
2980         * gst-libs/gst/rtp/gstrtpbuffer.h:
2981         * gst-libs/gst/tag/gsttageditingprivate.h:
2982         * gst-libs/gst/tag/gstvorbistag.c:
2983         (gst_tag_list_from_vorbiscomment_buffer):
2984         * gst-libs/gst/tag/tag.h:
2985         * gst-libs/gst/video/video.h:
2986         * gst/adder/gstadder.c:
2987         * gst/adder/gstadder.h:
2988         * gst/audioconvert/audioconvert.c:
2989         * gst/audioconvert/audioconvert.h:
2990         * gst/audioconvert/gstaudioconvert.c:
2991         * gst/audioconvert/gstchannelmix.c:
2992         * gst/audioconvert/gstchannelmix.h:
2993         * gst/audiorate/gstaudiorate.c:
2994         * gst/audioresample/buffer.h:
2995         * gst/audioresample/functable.h:
2996         * gst/audioresample/gstaudioresample.c:
2997         * gst/audioresample/resample.h:
2998         * gst/ffmpegcolorspace/avcodec.h:
2999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3000         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3001         * gst/ffmpegcolorspace/imgconvert.c:
3002         * gst/ffmpegcolorspace/imgconvert_template.h:
3003         * gst/playback/gstdecodebin.c:
3004         * gst/playback/gstplaybasebin.h:
3005         * gst/playback/gstplaybin.c:
3006         * gst/playback/gststreaminfo.h:
3007         * gst/tcp/gstfdset.c:
3008         * gst/tcp/gstfdset.h:
3009         * gst/tcp/gstmultifdsink.c:
3010         * gst/tcp/gstmultifdsink.h:
3011         * gst/tcp/gsttcp.h:
3012         * gst/tcp/gsttcpclientsrc.c:
3013         * gst/tcp/gsttcpclientsrc.h:
3014         * gst/tcp/gsttcpplugin.h:
3015         * gst/tcp/gsttcpserversink.c:
3016         * gst/tcp/gsttcpserversrc.c:
3017         * gst/typefind/gsttypefindfunctions.c:
3018         * gst/videorate/gstvideorate.c:
3019         * gst/videotestsrc/gstvideotestsrc.h:
3020         * gst/videotestsrc/videotestsrc.h:
3021         * sys/v4l/gstv4lcolorbalance.h:
3022         * sys/v4l/gstv4ltuner.h:
3023         * sys/v4l/gstv4lxoverlay.h:
3024         * sys/v4l/v4l_calls.h:
3025         * sys/v4l/videodev_mjpeg.h:
3026         * tests/check/elements/audioconvert.c:
3027         * tests/check/elements/audioresample.c:
3028         * tests/check/elements/audiotestsrc.c:
3029         * tests/check/elements/videotestsrc.c:
3030         * tests/check/elements/volume.c:
3031         * tests/examples/seek/scrubby.c:
3032         * tests/examples/seek/seek.c:
3033           expand tabs
3034
3035 === release 0.10.0 ===
3036
3037 2005-12-05   <thomas (at) apestaart (dot) org>
3038
3039         * configure.ac:
3040           releasing 0.10.0, "Mont-d'or"
3041
3042 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3043
3044         * tests/examples/seek/Makefile.am:
3045         Build fix for when gtk is not available.
3046
3047 2005-12-05  Andy Wingo  <wingo@pobox.com>
3048
3049         * ext/libvisual/visual.c: (get_buffer):
3050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3051         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3052         * ext/theora/theoradec.c: (theora_handle_data_packet):
3053         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3054         (theora_enc_chain):
3055         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3056         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3057         Update for alloc_buffer changes.
3058
3059 2005-12-05  Andy Wingo  <wingo@pobox.com>
3060
3061         patch by: Kai Vehmanen <kv2004 eca cx>
3062         
3063         * gst-libs/gst/rtp/gstbasertpdepayload.c
3064         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3065
3066 2005-12-04  Andy Wingo  <wingo@pobox.com>
3067
3068         patch by: Sebastien Cote <sebas642 yahoo ca>
3069         
3070         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3071         Fixes #319172.
3072
3073 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3074
3075         * docs/plugins/Makefile.am:
3076         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3077         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3078         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3079         * ext/pango/gstclockoverlay.c:
3080         * ext/pango/gsttextoverlay.c: 
3081         * ext/pango/gsttextrender.c:
3082         * ext/pango/gsttimeoverlay.c:
3083           Add gtk-doc blurbs to pango elements.
3084
3085 2005-12-02  Wim Taymans  <wim@fluendo.com>
3086
3087         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3088         * gst/audioresample/buffer.h:
3089         * gst/audioresample/gstaudioresample.c:
3090         * gst/audioresample/gstaudioresample.h:
3091         * gst/audioresample/resample.c: (resample_input_flush),
3092         (resample_input_pushthrough), (resample_input_eos),
3093         (resample_get_output_size_for_input),
3094         (resample_get_input_size_for_output), (resample_get_output_size),
3095         (resample_get_output_data):
3096         * gst/audioresample/resample.h:
3097         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3098         Fix audioresample, seek torture, new segments, reverse negotiation
3099         etc.. work fine.
3100
3101 2005-12-02  Wim Taymans  <wim@fluendo.com>
3102
3103         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3104         Small cleanups.
3105
3106 2005-12-02  Wim Taymans  <wim@fluendo.com>
3107
3108         * gst/audioconvert/gstaudioconvert.c:
3109         (gst_audio_convert_transform):
3110         Post errors.
3111
3112 === release 0.9.7 ===
3113
3114 2005-12-01   <thomas (at) apestaart (dot) org>
3115
3116         * configure.ac:
3117           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3118
3119 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3120
3121         * Makefile.am:
3122         * po/hu.po:
3123         * win32/MANIFEST:
3124         * win32/gst.sln:
3125           add win32 MANIFEST file
3126           do something to the hungarian translation
3127
3128 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3129
3130         * ext/Makefile.am:
3131           Add $(PANGO_DIR) to SUBDIRS
3132
3133         * ext/pango/gstclockoverlay.c:
3134         * ext/pango/gsttimeoverlay.c:
3135           Fix and improve element descriptions.
3136
3137 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3138
3139         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3140         * docs/plugins/inspect/plugin-libvisual.xml:
3141         * docs/plugins/inspect/plugin-pango.xml:
3142           add pango plugin to docs
3143
3144 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3145
3146         * configure.ac:
3147         * ext/Makefile.am:
3148           moved pango to base
3149
3150 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3151
3152         * configure.ac:
3153         * tests/Makefile.am:
3154         * tests/icles/.cvsignore:
3155         * tests/icles/Makefile.am:
3156         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3157         (close_display), (resize_window), (move_window), (create_window),
3158         (terminate_playback), (pause_playback), (start_playback), (main):
3159           add stress test for xoverlay from Julien
3160
3161 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3162
3163         * docs/libs/tmpl/gstcolorbalance.sgml:
3164         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3165         * gst-libs/gst/rtp/gstbasertppayload.c:
3166         * gst-libs/gst/rtp/gstrtpbuffer.c:
3167         * gst-libs/gst/rtp/gstrtpbuffer.h:
3168           Do burger's rename for rtp payloaders and depayloaders
3169
3170 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3171
3172         * win32/:
3173           add Visual Studio 6 build files
3174
3175 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3176
3177         * docs/libs/gst-plugins-base-libs-docs.sgml:
3178         * docs/libs/gst-plugins-base-libs-sections.txt:
3179         * docs/libs/tmpl/gstaudio.sgml:
3180         * docs/libs/tmpl/gstringbuffer.sgml:
3181         * gst-libs/gst/interfaces/xoverlay.c:
3182         * gst-libs/gst/video/gstvideofilter.c:
3183         * gst-libs/gst/video/gstvideosink.c:
3184           update documentation
3185
3186 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3187
3188         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3189         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3190         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3191         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3192         (gst_multi_fd_sink_get_stats),
3193         (gst_multi_fd_sink_remove_client_link),
3194         (gst_multi_fd_sink_handle_client_read),
3195         (gst_multi_fd_sink_client_queue_data),
3196         (gst_multi_fd_sink_client_queue_caps),
3197         (gst_multi_fd_sink_client_queue_buffer),
3198         (gst_multi_fd_sink_new_client),
3199         (gst_multi_fd_sink_handle_client_write),
3200         (gst_multi_fd_sink_recover_client),
3201         (gst_multi_fd_sink_queue_buffer),
3202         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3203         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3204         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3205         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3206         * gst/tcp/gstmultifdsink.h:
3207         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3208         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3209         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3210         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3211         (gst_tcp_client_sink_set_property),
3212         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3213         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3214         * gst/tcp/gsttcpclientsink.h:
3215         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3216         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3217         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3218         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3219         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3220         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3221         * gst/tcp/gsttcpclientsrc.h:
3222         * gst/tcp/gsttcpplugin.c: (plugin_init):
3223         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3224         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3225         (gst_tcp_server_sink_finalize),
3226         (gst_tcp_server_sink_handle_server_read),
3227         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3228         (gst_tcp_server_sink_set_property),
3229         (gst_tcp_server_sink_get_property),
3230         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3231         * gst/tcp/gsttcpserversink.h:
3232         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3233         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3234         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3235         (gst_tcp_server_src_set_property),
3236         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3237         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3238         * gst/tcp/gsttcpserversrc.h:
3239           more borgifying
3240
3241 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3242
3243         * docs/plugins/Makefile.am:
3244         * docs/plugins/gst-plugins-base-plugins.args:
3245         * docs/plugins/inspect/plugin-libvisual.xml:
3246         * gst/audioconvert/plugin.h:
3247         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3248         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3249         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3250         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3251         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3252         (plugin_init):
3253         * gst/audiotestsrc/gstaudiotestsrc.c:
3254         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3255         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3256         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3257         (gst_audio_test_src_get_query_types),
3258         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3259         (gst_audio_test_src_create_square),
3260         (gst_audio_test_src_create_saw),
3261         (gst_audio_test_src_create_triangle),
3262         (gst_audio_test_src_create_silence),
3263         (gst_audio_test_src_create_white_noise),
3264         (gst_audio_test_src_init_pink_noise),
3265         (gst_audio_test_src_generate_pink_noise_value),
3266         (gst_audio_test_src_create_pink_noise),
3267         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3268         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3269         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3270         (plugin_init):
3271         * gst/audiotestsrc/gstaudiotestsrc.h:
3272         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3273         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3274         (gst_sub_parse_init), (gst_sub_parse_formats),
3275         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3276         (convert_encoding), (get_next_line),
3277         (gst_sub_parse_data_format_autodetect),
3278         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3279         (gst_sub_parse_loop), (gst_sub_parse_chain),
3280         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3281         (plugin_init):
3282         * gst/subparse/gstsubparse.h:
3283         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3284         (gst_video_rate_base_init), (gst_video_rate_class_init),
3285         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3286         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3287         (gst_video_rate_init), (gst_video_rate_event),
3288         (gst_video_rate_chain), (gst_video_rate_set_property),
3289         (gst_video_rate_get_property), (gst_video_rate_change_state),
3290         (plugin_init):
3291         * gst/videoscale/gstvideoscale.c:
3292         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3293         (gst_video_scale_src_template_factory),
3294         (gst_video_scale_sink_template_factory),
3295         (gst_video_scale_get_type), (gst_video_scale_base_init),
3296         (gst_video_scale_class_init), (gst_video_scale_init),
3297         (gst_video_scale_set_property), (gst_video_scale_get_property),
3298         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3299         (gst_video_scale_prepare_size), (parse_caps),
3300         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3301         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3302         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3303         (plugin_init):
3304         * gst/videoscale/gstvideoscale.h:
3305         * gst/videotestsrc/gstvideotestsrc.c:
3306         (gst_video_test_src_pattern_get_type),
3307         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3308         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3309         (gst_video_test_src_set_pattern),
3310         (gst_video_test_src_set_property),
3311         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3312         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3313         (gst_video_test_src_event), (gst_video_test_src_get_times),
3314         (gst_video_test_src_create), (plugin_init):
3315         * gst/videotestsrc/gstvideotestsrc.h:
3316         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3317         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3318         (gst_video_test_src_black):
3319         * gst/videotestsrc/videotestsrc.h:
3320           borgify further
3321           clean up docs a little
3322
3323 2005-11-30  Wim Taymans  <wim@fluendo.com>
3324
3325         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3326         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3327         (gst_basertppayload_event), (gst_basertppayload_push),
3328         (gst_basertppayload_change_state):
3329         * gst-libs/gst/rtp/gstbasertppayload.h:
3330         closed #320644.
3331
3332 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3333
3334         * docs/libs/gst-plugins-base-libs-docs.sgml:
3335         * docs/libs/gst-plugins-base-libs-sections.txt:
3336         * gst-libs/gst/video/gstvideofilter.c:
3337         * gst-libs/gst/video/gstvideosink.c:
3338         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3339
3340 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3341
3342         * LICENSE:
3343           move
3344         * po/af.po:
3345         * po/az.po:
3346         * po/cs.po:
3347         * po/en_GB.po:
3348         * po/hu.po:
3349         * po/it.po:
3350         * po/nb.po:
3351         * po/nl.po:
3352         * po/or.po:
3353         * po/sq.po:
3354         * po/sr.po:
3355         * po/sv.po:
3356         * po/uk.po:
3357         * po/vi.po:
3358         * Makefile.am:
3359           update
3360         * scripts/autoplugins.sh:
3361           remove
3362
3363 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3364
3365         * Makefile.am:
3366         * configure.ac:
3367         * examples/Makefile.am:
3368         * examples/capsfilter/Makefile.am:
3369         * examples/capsfilter/capsfilter1.c:
3370         * examples/gob/Makefile.am:
3371         * examples/gob/gst-identity2.gob:
3372         * examples/indexing/.cvsignore:
3373         * examples/indexing/Makefile.am:
3374         * examples/indexing/indexmpeg.c:
3375         * examples/seeking/.cvsignore:
3376         * examples/seeking/Makefile.am:
3377         * examples/seeking/cdparanoia.c:
3378         * examples/seeking/cdplayer.c:
3379         * examples/seeking/chained.c:
3380         * examples/seeking/scrubby.c:
3381         * examples/seeking/seek.c:
3382         * examples/stats/Makefile.am:
3383         * examples/stats/mp2ogg.c:
3384         * examples/switch/.cvsignore:
3385         * examples/switch/Makefile.am:
3386         * examples/switch/switcher.c:
3387         * tests/Makefile.am:
3388         * tests/check/generic/.cvsignore:
3389         * tests/check/pipelines/.cvsignore:
3390         * tests/examples/Makefile.am:
3391         * tests/examples/seek/Makefile.am:
3392           reorganize stuff under tests/
3393
3394 2005-11-30  Edward Hervey  <edward@fluendo.com>
3395
3396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3397         Go away you stupid GstStaticPadTemplate memleak.
3398
3399 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3400
3401         * gst-libs/gst/net/Makefile.am:
3402         * gst-libs/gst/net/README:
3403         * gst-libs/gst/net/gstnetbuffer.c:
3404         * gst-libs/gst/net/gstnetbuffer.h:
3405           this was moved to "netbuffer"
3406
3407 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3408
3409         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3410         (gst_video_filter_class_init), (gst_video_filter_init):
3411         * gst-libs/gst/video/gstvideofilter.h:
3412           borgify name to bring in line with other classes
3413
3414 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3415
3416         * gst/audioscale/.cvsignore:
3417         * gst/audioscale/Makefile.am:
3418         * gst/audioscale/README:
3419         * gst/audioscale/audioscale.vcproj:
3420         * gst/audioscale/dtof.c:
3421         * gst/audioscale/dtos.c:
3422         * gst/audioscale/functable.c:
3423         * gst/audioscale/gstaudioscale.c:
3424         * gst/audioscale/gstaudioscale.h:
3425         * gst/audioscale/private.h:
3426         * gst/audioscale/resample.c:
3427         * gst/audioscale/resample.h:
3428         * gst/audioscale/test.c:
3429           remove
3430
3431 2005-11-30  Edward Hervey  <edward@fluendo.com>
3432
3433         * gst-libs/gst/netbuffer/Makefile.am:
3434         really, really tired
3435
3436 2005-11-30  Edward Hervey  <edward@fluendo.com>
3437
3438         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3439         Update for new GstTypeFindFactory _register()
3440
3441 2005-11-30  Edward Hervey  <edward@fluendo.com>
3442
3443         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3444         Let's not override libgstnet from core for no reason...
3445         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3446         Ok, maybe not so quick next time.
3447
3448 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3449
3450         * configure.ac:
3451         * gst-libs/gst/Makefile.am:
3452           moved gst-libs/gst/net to netbuffer through CVS surgery
3453           remove old directory
3454           updating build to accomodate
3455           (#322257)
3456
3457 2005-11-29  Andy Wingo  <wingo@pobox.com>
3458
3459         * pkgconfig/gstreamer-plugins-base.pc.in:
3460         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3461         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3462         (#322257).
3463
3464 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3465
3466         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3467         3rd time's the charm. Correct ref-counting for discarded buffers.
3468
3469 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3470
3471         * gst/playback/gststreamselector.c:
3472         (gst_stream_selector_class_init),
3473         (gst_stream_selector_set_property),
3474         (gst_stream_selector_get_property),
3475         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3476         Fix ref-counting
3477
3478 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * gst/subparse/gstsubparse.c: (feed_textbuf):
3481           Don't access already unref'ed buffer.
3482
3483 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3484
3485         * gst/playback/gststreamselector.c:
3486         (gst_stream_selector_class_init), (gst_stream_selector_init),
3487         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3488         (gst_stream_selector_get_property),
3489         (gst_stream_selector_get_linked_pad),
3490         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3491         * gst/playback/gststreamselector.h:
3492         Add the active-pad property for playbin to use shortly. Ignore buffers
3493         from any other pad, returning GST_FLOW_NOT_LINKED
3494
3495 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3496
3497         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3498         patch from bug #322704 (Alessandro Decina).
3499
3500 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3501
3502         * gst-libs/gst/audio/Makefile.am:
3503           folded audiofilter into the audio library
3504
3505 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3506
3507         * gst/videoscale/gstvideoscale.h:
3508         * gst/videoscale/gstvideoscale.c:
3509           remove unimplemented scale methods
3510
3511 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3512
3513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3514           Don't leak caps.
3515
3516 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3517
3518         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3519         (gst_ximagesink_setcaps):
3520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3521         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3522         happens (only visible on ximagesink but bug is in xv too) set_caps was
3523         destroying the internal x[v]image used to memcpy non locally alloced
3524         buffers so that it got renewed on next _chain. The issue is that 
3525         _expose will try to put that image as it reffed it in _put.
3526         Using gst_buffer_unref instead of destroy fixes it !
3527
3528 2005-11-28  Edward Hervey  <edward@fluendo.com>
3529
3530         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3531         (try_to_link_1), (queue_filled_cb):
3532         Better use of the queues. Start with a small size queue and only increase
3533         the size of the queues when the other queues are empty.
3534
3535 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3536
3537         * gst-libs/gst/video/Makefile.am:
3538           compile in copied-over videofilter into the video library
3539         * gst-libs/gst/video/videosink.h:
3540           rename the header to gstvideosink.h since it's a base GstObject class
3541         * sys/ximage/ximagesink.h:
3542         * sys/xvimage/xvimagesink.h:
3543           use the new header
3544
3545 2005-11-28  Wim Taymans  <wim@fluendo.com>
3546
3547         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3548         * gst/playback/gstplaybasebin.h:
3549         Prepare to handle errors betters.
3550
3551         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3552         Set sinks to PAUSED first before adding and linking them so that
3553         we don't interrupt dataflow.
3554
3555 2005-11-28  Wim Taymans  <wim@fluendo.com>
3556
3557         * gst-libs/gst/audio/TODO:
3558         Updated TODO
3559
3560         * gst-libs/gst/audio/gstaudiosink.c:
3561         (gst_audioringbuffer_open_device),
3562         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3563         (gst_audioringbuffer_release):
3564         Small cleanups.
3565
3566         * gst-libs/gst/audio/gstbaseaudiosink.c:
3567         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3568         (gst_base_audio_sink_change_state):
3569         Slave to the master clock when going to PLAYING and unslave when
3570         going to PAUSED.
3571
3572         * gst-libs/gst/audio/gstringbuffer.c:
3573         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3574         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3575         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3576         (gst_ring_buffer_clear_all), (wait_segment),
3577         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3578         (gst_ring_buffer_advance):
3579         * gst-libs/gst/audio/gstringbuffer.h:
3580         Add some docs and cleanups.
3581
3582 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3583
3584         * sys/xvimage/xvimagesink.c:
3585         (gst_xvimagesink_navigation_send_event): Fix navigation events
3586         coordinates translation with pixel aspect ratios.
3587
3588 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3589
3590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3591         Use calculated video geometry from _setcaps instead of buffer
3592         caps to respect pixel aspect ratio. (fixes #322388)
3593
3594 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3595
3596         * docs/libs/tmpl/gstcolorbalance.sgml:
3597         * docs/libs/tmpl/gstmixer.sgml:
3598         * docs/libs/tmpl/gstxoverlay.sgml:
3599         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3600         interface.
3601
3602 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3603
3604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3605         Refuse to create an XvImage if we can't find the format.
3606
3607 2005-11-28  Edward Hervey  <edward@fluendo.com>
3608
3609         * gst-libs/gst/riff/riff-media.c:
3610         (gst_riff_create_audio_template_caps):
3611         Add ATRAC3 to the list of riff-possible audio caps.
3612         I know we still don't have a plugin for atrac3, but it's saner to output
3613         that than a cryptic mimetype.
3614
3615 2005-11-27  Edward Hervey  <edward@fluendo.com>
3616
3617         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3618         Don't try to create a zero-sized subbuffer.
3619
3620 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3621
3622         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3623         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3624         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3625         (gst_ximagesink_expose): Fixed a tricky race.
3626         * sys/ximage/ximagesink.h:
3627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3628         (gst_xvimagesink_expose): Fixed a tricky race.
3629         * sys/xvimage/xvimagesink.h:
3630
3631 2005-11-27  Edward Hervey  <edward@fluendo.com>
3632
3633         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3634         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3635         Remove unused properties, and add queues between demuxers and decoders
3636         so that a lot more files can preroll properly.
3637
3638 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3639
3640         * gst-libs/gst/net/Makefile.am:
3641         * gst-libs/gst/rtp/Makefile.am:
3642         * gst-libs/gst/tag/Makefile.am:
3643           remove silly include
3644         * gst/tags/Makefile.am:
3645         * gst/tags/gsttagediting.c:
3646         * gst/tags/gsttageditingprivate.h:
3647         * gst/tags/tagedit.vcproj:
3648           remove directory, is as good as empty
3649
3650 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3651
3652         * configure.ac:
3653           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3654         * gst-libs/Makefile.am:
3655         * gst-libs/gst/audio/Makefile.am:
3656         * gst-libs/gst/interfaces/Makefile.am:
3657         * gst-libs/gst/net/Makefile.am:
3658         * gst-libs/gst/riff/Makefile.am:
3659         * gst-libs/gst/rtp/Makefile.am:
3660         * gst-libs/gst/tag/Makefile.am:
3661         * gst-libs/gst/video/Makefile.am:
3662           and use them
3663
3664 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3665
3666         * docs/libs/tmpl/gstcolorbalance.sgml:
3667         * docs/libs/tmpl/gstmixer.sgml:
3668         * docs/libs/tmpl/gstxoverlay.sgml:
3669         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3670         * sys/ximage/ximagesink.h:
3671         * sys/xvimage/xvimagesink.h: More and more documentation.
3672
3673 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3674
3675         * docs/libs/gst-plugins-base-libs-docs.sgml:
3676         * docs/libs/gst-plugins-base-libs-sections.txt:
3677         * docs/libs/tmpl/gstcolorbalance.sgml:
3678         * docs/libs/tmpl/gstmixer.sgml:
3679         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3680         to documentation.
3681
3682 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3683
3684         * docs/plugins/Makefile.am:
3685         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3686         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3687         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3688
3689 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3690
3691         * docs/plugins/Makefile.am:
3692         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3693         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3694         * docs/plugins/inspect/plugin-adder.xml:
3695         * docs/plugins/inspect/plugin-alsa.xml:
3696         * docs/plugins/inspect/plugin-audioconvert.xml:
3697         * docs/plugins/inspect/plugin-audiorate.xml:
3698         * docs/plugins/inspect/plugin-audioresample.xml:
3699         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3700         * docs/plugins/inspect/plugin-decodebin.xml:
3701         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3702         * docs/plugins/inspect/plugin-gnomevfs.xml:
3703         * docs/plugins/inspect/plugin-ogg.xml:
3704         * docs/plugins/inspect/plugin-playbin.xml:
3705         * docs/plugins/inspect/plugin-subparse.xml:
3706         * docs/plugins/inspect/plugin-tcp.xml:
3707         * docs/plugins/inspect/plugin-theora.xml:
3708         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3709         * docs/plugins/inspect/plugin-video4linux.xml:
3710         * docs/plugins/inspect/plugin-videorate.xml:
3711         * docs/plugins/inspect/plugin-videoscale.xml:
3712         * docs/plugins/inspect/plugin-videotestsrc.xml:
3713         * docs/plugins/inspect/plugin-volume.xml:
3714         * docs/plugins/inspect/plugin-vorbis.xml:
3715         * docs/plugins/inspect/plugin-ximagesink.xml:
3716         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3717         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3718
3719 2005-11-26  Edward Hervey  <edward@fluendo.com>
3720
3721         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3722         Properly return GstFlowReturn from gst_pad_push in chain functions.
3723
3724 2005-11-25  Michael Smith  <msmith@fluendo.com>
3725
3726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3727         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3728         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3729         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3730           Handle various conditions better when we don't understand a stream.
3731           Removes a heap of CRITICALs on ogg streams containing unknown data.
3732
3733 2005-11-24  Andy Wingo  <wingo@pobox.com>
3734
3735         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3736         Be threadsafe.
3737
3738 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3739
3740         * configure.ac: back to HEAD
3741
3742 === release 0.9.6 ===
3743
3744 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3745
3746         * configure.ac:
3747           releasing 0.9.6, "White Eight"
3748
3749 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3750
3751         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3752         * docs/plugins/inspect/plugin-sine.xml:
3753           remove sinesrc some more
3754
3755 2005-11-23  Wim Taymans  <wim@fluendo.com>
3756
3757         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3758         If we are reading too slowly, jump forward in the ringbuffer
3759         instead of blocking.
3760
3761 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3762
3763         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3764         (gst_visual_chain):
3765         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3766         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3767         (gst_videorate_chain):
3768         * gst/videotestsrc/gstvideotestsrc.c:
3769         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3770         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3771         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3772         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3773         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3774         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3775           Updates for API changes
3776
3777 2005-11-23  Wim Taymans  <wim@fluendo.com>
3778
3779         * gst-libs/gst/audio/gstbaseaudiosink.c:
3780         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3781         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3782         Fix for calibration API change.
3783
3784 2005-11-23  Michael Smith <msmith@fluendo.com>
3785
3786         * gst-libs/gst/audio/multichannel.c:
3787         (gst_audio_get_channel_positions),
3788         (gst_audio_set_channel_positions),
3789         (gst_audio_set_structure_channel_positions_list),
3790         (gst_audio_fixate_channel_positions):
3791           Use gst_value_array_*() functions on value arrays, not
3792           gst_value_list_*().
3793
3794 2005-11-23  Edward Hervey  <edward@fluendo.com>
3795
3796         * autogen.sh:
3797         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3798         Fixes autogen
3799
3800 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3801
3802         * check/Makefile.am:
3803         * check/elements/videotestsrc.c: (setup_videotestsrc),
3804         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3805         (main):
3806           add a test for videotestsrc
3807
3808 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3809
3810         * gst/sine/.cvsignore:
3811         * gst/sine/Makefile.am:
3812         * gst/sine/gstsinesrc.c:
3813         * gst/sine/gstsinesrc.h:
3814         * gst/sine/sinesrc.vcproj:
3815           and remove sinesrc from the repository.  Closes #321446
3816
3817 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3818
3819         * configure.ac:
3820         * gst-plugins-base.spec.in:
3821           remove sinesrc from the build
3822
3823 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3824
3825         * check/Makefile.am:
3826         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3827         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3828         (main):
3829           add a test for audiotestsrc, testing all waves.  Even seems
3830           leak-free at first glance, nice job Stefan
3831
3832 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3833
3834         * po/af.po:
3835         * po/az.po:
3836         * po/cs.po:
3837         * po/en_GB.po:
3838         * po/hu.po:
3839         * po/it.po:
3840         * po/nb.po:
3841         * po/nl.po:
3842         * po/or.po:
3843         * po/sq.po:
3844         * po/sr.po:
3845         * po/sv.po:
3846         * po/uk.po:
3847         * po/vi.po:
3848           Translation string updates
3849
3850         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3851         (gst_v4lsrc_set_caps):
3852         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3853         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3854         * sys/v4l/v4lsrc_calls.h:
3855           Improve v4lsrc, by making it work again.
3856
3857 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3858
3859         * ext/libvisual/visual.c: (gst_visual_chain):
3860           Fix the fps calculations.
3861
3862         * gst/ffmpegcolorspace/avcodec.h:
3863           Move structure element for clarity
3864
3865         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3866         * gst-libs/gst/interfaces/tunernorm.h:
3867         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3868         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3869         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3870         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3871         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3872         (gst_v4lmjpegsrc_getcaps):
3873         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3874         (gst_v4lsrc_set_caps):
3875         * sys/v4l/gstv4lsrc.h:
3876         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3877         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3878         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3879         * sys/v4l/v4lsrc_calls.h:
3880           Fractional framerates...
3881
3882 2005-11-22  Wim Taymans  <wim@fluendo.com>
3883
3884         * gst-libs/gst/audio/gstbaseaudiosink.c:
3885         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3886         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3887         And we provide a clock by default, of course...
3888
3889 2005-11-22  Wim Taymans  <wim@fluendo.com>
3890
3891         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3892         This clock can be slaved to a master clock now.
3893
3894         * gst-libs/gst/audio/gstbaseaudiosink.c:
3895         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3896         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3897         (gst_base_audio_sink_set_clock),
3898         (gst_base_audio_sink_set_property),
3899         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3900         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3901         * gst-libs/gst/audio/gstbaseaudiosink.h:
3902         Handle slaving the internal clock to the clock selected in the
3903         pipeline.
3904         Add property to make the basesink not provide a clock.
3905
3906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3907         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3908         (gst_base_rtp_depayload_wait):
3909         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3910         We can use the clock in GstElement, no need to store it ourselves.
3911
3912 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3913
3914         * docs/libs/tmpl/gstaudio.sgml:
3915           update
3916         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3917         (gst_paranoia_endian_get_type):
3918         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3919         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3920         * gst/audiotestsrc/gstaudiotestsrc.c:
3921         (gst_audiostestsrc_wave_get_type):
3922         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3923         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3924         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3925         (gst_sync_method_get_type), (gst_unit_type_get_type),
3926         (gst_client_status_get_type), (gst_multifdsink_class_init),
3927         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3928         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3929         (gst_multifdsink_get_property):
3930         * gst/tcp/gstmultifdsink.h:
3931         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3932         * gst/videotestsrc/gstvideotestsrc.c:
3933         (gst_videotestsrc_pattern_get_type):
3934           remove deprecated properties
3935           fix up enums to correctly have short lowercase dashed nicks
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           Add underscore.
3942
3943 2005-11-22  Michael Smith <msmith@fluendo.com>
3944
3945         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3946         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3947           Use utility method for scaling clocktime for fractional framerates.
3948
3949 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3950
3951         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3952         (gst_visual_chain):
3953         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3954         * ext/theora/theoradec.c: (theora_handle_type_packet):
3955         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3956         (theora_enc_chain):
3957         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3958         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3959         * gst-libs/gst/video/video.h:
3960         * gst/ffmpegcolorspace/avcodec.h:
3961         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3962         (gst_ffmpeg_caps_to_pixfmt):
3963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3964         (gst_ffmpegcsp_set_caps):
3965         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3966         (gst_videorate_setcaps), (gst_videorate_blank_data),
3967         (gst_videorate_chain):
3968         * gst/videotestsrc/gstvideotestsrc.c:
3969         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3970         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3971         (gst_videotestsrc_event), (gst_videotestsrc_create):
3972         * gst/videotestsrc/gstvideotestsrc.h:
3973         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3974         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3975         (gst_ximagesink_get_times), (gst_ximagesink_init):
3976         * sys/ximage/ximagesink.h:
3977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3978         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3979         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3980         * sys/xvimage/xvimagesink.h:
3981           Convert elements to use fractions for their framerate.
3982           V4L elements to come later tonight.
3983
3984 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3985
3986         * gst-libs/gst/audio/audio.c:
3987         * gst-libs/gst/audio/audio.h:
3988           remove some deprecated functions
3989
3990 2005-11-22  Andy Wingo  <wingo@pobox.com>
3991
3992         * Update for gst_tag_setter API changes.
3993
3994 2005-11-22  Andy Wingo  <wingo@pobox.com>
3995
3996         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3997         (gst_ogg_demux_perform_seek):
3998         * ext/theora/theoradec.c (theora_dec_sink_event):
3999         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4000         update-funcnames.
4001
4002 2005-11-22  Wim Taymans  <wim@fluendo.com>
4003
4004         * examples/seeking/seek.c: (main):
4005         Give higher priority to bus signals than the gtk events
4006         to fix a race condition in the segment looping.
4007
4008 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4009
4010         * ext/theora/Makefile.am:
4011         * ext/vorbis/Makefile.am:
4012         * gst-libs/gst/tag/Makefile.am:
4013         * gst-plugins-base.spec.in:
4014           Rename libgsttagedit to libgsttag (#322117).
4015
4016 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4020           Call gst_x_overlay_prepare_xwindow_id() to give applications
4021           a final chance to set their own xwindow id before the video
4022           sink creates its own window.
4023
4024 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4025
4026         * sys/xvimage/xvimagesink.c:
4027         (gst_xvimagesink_navigation_send_event): Handle navigation
4028         events correcly with borders if applicable.
4029
4030 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         Patch by: Luca Ognibene
4033
4034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4035         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4036         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4037         (gst_ffmpegcsp_caps_remove_format_info):
4038         * gst/ffmpegcolorspace/imgconvert.c:
4039         * gst/ffmpegcolorspace/imgconvert_template.h:
4040           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4041           #318353); use gst_structure_has_name().
4042
4043 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4044
4045         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4046         (gst_ximagesink_class_init): Add debug macros on functions.
4047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4048         (gst_xvimagesink_xwindow_draw_borders),
4049         (gst_xvimagesink_xvimage_put),
4050         (gst_xvimagesink_xwindow_update_geometry),
4051         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4052         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4053         (gst_xvimagesink_xcontext_clear),
4054         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4055         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4056         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4057         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4058         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4059         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4060         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4061         expose while being PAUSED, out of data flow navigation events, etc..
4062
4063 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4064
4065         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4066         * gst-libs/gst/audio/audio.h:
4067           fix prototype - wondering why the test worked regardless
4068
4069 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4070
4071         * check/Makefile.am:
4072         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4073         * gst-libs/gst/audio/audio.h:
4074           add a method that returns a proper GstClockTime
4075
4076 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4077
4078         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4079         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4080         * gst-libs/gst/interfaces/xoverlay.h:
4081           Remove everything having to do with the desired size; add 
4082           gst_x_overlay_prepare_xwindow_id() function; remove the
4083           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4084           post a message on the bus instead (#321816).
4085
4086         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4088         (gst_xvimagesink_xoverlay_init):
4089           Remove desired size stuff (#321816).
4090
4091 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4092
4093         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4094         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4095         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4096           Terminate vararg functions with NULL instead of 0 to 
4097           make gcc4 happy.
4098
4099 2005-11-21  Andy Wingo  <wingo@pobox.com>
4100
4101         patch by: Sebastien Cote <sebas642@yahoo.ca>
4102         
4103         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4104         * gst-libs/gst/rtp/gstrtpbuffer.c
4105         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4106
4107 2005-11-21  Andy Wingo  <wingo@pobox.com>
4108
4109         * gst/playback/gstplaybin.c (gen_audio_element) 
4110         (gen_video_element): Use the new MISSING_PLUGIN core error
4111         category. Closes #320060.
4112
4113         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4114         * gst/videorate/gstvideorate.c (gst_videorate_event):
4115         * ext/theora/theoradec.c (theora_dec_sink_event): 
4116         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4117         stream lock.
4118
4119         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4120         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4121         stream lock changes.
4122
4123 2005-11-21  Wim Taymans  <wim@fluendo.com>
4124
4125         * gst-libs/gst/audio/gstbaseaudiosink.c:
4126         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4127         (gst_base_audio_sink_provide_clock),
4128         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4129         (gst_base_audio_sink_change_state):
4130         * gst/audioresample/gstaudioresample.c:
4131         Segment update fix.
4132
4133 2005-11-21  Andy Wingo  <wingo@pobox.com>
4134
4135         * *.h:
4136         * *.c: Ran scripts/update-macros. Oh yes.
4137
4138 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4139
4140         * sys/ximage/Makefile.am:
4141         * sys/ximage/ximage.c:
4142           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4143           remove your old libgstximage.* manually if necessary).
4144
4145 2005-11-21  Michael Smith <msmith@fluendo.com>
4146
4147         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4148           Minimal fix for bug #320200: set the min/max bitrate in the correct
4149           units. A better fix would be to upgrade to the RATEMANAGE2
4150           interface, rather than using the deprecated interface used here, but
4151           that would require an update in our libvorbis dependency (to 1.1),
4152           which is probably undesirable.
4153
4154 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4155
4156         * ext/libvisual/visual.c: (get_buffer):
4157         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4158         (gst_base_audio_src_fixate):
4159         * gst/audioconvert/gstaudioconvert.c:
4160         (gst_audio_convert_fixate_caps):
4161         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4162         * gst/audiotestsrc/gstaudiotestsrc.c:
4163         (gst_audiotestsrc_src_fixate):
4164         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4165         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4166         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4167         * gst/videotestsrc/gstvideotestsrc.c:
4168         (gst_videotestsrc_src_fixate):
4169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4171           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4172           (#322027)
4173
4174
4175 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4176
4177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4178         (gst_riff_create_iavs_caps):
4179         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4180         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4181         (gst_riff_parse_info):
4182         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4185           Fixes for GST_FOURCC_FORMAT API change.
4186
4187 2005-11-21  Andy Wingo  <wingo@pobox.com>
4188
4189         patch by: Alessandro Dessina <alessandro nnva org>
4190
4191         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4192         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4193         (gst_ogg_parse_chain):
4194         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4195         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4196         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4197         gst_value_list calls on arrays. Fixes #321962.
4198
4199 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4202         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4203         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4204         * gst/adder/gstadder.c: (gst_adder_init),
4205         (gst_adder_request_new_pad), (gst_adder_collected),
4206         (gst_adder_change_state):
4207           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4208           API change.
4209
4210 2005-11-21  Michael Smith <msmith@fluendo.com>
4211
4212         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4213         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4214           Properly handle pad_push return values.
4215
4216 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4217
4218         * gst-libs/gst/tag/Makefile.am:
4219         * gst-libs/gst/tag/gstvorbistag.c:
4220         (gst_tag_list_to_vorbiscomment_buffer):
4221           Remove obsolete vorbistag element and debug category.
4222
4223         * gst/playback/gstplaybasebin.c: (check_queue):
4224           Don't divide by 0 when queue-threshold is 0.
4225
4226         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4227           Don't modify an existing pixel-aspect-ratio if we fail to read
4228           a new one.
4229
4230 2005-11-20  Wim Taymans  <wim@fluendo.com>
4231
4232         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4233         (gst_vorbisenc_push_packet):
4234         GST_PAD_IS_USABLE is gone, use the return value of
4235         the push or pad_alloc_buffer instead.
4236
4237 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4238
4239         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4240         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4241         (gst_ximagesink_ximage_destroy),
4242         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4243         (gst_ximagesink_xwindow_new),
4244         (gst_ximagesink_xwindow_update_geometry),
4245         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4246         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4247         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4248         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4249         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4250         (gst_ximagesink_navigation_send_event),
4251         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4252         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4253         (gst_ximagesink_finalize), (gst_ximagesink_init),
4254         (gst_ximagesink_class_init):
4255         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4256         This new version brings correct software scaling, non flickering
4257         window while resizing, pixel aspect ratio handling, usage of
4258         hardware buffer pools, out of data flow event thread for 
4259         navigation and handling of expose events even when being PAUSED,
4260         a new property to keep video aspect ratio when resizing, etc...
4261
4262 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4263
4264         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4265         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4266         handling of PAR.
4267
4268 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4269
4270         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4271         Unsetting IS_SINK flag from the fakesink, so decodebin
4272         never behaves as a sink.
4273
4274 2005-11-17  Wim Taymans  <wim@fluendo.com>
4275
4276         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4277         (gst_base_audio_src_change_state):
4278         Fix the audiosrc base class again, we did not unflush.
4279
4280 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4281
4282         * examples/seeking/seek.c: (make_dv_pipeline),
4283         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4284         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4285         to ogg/vorbis/theora pipeline.
4286
4287 2005-11-17  Wim Taymans  <wim@fluendo.com>
4288
4289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4290         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4291         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4292         Fix EOS on multiple streams.
4293         More debugging.
4294
4295 2005-11-16  Wim Taymans  <wim@fluendo.com>
4296
4297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4298         (gst_ogg_demux_perform_seek):
4299         Segment done must include stream time.
4300
4301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4302         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4303         (gst_ogg_mux_change_state):
4304         Fix ogg muxer again.
4305
4306 2005-11-16  Wim Taymans  <wim@fluendo.com>
4307
4308         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4309         Fix compile again.
4310
4311 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4312
4313         * ext/libvisual/visual.c: (gst_visual_init):
4314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4315         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4316         (gst_ogg_parse_chain):
4317         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4318         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4319         * ext/theora/theoradec.c: (gst_theora_dec_init):
4320         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4321         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4322         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4323         * gst/adder/gstadder.c: (gst_adder_class_init),
4324         (gst_adder_dispose):
4325         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4326         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4327         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4328           Fix a whole set of pad template leaks
4329
4330 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4331
4332         * check/generic/states.c: (GST_START_TEST):
4333           fix the test so that it only checks for elements that are part of
4334           this source module
4335
4336 2005-11-16  Michael Smith <msmith@fluendo.com>
4337
4338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4339         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4340         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4341         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4342         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4343         (gst_ogg_mux_change_state):
4344           Fix leaking collectpads.
4345
4346 2005-11-16  Edward Hervey  <edward@fluendo.com>
4347
4348         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4349         (gst_videorate_event), (gst_videorate_chain):
4350         Handle segment seeks
4351
4352 2005-11-16  Wim Taymans  <wim@fluendo.com>
4353
4354         * gst-libs/gst/audio/gstbaseaudiosink.c:
4355         (gst_base_audio_sink_provide_clock),
4356         (gst_base_audio_sink_change_state):
4357         Set ringbuffer to non-flushing when going to PAUSED, set to
4358         flushing again when going to READY.
4359
4360         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4361         (gst_ring_buffer_stop):
4362         Start in flushing mode by default.
4363         Don't set flushing in the _stop method, let the app call
4364         this explicitly.
4365
4366 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4367
4368         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4369         * gst-libs/gst/video/videosink.h: Add helper function needed
4370         for video sinks.
4371
4372 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4373
4374         * gst/videoscale/gstvideoscale.c:
4375         (gst_videoscale_handle_src_event):
4376           Don't leak reference to pad parent.
4377
4378 2005-11-16  Wim Taymans  <wim@fluendo.com>
4379
4380         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4381         Set ringbuffer to flushing when stopping so that we don't
4382         block on wait_segment anymore and livelock.
4383
4384 2005-11-16  Wim Taymans  <wim@fluendo.com>
4385
4386         * examples/seeking/seek.c: (send_event), (do_seek),
4387         (loop_toggle_cb), (segment_done), (main):
4388         Added looping checkbox.
4389
4390 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4391
4392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4393         (gst_ogg_demux_init):
4394         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4395         (gst_vorbis_dec_init):
4396           revert unrefs, they don't pass make check
4397
4398 2005-11-15  Johan Dahlin  <johan@gnome.org>
4399
4400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4401         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4402         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4403         (gst_vorbis_dec_init):
4404         Fix pad template leaks. 
4405
4406 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4409           Make state change function thread safe.
4410
4411 2005-11-15  Edward Hervey  <edward@fluendo.com>
4412
4413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4414         (gst_ogg_demux_class_init):
4415         Implement GstElement::send_event, so we can send seek events
4416         in GST_STATE_READY
4417
4418 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4419
4420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4421         Discovered how to take away flickering while resizing the
4422         window. Please don't put that in ximagesink, refactoring in
4423         progress.
4424
4425 2005-11-14  Michael Smith <msmith@fluendo.com>
4426
4427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4428         (gst_multifdsink_render):
4429           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4430
4431 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4432
4433         * gst/playback/gstplaybin.c: (gen_audio_element):
4434           Use autoaudiosink, it tends to be more widely available than
4435           autoaudiiosink.
4436           
4437 2005-11-14  Andy Wingo  <wingo@pobox.com>
4438
4439         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4440         as well if it is available. Fixes #316442.
4441
4442 2005-11-14  Michael Smith <msmith@fluendo.com>
4443
4444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4445         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4446         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4447         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4448         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4449         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4450         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4451         (gst_vorbisenc_change_state):
4452           Fix a small memory leak in vorbisenc.
4453           Fix large memory leaks in oggmux, also fix lots of state change
4454           bugs in oggmux.
4455
4456 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4457
4458         * gst/videotestsrc/gstvideotestsrc.c:
4459         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4460         (gst_videotestsrc_src_fixate):
4461           move fixation to a fixate function
4462           remove negotiate function, basesrc's is good enough
4463           fixes a bug for check when using the element alone
4464
4465 2005-11-13  Edward Hervey  <edward@fluendo.com>
4466
4467         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4468         (key_toggle_cb), (main):
4469         Added checkboxes for adding/removing the accurate and key_unit seek
4470         flags.
4471
4472 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4473
4474         * configure.ac: back to HEAD
4475
4476 === release 0.9.5 ===
4477
4478 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4479
4480         * configure.ac:
4481           releasing 0.9.5, "No No Kia"
4482
4483 2005-11-11  Edward Hervey  <edward@fluendo.com>
4484
4485         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4486         Added parse-launch syntax seeking mode for the seeking example.
4487         This should help stress-test even more cases.
4488         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4489
4490 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         * sys/xvimage/xvimagesink.c:
4493         (gst_xvimagesink_navigation_send_event):
4494           Check whether peer pad exists before sending navigation events
4495           to it.
4496
4497 2005-11-11  Michael Smith <msmith@fluendo.com>
4498
4499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4500         (gst_vorbisenc_buffer_from_packet):
4501         * ext/vorbis/vorbisenc.h:
4502           Set duration on encoded buffers. This allows oggmux's
4503           max_page_delay parameter to actually work.
4504
4505 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4506
4507         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4508         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4509         (gst_ffmpegcsp_avpicture_fill):
4510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4511         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4512           Make palettes work again (see #132341). Use our own macros
4513           for rounding up.
4514
4515 2005-11-10  Andy Wingo  <wingo@pobox.com>
4516
4517         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4518         string doober.
4519
4520 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4521
4522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4523         (gst_ffmpegcsp_transform_caps):
4524           Prefer passthrough in transform_caps
4525
4526 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4527
4528         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4529           check for ALSA errors properly, instead of relying on ALSA's
4530           error strings to serve to the user.
4531
4532 2005-11-10  Wim Taymans  <wim@fluendo.com>
4533
4534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4535         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4536         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4537         Modernise the seek code.
4538
4539 2005-11-10  Michael Smith <msmith@fluendo.com>
4540         
4541         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4542         (setup_substreams), (set_active_source):
4543           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4544           trying to go to NULL if we failed to read a file.
4545
4546 2005-11-10  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst/audiotestsrc/gstaudiotestsrc.c:
4549         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4550         (gst_audiotestsrc_create):
4551         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4552         (gst_sinesrc_get_times), (gst_sinesrc_create):
4553         * gst/videotestsrc/gstvideotestsrc.c:
4554         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4555         (gst_videotestsrc_create):
4556         The base class can now sync for us.
4557
4558 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4559
4560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4561           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4562           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4563           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4564           format=(fourcc)I420" ! xvimagesink
4565
4566 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4567
4568         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4569         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4570         (gst_sinesrc_newsegment):
4571           Send newsegment event in TIME format, set duration if
4572           num-buffers is set, fix duration querying.
4573
4574 2005-11-10  Michael Smith <msmith@fluendo.com>
4575
4576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4577         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4578         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4579         (gst_ogg_mux_collected):
4580          Fix EOS handling, partially. Now forwarding an EOS event once we have
4581          EOS on all pads works correctly. However, we still don't properly set
4582          EOS on the actual ogg stream pages.
4583
4584 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4587           Set elements to NULL state before disposing of them.
4588
4589 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4590
4591         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4594         (gst_base_rtp_depayload_init),
4595         (gst_base_rtp_depayload_set_gst_timestamp):
4596         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4597           We need to send a newsegment event for each instance, not
4598           just for the first instance of this class (get rid of
4599           static variable in function). (#321011).
4600           
4601 2005-11-08  Michael Smith <msmith@fluendo.com>
4602
4603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4604         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4605         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4606         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4607           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4608           This makes us mux things correctly according to the ogg muxing
4609           rules. Still not handling EOS correctly right now, though.
4610
4611 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4612
4613         * gst/audioconvert/gstaudioconvert.c:
4614           Fix typo in docs. 
4615
4616 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4619         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4620           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4621           creating a new chain; should fix live streaming. Also
4622           add more debug output and fix a typo.
4623
4624 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4625
4626         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4627
4628         * gst/volume/gstvolume.c: (volume_set_caps):
4629           Fix compilation on Solaris with Forte. (#320923)
4630
4631 2005-11-08  Wim Taymans  <wim@fluendo.com>
4632
4633         * gst-libs/gst/audio/gstbaseaudiosink.c:
4634         (gst_base_audio_sink_render):
4635         No need to do a typecheck.
4636
4637 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4638
4639         * ext/alsa/gstalsa.h:
4640           We register a debug category, so let's use it.
4641
4642 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4643
4644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4645         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4646         Fixed a small problem.
4647
4648 2005-11-04  Wim Taymans  <wim@fluendo.com>
4649
4650         * examples/seeking/Makefile.am:
4651         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4652         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4653         (make_playerbin_pipeline), (format_value), (update_scale),
4654         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4655         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4656         (print_usage), (main):
4657         Added app for playback speed testing.
4658
4659         * examples/seeking/seek.c: (dynamic_link),
4660         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4661         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4662         (message_received), (main):
4663         Updated seek example.
4664
4665 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4666
4667         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4668         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4669         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4670         (gst_base_rtp_depayload_set_clock):
4671         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4672         Don't sleep on the bench (system clock) when you have a nice 
4673         comfortable bed (Gstreamer clock) to sleep on.
4674
4675 2005-11-03  Wim Taymans  <wim@fluendo.com>
4676
4677         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4678         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4679         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4680         Handle the case where a pad_block failed.
4681
4682 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4683
4684         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4685
4686         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4687         (gst_base_rtp_depayload_add_to_queue),
4688         (gst_base_rtp_depayload_push),
4689         (gst_base_rtp_depayload_set_gst_timestamp),
4690         (gst_base_rtp_depayload_queue_release):
4691           Fixes some bugs in the depayloader's queuing/de-queueing code.
4692
4693 2005-10-31  Michael Smith <msmith@fluendo.com>
4694
4695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4696         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4697         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4698           Patch from Alessandro Decina <alessandro@nnva.org>.
4699           Make oggdemux only find the final time in a chain, not per-pad,
4700           since the per-pad information can be very expensive to locate, and
4701           it isn't used anywhere. This makes reading a file containing
4702           OggSkeleton reasonably fast.
4703           Also, make chain finding work when there are logical bitstreams that
4704           can't be decoded. Fixes #319110.
4705
4706 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4707
4708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4709         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4710         (gst_base_rtp_depayload_chain),
4711         (gst_base_rtp_depayload_add_to_queue),
4712         (gst_base_rtp_depayload_push),
4713         (gst_base_rtp_depayload_set_gst_timestamp),
4714         (gst_base_rtp_depayload_queue_release),
4715         (gst_base_rtp_depayload_start_thread),
4716         (gst_base_rtp_depayload_set_property),
4717         (gst_base_rtp_depayload_get_property):
4718         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4719         Some random fixes, to fullfill the desires of thomas.
4720
4721 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4722
4723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4724         (gst_base_rtp_depayload_add_to_queue),
4725         (gst_base_rtp_depayload_push):
4726         Fixed the queueing algorithm.
4727
4728 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4729
4730         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4731         (gst_base_rtp_depayload_push):
4732         A small fix
4733
4734 2005-10-31  Wim Taymans  <wim@fluendo.com>
4735
4736         * gst-libs/gst/audio/gstringbuffer.h:
4737         Don't break ABI.
4738
4739         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4740         (gst_ffmpeg_caps_to_pixfmt):
4741         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4742         (gst_ffmpegcsp_set_caps):
4743         Some more comments.
4744         Handle missing required caps fields better.
4745
4746 2005-10-31  Wim Taymans  <wim@fluendo.com>
4747
4748         * gst-libs/gst/audio/gstbaseaudiosink.c:
4749         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4750         (gst_base_audio_sink_render):
4751         * gst-libs/gst/audio/gstringbuffer.c:
4752         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4753         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4754         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4755         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4756         (gst_ring_buffer_read):
4757         * gst-libs/gst/audio/gstringbuffer.h:
4758         Add flushing mode to the ringbuffer so that it in all cases does
4759         not try to handle more audio. This makes sure it does not try to
4760         block anymore when flushing and fixes a livelock.
4761
4762 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4763
4764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4765         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4766         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4767           Explicitly check for -1 values before doing a conversion
4768           and always map them to -1. (#315545)
4769
4770 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4771
4772         * gst/playback/gstplaybin.c: (gen_video_element):
4773           first try autovideosink, then xvimagesink, then error out
4774         * po/POTFILES.in:
4775           add translatable file
4776         * po/af.po:
4777         * po/az.po:
4778         * po/cs.po:
4779         * po/en_GB.po:
4780         * po/hu.po:
4781         * po/it.po:
4782         * po/nb.po:
4783         * po/nl.po:
4784         * po/or.po:
4785         * po/sq.po:
4786         * po/sr.po:
4787         * po/sv.po:
4788         * po/uk.po:
4789         * po/vi.po:
4790           update translations
4791
4792 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4793
4794         * gst-libs/gst/rtp/gstbasedepayload.c:
4795         * gst-libs/gst/rtp/gstbasedepayload.h:
4796           Minor cleanups
4797
4798 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         * gst/playback/.cvsignore:
4801         * gst/playback/decodetest.c:
4802         * gst/playback/test3.c:
4803           Port these two tests as well.
4804
4805 2005-10-27  Wim Taymans  <wim@fluendo.com>
4806
4807         * ext/theora/theoradec.c: (theora_dec_src_query),
4808         (theora_dec_sink_event):
4809         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4810         (theora_enc_change_state):
4811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4812         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4813         Take proper locks when handling events.
4814
4815 2005-10-27  Wim Taymans  <wim@fluendo.com>
4816
4817         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4818         (gst_adder_change_state):
4819         Fix timestamps and fix deadlock when stopping the collectpads.
4820
4821 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4822
4823         * gst-libs/gst/rtp/gstrtpbuffer.h:
4824         Declaring the payload types as strings too so that they can be used
4825         in the padtemplate inialization.
4826
4827 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4828
4829         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4830
4831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4832         (gst_base_rtp_depayload_class_init):
4833         Fixes a small but nasty bug. The derived elements no longer segfaults
4834         on finalization.
4835
4836 2005-10-26  Michael Smith <msmith@fluendo.com>
4837
4838         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4839           When clearing an audioconvert context, set tmpbufsize to zero, so
4840           we'll allocate it again later if required.
4841           This fixes audioconvert re-negotiating formats, which previously
4842           segfaulted with a NULL destination buffer.
4843
4844 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4845
4846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4847         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4848         (gst_base_rtp_depayload_set_gst_timestamp),
4849         (gst_base_rtp_depayload_queue_release):
4850         Fixed a smalll memleak.
4851
4852 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4854         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4855         (gst_base_rtp_depayload_finalize),
4856         (gst_base_rtp_depayload_setcaps),
4857         (gst_base_rtp_depayload_add_to_queue),
4858         (gst_base_rtp_depayload_push),
4859         (gst_base_rtp_depayload_set_gst_timestamp),
4860         (gst_base_rtp_depayload_queue_release),
4861         (gst_base_rtp_depayload_thread),
4862         (gst_base_rtp_depayload_change_state):
4863         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4864         Changed the C++ comments to C comments
4865
4866 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4867
4868         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4869         * gst/tcp/gsttcpclientsrc.h:
4870         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4871         * gst/tcp/gsttcpserversrc.h:
4872           Remove unused 'curoffset' structure member.
4873
4874 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4875
4876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4877         (gst_base_rtp_depayload_base_init),
4878         (gst_base_rtp_depayload_finalize):
4879         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4880         * gst-libs/gst/rtp/gstbasertppayload.h:
4881           The pad-template on the sinkpad should be set by the derived classes.
4882           Also added some useful macros.
4883
4884 2005-10-24  Wim Taymans  <wim@fluendo.com>
4885
4886         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4887         Correctly flush decoder samples even if we could not
4888         copy them to an output buffer. Fixes #319618.
4889
4890 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4891
4892         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4894         the caps against our xcontext caps.
4895
4896 2005-10-24  Wim Taymans  <wim@fluendo.com>
4897
4898         * gst-libs/gst/audio/gstbaseaudiosink.c:
4899         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4900         Remove g_print
4901         Use sync property from baseclass to disable sync.
4902
4903 2005-10-24  Wim Taymans  <wim@fluendo.com>
4904
4905         * gst-libs/gst/audio/gstbaseaudiosink.c:
4906         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4907         Buffers with no timestamps get aligned with previous buffers or
4908         on underrun, played ASAP.
4909
4910 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4911
4912         * gst-libs/gst/video/video.h:
4913         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4914         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4916         here comes my change on caps for framerate and geometry range.
4917         We are now accepting 1 to MAXINT for width and height, and from
4918         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4919         to be blended correctly in videomixer.
4920
4921 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4922
4923         * configure.ac:
4924           back to HEAD
4925
4926 === release 0.9.4 ===
4927
4928 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4929
4930         * NEWS:
4931         * RELEASE:
4932         * configure.ac:
4933           releasing 0.9.4, "Velociraptor"
4934
4935 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4936
4937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4938         * po/POTFILES.in:
4939           STOPPED -> FAILED
4940
4941 2005-10-21  Wim Taymans  <wim@fluendo.com>
4942
4943         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4944         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4945         (pad_blocked), (close_pad_link), (new_pad):
4946         Don't try to remove elements twice.
4947
4948 2005-10-21  Wim Taymans  <wim@fluendo.com>
4949
4950         * ext/theora/theoradec.c: (theora_dec_src_query),
4951         (theora_dec_sink_event):
4952         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4953         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4954         (vorbis_handle_data_packet):
4955         * ext/vorbis/vorbisdec.h:
4956         Fix old naming.
4957
4958         * gst-libs/gst/audio/gstbaseaudiosink.c:
4959         (gst_base_audio_sink_render):
4960         Don't try to sync on buffers without a timestamp.
4961
4962 2005-10-21  Wim Taymans  <wim@fluendo.com>
4963
4964         * ext/theora/theoradec.c: (theora_dec_src_query),
4965         (theora_dec_sink_event):
4966         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4967         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4968         (vorbis_handle_data_packet):
4969         * ext/vorbis/vorbisdec.h:
4970         Fix old naming.
4971
4972 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4973
4974         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4975         (gst_vorbisenc_src_query):
4976           Implement position and duration queries.
4977
4978         * gst/playback/test3.c: (update_scale), (main):
4979           Fix for async state changes and print nicer output.
4980
4981 2005-10-20  Wim Taymans  <wim@fluendo.com>
4982
4983         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4984         (dump_element_stats), (main):
4985         * gst/playback/test6.c: (main):
4986         Fix tests again
4987
4988 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4991         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4992           Don't use functions for position queries when handling
4993           duration queries.
4994
4995 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4996
4997         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4998         (vorbis_handle_data_packet), (vorbis_dec_chain),
4999         (vorbis_dec_change_state):
5000         * ext/vorbis/vorbisdec.h:
5001           Vorbis streams can be embedded in other container formats
5002           than ogg, container formats where the demuxer might set 
5003           timestamps on encoded vorbis buffers instead of those silly 
5004           granulepos thingies. In short: make vorbisdec handle 
5005           timestamps on incoming buffers as well.
5006
5007 2005-10-20  Wim Taymans  <wim@fluendo.com>
5008
5009         * gst/playback/gstplaybasebin.c: (group_destroy),
5010         (gst_play_base_bin_change_state):
5011         Fix leak.
5012         Handle case where playbasebin is now ASYNC because
5013         decodebin is.
5014
5015 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         * gst/audioconvert/Makefile.am:
5018         * gst/audioconvert/bufferframesconvert.c:
5019         * gst/audioconvert/plugin.c: (plugin_init):
5020         * gst/audioconvert/plugin.h:
5021           And bye bye buffer-frames-convert
5022
5023 2005-10-19  Wim Taymans  <wim@fluendo.com>
5024
5025         * check/elements/audioconvert.c:
5026         * docs/libs/tmpl/gstaudio.sgml:
5027         * docs/libs/tmpl/gstcolorbalance.sgml:
5028         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5029         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5030         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5031         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5032         * gst-libs/gst/audio/audio.h:
5033         * gst/audioconvert/audioconvert.h:
5034         * gst/audioconvert/gstaudioconvert.c:
5035         (gst_audio_convert_parse_caps):
5036         * gst/volume/gstvolume.c:
5037         Bye bye buffer-frames.
5038
5039 2005-10-19  Wim Taymans  <wim@fluendo.com>
5040
5041         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5042         (query_positions_elems), (query_positions_pads), (update_scale),
5043         (do_seek), (set_update_scale), (message_received), (main):
5044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5045         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5046         (gst_ogg_demux_loop):
5047         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5048         * ext/theora/theoradec.c: (theora_dec_src_query),
5049         (theora_dec_sink_event):
5050         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5051         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5052         * gst/adder/gstadder.c: (gst_adder_query):
5053         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5054         * gst/playback/test3.c: (update_scale):
5055         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5056         (dump_element_stats), (main):
5057         * gst/playback/test6.c: (main):
5058         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5059         Query API update.
5060
5061 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5064         (xml_check_first_element), (xml_type_find), (smil_type_find),
5065         (plugin_init):
5066           Add typefinding for SMIL and for generic XML. Based on patch by
5067           Akos Maroy (#308663).
5068
5069 2005-10-18  Wim Taymans  <wim@fluendo.com>
5070
5071         * gst/playback/Makefile.am:
5072         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5073         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5074         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5075         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5076         (gst_decode_bin_change_state):
5077         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5078         (gst_play_bin_send_event_to_sink):
5079         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5080         (dump_element_stats), (main):
5081         * gst/playback/test6.c: (main):
5082         Make playbin async, it'll commit state to paused when all streams
5083         are detected.
5084         Remove ugly hack.
5085         Added test6.c to show async behaviour.
5086
5087 2005-10-18  Wim Taymans  <wim@fluendo.com>
5088
5089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5090         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5091         Fix for segment-start/stop API change.
5092
5093 2005-10-18  Wim Taymans  <wim@fluendo.com>
5094
5095         * check/Makefile.am:
5096         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5097         (main):
5098         Add future test for clock selection.
5099
5100 2005-10-18  Wim Taymans  <wim@fluendo.com>
5101
5102         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5103         (gst_alsasink_close):
5104         Set handle to NULL.
5105
5106         * gst-libs/gst/audio/gstringbuffer.c:
5107         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5108         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5109         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5110         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5111         (gst_ring_buffer_read):
5112         More debug info.
5113
5114 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5115
5116         * gst/audiotestsrc/Makefile.am:
5117         * gst/sine/Makefile.am:
5118         * gst/volume/Makefile.am:
5119           fix broken build of controllerized plugins
5120
5121 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5122
5123         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5124
5125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5126         (gst_riff_create_video_template_caps):
5127           Add support for Indeo-3 (IV32).
5128
5129 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5130
5131         * configure.ac:
5132           rewrite
5133
5134 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5135
5136         * gst-libs/gst/video/video.c: (gst_video_get_size):
5137         * gst/audiotestsrc/gstaudiotestsrc.c:
5138           doc updates
5139
5140 2005-10-17  Andy Wingo  <wingo@pobox.com>
5141
5142         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5143         with the collectpads change.
5144         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5145
5146         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5147
5148         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5149
5150         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5151         alloc_buffer flow return to callers.
5152         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5153         change. Fix some memleaks in theoraenc.
5154
5155         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5156         in strange circumstance.
5157
5158 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5159
5160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5161         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5162         from caps, let's use the caps...
5163
5164 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5165
5166         * configure.ac:
5167           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5168
5169 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5170
5171         * gst-libs/gst/interfaces/Makefile.am:
5172           fix silly typo
5173
5174 2005-10-16  Andy Wingo  <wingo@pobox.com>
5175
5176         * gst/playback/gstdecodebin.c
5177         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5178         function!
5179         (try_to_link_1): Increase kraziness level.
5180
5181 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5182
5183         * configure.ac:
5184           restructure like the core one
5185         * gst-libs/gst/audio/Makefile.am:
5186         * gst-libs/gst/interfaces/Makefile.am:
5187         * gst-libs/gst/net/Makefile.am:
5188         * gst-libs/gst/riff/Makefile.am:
5189         * gst-libs/gst/rtp/Makefile.am:
5190         * gst-libs/gst/tag/Makefile.am:
5191         * gst-libs/gst/video/Makefile.am:
5192           use correct linker flags, now the libs are properly versioned
5193         * check/elements/audioconvert.c: (verify_convert):
5194         * ext/alsa/gstalsaplugin.c:
5195         * ext/cdparanoia/gstcdparanoia.c:
5196         * ext/gnomevfs/gstgnomevfs.c:
5197         * ext/libvisual/visual.c:
5198         * ext/ogg/gstogg.c:
5199         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5200         * ext/theora/theora.c:
5201         * ext/vorbis/vorbis.c:
5202         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5203         * gst-libs/gst/tag/gsttagediting.c:
5204         * gst-libs/gst/video/video.c:
5205         * gst/adder/gstadder.c:
5206         * gst/audioconvert/plugin.c:
5207         * gst/audiorate/gstaudiorate.c:
5208         * gst/audioresample/gstaudioresample.c:
5209         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5210         * gst/audioscale/gstaudioscale.c:
5211         * gst/audioscale/resample.c:
5212         * gst/audiotestsrc/gstaudiotestsrc.c:
5213         * gst/ffmpegcolorspace/gstffmpeg.c:
5214         * gst/playback/gstdecodebin.c: (close_pad_link):
5215         * gst/playback/gstplaybin.c: (gen_video_element),
5216         (gen_audio_element):
5217         * gst/sine/gstsinesrc.c:
5218         * gst/subparse/gstsubparse.c:
5219         * gst/tags/gsttagediting.c:
5220         * gst/tcp/gsttcpplugin.c:
5221         * gst/typefind/gsttypefindfunctions.c:
5222         * gst/videorate/gstvideorate.c:
5223         * gst/videoscale/gstvideoscale.c:
5224         * gst/videotestsrc/gstvideotestsrc.c:
5225         * gst/volume/gstvolume.c:
5226         * sys/v4l/gstv4l.c:
5227         * sys/ximage/ximage.c:
5228         * sys/xvimage/xvimagesink.c:
5229           fix up defines
5230
5231 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5232
5233         * ext/vorbis/vorbisenc.c:
5234         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5235         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5236         (gst_tag_to_vorbis_comments):
5237           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5238
5239 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5240
5241         * examples/stats/mp2ogg.c:
5242         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5243           typo fixes
5244
5245 2005-10-13  Michael Smith <msmith@fluendo.com>
5246
5247         * ext/ogg/gstoggmux.c:
5248           Use magic glib macros to define constants as 64 bit, to ensure
5249           appropriate vararg passing.
5250
5251 2005-10-13  Michael Smith <msmith@fluendo.com>
5252
5253         * ext/ogg/gstoggmux.c:
5254         * gst/audioconvert/audioconvert.c: (float):
5255           Don't use LL suffix, as it's not portable, and neither of these
5256           uses required it anyway.
5257
5258 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5259
5260         * examples/indexing/indexmpeg.c: (main):
5261         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5262         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5263         (cdparanoia_convert), (cdparanoia_query):
5264         * ext/cdparanoia/gstcdparanoia.h:
5265         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5266         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5267         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5268         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5269         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5270         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5271         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5272         (gst_multifdsink_render), (gst_multifdsink_start),
5273         (gst_multifdsink_stop):
5274         * gst/tcp/gstmultifdsink.h:
5275         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5276         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5277         (gst_tcpclientsink_stop):
5278         * gst/tcp/gsttcpclientsink.h:
5279         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5280         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5281         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5282         * gst/tcp/gsttcpclientsrc.h:
5283         * gst/tcp/gsttcpserversink.h:
5284         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5285         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5286         (gst_tcpserversrc_stop):
5287         * gst/tcp/gsttcpserversrc.h:
5288         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5289         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5290         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5291           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5292           moved bitshift from macro to enum definition
5293
5294 2005-10-12  Wim Taymans  <wim@fluendo.com>
5295
5296         * examples/seeking/Makefile.am:
5297         Oops.
5298
5299 2005-10-12  Wim Taymans  <wim@fluendo.com>
5300
5301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5302         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5303         Don't assert on normal stuff.
5304
5305         * gst/playback/gstplaybin.c: (do_playbin_seek):
5306         API fix.
5307
5308 2005-10-12  Wim Taymans  <wim@fluendo.com>
5309
5310         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5311         * examples/seeking/Makefile.am:
5312         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5313         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5314         (do_seek), (set_update_scale), (message_received), (main):
5315         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5316         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5317         Update for _get_state() API change.
5318
5319 2005-10-11  Wim Taymans  <wim@fluendo.com>
5320
5321         * gst-libs/gst/audio/gstbaseaudiosink.c:
5322         (gst_base_audio_sink_render):
5323         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5324         (gst_base_audio_src_create):
5325         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5326         (gst_ring_buffer_read):
5327         Cleanups.
5328         Commit and read from ringbuffer in samples rather than bytes.
5329
5330 2005-10-11  Wim Taymans  <wim@fluendo.com>
5331
5332         * gst-libs/gst/audio/gstbaseaudiosink.c:
5333         (gst_base_audio_sink_render):
5334         Respect segment rate and accum when scheduling samples.
5335
5336 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5337
5338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5339         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5340         EOS correctly, that needs more work.
5341
5342 2005-10-11  Wim Taymans  <wim@fluendo.com>
5343
5344         * check/generic/states.c: (GST_START_TEST):
5345         remove old property.
5346
5347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5348         (gst_ogg_demux_perform_seek):
5349         * ext/theora/theoradec.c: (theora_dec_sink_event):
5350         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5351         (vorbis_handle_data_packet):
5352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5353         (gst_base_rtp_depayload_set_gst_timestamp):
5354         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5355         Update for newsegment API change.
5356
5357 2005-10-11  Michael Smith <msmith@fluendo.com>
5358
5359         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5360         (do_playbin_seek), (gst_play_bin_send_event):
5361           Override send_event differently, so that we can takes bits of
5362           functionality from GstPipeline (special handling for seeks,
5363           including pausing/resuming, and resetting stream time) and still get
5364           the appropriate behaviour of only forwarding event to a single sink,
5365           rather than all of them.
5366           Unfortunately requires a lot of code duplication, but the
5367           alternatives are equally ugly in the end.
5368
5369 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5370
5371         * check/elements/audioconvert.c: (setup_audioconvert),
5372         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5373         (GST_START_TEST), (audioconvert_suite):
5374           clean up tests a little, fix some leaks.
5375
5376 2005-10-10  Wim Taymans  <wim@fluendo.com>
5377
5378         * ext/alsa/gstalsasink.c:
5379         Also allow unsigned int.
5380
5381         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5382         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5383         Small cleanup
5384
5385 2005-10-10  Wim Taymans  <wim@fluendo.com>
5386
5387         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5388         Small update, use API as stated in design docs.
5389
5390         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5391         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5392         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5393         (message_received), (main):
5394         Updated seek example for GOption. Some usability improvements.
5395
5396 2005-10-10  Wim Taymans  <wim@fluendo.com>
5397
5398         * gst/audioconvert/audioconvert.h:
5399         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5400         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5401         Alloc temp storage somewhere else where we can do it more
5402         portable.
5403
5404 2005-10-10  Wim Taymans  <wim@fluendo.com>
5405
5406         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5407         (gst_tcpserversrc_start):
5408         Don't block in accept while doing the state change, move
5409         to poll and make cancellable.
5410
5411 2005-10-09  Philippe Khalaf <burger@speedy.org>
5412
5413         * gst-libs/gst/rtp/rtpbasedepayload.c:
5414         Set timestamp and add queue delay to timestamp
5415         * gst-libs/gst/rtp/rtpbuffer.h:
5416         Set correct payload type for h263
5417
5418 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5419
5420         * gst/audiotestsrc/gstaudiotestsrc.c:
5421         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5422         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5423         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5424         (gst_audiotestsrc_create_triangle),
5425         (gst_audiotestsrc_create_silence),
5426         (gst_audiotestsrc_create_white_noise),
5427         (gst_audiotestsrc_init_pink_noise),
5428         (gst_audiotestsrc_generate_pink_noise_value),
5429         (gst_audiotestsrc_create_pink_noise),
5430         (gst_audiotestsrc_change_wave):
5431         * gst/audiotestsrc/gstaudiotestsrc.h:
5432           fixed typo, added pink noise
5433
5434 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5437         (plugin_init):
5438           Add wavpack and spc typefind functions from 0.8 branch.
5439
5440 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5441
5442         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5443         (ar_type_find), (msdos_type_find), (plugin_init):
5444           Add typefind functions for tar archives, ar archives,
5445           RAR archives, and msdos-executables (dlls, exe, etc.).
5446           Some of those would be wrongly identified as mpeg
5447           streams of some sort before (#315550).
5448
5449 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5450
5451         * configure.ac:
5452         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5453         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5454         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5455         * gst/audiotestsrc/Makefile.am:
5456         * gst/audiotestsrc/gstaudiotestsrc.c:
5457         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5458         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5459         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5460         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5461         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5462         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5463         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5464         (gst_audiotestsrc_create_silence),
5465         (gst_audiotestsrc_create_white_noise),
5466         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5467         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5468         (gst_audiotestsrc_start), (plugin_init):
5469         * gst/audiotestsrc/gstaudiotestsrc.h:
5470           add new plugin and element
5471         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5472           use gobject_class
5473
5474 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5477         (gst_adder_init), (gst_adder_request_new_pad),
5478         (gst_adder_change_state):
5479           Add query function to source pad, so adder reports the correct
5480           time/sample position when queried (#315457); fix state change
5481           function; use GST_DEBUG_FUNCPTR() for pad functions.
5482
5483 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5484
5485         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5486           Fix leaks in typefind registration
5487           Clean up the gratuitous commenting and whitespacing a little
5488
5489 2005-10-08  Wim Taymans  <wim@fluendo.com>
5490
5491         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5492         Only actually wait for the thread to be stopped if it's 
5493         running.
5494
5495 2005-10-08  Wim Taymans  <wim@fluendo.com>
5496
5497         * gst-libs/gst/audio/gstbaseaudiosink.c:
5498         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5499         If we receive EOS we can start playback of what we had.
5500
5501 2005-10-08  Wim Taymans  <wim@fluendo.com>
5502
5503         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5504         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5505         (gst_multifdsink_stop):
5506         Fix crasher when going to NULL multiple times.
5507
5508 2005-10-06  Wim Taymans  <wim@fluendo.com>
5509
5510         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5511         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5512         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5513         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5514         patch from Edgard Lima <edgard.lima@indt.org.br>
5515         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5516
5517 2005-10-06  Wim Taymans  <wim@fluendo.com>
5518
5519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5520         Report the FLOW_RETURN as string in the error message.
5521
5522         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5523         Don't assert when clearing an unnegotiated buffer.
5524
5525 2005-10-04  Michael Smith <msmith@fluendo.com>
5526
5527         * gst/playback/gstplaybasebin.c: (group_destroy),
5528         (gen_preroll_element), (remove_groups), (setup_source):
5529         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5530         (setup_sinks), (gst_play_bin_send_event),
5531         (gst_play_bin_change_state):
5532           Set state to NULL before removing from bin. Fix refcounting.
5533
5534 2005-10-04  Michael Smith <msmith@fluendo.com>
5535
5536         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5537           Correct refcounting in send_event() function. Previously was wrong
5538           if the first sink was unable to handle the event.
5539
5540 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5541
5542         * configure.ac:
5543           back to development
5544
5545 === release 0.9.3 ===
5546
5547 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5548
5549         * configure.ac:
5550           Releasing 0.9.3, "De Facto"
5551
5552 2005-10-03  Andy Wingo  <wingo@pobox.com>
5553
5554         * gst/playback/gstdecodebin.c (try_to_link_1)
5555         (remove_element_chain): set element to NULL before removing it.
5556
5557 2005-10-02  Johan Dahlin  <johan@gnome.org>
5558
5559         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5560         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5561         MT safe.
5562
5563 2005-10-02  Andy Wingo  <wingo@pobox.com>
5564
5565         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5566         (gst_ring_buffer_prepare_read): 
5567         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5568         Demote to LOG.
5569
5570 2005-09-29  Wim Taymans  <wim@fluendo.com>
5571
5572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5573         * ext/theora/theoradec.c: (theora_handle_data_packet):
5574         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5575         Propagate error codes from alloc_buffer too.
5576
5577 2005-09-29  Wim Taymans  <wim@fluendo.com>
5578
5579         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5580         We use fixed caps.
5581
5582         * gst/playback/Makefile.am:
5583         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5584         (dump_element_stats), (main):
5585         Added example stream introspection code.
5586
5587 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5588
5589         * gst/adder/gstadder.c: (gst_adder_collected):
5590           fix adder for float elements
5591
5592 2005-09-28  Wim Taymans  <wim@fluendo.com>
5593
5594         * gst-libs/gst/audio/gstbaseaudiosink.c:
5595         (gst_base_audio_sink_class_init),
5596         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5597         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5598         (gst_base_audio_src_class_init),
5599         (gst_base_audio_src_provide_clock):
5600         get_clock -> provide_clock
5601
5602 2005-09-28  Andy Wingo  <wingo@pobox.com>
5603
5604         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5605         and unlocking.
5606
5607         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5608         unlocking.
5609
5610         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5611         Actually add the pad template.
5612         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5613
5614         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5615         I'm at it...
5616
5617         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5618         from fdsrc. Get caps in create() instead of start() so it can be
5619         interrupted. Interruption somewhat untested.
5620
5621         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5622         Proper EOS handling.
5623
5624 2005-09-27  Andy Wingo  <wingo@pobox.com>
5625
5626         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5627
5628         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5629
5630         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5631
5632         * gst/tcp/gsttcp.h: 
5633         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5634         out of tcpclientsrc.c. Cancellable.
5635         (gst_tcp_socket_read): Made private, cancellable, with better
5636         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5637         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5638         whole buffer, and better diagnostics.
5639         (gst_tcp_gdp_read_caps): Same.
5640
5641         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5642
5643 2005-09-26  Andy Wingo  <wingo@pobox.com>
5644
5645         * gst/sine/gstsinesrc.h:
5646         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5647         change the 'sync' property to 'is-live' and implement it halfway,
5648         update for controller api change.
5649
5650         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5651         controller api change.
5652
5653 2005-09-24  Wim Taymans  <wim@fluendo.com>
5654
5655         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5656         * gst-libs/gst/audio/gstaudiosink.c:
5657         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5658         (gst_audioringbuffer_stop):
5659         * gst-libs/gst/audio/gstbaseaudiosink.c:
5660         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5661         (gst_base_audio_sink_change_state):
5662         * gst-libs/gst/audio/gstbaseaudiosink.h:
5663         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5664         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5665         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5666         * gst-libs/gst/audio/gstringbuffer.h:
5667         Fix sync again. Moved sample alignment to basesink.
5668
5669 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5670
5671         * docs/plugins/Makefile.am:
5672         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5673         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5674         * gst/volume/gstvolume.c:
5675           add/fix docs
5676         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5677         * gst-libs/gst/audio/audio.h:
5678           add conversion macros for frames <-> clocktime
5679
5680 2005-09-23  David Schleef  <ds@schleef.org>
5681
5682         * gst/audioresample/Makefile.am:
5683         * gst/audioresample/debug.h:
5684         * gst/audioresample/gstaudioresample.c:
5685         * gst/audioresample/resample.c: Convert to using gst debugging
5686
5687 2005-09-22  Wim Taymans  <wim@fluendo.com>
5688
5689         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5690         (gst_play_bin_send_event):
5691         Only seek on one sink, the first one that succeeds.
5692
5693 2005-09-22  Michael Smith <msmith@fluendo.com>
5694
5695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5696         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5697         Don't flush encoder state unless we have an initialised encoder.
5698         Clear out encoder state on PAUSED_TO_READY.
5699
5700 2005-09-22  Wim Taymans  <wim@fluendo.com>
5701
5702         * gst-libs/gst/rtp/gstbasertppayload.c:
5703         (gst_basertppayload_class_init), (gst_basertppayload_init),
5704         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5705         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5706         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5707         (gst_basertppayload_set_property),
5708         (gst_basertppayload_get_property),
5709         (gst_basertppayload_change_state):
5710         * gst-libs/gst/rtp/gstbasertppayload.h:
5711         Added max-ptime to control amount of data in the rtp packets.
5712
5713 2005-09-21  Andy Wingo  <wingo@pobox.com>
5714
5715         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5716         thingies.
5717
5718         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5719         can be called multiple times, dogs.
5720
5721 2005-09-21  Wim Taymans  <wim@fluendo.com>
5722
5723         * gst-libs/gst/rtp/gstbasertppayload.c:
5724         (gst_basertppayload_class_init), (gst_basertppayload_init),
5725         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5726         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5727         (gst_basertppayload_push), (gst_basertppayload_get_property),
5728         (gst_basertppayload_change_state):
5729         Allow 0 ssrc too.
5730
5731 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5732
5733         * docs/libs/compiling.sgml:
5734           fixing typos
5735
5736 2005-09-20  Wim Taymans  <wim@fluendo.com>
5737
5738         * gst-libs/gst/rtp/gstbasertppayload.c:
5739         (gst_basertppayload_class_init), (gst_basertppayload_init),
5740         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5741         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5742         (gst_basertppayload_push), (gst_basertppayload_set_property),
5743         (gst_basertppayload_get_property),
5744         (gst_basertppayload_change_state):
5745         * gst-libs/gst/rtp/gstbasertppayload.h:
5746         Added property to configure sequence number offsets.
5747
5748 2005-09-20  Wim Taymans  <wim@fluendo.com>
5749
5750         * gst-libs/gst/rtp/gstbasertppayload.c:
5751         (gst_basertppayload_class_init), (gst_basertppayload_init),
5752         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5753         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5754         (gst_basertppayload_push), (gst_basertppayload_set_property),
5755         (gst_basertppayload_get_property),
5756         (gst_basertppayload_change_state):
5757         * gst-libs/gst/rtp/gstbasertppayload.h:
5758         Make timestamp offset configurable.
5759
5760 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5761
5762         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5763           fix wrong pop/unref
5764
5765 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5766
5767         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5768
5769         * gst-libs/gst/interfaces/propertyprobe.c:
5770         (gst_property_probe_probe_property_name),
5771         (gst_property_probe_needs_probe_name),
5772         (gst_property_probe_get_values_name),
5773         (gst_property_probe_probe_and_get_values_name):
5774           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5775           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5776
5777 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5778
5779         * check/Makefile.am:
5780           have some tests be disabled for valgrinding
5781         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5782         (GST_START_TEST):
5783         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5784           Fix A Leak.  Chain To Parent Finalize.
5785
5786 2005-09-19  Wim Taymans  <wim@fluendo.com>
5787
5788         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5789         Fixed wav pipeline.
5790
5791 2005-09-19  Wim Taymans  <wim@fluendo.com>
5792
5793         * gst-libs/gst/rtp/gstbasertppayload.c:
5794         (gst_basertppayload_class_init), (gst_basertppayload_init),
5795         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5796         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5797         (gst_basertppayload_push), (gst_basertppayload_get_property),
5798         (gst_basertppayload_change_state):
5799         Posting ERROR and WARNING messages is good.
5800
5801 2005-09-19  Wim Taymans  <wim@fluendo.com>
5802
5803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5804         (gst_base_rtp_depayload_add_to_queue),
5805         (gst_base_rtp_depayload_push),
5806         (gst_base_rtp_depayload_set_gst_timestamp),
5807         (gst_base_rtp_depayload_queue_release):
5808         This one was not supposed to go in.
5809
5810 2005-09-19  Wim Taymans  <wim@fluendo.com>
5811
5812         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5813         Fix for bus API.
5814
5815         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5816         (gst_base_rtp_depayload_chain),
5817         (gst_base_rtp_depayload_add_to_queue),
5818         (gst_base_rtp_depayload_push),
5819         (gst_base_rtp_depayload_set_gst_timestamp),
5820         (gst_base_rtp_depayload_queue_release):
5821         Some cleanups.
5822
5823         * gst-libs/gst/rtp/gstbasertppayload.c:
5824         (gst_basertppayload_class_init), (gst_basertppayload_init),
5825         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5826         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5827         (gst_basertppayload_get_property),
5828         (gst_basertppayload_change_state):
5829         Added debugging category.
5830
5831 2005-09-18  David Schleef  <ds@schleef.org>
5832
5833         * gst/playback/gstdecodebin.c: free plugin list correctly
5834         * gst/playback/gstplaybin.c: emit warning if autovideosink
5835           and autoaudiosink can't be found (instead of segfaulting)
5836
5837 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5838
5839         * check/elements/audioconvert.c: (GST_START_TEST):
5840           try out 24 bit conversion
5841
5842 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5843
5844         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5845         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5846         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5847         * ext/vorbis/vorbisenc.h:
5848           Fix EOS handling.  Still needs a fix in the ogg muxer to
5849           mark the last page as eos.
5850
5851 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5852
5853         * common/gtk-doc-plugins.mak:
5854         * docs/plugins/Makefile.am:
5855         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5856         * gst/ffmpegcolorspace/Makefile.am:
5857         * gst/ffmpegcolorspace/avcodec.h:
5858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5859         * gst/tcp/gstmultifdsink.c:
5860           fix up ffmpegcolorspace docs; extract header
5861
5862 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5863
5864         * common/gtk-doc-plugins.mak:
5865         * docs/plugins/Makefile.am:
5866         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5867         * ext/theora/Makefile.am:
5868         * ext/theora/gsttheoraenc.h:
5869         * ext/theora/theoraenc.c:
5870         * ext/vorbis/vorbisenc.c:
5871           pick up signals and args for vorbis; add some docs for vorbis
5872
5873 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5874
5875         * common/gstdoc-scangobj:
5876         * common/gtk-doc-plugins.mak:
5877         * docs/libs/Makefile.am:
5878         * docs/plugins/gst-plugins-base-plugins.args:
5879         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5880         * docs/plugins/gst-plugins-base-plugins.interfaces:
5881         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5882         * docs/plugins/gst-plugins-base-plugins.signals:
5883           only scanobj stuff from our source module.  Not sure yet
5884           if that's correct, given the hierarchy stuff :)
5885
5886 2005-09-15  Wim Taymans  <wim@fluendo.com>
5887
5888         * gst/audioconvert/gstaudioconvert.c:
5889         And enable 24 bits mode as well..
5890
5891 2005-09-15  Wim Taymans  <wim@fluendo.com>
5892
5893         * gst-libs/gst/rtp/Makefile.am:
5894         * gst-libs/gst/rtp/gstbasertppayload.c:
5895         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5896         (gst_basertppayload_class_init), (gst_basertppayload_init),
5897         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5898         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5899         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5900         (gst_basertppayload_set_property),
5901         (gst_basertppayload_get_property),
5902         (gst_basertppayload_change_state):
5903         * gst-libs/gst/rtp/gstbasertppayload.h:
5904         Added rtp payloader base class.
5905
5906 2005-09-15  Andy Wingo  <wingo@pobox.com>
5907
5908         * configure.ac (plugindir): Remove the EOL matcher from the
5909         regexp, as it causes me problems. Libtool? Make? Who knows?
5910
5911 2005-09-14  David Schleef  <ds@schleef.org>
5912
5913         * check/generic/states.c: 
5914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5915         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5916           Fixes for changes in registry API.
5917
5918         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5919           to GST_PLUGIN_LDFLAGS.
5920         * ext/libvisual/visual.c: Make the library shut up.
5921         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5922         * gst-libs/gst/audio/gstaudiofilter.c: same
5923
5924 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5925
5926         * docs/plugins/Makefile.am:
5927         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5928         * docs/plugins/inspect/plugin-libvisual.xml:
5929         * docs/plugins/tmpl/element-tcpserversink.sgml:
5930         * ext/theora/theoraenc.c:
5931           add libvisual plugin and theoraenc element to docs
5932
5933 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5934
5935         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5936         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5937         * ext/theora/theoraenc.c:
5938           add theoraenc
5939
5940 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5941
5942         * gst/audioconvert/Makefile.am:
5943           Audioconvert derives from GstBaseTransform and should
5944           link to the library with our base elements to avoid
5945           unresolved symbols. Makes things work with MinGW (#316160)
5946
5947         * gst/playback/test4.c: (main):
5948           Fix MinGW build problem and use g_usleep() instead of 
5949           sleep() (#316162)
5950
5951 2005-09-12  Wim Taymans  <wim@fluendo.com>
5952
5953         * gst/audioconvert/audioconvert.c: (float),
5954         (audio_convert_prepare_context), (audio_convert_convert):
5955         * gst/audioconvert/audioconvert.h:
5956         Cleanups, speedups, simplifications, added back support
5957         for 24 bits.
5958
5959 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5960
5961         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5962         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5963         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5964         * docs/plugins/tmpl/element-tcpserversink.sgml:
5965         * gst/ffmpegcolorspace/gstffmpeg.c:
5966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5967         * gst/videotestsrc/gstvideotestsrc.c:
5968         * gst/volume/gstvolume.c:
5969           add more elements to the docs
5970
5971 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5972
5973         * check/Makefile.am:
5974         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5975         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5976           Add extra tests for basetransform based components. 
5977           Comment out the test_element_negotiation test until we decide
5978           if it's testing correct behaviour.
5979         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5980         (gst_visual_chain), (gst_visual_change_state):
5981           Slightly more correct but still bogus timestamping.
5982           Fix state change function.
5983         * gst/audioconvert/gstaudioconvert.c:
5984         (gst_audio_convert_class_init):
5985         * gst/audioresample/gstaudioresample.c:
5986         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5987         (gst_ffmpegcsp_class_init):
5988         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5989         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5990         (gst_videoscale_prepare_image):
5991         * gst/volume/gstvolume.c: (gst_volume_class_init),
5992         (volume_transform_ip):
5993           Basetransform updates. Enable passthrough modes.
5994         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5995         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5996         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5997           Negotiation fix that allows the window to return to the original
5998           size and renegotiate passthrough upstream. Extra debug output.
5999
6000 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6001
6002         * gst/sine/gstsinesrc.c:
6003         * gst/volume/gstvolume.c:
6004           fix up header include
6005
6006 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6007
6008         * gst-libs/gst/audio/gstbaseaudiosink.c:
6009         (gst_base_audio_sink_render):
6010         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6011         * gst/volume/gstvolume.c: (gst_volume_class_init),
6012         (volume_transform):
6013           fixing lost sync, some more debugging
6014
6015 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6016
6017         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6018         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6019         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6020         (gst_xvimagesink_check_xshm_calls):
6021           Fix compilation when XShm is not available.
6022
6023 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6024
6025         * ext/libvisual/visual.c: (gst_visual_dispose),
6026         (gst_visual_getcaps), (gst_visual_src_setcaps),
6027         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6028         (gst_visual_change_state):
6029           Finish fixing up libvisual plugin so that it runs. 
6030
6031 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6032
6033         * ext/vorbis/vorbisenc.c:
6034         * gst-libs/gst/tag/gstvorbistag.c:
6035           gsttaginterface.h -> gsttagsetter.h
6036
6037 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6038
6039         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6040           added another test that failes for me (test is not active by default)
6041
6042 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6043
6044         * configure.ac:
6045           v4l2 is no longer in gst-plugins-base
6046
6047 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6048
6049         * configure.ac:
6050           In the output at the end, don't show the first plugin on the same
6051           line as "Core plug-ins, always built:".
6052           Indent the output as for other plugin categories
6053         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6054           #define that can be used to not use peer buffer_alloc functions for
6055           test purposes.
6056         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6057         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6058         (gst_ximagesink_show_frame):
6059         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6060         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6061         (gst_xvimagesink_show_frame):
6062           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6063           fails gracefully instead of XError aborting or deadlocking.
6064
6065 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6066
6067         * ext/libvisual/Makefile.am:
6068           link against gst-base-libs
6069
6070 2005-09-06  David Schleef  <ds@schleef.org>
6071
6072         * configure.ac: Enable libvisual plugin.
6073         * ext/libvisual/Makefile.am:
6074         * ext/libvisual/visual.c: Fixes to make it compile.
6075
6076 === release 0.9.2 ===
6077
6078 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6079
6080         * NEWS:
6081         * RELEASE:
6082         * configure.ac:
6083         * docs/random/ChangeLog-0.8:
6084           releasing 0.9.2, "Spoon"
6085
6086 2005-09-05  Michael Smith <msmith@fluendo.com>
6087
6088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6089           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6090           that in the vorbisenc element.
6091
6092 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6093
6094         * common/gtk-doc-plugins.mak:
6095         * docs/plugins/Makefile.am:
6096           fix distcheck
6097         * gst/audioresample/resample.c:
6098           fix wrong docstring
6099
6100 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6101
6102         * common/gst-xmlinspect.py:
6103         * common/gtk-doc-plugins.mak:
6104           only inspect plugins for this given package
6105           require gst-python 0.9
6106
6107 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6108
6109         * Makefile.am:
6110         * autogen.sh:
6111         * common/gst-xmlinspect.py:
6112         * configure.ac:
6113         * docs/Makefile.am:
6114         * docs/plugins/inspect/plugin-alsa.xml:
6115         * docs/plugins/inspect/plugin-audioresample.xml:
6116         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6117         * docs/plugins/inspect/plugin-ogg.xml:
6118         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6119         * docs/plugins/tmpl/element-multifdsink.sgml:
6120         * docs/plugins/tmpl/element-tcpserversink.sgml:
6121         * docs/plugins/tmpl/element-vorbisenc.sgml:
6122         * gst-plugins-base.spec.in:
6123           various doc-related updates
6124
6125 2005-08-31  Wim Taymans  <wim@fluendo.com>
6126
6127         * gst-libs/gst/audio/gstbaseaudiosink.c:
6128         (gst_base_audio_sink_render):
6129         Resync if the buffer timestamps drift more than a 10th 
6130         of a second.
6131
6132 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6133
6134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6135         (gst_v4lsrc_get_property):
6136           The 'timestamp-offset' property is registered as an int64, so
6137           let's use g_value_{set|get}_int64() in our setter and getter
6138           functions (makes it work and fixes warnings with gst-inspect).
6139
6140 2005-08-30  Wim Taymans  <wim@fluendo.com>
6141
6142         * check/elements/audioconvert.c: (setup_audioconvert):
6143         * check/elements/audioresample.c: (setup_audioresample):
6144         * check/elements/volume.c: (setup_volume):
6145         Fix checks.
6146
6147 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         * common/gtk-doc-plugins.mak:
6150         * common/plugins.xsl:
6151         * docs/plugins/Makefile.am:
6152           make module a param
6153
6154 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6155
6156         * examples/seeking/seek.c: (make_mp3_pipeline),
6157         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6158         (play_cb), (pause_cb), (stop_cb):
6159           update the example
6160
6161 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6162
6163         * gst/volume/gstvolume.c: (gst_volume_class_init),
6164         (volume_transform):
6165           do not update controlled params, if buffer has no timestamp
6166
6167 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6168
6169         * configure.ac:
6170         * gst/sine/Makefile.am:
6171         * gst/volume/Makefile.am:
6172           controllerized elements also need to link against controller-libs ;)
6173
6174 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6175
6176         * docs/libs/tmpl/gstcolorbalance.sgml:
6177         * docs/libs/tmpl/gstgconf.sgml:
6178         * docs/libs/tmpl/gstmixer.sgml:
6179         * docs/libs/tmpl/gstringbuffer.sgml:
6180         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6181         (gst_sinesrc_create):
6182         * gst/volume/gstvolume.c: (gst_volume_class_init),
6183         (volume_transform):
6184           controllerized two audio plugins
6185
6186 2005-08-29  Andy Wingo  <wingo@pobox.com>
6187
6188         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6189         (vorbis_handle_data_packet): Fix some int overflow errors.
6190
6191         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6192         -1.
6193         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6194         valid.
6195         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6196         if it's valid. Fixed streaming-mode playback.
6197
6198         * check/elements/volume.c (cleanup_volume): Fix for running
6199         CK_FORK=no.
6200
6201         * check/elements/audioconvert.c: Convert from native endian, not
6202         little endian.
6203
6204 2005-08-29  Michael Smith <msmith@fluendo.com>
6205
6206         * ext/ogg/Makefile.am:
6207         * ext/ogg/gstogg.c: (plugin_init):
6208         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6209         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6210         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6211         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6212         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6213         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6214         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6215         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6216         Add an ogg parser element.
6217
6218 2005-08-28  Andy Wingo  <wingo@pobox.com>
6219
6220         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6221
6222 2005-08-26  Wim Taymans  <wim@fluendo.com>
6223
6224         * gst/audioconvert/audioconvert.c: (if), (float),
6225         (audio_convert_get_func_index), (check_default),
6226         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6227         (audio_convert_clean_context), (audio_convert_get_sizes),
6228         (audio_convert_convert):
6229         Cleanups.
6230
6231 2005-08-26  Wim Taymans  <wim@fluendo.com>
6232
6233         * gst/audioconvert/audioconvert.c: (if), (float),
6234         (audio_convert_get_func_index), (check_default),
6235         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6236         (audio_convert_clean_context), (audio_convert_get_sizes),
6237         (audio_convert_convert):
6238         More elegant and working temp buffer selection algo.
6239
6240 2005-08-26  Wim Taymans  <wim@fluendo.com>
6241
6242         * gst/audioconvert/audioconvert.c: (if), (float),
6243         (audio_convert_get_func_index), (check_default),
6244         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6245         (audio_convert_clean_context), (audio_convert_get_sizes),
6246         (get_temp_buffer), (audio_convert_convert):
6247         Use realloc else we lose our original data.
6248
6249 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6250
6251         * gst/audioresample/gstaudioresample.c:
6252           use base class' newsegment to properly timestamp
6253
6254 2005-08-26  Wim Taymans  <wim@fluendo.com>
6255
6256         * gst/audioconvert/audioconvert.c: (if), (float),
6257         (audio_convert_get_func_index), (check_default),
6258         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6259         (audio_convert_clean_context), (audio_convert_get_sizes),
6260         (get_temp_buffer), (audio_convert_convert):
6261         * gst/audioconvert/gstaudioconvert.c:
6262         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6263         (gst_audio_convert_transform_caps),
6264         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6265         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6266         Oops, allocate enough space to perform the channel mix.
6267
6268 2005-08-26  Wim Taymans  <wim@fluendo.com>
6269
6270         * gst/audioconvert/Makefile.am:
6271         * gst/audioconvert/audioconvert.c: (if), (float),
6272         (audio_convert_get_func_index), (check_default),
6273         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6274         (audio_convert_clean_context), (audio_convert_get_sizes),
6275         (get_temp_buffer), (audio_convert_convert):
6276         * gst/audioconvert/audioconvert.h:
6277         * gst/audioconvert/gstaudioconvert.c:
6278         (gst_audio_convert_class_init), (gst_audio_convert_init),
6279         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6280         (gst_audio_convert_get_unit_size),
6281         (gst_audio_convert_transform_caps),
6282         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6283         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6284         * gst/audioconvert/gstaudioconvert.h:
6285         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6286         (gst_channel_mix_fill_identical),
6287         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6288         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6289         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6290         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6291         (gst_channel_mix_mix):
6292         * gst/audioconvert/gstchannelmix.h:
6293         Cleanups, librarify a bit, optimize, better negotiation and more.
6294
6295 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6296
6297         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6298         Another from MikeS:
6299         During typefinding, don't support negative offsets
6300         (offsets from the end of the stream) in our typefind->peek() function
6301         - nothing embedded in ogg ever needs them. However, we need to recognise
6302         those requests and reject them, otherwise we return invalid pointers.
6303
6304 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6305
6306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6307         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6308         (vorbisdec_finalize), (vorbis_handle_type_packet):
6309           Big shout-out to MikeS for fixing this giant memory leak.
6310           Huzzah!
6311
6312 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6313
6314         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6315         (audio_convert_get_unit_size):
6316           plug some leaks
6317
6318 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6319
6320         * check/Makefile.am:
6321         * check/elements/audioconvert.c: (setup_audioconvert),
6322         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6323         (GST_START_TEST), (audioconvert_suite), (main):
6324           add a test for audioconvert
6325         * gst/audioresample/gstaudioresample.c:
6326         * gst/audioresample/gstaudioresample.h:
6327           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6328           note that for buffers of 1/3 sec this means DURATION(c) is 
6329           one nanosecond more than for a and b
6330
6331 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6332
6333         * check/Makefile.am:
6334         * check/elements/audioresample.c: (setup_audioresample),
6335         (cleanup_audioresample), (fail_unless_perfect_stream),
6336         (test_perfect_stream_instance), (GST_START_TEST),
6337           add a check for audioresample
6338         (audioresample_suite), (main):
6339         * check/elements/volume.c: (GST_START_TEST):
6340           remove unused method
6341         * gst/audioresample/gstaudioresample.c:
6342           set correct buffer parameters since we're changing them
6343         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6344           add some debug
6345
6346 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6347
6348         * gst/audioresample/debug.c:
6349         * gst/audioresample/gstaudioresample.c:
6350           add room for extra overlap samples when asked to transform size
6351           protect against possible mem corruption and check for discrepancies
6352           between written size and outbuffer's size so we can warn for
6353           potential problems
6354         * gst/audioresample/resample.c: (resample_init),
6355         (resample_get_output_size_for_input), (resample_get_output_size),
6356         (resample_set_n_channels), (resample_set_format):
6357           set debug level based on RESAMPLE_DEBUG env var
6358           make sure that get_output_size* returns a whole number of
6359           sample_size
6360           set sample_size each time either channel or format is set
6361         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6362         * gst/audioresample/resample_functable.c:
6363         (resample_scale_functable):
6364         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6365           remove r->sample_size, it's done in resample.c now
6366           add some debugging to the ref implementation
6367           make sure we only give back bytes that are wholes of the sample
6368           size
6369
6370 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6371         * gst/playback/gstplaybasebin.c: (fill_buffer):
6372         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6373
6374 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6375
6376         * gst/volume/gstvolume.c:
6377           made set_caps function static
6378
6379 2005-08-24  Wim Taymans  <wim@fluendo.com>
6380
6381         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6382         (gst_vorbisenc_change_state):
6383         Stop leaking taglists.
6384
6385 2005-08-24  Wim Taymans  <wim@fluendo.com>
6386
6387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6388         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6389         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6390         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6391         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6392         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6393         Parse seeking events better.
6394         Unref static caps.
6395         Generate correct newsegment events, fixes seeking in live oggs.
6396
6397         * ext/theora/theoradec.c: (theora_dec_src_query),
6398         (theora_dec_src_event), (theora_dec_src_getcaps),
6399         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6400         Use newsegment values to report correct play time.
6401
6402         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6403         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6404         * ext/vorbis/vorbisdec.h:
6405         Parse and use newsegment values to report correct play time.
6406
6407         * gst-libs/gst/audio/gstbaseaudiosink.c:
6408         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6409         Clear ringbuffer on flush.
6410         Use newsegment values to calculate playback time.
6411
6412         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6414         Basesink does newsegment calculations for us now.
6415
6416 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6417
6418         * check/Makefile.am:
6419         * configure.ac:
6420           add core's plugins to the mix so that playbin works
6421         * check/generic/states.c: (GST_START_TEST):
6422           set a 0 timeout on pipelines, so they don't force the next
6423           state change
6424         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6425         (gst_play_base_bin_change_state):
6426           remove the crappy error handling and do GST error handling
6427
6428 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6429
6430         * check/Makefile.am:
6431         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6432           add same test as to core, it bitches out on playbin atm.
6433
6434 2005-08-24  Wim Taymans  <wim@fluendo.com>
6435
6436         * configure.ac:
6437         Remove audioscale.
6438
6439 2005-08-24  Wim Taymans  <wim@fluendo.com>
6440
6441         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6442         (gst_videoscale_prepare_size), (parse_caps),
6443         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6444         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6445         (gst_videoscale_transform):
6446         * gst/videoscale/gstvideoscale.h:
6447         Refactor, make use of BaseTranform really well.
6448
6449 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6450
6451         * configure.ac:
6452           compile audioresample
6453         * gst/audioresample/Makefile.am:
6454         * gst/audioresample/buffer.c:
6455         * gst/audioresample/functable.c:
6456         * gst/audioresample/gstaudioresample.c:
6457         * gst/audioresample/gstaudioresample.h:
6458         * gst/audioresample/resample.c:
6459         (resample_get_output_size_for_input):
6460         * gst/audioresample/resample.h:
6461         * gst/audioresample/resample_chunk.c:
6462         * gst/audioresample/resample_functable.c:
6463         * gst/audioresample/resample_ref.c:
6464           port to use basetransform; doesn't work in all cases yet
6465
6466 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6467
6468         * gst/audioconvert/gstaudioconvert.c:
6469         (gst_audio_convert_class_init), (gst_audio_convert_init),
6470         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6471         (audio_convert_fixate_caps), (audio_convert_set_caps),
6472         (audio_convert_transform),
6473         (gst_audio_convert_buffer_to_default_format),
6474         (gst_audio_convert_buffer_from_default_format),
6475         (gst_audio_convert_channels):
6476         * gst/audioconvert/gstchannelmix.c:
6477         * gst/audioconvert/gstchannelmix.h:
6478           port to basetransform
6479         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6480         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6481         (gst_ffmpegcsp_get_unit_size):
6482         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6483         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6484           fix for basetransform changes
6485
6486 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6487
6488         * check/Makefile.am:
6489           Add CHECK_CFLAGS and LDFLAGS
6490
6491         * gst/playback/gstplaybasebin.c: (fill_buffer):
6492           GST_MESSAGE_SRC became a GObject
6493
6494 2005-08-24  Wim Taymans  <wim@fluendo.com>
6495
6496         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6497         (gst_ring_buffer_clear_all):
6498         * gst-libs/gst/audio/gstringbuffer.h:
6499         Added function to clear the ringbuffer.
6500
6501 2005-08-24  Andy Wingo  <wingo@pobox.com>
6502
6503         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6504         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6505         of _open and _close.
6506
6507         * sys/v4l/gstv4lxoverlay.h:
6508         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6509         an Xv connection here, instead of all the time. Make Xv only be
6510         loaded if you axe for it. Kindof a workaround for buggy behaviour
6511         of Xv when using remote xservers (XvQueryExtension would block).
6512         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6513         replace the _open and _close public API. Only start the xv
6514         connection if necessary.
6515         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6516
6517 2005-08-23  David Schleef  <ds@schleef.org>
6518
6519         * gst/audioresample/Makefile.am: Leet audioresampling code
6520         * gst/audioresample/buffer.c:
6521         * gst/audioresample/buffer.h:
6522         * gst/audioresample/debug.c:
6523         * gst/audioresample/debug.h:
6524         * gst/audioresample/functable.c:
6525         * gst/audioresample/functable.h:
6526         * gst/audioresample/gstaudioresample.c:
6527         * gst/audioresample/gstaudioresample.h:
6528         * gst/audioresample/resample.c:
6529         * gst/audioresample/resample.h:
6530         * gst/audioresample/resample_chunk.c:
6531         * gst/audioresample/resample_functable.c:
6532         * gst/audioresample/resample_ref.c:
6533
6534 2005-08-23  Wim Taymans  <wim@fluendo.com>
6535
6536         * examples/seeking/seek.c: (make_vorbis_pipeline),
6537         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6538         Small seek updates.
6539
6540 2005-08-23  Andy Wingo  <wingo@pobox.com>
6541
6542         * gst-libs/gst/audio/gstbaseaudiosrc.c
6543         (gst_base_audio_src_fixate): Only fixate endianness if it is
6544         present in the caps.
6545
6546 2005-08-22  Andy Wingo  <wingo@pobox.com>
6547
6548         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6549         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6550         device-name property.
6551
6552         * gst-libs/gst/audio/gstaudiosrc.h:
6553         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6554         close_device in the ring buffer, like gstaudiosink.
6555
6556         * ext/alsa/gstalsamixer.h:
6557         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6558         macro to implement the interface without much code. Cleanups. 
6559
6560         * ext/alsa/gstalsasrc.h:
6561         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6562         READY.
6563
6564         * ext/alsa/Makefile.am: Add new files.
6565         * ext/alsa/gstalsamixerelement.c: 
6566         * ext/alsa/gstalsamixerelement.c: Split element code out from
6567         mixer code so that alsasrc can be a mixer too.
6568
6569 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6570
6571         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6572         (GST_START_TEST):
6573         * check/elements/vorbisdec.c: (setup_vorbisdec),
6574         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6575         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6576         (vorbis_handle_identification_packet),
6577         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6578         (vorbis_handle_header_packet), (vorbis_dec_push),
6579         (vorbis_dec_chain):
6580           use the setup/teardown methods to save code.  save code is good.
6581
6582 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6583
6584         * check/Makefile.am:
6585           add ext dir for plugins
6586           add vorbisdec test conditionally
6587         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6588         (GST_START_TEST), (volume_suite):
6589           add a test with wrong caps
6590         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6591         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6592           add a vorbisdec test
6593         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6594         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6595           clean up debug output
6596         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6597           yay, fix a segfault/security issue in vorbisdec
6598           gst-launch fakesrc ! vorbisdec wasn't happy
6599         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6600         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6601         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6602         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6603         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6604         (gst_vorbisenc_set_metadata), (get_constraints_string),
6605         (update_start_message), (gst_vorbisenc_setup),
6606         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6607         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6608         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6609         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6610         * ext/vorbis/vorbisenc.h:
6611           march in line
6612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6613         (gst_ffmpegcsp_transform):
6614           have the kow come home
6615         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6616           debug my func ptr
6617         * gst/volume/gstvolume.c: (volume_set_caps):
6618           add a debug
6619
6620 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6621
6622         * Makefile.am:
6623         * check/.cvsignore:
6624         * check/Makefile.am:
6625         * check/elements/.cvsignore:
6626         * check/elements/volume.c: (chain_func), (event_func),
6627         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6628         (main):
6629         * configure.ac:
6630           add unit test structure for gst-plugins-base
6631           add a test for volume
6632         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6633         (gst_volume_set_volume), (gst_volume_get_volume),
6634         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6635         (volume_funcfind), (volume_process_float), (volume_process_int16),
6636         (volume_set_caps), (volume_transform), (volume_update_mute),
6637         (volume_update_volume), (volume_set_property),
6638         (volume_get_property):
6639           document a little; use basetransform vmethod _set_caps
6640
6641 2005-08-19  Andy Wingo  <wingo@pobox.com>
6642
6643         * ext/alsa/gstalsamixertrack.h:
6644         * ext/alsa/gstalsamixertrack.c:
6645         * ext/alsa/gstalsamixeroptions.h:
6646         * ext/alsa/gstalsamixeroptions.c:
6647         * ext/alsa/gstalsamixer.h:
6648         * ext/alsa/gstalsamixer.c: Port to 0.9.
6649
6650         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6651         Remove gstalsa.c and alsaclock. No more cruft here.
6652         
6653 2005-08-18  Wim Taymans  <wim@fluendo.com>
6654
6655         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6656         (gst_base_rtp_depayload_chain),
6657         (gst_base_rtp_depayload_add_to_queue),
6658         (gst_base_rtp_depayload_push),
6659         (gst_base_rtp_depayload_queue_release):
6660         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6661         Fix for RTPBuffer changes.
6662
6663         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6664         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6665         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6666         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6667         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6668         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6669         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6670         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6671         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6672         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6673         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6674         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6675         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6676         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6677         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6678         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6679         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6680         (gst_rtpbuffer_get_payload):
6681         * gst-libs/gst/rtp/gstrtpbuffer.h:
6682         Don't subclass GstBuffer but add methods and helper functions
6683         to construct and manipulate RTP packets in regular GstBuffers.
6684
6685 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6686
6687         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6688           moved statement below switch
6689         * gst/volume/gstvolume.c: (gst_volume_class_init):
6690           added debug ptr
6691
6692 2005-08-16  Wim Taymans  <wim@fluendo.com>
6693
6694         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6695         (gst_base_audio_src_change_state):
6696         Open and close device in READY<->NULL state change.
6697
6698 2005-08-16  Andy Wingo  <wingo@pobox.com>
6699
6700         * examples/seeking/Makefile.am: Don't compile non-compiling
6701         compiled objects with the compiler.
6702
6703         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6704         elements.
6705
6706 2005-08-12  Philippe Khalaf <burger@speedy.org>
6707         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6708         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6709           Made a thread to release the queue.
6710           Removed timestamp conversion for now.
6711
6712 2005-08-10  Philippe Khalaf <burger@speedy.org>
6713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6714         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6715           Added rtp timestamp -> gst timestamp conversion.
6716           Fixed several problems with queue.
6717
6718 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6719
6720         * gst-libs/gst/audio/gstaudioclock.h:
6721         * gst-libs/gst/audio/gstaudiofilter.h:
6722         * gst-libs/gst/audio/gstaudiosink.h:
6723         * gst-libs/gst/audio/gstaudiosrc.h:
6724         * gst-libs/gst/audio/gstbaseaudiosink.h:
6725         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6726         * gst-libs/gst/audio/gstringbuffer.h:
6727         * gst-libs/gst/net/gstnetbuffer.h:
6728         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6729         * gst-libs/gst/rtp/gstrtpbuffer.h:
6730           Add padding (you will need to rebuild gst-plugins-base,
6731           gst-plugins and all applications afterwards!)
6732
6733 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6734
6735         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6736         (gst_riff_parse_chunk):
6737           Fix bug in debug message and add some more debug messages.
6738
6739 2005-08-08  Edward Hervey  <edward@fluendo.com>
6740
6741         * gst-libs/gst/riff/riff-media.c:
6742         backported updates since branch
6743
6744 2005-08-08  Andy Wingo  <wingo@pobox.com>
6745
6746         * gst-libs/gst/audio/gstbaseaudiosink.c
6747         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6748         like good elements should. Close on READY->NULL too.
6749
6750         * gst-libs/gst/audio/gstaudiosink.c
6751         (gst_audioringbuffer_open_device,
6752         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6753         (gst_audioringbuffer_release): Updates for new ring buffer API,
6754         hook into the new audio sink api.
6755
6756         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6757         (GstAudioSinkClass.close): Just open and close the device -- no
6758         resource allocation or configuration.
6759         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6760         vmethods, handle device setup and resource allocation.
6761
6762         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6763         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6764         base class API.
6765
6766         * gst-libs/gst/audio/gstringbuffer.h
6767         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6768         New vmethods.
6769
6770         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6771         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6772         New API functions. The device should be opened before acquiring
6773         and closed after releasing.
6774
6775 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6776
6777         * gst-libs/gst/interfaces/mixer.h:
6778           Reset padding to GST_PADDING.
6779
6780 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6781
6782         * gst/playback/gstplaybin.c: (remove_sinks):
6783           Remove visualization from parent explicitely; works around some
6784           apparent refcount issue that I haven't tracked down yet.
6785
6786 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6787
6788         * ext/alsa/gstalsasink.c: (set_hwparams):
6789           Assign debug category, add negotiation debug msgs.
6790
6791 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6792
6793         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6794           Fix error code for file-not-found to NOT_FOUND.
6795
6796 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6797
6798         * common/gtk-doc-plugins.mak:
6799         * docs/plugins/Makefile.am:
6800         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6801         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6802           renamed to actual element names, so much nicer to look at
6803         * docs/plugins/tmpl/gstmultifdsink.sgml:
6804           remove
6805         * docs/plugins/tmpl/multifdsink.sgml:
6806         * docs/plugins/tmpl/tcpserversink.sgml:
6807           add
6808         * ext/alsa/gstalsa.c:
6809         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6810         * ext/ogg/gstoggmux.c:
6811         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6812         * gst/playback/gstdecodebin.c:
6813         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6814         * gst/tcp/gsttcpserversink.c:
6815           various fixes and documentation additions
6816
6817 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6818
6819         * common/Makefile.am:
6820         * common/gstdoc-scangobj:
6821         * common/gtk-doc-plugins.mak:
6822         * common/gtk-doc.mak:
6823           add a custom scangobj that uses the registry
6824           add a custom gtk-doc-plugins.mak that uses it
6825           some doc build fixes
6826         * configure.ac:
6827         * docs/Makefile.am:
6828         * docs/plugins/Makefile.am:
6829         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6830         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6831         * docs/plugins/gst-plugins-base-plugins.types:
6832         * docs/plugins/tmpl/gstmultifdsink.sgml:
6833           add docs for one element, multifdsink
6834         * gst/adder/gstadder.h:
6835         * gst/volume/gstvolume.h:
6836           don't privatize enum
6837         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6838         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6839         (gst_sync_method_get_type), (gst_client_status_get_type),
6840         (gst_multifdsink_class_init),
6841         (gst_multifdsink_client_queue_buffer),
6842         (gst_multifdsink_handle_client_write):
6843         * gst/tcp/gstmultifdsink.h:
6844         * gst/tcp/gsttcp.h:
6845         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6846         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6847         (gst_tcpclientsink_render):
6848         * gst/tcp/gsttcpclientsink.h:
6849         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6850         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6851         (gst_tcpclientsrc_start):
6852         * gst/tcp/gsttcpclientsrc.h:
6853         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6854         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6855         * gst/tcp/gsttcpserversrc.h:
6856         * gst/typefind/gsttypefindfunctions.c:
6857           remove superfluous Type stuff
6858
6859 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6860
6861         * gst/playback/gstplaybin.c: (gen_video_element):
6862           Enable videoscale.
6863
6864 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6865
6866         * gst-libs/gst/gconf/gconf.c:
6867         * gst-libs/gst/gconf/gconf.h:
6868           Fix some Andy Problem [tm].
6869
6870 2005-08-04  Andy Wingo  <wingo@pobox.com>
6871
6872         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6874         (gst_ffmpegcsp_get_size): Adapt to API changes.
6875
6876         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6877         Implement an in-place do-nothing transform.
6878
6879 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6880
6881         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6882         (gst_ximagesink_renegotiate_size):
6883           Do not set new window sizes yet if we prepare a new buffer size
6884           for upstream renegotiation (software scaling) at some point in the
6885           future, because this new size waqs not actually accepted yet. Once
6886           accepted, renegotiation later on will set the new sizes just fine.
6887           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6888           embedding testcase.
6889
6890 2005-08-03  Andy Wingo  <wingo@pobox.com>
6891
6892         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6893         (gst_ximagesink_buffer_alloc): 
6894         Protect the height, width, and desired_caps with the pool_lock.
6895         Fixes videotestsrc ! queue ! ximagesink.
6896
6897 2005-08-02  Edward Hervey  <edward@fluendo.com>
6898
6899         * gst/volume/gstvolume.c:
6900         include left from controller cleanup
6901
6902 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6904           Stop collectpads before calling the parent state
6905           change function on PAUSED->READY.
6906
6907 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6908         * configure.ac:
6909           When testing for X libs, use the X CFlags 
6910         * gst/adder/gstadder.c: (gst_adder_change_state):
6911           Stop the collectpads before calling parent state change function
6912           on PAUSED->READY, otherwise we deadlock deactivating pads.
6913
6914 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6915
6916         * configure.ac:
6917         * docs/libs/tmpl/gstcolorbalance.sgml:
6918         * docs/libs/tmpl/gstmixer.sgml:
6919         * examples/Makefile.am:
6920         * gst/sine/Makefile.am:
6921         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6922         (gst_sinesrc_set_property), (plugin_init):
6923         * gst/sine/gstsinesrc.h:
6924         * gst/volume/Makefile.am:
6925         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6926         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6927         (volume_process_float), (volume_process_int16),
6928         (volume_set_property), (plugin_init):
6929         * gst/volume/gstvolume.h:
6930           deactivate and remove dparams (libgstcontrol)
6931
6932 2005-07-29  Wim Taymans  <wim@fluendo.com>
6933
6934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6935         Convert me to BaseTransform!! help..
6936
6937 2005-07-29  Andy Wingo  <wingo@pobox.com>
6938
6939         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6940         sinks.
6941
6942         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6943         support of both endiannesses.
6944
6945 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6946
6947         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6948           Fix confusing debug message (s/event/query/)
6949
6950 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6951
6952         * gst/videotestsrc/videotestsrc.h:
6953           Use "_stdint.h" instead of <stdint.h>
6954
6955 2005-07-27  Wim Taymans  <wim@fluendo.com>
6956
6957         * ext/vorbis/Makefile.am:
6958         Revert wrong commit.
6959
6960 2005-07-27  Wim Taymans  <wim@fluendo.com>
6961
6962         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6963         More compilation fixen.
6964
6965 2005-07-27  Wim Taymans  <wim@fluendo.com>
6966
6967         * gst-libs/gst/audio/gstbaseaudiosink.c:
6968         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6969         (gst_base_audio_sink_create_ringbuffer),
6970         (gst_base_audio_sink_change_state):
6971         Fix compilation.
6972
6973 2005-07-27  Wim Taymans  <wim@fluendo.com>
6974
6975         * examples/seeking/seek.c: (setup_dynamic_link),
6976         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6977         (query_positions_elems), (query_positions_pads), (do_seek):
6978         Update seek example.
6979
6980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6981         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6982         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6983         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6984         (gst_ogg_demux_handle_event),
6985         (gst_ogg_demux_deactivate_current_chain),
6986         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6987         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6988         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6989         (gst_ogg_demux_loop):
6990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6991         * ext/theora/theoradec.c: (theora_dec_src_event),
6992         (theora_dec_src_getcaps), (theora_dec_sink_event),
6993         (theora_dec_push), (theora_dec_chain):
6994         * ext/vorbis/Makefile.am:
6995         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6996         (vorbis_dec_sink_event), (vorbis_dec_push),
6997         (vorbis_handle_data_packet):
6998         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6999         (gst_vorbisenc_chain):
7000         * gst/playback/gststreaminfo.c: (cb_probe):
7001         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7002         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7003         * gst/videoscale/gstvideoscale.c:
7004         (gst_videoscale_handle_src_event):
7005         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7006         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7007         (gst_ximagesink_navigation_send_event):
7008         * sys/xvimage/xvimagesink.c:
7009         (gst_xvimagesink_navigation_send_event):
7010         Various event updates and cleanups
7011
7012 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7013
7014         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7015           Fix segfault for I420/YV12.
7016
7017 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7018
7019         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7020           Report bitrate.
7021
7022 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7023
7024         * gst/playback/gstplaybin.c: (gen_video_element),
7025         (gen_audio_element):
7026           Switch to auto*sink elements as default sinks; add volume element
7027           so that volume control in totem works.
7028
7029 2005-07-21  Wim Taymans  <wim@fluendo.com>
7030
7031         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7032         * gst/playback/gstplaybin.c: (setup_sinks),
7033         (gst_play_bin_change_state):
7034         Refcount fix and more comments.
7035
7036 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7037
7038         * sys/ximage/Makefile.am:
7039         * sys/ximage/ximage.c: (plugin_init):
7040         * sys/ximage/ximagesink.c:
7041         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7042         
7043
7044 2005-07-21  Wim Taymans  <wim@fluendo.com>
7045
7046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7047         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7048         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7049         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7050         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7051         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7052         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7053         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7054         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7055         Generate correct disconts for live chained oggs.
7056
7057         * gst-libs/gst/audio/gstbaseaudiosink.c:
7058         (gst_base_audio_sink_render),
7059         (gst_base_audio_sink_create_ringbuffer),
7060         (gst_base_audio_sink_change_state):
7061         Handle discont math correctly.
7062
7063         * gst/playback/gstplaybin.c: (add_sink):
7064         Some small debug cleanup.
7065
7066 2005-07-21  Wim Taymans  <wim@fluendo.com>
7067
7068         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7069         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7070         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7071         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7072         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7073         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7074         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7075         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7076         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7077         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7078         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7079         (gst_ogg_demux_change_state), (gst_ogg_print):
7080         Reorganize code to send the right disconts when in streaming
7081         mode.
7082
7083 2005-07-20  Andy Wingo  <wingo@pobox.com>
7084
7085         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7086         fix (?), fixes a seggie mcfalterson (#310894).
7087
7088 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7089
7090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7091         (gst_ogg_mux_set_header_on_caps):
7092         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7094         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7095         * gst-libs/gst/audio/multichannel.c:
7096         (gst_audio_set_channel_positions),
7097         (gst_audio_set_structure_channel_positions_list):
7098         * gst/playback/gstdecodebin.c: (dynamic_create):
7099         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7100         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7101           Fixes for API changes in core.
7102
7103 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7104
7105         * gst/playback/gstplaybasebin.c: (fill_buffer):
7106           Use _new_custom() so we can set custom message types for buffering
7107           messages.
7108
7109 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7110
7111         * configure.ac:
7112         * gst-libs/gst/Makefile.am:
7113         * gst-libs/gst/gconf/.cvsignore:
7114         * gst-libs/gst/gconf/Makefile.am:
7115         * gst-libs/gst/gconf/test-gconf.c:
7116         * pkgconfig/Makefile.am:
7117         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7118         * pkgconfig/gstreamer-gconf.pc.in:
7119           Remove gconf stuff, use gconf elements instead from now on.
7120
7121 2005-07-20  Wim Taymans  <wim@fluendo.com>
7122
7123         * gst-libs/gst/audio/TODO:
7124         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7125         (gst_audio_clock_get_internal_time):
7126         * gst-libs/gst/audio/gstaudioclock.h:
7127         * gst-libs/gst/audio/gstbaseaudiosink.c:
7128         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7129         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7130         (gst_base_audio_sink_render),
7131         (gst_base_audio_sink_create_ringbuffer),
7132         (gst_base_audio_sink_change_state):
7133         Make sure the audio clock always returns an increasing value.
7134
7135 2005-07-19  Andy Wingo  <wingo@pobox.com>
7136
7137         * gst/videotestsrc/: Cleanups.
7138
7139 2005-07-19  Wim Taymans  <wim@fluendo.com>
7140
7141         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7142         Better debugging.
7143
7144 2005-07-19  Wim Taymans  <wim@fluendo.com>
7145
7146         * examples/seeking/seek.c: (make_dv_pipeline),
7147         (make_vorbis_theora_pipeline), (query_rates),
7148         (query_positions_elems), (query_positions_pads), (do_seek):
7149         Make correct DV pipeline.
7150
7151 2005-07-18  Andy Wingo  <wingo@pobox.com>
7152
7153         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7154         default. Also because it's the only thing that really works. (This
7155         is used in the GConf elements).
7156         Use AS_LIBTOOL_TAGS.
7157
7158 2005-07-18  Wim Taymans  <wim@fluendo.com>
7159
7160         * gst/playback/gstdecodebin.c: (remove_element_chain):
7161         * gst/playback/gstplaybin.c: (add_sink):
7162         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7163         (gst_stream_info_set_mute):
7164         * gst/playback/gststreamselector.c:
7165         (gst_stream_selector_get_linked_pad),
7166         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7167         More leak and compile fixes.
7168
7169 2005-07-18  Wim Taymans  <wim@fluendo.com>
7170
7171         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7172         (query_rates), (query_positions_elems), (query_positions_pads),
7173         (do_seek), (seek_cb), (stop_seek):
7174         Updated seek example. 
7175
7176         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7177         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7178         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7179         * gst/playback/gstplaybin.c: (add_sink):
7180         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7181         (gst_stream_info_set_mute):
7182         Some refcount leak fixes.
7183
7184 2005-07-16  Wim Taymans  <wim@fluendo.com>
7185
7186         * gst-libs/gst/audio/gstbaseaudiosink.c:
7187         (gst_base_audio_sink_render):
7188         Align samples even if we have roundoff errors in the 
7189         timestamp conversion.
7190
7191 2005-07-16  Wim Taymans  <wim@fluendo.com>
7192
7193         * docs/libs/tmpl/gstringbuffer.sgml:
7194         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7195         (query_rates), (query_positions_elems), (query_positions_pads),
7196         (update_scale), (do_seek):
7197         Updated seek example.
7198
7199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7200         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7201         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7202         (gst_ogg_demux_loop):
7203         Push out correct discont values.
7204
7205         * ext/theora/theoradec.c: (theora_dec_src_convert),
7206         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7207         (theora_dec_sink_event), (theora_handle_type_packet),
7208         (theora_handle_header_packet), (theora_dec_push),
7209         (theora_handle_data_packet), (theora_dec_chain),
7210         (theora_dec_change_state):
7211         Better timestamping.
7212
7213         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7214         (vorbis_dec_sink_event), (vorbis_dec_push),
7215         (vorbis_handle_data_packet), (vorbis_dec_chain):
7216         * ext/vorbis/vorbisdec.h:
7217         Better timestamping.
7218
7219         * gst-libs/gst/audio/gstbaseaudiosink.c:
7220         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7221         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7222         Handle syncing on timestamps instead of sample offsets. Make
7223         use of DISCONT values as described in design docs.
7224
7225         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7226         (gst_base_audio_src_get_time):
7227         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7228         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7229         (gst_ring_buffer_read):
7230         * gst-libs/gst/audio/gstringbuffer.h:
7231         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7232         (gst_ximagesink_show_frame):
7233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7234         Correcly convert buffer timestamp to stream time.
7235
7236 2005-07-16  Wim Taymans  <wim@fluendo.com>
7237
7238         * gst/audioconvert/gstaudioconvert.c:
7239         (gst_audio_convert_get_buffer):
7240         Timestamp buffers correctly.
7241
7242         * gst/playback/gstplaybin.c: (gen_video_element):
7243         Make internal fakesink silent.
7244
7245 2005-07-15  Wim Taymans  <wim@fluendo.com>
7246
7247         * gst/ffmpegcolorspace/Makefile.am:
7248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7249         (gst_ffmpegcsp_caps_remove_format_info),
7250         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7251         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7252         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7253         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7254         Ported ffmpegcolorspace to basetransform.
7255
7256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7257         * gst/volume/gstvolume.c: (volume_transform):
7258         Ported to new API.
7259
7260 2005-07-14  Wim Taymans  <wim@fluendo.com>
7261
7262         * gst/videotestsrc/Makefile.am:
7263         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7264         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7265         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7266         (gst_videotestsrc_init), (gst_videotestsrc_event),
7267         (gst_videotestsrc_create), (gst_videotestsrc_start),
7268         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7269         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7270         (gst_videotestsrc_get_property):
7271         * gst/videotestsrc/gstvideotestsrc.h:
7272         Make videotestsrc a pushsrc.
7273
7274 2005-07-14  Wim Taymans  <wim@fluendo.com>
7275
7276         * gst/tcp/gstfdset.c: (gst_fdset_free):
7277         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7278         (gst_multifdsink_add), (gst_multifdsink_remove),
7279         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7280         (gst_multifdsink_remove_client_link),
7281         (gst_multifdsink_client_queue_data),
7282         (gst_multifdsink_client_queue_caps),
7283         (gst_multifdsink_client_queue_buffer),
7284         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7285         (gst_multifdsink_stop):
7286         * gst/tcp/gstmultifdsink.h:
7287         0.8 backporting.
7288
7289         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7290         Also draw image when not from a pool.
7291
7292 2005-07-14  Wim Taymans  <wim@fluendo.com>
7293
7294         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7295         (mute_stream), (silence_stream):
7296         Small debug additions.
7297
7298 2005-07-14  Wim Taymans  <wim@fluendo.com>
7299
7300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7301         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7302         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7303         Better error recovery, ignore unconnected pads and
7304         non-fatal errors.
7305
7306 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7307
7308         * docs/libs/tmpl/gstaudio.sgml:
7309         * docs/libs/tmpl/gstcolorbalance.sgml:
7310         * docs/libs/tmpl/gstgconf.sgml:
7311         * docs/libs/tmpl/gstmixer.sgml:
7312         * docs/libs/tmpl/gstringbuffer.sgml:
7313         * docs/libs/tmpl/gsttuner.sgml:
7314         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7315         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7316         (gst_tcpclientsrc_class_init):
7317         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7318         (gst_tcpserversrc_class_init):
7319         * sys/v4l/gstv4lelement.c:
7320           more autistic cleanliness in functions/names/defines
7321
7322 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7323
7324         * configure.ac:
7325           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7326           added manually to each Makefile.am so we are sure it goes
7327           *last* and doesn't add -L flags before linking in libs of our
7328           own, like, say, internal .la libs, that then accidentally pick
7329           up the installed copy.
7330         * docs/libs/Makefile.am:
7331         * ext/alsa/Makefile.am:
7332         * ext/cdparanoia/Makefile.am:
7333         * ext/gnomevfs/Makefile.am:
7334         * ext/libvisual/Makefile.am:
7335         * ext/ogg/Makefile.am:
7336         * ext/theora/Makefile.am:
7337         * ext/vorbis/Makefile.am:
7338         * gst-libs/gst/video/Makefile.am:
7339         * gst/adder/Makefile.am:
7340         * gst/audioconvert/Makefile.am:
7341         * gst/audiorate/Makefile.am:
7342         * gst/audioscale/Makefile.am:
7343         * gst/ffmpegcolorspace/Makefile.am:
7344         * gst/playback/Makefile.am:
7345         * gst/sine/Makefile.am:
7346         * gst/subparse/Makefile.am:
7347         * gst/tags/Makefile.am:
7348         * gst/tcp/Makefile.am:
7349         * gst/typefind/Makefile.am:
7350         * gst/videorate/Makefile.am:
7351         * gst/videoscale/Makefile.am:
7352         * gst/videotestsrc/Makefile.am:
7353         * gst/volume/Makefile.am:
7354         * sys/v4l/Makefile.am:
7355         * sys/ximage/Makefile.am:
7356         * sys/xvimage/Makefile.am:
7357           adapt properly to this change. This should make sure that
7358           plugins and libs properly link to the as-yet-uninstalled
7359           copies of stuff like libgstinterfaces and libgstvideo
7360
7361 2005-07-13  Andy Wingo  <wingo@pobox.com>
7362
7363         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7364         (gst_v4lsrc_fixate): Fixate on format as well.
7365
7366         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7367         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7368         buffer points to it.
7369         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7370         rather just doing X calls ourselves. Also fixes a memleak.
7371
7372 2005-07-12  Andy Wingo  <wingo@pobox.com>
7373
7374         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7375         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7376         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7377         TRUE to avoid deadlocks if an element holds on to our buffers.
7378
7379 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7380
7381         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7382         (gst_sinesrc_init), (gst_sinesrc_create),
7383         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7384         (gst_sinesrc_start):
7385         * gst/sine/gstsinesrc.h:
7386           removing num-buffers property before moving it
7387
7388 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7389
7390         * configure.ac:
7391           use overridable ERROR_CFLAGS
7392         * docs/libs/gst-plugins-base-libs.types:
7393         * docs/libs/tmpl/gstringbuffer.sgml:
7394         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7395         (gst_alsasink_class_init):
7396         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7397         (gst_alsasrc_class_init):
7398         * gst-libs/gst/audio/audio.h:
7399         * gst-libs/gst/audio/gstaudioclock.h:
7400         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7401         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7402         (gst_audio_filter_link), (gst_audio_filter_init),
7403         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7404         (gst_audio_filter_get_property),
7405         (gst_audio_filter_class_add_pad_templates):
7406         * gst-libs/gst/audio/gstaudiofilter.h:
7407         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7408         (gst_audio_filter_template_get_type),
7409         (gst_audio_filter_template_base_init),
7410         (gst_audio_filter_template_class_init),
7411         (gst_audio_filter_template_init),
7412         (gst_audio_filter_template_set_property),
7413         (gst_audio_filter_template_get_property), (plugin_init),
7414         (gst_audio_filter_template_setup),
7415         (gst_audio_filter_template_filter),
7416         (gst_audio_filter_template_filter_inplace):
7417         * gst-libs/gst/audio/gstaudiosink.c:
7418         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7419         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7420         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7421         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7422         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7423         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7424         * gst-libs/gst/audio/gstaudiosink.h:
7425         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7426         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7427         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7428         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7429         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7430         (gst_audio_src_class_init), (gst_audio_src_init),
7431         (gst_audio_src_create_ringbuffer):
7432         * gst-libs/gst/audio/gstaudiosrc.h:
7433         * gst-libs/gst/audio/gstbaseaudiosink.c:
7434         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7435         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7436         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7437         (gst_base_audio_sink_set_property),
7438         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7439         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7440         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7441         (gst_base_audio_sink_create_ringbuffer),
7442         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7443         * gst-libs/gst/audio/gstbaseaudiosink.h:
7444         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7445         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7446         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7447         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7448         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7449         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7450         (gst_base_audio_src_event), (gst_base_audio_src_create),
7451         (gst_base_audio_src_create_ringbuffer),
7452         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7453         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7454         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7455         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7456         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7457         (gst_ring_buffer_debug_spec_caps),
7458         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7459         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7460         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7461         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7462         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7463         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7464         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7465         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7466         (gst_ring_buffer_clear):
7467         * gst-libs/gst/audio/gstringbuffer.h:
7468         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7469         (gst_video_sink_class_init), (gst_video_sink_get_type):
7470         * gst-libs/gst/video/videosink.h:
7471         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7472         (gst_multifdsink_class_init),
7473         (gst_multifdsink_handle_client_write),
7474         (gst_multifdsink_change_state):
7475         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7476         (gst_tcpclientsink_setcaps):
7477         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7478         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7479         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7480         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7481         (gst_ximagesink_send_pending_navigation),
7482         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7483         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7485         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7486         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7487         (gst_xvimagesink_send_pending_navigation),
7488         (gst_xvimagesink_navigation_send_event),
7489         (gst_xvimagesink_set_xwindow_id),
7490         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7491         (gst_xvimagesink_get_type):
7492         more macro splitting
7493
7494 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7495
7496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7497           plug a memleak, allows me to import 1479 albums in one go
7498           in jamboree
7499         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7500         (vorbis_handle_type_packet), (vorbis_dec_chain),
7501         (vorbis_dec_change_state):
7502           fix some format strings
7503
7504 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7505
7506         * docs/libs/tmpl/gstcolorbalance.sgml:
7507         * docs/libs/tmpl/gstmixer.sgml:
7508         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7509         (gst_alsasink_set_property), (gst_alsasink_get_property):
7510         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7511         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7512           add device property
7513
7514 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7515
7516         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7517         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7518         (audiocast_register_listener), (audiocast_thread_run),
7519         (gst_gnomevfssrc_send_additional_headers_callback),
7520         (gst_gnomevfssrc_received_headers_callback),
7521         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7522         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7523         (gst_gnomevfssrc_get_size):
7524           add/clean up debugging
7525         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7526           cleanups
7527
7528 2005-07-07  Andy Wingo  <wingo@pobox.com>
7529
7530         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7531         framerate. Need to get a handle on when exactly this function is
7532         called, tho.
7533
7534         * sys/v4l/v4lsrc_calls.h:
7535         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7536         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7537         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7538
7539         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7540         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7541         v4lelements are sources.
7542
7543         * sys/v4l/gstv4lxoverlay.h:
7544         * sys/v4l/gstv4lxoverlay.c:
7545         * sys/v4l/gstv4ltuner.h:
7546         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7547         
7548         * sys/v4l/gstv4lsrc.h:
7549         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7550         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7551         or something should handle that. Made a live source.
7552
7553         * sys/v4l/gstv4lelement.h:
7554         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7555         signals. Some cleanups.
7556
7557         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7558
7559         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7560         stuff.
7561
7562         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7563         stuff.
7564
7565         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7566
7567 2005-07-07  Wim Taymans  <wim@fluendo.com>
7568
7569         * ext/theora/theoradec.c: (theora_get_query_types),
7570         (theora_dec_src_getcaps), (theora_dec_push):
7571         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7573         Remove deprecated/unused query types.
7574
7575 2005-07-06  Wim Taymans  <wim@fluendo.com>
7576
7577         * ext/alsa/Makefile.am:
7578         * ext/alsa/gstalsaplugin.c: (plugin_init):
7579         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7580         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7581         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7582         (gst_alsasrc_class_init), (gst_alsasrc_init),
7583         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7584         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7585         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7586         (gst_alsasrc_reset):
7587         * ext/alsa/gstalsasrc.h:
7588         * gst-libs/gst/audio/Makefile.am:
7589         * gst-libs/gst/audio/gstaudiosink.c:
7590         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7591         (gst_audioringbuffer_start):
7592         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7593         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7594         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7595         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7596         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7597         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7598         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7599         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7600         * gst-libs/gst/audio/gstaudiosrc.h:
7601         * gst-libs/gst/audio/gstbaseaudiosink.c:
7602         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7603         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7604         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7605         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7606         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7607         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7608         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7609         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7610         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7611         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7612         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7613         (gst_baseaudiosrc_change_state):
7614         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7615         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7616         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7617         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7618         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7619         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7620         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7621         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7622         * gst-libs/gst/audio/gstringbuffer.h:
7623         Added audiosource base classes.
7624         Ported alsasrc, still very basic.
7625
7626 2005-07-06  Wim Taymans  <wim@fluendo.com>
7627
7628         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7629         (theora_dec_push), (theora_handle_data_packet):
7630         Prepare for better timestamp fix later.
7631
7632         * gst/audioconvert/gstaudioconvert.c:
7633         List most accurate caps first
7634
7635         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7636         Use proper pad task function.
7637
7638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7639         (gst_xvimagesink_show_frame):
7640         Fix deadlock when alloc failed.
7641
7642 2005-07-05  Andy Wingo  <wingo@pobox.com>
7643
7644         * ext/gnomevfs/gstgnomevfssrc.c:
7645         * gst/sine/gstsinesrc.c:
7646         * gst/tcp/gsttcpserversrc.c:
7647         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7648
7649         * sys/v4l/: Port from 0.8.
7650
7651         * Many files: Null if we got it....
7652
7653 2005-07-05  Andy Wingo  <wingo@pobox.com>
7654
7655         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7656         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7657         Signedness fixes.
7658
7659 2005-07-05  Wim Taymans  <wim@fluendo.com>
7660
7661         * configure.ac:
7662         * gst/tcp/Makefile.am:
7663         * gst/tcp/README:
7664         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7665         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7666         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7667         (is_sync_frame), (gst_multifdsink_handle_client_write),
7668         (gst_multifdsink_render), (gst_multifdsink_start),
7669         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7670         * gst/tcp/gstmultifdsink.h:
7671         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7672         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7673         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7674         * gst/tcp/gsttcp.h:
7675         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7676         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7677         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7678         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7679         * gst/tcp/gsttcpclientsink.h:
7680         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7681         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7682         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7683         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7684         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7685         * gst/tcp/gsttcpclientsrc.h:
7686         * gst/tcp/gsttcpplugin.c: (plugin_init):
7687         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7688         * gst/tcp/gsttcpserversink.h:
7689         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7690         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7691         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7692         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7693         (gst_tcpserversrc_stop):
7694         * gst/tcp/gsttcpserversrc.h:
7695         * gst/tcp/gsttcpsink.c:
7696         * gst/tcp/gsttcpsink.h:
7697         * gst/tcp/gsttcpsrc.c:
7698         * gst/tcp/gsttcpsrc.h:
7699         Ported tcp plugins to 0.9. 
7700         
7701
7702 2005-07-05  Andy Wingo  <wingo@pobox.com>
7703
7704         * gst/playback/gstplaybasebin.c (fill_buffer):
7705         message_new_application fixen.
7706
7707         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7708         Style fix.
7709
7710 2005-07-04  Wim Taymans  <wim@fluendo.com>
7711
7712         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7713         Set caps on output buffer.
7714
7715 2005-07-04  Andy Wingo  <wingo@pobox.com>
7716
7717         * ext/gnomevfs/gstgnomevfssrc.c
7718         (gst_gnomevfssrc_received_headers_callback) 
7719         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7720         hopefully.
7721
7722         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7723         No refcount leakage.
7724
7725         * configure.ac: Enable -Werror.
7726         
7727         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7728         * gst/audioconvert/bufferframesconvert.c
7729         (buffer_frames_convert_fixate):
7730         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7731         (gst_audio_convert_fixate):
7732         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7733         (gst_sinesrc_create): Fixate func changes.
7734         
7735         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7736         (gst_ximagesink_buffer_alloc): Unused var.
7737
7738 2005-07-01  Andy Wingo  <wingo@pobox.com>
7739
7740         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7741         getcaps to do explicit caps. Needs to be done in all decoders,
7742         possibly via a base class.
7743
7744         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7745
7746         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7747         caps on the sink pad, just rely on the pad template. Also, setting
7748         ANY caps on a pad is not valid because the caps are not fixed.
7749
7750         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7751         caps on the buffer, and get the width from the desired_caps if
7752         they're set.
7753         (gst_ximagesink_renegotiate_size): Implement via setting the
7754         desired_caps on the ximagesink.
7755         (gst_ximagesink_setcaps): Only reset the width of the player if it
7756         wasn't already set. Not sure if this is right.
7757         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7758
7759         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7760         that the user wants. NULL unless the window has been resized.
7761
7762         * gst/volume/gstvolume.c (volume_transform): Adapt to
7763         basetransform refcount changes.
7764         
7765 2005-07-01  Andy Wingo  <wingo@pobox.com>
7766
7767         * gst/videoscale/gstvideoscale.c:
7768         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7769         from BaseTransform, implements a transform_caps. Removed dead code
7770         including some PAR stuff that was never reached -- should probably
7771         be added back somehow.
7772
7773 2005-07-01  Andy Wingo  <wingo@pobox.com>
7774
7775         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7776         come later.
7777
7778 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7779
7780         * configure.ac:
7781         * docs/libs/Makefile.am:
7782         * docs/libs/gst-plugins-libs.types:
7783         * ext/alsa/Makefile.am:
7784         * ext/alsa/gstalsamixer.h:
7785         * ext/alsa/gstalsamixeroptions.h:
7786         * ext/alsa/gstalsamixertrack.h:
7787         * gst-libs/gst/Makefile.am:
7788         * gst-libs/gst/colorbalance/.cvsignore:
7789         * gst-libs/gst/colorbalance/Makefile.am:
7790         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7791         * gst-libs/gst/colorbalance/colorbalance.c:
7792         * gst-libs/gst/colorbalance/colorbalance.h:
7793         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7794         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7795         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7796         * gst-libs/gst/interfaces/Makefile.am:
7797         * gst-libs/gst/interfaces/colorbalance.c:
7798         (gst_color_balance_class_init):
7799         * gst-libs/gst/interfaces/colorbalance.h:
7800         * gst-libs/gst/interfaces/interfaces-marshal.list:
7801         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7802         * gst-libs/gst/interfaces/mixer.h:
7803         * gst-libs/gst/interfaces/mixeroptions.h:
7804         * gst-libs/gst/interfaces/navigation.c:
7805         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7806         * gst-libs/gst/interfaces/tuner.h:
7807         * gst/volume/Makefile.am:
7808         * gst/volume/gstvolume.c:
7809         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7810         * sys/ximage/Makefile.am:
7811         * sys/ximage/ximagesink.c:
7812         * sys/xvimage/Makefile.am:
7813         * sys/xvimage/xvimagesink.c:
7814           fold in all interfaces into an interfaces dir, preserving CVS
7815           history
7816
7817 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7818
7819         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7820           Fix build after riff changes.
7821
7822 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7823
7824         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7825         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7826         (gst_riff_create_video_template_caps),
7827         (gst_riff_create_audio_template_caps),
7828         (gst_riff_create_iavs_template_caps):
7829         * gst-libs/gst/riff/riff-media.h:
7830         * gst-libs/gst/riff/riff-read.h:
7831         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7832           Add gst_riff_init() to initialize the debug category, instead
7833           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7834
7835 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7836
7837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7838           Oops, I shouldn't apply hacks.
7839
7840 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7841
7842         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7843           Remove pad_loop function which doesn't work.
7844
7845 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7846
7847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7848           Send EOS when deactivating.
7849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7850         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7851         (gen_preroll_element), (probe_triggered), (mute_stream),
7852         (silence_stream), (new_decoded_pad), (setup_substreams),
7853         (set_active_source):
7854         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7855         (remove_sinks), (add_sink):
7856         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7857           Change for new probe API.
7858
7859 2005-06-29  Wim Taymans  <wim@fluendo.com>
7860
7861         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7862         * gst-libs/gst/audio/gstbaseaudiosink.c:
7863         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7864         (gst_baseaudiosink_change_state):
7865         * gst-libs/gst/audio/gstbaseaudiosink.h:
7866         * gst-libs/gst/audio/gstringbuffer.c:
7867         (gst_ringbuffer_set_callback):
7868         Fix compilation error.
7869         Ringbuffer starts out as not running.
7870         Free our clock in dispose.
7871         When releasing the ringbuffer we need to renegotiate so
7872         clear the pad caps.
7873
7874 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7875
7876         * autogen.sh:
7877         * configure.ac:
7878         * docs/Makefile.am:
7879         * docs/libs/Makefile.am:
7880         * docs/libs/gst-plugins-libs-docs.sgml:
7881         * docs/libs/gst-plugins-libs-sections.txt:
7882         * docs/libs/gst-plugins-libs.types:
7883         * docs/libs/tmpl/gstaudio.sgml:
7884         * docs/libs/tmpl/gstcolorbalance.sgml:
7885         * docs/libs/tmpl/gstringbuffer.sgml:
7886         * gst-libs/gst/audio/gstringbuffer.c:
7887         (gst_ringbuffer_set_callback):
7888           reinstate gtk-doc docs for plugin libs
7889
7890 2005-06-28  Wim Taymans  <wim@fluendo.com>
7891
7892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7893         (gst_ogg_demux_init):
7894         Removed pad loop function.
7895
7896 2005-06-28  Wim Taymans  <wim@fluendo.com>
7897
7898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7899         If we're building a chain we are not in an error case
7900         when we queue a buffer.
7901
7902 2005-06-28  Andy Wingo  <wingo@pobox.com>
7903
7904         * *.c: Don't cast to GstObject before reffing/unreffing.
7905
7906 2005-06-27  Andy Wingo  <wingo@pobox.com>
7907
7908         * gst/videotestsrc/gstvideotestsrc.c
7909         (gst_videotestsrc_activate_push): Activation API changes.
7910
7911         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7912         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7913         they have refs on the decodebin.
7914
7915         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7916         parent class.
7917         (gst_ogg_pad_typefind): Don't leak a pad ref.
7918         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7919         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7920         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7921
7922 2005-06-27  Edward Hervey  <edward@fluendo.com>
7923
7924         * ext/theora/theoradec.c: (theora_dec_change_state): 
7925         re-arranged call to parent's state change in order to avoid locks (or
7926         worse).
7927
7928 2005-06-26  Edward Hervey  <edward@fluendo.com>
7929
7930         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7931         2nd argument of 'unknow-type' signal is a GstCaps and not a
7932         GstMiniObject
7933
7934 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7935         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7936           Set the worker thread's running flag to TRUE before starting the
7937           thread.
7938         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7939           Catch a failure to add typefind to the bin.
7940
7941 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7942
7943         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7944         (gst_sinesrc_init), (gst_sinesrc_create),
7945         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7946         (gst_sinesrc_start):
7947         * gst/sine/gstsinesrc.h:
7948           add num-buffers and timestamp-offset properties
7949         * gst/videotestsrc/gstvideotestsrc.c:
7950         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7951         (gst_videotestsrc_get_property):
7952           add timestamp-offset property
7953
7954 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7955
7956         * configure.ac: add videorate
7957         * gst-plugins-base.spec.in: add videorate
7958
7959 2005-06-23  Wim Taymans  <wim@fluendo.com>
7960
7961         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7962         (gst_videorate_getcaps), (gst_videorate_setcaps),
7963         (gst_videorate_event), (gst_videorate_chain):
7964         Fixed videorate, fixating an already fixated caps is not
7965         an error.
7966
7967 2005-06-23  Wim Taymans  <wim@fluendo.com>
7968
7969         * ext/ogg/README:
7970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7971         Buffer on caps is not boxed anymore.
7972
7973 2005-06-22  Wim Taymans  <wim@fluendo.com>
7974
7975         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7977         Set buffers on caps as miniobjects and not as boxed.
7978
7979 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7980
7981         * configure.ac:
7982           back to HEAD
7983
7984 === release 0.9.1 ===
7985
7986 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7987
7988         * .cvsignore:
7989         * NEWS:
7990         * README:
7991         * RELEASE:
7992         * configure.ac:
7993         * po/af.po:
7994         * po/az.po:
7995         * po/cs.po:
7996         * po/en_GB.po:
7997         * po/hu.po:
7998         * po/it.po:
7999         * po/nb.po:
8000         * po/nl.po:
8001         * po/or.po:
8002         * po/sq.po:
8003         * po/sr.po:
8004         * po/sv.po:
8005         * po/uk.po:
8006         * po/vi.po:
8007           updates for release
8008
8009 2005-06-09  Andy Wingo  <wingo@pobox.com>
8010
8011         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8012         
8013 2005-06-09  Andy Wingo  <wingo@pobox.com>
8014
8015         * configure.ac:
8016         * gst-libs/gst/Makefile.am:
8017         * gst-libs/gst/net/Makefile.am:
8018         Add gstnet to build.
8019
8020 2005-06-09  Andy Wingo  <wingo@pobox.com>
8021
8022         * gst-libs/gst/gconf/gconf.c:
8023         * gst/playback/test.c:
8024         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8025         fixes.
8026
8027         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8028
8029         * ext/theora/theoraenc.c (theora_enc_chain): 
8030         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8031
8032         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8033         RealPad.
8034
8035 2005-06-02  Wim Taymans  <wim@fluendo.com>
8036
8037         * gst-libs/gst/net/Makefile.am:
8038         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8039         * pkgconfig/gstreamer-libs.pc.in:
8040         Added net stuff, version net lib.
8041
8042 2005-06-02  Wim Taymans  <wim@fluendo.com>
8043
8044         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8045         (query_rates), (query_positions_elems), (query_positions_pads),
8046         (do_seek):
8047         Updated seek example.
8048
8049 2005-06-02  Andy Wingo  <wingo@pobox.com>
8050
8051         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8052         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8053         list.
8054
8055         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8056         remove the typefind, the bin dispose will do it for us. When it's
8057         removed and unreffed, the signal handler will be disconnected,
8058         too.
8059         (unlinked): It's too difficult to disconnect from unlinked
8060         handlers, as they are on pads not elements. Just punt if the pads
8061         aren't grandkids of the bin.
8062
8063 2005-06-02  Wim Taymans  <wim@fluendo.com>
8064
8065         * ext/ogg/README:
8066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8067         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8069         * ext/theora/theoradec.c: (theora_dec_src_query),
8070         (theora_handle_data_packet):
8071         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8072         (theora_enc_chain):
8073         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8074         (vorbis_handle_data_packet):
8075         * gst/audioconvert/bufferframesconvert.c:
8076         (buffer_frames_convert_chain):
8077         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8078         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8079         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8080         (gst_ffmpegcsp_chain):
8081         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8082         (gst_videorate_getcaps), (gst_videorate_setcaps),
8083         (gst_videorate_event), (gst_videorate_chain):
8084         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8085         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8086         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8087         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8088         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8089         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8090         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8091         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8092         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8093         Cleanups and buffer alloc.
8094
8095 2005-05-31  Wim Taymans  <wim@fluendo.com>
8096
8097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8098         Don't try to call the delay method when the device is not
8099         opened.
8100
8101 2005-05-31  Wim Taymans  <wim@fluendo.com>
8102
8103         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8104         Get actual segment size and buffer size after opening
8105         the device.
8106
8107 2005-05-30  Wim Taymans  <wim@fluendo.com>
8108
8109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8110         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8111         Also FLUSH upstream, makes the loop function exit faster.
8112         
8113         * ext/theora/theoradec.c: (theora_dec_src_query):
8114         Some more debug info in the query.
8115         
8116         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8117         (gst_ximagesink_setcaps):
8118         Release lock on par error, better error reporting.
8119
8120 2005-05-26  Wim Taymans  <wim@fluendo.com>
8121
8122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8123         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8124         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8125         Clear chains in READY
8126         Queue packets until the chain is activated.
8127
8128 2005-05-25  Wim Taymans  <wim@fluendo.com>
8129
8130         * gst-libs/gst/audio/gstaudiosink.c:
8131         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8132         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8133         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8134         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8135         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8136         (gst_audiosink_create_ringbuffer):
8137         * gst-libs/gst/audio/gstbaseaudiosink.c:
8138         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8139         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8140         (gst_baseaudiosink_set_property), (build_linear_format),
8141         (debug_spec_caps), (debug_spec_buffer),
8142         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8143         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8144         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8145         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8146         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8147         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8148         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8149         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8150         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8151         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8152         (wait_segment), (gst_ringbuffer_commit),
8153         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8154         (gst_ringbuffer_clear):
8155         Various small cleanups.
8156
8157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8158         (gst_audio_convert_change_state):
8159         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8160         No need to take the locks anymore.
8161
8162 2005-05-25  Wim Taymans  <wim@fluendo.com>
8163
8164         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8165         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8166         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8167         (type_found):
8168         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8169         (group_destroy), (group_commit), (queue_overrun),
8170         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8171         (mute_stream), (new_decoded_pad), (setup_substreams),
8172         (setup_source), (mute_group_type), (set_active_source),
8173         (gst_play_base_bin_change_state):
8174         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8175         (gen_video_element), (gen_text_element), (gen_audio_element),
8176         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8177         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8178         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8179         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8180         Some playbin cleanups mostly refcounting sloppyness.
8181
8182 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8183
8184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8185           Work with streaming input.
8186
8187 2005-05-25  Wim Taymans  <wim@fluendo.com>
8188
8189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8190         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8191         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8192         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8193         No need to take the STREAM lock anymore.
8194
8195 2005-05-25  Wim Taymans  <wim@fluendo.com>
8196
8197         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8198         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8199         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8200         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8201         (gst_ogg_demux_sink_activate):
8202         * ext/theora/theoradec.c: (theora_dec_src_event),
8203         (theora_handle_comment_packet), (theora_dec_chain),
8204         (theora_dec_change_state):
8205         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8206         (vorbis_handle_data_packet), (vorbis_dec_chain),
8207         (vorbis_dec_change_state):
8208         Remove STREAM locks as they are taken in core now.
8209         Never set bogus granulepos on vorbis/theora.
8210         Fix leaks in theoradec tag parsing.
8211
8212 2005-05-25  Wim Taymans  <wim@fluendo.com>
8213
8214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8215         Fix memleaks, GST_BUFFER_DATA() is not freed.
8216
8217 2005-05-25  Wim Taymans  <wim@fluendo.com>
8218
8219         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8220         Open non-blocking, set to blocking mode afterwards to avoid
8221         lockups when audio device is busy.
8222
8223 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8224
8225         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8226           This can't be good.
8227
8228 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8229
8230         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8231         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8232         (gst_audio_convert_setcaps):
8233           Implement instant setup switching.
8234
8235 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8236
8237         * gst/playback/gstplaybasebin.c: (probe_triggered):
8238           Fix missing unlock.
8239         * gst/playback/gstplaybin.c: (add_sink):
8240           First add, then link (otherwise pad link fails).
8241
8242 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8243
8244         * examples/Makefile.am:
8245         fix buildbot (make distcheck)
8246
8247 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8248
8249         * gst/playback/gstplaybin.c: (gen_vis_element):
8250           Remove some wrong code. Doesn't work yet.
8251
8252 2005-05-19  Wim Taymans  <wim@fluendo.com>
8253
8254         * gst-libs/gst/net/Makefile.am:
8255         * gst-libs/gst/net/README:
8256         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8257         (gst_netbuffer_class_init), (gst_netbuffer_init),
8258         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8259         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8260         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8261         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8262         * gst-libs/gst/net/gstnetbuffer.h:
8263         Added buffer subclass to store extra to/from addresses for
8264         network sources/sinks.
8265
8266 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8267
8268         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8269           Don't lock an unassigned variable.
8270
8271 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8272
8273         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8274           Increase buffer for video, decrease buffer for other media types.
8275         * gst/playback/gstplaybin.c: (gen_video_element),
8276         (gen_audio_element):
8277           Change names for debugging purposes.
8278
8279 2005-05-18  Wim Taymans  <wim@fluendo.com>
8280
8281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8282         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8283         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8284         (gst_ffmpegcsp_chain):
8285         Enable buffer alloc passthrough if the source and dest
8286         formats are the same.
8287
8288 2005-05-17  Wim Taymans  <wim@fluendo.com>
8289
8290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8291         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8292         (gst_ogg_demux_chain_unlocked):
8293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8294         (gst_audio_convert_caps_remove_format_info),
8295         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8296         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8297         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8298         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8299         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8300         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8301         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8302         (gst_ffmpegcsp_get_property):
8303         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8304         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8305         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8306         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8307         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8308         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8309         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8310         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8311         Leak fixes in oggdemux.
8312         Some cleanups in audioconvert.
8313         Make passthrough work along with buffer_alloc etc.
8314         Make buffer_alloc and buffer recycling actually work in
8315         xvimagesink.
8316
8317 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8318
8319         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8320           make the compiler happy
8321
8322 2005-05-17  Wim Taymans  <wim@fluendo.com>
8323
8324         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8325         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8326         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8327         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8328         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8329         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8330         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8331         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8332         (gst_xvimagesink_set_xwindow_id):
8333         * sys/xvimage/xvimagesink.h:
8334         Port xvimagesink to new MiniObject.
8335
8336 2005-05-17  Wim Taymans  <wim@fluendo.com>
8337
8338         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8339         (gst_audiofilter_chain):
8340         * gst-libs/gst/audio/gstaudiosink.c:
8341         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8342         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8343         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8344         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8345         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8346         (gst_audiosink_create_ringbuffer):
8347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8348         (gst_audio_convert_caps_remove_format_info),
8349         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8350         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8352         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8353         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8354         Fix passthrough in ffmpegcolorspace.
8355         Fix memset in audiosink on wrong memory.
8356
8357 2005-05-16  David Schleef  <ds@schleef.org>
8358
8359         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8360         to GstMiniObject.
8361
8362 2005-05-16  David Schleef  <ds@schleef.org>
8363
8364         Port from GstData to GstMiniObject.
8365         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8367         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8368         (gst_ogg_mux_collected):
8369         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8370         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8371         (theora_handle_data_packet):
8372         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8373         (theora_set_header_on_caps), (theora_enc_chain):
8374         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8375         (vorbis_handle_comment_packet):
8376         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8377         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8378         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8379         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8380         * gst/audioconvert/gstaudioconvert.c:
8381         (gst_audio_convert_get_buffer):
8382         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8383         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8384         (mute_stream), (silence_stream):
8385         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8386         * gst/volume/gstvolume.c: (volume_transform):
8387         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8388         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8389         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8390         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8391         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8392         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8393         (gst_ximagesink_buffer_alloc):
8394         * sys/ximage/ximagesink.h:
8395
8396 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8397
8398         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8399         (fill_buffer), (check_queue), (queue_threshold_reached),
8400         (queue_out_of_data):
8401         * gst/playback/gstplaybasebin.h:
8402           Post buffer-fullness on the bus.
8403
8404 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8405
8406         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8407         (try_to_link_1):
8408         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8409         (group_commit), (probe_triggered), (setup_source),
8410         (gst_play_base_bin_change_state):
8411         * gst/playback/gstplaybasebin.h:
8412         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8413         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8414         (gst_play_bin_change_state):
8415           Move setup_output_pads into a virtual function, remove
8416           group-switch (no longer needed) and redirect (handled by bus
8417           now) signals.
8418
8419 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8420
8421         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8422         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8423         (get_active_group), (get_building_group), (group_destroy),
8424         (group_commit), (check_queue), (queue_overrun),
8425         (queue_threshold_reached), (queue_out_of_data),
8426         (gen_preroll_element), (remove_groups), (unknown_type),
8427         (add_element_stream), (no_more_pads), (probe_triggered),
8428         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8429         (setup_substreams), (setup_source), (finish_source),
8430         (prepare_output), (muted_group_change_state),
8431         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8432         (gst_play_base_bin_change_state):
8433         * gst/playback/gstplaybasebin.h:
8434         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8435         (gst_play_bin_init), (gst_play_bin_set_property),
8436         (gen_video_element), (gen_text_element), (gen_audio_element),
8437         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8438         (gst_play_bin_change_state):
8439         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8440         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8441         (stream_info_change_state), (gst_stream_info_set_mute),
8442         (gst_stream_info_get_property):
8443         * gst/playback/gststreaminfo.h:
8444         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8445         (gst_stream_selector_get_linked_pad),
8446         (gst_stream_selector_getcaps),
8447         (gst_stream_selector_get_linked_pads),
8448         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8449         * gst/playback/gststreamselector.h:
8450           Rough port of playbin. Needs some more work, but is mostly done,
8451           and uses a few locks in important places, which should make stuff
8452           like chain-switches clean. Still uses GST_STATE() in a few places,
8453           which isn't all that good an idea, subtitles/elements disabled
8454           because no elements to test with and thus probably broken, query
8455           and event handling moved to GstBin, internal thread removed
8456           alltogether because the pipeline does that for us now. Can play
8457           Ogg/Vorbis files. Haven't tested anything else yet.
8458
8459 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8460
8461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8462           Do no-more-pads (needed for autoplugging).
8463
8464 2005-05-10  Andy Wingo  <wingo@pobox.com>
8465
8466         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8467         message to the bus with the tags. Still not sent downstream tho.
8468
8469         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8470         get_parent.
8471         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8472         avoid refcounting hassles.
8473
8474 2005-05-09  Andy Wingo  <wingo@pobox.com>
8475
8476         * gst/volume/Makefile.am:
8477         * gst/volume/demo.c
8478         * gst/volume/gstvolume.h
8479         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8480         basetransform. Probably need an audio filter base class.
8481
8482 2005-05-09  Wim Taymans  <wim@fluendo.com>
8483
8484         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8485         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8486         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8487         (gst_vorbisenc_chain):
8488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8489         (gst_audio_convert_caps_remove_format_info),
8490         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8491         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8492         Make caps writable before writing to it.
8493         Fix negotiation in audioconvert some more.
8494
8495 2005-05-09  Wim Taymans  <wim@fluendo.com>
8496
8497         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8498         (gst_videorate_getcaps), (gst_videorate_setcaps),
8499         (gst_videorate_event), (gst_videorate_chain):
8500         Better negotiation.
8501
8502 2005-05-09  Wim Taymans  <wim@fluendo.com>
8503
8504         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8505         (gst_videorate_getcaps), (gst_videorate_setcaps),
8506         (gst_videorate_blank_data), (gst_videorate_init),
8507         (gst_videorate_event), (gst_videorate_chain),
8508         (gst_videorate_change_state):
8509         Port videorate, do a better job at negotiation while we're at
8510         it.
8511
8512 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8513
8514         * configure.ac:
8515           Disable libvisual
8516
8517         * examples/Makefile.am:
8518         * gst-libs/gst/audio/Makefile.am:
8519         * gst-libs/gst/riff/Makefile.am:
8520         * gst-libs/gst/tag/Makefile.am:
8521         * gst-libs/gst/video/Makefile.am:
8522           Fixups for missing variables.
8523
8524 2005-05-09  Wim Taymans  <wim@fluendo.com>
8525
8526         * examples/seeking/seek.c: (make_theora_pipeline),
8527         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8528         (query_rates), (query_positions_elems), (query_positions_pads),
8529         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8531         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8532         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8533         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8534         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8535         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8536         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8537         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8538         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8539         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8540         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8541         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8542         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8543         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8544         (theora_dec_src_convert), (theora_dec_sink_convert),
8545         (theora_dec_src_query), (theora_dec_sink_query),
8546         (theora_dec_src_event), (theora_dec_sink_event),
8547         (theora_handle_comment_packet), (theora_handle_type_packet),
8548         (theora_handle_header_packet), (theora_handle_data_packet),
8549         (theora_dec_chain):
8550         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8551         (vorbis_dec_convert), (vorbis_dec_src_query),
8552         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8553         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8554         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8555         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8557         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8558         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8559         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8560         (gst_play_bin_query):
8561         * gst/playback/test3.c: (update_scale):
8562         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8563         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8564         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8565         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8566         (gst_videotestsrc_src_query):
8567         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8568         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8569         (paint_hline_YUV9):
8570         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8571         Port to new query API.
8572         Updated seek.
8573         Cleanups in x[v]imagesink
8574
8575 2005-05-09  Andy Wingo  <wingo@pobox.com>
8576
8577         * ext/alsa/gstalsasink.h:
8578         * ext/gnomevfs/gstgnomevfssrc.c:
8579         (gst_gnomevfssrc_get_icy_metadata):
8580         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8581         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8582         * ext/theora/theoradec.c (theora_dec_src_query)
8583         (theora_dec_src_event, theora_dec_sink_event)
8584         (theora_handle_comment_packet, theora_handle_data_packet):
8585         * ext/theora/theoraenc.c (theora_enc_chain):
8586         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8587         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8588         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8589         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8590         (qt_type_find):
8591         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8592         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8593         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8594         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8595         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8596         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8597         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8598         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8599         (paint_setup_RGB565, paint_setup_xRGB1555):
8600         * gst/videotestsrc/videotestsrc.h:
8601         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8602         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8603         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8604         GCC4 fixes.
8605         
8606         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8607         gst_pad_query_position. Fixes oggdemux.
8608
8609 2005-05-08  David Schleef  <ds@schleef.org>
8610
8611         * configure.ac: Require liboil.
8612         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8613         a few more.
8614         * gst/videotestsrc/videotestsrc.c:
8615         * gst/videotestsrc/videotestsrc.h:
8616
8617 2005-05-06  Wim Taymans  <wim@fluendo.com>
8618
8619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8620         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8621         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8622         Well, unreffing a buffer right before pushing it is asking
8623         for trouble..
8624
8625 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8626
8627         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8628
8629 2005-05-06  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8632         (gst_audio_convert_caps_remove_format_info),
8633         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8634         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8636         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8637         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8638         * gst/sine/Makefile.am:
8639         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8640         (gst_sinesrc_class_init), (gst_sinesrc_init),
8641         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8642         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8643         (gst_sinesrc_update_freq):
8644         * gst/sine/gstsinesrc.h:
8645         * gst/tcp/gstmultifdsink.c:
8646         * sys/xvimage/xvimagesink.c:
8647         Fixed negotiation wrt _peer_get_caps()
8648         Some cleanups.
8649
8650
8651 2005-05-06  Wim Taymans  <wim@fluendo.com>
8652
8653         * gst-libs/gst/audio/gstaudiosink.c:
8654         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8655         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8656         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8657         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8658         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8659         (gst_audiosink_create_ringbuffer):
8660         * gst-libs/gst/audio/gstbaseaudiosink.c:
8661         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8662         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8663         (gst_baseaudiosink_set_property), (build_linear_format),
8664         (debug_spec_caps), (debug_spec_buffer),
8665         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8666         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8667         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8668         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8669         * gst-libs/gst/audio/gstbaseaudiosink.h:
8670         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8671         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8672         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8673         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8674         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8675         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8676         (wait_segment), (gst_ringbuffer_commit),
8677         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8678         (gst_ringbuffer_clear):
8679         * gst-libs/gst/audio/gstringbuffer.h:
8680         Make the base audiosink return an error when there is no
8681         audiobuffer negotiated.
8682
8683 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8684
8685         * ext/Makefile.am:
8686         Disable cdparanoia until someone ports it!
8687
8688 2005-05-06  Wim Taymans  <wim@fluendo.com>
8689
8690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8691         (gst_ogg_demux_sink_activate):
8692         And revert after wingo's revert.. sigh..
8693
8694 2005-05-05  Andy Wingo  <wingo@pobox.com>
8695
8696         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8697         GObject.
8698         * configure.ac: Return audiorate and subparse from the ghetto.
8699         Re-enable -Wall -Werror.
8700         * gst/subparse/gstsubparse.c:
8701         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8702         or chain-based. Cleaned up a bit. Not tested.
8703         
8704 2005-05-05  Christian Schaller <christian@fluendo.com> 
8705
8706         * Makefile.am: remove stuff that is not building
8707         * configure.ac: remove stuff that is not building
8708         * examples/Makefile.am: remove stuff that is not building
8709         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8710         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8711         * sys/Makefile.am: remove stuff that is not building
8712         * testsuite/Makefile.am: remove stuff that is not building
8713
8714 2005-05-05  Andy Wingo  <wingo@pobox.com>
8715
8716         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8717         * gst-libs/gst/tag/gstvorbistag.c:
8718         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8719         * gst/adder/gstadder.h:
8720         * gst/audioconvert/gstchannelmix.c:
8721         (gst_audio_convert_fill_one_other):
8722         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8723         (gst_audiorate_init), (gst_audiorate_chain):
8724         * gst/playback/gstplaybasebin.c: (setup_source):
8725         * gst/playback/test3.c: (update_scale):
8726         Some GCC4 fixes
8727         
8728         * po/af.po:
8729         * po/az.po:
8730         * po/cs.po:
8731         * po/en_GB.po:
8732         * po/hu.po:
8733         * po/it.po:
8734         * po/nb.po:
8735         * po/nl.po:
8736         * po/or.po:
8737         * po/sq.po:
8738         * po/sr.po:
8739         * po/sv.po:
8740         * po/uk.po:
8741         * po/vi.po: Foo
8742
8743 2005-05-05  Wim Taymans  <wim@fluendo.com>
8744
8745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8746         (gst_audio_convert_caps_remove_format_info),
8747         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8748         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8749         * gst/videotestsrc/gstvideotestsrc.c:
8750         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8751         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8752         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8753         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8754         Don't ignore _push() return values.
8755         Make sure no processing is done when shutting down.
8756         Videotestsrc pad activation fix.
8757
8758 2005-05-05  Wim Taymans  <wim@fluendo.com>
8759
8760         * gst/adder/Makefile.am:
8761         * gst/adder/gstadder.c: (gst_adder_setcaps),
8762         (gst_adder_class_init), (gst_adder_init),
8763         (gst_adder_request_new_pad), (gst_adder_collected),
8764         (gst_adder_change_state):
8765         * gst/adder/gstadder.h:
8766         Ported adder as an example of a mixer element using
8767         collect pads. Needs more negotiation work.
8768
8769 2005-05-05  Wim Taymans  <wim@fluendo.com>
8770
8771         * ext/theora/theoradec.c: (_inc_granulepos),
8772         (theora_dec_src_event), (theora_dec_sink_event),
8773         (theora_handle_comment_packet), (theora_handle_type_packet),
8774         (theora_handle_header_packet), (theora_handle_data_packet),
8775         (theora_dec_chain):
8776         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8777         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8778         (theora_push_buffer), (theora_push_packet),
8779         (theora_enc_sink_event), (theora_enc_chain),
8780         (theora_enc_change_state), (theora_enc_set_property),
8781         (theora_enc_get_property):
8782         Added stream lock to decoder so that we can serialize
8783         the discont event.
8784         More theoraenc porting, recover from errors, do clean
8785         shutdown.
8786
8787 2005-05-05  Wim Taymans  <wim@fluendo.com>
8788
8789         * ext/ogg/Makefile.am:
8790         * ext/ogg/README:
8791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8792         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8793         (gst_ogg_print):
8794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8795         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8796         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8797         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8798         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8799         (gst_ogg_mux_change_state):
8800         Ported ogg muxer.
8801
8802 2005-05-05  Wim Taymans  <wim@fluendo.com>
8803
8804         * docs/design-audiosinks.txt:
8805         * gst-libs/gst/audio/TODO:
8806         * gst-libs/gst/audio/gstaudiosink.c:
8807         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8808         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8809         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8810         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8811         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8812         (gst_audiosink_create_ringbuffer):
8813         * gst-libs/gst/audio/gstbaseaudiosink.c:
8814         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8815         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8816         (gst_baseaudiosink_set_property), (build_linear_format),
8817         (debug_spec_caps), (debug_spec_buffer),
8818         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8819         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8820         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8821         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8822         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8823         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8824         (gst_ringbuffer_release), (gst_ringbuffer_play),
8825         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8826         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8827         (gst_ringbuffer_set_sample), (wait_segment),
8828         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8829         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8830         More work on the audiosink, mostly debugging and a race in
8831         shutdown.
8832
8833 2005-04-28  Wim Taymans  <wim@fluendo.com>
8834
8835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8836         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8837         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8838         (vorbis_dec_src_query), (vorbis_dec_src_event),
8839         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8840         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8841         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8842         Don't crap out when seeking back to position 0.
8843
8844 2005-04-28  Wim Taymans  <wim@fluendo.com>
8845
8846         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8847         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8848         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8849         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8850         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8851         Make audio sink configurable, use alsasink as default.
8852
8853 2005-04-28  Wim Taymans  <wim@fluendo.com>
8854
8855         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8856         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8857         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8858         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8859         (vorbis_dec_change_state):
8860         * ext/vorbis/vorbisdec.h:
8861         Refactor, use STREAM_LOCK.
8862
8863 2005-04-28  Wim Taymans  <wim@fluendo.com>
8864
8865         * ext/theora/theoradec.c: (_inc_granulepos),
8866         (theora_dec_sink_event), (theora_handle_comment_packet),
8867         (theora_handle_type_packet), (theora_handle_header_packet),
8868         (theora_handle_data_packet), (theora_dec_chain),
8869         (theora_dec_change_state):
8870         Refactor a bit, use STREAM_LOCK.
8871
8872 2005-04-28  Wim Taymans  <wim@fluendo.com>
8873
8874         * ext/alsa/Makefile.am:
8875         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8876         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8877         (gst_alsa_link), (gst_alsa_close_audio):
8878         * ext/alsa/gstalsaplugin.c: (plugin_init):
8879         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8880         (gst_alsasink_dispose), (gst_alsasink_base_init),
8881         (gst_alsasink_class_init), (gst_alsasink_init),
8882         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8883         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8884         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8885         (gst_alsasink_reset):
8886         * ext/alsa/gstalsasink.h:
8887         Implement alsasink with simple open/write/close API. 
8888         Make alsa dir build by disabling compilation of code.
8889
8890 2005-04-28  Wim Taymans  <wim@fluendo.com>
8891
8892         * gst-libs/gst/audio/Makefile.am:
8893         * gst-libs/gst/audio/audio.h:
8894         * gst-libs/gst/audio/audioclock.c:
8895         * gst-libs/gst/audio/audioclock.h:
8896         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8897         (gst_audio_clock_class_init), (gst_audio_clock_init),
8898         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8899         * gst-libs/gst/audio/gstaudioclock.h:
8900         * gst-libs/gst/audio/gstaudiosink.c:
8901         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8902         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8903         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8904         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8905         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8906         (gst_audiosink_create_ringbuffer):
8907         * gst-libs/gst/audio/gstbaseaudiosink.c:
8908         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8909         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8910         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8911         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8912         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8913         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8914         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8915         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8916         * gst-libs/gst/audio/gstbaseaudiosink.h:
8917         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8918         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8919         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8920         (gst_ringbuffer_release), (gst_ringbuffer_play),
8921         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8922         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8923         (gst_ringbuffer_set_sample), (wait_segment),
8924         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8925         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8926         * gst-libs/gst/audio/gstringbuffer.h:
8927         Make ringbuffer faster and more simple by removing the locks
8928         in the playback thread.
8929         Add sample accurate playback based on buffer sample offsets.
8930         Make the baseaudiosink provide a clock.
8931         Parse caps in the base class.
8932         Correctly handle seeking, flushing and state changes.
8933
8934 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8935
8936         * configure.ac:
8937         * gst/audioconvert/Makefile.am:
8938         * gst/audioscale/Makefile.am:
8939           Fix part of the build.  Come on guys, autogen didn't even work :)
8940
8941 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8942
8943         * configure.ac:
8944         * gst-libs/gst/Makefile.am:
8945         * gst-libs/gst/media-info/.cvsignore:
8946         * gst-libs/gst/media-info/Makefile.am:
8947         * gst-libs/gst/media-info/README:
8948         * gst-libs/gst/media-info/media-info-priv.c:
8949         * gst-libs/gst/media-info/media-info-priv.h:
8950         * gst-libs/gst/media-info/media-info-test.c:
8951         * gst-libs/gst/media-info/media-info.c:
8952         * gst-libs/gst/media-info/media-info.h:
8953         * gst-libs/gst/media-info/media-info.vcproj:
8954         * pkgconfig/Makefile.am:
8955         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8956         * pkgconfig/gstreamer-media-info.pc.in:
8957           Remove media-info, which is also successed by playbin (see Totem
8958           implementation).
8959
8960 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8961
8962         * configure.ac:
8963         * examples/Makefile.am:
8964         * examples/gstplay/.cvsignore:
8965         * examples/gstplay/Makefile.am:
8966         * examples/gstplay/player.c:
8967         * gst-libs/gst/Makefile.am:
8968         * gst-libs/gst/play/.cvsignore:
8969         * gst-libs/gst/play/Makefile.am:
8970         * gst-libs/gst/play/play.c:
8971         * gst-libs/gst/play/play.h:
8972         * gst-libs/gst/play/play.vcproj:
8973         * pkgconfig/Makefile.am:
8974         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8975         * pkgconfig/gstreamer-play.pc.in:
8976           Remove libgstplay, playbin is now the official successor.
8977
8978 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8979
8980         * configure.ac:
8981         * gst-libs/gst/Makefile.am:
8982         * gst-libs/gst/xwindowlistener/Makefile.am:
8983         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8984         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8985           Remove deprecated xwindowlistener (I've moved xwindowlistening
8986           in the v4l/v4l2 plugins over to serverside).
8987
8988 2005-04-25  David Schleef  <ds@schleef.org>
8989
8990         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8991         to examples/dynparams.  Examples do not belong interspersed with
8992         source code.
8993         * examples/dynparams/demo-dparams.c:
8994         * gst/sine/Makefile.am:
8995         * gst/sine/demo-dparams.c:
8996
8997 2005-04-25  David Schleef  <ds@schleef.org>
8998
8999         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9000         * gst-libs/gst/audio/Makefile.am:
9001         * gst-libs/gst/riff/Makefile.am:
9002         * gst-libs/gst/tag/Makefile.am:
9003         * gst-libs/gst/video/Makefile.am:
9004         * gst-libs/gst/xwindowlistener/Makefile.am:
9005
9006         Convert to 0.9 API, seems to work:
9007         * sys/ximage/Makefile.am:
9008         * sys/ximage/ximagesink.c:
9009
9010 2005-04-24  David Schleef  <ds@schleef.org>
9011
9012         Link plugins against libraries:
9013         * ext/alsa/Makefile.am:
9014         * gst/tcp/Makefile.am:
9015
9016         Remove asm code that should be in liboil
9017         * gst/videoscale/Makefile.am:
9018         * gst/videoscale/videoscale_x86_asm.s:
9019
9020         gettext wants these checked in:
9021         * po/af.po:
9022         * po/az.po:
9023         * po/cs.po:
9024         * po/en_GB.po:
9025         * po/hu.po:
9026         * po/it.po:
9027         * po/nb.po:
9028         * po/nl.po:
9029         * po/or.po:
9030         * po/sq.po:
9031         * po/sr.po:
9032         * po/sv.po:
9033         * po/uk.po:
9034         * po/vi.po:
9035
9036 2005-04-24  David Schleef  <ds@schleef.org>
9037
9038         Convert gst_main() to g_main_loop_run()
9039         * gst/playback/decodetest.c: (main):
9040         * gst/playback/test2.c: (main):
9041         * gst/playback/test3.c: (main):
9042         * gst/playback/test4.c: (main):
9043
9044         Link plugins against libraries:
9045         * ext/libvisual/Makefile.am:
9046         * sys/xvimage/Makefile.am:
9047
9048 2005-04-24  David Schleef  <ds@schleef.org>
9049
9050         * configure.ac: Remove idct and resample libs
9051         * gst-libs/gst/Makefile.am: same
9052
9053         Remove usage of gst_library_load():
9054         * ext/alsa/gstalsaplugin.c: (plugin_init):
9055         * ext/libvisual/visual.c: (plugin_init):
9056         * ext/ogg/gstogg.c: (plugin_init):
9057         * ext/theora/theora.c: (plugin_init):
9058         * ext/vorbis/vorbis.c: (plugin_init):
9059         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9060         * gst/audioscale/gstaudioscale.c:
9061         * gst/adder/gstadder.c: (plugin_init):
9062         * gst/audioconvert/plugin.c: (plugin_init):
9063         * sys/ximage/ximagesink.c: (plugin_init):
9064         * sys/xvimage/xvimagesink.c: (plugin_init):
9065         * gst/tcp/gsttcpplugin.c: (plugin_init):
9066
9067         Link plugins against libraries:
9068         * ext/ogg/Makefile.am:
9069         * ext/theora/Makefile.am:
9070         * ext/vorbis/Makefile.am:
9071         * gst/audioconvert/Makefile.am:
9072
9073         Create proper libraries:
9074         * gst-libs/gst/riff/Makefile.am:
9075         * gst-libs/gst/audio/Makefile.am:
9076         * gst-libs/gst/video/Makefile.am:
9077
9078         Move resample library to audioscale plugin directory:
9079         * gst-libs/gst/resample/Makefile.am:
9080         * gst-libs/gst/resample/README:
9081         * gst-libs/gst/resample/dtof.c:
9082         * gst-libs/gst/resample/dtos.c:
9083         * gst-libs/gst/resample/functable.c:
9084         * gst-libs/gst/resample/private.h:
9085         * gst-libs/gst/resample/resample.c:
9086         * gst-libs/gst/resample/resample.h:
9087         * gst-libs/gst/resample/resample.vcproj:
9088         * gst-libs/gst/resample/test.c:
9089         * gst/audioscale/Makefile.am:
9090         * gst/audioscale/README:
9091         * gst/audioscale/dtof.c:
9092         * gst/audioscale/dtos.c:
9093         * gst/audioscale/functable.c:
9094         * gst/audioscale/private.h:
9095         * gst/audioscale/resample.c:
9096         * gst/audioscale/resample.h:
9097         * gst/audioscale/test.c:
9098
9099         Move tagedit library to gst-libs:
9100         * gst-libs/gst/tag/Makefile.am:
9101         * gst-libs/gst/tag/gstid3tag.c:
9102         * gst-libs/gst/tag/gsttagediting.c:
9103         * gst-libs/gst/tag/gsttageditingprivate.h:
9104         * gst-libs/gst/tag/gstvorbistag.c:
9105         * gst/tags/Makefile.am:
9106         * gst/tags/gstid3tag.c:
9107         * gst/tags/gstvorbistag.c:
9108
9109         Fix for core changes:
9110         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9111         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9112         (gst_sinesrc_getrange):
9113
9114 2005-04-23  David Schleef  <ds@schleef.org>
9115
9116         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9117         in gst-plugins in a long time, and properly belongs in liboil.
9118         * gst-libs/gst/idct/Makefile.am:
9119         * gst-libs/gst/idct/README:
9120         * gst-libs/gst/idct/dct.h:
9121         * gst-libs/gst/idct/doieee:
9122         * gst-libs/gst/idct/fastintidct.c:
9123         * gst-libs/gst/idct/floatidct.c:
9124         * gst-libs/gst/idct/idct.c:
9125         * gst-libs/gst/idct/idct.h:
9126         * gst-libs/gst/idct/idtc.vcproj:
9127         * gst-libs/gst/idct/ieeetest.c:
9128         * gst-libs/gst/idct/intidct.c:
9129
9130 2005-04-20  Wim Taymans  <wim@fluendo.com>
9131
9132         * docs/design-audiosinks.txt:
9133         * gst-libs/gst/audio/Makefile.am:
9134         * gst-libs/gst/audio/TODO:
9135         * gst-libs/gst/audio/gstaudiosink.c:
9136         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9137         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9138         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9139         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9140         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9141         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9142         (gst_audiosink_class_init), (gst_audiosink_init),
9143         (gst_audiosink_create_ringbuffer):
9144         * gst-libs/gst/audio/gstaudiosink.h:
9145         * gst-libs/gst/audio/gstbaseaudiosink.c:
9146         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9147         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9148         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9149         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9150         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9151         (gst_baseaudiosink_create_ringbuffer),
9152         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9153         * gst-libs/gst/audio/gstbaseaudiosink.h:
9154         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9155         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9156         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9157         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9158         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9159         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9160         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9161         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9162         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9163         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9164         * gst-libs/gst/audio/gstringbuffer.h:
9165         An attempt at a set of audio base classes together with some
9166         design docs.
9167
9168 2005-04-20  Wim Taymans  <wim@fluendo.com>
9169
9170         * gst/audioconvert/Makefile.am:
9171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9172         (gst_audio_convert_caps_remove_format_info),
9173         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9174         (gst_audio_convert_channels):
9175         Link against audio libs.
9176         Fix audio convert plugin.
9177
9178 2005-04-20  Wim Taymans  <wim@fluendo.com>
9179
9180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9181         (gst_ogg_demux_sink_activate):
9182         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9183         (theora_set_header_on_caps), (theora_enc_sink_event),
9184         (theora_enc_chain):
9185         Fix theora encoder.
9186
9187 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9188
9189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9190         * gst/playback/gstdecodebin.c: (find_compatibles):
9191           Work with staticpadtemplates in elementfactories.
9192
9193 2005-04-12  Wim Taymans  <wim@fluendo.com>
9194
9195         * gst/playback/README:
9196         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9197         (compare_ranks), (print_feature), (gst_decode_bin_init),
9198         (dynamic_create), (dynamic_free), (find_compatibles),
9199         (mimetype_is_raw), (close_pad_link), (got_redirect),
9200         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9201         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9202         (gst_decode_bin_change_state):
9203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9204         (gst_play_base_bin_init), (group_destroy), (group_commit),
9205         (check_queue), (queue_overrun), (queue_threshold_reached),
9206         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9207         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9208         (got_redirect), (setup_source), (play_base_eos),
9209         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9210         (gst_play_base_bin_remove_element):
9211         * gst/playback/gstplaybasebin.h:
9212         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9213         (gst_play_bin_init), (gst_play_bin_dispose),
9214         (gst_play_bin_set_property), (gen_video_element),
9215         (gen_text_element), (gen_audio_element), (remove_sinks),
9216         (gst_play_bin_send_event):
9217         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9218         (stream_info_change_state), (gst_stream_info_set_mute):
9219         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9220         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9221         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9222         (gst_stream_selector_chain):
9223         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9224         (main):
9225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9226         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9227         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9228         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9229         Raw and crude port of decodebin. 
9230         Make playbin compile.
9231
9232 2005-04-06  Wim Taymans  <wim@fluendo.com>
9233
9234         * ext/gnomevfs/Makefile.am:
9235         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9236         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9237         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9238         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9239         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9240         (gst_gnomevfssrc_stop):
9241         * ext/ogg/Makefile.am:
9242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9243         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9244         * ext/theora/Makefile.am:
9245         * ext/theora/theoradec.c: (_inc_granulepos),
9246         (theora_dec_sink_event), (theora_dec_chain):
9247         * ext/vorbis/Makefile.am:
9248         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9249         (vorbis_dec_sink_event), (vorbis_dec_chain):
9250         * gst-libs/gst/audio/Makefile.am:
9251         * sys/xvimage/Makefile.am:
9252         Make gnomevfssrc extend the source base class.
9253         Fix linking against libs in various plugins.
9254
9255 2005-04-06  Andy Wingo  <wingo@pobox.com>
9256
9257         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9258         GST_BASE_LIBS.
9259
9260         * configure.ac: Add check and AC_SUBST for libgstbase.
9261
9262 2005-03-31  Wim Taymans  <wim@fluendo.com>
9263
9264         * examples/seeking/Makefile.am:
9265         * examples/seeking/cdparanoia.c: (main):
9266         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9267         (play_cb), (pause_cb), (stop_cb), (main):
9268         * examples/seeking/playbin.c:
9269         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9270         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9271         (make_sid_pipeline), (make_vorbis_pipeline),
9272         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9273         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9274         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9275         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9276         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9277         (stop_cb), (main):
9278         * examples/seeking/spider_seek.c:
9279         * examples/seeking/vorbisfile.c:
9280         * ext/gnomevfs/Makefile.am:
9281         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9283         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9284         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9285         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9286         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9287         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9288         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9289         * ext/ogg/README:
9290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9291         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9292         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9293         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9294         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9295         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9296         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9297         (gst_ogg_demux_factory_filter), (compare_ranks),
9298         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9299         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9300         (gst_ogg_chain_new), (gst_ogg_chain_free),
9301         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9302         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9303         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9304         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9305         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9306         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9307         (gst_ogg_demux_get_prev_page),
9308         (gst_ogg_demux_deactivate_current_chain),
9309         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9310         (gst_ogg_demux_bisect_forward_serialno),
9311         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9312         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9313         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9314         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9315         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9316         (gst_ogg_demux_change_state), (gst_ogg_print):
9317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9318         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9319         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9320         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9321         (gst_ogg_mux_loop):
9322         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9323         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9324         (theora_dec_src_convert), (theora_dec_sink_convert),
9325         (theora_dec_src_query), (theora_dec_src_event),
9326         (theora_dec_sink_event), (theora_dec_chain),
9327         (theora_dec_change_state):
9328         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9329         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9330         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9331         (theora_enc_change_state):
9332         * ext/vorbis/Makefile.am:
9333         * ext/vorbis/oggvorbisenc.c:
9334         * ext/vorbis/oggvorbisenc.h:
9335         * ext/vorbis/vorbis.c: (plugin_init):
9336         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9337         (vorbis_dec_src_query), (vorbis_dec_src_event),
9338         (vorbis_dec_sink_event), (vorbis_dec_chain),
9339         (vorbis_dec_change_state):
9340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9341         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9342         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9343         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9344         (gst_vorbisenc_change_state):
9345         * ext/vorbis/vorbisenc.h:
9346         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9347         * gst-libs/gst/audio/audioclock.c:
9348         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9349         (gst_audiofilter_init), (gst_audiofilter_chain):
9350         * gst-libs/gst/audio/testchannels.c: (main):
9351         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9352         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9353         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9354         (gmip_find_track_streaminfo), (gmip_find_track_format):
9355         * gst-libs/gst/media-info/media-info.c:
9356         (gst_media_info_read_idler):
9357         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9358         (gst_play_get_all_by_interface):
9359         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9360         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9361         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9362         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9363         (gst_riff_parse_info):
9364         * gst-libs/gst/riff/riff-read.h:
9365         * gst-libs/gst/riff/riff.c: (plugin_init):
9366         * gst-libs/gst/video/Makefile.am:
9367         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9368         (gst_videosink_class_init), (gst_videosink_get_type):
9369         * gst-libs/gst/video/videosink.h:
9370         * gst/audioconvert/bufferframesconvert.c:
9371         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9372         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9373         * gst/audioconvert/channelmixtest.c: (main):
9374         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9375         (gst_audio_convert_chain),
9376         (gst_audio_convert_caps_remove_format_info),
9377         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9378         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9379         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9380         (gst_audio_convert_buffer_to_default_format),
9381         (gst_audio_convert_buffer_from_default_format),
9382         (gst_audio_convert_channels):
9383         * gst/audioconvert/gstchannelmix.h:
9384         * gst/ffmpegcolorspace/avcodec.h:
9385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9386         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9387         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9388         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9389         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9390         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9391         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9392         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9393         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9394         (dv_type_find):
9395         * gst/videotestsrc/gstvideotestsrc.c:
9396         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9397         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9398         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9399         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9400         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9401         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9402         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9404         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9405         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9406         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9407         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9408         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9409         (gst_xvimagesink_navigation_send_event),
9410         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9411         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9412         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9413         * sys/xvimage/xvimagesink.h:
9414         Plugin port to 0.9, ogg/theora playback should work in the seek
9415         example now.
9416         Removed old examples.
9417         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9418         explained in 0.9 TODO doc.
9419
9420
9421 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9422
9423         * autogen.sh:
9424         * configure.ac:
9425         * ext/Makefile.am:
9426         * gst/Makefile.am:
9427         * po/POTFILES.in:
9428         * po/af.po:
9429         * po/az.po:
9430         * po/cs.po:
9431         * po/en_GB.po:
9432         * po/hu.po:
9433         * po/it.po:
9434         * po/nb.po:
9435         * po/nl.po:
9436         * po/or.po:
9437         * po/sq.po:
9438         * po/sr.po:
9439         * po/sv.po:
9440         * po/uk.po:
9441         * po/vi.po:
9442         * sys/Makefile.am:
9443         * testsuite/Makefile.am:
9444           remove a whole bunch of plugins.  This module now contains a set
9445           of free reference plugins/elements as agreed.
9446
9447 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9448
9449         * configure.ac:
9450           hunting season on 0.9 is now OPEN
9451
9452 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9453
9454         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9455           Kick the hell out of gcc for not warning me about a symbol conflict.
9456
9457 2005-02-22  Luca Ognibene  <luogni@tin.it>
9458
9459         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9460
9461         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9462           Don't leak caps string (fixes #168134)
9463
9464         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9465         (gst_jpegenc_init), (gst_jpegenc_finalize),
9466         (gst_jpegenc_change_state):
9467           Don't leak line buffers and context struct (fixes #168133).
9468
9469 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9470
9471         * configure.ac:
9472         * ext/dirac/gstdiracdec.cc:
9473         (gst_diracdec_chain):
9474           Since dirac 0.5.0 the framerate in dirac is expressed as a
9475           rational number. Fix build and up requirement to 0.5.0, and
9476           also pass parameters to gst_diracdec_link in the right order
9477           (fixes #167959).
9478
9479 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9480
9481         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9482         * ext/faad/gstfaad.h:
9483         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9484         certain invalid muxed streams, where some packets will contain 
9485         junk after decoder data. Partially fixes #149158.
9486
9487 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9488         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9489           Make sure we only write to writable buffers
9490
9491 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9492
9493         * gst-libs/gst/riff/riff-media.c:
9494         (gst_riff_create_audio_caps_with_data):
9495           Do actually fix invalid RIFF fmt header values for alaw
9496           and mulaw audio instead of just saying so.
9497
9498         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9499           Give gst_riff_create_audio_caps_with_data() a chance to
9500           fix up broken format header fields before extracting any
9501           parameters from the header. (fixes #167633)
9502
9503 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9504
9505         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9506
9507         * gst/audioconvert/bufferframesconvert.c:
9508         (buffer_frames_convert_link):
9509           Don't leak othercaps. (fixes #167878)
9510
9511 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9512
9513         * configure.ac:
9514         * ext/libvisual/visual.c: (gst_visual_srclink),
9515         (gst_visual_change_state):
9516           Support libvisual 0.2.0.
9517
9518 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9519
9520         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9521         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9522           Use same rowstrides for I420 as used everywhere else.
9523
9524 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9525
9526         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9527           Declare variables at beginning of block and make gcc-2.95 happy
9528           (fixes # 167482, patch by Gergely Nagy).
9529           
9530         * gst/tcp/gsttcpclientsrc.c:
9531         * gst/tcp/gsttcpclientsrc.h:
9532           Move some includes into the header, so that struct sockaddr_in is
9533           defined when it should be defined on FreeBSD as well (fixes
9534           #167483).
9535           
9536         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9537           Don't pass uninitialised values to setsockopt() here either.
9538
9539 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9540
9541         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9542
9543         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9544           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9545
9546 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9547
9548         * gst/playback/gstplaybin.c: (add_sink):
9549           Invert bin_add/link order to workaround deadlock in opt.
9550
9551 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9552
9553         * gst/modplug/gstmodplug.cc:
9554           Add missing break causing position queries to fail.
9555
9556 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9557
9558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9559           Granpos can apparently be -1, which screws up calculations...
9560
9561 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9562
9563         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9564         (gst_ximagesink_send_pending_navigation),
9565         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9566         (gst_ximagesink_init):
9567         * sys/ximage/ximagesink.h:
9568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9569         (gst_xvimagesink_send_pending_navigation),
9570         (gst_xvimagesink_navigation_send_event),
9571         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9572         * sys/xvimage/xvimagesink.h:
9573           Use a mutex protected list to marshal navigation
9574           events into the stream thread from whichever thread
9575           sends them.
9576
9577 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9578
9579         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9580           Display current position and track length; misc. clean-ups.
9581           
9582         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9583         (speed_init), (speed_chain):
9584           Add query function, so that the stream length and current position
9585           get adjusted when queried (note that current position queries may
9586           still be wrong if the audio sink returns values based on buffer
9587           timestamps instead of passing on the query).
9588
9589 2005-02-13  Benjamin Otte  <otte@gnome.org>
9590
9591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9592         (gst_audio_convert_channels):
9593           create channel conversion matrix when linking
9594         * gst/audioconvert/.cvsignore:
9595         * gst/audioconvert/Makefile.am:
9596         * gst/audioconvert/channelmixtest.c: (main):
9597           add (ugly) test that ensures stereo <=> mono conversion works
9598           correctly
9599
9600 2005-02-13  Benjamin Otte  <otte@gnome.org>
9601
9602         * gst/audioconvert/gstchannelmix.h:
9603           include missing header file
9604         * gst/audioconvert/gstchannelmix.c:
9605         (gst_audio_convert_fill_compatible):
9606           use same sign for both channels when converting to/from compatible
9607           channel. Previously used different signs made the signals cancel
9608           each other out and appear like silence. (fixes #167269)
9609
9610 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9611
9612         * gst/ffmpegcolorspace/avcodec.h:
9613         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9614         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9615         (gst_ffmpegcsp_avpicture_fill):
9616         * gst/ffmpegcolorspace/imgconvert.c:
9617           Convert to and from YV12 (fixes #156379).
9618
9619 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9620
9621         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9622         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9623         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9624         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9625         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9626         methods from chain and negotiation and vice versa (Fixes #166142).
9627         * sys/ximage/ximagesink.h: Add stream_lock.
9628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9629         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9630         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9631         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9632
9633 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9634
9635         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9636           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9637           error message when we can't open the DVD device (when dvdnav_open()
9638           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9639           the above). Send something more useful instead (fixes #167117).
9640
9641 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9642
9643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9644         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9645         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9646         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9647         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9648         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9649         methods from chain and negotiation and vice versa (Fixes #166142).
9650         Fix a possible bug of images in the buffer pool being discarded because
9651         we are looking at the wrong geometry.
9652         * sys/xvimage/xvimagesink.h: Add stream_lock.
9653
9654 2005-02-11  David Schleef  <ds@schleef.org>
9655
9656         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9657         unsigned int. (fixes #167128)
9658
9659 2005-02-11  David Schleef  <ds@schleef.org>
9660
9661         * gst/librfb/Makefile.am: Testing stuff before committing is
9662           for wimps... and people with fast machines.  Fix stupid
9663           mistake.
9664
9665 2005-02-11  David Schleef  <ds@schleef.org>
9666
9667         * configure.ac: Pull in librfb from my CVS tree, because it is
9668           too small and annoying to be separate.  Move rfbsrc plugin
9669           to gst/.
9670         * ext/Makefile.am:
9671         * ext/librfb/Makefile.am:
9672         * ext/librfb/gstrfbsrc.c:
9673         * gst/librfb/Makefile.am:
9674         * gst/librfb/gstrfbsrc.c:
9675         * gst/librfb/rfb.c:
9676         * gst/librfb/rfb.h:
9677         * gst/librfb/rfbbuffer.c:
9678         * gst/librfb/rfbbuffer.h:
9679         * gst/librfb/rfbbytestream.c:
9680         * gst/librfb/rfbbytestream.h:
9681         * gst/librfb/rfbcontext.h:
9682         * gst/librfb/rfbdecoder.c:
9683         * gst/librfb/rfbdecoder.h:
9684         * gst/librfb/rfbutil.h:
9685
9686 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9687
9688         * gst/speed/Makefile.am:
9689         * gst/speed/demo-mp3.c: (main):
9690         * gst/speed/filter.func:
9691         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9692         (speed_class_init), (speed_init), (speed_chain_int16),
9693         (speed_chain_float32), (speed_chain), (speed_set_property),
9694         (speed_get_property), (speed_change_state):
9695         * gst/speed/gstspeed.h:
9696           Fix speed element and make it chain-based (fixes #156467),
9697           and make it handle more than one channel.
9698
9699 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9700
9701         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9702         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9703         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9704         * ext/dts/gstdtsdec.h:
9705           Don't clobber the stack constructing the channels array.
9706           Make the element chain-based. DTS tracks can now be played.
9707           
9708 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9709
9710         * gst-libs/gst/audio/multichannel.h:
9711         * gst-libs/gst/gconf/gconf.h:
9712         * gst-libs/gst/idct/idct.h:
9713         * gst-libs/gst/media-info/media-info-priv.h:
9714         * gst-libs/gst/play/play.h:
9715         * gst-libs/gst/resample/private.h:
9716         * gst-libs/gst/resample/resample.h:
9717         * gst-libs/gst/riff/riff-ids.h:
9718         * gst-libs/gst/video/video.h:
9719         * gst-libs/gst/video/videosink.h:
9720           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9721           missing, so that they work when included from C++ code.
9722
9723 2005-02-09  David Schleef  <ds@schleef.org>
9724
9725         * testsuite/gst-lint: Check for non-statically scoped
9726           parent_class variables.  This won't be a problem once
9727           plugins are loaded with RTLD_LOCAL.
9728
9729 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9730
9731         * ext/mplex/gstmplexibitstream.cc:
9732           gcc madness.
9733
9734 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9735
9736         * ext/ogg/gstogmparse.c:
9737         * gst/debug/gstnavigationtest.c:
9738           Die, thou faulty symbol pollutors (non-static parent_class).
9739
9740 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9741
9742         * ext/mplex/gstmplexibitstream.cc:
9743           Fix event handling (#165525).
9744
9745 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9746
9747         * ext/mikmod/gstmikmod.c:
9748         * gst/modplug/gstmodplug.cc:
9749           Add missing endianness to template (fixes #165509).
9750
9751 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9752
9753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9754           Fix wrong order of reading of optional bytes (#165290).
9755
9756 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9757
9758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9759           Implement FILLER event awareness.
9760
9761 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9762
9763         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9764           Fix track calculations (#166208).
9765
9766 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9767
9768         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9769
9770         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9771         * ext/libpng/gstpngenc.c:
9772           Fix byte-order, use proper fixed caps. Fixes #164197.
9773
9774 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9775
9776         * configure.ac:
9777           Add dvdlpcmdec 
9778
9779         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9780         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9781           Don't push buffers if the src pad isn't negotiated yet.
9782           
9783         * gst/audioconvert/gstaudioconvert.c:
9784         (gst_audio_convert_buffer_to_default_format),
9785         (gst_audio_convert_buffer_from_default_format):
9786           Add support for 24-bit width.
9787
9788         * gst/dvdlpcmdec/.cvsignore:
9789         * gst/dvdlpcmdec/Makefile.am:
9790         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9791         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9792         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9793         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9794         (plugin_init):
9795         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9796           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9797           format. Needs support for the channels maps if someone can find 
9798           a DVD LPCM track with > 2 channels.
9799
9800         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9801         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9802         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9803         * gst/mpegstream/gstdvddemux.h:
9804         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9805         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9806         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9807         * gst/mpegstream/gstmpegdemux.h:
9808         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9809         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9810         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9811         (gst_mpeg_parse_handle_src_query),
9812         (gst_mpeg_parse_handle_src_event):
9813           Use audio/x-dvd-lpcm for LPCM output.
9814           Add DTS output.
9815
9816 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9817
9818         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9819
9820         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9821         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9822           Add BGRA handling (#165736).
9823
9824 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9825
9826         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9827
9828         * gst/law/alaw-decode.c: (alawdec_link):
9829         * gst/law/alaw-encode.c: (alawenc_link):
9830         * gst/law/mulaw-decode.c: (mulawdec_link):
9831         * gst/law/mulaw-encode.c: (mulawenc_link):
9832           Fix caps memleaks (#166600).
9833
9834 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9835
9836         * ext/tarkin/mem.h:
9837         * ext/tarkin/wavelet.h:
9838         * ext/tarkin/yuv.h:
9839         * gst/ffmpegcolorspace/avcodec.h:
9840           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9841           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9842
9843 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9844
9845         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9847         (gst_xvimagesink_change_state):
9848           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9849           Xv video (and thereby regenerate Xv colourkey) in clear() so
9850           that PLAY -> READY -> PLAY works (fixes #162504).
9851
9852 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9853
9854         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9855           Switch to list instead of range, since MJPEG-devices really just
9856           support decimations, not any size.
9857
9858 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9859         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9860         (gst_mpeg2dec_reset), (free_all_buffers),
9861         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9862         * ext/mpeg2dec/gstmpeg2dec.h:
9863           The libmpeg2 user-allocated buffer management is awkward, 
9864           to say the least. Hopefully this fixes things.
9865
9866 2005-02-04  Andy Wingo  <wingo@pobox.com>
9867
9868         * gst/audioconvert/bufferframesconvert.c
9869         (buffer_frames_convert_fixate): New function, fixates to 256
9870         frames per buffer by default. (Much better than 1.)
9871         (buffer_frames_convert_init): Set the fixate function for both src
9872         and sink pad.
9873         (buffer_frames_convert_link): After success setting nonfixed caps,
9874         get the negotiated caps so we can know how many buffer-frames it
9875         will be. No idea how this worked at all before.
9876
9877 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9878
9879         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9880         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9881         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9882         (handle_sequence), (handle_picture):
9883         * ext/mpeg2dec/gstmpeg2dec.h:
9884           Rearrange buffer tracking and refcounting and refactor
9885           a little for readability. 
9886
9887 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9888         * sys/v4l/gstv4l.c: (plugin_init):
9889         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9890         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9891         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9892         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9893         * sys/v4l/gstv4ljpegsrc.h:
9894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9895         * sys/v4l/v4l_calls.h:
9896         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9897         (gst_v4lsrc_get_fps):
9898         * sys/v4l/v4lsrc_calls.h:
9899           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9900           you jpeg inside rgb frames" driver.
9901           Don't error in the v4lsrc link function, just return 
9902           REFUSED.
9903
9904 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9905
9906         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9907         (gst_qcamsrc_open):
9908           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9909
9910 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9911
9912         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9913           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9914
9915 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9916
9917         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9918           Reset negotiated state on PAUSED->READY.
9919
9920 2005-02-02  David Schleef  <ds@schleef.org>
9921
9922         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9923         whereever possible.  (Fixes #165997)
9924         * examples/capsfilter/capsfilter1.c: (main):
9925         * examples/dynparams/filter.c: (create_ui):
9926         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9927         * examples/seeking/chained.c: (main):
9928         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9929         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9930         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9931         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9932         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9933         * examples/switch/switcher.c: (main):
9934         * ext/dv/demo-play.c: (main):
9935         * ext/faad/gstfaad.c: (gst_faad_change_state):
9936         * ext/mad/gstmad.c: (gst_mad_chain):
9937         * ext/smoothwave/demo-osssrc.c: (main):
9938         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9939         (gst_gconf_render_bin_from_description),
9940         (gst_gconf_get_default_audio_sink),
9941         (gst_gconf_get_default_video_sink),
9942         (gst_gconf_get_default_audio_src),
9943         (gst_gconf_get_default_video_src),
9944         (gst_gconf_get_default_visualization_element):
9945         * gst/level/demo.c: (main):
9946         * gst/level/plot.c: (main):
9947         * gst/playback/gstplaybin.c: (gen_video_element),
9948         (gen_audio_element):
9949         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9950         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9951         * gst/sine/demo-dparams.c: (main):
9952         * gst/spectrum/demo-osssrc.c: (main):
9953         * gst/speed/demo-mp3.c: (main):
9954         * gst/volume/demo.c: (main):
9955         * testsuite/embed/embed.c: (main):
9956
9957 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9958
9959         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9960         (gst_tcpclientsink_finalize):
9961         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9962         (gst_tcpclientsrc_finalize):
9963         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9964         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9965         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9966         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9967           Don't leak the hostname when shutting down.
9968           In tcpserversrc, take a copy of the default hostname.
9969
9970 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9971
9972         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9973           Set caps to systemstream=TRUE.
9974
9975 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9976
9977         * testsuite/Makefile.am:
9978           Fix more OSX buildbots.
9979
9980 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9981
9982         * ext/mpeg2dec/gstmpeg2dec.c:
9983           Don't send things to NULL PAD_PEERs
9984
9985         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9986           Copy-on-write the incoming buffer.
9987
9988         * gst/mpegstream/gstdvddemux.h:
9989         * gst/mpegstream/gstmpegclock.h:
9990         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9991         (normal_seek), (gst_mpeg_demux_handle_src_event):
9992         * gst/mpegstream/gstmpegdemux.h:
9993         * gst/mpegstream/gstmpegpacketize.h:
9994         * gst/mpegstream/gstmpegparse.c:
9995         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9996         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9997         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9998         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9999         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10000         * gst/mpegstream/gstmpegparse.h:
10001         * gst/mpegstream/gstrfc2250enc.h:
10002           Various changes to the way time is computed that make seeking and
10003           total time estimation much better here.
10004           Use G_BEGIN/END_DECLS instead of __cplusplus
10005
10006         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10007           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10008
10009 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10010
10011         * gst/subparse/gstsubparse.c:
10012           Fix OSX buildbot.
10013
10014 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10015
10016         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10017         (theora_enc_chain), (theora_enc_change_state):
10018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10019         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10020         (gst_vorbisenc_change_state):
10021         * ext/vorbis/vorbisenc.h:
10022           Set granulepos and timestamp correctly for streams not
10023           starting at 0, taking into account the initial delay.
10024
10025 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10026
10027         * gst/mpegstream/gstdvddemux.c:
10028           Add audio/x-dts to audio pad template caps
10029
10030 2005-01-30  David Schleef  <ds@schleef.org>
10031
10032         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10033         (create_context), (gst_polypsink_link): Fix silly endianness
10034         bug.  Add some debugging.  Remove float from caps; it doesn't
10035         work.  Attempt to get remote audio working.
10036
10037 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10038
10039         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10040           Add 3IV2 fourcc.
10041
10042 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10043
10044         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10045         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10046         (gst_avi_demux_stream_data):
10047         * gst/avi/gstavidemux.h:
10048           Invert DIB images. Fixes #132341.
10049
10050 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10051
10052         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10053         (gst_ffmpegcsp_chain):
10054           D'oh, reference the palette data, not the palette structure.
10055           Fixes color distortion in #132341.
10056
10057 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10058
10059         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10060           PAR can be non-fixed when not provided as argument (#162626).
10061
10062 2005-01-29  David Moore  <dcm@acm.org>
10063
10064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10065
10066         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10067         (gst_qtdemux_loop_header):
10068           Re-apply patch from #142272 that allows non-seekable sources,
10069           re-proposed by Daniel Drake <dsd@gentoo.org>.
10070
10071 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10072
10073         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10074           Use the src template for creating the src pad (#162330).
10075
10076 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10077
10078         * configure.ac:
10079         * ext/musepack/Makefile.am:
10080         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10081         (gst_musepackdec_init), (gst_musepackdec_dispose),
10082         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10083         (gst_musepack_stream_init), (gst_musepackdec_loop),
10084         (gst_musepackdec_change_state):
10085         * ext/musepack/gstmusepackdec.cpp:
10086         * ext/musepack/gstmusepackdec.h:
10087         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10088         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10089         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10090         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10091         * ext/musepack/gstmusepackreader.cpp:
10092         * ext/musepack/gstmusepackreader.h:
10093           Update to 1.1 API (#165446).
10094
10095 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10096
10097         * ext/Makefile.am:
10098           Unbreak buildbot.
10099
10100 2005-01-28  Andy Wingo  <wingo@pobox.com>
10101
10102         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10103         to reflect a different dubious internet source. Add a reference
10104         and some commentary.
10105
10106 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10107
10108         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10109         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10110         * gst/playback/gststreamselector.h:
10111           Be more selective when we're redoing caps negotiation from
10112           within the chain function on a stream change.
10113
10114 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10115
10116         * configure.ac:
10117         * ext/Makefile.am:
10118         * ext/amrnb/Makefile.am:
10119         * ext/amrnb/amrnb.c: (plugin_init):
10120         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10121         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10122         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10123         (gst_amrnbdec_state_change):
10124         * ext/amrnb/amrnbdec.h:
10125         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10126         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10127         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10128         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10129         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10130         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10131         * ext/amrnb/amrnbparse.h:
10132           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10133         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10134           Add AMR-NB/-WB raw formats.
10135         * ext/alsa/gstalsa.c: (gst_alsa_link):
10136           Keep valid time when changing format.
10137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10138         (qtdemux_parse_trak):
10139           Add some more format-specific options (#140141, #143555, #155163).
10140
10141 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10142
10143         * gst/matroska/matroska-demux.c:
10144         (gst_matroska_demux_parse_blockgroup):
10145           Fix logic error in timing of subtitle stream synchronization.
10146         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10147           Add skip-chunk, which is found in kodak-camera streams.
10148
10149 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10150
10151         * po/LINGUAS:
10152         * po/vi.po:
10153           Adding Vietnamese translation (submitted by Clytie Siddall)
10154
10155 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10156
10157         * gst/playback/gstdecodebin.c: (try_to_link_1):
10158           Use realpad for signal.
10159
10160 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10161
10162         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10163           Fix category so decodebin picks it up.
10164
10165 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10166
10167         * ext/mad/Makefile.am:
10168         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10169         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10170         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10171         (found_type), (gst_id3demux_bin_change_state):
10172         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10173         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10174         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10175         (gst_id3_tag_change_state), (plugin_init):
10176         * ext/mad/gstmad.h:
10177           Add id3demuxbin (which is a simple bin consisting of id3demux
10178           and typefind), take over rank from id3demux, remove typefind
10179           code from id3demux. Makes all broken mp3s that I know of work,
10180           and thereby fixes #152688.
10181
10182 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10183
10184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10185
10186         * ext/mad/gstmad.c: (gst_mad_src_event):
10187         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10188           Allow seeks on audio pad, make mad forward those (#164826).
10189         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10190           Set duration (#165335).
10191
10192 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10193
10194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10195         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10196         (gst_asf_demux_process_ext_content_desc),
10197         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10198         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10199         * gst/asfdemux/gstasfdemux.h:
10200           Improve metadata display, e.g. if the metadata comes before the
10201           streams are loaded (which is perfectly valid).
10202
10203 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10204
10205         * tools/gst-launch-ext-m.m:
10206           Fix AVI/ASF pipelines (#165340).
10207
10208 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10209         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10210         build failure on amd64
10211
10212 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10213
10214         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10215         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10216           Check environment variables GST_ID3V2_TAG_ENCODING,
10217           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10218           list of character encodings to force interpretation of non-unicode
10219           strings stored in an ID3v2 tag to a particular encoding. If none
10220           is specified, try to use current locale's encoding, then fall back
10221           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10222         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10223         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10224           Check environment variables GST_ID3V1_TAG_ENCODING,
10225           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10226           list of character encodings to use in case a string encountered
10227           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10228           specified, try to use the current locale's encoding, then fall
10229           back to ISO-8859-1 (which will always succeed).
10230
10231 2005-01-25  Benjamin Otte  <otte@gnome.org>
10232
10233         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10234           - on half framerate, compute the rate in advance so the comparisons
10235             don't compare wrong values
10236           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10237             behaviour
10238           - don't use mad_header_decode anymore, mad_frame_decode does that
10239             automatically
10240           - when getting rid of consumed bytes, reset the stream's skiplen
10241           (fixes #163867)
10242
10243 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10244
10245         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10246           Use 1/2 a second for default max_discont, as PES streams from DVB
10247           seem to have larger spacings in the SCR. 
10248           Fix a typo.
10249
10250 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10251
10252         * gst/playback/gstplaybasebin.c: (group_commit):
10253           Notify delayed stream-info availability.
10254
10255 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10256         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10257         (gst_a52dec_handle_event), (gst_a52dec_chain):
10258         Add some debug output. Check that a discont has a valid
10259         time associated.
10260         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10261         (gst_alsa_sink_loop):
10262         Ignore TAG events. A little extra debug for broken timestamps.
10263         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10264         (dvdnavsrc_change_state):
10265         Ensure we send a discont to engage the link before we send any
10266         other events.
10267         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10268         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10269         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10270         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10271         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10272         dvd://title works in totem because typefinding sends a seek that ends
10273         up going back to chapter 1 regardless.
10274         * ext/mpeg2dec/gstmpeg2dec.c:
10275         * ext/mpeg2dec/gstmpeg2dec.h:
10276         Output correct timestamps and handle disconts.
10277         * ext/ogg/gstoggdemux.c: (get_relative):
10278         Small guard against a null dereference.
10279         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10280         (gst_textoverlay_set_property):
10281         Free memory when done. Don't call gst_event_filler_get_duration on
10282         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10283         g_warning.
10284         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10285         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10286         (gst_sw_srclink), (gst_smoothwave_chain):
10287         Draw solid lines, prettier colours.
10288         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10289         Add a default palette that'll work for some movies.
10290         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10291         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10292         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10293         * gst/mpegstream/gstdvddemux.h:
10294         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10295         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10296         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10297         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10298         * gst/mpegstream/gstmpegparse.h:
10299         Use PTM/NAV events when for timestamp adjustment when connected to 
10300         dvdnavsrc. Don't use many discont events where one suffices.
10301         * gst/playback/gstplaybasebin.c: (group_destroy),
10302         (gen_preroll_element), (gst_play_base_bin_add_element):
10303         * gst/playback/gstplaybasebin.h:
10304         Make sure we remove subtitles from the same bin we put them in.
10305         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10306         (gst_subparse_buffer_format_autodetect),
10307         (gst_subparse_change_state):
10308         Fix some memleaks and invalid accesses.
10309         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10310         (oggskel_type_find), (cmml_type_find), (plugin_init):
10311         Some typefind functions for Annodex v3.0 files
10312         * gst/wavparse/gstwavparse.h:
10313         GstRiffReadClass is the correct parent class.
10314
10315 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10316
10317         * gst-libs/gst/riff/riff-media.c:
10318         (gst_riff_create_video_caps_with_data):
10319           Add extradata to huffyuv (fixes #165013).
10320         * gst-libs/gst/riff/riff-read.c:
10321         (gst_riff_read_strf_vids_with_data):
10322           Fix extradata extraction if it is in the chunk size.
10323
10324 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10325
10326         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10327
10328         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10329         (gst_quarktv_change_state), (gst_quarktv_dispose):
10330           Memory free'ing location fix (#164708).
10331
10332 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10333
10334         * gst/playback/gstplaybasebin.c: (group_commit),
10335         (gen_preroll_element), (probe_triggered), (gen_source_element),
10336         (setup_source), (gst_play_base_bin_change_state),
10337         (gst_play_base_bin_add_element):
10338           Don't block for streams.
10339         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10340         (gst_stream_info_set_mute):
10341           Use gst_pad_set_active_recursive.
10342
10343 2005-01-25  Andy Wingo  <wingo@pobox.com>
10344
10345         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10346         for #ifndef HAVE_XVIDEO.
10347
10348 2005-01-24  Jeffrey C. Ollie
10349
10350         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10351
10352         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10353         * ext/gsm/gstgsmdec.h:
10354         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10355         * ext/gsm/gstgsmenc.h:
10356         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10357         was given by property. Add proper buffer timestamps and offsets.
10358
10359 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10360
10361         * gst-libs/gst/riff/riff-media.c:
10362         (gst_riff_create_audio_caps_with_data):
10363           Audio can be <8000Hz.
10364
10365 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10366
10367         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10368           Explicit state change to workaround refcount bugs.
10369
10370 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10371
10372         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10373         (gst_avimux_riff_get_avi_header):
10374           Fix...
10375
10376 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10377
10378         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10379         (gst_riff_read_element_data):
10380         * gst-libs/gst/riff/riff-read.h:
10381           Add _peek version (req'ed in CDXA).
10382         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10383         (gst_cdxaparse_loop):
10384           Fix parsing in playbin.
10385         * gst/playback/gstdecodebin.c: (close_pad_link):
10386           Ignore current_ pads, they cause major annoyance.
10387
10388 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10389
10390         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10391           Safety guard.
10392
10393 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10394
10395         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10396           Fix padding...
10397
10398 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10399
10400         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10401           Allow for 0-sized buffers. Fixes length query problems in
10402           starwars.mkv from the testsuite.
10403
10404 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10405
10406         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10407         (gst_video_box_i420), (gst_video_box_chain):
10408           Fix row strides for I420 (fixes #163159)
10409           
10410 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10411
10412         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10413           MPEG2 has a useful rate property, so we can actually use that.
10414           For MPEG-1, continue using the bytes/time properties.
10415
10416 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10417
10418         * gst-libs/gst/riff/riff-media.c:
10419         (gst_riff_create_video_caps_with_data),
10420         (gst_riff_create_video_template_caps):
10421           Add intel-h263.
10422
10423 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10424
10425         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10426           Fail if caps negotiation fails. Should fix #162184, and should
10427           definately be in there regardless of it fixing the actual bug.
10428         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10429         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10430         (gst_avimux_riff_get_avix_header),
10431         (gst_avimux_riff_get_video_header),
10432         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10433         (gst_avimux_start_file), (gst_avimux_handle_event),
10434         (gst_avimux_change_state):
10435         * gst/avi/gstavimux.h:
10436           Refactor structure writing to use GST_WRITE_UINT macros, add
10437           metadata writing support.
10438
10439 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10440
10441         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10442           Elements may already be destroyed when this function is called.
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_loop_header), (gst_qtdemux_handle_esds):
10448           More memory leak fixes (#149162).
10449
10450 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10451
10452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10453         (gst_qtdemux_add_stream):
10454           Fix two memleaks.
10455
10456 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10457
10458         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10459           Argh...
10460
10461 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10462
10463         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10464           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10465           when fixating to six channels in Totem.
10466
10467 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10468
10469         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10470           Fix compile warnings on Solaris 10 buildbot
10471
10472 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10473
10474         * ext/dvdread/dvdreadsrc.c: (_read):
10475           Don't read beyond the last cell in a chapter (fixes 
10476           invalid memory access)
10477
10478 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10479
10480         * ext/dvdread/stream_labels.c:
10481         (dvdreadsrc_get_audio_stream_labels):
10482           Use NULL for an empty GList instead of g_list_alloc(); fix 
10483           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10484           of GString (easier to bulk free later)
10485
10486 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10487
10488         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10489
10490         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10491         (gst_ffmpeg_pixfmt_to_caps):
10492           Fix BGRA32 caps (#164209).
10493
10494 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10495
10496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10497
10498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10499         (gst_ffmpeg_caps_to_pixfmt):
10500           alpha_mask can be RGBA/ABGR. Fixes #164265.
10501
10502 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10503
10504         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10505
10506         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10507         (gst_mpeg2dec_alloc_buffer):
10508         * ext/mpeg2dec/gstmpeg2dec.h:
10509           Crop if decoding size is not the actual image size (#163676).
10510
10511 2005-01-17  Steve Baker  <steve@stevebaker.org>
10512
10513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10514
10515         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10516         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10517           Add libsndfile typefind functions (#163309).
10518
10519 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10520
10521         * tools/gst-launch-ext-m.m:
10522           Add .aac, fix .m1v/.m2v (#163891).
10523
10524 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10525
10526         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10527           Sanity check, don't wait endlessly since the clock might not
10528           actually run at this point (which is a deadlock). Fixes #164069.
10529
10530 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10531
10532         * gst/playback/gstplaybasebin.c: (probe_triggered):
10533           Of course, only pause if group is done...
10534
10535 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10536
10537         * gst/playback/gstplaybasebin.c: (probe_triggered):
10538           Thread safety.
10539
10540 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10541
10542         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10543           Don't return state change success when the parent
10544           failed.
10545
10546 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10547
10548         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10549           Free events (fix memleak in #162905).
10550
10551 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10552
10553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10554
10555         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10556         (gst_ffmpeg_caps_to_pixfmt):
10557           Fix for depth = 15. Fixes #161675.
10558
10559 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10560
10561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10562           Set FPS correctly, even for webcams and the like.
10563         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10564           Don error on setting while capturing.
10565
10566 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10567
10568         * ext/dv/gstdvdec.c:
10569         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10570         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10571           I'm a bad boy. using /1001. to force C to do float division
10572           and not integer division (as it did in my last commit)
10573           Thanks to David I. Lehn for pointing this mistake.
10574
10575 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10576
10577         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10578           Revert Johan??s 1.35->1.36 since it breaks compat.
10579
10580 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10581
10582         * ext/dv/gstdvdec.c:
10583         * ext/libfame/gstlibfame.c:
10584         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10585         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10586           replace framerate aproximations by their real value
10587           (24000/1001, 30000/1001, 60000/1001)
10588           Finish fixing bug #164049
10589
10590 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10591
10592         * ext/ogg/gstoggmux.c:
10593           eos/bos debugging
10594         * gst/tcp/gstmultifdsink.c:
10595         * gst/tcp/gstmultifdsink.h:
10596         * gst/tcp/gsttcp.c:
10597         * gst/tcp/gsttcp.h:
10598         * gst/tcp/gsttcpclientsink.c:
10599         * gst/tcp/gsttcpclientsrc.c:
10600         * gst/tcp/gsttcpserversink.c:
10601         * gst/tcp/gsttcpserversrc.c:
10602           improve reusability of elements after state changes and errors
10603           make multifdsink throw away streamheaders when receiving new ones
10604
10605 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10606
10607         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10608           Fix for if items are already in list...
10609
10610 2005-01-12  Benjamin Otte  <otte@gnome.org>
10611
10612         * gst/adder/gstadder.c: (gst_adder_loop):
10613           fix adder a bit so it doesn't screw up with events as much anymore
10614
10615 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10616
10617         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10618         (pixbufscale_scale), (gst_pixbufscale_chain):
10619         * ext/gdk_pixbuf/pixbufscale.h:
10620           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10621           to ensure rowstrides are calculated the same way as 
10622           ffmpegcolorspace
10623           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10624           that we pick up duration and offset also.
10625
10626 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10629         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10630           Reusability fixes.
10631
10632 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10633
10634         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10635         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10636         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10637         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10638           Update flags when requested.
10639
10640 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10641
10642         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10643           Fix dmix.
10644
10645 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10646
10647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10648         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10649         (probe_triggered), (new_decoded_pad), (gen_source_element),
10650         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10651         * gst/playback/gstplaybasebin.h:
10652         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10653         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10654         (gst_play_bin_change_state):
10655           Implement group-switch signal for use in apps to clear metadata
10656           cache, clean up subtitle, add suburi property instead of # hack,
10657           some error-out fixes.
10658
10659 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10660
10661         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10662           Debug.
10663         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10664           If we got a state change in the _get handler, don't return success.
10665
10666 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10667
10668         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10669         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10670           Make jpegdec quiet on MJPEG decoding
10671         * gst/asfdemux/README:
10672           Fix mimetypes for MJPEG and H263
10673
10674 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10675
10676         * ext/theora/theoradec.c: (theora_dec_chain):
10677           Fix broken code generation by gcc by swapping arguments.
10678         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10679           Fix \n in debug.
10680
10681 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10682
10683         * TODO:
10684           delete this file, it is by far outdated
10685         * ext/alsa/gstalsa.1: remove
10686         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10687         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10688         (gst_alsa_get_caps):
10689           Add HW probing for supported sample rates. Fixes #161704
10690
10691 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10692
10693         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10694           Don't crash, biatch! :).
10695
10696 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10697
10698         * ext/musepack/gstmusepackreader.cpp:
10699         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10700           Some work on tags - still doesn't work in playbin...
10701         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10702           Handle events...
10703
10704 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10705
10706         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10707           Also shove tags on kid pads.
10708
10709 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10712           Don't bail on unknown events.
10713         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10714           Don't crash on events before negotiation.
10715         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10716           Send tags on pads, too.
10717         * gst/playback/gststreamselector.c:
10718         (gst_stream_selector_request_new_pad):
10719           Forward events on first pad if no input was selected yet.
10720
10721 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10722
10723         * gst/playback/gstplaybasebin.c: (setup_substreams):
10724           Don't disable streamtype if the stream doesn't exist, since
10725           then playing a video after audio will disable both and nothing
10726           will happen. Fixes the testsuite.
10727
10728 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10729
10730         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10731         (gst_v4l_xoverlay_set_xwindow_id):
10732         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10733         (gst_v4l2_xoverlay_set_xwindow_id):
10734           Add debug categories, fix overlay disabling.
10735
10736 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10737
10738         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10739         * ext/alsa/gstalsa.h:
10740           Add HW probing for period_count/size and buffer_size MIX/MAX
10741           Adjust default/user defined value if out of bounds
10742           Should fix bug #162024
10743
10744 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10745
10746         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10747           Fix warning (#161191).
10748
10749 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10750
10751         * ext/dvdread/stream_labels.c:
10752         (dvdreadsrc_get_audio_stream_labels):
10753           Fix warning (init the good variable in switch default)
10754
10755 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10756
10757         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10758
10759         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10760           Fix gcc-2.95 compile (#163485).
10761
10762 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10763
10764         * configure.ac:
10765         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10766         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10767         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10768         (gst_flacenc_change_state):
10769         * ext/flac/gstflacenc.h:
10770           Update for API change in flac-1.1.1. Update requirement in
10771           configure.ac. Fixes #162974.
10772
10773 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10774
10775         * gst/playback/gstplaybasebin.c: (group_destroy):
10776           Remove hack to get rid of assert and get rid of unlinked
10777           signals properly.
10778
10779 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10780
10781         * gst/playback/gstplaybasebin.c: (setup_source):
10782           Set source to NULL so that resources are free'ed. Fixes issues
10783           with playback of CDDA and similar device-accessing things.
10784
10785 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10786
10787         * testsuite/embed/Makefile.am:
10788           test->noinst, fix make test in buildbot.
10789
10790 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10791
10792         * ext/dvdread/stream_labels.c: new file
10793         * ext/dvdread/stream_labels.h: new file
10794         * ext/dvdread/Makefile.am:
10795         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10796           Extract audio stream label from DVD IFO files.
10797           It only dump them on the console for now, still have to
10798           make playbin aware of them.
10799
10800 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10801
10802         * gst/playback/gstplaybasebin.c: (setup_source):
10803           Fix hanging subs.
10804
10805 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10806
10807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10808         (gen_preroll_element), (remove_groups), (setup_subtitle),
10809         (gen_source_element), (setup_source):
10810         * gst/playback/gstplaybasebin.h:
10811           Multiple .sub files is just a stupid idea... Fix some threading
10812           mistakes. Interestingly, external .sub files cause playbin to
10813           hang, I don't know why... Parsing fixes contributed by Fran??ois
10814           Kooman <fkooman@tuxed.net>.
10815
10816 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10817
10818         * testsuite/embed/Makefile.am:
10819           Fix buildbot.
10820
10821 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10822
10823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10824
10825         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10826         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10827         (gst_pngenc_set_property):
10828         * ext/libpng/gstpngenc.h:
10829           Add compression level property (#163323).
10830
10831 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10832
10833         * configure.ac:
10834         * examples/capsfilter/capsfilter1.c: (main):
10835         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10836         * ext/dvdread/Makefile.am:
10837         * ext/dvdread/demo-play:
10838         * ext/dvdread/demo-play.c:
10839         * gconf/gstreamer.schemas.in:
10840         * gst-libs/gst/gconf/gconf.c:
10841         * sys/v4l/TODO:
10842         * testsuite/Makefile.am:
10843         * testsuite/embed/Makefile.am:
10844         * testsuite/embed/embed.c: (cb_expose), (main):
10845           Remove all references to xvideosink, fix examples (#140845).
10846         * gst/playback/gstplaybasebin.c: (group_destroy):
10847           Apparently, disposal does not unlink - so do explicitely.
10848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10849           Add debug.
10850
10851 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10852
10853         * README: fix PKG_CONFIG_PATH instructions, what was there
10854         previously was breaking default search path, not nice. 
10855         Fixes #163358
10856
10857 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10858
10859         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10860         (gst_audioscale_chain):
10861           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10862           when resampling - how the ^@$^!@^! is this possible?!?
10863
10864 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10865
10866         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10867           Reset variables on READY.
10868         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10869         (gst_matroska_mux_loop):
10870           Require data before writing header.
10871
10872 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10873
10874         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10875
10876         * ext/mad/gstmad.c: (gst_mad_chain):
10877           Don't call mad_stream_sync() directly after recovering sync.
10878           Fixes #151661.
10879
10880 2005-01-09  Martin Eikermann  <meiker@upb.de>
10881
10882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10883
10884         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10885         (snapshot_handler), (gst_snapshot_sinkconnect),
10886         (gst_snapshot_chain):
10887           Allocate resources when required, fix recursive signal emission
10888           and fix caps. Fixes #161667.
10889
10890 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10891
10892         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10893
10894         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10895         (gst_pngdec_chain):
10896           Handle only 8-bppc (bits-per-pixel-component) images, better
10897           error handling and correct strides. Fixes #163177.
10898         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10899         (gst_pngenc_chain):
10900           Better error handling. Fixes #163348.
10901
10902 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10903
10904         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10905         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10906         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10907         (dvdnavsrc_uri_handler_init):
10908           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10909         * gst/playback/gstplaybasebin.c: (gen_source_element):
10910           Add MMS to streaming URIs.
10911
10912 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10913
10914         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10915         * sys/xvimage/xvimagesink.c:
10916         (gst_xvimagesink_navigation_send_event):
10917           Check for pad availability before sending event.
10918
10919 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10920
10921         * gst-plugins.spec.in:
10922           Add subparse.
10923
10924 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10925
10926         * configure.ac:
10927           Since we use functions from CVS, up requirement.
10928
10929 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10930
10931         * gst/playback/Makefile.am:
10932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10933         (group_destroy), (group_commit), (group_is_muted),
10934         (gen_preroll_element), (add_stream), (unknown_type),
10935         (probe_triggered), (preroll_unlinked), (mute_stream),
10936         (silence_stream), (new_decoded_pad), (setup_substreams),
10937         (setup_source), (get_active_source), (mute_group_type),
10938         (muted_group_change_state), (set_active_source),
10939         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10940         (play_base_eos), (gst_play_base_bin_change_state):
10941         * gst/playback/gstplaybasebin.h:
10942         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10943         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10944         (gst_stream_info_dispose), (stream_info_mute_pad),
10945         (stream_info_change_state), (gst_stream_info_set_mute):
10946         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10947         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10948         (gst_stream_selector_init), (gst_stream_selector_dispose),
10949         (gst_stream_selector_get_linked_pad),
10950         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10951         (gst_stream_selector_get_linked_pads),
10952         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10953         * gst/playback/gststreamselector.h:
10954           Adding stream selection support plus required properties for
10955           applications to use this. Fully fixes #100931.
10956
10957 2005-01-08  Benjamin Otte  <otte@gnome.org>
10958
10959         * gst/games/gstpuzzle.c: (nav_event_handler):
10960           - handle nav events differently: forward every event no matter if it
10961             was handled or not.
10962           - translate events
10963           You can now cheat by using navigationtest ! puzzle and moving the
10964           mouse close to the edge of a tile. ;)
10965
10966 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10967
10968         * configure.ac:
10969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10970         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10971         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10972         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10973         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10974         (gst_ogm_parse_plugin_init):
10975         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10976         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10977         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10978         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10979         * ext/pango/gsttextoverlay.h:
10980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10981         (gst_matroska_demux_handle_seek_event),
10982         (gst_matroska_demux_sync_streams),
10983         (gst_matroska_demux_parse_blockgroup),
10984         (gst_matroska_demux_subtitle_caps),
10985         (gst_matroska_demux_plugin_init):
10986         * gst/matroska/matroska-ids.h:
10987         * gst/playback/gstdecodebin.c: (close_pad_link):
10988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10989         (gen_preroll_element), (remove_groups), (add_stream),
10990         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10991         (setup_source):
10992         * gst/playback/gstplaybasebin.h:
10993         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10994         * gst/subparse/Makefile.am:
10995         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10996         (gst_subparse_base_init), (gst_subparse_class_init),
10997         (gst_subparse_init), (gst_subparse_formats),
10998         (gst_subparse_eventmask), (gst_subparse_event),
10999         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11000         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11001         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11002         (parse_mpsub_deinit), (parse_mpsub_init),
11003         (gst_subparse_buffer_format_autodetect),
11004         (gst_subparse_format_autodetect), (gst_subparse_loop),
11005         (gst_subparse_change_state), (gst_subparse_type_find),
11006         (plugin_init):
11007         * gst/subparse/gstsubparse.h:
11008         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11009         (plugin_init):
11010           Add subtitle support, .sub parser (supports SRT and MPsub),
11011           OGM text support, Matroska UTF-8 text support, deadlock fixes
11012           all over the place, subtitle awareness in decodebin/playbin
11013           and some fixes to textoverlay to handle subtitles in a stream
11014           correctly. Fixes #100931.
11015
11016 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11017
11018         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11019           Check for pad availability before doing a query on it.
11020
11021 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11022
11023         * ext/dv/gstdvdec.c:
11024           really fix bpp24/32 dvdec caps (classic rgba indeed)
11025         * gst/asfdemux/gstasfdemux.c:
11026         (gst_asf_demux_process_ext_content_desc):
11027           don't send text tags if they are empty (bis repetita)
11028
11029 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11030
11031         * ext/dv/gstdvdec.c:
11032          remove unneeded comment from dvdec
11033           (related to DV 4CC codes in AVI files)
11034           moved them in gstreamer/docs/random/mimetypes
11035         * gst/asfdemux/gstasfdemux.c:
11036         (gst_asf_demux_process_ext_content_desc):
11037          don't send text tags if they are empty
11038          fix mem leak on error path
11039         * gst/ffmpegcolorspace/avcodec.h:
11040         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11041         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11042         (gst_ffmpegcsp_avpicture_fill):
11043         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11044         * gst/ffmpegcolorspace/imgconvert_template.h:
11045          adds BGR32 and BGRA32 to ffmpegcolorspace
11046           (still bad colors, fixing it on next commit)
11047           helps with dvdec outputing BGR32
11048
11049 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11050
11051         * ext/dv/gstdvdec.c:
11052          Fix audio caps i just broke (missing ',')
11053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11054         (gst_matroska_mux_reset):
11055          Fix typo + add FIXME about old "x-gst-metadata" crap
11056
11057 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11058
11059         * ext/dv/demo-play.c: (main):
11060          xvideosink -> xvimagesink
11061         * ext/dv/gstdvdec.c:
11062          change rgb 32/32 caps to 24/32 (no alpha)
11063          change nb of channels to be a list (2 or 4, not 2)
11064          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11065         * gst/asfdemux/gstasfdemux.c:
11066         (gst_asf_demux_process_ext_content_desc):
11067          Add 'date/year' to extracted metadata list
11068
11069 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11070
11071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11072           The return value of fixate_to does not imply that the requested
11073           value was set, so don't assume.
11074
11075 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11076
11077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11078
11079         * ext/libpng/gstpngdec.c:
11080         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11081         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11082         * ext/libpng/gstpngenc.h:
11083           Alpha support (encoder; #163161), mime fixage.
11084
11085 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11086
11087         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11088
11089         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11090         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11091         (gst_faac_set_property), (gst_faac_get_property):
11092         * ext/faac/gstfaac.h:
11093           Allow for ADTS output (#153434).
11094
11095 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11096
11097         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11098           Fix against template (#150576).
11099
11100 2005-01-06  Benjamin Otte  <otte@gnome.org>
11101
11102         * gst/games/gstpuzzle.c: (draw_puzzle):
11103           don't draw a puzzle if either width or height of tiles would be 0.
11104
11105 2005-01-06  Benjamin Otte  <otte@gnome.org>
11106
11107         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11108         (gst_puzzle_class_init), (gst_puzzle_finalize):
11109           no memleaks, please
11110         (gst_puzzle_create), (gst_puzzle_init),
11111         (gst_puzzle_set_property), (gst_puzzle_setup):
11112           change initialization code around so we don't reshuffle on resize
11113         (draw_puzzle):
11114           fix another stupid typo
11115
11116 2005-01-06  Benjamin Otte  <otte@gnome.org>
11117
11118         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11119           fix stupid typo that borked copying on YUY2
11120
11121 2005-01-06  Benjamin Otte  <otte@gnome.org>
11122
11123         * gst/games/gstpuzzle.c: (draw_puzzle):
11124           fix edges when image sizes aren't multiples of tile sizes
11125
11126 2005-01-06  Benjamin Otte  <otte@gnome.org>
11127
11128         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11129           make RGB endianness work correctly
11130         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11131           refactor and fix race with initial shuffling
11132         (nav_event_handler):
11133           allow using the mouse to puzzle
11134         (draw_puzzle):
11135           insist on tiles having width and height as multiples of 4 to get
11136           clean YUV image handling
11137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11138         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11139           s/DEBUG/LOG/ for common messages
11140         (gst_xvimagesink_navigation_send_event):
11141           fix mouse event translation to not include screen PAR
11142         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11143           fix mouse event translation to actually work
11144
11145 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11146
11147         * gst/asfdemux/gstasfdemux.c:
11148         (gst_asf_demux_process_ext_content_desc):
11149          Extract TrackNumber metadata + clean up code
11150         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11151          Hope this is the good fix (var used unitialised)
11152
11153 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11154
11155         * ext/faad/gstfaad.c: (gst_faad_chain):
11156           Only increment timestamp if it's valid. Fixes raw AAC streams.
11157
11158 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11159
11160         * configure.ac:
11161         * gst/games/Makefile.am:
11162         * gst/games/gstpuzzle.c:
11163           add a puzzle game with...
11164         * gst/games/gstvideoimage.c:
11165         * gst/games/gstvideoimage.h:
11166           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11167           from videotestsrc and made into something that would be a nice
11168           library for a lot of other plugins.
11169
11170 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11171
11172         * configure.ac:
11173          don't compile faad plugin if a RC of 2.0 is found
11174          Fixes #155346 (and FC1 buildbot)
11175         * gst/asfdemux/gstasfdemux.c:
11176         (gst_asf_demux_process_ext_content_desc):
11177          try to make Solaris compiler happier
11178
11179 2005-01-06  Paul Jack  <pjack@sfaf.org>
11180
11181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11182
11183         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11184           Fix segfault (#161667).
11185
11186 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11187
11188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11189           Fix framerate reporting.
11190
11191 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11192
11193         * gst-libs/gst/riff/riff-ids.h:
11194         * gst/wavenc/riff.h:
11195          Add AMR (VBR and CBR) ids to riff.h audio codec list
11196         * gst/asfdemux/gstasfdemux.c:
11197         (gst_asf_demux_process_ext_content_desc),
11198         (gst_asf_demux_process_object):
11199           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11200
11201 2005-01-05  Martin Eikermann  <meiker@upb.de>
11202
11203         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11204
11205         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11206         (gst_dvd_demux_handle_discont):
11207         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11208         (gst_mpeg_demux_handle_discont):
11209           Recreate pads on new-media (#160730).
11210         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11211           Send discont even if manager changes timestamps (#161929).
11212
11213 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11214
11215         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11216
11217         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11218           Fix invalid memory access (#159211).
11219
11220 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11221
11222         * examples/gstplay/player.c: (main):
11223           Don't iterate.
11224         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11225           Add visualizations.
11226         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11227         (gst_a52dec_handle_frame):
11228           Set duration.
11229         * ext/dvdnav/gst-dvd:
11230           Add audioconvert. Fixes #161325.
11231         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11232           Explicitely case to gint64. Possible valgrind error.
11233         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11234         (gst_play_tick_callback), (gst_play_change_state),
11235         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11236         (gst_play_set_location), (gst_play_get_location),
11237         (gst_play_seek_to_time), (gst_play_set_data_src),
11238         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11239         (gst_play_set_visualization), (gst_play_connect_visualization),
11240         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11241         (gst_play_new):
11242           Use playbin. Fixes #139749 and #147744.
11243         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11244           Add genre tag.
11245         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11246         (audioscale_get_type), (gst_audioscale_base_init),
11247         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11248         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11249         (gst_audioscale_link), (gst_audioscale_get_buffer),
11250         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11251         (gst_audioscale_init), (gst_audioscale_dispose),
11252         (gst_audioscale_chain), (gst_audioscale_set_property),
11253         (gst_audioscale_get_property), (plugin_init):
11254           Indent properly.
11255         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11256           Fix LPCM.
11257         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11258         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11259         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11260           Add more metadata (fixes #162656).
11261
11262 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11263
11264         * configure.ac:
11265           back to cvs
11266
11267 === release 0.8.7 ===
11268
11269 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11270
11271         * NEWS:
11272         * RELEASE:
11273         * configure.ac:
11274           releasing 0.8.7, "Hyperspace"
11275
11276 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11277
11278         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11279
11280         * gst/playback/gstplaybasebin.c:
11281          Fix for #162924 - free caps after use, not before
11282
11283 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11284
11285         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11286
11287         * gst/playback/gstplaybasebin.c:
11288         * gst/wavparse/gstwavparse.c:
11289           Fix for #154773 - fixes playback of small .wav files
11290
11291 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11292
11293         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11294
11295         * gst/audioscale/gstaudioscale.c:
11296           Fix for #162819 - make audioscale reusable
11297           Fixes playback of more than one file with playbin/totem
11298
11299 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11300
11301         * gst/ffmpegcolorspace/avcodec.h:
11302         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11303         * gst/ffmpegcolorspace/imgconvert.c:
11304           clean up the mess that made me cry and avoid needless duplication
11305
11306 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11307
11308         * gst/ffmpegcolorspace/imgconvert.c:
11309           give some indication of why we're segfaulting
11310
11311 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11312
11313         * configure.ac:
11314           Fix indentation, fix v4l2 plugin detection.
11315         * ext/Makefile.am:
11316           Fix libmms location (Maciej, use diff -u!).
11317         * ext/alsa/gstalsa.c: (gst_alsa_init):
11318           Initialize caps cache to NULL.
11319         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11320           Only change state on audiosink if it exists.
11321
11322 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11323
11324         * gst/matroska/matroska-demux.c:
11325         * gst/matroska/matroska-ids.h:
11326         * gst/matroska/matroska-demux.h:
11327         Fix Vorbis streams failing to decode in some files, where cluster_time
11328         isn't 0, because then it doesn't send codec_priv before actual data.
11329         Remove time-based test and replace it with marker set on beginning of
11330         new stream
11331
11332 2004-12-28  David Schleef  <ds@schleef.org>
11333
11334         Merge patch from Ronald fixing problems with streaming
11335         text.
11336         * ext/cairo/gstcairo.c: (plugin_init):
11337         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11338         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11339         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11340         (gst_textoverlay_font_init), (gst_textoverlay_init),
11341         (gst_textoverlay_set_property):
11342         * ext/cairo/gsttextoverlay.h:
11343
11344 2004-12-27  David Schleef  <ds@schleef.org>
11345
11346         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11347         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11348         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11349         (gst_textoverlay_font_init), (gst_textoverlay_init),
11350         (gst_textoverlay_set_property): Improvements to actually
11351         render text as white on black outline on video, including
11352         font selection and horizontal/vertical alignment.  (Ronald's
11353         christmas present)
11354         * ext/cairo/gsttextoverlay.h:
11355
11356 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11357
11358         * ext/ogg/gstogg.c:
11359         * ext/ogg/gstogmparse.c:
11360           fix ogm[audio/video]parse plugin registration
11361           (riff won't load if bytestream is already loaded)
11362
11363 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11364
11365         * gst/audioconvert/gstchannelmix.c:
11366           fix for GLIB < 2.4
11367
11368 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11369
11370         * Makefile.am:
11371         * configure.ac:
11372           disable docs again until it actually passes make distcheck.
11373
11374 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11375
11376         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11377         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11378         (plugin_init):
11379           Add 3GP (variables name Q3GP because they can't start with a
11380           number). Add samr audio fourcc (used in .3gp files), decoder
11381           is work in progress. Also do a GST_WARNING instead of ERROR
11382           in case of unknown nodes, to decrease output.
11383
11384 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11385
11386         * Makefile.am:
11387           really fix dist
11388
11389 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11390
11391         * configure.ac:
11392         * ext/speex/gstspeexdec.h:
11393         * ext/speex/gstspeexenc.h:
11394           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11395           Fix detection code in configure.ac
11396
11397 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11398
11399         * gst/matroska/matroska-demux.c:
11400         (gst_matroska_demux_parse_blockgroup):
11401           Save position, so that queries give proper return values. Don't
11402           know how this could ever have worked before...
11403
11404 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11405
11406         * configure.ac:
11407           Put additional LAME check inside the conditional.  Fixes #152339
11408
11409 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11410
11411         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11412         (gst_avi_demux_stream_scan):
11413           Add some more debug. Fix logic error when setting movi offset
11414           while reading index.
11415
11416 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11417
11418         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11419         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11420         (gst_avi_demux_process_next_entry):
11421           Add some debugging. Better detection of broken indexes and the
11422           accompanying index recovery. No infinite loops on state changes
11423           when we're still in our loopfunction.
11424
11425 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11426
11427         * configure.ac:
11428           Fix up.
11429
11430 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11431
11432         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11433
11434         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11435           Normalizing the value before setting
11436         (gst_sunaudiomixer_get_volume):
11437           Normalizing the value after getting. Fixes bug# 161980
11438
11439 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11440
11441         * Makefile.am: Make sure docs gets disted
11442         * docs/Makefile.am: Make sure all needed files get disted
11443         * gst-plugins.spec.in: latest updates
11444
11445 2004-12-22  Wim Taymans  <wim@fluendo.com>
11446
11447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11448         Revert patch 1.38 as clock distribution over schedulers does
11449         not work correcly in the core yet.
11450
11451 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11452
11453         * sys/oss/README: remove this file, which predates my birth
11454           (and which content is by far outdated)
11455
11456 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11457
11458         * Makefile.am:
11459         * configure.ac:
11460         * docs/Makefile.am:
11461         * docs/libs/Makefile.am:
11462         * docs/libs/gst-plugins-libs-docs.sgml:
11463         * docs/libs/gst-plugins-libs-sections.txt:
11464         * docs/libs/tmpl/gstgconf.sgml:
11465         * docs/upload.mak:
11466         * docs/version.entities.in:
11467           Added boilerplate gtk-doc files for plugin-libs documentation.
11468
11469 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11470
11471         * gst/auparse/gstauparse.c: fix int and float audio caps
11472
11473 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11474
11475         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11476         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11477           g_assert() can be a macro, don't use #ifdef inside it.
11478
11479 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11480
11481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11482
11483         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11484         (gst_videorate_init), (gst_videorate_chain),
11485         (gst_videorate_change_state):
11486           Event handling (fixes #159986).
11487
11488 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11489
11490         * gst-libs/gst/riff/riff-media.c:
11491         (gst_riff_create_video_caps_with_data):
11492           Add BLZ0 (Blizzard's version of DivX) fourcc.
11493
11494 2004-12-18  David Schleef  <ds@schleef.org>
11495
11496         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11497         portability fix.
11498
11499 2004-12-18  David Schleef  <ds@schleef.org>
11500
11501         * gst/tta/ttadec.h: Disable some header code that isn't used
11502         and clearly isn't portable.
11503
11504 2004-12-18  David Schleef  <ds@schleef.org>
11505
11506         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11507         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11508         (avcodec_get_pix_fmt), (avpicture_layout),
11509         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11510         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11511         Fix code to not use GCC extensions (and c99 extensions that
11512         Forte does not like.)
11513
11514 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11515
11516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11517
11518         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11519         (gst_deinterlace_chain):
11520           Rowstride fixes. Fixes #161039.
11521         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11522         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11523         (gst_video_crop_getcaps), (gst_video_crop_link),
11524         (gst_video_crop_i420), (gst_video_crop_chain),
11525         (gst_video_crop_change_state):
11526           Rework of negotiation. Actually works now. Fixes #158650.
11527
11528 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11529
11530         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11531           That was very stupid.
11532
11533 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11534
11535         * gst/matroska/matroska-demux.c:
11536         (gst_matroska_demux_parse_blockgroup):
11537           Fix possible crasher.
11538
11539 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11540
11541         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11542         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11543           Lace sizes can be zero.
11544
11545 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11546
11547         * ext/musepack/gstmusepackdec.cpp:
11548           Fetch error return values. Fixes #161624.
11549         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11550           Really EOS.
11551
11552 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11553
11554         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11555           Work for truncated (unfinished download etc.) files. Fixes #160514.
11556
11557 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11558
11559         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11560           Fix for integer overflow. Makes #156001 not crash. Probably masks
11561           the real bug.
11562
11563 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11564
11565         * gst/ac3parse/gstac3parse.c: (plugin_init):
11566           Parsers never have ranks. Fixes #159651.
11567
11568 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11569
11570         * gst/playback/gstdecodebin.c: (compare_ranks):
11571           make sure the facotries are ordered the same every time even if they
11572           have the same rank by using the name
11573         * gst/playback/gstdecodebin.c: (find_compatibles):
11574           make sure we don't add factories to the list twice
11575
11576 2004-12-16  David Schleef  <ds@schleef.org>
11577
11578         * configure.ac: look for musepack headers as musepack/*.h
11579         (fixes #159847)
11580         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11581         * ext/musepack/gstmusepackreader.h: same
11582
11583 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11584
11585         * gst-libs/gst/riff/riff-read.c:
11586         (gst_riff_read_strf_auds_with_data):
11587           Read extradata correctly (fixes #155879).
11588
11589 2004-12-16  David Schleef  <ds@schleef.org>
11590
11591         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11592         audio.  does _not_ attempt or allow conversion unless channels
11593         is 1 or 2.
11594
11595 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11596
11597         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11598
11599 2004-12-16  David Schleef  <ds@schleef.org>
11600
11601         * gst/audioscale/gstaudioscale.c: the resample library only
11602         handles 1 or 2 channels.  Change caps to compensate.
11603
11604 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11605
11606         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11607         (gst_matroska_demux_audio_caps):
11608           Some MPEG-AAC hacks, because else it doesn't work...
11609
11610 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11611
11612         * gst-libs/gst/riff/riff-media.c:
11613         (gst_riff_create_video_caps_with_data),
11614         (gst_riff_create_video_template_caps):
11615           Add h264.
11616
11617 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11618
11619         * gst-libs/gst/audio/Makefile.am:
11620           Try to fix buildbot.
11621
11622 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11623
11624         * gst/tcp/gstmultifdsink.c:
11625           Clean up and uniformize debugging.
11626
11627 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11628
11629         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11630
11631         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11632         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11633         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11634         (gst_mpeg_demux_change_state):
11635           Reset on ready. Fixes 160276.
11636
11637 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11638
11639         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11640
11641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11642         (gst_ffmpegcsp_pad_link):
11643           Fix memleak (#154815).
11644
11645 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11646
11647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11648
11649         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11650         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11651         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11652         * ext/musicbrainz/gsttrm.h:
11653           Add support for using a proxy server when getting a trm id from
11654           the MusicBrainz database (#149613).
11655
11656 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11657
11658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11659
11660         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11661         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11662           Fix memleaks (#157233).
11663
11664 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11665
11666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11667
11668         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11669         * gst-libs/gst/resample/resample.h:
11670         * gst/audioscale/gstaudioscale.c:
11671           Fix memleak (#159215).
11672
11673 2004-12-16  Toni Willberg  <toniw@iki.fi>
11674
11675         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11676
11677         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11678         * sys/oss/oss_probe.c: (main):
11679           Check for mono/stereo support (similar to samplerate probing),
11680           fixes #159433. Also add missing copyright header to oss_probe.c.
11681
11682 2004-12-15  David Schleef  <ds@schleef.org>
11683
11684         * configure.ac: add audioresample and cairo plugins.  Remove
11685         HAVE_MMX stuff, because it's not used.
11686         * ext/Makefile.am: same
11687         * ext/audioresample/Makefile.am: You are not ready for an
11688         audio resampling element based on audioresample.
11689         * ext/audioresample/gstaudioresample.c:
11690         * ext/audioresample/gstaudioresample.h:
11691         * ext/cairo/Makefile.am: You are not ready for overlay elements
11692         based on cairo.  Don't look too closely, these elements kinda
11693         suck right now.
11694         * ext/cairo/gstcairo.c: new
11695         * ext/cairo/gsttextoverlay.c: new
11696         * ext/cairo/gsttextoverlay.h: new
11697         * ext/cairo/gsttimeoverlay.c: new
11698         * ext/cairo/gsttimeoverlay.h: new
11699         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11700         problem with compilers that don't support variadic macros.
11701
11702 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11703
11704         Reviewed by:  David Schleef  <ds@schleef.org>
11705
11706         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11707         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11708         bit.  Also ran indent-gst.
11709         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11710         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11711         (gst_sunaudiosrc_setparams):
11712
11713 2004-12-14  David Schleef  <ds@schleef.org>
11714
11715         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11716         output rate to 16000.  Should fix #160235.
11717
11718 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11719
11720         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11721         Add typefinding for mpeg2 pes streams
11722
11723 2004-12-13  David Schleef  <ds@schleef.org>
11724
11725         * configure.ac:  Applied patch from bug #143659, making default
11726         sources and sinks OS-dependent (for Solaris), and added code
11727         for OS/X.
11728         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11729
11730 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11731
11732         * gst-libs/gst/riff/riff-media.c:
11733           forgot to add h2.64 to avidemux template caps
11734
11735 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11736
11737         * gst/wavenc/riff.h:
11738         * gst-libs/gst/riff/riff-media.c:
11739         * gst-libs/gst/riff/riff-ids.h:
11740         * gst/avi/gstavimux.c
11741         add 4CC code for VideoSoft h264 in AVI (VSSH)
11742           fixes bug #160655
11743         remove s323 from riff, it's quicktime specific :(
11744
11745 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11746
11747         * gst/asfdemux/README
11748         * gst/wavenc/riff.h
11749         * gst-libs/gst/riff/riff-ids.h
11750         * gst-libs/gst/riff/riff-media.c
11751         * gst/qtdemux/qtdemux.c:
11752           add new 4CC codes for h263 related codecs
11753           fixes partially bug #155163
11754
11755 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11756
11757         * configure.ac: Update polyaudio requirement to 0.7
11758         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11759
11760 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11761
11762         * gst/interleave/deinterleave.c:
11763         fix my name's spelling! :)
11764
11765 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11766
11767         * AUTHORS ChangeLog
11768         * gst/auparse/gstauparse.c
11769         * gst/interleave/deinterleave.c
11770         * gst/law/:
11771                 alaw-decode.c alaw-encode.c
11772                 mulaw-decode.c mulaw-encode.c
11773         * gst/oneton/gstoneton.c
11774         * sys/osxaudio/:
11775                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11776         * sys/osxvideo/:
11777                 cocoawindow.h cocoawindow.m
11778                 osxvideosink.h osxvideosink.m
11779
11780         put the same mail address for Zaheer Abbas Merali everywhere
11781
11782 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11783
11784         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11785           Align by packetsize, and assert that we a packet available before
11786           playing. The first makes webstreams work (they often include
11787           trailing padding data in a packet), the second allows pausing a
11788           ASF stream in totem without getting demux errors afterwards.
11789
11790 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11791
11792         * ext/ogg/gstoggdemux.c: (get_relative):
11793           Check for non-NULL before accessing member (end-of-chain).
11794
11795 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11796
11797         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11798         (cdparanoia_set_property), (cdparanoia_get_property):
11799         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11800         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11801         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11802         (dvdreadsrc_init), (dvdreadsrc_set_property),
11803         (dvdreadsrc_get_property):
11804         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11805         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11806           Synchronize property names where not yet the case. Devices are
11807           now device=X, other versions are deprecated (but still exist).
11808           Also use g_free() unconditionally.
11809         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11810         (setup_source), (gst_play_base_bin_get_property):
11811           Expose source.
11812
11813 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11814
11815         * configure.ac: move GCONF macro outside conditional for the am
11816           conditional. Fixes #160439
11817
11818 2004-12-08  David Schleef  <ds@schleef.org>
11819
11820         * tools/gst-visualise-m.m: Switch to elements that currently
11821         exist.
11822
11823 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11824
11825         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11826           We love wrong commas.
11827
11828 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11829
11830         * gst/matroska/matroska-demux.c:
11831         (gst_matroska_demux_handle_src_query):
11832           Don't set DEFAULT, unsupported - makes length display incorrectly
11833           in some cases.
11834
11835 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11836
11837         * gst/monoscope/README: remove blurb about files being GPL
11838         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11839         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11840           monoscope is now effectively LGPL licensed
11841
11842 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11843
11844         * gst/monoscope/README: Update information to be more correct
11845         * gst/monoscope/convolve.c: Relicense to LGPL
11846         * gst/monoscope/convolve.h: Relicense to LGPL
11847
11848 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11849
11850         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11851           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11853           set default_duration for mpeg1 audio
11854
11855 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11856
11857         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11858         * ext/alsa/gstalsa.h:
11859           refactor big chunks of the core caps negotiation code to make it
11860           a lot faster, because people claim it's really slow
11861           (actually, just cache the getcaps when the device is opened)
11862
11863 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11864
11865         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11866         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11867         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11868         (gst_a52dec_change_state), (plugin_init):
11869         * ext/a52dec/gsta52dec.h:
11870           Do something useful with timestamps. Make chain-based (since
11871           there's really no reason to be loopbased).
11872         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11873           Update current_byte/frame correctly.
11874
11875 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11876
11877         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11878         (gst_ape_demux_stream_init):
11879           Forward tags, too.
11880
11881 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11882
11883         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11884           Let's make sure we're done typefinding when detecting tags.
11885
11886 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11887
11888         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11889         (gst_ebml_read_init), (gst_ebml_read_use_event),
11890         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11891         (gst_ebml_read_seek), (gst_ebml_read_skip),
11892         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11893         (gst_ebml_read_master):
11894         * gst/matroska/ebml-read.h:
11895         * gst/matroska/matroska-demux.c:
11896         (gst_matroska_demux_parse_contents),
11897         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11898           Disgustingly evil hack for working around INTERRUPT events and
11899           their extremely annoying habit of being a pain in the ass. We
11900           simply peek a cluster before reading any of it.
11901
11902 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11903
11904         * ext/musepack/gstmusepackdec.cpp:
11905           There's also floating point libmusepacks.
11906
11907 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11908
11909         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11910         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11911           Set DURATION even if source buffer didn't. Also use increasing
11912           timestamps.
11913         * gst-libs/gst/riff/riff-media.c:
11914         (gst_riff_create_audio_caps_with_data):
11915           Block_align can have larger values than 8192.
11916
11917 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11918
11919         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11920         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11921         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11922         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11923           Fix caps.
11924
11925 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11926
11927         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11928           Fix logic bug.
11929
11930 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11931
11932         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11933           Yay, another one.
11934
11935 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11936
11937         * ext/esd/esdsink.c: (gst_esdsink_chain):
11938           Make error actually say something useful (fixes #156798).
11939         * gst-libs/gst/riff/riff-media.c:
11940         (gst_riff_create_video_caps_with_data),
11941         (gst_riff_create_video_template_caps):
11942           Add Intel Video 5.0 fourcc (IV50).
11943
11944 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11945
11946         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11947         detection on mono and stereo mp3 files.
11948
11949 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11950
11951         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11952           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11953           the contained stream).
11954
11955 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11956
11957         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11958           Oops, remove debug.
11959
11960 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11961
11962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11963
11964         * gst/law/alaw-decode.c: (alawdec_getcaps):
11965         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11966           Prevent warnings when negotiating caps (fixes #159338).
11967
11968 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11969
11970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11971         (gst_ffmpegcsp_chain):
11972           Remove old leftover that shouldn't be there...
11973
11974 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11975
11976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11977
11978         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11979           Don't forward DISCONT events (fixes #159684).
11980
11981 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11982
11983         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11984           Unlink manually since sometimes bin disposal (and therefore
11985           pad unlinking) is delayed, which will cause a new media file
11986           to not be able to start playing instantly.
11987
11988 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11989
11990         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11991           On mute of an unlinked stream, check for pad availability so
11992           we don't crash on unlinked pad.
11993
11994 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11995
11996         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11997         (gst_avi_demux_massage_index):
11998           Fix quite humiliating bug in omitting 0-sized index chunks but
11999           forgetting to count them for timestamps.
12000
12001 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12002
12003         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12004           Actually leave the loop if we failed to sync. Don't crash.
12005
12006 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12007
12008         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12009         (gst_dvd_demux_process_private):
12010         * gst/mpegstream/gstdvddemux.h:
12011           Fix crash (#159759). Doesn't work, though. :-(.
12012
12013 2004-11-28  Benjamin Otte  <otte@gnome.org>
12014
12015         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12016           more overwriting protection due to modifying channels one by one
12017           instead of all at once
12018
12019 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12020
12021         * gst/audioconvert/gstchannelmix.c:
12022         (gst_audio_convert_fill_normalize):
12023           Normalize using absolute values.
12024
12025 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12026
12027         * configure.ac:
12028         * ext/Makefile.am:
12029         * ext/directfb/Makefile.am:
12030         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12031         (gst_directfbvideosink_get_pixel_format),
12032         (gst_directfbvideosink_get_format_from_fourcc),
12033         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12034         (gst_directfbvideosink_sink_link),
12035         (gst_directfbvideosink_change_state),
12036         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12037         (gst_directfbvideosink_buffer_alloc),
12038         (gst_directfbvideosink_interface_supported),
12039         (gst_directfbvideosink_interface_init),
12040         (gst_directfbvideosink_navigation_send_event),
12041         (gst_directfbvideosink_navigation_init),
12042         (gst_directfbvideosink_set_property),
12043         (gst_directfbvideosink_get_property),
12044         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12045         (gst_directfbvideosink_base_init),
12046         (gst_directfbvideosink_class_init),
12047         (gst_directfbvideosink_get_type), (plugin_init):
12048         * ext/directfb/directfbvideosink.h: Adding a first version of
12049         directfbvideosink.
12050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12051         more.
12052
12053 2004-11-28  Benjamin Otte  <otte@gnome.org>
12054
12055         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12056           walk the samples backwards if out_channels > in_channels so we don't
12057           overwrite data
12058
12059 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12060
12061         * gst/audioconvert/Makefile.am:
12062         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12063         (gst_audio_convert_link), (gst_audio_convert_change_state),
12064         (gst_audio_convert_channels):
12065         * gst/audioconvert/gstchannelmix.c:
12066         (gst_audio_convert_unset_matrix),
12067         (gst_audio_convert_fill_identical),
12068         (gst_audio_convert_fill_compatible),
12069         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12070         (gst_audio_convert_fill_others),
12071         (gst_audio_convert_fill_normalize),
12072         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12073         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12074         * gst/audioconvert/gstchannelmix.h:
12075           Implement a channel mixer.
12076
12077 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12078
12079         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12080         * ext/alsa/gstalsa.h:
12081         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12082         Make alsasink actually honor gst_element_set_clock and use that
12083         clock instead of its internal one.
12084
12085 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12086
12087         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12088         (gst_play_base_bin_change_state): nullify source and decoder when
12089         going from READY to NULL so that we don't try to do weird stuff with
12090         them when going from NULL to READY
12091         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12092         instead of g_object_unref
12093         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12094         it should be correct
12095         (gst_play_bin_change_state): don't call remove_sinks if we are
12096         currently disposing the object
12097
12098 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12099
12100         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12101           Don't forget bass if it's there. Else left channel is silent...
12102
12103 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12104
12105         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12106         (gst_a52dec_change_state):
12107           Don't do sample adjusting anymore, we use float audio now.
12108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12109           Don't fixate to non-existing properties.
12110
12111 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12112
12113         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12114         (gst_a52dec_change_state):
12115           Advertise that we can do surround sound.
12116
12117 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12118
12119         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12120           Add buffer-frames=0.
12121         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12122         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12123         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12124         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12125         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12126         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12127         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12128         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12129         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12130         * ext/dvdread/dvdreadsrc.h:
12131           Add seeking, querying for bytes, sectors, title, angle and
12132           chapter. Handle multiple chapters. Relicense to LGPL because
12133           Billy agreed on that (thanks Billy!).
12134
12135 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12136
12137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12138         call parent dispose method
12139
12140 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12141
12142         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12143         (gst_audio_clock_get_internal_time):
12144         Fix active <-> inactive transitions: ensure time value always
12145         grows and avoid abrupt value changes.
12146
12147 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12148
12149         * configure.ac:
12150         * gst/tta/Makefile.am:
12151         * gst/tta/crc32.h:
12152         * gst/tta/filters.h:
12153         * gst/tta/gsttta.c:
12154         * gst/tta/gstttadec.c:
12155         * gst/tta/gstttadec.h:
12156         * gst/tta/gstttaparse.c:
12157         * gst/tta/gstttaparse.h:
12158         * gst/tta/ttadec.h:
12159           added TTA parser and decoder
12160
12161 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12162
12163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12164         (probe_triggered), (check_queue), (buffer_underrun),
12165         (buffer_running), (buffer_overrun), (gen_source_element),
12166         (setup_source):
12167         * gst/playback/gstplaybasebin.h:
12168           Implement buffering. Needs some more work.
12169
12170 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12171
12172         * ext/theora/theoradec.c: (theora_dec_chain):
12173           Fix ilog mask range overflow.
12174
12175 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12176
12177         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12178           Don't omit the last (which in case of dmix is the only :) )
12179           channel count. Don't set channels if <= 2.
12180
12181 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12182
12183         * gst/playback/gstplaybin.c: (gen_video_element),
12184         (gen_audio_element): Removed 2 obsolete comments
12185
12186 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12187
12188         * ext/vorbis/oggvorbisenc.c
12189         * ext/vorbis/vorbisenc.c :
12190           change description fields of those plugins to differentiate them
12191           (pitivi show Encoders by description, they had the same one)
12192
12193 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12194
12195         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12196
12197         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12198         (gst_play_bin_set_property), (gen_video_element),
12199         (gen_audio_element):
12200           Refcounting fixes for provided audio-/videosinks.
12201
12202 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12203
12204         * gst/playback/gstplaybin.c: (gen_video_element),
12205         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12206           Don't reference all sinks, but only the video- and audiosinks.
12207           The vis. element should be disposed when we're done with it.
12208           We don't have any reason to keep it around. This fixes warnings
12209           when reusing playbin for playing multiple audio files with
12210           vis. enabled. Also release audio device on pause - idea stolen
12211           from Rhythmbox.
12212
12213 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12214
12215         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12216         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12217         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12218         * ext/alsa/gstalsaplugin.c: (plugin_init):
12219         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12220         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12221         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12222         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12223         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12224         (gst_faad_change_state), (plugin_init):
12225         * ext/faad/gstfaad.h:
12226         * ext/vorbis/vorbis.c: (plugin_init):
12227         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12228         * gst-libs/gst/audio/Makefile.am:
12229         * gst-libs/gst/audio/audio.c: (plugin_init):
12230         * gst-libs/gst/audio/multichannel.c:
12231         (gst_audio_check_channel_positions),
12232         (gst_audio_get_channel_positions),
12233         (gst_audio_set_channel_positions),
12234         (gst_audio_set_structure_channel_positions_list),
12235         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12236         (gst_audio_fixate_channel_positions):
12237         * gst-libs/gst/audio/multichannel.h:
12238         * gst-libs/gst/audio/testchannels.c: (main):
12239         * gst/audioconvert/gstaudioconvert.c:
12240         (gst_audio_convert_class_init), (gst_audio_convert_init),
12241         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12242         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12243         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12244         * gst/audioconvert/plugin.c: (plugin_init):
12245           Surround sound support.
12246
12247 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12248
12249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12250           Fix position for discont if we're close as well. Nitpicking, but
12251           saves a few milliseconds of extra waiting or skipping.
12252
12253 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12254
12255         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12256           We sometimes need parsers for playback, so add those too.
12257
12258 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12259
12260         * configure.ac:
12261         * gst/apetag/Makefile.am:
12262         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12263         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12264         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12265         (gst_ape_demux_get_src_query_types),
12266         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12267         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12268         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12269         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12270         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12271         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12272         (gst_ape_demux_change_state):
12273         * gst/apetag/apedemux.h:
12274         * gst/apetag/apetag.c: (plugin_init):
12275         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12276         (plugin_init):
12277           APE v1/2 tag reader plus typefind function.
12278
12279 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12280
12281         * configure.ac:
12282         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12283         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12284           Remove hacks for older core. Require newer core version
12285           accordingly.
12286
12287 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12288
12289         * gst/cdxaparse/Makefile.am:
12290         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12291         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12292         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12293         * gst/cdxaparse/gstcdxaparse.h:
12294         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12295         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12296         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12297         (gst_cdxastrip_get_src_query_types),
12298         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12299         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12300         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12301         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12302         * gst/cdxaparse/gstcdxastrip.h:
12303           SVCD/VCD header stripping separated from CDXA image parsing.
12304         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12305         (plugin_init):
12306           Add VCD/SVCD header typefinding for VCD/SVCD.
12307         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12308         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12309         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12310         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12311         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12312         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12313         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12314         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12315         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12316         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12317         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12318         * sys/vcd/vcdsrc.h:
12319           Fix up, add seeking, querying, URI interface. Works in totem now.
12320
12321 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12322
12323         * configure.ac:
12324           back to CVS
12325
12326 === release 0.8.6 ===
12327
12328 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12329
12330         * NEWS:
12331         * RELEASE:
12332         * configure.ac:
12333         * po/af.po:
12334         * po/az.po:
12335         * po/cs.po:
12336         * po/en_GB.po:
12337         * po/hu.po:
12338         * po/it.po:
12339         * po/nb.po:
12340         * po/nl.po:
12341         * po/or.po:
12342         * po/sq.po:
12343         * po/sr.po:
12344         * po/sv.po:
12345         * po/uk.po:
12346           releasing 0.8.6, "IOU Love"
12347
12348 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12349
12350         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12351
12352         * gst/playback/gstplaybasebin.c:
12353           Fix unplayable files error handling.  Fixes #158365
12354
12355 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12356
12357         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12358
12359         * gst/typefind/gsttypefindfunctions.c:
12360           Fix broken mp3 typefinding.  Fixes #158375
12361
12362 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12363
12364         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12365
12366         * ext/ogg/gstoggdemux.c:
12367           Fix sync on broken files.  Fixes #158976
12368
12369 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12370
12371         patch by: Edward Hervey <bilboed@bilboed.com>
12372
12373         * ext/libpng/gstpngenc.c:
12374           Copy over buffer properties.  Fixes #158832
12375
12376 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12377
12378         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12379
12380         * ext/dvdread/dvdreadsrc.c:
12381           Fixes invalid reads (#158462)
12382
12383 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12384
12385         * sys/v4l/gstv4lsrc.c:
12386         * sys/v4l/gstv4lsrc.h:
12387         * sys/v4l/v4lsrc_calls.c:
12388           Probe less and cache it.  Fixes #159187.
12389
12390 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12391
12392         * gst/videorate/gstvideorate.c:
12393           Handle all video formats. Fixes #159186.
12394
12395 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12396         * gst/synaesthesia/gstsynaesthesia.c:
12397         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12398         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12399         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12400         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12401         (gst_synaesthesia_change_state), (plugin_init):
12402         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12403         Force 320x200 output, as that's the only thing the underlying
12404         synaesthesia implementation supports. Still needs to be made
12405         re-entrant.
12406
12407 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12408
12409         * configure.ac:
12410           Fix mpeg2enc configure check (similar to mplex check below).
12411
12412 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12413
12414         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12415
12416         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12417           Fix for gcc-2.95 (fixes #158221).
12418
12419 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12420
12421         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12422           Re-add clock distribution hack (until new core is released).
12423           Fixes #158125.
12424
12425 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12426         * configure.ac:
12427           fix mplex configure check segfaulting on some systems (bug #140994)
12428
12429 2004-11-13  Benjamin Otte  <otte@gnome.org>
12430
12431         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12432           add debugging
12433         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12434           do a wait when we enter the loop func with no data available to
12435           write instead of getting into an 100% CPU loop by just returning and
12436           being called again by the scheduler
12437
12438 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12439
12440         * configure.ac:
12441         * ext/libvisual/visual.c: (gst_visual_get_type),
12442         (libvisual_log_handler), (gst_visual_getcaps),
12443         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12444         (plugin_init):
12445           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12446         * ext/smoothwave/Makefile.am:
12447         * ext/smoothwave/demo-osssrc.c: (main):
12448         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12449         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12450         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12451         (plugin_init):
12452         * ext/smoothwave/gstsmoothwave.h:
12453           Make gstsmoothwave a working element in the 20th century.
12454
12455         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12456           Fix incorrect link function
12457
12458 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12459
12460         * gst/volume/gstvolume.c:
12461           Allow buffer-frames=0.
12462
12463 2004-11-12 Iain <iaingnome@gmail.com>
12464
12465         * configure.ac: Check for polypaudio
12466
12467         * ext/Makefile.am: Build the polyp dir
12468
12469         * ext/polyp: The polypsink sources.
12470
12471 2004-10-30 Iain <iaingnome@gmail.com>
12472
12473         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12474         caps to reflect the new number of channels.
12475
12476 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12477
12478         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12479           Fix for negotiation order problem. This would show when the
12480           ALSA loopfuction was called before any other function. ALSA
12481           wouldn't do anything because we're not negotiated yet, leading
12482           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12483
12484 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12485
12486         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12487
12488         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12489           No warnings (#157986).
12490
12491 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12492
12493         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12494           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12495
12496 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12497
12498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12499           Signal no-more-pads (so it works in playbin).
12500
12501 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12502
12503         * ext/musepack/gstmusepackreader.cpp:
12504           Workaround for older core.
12505
12506 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12507
12508         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12509           Actually test for odd width/height rather than testing whether
12510           a temporary variable that was 0 before we subtracted 1 is now
12511           not equal to zero (which it always is).
12512
12513 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12514
12515         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12516         Fix compilation if HAVE_XVIDEO is not defined
12517
12518 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12519
12520         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12521         Fix compilation if HAVE_XVIDEO is not defined
12522
12523 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12524
12525         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12526         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12527         (gst_goom_change_state), (plugin_init):
12528         Use the bytestream adapter so goom doesn't depend on the input
12529         buffer size.
12530         Add a debug category
12531
12532 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12533
12534         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12535           Only set hardware parameters *after* negotiation. Before
12536           negotiation, it will set ANY and that seems to cause crashes
12537           (see e.g. #151288, #153227).
12538
12539 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12540
12541         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12542           This seems to be antique leftover. It needs to pass error
12543           checking.
12544         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12545         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12546         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12547         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12548           Fix GstXOverlay implementation (#151059).
12549
12550 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12551
12552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12553           Don't assert (#157853).
12554
12555 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12556
12557         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12558           Fix bytes/samples confustion.
12559         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12560           Fix for underrun (#144389).
12561
12562 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12563
12564         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12565           Disable halfway-seek for pending release (since it needs a new
12566           core release).
12567
12568 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12569
12570         * sys/v4l/gstv4lsrc.c:
12571         * sys/v4l/gstv4lsrc.h:
12572         * sys/v4l/v4lsrc_calls.c:
12573           add autoprobe-fps property so we can separate autoprobing parts
12574
12575 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12576
12577         * sys/v4l/gstv4lsrc.c:
12578         * sys/v4l/v4lsrc_calls.c:
12579         initialise fourcc to catch unset fourcc's, and debug
12580
12581 2004-11-09  Wim Taymans  <wim@fluendo.com>
12582
12583         * gst/playback/README:
12584         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12585         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12586         (gst_play_bin_dispose), (gst_play_bin_set_property),
12587         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12588         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12589         (gst_play_bin_get_formats), (gst_play_bin_convert),
12590         (gst_play_bin_get_query_types), (gst_play_bin_query):
12591         Cleanups and some more documentation.
12592
12593 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12594
12595         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12596         (gst_cacasink_init), (gst_cacasink_chain):
12597         * ext/libcaca/gstcacasink.h:
12598         Cacasink inherits from VideoSink, so let that store the clock.
12599
12600 2004-11-09  Wim Taymans  <wim@fluendo.com>
12601
12602         * gst/playback/README:
12603         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12604         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12605         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12606         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12607         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12608         (setup_sinks):
12609         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12610         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12611         * gst/playback/gststreaminfo.h:
12612         Updated README.
12613         Only switch groups if all streams have muted (EOSed).
12614         Send Tags in sync with the stream playback instead of in
12615         the playback/preroll phase.
12616         Some cleanups, free the fakesrc elements.
12617
12618 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12619
12620         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12621           buffer-frames property was missing
12622         * ext/arts/gst_arts.c:
12623           rate missing from sinkcaps
12624         * ext/audiofile/gstafparse.c:
12625         * ext/audiofile/gstafsink.c:
12626         * ext/audiofile/gstafsrc.c:
12627         * ext/swfdec/gstswfdec.c:
12628           int audio doesn't know buffer-frames
12629         * ext/cdparanoia/gstcdparanoia.c:
12630           int audio doesn't know chunksize either
12631         * ext/nas/nassink.c:
12632           it's endianness, not endianess
12633         * gst-libs/gst/audio/audio.h:
12634           make float standard pad template caps really describe float
12635         * gst/law/mulaw.c: (linear_factory):
12636           signed only, please
12637         * gst/mpegstream/gstdvddemux.c:
12638           widths of 20 are not valid
12639
12640 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12641
12642         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12643
12644         * po/LINGUAS:
12645         * po/it.po:
12646           Add Italian
12647
12648 2004-11-08  Wim Taymans  <wim@fluendo.com>
12649
12650         * gst/playback/README:
12651         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12652         * gst/playback/gstplaybasebin.c: (probe_triggered),
12653         (gst_play_base_bin_change_state):
12654         Updated README, added more comments for fixmes etc..
12655
12656 2004-11-08  Wim Taymans  <wim@fluendo.com>
12657
12658         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12659         We can remove this hack now.
12660
12661 2004-11-08  Wim Taymans  <wim@fluendo.com>
12662
12663         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12664         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12665         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12666         Only mix AYUV for maximum quality.
12667
12668 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12669
12670         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12671         (gst_ogg_demux_push), (gst_ogg_pad_push):
12672           Let's act as if we're synchronized now! :).
12673         * ext/theora/theoradec.c: (theora_dec_chain):
12674           Add some debug.
12675
12676 2004-11-08  Wim Taymans  <wim@fluendo.com>
12677
12678         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12679         (gst_alpha_set_property), (gst_alpha_sink_link),
12680         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12681         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12682         (gst_alpha_init_params), (gst_alpha_chain):
12683         Implement alpha functions for AYUV too, this increases
12684         accuracy quite a bit.
12685
12686 2004-11-08  Wim Taymans  <wim@fluendo.com>
12687
12688         * gst/ffmpegcolorspace/avcodec.h:
12689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12690         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12691         (gst_ffmpegcsp_avpicture_fill):
12692         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12693         (gst_ffmpegcsp_caps_remove_format_info):
12694         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12695         (shrink12), (img_get_alpha_info), (deinterlace_line),
12696         (deinterlace_line_inplace):
12697         * gst/ffmpegcolorspace/imgconvert_template.h:
12698         Added AYUV colorspace and handle RGBA a bit more respectful.
12699
12700 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12701
12702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12703           Actually always send a discont (cornercase when resending the
12704           same serial-tagged chain twice).
12705
12706 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12707
12708         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12709         (gst_ximagesink_finalize):
12710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12711         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12712
12713 2004-11-08  Wim Taymans  <wim@fluendo.com>
12714
12715         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12716         Don't segfault on NULL data.
12717
12718 2004-11-08  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/playback/gstdecodebin.c: (unlinked):
12721         * gst/playback/gstplay-marshal.list:
12722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12723         (gst_play_base_bin_init), (group_create), (get_active_group),
12724         (get_building_group), (group_destroy), (group_commit),
12725         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12726         (add_element_stream), (no_more_pads), (probe_triggered),
12727         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12728         (state_change), (setup_source), (gst_play_base_bin_get_property),
12729         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12730         (gst_play_base_bin_link_stream),
12731         (gst_play_base_bin_get_streaminfo):
12732         * gst/playback/gstplaybasebin.h:
12733         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12734         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12735         Add support for chained ogg files. Prepare for playlist
12736         support. This patch introduces the concept of pad groups, which
12737         together compose one playable media file.
12738
12739 2004-11-07  David Schleef  <ds@schleef.org>
12740
12741         * testsuite/gst-lint: Check for pad templates that aren't statically
12742         scoped.
12743
12744 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12745
12746         * configure.ac:
12747         * ext/Makefile.am:
12748         * ext/musepack/Makefile.am:
12749         * ext/musepack/gstmusepackdec.cpp:
12750         * ext/musepack/gstmusepackdec.h:
12751         * ext/musepack/gstmusepackreader.cpp:
12752         * ext/musepack/gstmusepackreader.h:
12753           Add musepack decoder.
12754         * ext/faad/gstfaad.c: (gst_faad_base_init):
12755           Make pad templates static.
12756         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12757         (plugin_init):
12758           Add musepack typefinder, make mp3 typefinding work halfway stream,
12759           which doesn't actually work yet because id3demux doesn't implement
12760           _get_length().
12761
12762 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12763
12764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12765         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12766           Fix interrupt event handling (#144436).
12767
12768 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12769
12770         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12771           Hide unused glory.
12772
12773 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12774
12775         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12776
12777         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12778           Fix weird caps (#157548).
12779
12780 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12781
12782         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12783
12784         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12785           Add missing NULL terminator (#157543).
12786
12787 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12788
12789         * gst/tcp/gsttcp.h:
12790         * gst/tcp/gsttcpclientsink.c:
12791         * gst/tcp/gsttcpclientsrc.c:
12792         * gst/tcp/gsttcpserversink.c:
12793         * gst/tcp/gsttcpserversrc.c:
12794           ports can go up to 65535.  Move common defines to gsttcp.h
12795
12796 2004-11-05  Wim Taymans  <wim@fluendo.com>
12797
12798         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12799         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12800         Added two more colorspaces.
12801
12802 2004-11-05  Wim Taymans  <wim@fluendo.com>
12803
12804         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12805         (gst_ffmpegcsp_avpicture_fill):
12806         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12807         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12808         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12809         More stride fixes.
12810
12811 2004-11-05  Wim Taymans  <wim@fluendo.com>
12812
12813         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12814         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12815         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12816         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12817         (gst_videomixer_loop):
12818         More stride fixes.
12819
12820 2004-11-05  Benjamin Otte  <otte@gnome.org>
12821
12822         * ext/mad/gstmad.c: (gst_mad_chain):
12823           don't overflow data buffer. Flush not needed sync data when syncing
12824           failed.
12825
12826 2004-11-04  Wim Taymans  <wim@fluendo.com>
12827
12828         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12829         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12830         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12831         (gst_alpha_init_params), (gst_alpha_chain),
12832         (gst_alpha_change_state):
12833         Updated the chroma keying algorithm with something more
12834         sophisticated.
12835
12836 2004-11-03  Wim Taymans  <wim@fluendo.com>
12837
12838         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12839         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12840         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12841         Fix stride issues. Does not completely work for odd
12842         heights.
12843
12844 2004-11-03  Wim Taymans  <wim@fluendo.com>
12845
12846         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12847         (gst_alpha_chroma_key), (gst_alpha_chain):
12848         Fix stride issues. Does not completely work for odd
12849         heights.
12850
12851 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12852
12853         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12854         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12855         leak fixes
12856
12857 2004-11-03  Wim Taymans  <wim@fluendo.com>
12858
12859         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12860         (gst_ffmpegcsp_avpicture_fill):
12861         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12862         (avpicture_alloc):
12863         * gst/ffmpegcolorspace/imgconvert_template.h:
12864         Use correct _fill function to get correct strides.
12865
12866 2004-11-02  David Schleef  <ds@schleef.org>
12867
12868         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12869         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12870         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12871         Change all g_print()s to debugging.  Add a bunch of consistency
12872         checks.
12873
12874 2004-11-02  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12877         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12878         (unlinked), (no_more_pads), (close_link):
12879         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12880         (unknown_type), (add_element_stream), (new_decoded_pad),
12881         (removed_decoded_pad), (setup_source):
12882         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12883         (gst_stream_info_class_init), (gst_stream_info_init),
12884         (gst_stream_info_new), (gst_stream_info_dispose),
12885         (stream_info_mute_pad), (gst_stream_info_set_property),
12886         (gst_stream_info_get_property):
12887         * gst/playback/gststreaminfo.h:
12888         Fix playback of multiple files.
12889         a slightly different approach to handling dynamic pad removals.
12890         This one only looks at pads that we have linked.
12891
12892 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12893
12894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12895         free" warning from libc.
12896
12897 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12898
12899         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12900         (get_unconnected_element), (remove_starting_from), (pad_removed),
12901         (close_link):
12902           Implement support for dynamic pad changing. We listen to "live"
12903           pad removals (i.e. while playing) and re-setup autoplugging
12904           after that. Playbasebin/playbin need some more work for this
12905           to finally work, but decodebin supports (and replugs) chained
12906           ogg now.
12907
12908 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12909
12910         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12911         (gst_alsa_finalize):
12912         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12913         (gst_cdaudio_finalize):
12914         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12915         (cdparanoia_finalize):
12916         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12917         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12918         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12919         (dvdreadsrc_finalize):
12920         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12921         (gst_flacdec_finalize):
12922         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12923         (gst_flacenc_finalize):
12924         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12925         (gst_gnomevfssink_finalize):
12926         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12927         (gst_gnomevfssrc_finalize):
12928         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12929         (gst_fameenc_finalize):
12930         * ext/nas/nassink.c: (gst_nassink_class_init),
12931         (gst_nassink_finalize):
12932         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12933         (gst_sdlvideosink_class_init):
12934         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12935         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12936         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12937         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12938         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12939         (gst_x_window_listener_dispose):
12940         * gst/audioscale/gstaudioscale.c:
12941         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12942         (play_on_demand_finalize):
12943         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12944         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12945         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12946         (cdplayer_finalize):
12947         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12948         (gst_glimagesink_class_init):
12949         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12950         (gst_osselement_finalize):
12951         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12952         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12953         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12954           Fixes a bunch of problems with finalize and dispose functions,
12955           either assumptions that dispose is only called once, or not calling
12956           the parent class dispose/finalize function
12957
12958 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12959
12960         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12961           added two api precondition guards
12962           use g_strdup with getenv to fix crash when using ENVVAR
12963
12964 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12965         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12966         (gst_esdsink_finalize):
12967         Use a finalize function, not dispose, and more importantly,
12968         call the parent class finalize function too
12969
12970 2004-11-01  Johan Dahlin  <johan@gnome.org>
12971
12972         * ext/ogg/gstoggdemux.c:
12973         * gst/tags/gstvorbistag.c:
12974         Plug leaks.
12975
12976 2004-10-31  Benjamin Otte  <otte@gnome.org>
12977
12978         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12979           lotsa memleaks today. But they're all small...
12980
12981 2004-10-31  Benjamin Otte  <otte@gnome.org>
12982
12983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12984           another memleak crushed
12985
12986 2004-10-31  Benjamin Otte  <otte@gnome.org>
12987
12988         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12989           fix memleak
12990
12991 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12992
12993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12994           Hack to prevent crash when going to READY inside signal handler
12995           while this function is active.
12996
12997 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12998
12999         * gst/ffmpegcolorspace/Makefile.am:
13000         * gst/ffmpegcolorspace/avcodec.h:
13001         * gst/ffmpegcolorspace/common.h:
13002         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13003         * gst/ffmpegcolorspace/dsputil.h:
13004         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13006         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13007         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13008         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13009         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13010         (gst_ffmpegcsp_avpicture_fill):
13011         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13012         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13013         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13014         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13015         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13016         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13017         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13018         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13019         * gst/ffmpegcolorspace/imgconvert.c:
13020         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13021         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13022         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13023         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13024         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13025         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13026         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13027         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13028         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13029         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13030         (grow21), (grow22), (grow41), (grow44), (conv411),
13031         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13032         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13033         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13034         (avpicture_free), (is_yuv_planar), (img_convert),
13035         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13036         (deinterlace_line_inplace), (deinterlace_bottom_field),
13037         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13038         * gst/ffmpegcolorspace/imgconvert_template.h:
13039         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13040         * gst/ffmpegcolorspace/mmx.h:
13041         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13042         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13043         (av_freep), (avcodec_get_context_defaults),
13044         (avcodec_alloc_context), (avcodec_init):
13045           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13046           handling plus update from ffmpeg CVS. Large clean-up.
13047
13048 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13049
13050         * gst/playback/Makefile.am:
13051           We need the marshallers for decodebin, too.
13052
13053 2004-10-30  David Schleef  <ds@schleef.org>
13054
13055         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13056           quicktime typefinding work with 64-bit offsets.
13057
13058 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13059
13060         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13061           Set EOS on the element when processing an EOS event.
13062         * ext/speex/gstspeexdec.h:
13063         * ext/speex/gstspeexenc.h:
13064           Only keep a const ptr to the mode
13065         * gst-libs/gst/riff/riff-media.c:
13066         (gst_riff_create_audio_caps_with_data),
13067         (gst_riff_create_audio_template_caps):
13068           Allow WMAV3, with up to 6 channels.
13069         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13070           Don't call gst_pad_set_event_function on a sink pad.
13071         * gst/mpegstream/gstdvddemux.c:
13072         (gst_dvd_demux_get_subpicture_stream),
13073         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13074           Copy the explicit caps that were set across to the cur_* pads,
13075           instead of trying to use a possibly non-existent negotiated caps.
13076           Reset the type of subpicture pads to UNKNOWN after calling
13077           init_stream, so that the caps get set.
13078
13079 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13080
13081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13082
13083         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13084           Don't touch buffer if it is of size 0 (fixes #151064).
13085
13086 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13087
13088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13089           Synchronized discont handling.
13090
13091 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13092
13093         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13094         (gst_ogg_demux_push):
13095           Make seeking sort-of exact again (fixes #156387).
13096
13097 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13098
13099         * gst/playback/gstplaybasebin.c: (unknown_type),
13100         (add_element_stream), (new_decoded_pad),
13101         (gst_play_base_bin_change_state):
13102         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13103         (gst_stream_info_init), (gst_stream_info_new),
13104         (gst_stream_info_dispose), (gst_stream_info_get_property):
13105         * gst/playback/gststreaminfo.h:
13106           Make caps explicitely available. Makes testing for unsupported
13107           types possible. Improves error reporting.
13108
13109 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13110
13111         * gst/audioconvert/gstaudioconvert.c:
13112         (gst_audio_convert_buffer_to_default_format):
13113           Really don't touch read-only buffers (#156563).
13114
13115 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13116
13117         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13118
13119         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13120           Fix memleak (#155223).
13121
13122 2004-10-29  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/tcp/.cvsignore:
13125         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13126         (gst_multifdsink_class_init), (gst_multifdsink_init),
13127         (gst_multifdsink_add), (gst_multifdsink_remove),
13128         (gst_multifdsink_remove_client_link), (is_sync_frame),
13129         (gst_multifdsink_new_client),
13130         (gst_multifdsink_handle_client_write),
13131         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13132         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13133         (gst_multifdsink_get_property):
13134         * gst/tcp/gstmultifdsink.h:
13135         Added burst on connect sync_method, deprecated sync_clients,
13136         streamlined the sync code some more.
13137
13138 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13139
13140         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13141         (gst_play_base_bin_change_state):
13142           Improve error reporting.
13143
13144 2004-10-28  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/tcp/Makefile.am:
13147         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13148         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13149         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13150         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13151         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13152         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13153         (gst_fdset_wait):
13154         Added more locks around fdset structures. Fixed/reworked
13155         the poll array resizing code.
13156         Added stress test for fdset.
13157
13158 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13159
13160         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13161         fix build
13162
13163 2004-10-28  Benjamin Otte  <otte@gnome.org>
13164
13165         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13166           fix link function to always query channels and query width for
13167           floats
13168         * configure.ac:
13169           add equalizer dir
13170         * gst/equalizer/Makefile.am:
13171         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13172         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13173         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13174         (arg_to_scale), (setup_filter),
13175         (gst_iir_equalizer_compute_frequencies),
13176         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13177         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13178         (plugin_init):
13179           add an equalizer
13180
13181 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13182
13183         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13184
13185         * po/LINGUAS:
13186         * po/nb.po:
13187           Added Norwegian Bokmaal translation
13188
13189 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13190
13191         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13192           Don't break on options (fixes #156488).
13193
13194 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13195
13196         * configure.ac:
13197         * ext/cdaudio/Makefile.am:
13198         * sys/Makefile.am:
13199           fix build on older automake
13200
13201 2004-10-26  Wim Taymans  <wim@fluendo.com>
13202
13203         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13204         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13205         Allow a little margin when negotiating the framerate.
13206
13207 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13208
13209         * gst/level/gstlevel.c:
13210           synchonised naming of pads and pad-templates
13211
13212 2004-10-26  Wim Taymans  <wim@fluendo.com>
13213
13214         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13215         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13216         (_find_streams_check), (gst_ogg_demux_push):
13217         Fix EOS again. Needs to be done in a better way. We should not
13218         remove the pad if there is no new chained stream.
13219
13220 2004-10-26 Iain <iaingnome@gmail.com>
13221
13222         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13223         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13224         of the caps.
13225         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13226         pad.
13227         (interleave_release_pad): Remove the pad.
13228         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13229         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13230         the set device.
13231         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13232         attrs
13233         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13234         (gst_xvimagesink_finalize): Free the par.
13235
13236 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13237
13238         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13239         (gst_avimux_stop_file):
13240           First calculate the rate, and only then use it. Hdr.rate is a
13241           multiple and not a derivative of hdr.scale. Scale is not the
13242           same as blockalign but is solely related to rate.
13243
13244 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13245
13246         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13247         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13248           Implement seeking.
13249
13250 2004-10-25  James Henstridge  <james@jamesh.id.au>
13251
13252         Reviewed by:  David Schleef  <ds@schleef.org>
13253
13254         * examples/gstplay/player.c: (got_stream_length), (main):
13255         * examples/seeking/cdplayer.c: (update_scale):
13256         * examples/seeking/seek.c: (format_value), (update_scale):
13257         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13258         (stop_seek):
13259         Build fixes on AMD64.
13260
13261 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13262
13263         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13264
13265         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13266         Fix for some v4l cards which hang in v4lsrc
13267
13268 2004-10-25  Wim Taymans  <wim@fluendo.com>
13269
13270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13271         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13272         Make sure to remove the pad when a new chain is
13273         encountered. Set some vars to NULL so we don't try
13274         to reference freed memory.
13275
13276 2004-10-25  Wim Taymans  <wim@fluendo.com>
13277
13278         * examples/seeking/Makefile.am:
13279         * examples/seeking/cdplayer.c: (update_scale):
13280         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13281         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13282         (format_value), (update_scale), (iterate), (start_seek),
13283         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13284         (print_usage), (main):
13285         Added some more examples, update others.
13286
13287 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13288
13289         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13290         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13291         * ext/theora/theoradec.c: (theora_dec_chain):
13292         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13293           Add codec-name metadata.
13294
13295 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13296
13297         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13298
13299         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13300         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13301         * ext/alsa/gstalsamixertrack.h:
13302         * po/POTFILES.in:
13303           ALSA mixer track label internationalization (#154054).
13304
13305 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13306
13307         * ext/theora/theoradec.c: (theora_dec_chain):
13308           Export bitrate as metadata.
13309
13310 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13311
13312         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13313         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13314         * ext/alsa/gstalsamixertrack.h:
13315           Fix names, fix loop.
13316
13317 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13318
13319         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13320         (speex_dec_convert):
13321           sinkconvert function so oggdemux can get the file length (totem).
13322
13323 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13324
13325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13326
13327         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13328           Don't push incomplete packets.
13329         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13330           Fix MPEG-4 audio typefinding.
13331
13332 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13333
13334         * sys/v4l/Makefile.am:
13335         * sys/v4l/gstv4l.c: (plugin_init):
13336         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13337         (gst_v4lelement_init), (gst_v4lelement_dispose),
13338         (gst_v4lelement_change_state):
13339         * sys/v4l/gstv4lelement.h:
13340         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13341         (gst_v4l_xoverlay_close), (idle_refresh),
13342         (gst_v4l_xoverlay_set_xwindow_id):
13343         * sys/v4l/gstv4lxoverlay.h:
13344         * sys/v4l/v4l-overlay_calls.c:
13345         * sys/v4l/v4l_calls.h:
13346         * sys/v4l2/Makefile.am:
13347         * sys/v4l2/gstv4l2.c: (plugin_init):
13348         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13349         (gst_v4l2element_init), (gst_v4l2element_dispose),
13350         (gst_v4l2element_change_state):
13351         * sys/v4l2/gstv4l2element.h:
13352         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13353         (gst_v4l2_xoverlay_close), (idle_refresh),
13354         (gst_v4l2_xoverlay_set_xwindow_id):
13355         * sys/v4l2/gstv4l2xoverlay.h:
13356         * sys/v4l2/v4l2-overlay_calls.c:
13357         * sys/v4l2/v4l2_calls.h:
13358           Remove client-side overlay handling, use the X-server v4l plugin
13359           for that. Nicer overlay, less code. Also make the plugin
13360           compileable without X (but then without overlay, obviously).
13361           Makes xwindowlistener obsolete, should we remove that?
13362
13363 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13364
13365         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13366         (gst_osssrc_src_query):
13367         * sys/oss/gstosssrc.h:
13368           OK, so people want offset in DEFAULT. This time, actually fix all
13369           cases.
13370         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13371           Add FPS properly.
13372
13373 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13374
13375         * gst/asfdemux/gstasfmux.c:
13376         * gst/avi/gstavimux.c:
13377           Framerate.
13378
13379 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13380
13381         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13382           Fix properties (channel, norm, frequency).
13383
13384 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13385
13386         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13387           Flag typo.
13388         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13389           No warnings.
13390
13391 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13392
13393         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13394           Fix hang.
13395
13396 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13397
13398         * sys/v4l2/gstv4l2element.h:
13399           Yet Another Hack (tm) for kernel header borkedness.
13400         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13401         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13402         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13403         (gst_v4l2src_change_state):
13404         * sys/v4l2/gstv4l2src.h:
13405         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13406         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13407           Fix caps, keep track of state, work.
13408
13409 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13410
13411         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13412           Quiet.
13413
13414 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13415
13416         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13417           Don't mix bytes and samples.
13418
13419 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13420
13421         * ext/ogg/gstoggmux.c:
13422           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13423           and theora. Any is incorrect.
13424         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13425           Fix caps.
13426         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13427         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13428         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13429         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13430         * sys/v4l/gstv4lmjpegsrc.h:
13431         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13432         (gst_v4lsrc_change_state):
13433         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13434         (gst_v4lmjpegsrc_capture_stop):
13435           Fix caps. Keep track of internal state. Work.
13436
13437 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13438
13439         * ext/Makefile.am:
13440           Fix the build fixes.
13441
13442 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13443
13444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13445         (gst_ogg_demux_src_event), (_find_chain_seek),
13446         (gst_ogg_pad_push):
13447           Check for pad availability before using it.
13448         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13449           Fix parsing of chained ogg. Needs more work on the decoder side.
13450
13451 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13452
13453         * gst/spectrum/Makefile.am:
13454         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13455         (idle_func):
13456           Fix demo and reenable it. Yes, I'm currently playing with audio
13457           analysis tools
13458
13459 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13460
13461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13462           We love it if files that start at zero work too...
13463
13464 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13465
13466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13467           Handle files with missing EOS headers.
13468
13469 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13470
13471         * gst/tcp/gsttcpserversink.c:
13472         (gst_tcpserversink_handle_server_read),
13473         (gst_tcpserversink_init_send):
13474         Zero some variables first (need for accept not to return EINVAL)
13475
13476 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13477
13478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13479         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13480         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13481         (theora_dec_chain):
13482         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13483         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13484           Seeking and querying finetune.
13485
13486 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13487
13488         * configure.ac:
13489         * ext/Makefile.am:
13490         * ext/raw1394/Makefile.am:
13491           fix the build
13492
13493 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13494
13495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13496           Wrong return.
13497         * gst/playback/Makefile.am:
13498         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13499         * gst/playback/gstplay-marshal.list:
13500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13501           Fix marshallers.
13502
13503 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13504
13505         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13506           Silence.
13507
13508 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13509
13510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13511         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13512         (gst_ogg_pad_push):
13513           Yay for non-lineair granulepos in theora.
13514
13515 2004-10-18  Wim Taymans  <wim@fluendo.com>
13516
13517         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13518         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13519         * ext/dv/gstdvdec.h:
13520         Make sure we renegotiate aspect ratio when the camera switches.
13521
13522 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13523
13524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13525         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13526           Start at zero.
13527         * ext/theora/theoradec.c: (theora_dec_chain):
13528           Skip headers. Bad idea for chained ogg, but fixes seeking.
13529
13530 2004-10-18  Wim Taymans  <wim@fluendo.com>
13531
13532         * configure.ac:
13533         I swear, this is the last time I touch this.
13534
13535 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13536
13537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13538         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13539         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13540           Faster seeking.
13541         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13542           Time-to-default conversion.
13543         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13544           Don't error on unknown packets, just skip. We should probably
13545           read them if we want to support chained ogg.
13546
13547 2004-10-18  Wim Taymans  <wim@fluendo.com>
13548
13549         * configure.ac:
13550         Added cdaudio to wrong list.
13551
13552 2004-10-18  Wim Taymans  <wim@fluendo.com>
13553
13554         * configure.ac:
13555         Revive cdaudio.
13556
13557 2004-10-18  Wim Taymans  <wim@fluendo.com>
13558
13559         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13560         (gst_dvdec_video_link), (gst_dvdec_push):
13561         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13562         (gst_smokeenc_resync), (gst_smokeenc_chain):
13563         Fix mimetype on smoke encoder.
13564         Add aspect ratio to dvdec. Not sure if these
13565         values are correct though....
13566
13567 2004-10-18  Wim Taymans  <wim@fluendo.com>
13568
13569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13570         Fix vorbis property descriptions and ranges.
13571
13572 2004-10-18  Wim Taymans  <wim@fluendo.com>
13573
13574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13575         Really do nothing when no data is available.
13576         Go to the playing state when the stream is not seekable
13577         instead of failing.
13578
13579 2004-10-18  Wim Taymans  <wim@fluendo.com>
13580
13581         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13582         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13583         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13584         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13585         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13586         Added uri handler for cd://
13587         Port to new API.
13588
13589 2004-10-18  Wim Taymans  <wim@fluendo.com>
13590
13591         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13592         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13593         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13594         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13595         (remove_prerolls), (unknown_type), (add_element_stream),
13596         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13597         (gst_play_base_bin_remove_element),
13598         (gst_play_base_bin_link_stream):
13599         * gst/playback/gstplaybin.c: (gen_video_element),
13600         (gen_vis_element), (remove_sinks), (setup_sinks):
13601         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13602         (gst_stream_info_get_type), (gst_stream_info_class_init),
13603         (gst_stream_info_init), (gst_stream_info_new),
13604         (gst_stream_info_dispose), (stream_info_mute_pad),
13605         (gst_stream_info_set_property), (gst_stream_info_get_property):
13606         * gst/playback/gststreaminfo.h:
13607         Add sink padtemplate to decodebin.
13608         Added some more comments.
13609         Make queue size configurable in playbasebin.
13610         Added possibility to use elements as sinks (ex cdaudio).
13611
13612 2004-10-15  Wim Taymans  <wim@fluendo.com>
13613
13614         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13615         (gst_speexenc_chain):
13616         Fix speex timestamps so that it gets muxed properly.
13617
13618 2004-10-15  Wim Taymans  <wim@fluendo.com>
13619
13620         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13621         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13622         (gst_dv1394src_init), (gst_dv1394src_dispose),
13623         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13624         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13625         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13626         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13627         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13628         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13629         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13630         * ext/raw1394/gstdv1394src.h:
13631         Added conversion/query functions.
13632         Update buffer timestamps,
13633         Added signals.
13634         Added uri dv:// so it might play from the firewire in playbin.
13635         Fix a possible leak.
13636         Added debugging.
13637
13638 2004-10-15  Wim Taymans  <wim@fluendo.com>
13639
13640         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13641         (gst_dv1394src_init), (gst_dv1394src_set_property),
13642         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13643         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13644         * ext/raw1394/gstdv1394src.h:
13645         Added AV/C VTR control support needed for some cameras.
13646         Added automatic port detection.
13647         Added properties for selecting the channel.
13648         The configure.ac script is not yet updated to reflect the
13649         new libavc1394 and librom1394 dependencies.
13650
13651 2004-10-15  Wim Taymans  <wim@fluendo.com>
13652
13653         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13654         (qtdemux_parse), (gst_qtdemux_handle_esds):
13655         An esds box is not a container.
13656         Fix parsing of mp4v boxes.
13657         Do not try to renegotiate fps for each frame. Need to
13658         find a better method. This should fix mp4 playback.
13659
13660 2004-10-14  David Schleef  <ds@schleef.org>
13661
13662         * configure.ac: update for swfdec-0.3 and liboil-0.2
13663         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13664         * ext/swfdec/gstswfdec.h: same
13665         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13666         * gst/videotestsrc/videotestsrc.c: same
13667
13668 2004-10-14  Wim Taymans  <wim@fluendo.com>
13669
13670         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13671         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13672         (is_sync_frame), (gst_multifdsink_new_client),
13673         (gst_multifdsink_handle_client_write),
13674         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13675         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13676         Turn warnings into info.
13677         Don't allow a state change in the streaming thread.
13678
13679 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13680
13681         * ext/vorbis/oggvorbisenc.c:
13682         * ext/vorbis/vorbisdec.c:
13683           fix template sample rate
13684
13685 2004-10-13  Wim Taymans  <wim@fluendo.com>
13686
13687         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13688         Decoding the header first fixes some problems in resyncing
13689         in more mp3s.
13690
13691 2004-10-12  Wim Taymans  <wim@fluendo.com>
13692
13693         * gst/playback/gstplaybin.c: (gen_video_element),
13694         (gen_vis_element), (remove_sinks), (setup_sinks):
13695         Added vis plugin support, need to configure the vis
13696         element to activate it.
13697
13698 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13699
13700         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13701         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13702           Some debug.
13703         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13704         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13705         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13706         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13707         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13708         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13709         * gst/avi/gstavidemux.h:
13710           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13711           recovery (where, if part of the index is broken, we will still read
13712           the rest of the index and recover the broken part by stream
13713           scanning). More broken media support. EOS workarounds. General AVI
13714           braindamage headache recovery. Aspirin included.
13715
13716 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13717
13718         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13719         (cdparanoia_event), (cdparanoia_query):
13720           Get rid of hideous lead-in.
13721
13722 2004-10-11  Wim Taymans  <wim@fluendo.com>
13723
13724         * gst/playback/gstplaybasebin.c: (setup_source):
13725         Wrong var used to get g_list_next.
13726
13727 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13728
13729         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13730         (cdparanoia_get), (cdparanoia_open):
13731           Report discid as metadata, add duration.
13732
13733 2004-10-11  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/playback/gstplaybasebin.c: (setup_source):
13736         Cleanup the previous pipeline a little earlier for the
13737         case that a source element provides raw data.
13738
13739 2004-10-11  Benjamin Otte  <otte@gnome.org>
13740
13741         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13742           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13743           consuming the last 128 bytes, even though it was valid mp3 data.
13744
13745 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13746
13747         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13748         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13749         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13750         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13751
13752 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13753
13754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13755         Fix for webcams that support only specific width or height
13756
13757 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13758
13759         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13760
13761         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13762           Fix wrong discont event setup (fixes #154967).
13763
13764 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13765
13766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13767
13768         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13769           Error out on invalid data (fixes #154807).
13770
13771 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13772
13773         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13774
13775         * ext/dvdread/dvdreadsrc.c: (_read):
13776           Make titles > 0 work again (fixes #154834).
13777
13778 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13779
13780         * gst-libs/gst/riff/riff-media.c:
13781         (gst_riff_create_video_template_caps):
13782           WMV3 missing in template caps.
13783
13784 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13785
13786         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13787           OK, so the original code was too strict. It makes random AVI files
13788           hang for seconds upon opening, which is unacceptable and is far
13789           beyond the original goal of getting multiple chunks for one-chunk
13790           sounc stream files. So now do just that.
13791
13792 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13793
13794         * gst/playback/gstplaybasebin.c: (setup_source),
13795         (gst_play_base_bin_change_state):
13796           Actually clean up streaminfo if output fails. This would trigger
13797           if, for example, there was no CD in the drive. No preroll, so
13798           a streaminfo structure is created, but the subsequent state change
13799           of the thread fails.
13800         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13801           Don't change state if parent failed.
13802
13803 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13804
13805         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13806         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13807         (gen_video_element), (remove_sinks):
13808           Add small bits of code for screenshot handling.
13809
13810 2004-10-08  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13813         (gen_video_element), (gen_audio_element), (setup_sinks):
13814         Don't assume the user provided sinks are named "sink"...
13815
13816 2004-10-08  Wim Taymans  <wim@fluendo.com>
13817
13818         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13819         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13820         (gst_play_base_bin_link_stream):
13821         Do not try to autoplug sources that generate raw streams like
13822         cdparanoia.
13823         disconnect the preroll overrun signal when we don't need it anymore.
13824
13825 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13826
13827         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13828         Added reworked patch from #154903 from milosz derezynski (deadchip).
13829
13830 2004-10-08  Wim Taymans  <wim@fluendo.com>
13831
13832         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13833         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13834         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13835         (cdparanoia_convert), (cdparanoia_uri_get_type),
13836         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13837         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13838         * ext/cdparanoia/gstcdparanoia.h:
13839         This adds the cdda://<tracknum> uri.
13840
13841 2004-10-08  Wim Taymans  <wim@fluendo.com>
13842
13843         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13844         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13845         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13847         (unknown_type), (gst_play_base_bin_remove_element),
13848         (gst_play_base_bin_link_stream):
13849         * gst/playback/gstplaybasebin.h:
13850         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13851         (gst_play_bin_set_property), (gen_video_element),
13852         (gen_audio_element), (setup_sinks):
13853         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13854         (gst_stream_info_get_type), (gst_stream_info_class_init),
13855         (gst_stream_info_init), (gst_stream_info_new),
13856         (gst_stream_info_dispose), (stream_info_mute_pad),
13857         (gst_stream_info_set_property), (gst_stream_info_get_property):
13858         * gst/playback/gststreaminfo.h:
13859         Reuse the audio and video bins.
13860         Some internal cleanups in the stream selection code.
13861
13862 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13863
13864         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13865         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13866         * sys/ximage/ximagesink.h:
13867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13868         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13869         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13870         not coming from those elements. Moreover these elements should not keep
13871         the xid they have been given when in NULL state.
13872
13873 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13874
13875         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13876         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13877         * sys/ximage/ximagesink.h:
13878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13879         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13880         * sys/xvimage/xvimagesink.h:
13881           Actually only create a new toplevel window if we're not gonna
13882           embed it right after.
13883
13884 2004-10-07  Wim Taymans  <wim@fluendo.com>
13885
13886         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13887         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13888         * gst/playback/gstplaybin.c: (setup_sinks):
13889         Implement muting/unmuting of streams, mute streams that are not
13890         used.
13891
13892 2004-10-07  Wim Taymans  <wim@fluendo.com>
13893
13894         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13895         (plugin_init):
13896         Added lame audio/x-ac3 typefind function.
13897
13898 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13899
13900         * configure.ac:
13901           bump nano to cvs
13902
13903 === release 0.8.5 ===
13904
13905 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13906
13907         * NEWS:
13908         * RELEASE:
13909         * configure.ac:
13910           releasing 0.8.5, "Take You On"
13911
13912 2004-10-06  Wim Taymans  <wim@fluendo.com>
13913
13914         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13915         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13916         (no_more_pads), (close_link), (type_found):
13917         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13918         * gst/playback/gstplaybin.c: (gen_video_element):
13919         Do not signal the no_more_pads after the first pad when
13920         we are plugging a non dynamic element with multiple
13921         output pads (like swfdec, dvdec, ...).
13922
13923 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13924
13925         * configure.ac:
13926           bump for prerelease
13927
13928 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13929
13930         * gst/wavparse/gstwavparse.c:
13931           add ATRAC3 to STATIC CAPS to fix a warning
13932
13933         * gst/matroska/ebml-read.c:
13934         * gst-libs/gst/riff/riff-read.c:
13935           fix typos
13936
13937 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13938
13939         * gst-libs/gst/riff/riff-media.c:
13940           generate caps for ATRAC3 audio streams
13941
13942         * gst/realmedia/rmdemux.c:
13943           generate caps for ATRAC3 audio streams
13944
13945 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13946
13947         * gst/wavparse/Makefile.am
13948         * gst/wavparse/riff.h
13949         * gst/wavparse/wavparse.vcproj
13950           riff.h removal (unused and duplication with riff-ids.h)
13951
13952 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13953
13954         * gst/wavparse/gstwavparse.h
13955           remove duplicated defines for audio codec codes
13956
13957         * gst-libs/gst/riff/riff-ids.h
13958         * gst/wavenc/riff.h:
13959           add "4CC" code for ATRAC3 audio streams
13960           add "4CC" code for ITU_G721_ADPCM (unused for now)
13961
13962 2004-10-06  Wim Taymans  <wim@fluendo.com>
13963
13964         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13965         Actually _do_ negotiation. Pass gdouble as arg instead
13966         of guint64 for the framerate.
13967
13968 2004-10-06  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13971         (find_compatibles), (close_pad_link), (try_to_link_1),
13972         (no_more_pads), (close_link), (type_found):
13973         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13974         * gst/playback/gstplaybin.c: (gen_video_element),
13975         (gen_audio_element):
13976         Set state on newly added element to READY so that negotiation
13977         can happen ASAP.
13978         Addes some more debug info.
13979         Do not try to plug pads with multiple caps structures or ANY
13980         because it is too dangerous since we do not do dynamic
13981         replugging.
13982
13983 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13984
13985         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13986
13987         * po/LINGUAS:
13988         * po/or.po:
13989           add Oriya translation
13990
13991 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13992
13993         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13994           Prevent overwrite of size member. Makes audio sound crappy.
13995
13996 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13997
13998         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13999         Add rmvb to the list of known RealMedia extensions
14000
14001 2004-10-05  Wim Taymans  <wim@fluendo.com>
14002
14003         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14004         (mngdec_openstream), (mngdec_closestream),
14005         (mngdec_handle_sink_event), (mngdec_readdata),
14006         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14007         (mngdec_getcanvasline), (mngdec_refresh),
14008         (gst_mngdec_change_state):
14009         Set the framerate correctly.
14010
14011 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14012
14013         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14014           There was something wrong with the index massaging.
14015
14016 2004-10-04  Wim Taymans  <wim@fluendo.com>
14017
14018         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14019         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14020         (gst_smokedec_chain):
14021         * ext/jpeg/gstsmokedec.h:
14022         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14023         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14024         * ext/jpeg/gstsmokeenc.h:
14025         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14026         (smokecodec_decode_new), (smokecodec_info_free),
14027         (smokecodec_set_quality), (smokecodec_get_quality),
14028         (smokecodec_set_threshold), (smokecodec_get_threshold),
14029         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14030         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14031         (smokecodec_encode), (smokecodec_parse_id),
14032         (smokecodec_parse_header), (smokecodec_decode):
14033         * ext/jpeg/smokecodec.h:
14034         * ext/jpeg/smokeformat.h:
14035         Updated smoke, new bitstream, allows embedding in ogg.
14036
14037 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14038
14039         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14040           Fix seeking in some files. All this code is no longer needed (and
14041           actually breaks stuff) because we now synchronize the full index
14042           right when reading the header.
14043
14044 2004-10-04  Wim Taymans  <wim@fluendo.com>
14045
14046         * configure.ac:
14047         configure update for libmng.
14048
14049 2004-10-04  Wim Taymans  <wim@fluendo.com>
14050
14051         * ext/libmng/Makefile.am:
14052         * ext/libmng/gstmng.c: (plugin_init):
14053         * ext/libmng/gstmng.h:
14054         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14055         (gst_mngdec_base_init), (gst_mngdec_class_init),
14056         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14057         (gst_mngdec_loop), (gst_mngdec_get_property),
14058         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14059         (mngdec_closestream), (mngdec_handle_sink_event),
14060         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14061         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14062         (gst_mngdec_change_state):
14063         * ext/libmng/gstmngdec.h:
14064         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14065         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14066         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14067         (gst_mngenc_chain), (gst_mngenc_get_property),
14068         (gst_mngenc_set_property):
14069         * ext/libmng/gstmngenc.h:
14070         Added basic MNG decoder. Needs more work. The encoder does
14071         not work yet.
14072
14073 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14074
14075         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14076         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14077         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14078           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14079           no-more-pads.
14080
14081 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14082
14083         * configure.ac:
14084           you need at least 1.0.4 of speex
14085
14086 2004-10-04 Iain <iaingnome@gmail.com>
14087
14088         * ext/speex/gstspeexdec.h: Revert the includes changes.
14089
14090         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14091
14092 2004-09-30 Iain <iaingnome@gmail.com>
14093
14094         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14095         found during init or set as a property instead of hardcoding /dev/audio
14096
14097 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14098
14099         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14100         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14101         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14102         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14103         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14104         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14105         (gst_rmdemux_dump_data):
14106           Use debug category, fix EOS handling. filesrc ! rmdemux now
14107           works.
14108
14109 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14110
14111         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14112         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14113         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14114           Improve allocation, cutting and sorting of the index. How takes a
14115           few seconds instead of minutes.
14116
14117 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14118
14119         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14120           fixed compilation
14121
14122 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14123
14124         * gst-libs/gst/riff/riff-media.c:
14125         (gst_riff_create_video_caps_with_data),
14126         (gst_riff_create_video_template_caps):
14127           Add wing commander format mimetype/fourccs.
14128         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14129           Don't crash if some value is 0.
14130
14131 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14132
14133         * gst-libs/gst/riff/riff-media.c:
14134         (gst_riff_create_video_caps_with_data),
14135         (gst_riff_create_video_template_caps):
14136           Add DIB fourcc (raw, palettized 8-bit RGB).
14137         * gst-libs/gst/riff/riff-read.c:
14138         (gst_riff_read_strf_vids_with_data):
14139           Oops, fix strf_data reading bug.
14140         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14141           Use a non-NULL tag.
14142         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14143           Time for hacks. Sorry Dave. At least one quicktime movie (a
14144           trailer) that I've encountered contains multiple video tracks.
14145           One of those is the actual video track, the other are one-frame
14146           tracks (images). Unfortunately, the number of frames according
14147           to the trak header is 1 for each, so that doesn't help. So
14148           instead, I look at the duration and discard tracks with a
14149           duration shorter than 20% of the length of the stream. Better
14150           than nothing.
14151
14152 2004-10-01  Christian Schaller <christian@fluendo.com>
14153
14154         * ext/ivorbis/vorbis.c:
14155           Patch from Phil Blundell (Bug 152341)
14156
14157 2004-10-01  Wim Taymans  <wim@fluendo.com>
14158
14159         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14160         (speex_dec_get_formats), (speex_dec_convert),
14161         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14162         (speex_dec_chain), (gst_speexdec_get_property),
14163         (gst_speexdec_set_property):
14164         Small cleanups.
14165
14166 2004-10-01  Wim Taymans  <wim@fluendo.com>
14167
14168         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14169         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14170         (gst_wavparse_other), (gst_wavparse_loop),
14171         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14172         (gst_wavparse_srcpad_event):
14173         * gst/wavparse/gstwavparse.h:
14174         Added some more debugging info.
14175         Fix the case where the length of the file is 0.
14176         Make sure we seek to sample borders.
14177
14178 2004-10-01  Wim Taymans  <wim@fluendo.com>
14179
14180         * gst/playback/README:
14181         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14182         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14183         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14184         Add some debug info to decodebin, update README
14185
14186 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14187
14188         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14189           Don't use g_print(); use GST_DEBUG().
14190
14191 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14192
14193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14194         (gst_ogg_mux_queue_pads):
14195           Handle EOS properly.
14196
14197 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14198
14199         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14200
14201         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14202         (gst_faad_chain), (gst_faad_change_state):
14203         * ext/faad/gstfaad.h:
14204           Allow playback of raw (unframed) MPEG AAC files (#148993).
14205
14206 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14207
14208         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14209
14210         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14211           Throw error if we didn't recognize the stream. Fixes #152289.
14212
14213 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14214
14215         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14216           Fix negotiation.
14217
14218 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14219
14220         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14221
14222         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14223           Fix memleak.
14224
14225 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14226
14227         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14228
14229         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14230           Solve #152805.
14231         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14232           Solve 152806.
14233
14234 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14235
14236         * gst-libs/gst/riff/riff-media.c:
14237         (gst_riff_create_video_caps_with_data),
14238         (gst_riff_create_audio_caps_with_data):
14239           Add codec_data handling (like asfdemux used to do).
14240         * gst/asfdemux/gstasf.c: (plugin_init):
14241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14242         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14243           Use riff-media for caps creation instead of our own (mostly
14244           broken) copy of its functions.
14245
14246 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14247
14248         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14249           Don't actually error out if we get another return value than
14250           -EINVAL. Opposite to what I first thought, drivers have random
14251           return values for this, although -EINVAL is the expected return
14252           value. Since this is not fatal, we shouldn't use
14253           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14254
14255 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14256
14257         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14258         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14259         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14260         (dvdreadsrc_get), (dvdreadsrc_open_file),
14261         (dvdreadsrc_change_state):
14262           Fix. Don't do one big huge loop around the whole DVD, that will
14263           cache all data and thus eat sizeof(dvd) (several GB) before we
14264           see something.
14265         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14266           Actually NULL'ify event after using it.
14267         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14268         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14269         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14270         (gst_ebml_read_seek), (gst_ebml_read_skip):
14271           Handle events.
14272         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14273         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14274         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14275           Fix timing (this will probably break if I seek using menus, but
14276           I didn't get there yet). VOBs and normal DVDs should now work.
14277           Add a mpeg2-only pad with high rank so this get autoplugged for
14278           MPEG-2 movies.
14279         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14280         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14281         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14282         (gst_mpeg_demux_get_audio_stream),
14283         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14284         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14285           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14286           MPEG-1 but use dvddemux for MPEG-2.
14287         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14288         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14289         (gst_mpeg_parse_parse_packhead):
14290           Timing. Only add pad template if it exists. Add sink template from
14291           class and not from ourselves. This means we will always use the
14292           correct sink template even if it is not the one defined in this
14293           file.
14294
14295 2004-09-29  Wim Taymans  <wim@fluendo.com>
14296
14297         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14298         (gst_mpeg_demux_parse_pes):
14299         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14300         Fix playback of mpeg again, timestamps where screwed up by
14301         patch 1.61.
14302
14303 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14304
14305         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14306           Only return true if we actually filled something in. Prevents
14307           player applications from showing a random length for flac files.
14308         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14309         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14310         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14311         (gst_riff_read_strf_vids_with_data),
14312         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14313           OK, ok, so I implemented event handling. Apparently it's normal
14314           that we receive random events at random points without asking
14315           for it.
14316         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14317         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14318         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14319         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14320         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14321         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14322         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14323         * gst/avi/gstavidemux.h:
14324           Implement non-lineair chunk handling and subchunk processing.
14325           The first solves playback of AVI files where the audio and video
14326           data of individual buffers that we read are not synchronized.
14327           This should not happen according to the wonderful AVI specs, but
14328           of course it does happen in reality. It is also a prerequisite for
14329           the second. Subchunk processing allows us to cut chunks in small
14330           pieces and process each of these pieces separately. This is
14331           required because I've seen several AVI files with incredibly large
14332           audio chunks, even some files with only one audio chunk for the
14333           whole file. This allows for proper playback including seeking.
14334           This patch is supposed to fix all AVI A/V sync issues.
14335         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14336         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14337           Work.
14338         * gst/modplug/gstmodplug.cc:
14339           Proper return value setting for the query() function.
14340         * gst/playback/gstplaybasebin.c: (setup_source):
14341           Being in non-playing state (after, e.g., EOS) is not necessarily
14342           a bad thing. Allow for that. This fixes playback of short files.
14343           They don't actually playback fully now, because the clock already
14344           runs. This means that small files (<500kB) with a small length
14345           (<2sec) will still not or barely play. Other files, such as mod
14346           or flx, will work correctly, however.
14347
14348 2004-09-28  Wim Taymans  <wim@fluendo.com>
14349
14350         * ext/speex/gstspeex.c: (plugin_init):
14351         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14352         (gst_speex_dec_class_init), (speex_dec_get_formats),
14353         (speex_get_event_masks), (speex_get_query_types),
14354         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14355         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14356         (gst_speexdec_get_property), (gst_speexdec_set_property),
14357         (speex_dec_change_state):
14358         * ext/speex/gstspeexdec.h:
14359         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14360         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14361         (gst_speexenc_base_init), (gst_speexenc_class_init),
14362         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14363         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14364         (gst_speexenc_src_query), (gst_speexenc_init),
14365         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14366         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14367         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14368         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14369         (gst_speexenc_chain), (gst_speexenc_get_property),
14370         (gst_speexenc_set_property), (gst_speexenc_change_state):
14371         * ext/speex/gstspeexenc.h:
14372         Rewrote speex encoder, make sure it can be embedded in ogg.
14373         Implemented speex decoder.
14374
14375 2004-09-28  Christian Schaller <christian@fluendo.com>
14376
14377         * configure.ac:
14378         Remove kioslave plugin. Markey is brewing a new working one
14379         * ext/Makefile.am: Remove kioslave plugin
14380         * ext/kio: remove
14381         * gst-plugins.spec.in: remove kio plugin from spec
14382
14383 2004-09-27  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14386         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14387         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14388         (gst_multifdsink_new_client),
14389         (gst_multifdsink_handle_client_write),
14390         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14391         (gst_multifdsink_handle_clients):
14392         * gst/tcp/gstmultifdsink.h:
14393         Make syncing to keyframes actually work for new clients and lagging
14394         clients.
14395
14396 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14397
14398         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14399         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14400         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14401         * gst/debug/gstnavigationtest.h:
14402           make navigationtest display button-press and button-release events
14403
14404 2004-09-26 Iain <iaingnome@gmail.com>
14405
14406         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14407         the channels have received a new media event.
14408         (interleave_buffered_loop): Compresses a new media event on all
14409         channels into one.
14410
14411 2004-09-26 Iain <iaingnome@gmail.com>
14412
14413         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14414         call the sinkpad's default event handler and not the srcpads. He also
14415         says this is confusing :)
14416         (gst_wavenc_stop_file): Company says that seek events only go upstream
14417         we should send a discontinuous downstream instead.
14418
14419 2004-09-25  Christian Schaller <christian@fluendo.com>
14420
14421         * Update SPEC file to be usable in conjunction with Fedora Core,
14422           Fedora.us and freshrpms packages
14423         * Fix typo in multifilesrc test Makefile
14424
14425 2004-09-24  Wim Taymans  <wim@fluendo.com>
14426
14427         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14428         Only signal the no_more_pads signal when we have
14429         added the stream to our list.
14430
14431 2004-09-24  Wim Taymans  <wim@fluendo.com>
14432
14433         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14434         (new_decoded_pad):
14435         * gst/playback/gstplaybasebin.h:
14436         * gst/playback/gstplaybin.c: (setup_sinks):
14437         Don't try to preroll or decode more than one audio/video
14438         track.
14439
14440 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14441
14442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14443           Throw error if we failed to find a suitable output. This should
14444           throw an error if we successfully set up a pipeline (e.g. because
14445           we recognized a media file) but found no decodable streams in it
14446           (e.g. because it contains only media stream types for which we
14447           have no decoders, or because it's not a media type).
14448
14449 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14450
14451         * ext/dirac/Makefile.am:
14452         * ext/dirac/gstdirac.cc:
14453         * ext/dirac/gstdiracdec.cc:
14454         * ext/dirac/gstdiracdec.h:
14455           Do something. Don't actually know if this works because I don't
14456           have a demuxer yet.
14457         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14458           Add channels=1 to caps returned from _getcaps().
14459         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14460         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14461         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14462         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14463         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14464         (gst_ogm_parse_change_state):
14465           Separate between audio/video so ogmaudioparse actually uses the
14466           audio pad templates. Both audio and video work now, including
14467           autoplugging. Also use sometimes-srcpad hack.
14468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14469           Handle events better. Don't hang on infinite loops.
14470         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14471         (gst_avi_demux_init), (gst_avi_demux_reset),
14472         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14473         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14474         (gst_avi_demux_change_state):
14475         * gst/avi/gstavidemux.h:
14476           Improve A/V sync. Still not perfect.
14477         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14478         (gst_ebml_read_skip):
14479           Handle events better.
14480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14481         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14482         (qtdemux_audio_caps):
14483           Add IMA4. Improve event handling. Save offset after a seek when
14484           the headers are at the end of the file so that we don't end up in
14485           an infinite loop.
14486         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14487           Add low-priority typefind support for files with no length.
14488
14489 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14490
14491         * testsuite/multifilesink/Makefile.am:
14492         fix typo
14493
14494 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14495
14496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14498         mistakes from thaytan's patches.
14499
14500 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14501
14502         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14503           For completeness, XSync in the destroy function as xvimage does.
14504
14505 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14506
14507         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14508            Correct caps negotiation
14509         * gst/volume/gstvolume.c: (volume_chain_float),
14510         (volume_chain_int16):
14511            Modify debug output to be little more informative
14512         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14514         (gst_xvimagesink_xvimage_destroy):
14515           Add XSync calls after detaching from the shared memory segment to
14516           avoid a crash.
14517
14518 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14519
14520         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14521         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14522         * ext/vorbis/vorbis.c: (plugin_init):
14523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14524         (gst_vorbisenc_chain):
14525         * ext/vorbis/vorbisenc.h:
14526         remove explicit newmedia support from oggmux and vorbisenc
14527         add debug category to vorbisenc
14528         * gst/multifilesink/gstmultifilesink.c:
14529         (gst_multifilesink_class_init), (gst_multifilesink_init),
14530         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14531         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14532         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14533         (plugin_init):
14534         * gst/multifilesink/gstmultifilesink.h:
14535         add support for streamheader in multifilesink
14536
14537 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14538
14539         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14540         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14541         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14542           Prevent infinite loops. More correct error reporting.
14543         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14544           Error out if negotiation fails.
14545         * gst/playback/gstplaybasebin.c: (setup_source),
14546         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14547         (gst_play_base_bin_found_tag):
14548           Error/tag forwarding. Pre-roll fixes for source errors on state
14549           changes (e.g. "file does not exist") to prevent hangs.
14550
14551 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14552
14553         * testsuite/multifilesink/Makefile.am:
14554         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14555         (gst_newmedia_class_init), (gst_newmedia_init),
14556         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14557         (newfile_signal), (test_signal), (main):
14558         * testsuite/multifilesink/multifilesrc_test.c: (main):
14559         * testsuite/multifilesink/oggtheora_test.c:
14560         (gst_newmedia_base_init), (gst_newmedia_class_init),
14561         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14562         (test_format), (newfile_signal), (test_signal), (main):
14563         * testsuite/multifilesink/oggvorbis_test.c:
14564         (gst_newmedia_base_init), (gst_newmedia_class_init),
14565         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14566         (test_format), (newfile_signal), (test_signal), (main):
14567         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14568         (gst_newmedia_class_init), (gst_newmedia_init),
14569         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14570         (newfile_signal), (test_signal), (main):
14571         New media tests
14572
14573 2004-09-20  Christian Schaller <christian@fluendo.com>
14574
14575         * Fix mikmod license to LGPL as they have relicensed
14576         * Move Dirac and Effectv into LGPL section of README_license
14577
14578 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14579
14580         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14581         (gst_mad_change_state):
14582           Allow for mp3 rate/channels changes. However, only very
14583           conservatively. Reason that we *have* to enable this is smiply
14584           because the mad find_sync() function is not good enough, it will
14585           regularly sync on random data as valid frames and therefore make
14586           us provide random caps as *final* caps of the stream. The best fix
14587           I could think of is to simply require several of the same stream
14588           changes in a row before we change caps.
14589           The actual testcase that works now is #
14590         * ext/ogg/Makefile.am:
14591         * ext/ogg/gstogg.c: (plugin_init):
14592         * ext/ogg/gstogmparse.c:
14593           OGM support (video only for now; I need an audio sample file).
14594         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14595         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14596         (gst_asf_demux_add_video_stream):
14597           WMV extradata.
14598         * gst/playback/gstplaybasebin.c: (unknown_type):
14599           Don't error out on single unknown-types after all. It's wrong.
14600           If we found type of video and audio but not of a subtitle stream,
14601           it will still error out (which is unwanted). Will find a better fix
14602           later on.
14603         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14604         (ogmaudio_type_find), (plugin_init):
14605           OGM support.
14606
14607 2004-09-20  Johan Dahlin  <johan@gnome.org>
14608
14609         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14610         after setting caps.
14611
14612 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14613
14614         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14615         * gst/wavenc/gstwavenc.h:
14616         Added newmedia support to wavenc
14617
14618 2004-09-17  Wim Taymans  <wim@fluendo.com>
14619
14620         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14621         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14622         (gst_fdset_fd_can_write), (gst_fdset_wait):
14623         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14624         (gst_multifdsink_init), (gst_multifdsink_add),
14625         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14626         (gst_multifdsink_remove_client_link),
14627         (gst_multifdsink_client_queue_buffer),
14628         (gst_multifdsink_handle_client_write),
14629         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14630         (gst_multifdsink_close), (gst_multifdsink_change_state):
14631         * gst/tcp/gstmultifdsink.h:
14632         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14633         (gst_tcpserversink_removed):
14634         Small cleanups in fdset.c
14635         Use a hastable to map fd to the client structure for faster
14636         lookup in _remove and get_stats.
14637         Added virtual function to close the fds.
14638         Handle clients even when the select/poll call was unblocked because
14639         of a command.
14640         Implement syncing to keyframe in the recovery procedure.
14641
14642 2004-09-16 Iain <iaingnome@gmail.com>
14643
14644         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14645         try caps.
14646
14647 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14648
14649         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14650           Caps are only set if the type of the stream is unknown, but this
14651           is initialized in ->init_stream(), so set to UNKNOWN after calling
14652           ->init_stream() so that capsnego starts.
14653
14654 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14655
14656         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14657         (gst_avi_demux_stream_data):
14658           Just hardcode for raw audio then. AVI audio sucks.
14659
14660 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14661
14662         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14663         * gst/matroska/matroska-mux.c: (audiosink_templ),
14664         (gst_matroska_mux_audio_pad_link):
14665         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14666         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14667
14668 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14669
14670         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14671         (gst_avi_demux_stream_data):
14672           Try to fix a/v sync issues.
14673
14674 2004-09-15  David Schleef  <ds@schleef.org>
14675
14676         * configure.ac: remove NASM check, since we don't use it.  Update
14677         dirac check to 0.4
14678         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14679         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14680         Initialized variables.
14681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14682         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14683         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14684         SVQ3 format
14685
14686 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14687
14688         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14689         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14690         * gst/avi/gstavidemux.h:
14691           Fix for compressed audio (mp3) timestamp generation. How did this
14692           ever work?
14693
14694 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14695
14696         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14697           Volume is a double not a float.
14698
14699 2004-09-15  Wim Taymans  <wim@fluendo.com>
14700
14701         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14702         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14703         Don't close the fd in multifdsink as we didn't open it in the
14704         first place. Some cleanups.
14705
14706 2004-09-15  Wim Taymans  <wim@fluendo.com>
14707
14708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14710         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14711         Fix the case where the muxer would mark pages as delta
14712         frames when they are not (vorbis only ogg).
14713
14714 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14715
14716         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14717         (gst_play_base_bin_change_state):
14718           Handle the case where we failed to setup a clear pipeline. This
14719           will throw an error (or EOS, another nice case) and if you don't
14720           catch that, the app will wait for the signal forever (and thus
14721           hang).
14722
14723 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14724
14725         * ext/gnomevfs/gstgnomevfssink.c:
14726         (gst_gnomevfssink_uri_get_protocols):
14727         * ext/gnomevfs/gstgnomevfssrc.c:
14728         (gst_gnomevfssrc_uri_get_protocols):
14729         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14730         * ext/gnomevfs/gstgnomevfsuri.h:
14731           Use _uri_new() instead of _open(), so it doesn't take as long and
14732           Christophe's computer won't hang.
14733         * gst/playback/gstplaybasebin.c: (unknown_type):
14734           Throw error on unknown media type, so apps actually display it.
14735
14736 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14737
14738         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14739           this script to work on Solaris since bash shell handles echo
14740           differenly than bash.
14741
14742 2004-09-17  Wim Taymans  <wim@fluendo.com>
14743
14744         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14745         (setup_source), (gst_play_base_bin_set_property),
14746         (gst_play_base_bin_add_element):
14747         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14748         Some more work on making sure seeking pauses the pipeline and
14749         that changing the uri actually does something.
14750
14751 2004-09-17  Wim Taymans  <wim@fluendo.com>
14752
14753         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14755         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14756         (gst_tcpserversink_close):
14757         Be a bit more paranoid when freeing memory.
14758
14759 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14760
14761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14762         (qtdemux_parse_trak):
14763           Don't crash by dividing by zero (see sample movie in #126922).
14764
14765 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14766
14767         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14768           Don't touch non-existing data (fixes crash on file in #140147).
14769
14770 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14771
14772         * gst/playback/gstplaybasebin.c:
14773         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14774           Handle double disposals, and proper change of URIs.
14775
14776 2004-09-13  Martin Eikermann <meiker@upb.de>
14777
14778         * gst/mpegstream/gstmpegparse.c:
14779           fix synchronistation for streams recorded from digital PCR
14780           fixes bug #119376
14781
14782 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14783
14784         * ext/gnomevfs/Makefile.am:
14785         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14786         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14787         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14788         (gst_gnomevfssink_uri_get_type),
14789         (gst_gnomevfssink_uri_get_protocols),
14790         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14791         (gst_gnomevfssink_uri_handler_init),
14792         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14793         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14794         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14795         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14796         (gst_gnomevfssrc_uri_get_type),
14797         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14798         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14799         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14800         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14801         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14802         * ext/gnomevfs/gstgnomevfsuri.h:
14803           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14804           of fake URIs to see which this version of Gnome-VFS likes, and
14805           uses that for the Gst-URI interface. Makes playbin support http://
14806           streams. Also fix up some stupid behaviour in gnomevfssrc.
14807
14808 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14809
14810         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14811         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14812         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14813         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14814           Update mixer (to sync with other sessions) if we try to obtain
14815           a new value. This makes alsamixer work accross applications.
14816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14817           Only call sync functions if we're running, else alsalib asserts.
14818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14819           Sometimes fails to compile. Possibly a gcc bug.
14820         * gst/playback/gstplaybin.c: (gen_video_element),
14821         (gen_audio_element):
14822           Add a reference to an application-provided object, because we lose
14823           this same reference if we add it to the bin. If we don't do this,
14824           we can only use this object once and thus crash if we go from
14825           ready to playing, back to ready and back to playing again.
14826           Also add an audioscale element because several cheap soundcards -
14827           like mine - don't support all samplerates.
14828         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14829         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14830           Fix wrong order or PAR calls. Makes automatically obtained PAR
14831           from the X server atually being used.
14832
14833 2004-09-12  David Schleef  <ds@schleef.org>
14834
14835         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14836         #151887, #152102, #152247.
14837         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14838         * examples/seeking/cdparanoia.c: same
14839         * examples/seeking/cdplayer.c: same
14840         * examples/seeking/seek.c: same
14841         * examples/seeking/spider_seek.c: same
14842         * examples/seeking/vorbisfile.c: same
14843         * examples/stats/mp2ogg.c: same
14844         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14845         (gst_esdsink_dispose): Dispose of element properly.
14846         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14847         fixes.
14848         * ext/nas/nassink.c: (gst_nassink_class_init),
14849         (gst_nassink_dispose): Dispose of element correctly.
14850         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14851         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14852         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14853         Fix 64-bit warning.
14854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14855         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14856         Fix 64-bit warning.
14857
14858 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14859
14860         * configure.ac : change speex detection as 1.1.6 now uses
14861           .pc/pkg-config and they changed their headers location.
14862
14863 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14864
14865         * gst/matroska/matroska-mux.h:
14866         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14867         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14868         (gst_matroska_mux_write_data):
14869           Write multiple blocks/frames per cluster.
14870                 Write meta-seek information (seek heads).
14871
14872 2004-09-09  Scott Wheeler <wheeler@kde.org>
14873
14874         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14875         (gst_play_bin_set_property), (gst_play_bin_get_property),
14876         (gen_audio_element), (gen_audio_element):
14877           Add a volume element / property to the pipeline.
14878
14879 2004-09-07  Wim Taymans  <wim@fluendo.com>
14880
14881         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14882         Copy timestamps from the master pad to the output buffers.
14883
14884 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14885
14886         * ext/raw1394/gstdv1394src.c:
14887           throw errors when applicable
14888
14889 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14890
14891         * gst/matroska/ebml-ids.h:
14892         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14893         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14894         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14895           automatically convert unix time <-> ebml time when reading/writing
14896           a date, use gst_ebml_write_uint to write CUETIME,
14897           not gst_ebml_write_date.
14898         * gst/matroska/matroska-ids.h:
14899         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14900         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14901         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14902         (gst_matroska_mux_write_data):
14903           Write track and segment UIDs, write muxing date, write
14904           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14905           Create cues for audio only files.
14906
14907 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14908
14909         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14910         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14911           Re-commit ALSA switches.
14912         * gst/adder/gstadder.c: (gst_adder_loop):
14913           64-bit fix (#151416).
14914         * gst/debug/progressreport.c: (gst_progressreport_report):
14915           64-bit fix (#151419).
14916         * gst/matroska/matroska-demux.c:
14917         (gst_matroska_demux_parse_contents):
14918           64-bit fix (#151420).
14919         * gst/playback/test3.c: (update_scale):
14920           64-bit fix (#151421).
14921
14922 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14923
14924         * configure.ac:
14925           bump nano to cvs
14926
14927 === release 0.8.4 ===
14928
14929 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14930
14931         * configure.ac: releasing 0.8.4, "Alias"
14932
14933 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14934
14935         * ext/theora/Makefile.am:
14936           fix makefile.  Fixes #151462.
14937
14938 2004-08-30  Wim Taymans  <wim@fluendo.com>
14939
14940         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14941         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14942         (gst_multifdsink_remove_client_link),
14943         (gst_multifdsink_client_queue_buffer),
14944         (gst_multifdsink_handle_client_write):
14945         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14946         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14947         Fix some memory leaks.
14948
14949 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14950
14951         Patch by: David Schleef
14952
14953         * configure.ac:
14954         * sys/Makefile.am:
14955           rename our detection macro for V4L2.  Fixes #151236.
14956
14957 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14958
14959         Patch by: David Schleef
14960
14961         * configure.ac:
14962           check to define LAMEPRESET.  Fixes #151232.
14963
14964 2004-08-27  David Schleef  <ds@schleef.org>
14965
14966         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14967         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14968         (gst_glimagesink_fixate):  Move local variable declarations to
14969         make gcc-2.95 happy.
14970
14971 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * configure.ac:
14974           bump nano for prerelease
14975
14976 2004-08-27  David Schleef  <ds@schleef.org>
14977
14978         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14979         * sys/sunaudio/gstsunaudiosrc.c:
14980         * sys/sunaudio/gstsunaudiosrc.h:
14981
14982 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14983
14984         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14985         handle EOS correctly
14986         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14987         * gst/matroska/matroska-mux.h:
14988         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14989         VFW compatibility mode
14990
14991 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14992
14993         patch by: Zaheer Abbas Merali
14994
14995         * ext/ogg/gstoggmux.c:
14996         * ext/vorbis/vorbisenc.c:
14997         * ext/vorbis/vorbisenc.h:
14998           handle NEWMEDIA
14999
15000 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15001
15002         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15003         fix byte order reversion on little endian machines.
15004         * gst/matroska/matroska-mux.c: (audiosink_templ),
15005         (gst_matroska_mux_audio_pad_link):
15006         add TTA codec to the list of supported codecs.
15007         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15008         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15009         (gst_matroska_mux_write_data):
15010         * gst/matroska/matroska-mux.h:
15011         write segment duration correctly, write muxing app string, fixes bugs
15012         #140897 and #140898.
15013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15014         wait for all pads to be negotiated before starting to mux.
15015
15016 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15017
15018         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15019         * ext/lame/gstlame.h:
15020         Added new media support to lame
15021
15022 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15023
15024         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15025         send vorbis headers at the beginning of a stream, fixes bug #141554.
15026         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15027         bug #148950.
15028         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15029         (gst_matroska_demux_plugin_init):
15030         * gst/matroska/matroska-ids.h:
15031         enable demuxing of TTA audio streams, fixes bug #148951.
15032         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15033         enable typefinding for TTA audio files, fixes bug #148711.
15034         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15035         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15036         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15037
15038 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15039
15040         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15041         (gst_riff_read_element_data), (gst_riff_read_seek),
15042         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15043         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15044         <teuf@gnome.org>
15045
15046 2004-08-23 Iain <iaingnome@gmail.com>
15047
15048         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15049         tags. They appear to be handled differently to normal.
15050         (tag_list_to_id3_tag_foreach): Ditto.
15051
15052 2004-08-22  Wim Taymans  <wim@fluendo.com>
15053
15054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15055         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15056         Make sure we never send -1 granulepos.
15057
15058 2004-08-20  Wim Taymans  <wim@fluendo.com>
15059
15060         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15061         (gst_ogg_mux_loop):
15062         I will accept bitchslappings with non sharp objects.
15063
15064 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15065
15066         * configure.ac:
15067         Clean up the test for lame presets
15068
15069 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15070
15071         * configure.ac:
15072         * ext/lame/Makefile.am:
15073         * ext/lame/gstlame.c: (gst_lame_class_init),
15074         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15075         Only enable lame presets if version of lame has presets in API
15076
15077 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15078         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15079         * gst/udp/gstudpsrc.h:
15080           Don't call gst_pad_push in a get function. Fixes #150449
15081
15082 2004-08-18  Wim Taymans  <wim@fluendo.com>
15083
15084         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15085         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15086         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15087         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15088         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15089         (gst_fdset_wait):
15090         * gst/tcp/gstfdset.h:
15091         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15092         (gst_multifdsink_client_queue_buffer),
15093         (gst_multifdsink_handle_client_write):
15094         * gst/tcp/gstmultifdsink.h:
15095         Some extra checks in gstfdset.
15096         Only use send() when the fd is a socket. Don't try to
15097         read from write only fds.
15098
15099 2004-08-18  Wim Taymans  <wim@fluendo.com>
15100
15101         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15102         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15103         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15104         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15105         (gst_fdset_wait):
15106         Add more locking and bounds checking.
15107
15108 2004-08-18  Wim Taymans  <wim@fluendo.com>
15109
15110         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15111         Realloc test fdset in the lock and right before starting
15112         the poll call. Bump the limit to 4096.
15113
15114 2004-08-17  David Schleef  <ds@schleef.org>
15115
15116         * sys/sunaudio/Makefile.am:
15117         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15118         of rates and channels.  Make debugging less obnoxious.
15119
15120         Patch from Balamurali Viswanathan implementing a mixer for
15121         Sun audio.  (bug #144091):
15122         * sys/sunaudio/gstsunelement.c:
15123         * sys/sunaudio/gstsunelement.h:
15124         * sys/sunaudio/gstsunmixer.c:
15125         * sys/sunaudio/gstsunmixer.h:
15126
15127 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15128
15129         * gst/audioscale/gstaudioscale.c:
15130         * gst/audioscale/gstaudioscale.h:
15131         made audioscale resample from any sample rate to any sample rate
15132
15133 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15134
15135         * ext/libpng/gstpngdec.c:
15136           error out on unsupported types
15137
15138 2004-08-17  Iain <iaingnome@gmail.com>
15139
15140         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15141         mid_side and loose_mid_side properties if its a stereo stream.
15142
15143 2004-08-17  Wim Taymans  <wim@fluendo.com>
15144
15145         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15146         (theora_get_formats), (theora_dec_src_convert),
15147         (theora_dec_sink_convert), (theora_dec_src_query),
15148         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15149         Add a debug line.
15150
15151 2004-08-17  Wim Taymans  <wim@fluendo.com>
15152
15153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15154         (gst_ogg_pad_push):
15155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15156         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15157         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15158         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15159         Mark delta units in the muxer.
15160         Try to decode the packet after an out-of-sync error from
15161         libogg.
15162
15163 2004-08-17  Wim Taymans  <wim@fluendo.com>
15164
15165         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15166         (gst_multifdsink_init), (gst_multifdsink_add),
15167         (gst_multifdsink_client_queue_buffer),
15168         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15169         * gst/tcp/gstmultifdsink.h:
15170         Added option to send a keyframe to clients as the first buffer.
15171         Make timeout property writable.
15172
15173 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15174
15175         patch by: Wim Taymans
15176
15177         * gst/tcp/gstfdset.c:
15178         * gst/tcp/gstmultifdsink.c:
15179           fix index comparison, should include 0
15180
15181 2004-08-16  Wim Taymans  <wim@fluendo.com>
15182
15183         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15184         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15185         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15186         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15187         (gst_fdset_wait):
15188           copy when reallocing for poll so the select arguments don't get
15189           changed during the call
15190
15191 2004-08-16  Wim Taymans  <wim@fluendo.com>
15192
15193         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15194         (gst_theora_enc_class_init), (theora_enc_sink_link),
15195         (theora_buffer_from_packet), (theora_enc_chain):
15196         Fix bug where buffers were not marked as keyframes
15197         correctly.
15198
15199 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15200
15201         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15202         (gst_lame_preset_get_type), (gst_lame_class_init):
15203         describe the enum values for vbr mode and presets more verbosely
15204
15205 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15206
15207         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15208         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15209         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15210         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15211         * ext/lame/gstlame.h:
15212         add preset property to lame so it can use lame presets
15213
15214 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15215
15216         * ext/lame/gstlame.c: (gst_lame_get_property):
15217         whoops forgot break, thanks teuf
15218
15219 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15220
15221         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15222         (gst_lame_class_init), (gst_lame_src_getcaps),
15223         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15224         (gst_lame_get_property), (gst_lame_setup):
15225         * ext/lame/gstlame.h:
15226         fix lame's broken vbr stuff, allow it to resample if need be, and also
15227         make xing header optional
15228
15229 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15230
15231         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15232         added getcaps function so samplerate doesnt get fixated to silly values
15233
15234 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15235
15236         * ext/lame/gstlame.c: (gst_lame_src_link):
15237         revert previous fix
15238
15239 2004-08-12  Johan Dahlin  <johan@gnome.org>
15240
15241         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15242         checks. Doesn't matter what state we are in. Interfaces are a
15243         compile time thing, not runtime. It also broke the python bindings.
15244
15245 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15246
15247         * ext/lame/gstlame.c: (gst_lame_src_link):
15248         made source pad link function check if sinkpad is ok..fixes the problem
15249         where core fixates the output rate of lame stupidly
15250
15251 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15252
15253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15254         * sys/v4l/v4l_calls.c:
15255         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15256           fix fixate function to handle nonsimple caps.
15257           remove bogus check in _link
15258           cleanups
15259
15260 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15261
15262         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15263         set default compression ratio parameter to 0.0 so bitrate parameter
15264         works :)
15265
15266 2004-08-11  David Schleef  <ds@schleef.org>
15267
15268         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15269
15270 2004-08-11  David Schleef  <ds@schleef.org>
15271
15272         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15273         before.
15274
15275 2004-08-11  David Schleef  <ds@schleef.org>
15276
15277         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15278
15279 2004-08-11  David Schleef  <ds@schleef.org>
15280
15281         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15282           license field
15283         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15284         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15285           LGPL.
15286         * gst/auparse/gstauparse.c: Fix plugin license field.
15287         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15288         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15289         * gst/rtp/gstrtp.c: Fix plugin license field.
15290
15291 2004-08-11  Wim Taymans  <wim@fluendo.com>
15292
15293         * gst/tcp/Makefile.am:
15294         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15295         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15296         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15297         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15298         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15299         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15300         (gst_fdset_fd_can_write), (gst_fdset_wait):
15301         * gst/tcp/gstfdset.h:
15302         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15303         (gst_multifdsink_class_init), (gst_multifdsink_init),
15304         (gst_multifdsink_add), (gst_multifdsink_remove),
15305         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15306         (gst_multifdsink_remove_client_link),
15307         (gst_multifdsink_handle_client_read),
15308         (gst_multifdsink_client_queue_data),
15309         (gst_multifdsink_client_queue_caps),
15310         (gst_multifdsink_client_queue_buffer),
15311         (gst_multifdsink_handle_client_write),
15312         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15313         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15314         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15315         (gst_multifdsink_close):
15316         * gst/tcp/gstmultifdsink.h:
15317         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15318         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15319         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15320         (gst_tcpserversink_close):
15321         * gst/tcp/gsttcpserversink.h:
15322         Abstracted away the select call, implemented poll (yes we ran into
15323         the 1024 limit in production).
15324
15325 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15326
15327         * gst/tcp/gsttcp.c:
15328         * gst/tcp/gsttcpplugin.c:
15329           improve debuggging, remove assert
15330
15331 2004-08-10  Wim Taymans  <wim@fluendo.com>
15332
15333         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15334         (gst_client_status_get_type), (gst_multifdsink_class_init),
15335         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15336         (gst_multifdsink_handle_client_read),
15337         (gst_multifdsink_handle_client_write),
15338         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15339         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15340         (gst_multifdsink_get_property):
15341         * gst/tcp/gstmultifdsink.h:
15342         * gst/tcp/gsttcp-marshal.list:
15343         Starting to prepare for specifying buffer time in other units
15344         than buffers. Expose remove reason in signal.
15345
15346 2004-08-10  Wim Taymans  <wim@fluendo.com>
15347
15348         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15349         (gst_multifdsink_remove), (gst_multifdsink_clear),
15350         (gst_multifdsink_remove_client_link),
15351         (gst_multifdsink_handle_client_read),
15352         (gst_multifdsink_client_queue_data),
15353         (gst_multifdsink_client_queue_buffer),
15354         (gst_multifdsink_handle_client_write),
15355         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15356         (gst_multifdsink_chain), (gst_multifdsink_close):
15357         * gst/tcp/gstmultifdsink.h:
15358         Added more debugging info. Changed the way clients are
15359         removed from the lists. Fixed a bug where a bad file descriptor
15360         could cause many clients to be removed.
15361
15362 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15363
15364         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15365           allow all pixel-aspect-ratios, not just 1:1
15366
15367 2004-08-09  David Schleef  <ds@schleef.org>
15368
15369         * sys/glsink/ARB_multitexture.h:  Remove old files.
15370         * sys/glsink/EXT_paletted_texture.h:
15371         * sys/glsink/NV_register_combiners.h:
15372         * sys/glsink/gstgl_nvimage.c:
15373         * sys/glsink/gstgl_pdrimage.c:
15374         * sys/glsink/gstgl_rgbimage.c:
15375         * sys/glsink/gstglsink.c:
15376         * sys/glsink/gstglsink.h:
15377         * sys/glsink/gstglxwindow.c:
15378         * sys/glsink/regcomb_yuvrgb.c:
15379
15380 2004-08-09  David Schleef  <ds@schleef.org>
15381
15382         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15383         GL sink plugin.  (Bug #147302)
15384
15385         * configure.ac: Test for OpenGL
15386         * sys/Makefile.am: Use test for OpenGL
15387         * sys/glsink/Makefile.am:
15388         * sys/glsink/glimagesink.c: rewrite
15389         * sys/glsink/glimagesink.h: rewrite
15390
15391 2004-08-09  David Schleef  <ds@schleef.org>
15392
15393         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15394         sane framerates.
15395         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15397         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15398
15399 2004-08-09  Wim Taymans  <wim@fluendo.com>
15400
15401         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15402         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15403         (gst_multifdsink_client_remove),
15404         (gst_multifdsink_handle_client_read),
15405         (gst_multifdsink_handle_client_write),
15406         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15407         Do a bit more logging, make the client_read code more robust.
15408
15409 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15410
15411         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15412         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15413         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15414         (gst_jpegdec_init), (gst_jpegdec_chain):
15415         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15416         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15417           cleanups, debugging fixes and memleak plugging
15418
15419 2004-08-09  Wim Taymans  <wim@fluendo.com>
15420
15421         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15422         (theora_get_formats), (theora_dec_src_convert),
15423         (theora_dec_sink_convert), (theora_dec_src_query),
15424         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15425         (theora_dec_change_state):
15426         Don't crash on missing header packets.
15427
15428 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15429
15430         * po/LINGUAS:
15431         * po/sq.po:
15432           Added Albanian translation (Laurent Dhima)
15433         * po/cs.po:
15434           updated
15435
15436 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15437
15438         * ext/lame/gstlame.c:
15439           fix/add debugging
15440
15441 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15442
15443         * sys/ximage/ximagesink.c:
15444         * sys/xvimage/xvimagesink.c:
15445           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15446
15447 2004-08-06  Wim Taymans  <wim@fluendo.com>
15448
15449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15450         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15451         (gst_multifdsink_client_remove),
15452         (gst_multifdsink_handle_client_read),
15453         (gst_multifdsink_handle_client_write),
15454         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15455         Make sure we don't try to read more from a client that what
15456         ioctl says us or we deadlock.
15457
15458 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15459
15460         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15461         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15462         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15463           decouple running_time and n_frames so it can handle changing
15464           framerate while running
15465
15466 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15467
15468         * po/nl.po:
15469         * po/sv.po:
15470           updated translations
15471
15472 2004-08-04  Benjamin Otte  <otte@gnome.org>
15473
15474         * gst/videotestsrc/gstvideotestsrc.c:
15475         (gst_videotestsrc_get_capslist), (generate_capslist),
15476         (plugin_init):
15477           generate the list of supported caps at startup and reuse it instead
15478           of always generating it
15479
15480 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15481
15482         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15483           whoops, last checkin broke normal build
15484
15485 2004-08-03  Benjamin Otte  <otte@gnome.org>
15486
15487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15488         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15489         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15490         (gst_alsa_mixer_get_option):
15491         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15492         (dvdnavsrc_print_event):
15493         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15494         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15495         (gst_ogg_mux_pad_unlink):
15496         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15497         (gst_multipart_mux_pad_unlink):
15498         * gst/videofilter/gstvideobalance.c:
15499         (gst_videobalance_colorbalance_set_value):
15500         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15501         (gst_videomixer_pad_unlink):
15502         * po/uk.po:
15503         * sys/oss/gstossmixer.c:
15504         * sys/v4l/gstv4lcolorbalance.c:
15505         * sys/v4l/gstv4ltuner.c:
15506         * sys/v4l/v4lsrc_calls.c:
15507         * sys/v4l2/gstv4l2colorbalance.c:
15508         * sys/v4l2/gstv4l2tuner.c:
15509           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15510
15511 2004-08-03  Benjamin Otte  <otte@gnome.org>
15512
15513         * examples/dynparams/filter.c: (ui_control_create):
15514         * examples/gstplay/player.c: (print_tag):
15515         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15516         * ext/gdk_pixbuf/gstgdkanimation.c:
15517         (gst_gdk_animation_iter_may_advance):
15518         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15519         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15520         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15521         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15522         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15523         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15524         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15525         * gst/sine/demo-dparams.c: (main):
15526         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15527         * testsuite/alsa/formats.c: (create_pipeline):
15528         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15529           fixes for G_DISABLE_ASSERT and friends
15530         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15531         (mp3_type_frame_length_from_header), (mp3_type_find),
15532         (plugin_init):
15533           require mp3 typefinding to have at least MIN_HEADERS valid headers
15534           add typefinding for AAC adts files
15535
15536 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15537
15538         * sys/ximage/ximagesink.c:
15539         (gst_ximagesink_calculate_pixel_aspect_ratio):
15540         * sys/xvimage/xvimagesink.c:
15541         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15542         Make sure we calculate pixel-aspect-ratio using floating point maths
15543
15544 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15545
15546         * po/uk.po:
15547           updated translation
15548
15549 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15550
15551         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15553           add debugging for display PAR calculation
15554
15555 2004-08-02  David Schleef  <ds@schleef.org>
15556
15557         * configure.ac: Fix mikmod CFLAGS.
15558
15559 2004-07-27  Benjamin Otte  <otte@gnome.org>
15560
15561         * gst/audioscale/gstaudioscale.c:
15562         - fix templates to only support S16, it's the only format that works
15563         - make caps nego code use try_set_caps_nonfixed and fixation instead
15564         of try_set_caps twice, which is not nice for autopluggers
15565         - change rank to secondary, so autopluggers can pick it up after
15566         audioconvert
15567
15568 2004-08-02  Iain <iain@prettypeople.org>
15569
15570         * gst/interleave/interleave.c (interleave_init),
15571         (interleave_request_new_pad),
15572         (interleave_pad_removed),
15573         (interleave_buffered_loop): Use the real pad count, not the artificial
15574         one.
15575
15576 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15577
15578         * configure.ac: bump nano back to development
15579
15580 === release 0.8.3 ===
15581
15582 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15583
15584         * configure.ac: releasing 0.8.3, "Water"
15585
15586 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * sys/xvimage/xvimagesink.c:
15589         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15590         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15591         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15592         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15593         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15594         * sys/xvimage/xvimagesink.h:
15595           apply similar PAR fixes as to ximagesink
15596
15597 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15598
15599         patch from: Benjamin Otte
15600
15601         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15602           add link function to lame.  Fixes #148986.
15603
15604 2004-08-02  Johan Dahlin  <johan@gnome.org>
15605
15606         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15607         fix debugging log
15608
15609 2004-07-30  David Schleef  <ds@schleef.org>
15610
15611         * gst/videomixer/Makefile.am: Fix things that should have been
15612         fixed in the last checkin.
15613
15614 2004-07-30  David Schleef  <ds@schleef.org>
15615
15616         * gst/multipart/Makefile.am: Fix things that should have been
15617         fixed in the last checkin.
15618
15619 2004-07-30  David Schleef  <ds@schleef.org>
15620
15621         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15622
15623 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15624
15625         * configure.ac:
15626           bump nano for prerelease
15627         * po/af.po:
15628         * po/az.po:
15629         * po/cs.po:
15630         * po/en_GB.po:
15631         * po/hu.po:
15632         * po/nl.po:
15633         * po/sr.po:
15634         * po/sv.po:
15635         * po/uk.po:
15636           updates
15637
15638 2004-07-30  Wim Taymans  <wim@fluendo.com>
15639
15640         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15641         (gst_multifdsink_add), (gst_multifdsink_remove),
15642         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15643         (gst_multifdsink_client_remove),
15644         (gst_multifdsink_handle_client_write),
15645         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15646         * gst/tcp/gstmultifdsink.h:
15647         Recover from a select with a bad file descriptor by removing
15648         the client.
15649
15650 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15651
15652         * configure.ac:
15653           fix requirement of core
15654         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15655         (gst_play_pipeline_setup):
15656           don't use colorspace element.  do use hermescolorspace element.
15657           make macro to get a colorspace element.
15658           mark strings for translation.
15659         * po/POTFILES.in:
15660           add play.c
15661         * po/af.po:
15662         * po/az.po:
15663         * po/cs.po:
15664         * po/en_GB.po:
15665         * po/hu.po:
15666         * po/nl.po:
15667         * po/sr.po:
15668         * po/sv.po:
15669         * po/uk.po:
15670           update translations
15671
15672 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15673
15674         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15675         fix default for newmedia flag
15676
15677 2004-07-30  Wim Taymans  <wim@fluendo.com>
15678
15679         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15680         (gst_theora_dec_init), (theora_get_formats),
15681         (theora_dec_src_convert), (theora_dec_sink_convert),
15682         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15683         (theora_dec_chain), (theora_dec_set_property),
15684         (theora_dec_get_property):
15685         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15686         (gst_theora_enc_class_init), (gst_theora_enc_init),
15687         (theora_enc_sink_link), (theora_enc_chain),
15688         (theora_enc_set_property), (theora_enc_get_property):
15689         Added cropping option to theora decoder.
15690         Added border option to theora encoder.
15691
15692 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15693
15694         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15695         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15696         (gst_pngenc_set_property):
15697         * ext/libpng/gstpngenc.h:
15698         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
15699
15700 2004-07-30  Wim Taymans  <wim@fluendo.com>
15701
15702         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15703         (theora_enc_sink_link), (theora_enc_chain),
15704         (theora_enc_set_property), (theora_enc_get_property):
15705         Fix encoding of non-multiple-of-16 video.
15706
15707 2004-07-29  David Schleef  <ds@schleef.org>
15708
15709         * configure.ac: make test for audiofile more strict
15710
15711 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15712
15713         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15714           give different names to typefind functions
15715
15716 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15717
15718         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15719         (gst_ximagesink_calculate_pixel_aspect_ratio),
15720         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15721         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15722         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15723         (gst_ximagesink_get_property), (gst_ximagesink_init):
15724         * sys/ximage/ximagesink.h:
15725           allocate PAR's dynamically.
15726           use autodetected PAR if no object-set PAR is given.
15727           add workaround for directfb's X not setting physical size.
15728           fix to xvimagesink will follow tomorrow.
15729
15730 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15731
15732         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15733         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15734         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15735         (gst_shout2send_class_init), (gst_shout2send_init),
15736         (set_shout_metadata), (gst_shout2send_set_metadata),
15737         (gst_shout2send_chain), (gst_shout2send_set_property),
15738         (gst_shout2send_get_property), (gst_shout2send_connect),
15739         (gst_shout2send_change_state):
15740         * ext/shout2/gstshout2.h:
15741         - fix for sending mp3 audio to icecast2 server, if pad link function not
15742         called before PAUSED state
15743         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15744         - added tagging support for mp3 audio broadcasted
15745         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15746         debug info
15747
15748 2004-07-28  Wim Taymans  <wim@fluendo.com>
15749
15750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15751         (gst_ogg_demux_push):
15752         Return query failure when we don't know the length of
15753         an ogg stream insteda of returning TRUE with a bogus value.
15754
15755 2004-07-28  Wim Taymans  <wim@fluendo.com>
15756
15757         * ext/theora/theoradec.c: (theora_get_formats),
15758         (theora_dec_src_convert), (theora_dec_sink_convert),
15759         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15760         (theora_dec_chain):
15761         Don't screw up the 1 Chroma for 1 luma sample situation when we
15762         have an odd offset/width by adding a black border in those cases.
15763
15764 2004-07-28  Wim Taymans  <wim@fluendo.com>
15765
15766         * ext/theora/theoradec.c: (theora_get_formats),
15767         (theora_dec_src_convert), (theora_dec_sink_convert),
15768         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15769         (theora_dec_chain):
15770         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15771         Added first attempt at cropping of the image as required by the
15772         theora spec. We need more properties in the caps (offset_x,
15773         offset_y,stride) to implement this correctly.
15774
15775 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15776
15777         * ext/dvdnav/README:
15778           Update the README to use dvddemux
15779         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15780           Ensure getcaps returns a subset of the template caps
15781         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15782         (gst_mpeg2subt_init):
15783           Ensure getcaps returns a subset of the template caps
15784         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15785         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15786         (gst_dvd_demux_get_subpicture_stream),
15787         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15788         * gst/mpegstream/gstdvddemux.h:
15789           Set the explicit caps on the current_video pad before pushing
15790           anything
15791         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15792         (gst_mpeg_demux_get_audio_stream):
15793           Free caps used to gst_pad_set_explicit_caps, which takes a const
15794           GstCaps *
15795
15796 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15797
15798         * configure.ac: update GStreamer requirement to 0.8.4 because of
15799           GstFraction.
15800
15801 2004-07-28  Wim Taymans  <wim@fluendo.com>
15802
15803         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15804         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15805         Add the pad to the element after setting up the caps. This
15806         makes it a lot easier to autoplug.
15807
15808 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15809
15810         * gst/median/gstmedian.c:
15811         * gst/mpeg2subt/gstmpeg2subt.c:
15812         * gst/mpegaudioparse/gstmpegaudioparse.c:
15813         * gst/mpegstream/gstdvddemux.c:
15814         * gst/mpegstream/gstmpegdemux.c:
15815         * gst/mpegstream/gstmpegpacketize.c:
15816         * gst/rtjpeg/gstrtjpeg.c:
15817         * gst/rtjpeg/gstrtjpegdec.c:
15818         * gst/rtjpeg/gstrtjpegenc.c:
15819         * gst/sine/gstsinesrc.c:
15820         * gst/smooth/gstsmooth.c:
15821         * gst/smpte/gstsmpte.c:
15822         * gst/smpte/gstsmpte.h:
15823         * gst/stereo/gststereo.c:
15824         * gst/videofilter/gstgamma.c:
15825         * gst/videofilter/gstvideobalance.c:
15826         * gst/videofilter/gstvideofilter.c:
15827         * gst/videofilter/gstvideoflip.c:
15828         * gst/videoscale/gstvideoscale.c:
15829         * gst/videoscale/videoscale.c:
15830         * gst/videotestsrc/gstvideotestsrc.c:
15831         * gst/videotestsrc/videotestsrc.c:
15832         * gst/wavenc/gstwavenc.c:
15833         * gst/wavparse/gstwavparse.c:
15834           fix local includes and 64 bits constants
15835
15836 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15837
15838         * win32/gst.sln:
15839         * gst-libs/gst/*/*.vcproj:
15840         * gst/*/*.vcproj:
15841           more working plugins
15842
15843 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15844
15845         * testsuite/alsa/Makefile.am:
15846         * testsuite/alsa/srcstate.c:
15847         add test for alsasrc changing state
15848
15849 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15850
15851         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15852         (gst_silence_get):
15853         * gst/silence/gstsilence.h:
15854         fix silence generation for 16bit raw audio
15855
15856 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15857
15858         * gst/matroska/matroska-demux.c:
15859         (gst_matroska_demux_parse_metadata),
15860         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15861         * gst/mpegaudio/common.c:
15862         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15863         (gst_videoscale_getcaps), (gst_videoscale_link),
15864         (gst_videoscale_src_fixate), (gst_videoscale_init),
15865         (gst_videoscale_finalize):
15866         * gst/videoscale/gstvideoscale.h:
15867         * gst/videotestsrc/gstvideotestsrc.c:
15868         (gst_videotestsrc_get_capslist):
15869         * gst/wavenc/gstwavenc.c:
15870         * sys/oss/gstossmixer.c: (fill_labels):
15871         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15872         (gst_ximagesink_handle_xevents),
15873         (gst_ximagesink_calculate_pixel_aspect_ratio),
15874         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15875         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15876         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15877         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15878         (gst_ximagesink_init), (gst_ximagesink_class_init):
15879         * sys/ximage/ximagesink.h:
15880         * sys/xvimage/xvimagesink.c:
15881         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15882         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15883         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15884         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15885         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15886         * sys/xvimage/xvimagesink.h:
15887           first batch of pixel aspect ratio commits.
15888
15889 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15890
15891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15892         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15893         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15894           handle stride, needs work if we want to move stride handling
15895           upstream, but works correctly for our purposes.
15896
15897 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15898
15899         * gst/videoscale/README:
15900           add testing examples
15901         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15902         (gst_videoscale_chain):
15903         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15904         (gst_videoscale_get_size):
15905           add get_size function that handles stride like videotestsrc.
15906           fixes conversion for YUV formats for as much as I can test them.
15907
15908 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15909
15910         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15911         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15913         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15914         (gst_xvimagesink_xvimage_put):
15915           further cleanups, logging, error handling and synchronizing
15916
15917 2004-07-27  Wim Taymans  <wim@fluendo.com>
15918
15919         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15920         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15921         (gst_videomixer_pad_set_property),
15922         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15923         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15924         (gst_videomixer_class_init), (gst_videomixer_init),
15925         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15926         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15927         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15928         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15929         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15930         (gst_videomixer_loop), (plugin_init):
15931         Be a nicer negotiation citizen and provide a getcaps function on
15932         the srcpad. This also fixes a crash when resizing.
15933
15934 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15935
15936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15937         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15938
15939 2004-07-27  Wim Taymans  <wim@fluendo.com>
15940
15941         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15942         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15943         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15944         (gst_pngenc_set_property):
15945         * ext/libpng/gstpngenc.h:
15946         Added snapshot property to pngenc.
15947         removed g_print from pngdec
15948
15949 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15950
15951         * gst/ac3parse/ac3parse.vcproj
15952         * gst/adder/adder.vcproj
15953         * gst/alpha/alpha.vcproj
15954         * gst/alpha/alphacolor.vcproj
15955         * gst/asfdemux/asf.vcproj
15956         * gst/audioconvert/audioconvert.vcproj
15957         * gst/audiorate/audiorate.vcproj
15958         * gst/audioscale/audioscale.vcproj
15959         * gst/auparse/auparse.vcproj
15960         * gst/avi/avi.vcproj
15961         * gst/cdxaparse/cdxaparse.vcproj
15962         * gst/chart/chart.vcproj
15963         * gst/colorspace/colorspace.vcproj
15964         * gst/cutter/cutter.vcproj
15965         * gst/debug/debug.vcproj
15966         * gst/debug/efence.vcproj
15967         * gst/debug/navigationtest.vcproj
15968         * gst/deinterlace/deinterlace.vcproj
15969         * gst/effectv/effectv.vcproj
15970         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15971         * gst/filter/filter.vcproj
15972         * gst/flx/flxdec.vcproj
15973         * gst/goom/goom.vcproj
15974         * gst/interleave/interleave.vcproj
15975         * gst/law/alaw.vcproj
15976         * gst/law/mulaw.vcproj
15977         * gst/matroska/matroska.vcproj
15978         * gst/median/median.vcproj
15979         * gst/mixmatrix/mixmatrix.vcproj
15980         * gst/mpeg1sys/mpeg1systemencode.vcproj
15981         * gst/mpeg1videoparse/mp1videoparse.vcproj
15982         * gst/mpeg2sub/mpeg2subt.vcproj
15983         * gst/mpegaudio/mpegaudio.vcproj
15984         * gst/mpegaudioparse/mpegaudioparse.vcproj
15985         * gst/mpegstream/mpegstream.vcproj
15986         * gst/multifilesink/multifilesink.vcproj
15987         * gst/multipart/multipart.vcproj
15988         * gst/oneton/oneton.vcproj
15989         * gst/overlay/overlay.vcproj
15990         * gst/passthrough/passthrough.vcproj
15991         * gst/qtdemux/qtdemux.vcproj
15992         * gst/realmedia/rmdemux.vcproj
15993         * gst/rtjpeg/rtjpeg.vcproj
15994         * gst/rtp/rtp.vcproj
15995         * gst/silence/silence.vcproj
15996         * gst/sine/sinesrc.vcproj
15997         * gst/smooth/smooth.vcproj
15998         * gst/smpte/smpte.vcproj
15999         * gst/spectrum/spectrum.vcproj
16000         * gst/speed/speed.vcproj
16001         * gst/stereo/stereo.vcproj
16002         * gst/switch/switch.vcproj
16003         * gst/tags/tagedit.vcproj
16004         * gst/tcp/tcp.vcproj
16005         * gst/typefind/typefindfunctions.vcproj
16006         * gst/udp/udp.vcproj
16007         * gst/videobox/videobox.vcproj
16008         * gst/videocrop/videocrop.vcproj
16009         * gst/videodrop/videodrop.vcproj
16010         * gst/videofilter/gamma.vcproj
16011         * gst/videofilter/videobalance.vcproj
16012         * gst/videofilter/videofilter.vcproj
16013         * gst/videofilter/videoflip.vcproj
16014         * gst/videoflip/videoflip.vcproj
16015         * gst/videomixer/videomixer.vcproj
16016         * gst/videorate/videorate.vcproj
16017         * gst/videoscale/videoscale.vcproj
16018         * gst/videotestsrc/videotestsrc.vcproj
16019         * gst/virtualdub/virtualdub.vcproj
16020         * gst/volenv/volenv.vcproj
16021         * gst/volume/volume.vcproj
16022         * gst/wavenc/wavenc.vcproj
16023         * gst/wavparse/wavparse.vcproj
16024         * gst/y4m/y4menc.vcproj
16025         * gst-libs/gst/audio/audio.vcproj
16026         * gst-libs/gst/audio/audiofilter.vcproj
16027         * gst-libs/gst/colorbalance/colorbalance.vcproj
16028         * gst-libs/gst/idct/idtc.vcproj
16029         * gst-libs/gst/media-info/media-info.vcproj
16030         * gst-libs/gst/mixer/mixer.vcproj
16031         * gst-libs/gst/navigation/navigation.vcproj
16032         * gst-libs/gst/play/play.vcproj
16033         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16034         * gst-libs/gst/resample/resample.vcproj
16035         * gst-libs/gst/riff/riff.vcproj
16036         * gst-libs/gst/tuner/tuner.vcproj
16037         * gst-libs/gst/video/video.vcproj
16038         * gst-libs/gst/xoverlay/xoverlay.vcproj
16039           avoid problems with math.h, fix release dependancy
16040           rename GStreamer-0.8.lib to libgstreamer.lib
16041
16042 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16043
16044         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16046         the atom is not available we have to unlock the mutex. Fixes #148023
16047
16048 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16049
16050         * gst-libs/gst/media-info/media-info.h:
16051           issue for a vararg macro with MSVC
16052
16053 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16054
16055         * gst/effectv/effectv.vcproj
16056         * gst-libs/gst/idct/idct.vcproj:
16057         * gst-libs/gst/media-info/media-info.vcproj:
16058         * gst-libs/gst/navigation/navigation.vcproj:
16059         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16060         * gst-libs/gst/video/video.vcproj:
16061         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16062           fixes for build problems
16063
16064 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16065
16066         * gst-libs/gst/audio/audio.def:
16067         * gst-libs/gst/audio/riff.def:
16068           add some definitions needed by plugins
16069
16070 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16071
16072         * gst/asfdemux/gstasfmux.c
16073           Fix some 64 bits constants to be glib friendly
16074
16075 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16076
16077         * gst/ac3parse/gstac3parse.c
16078         * gst/audioscale/gstaudioscale.c
16079         * gst/auparse/gstauparse.c
16080         * gst/colorspace/gstcolorspace.c
16081         * gst/colorspace/yuv2rgb.h
16082           local include fixes
16083
16084 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16085
16086         * win32/gst.sln
16087           add more plugins to the build
16088
16089 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16090
16091         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16092         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16093
16094 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16095
16096         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16097         (gst_level_set_property), (gst_level_get_property),
16098         (gst_level_base_init), (gst_level_class_init):
16099           add debugging categories.  cleanups.
16100
16101 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16102
16103         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16104         (gst_videoscale_planar411), (gst_videoscale_planar400),
16105         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16106         (gst_videoscale_scale_nearest_str1),
16107         (gst_videoscale_scale_nearest_str2),
16108         (gst_videoscale_scale_nearest_str4),
16109         (gst_videoscale_scale_nearest_16bit),
16110         (gst_videoscale_scale_nearest_24bit):
16111           fixed stride issues
16112           tested with 320x240 -> 321, 322, 324 x240
16113           tested with YV12, I420, YUY2, UYVY
16114           fixed packed422rev (don't think it could have worked before)
16115           by testing with UYVY
16116
16117 2004-07-26  Benjamin Otte  <otte@gnome.org>
16118
16119         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16120         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16121         (plugin_init):
16122           add debugging category, add error checks like checking return values
16123           of setup calls, make sure it still works after
16124           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16125
16126 2004-07-26  Wim Taymans  <wim@fluendo.com>
16127
16128         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16129         (gst_mpeg_demux_get_audio_stream),
16130         (gst_mpeg_demux_process_private):
16131         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16132         Check for error codes from the negotiation functions. Make sure
16133         we really set the pad caps when a new pad is created.
16134
16135 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16136
16137         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16138         (gst_ffmpeg_caps_to_pix_fmt):
16139         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16140         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16141         (gst_ffmpegcolorspace_pad_link):
16142           don't make function do two things at the same time without reason.
16143
16144 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16145
16146         * gst/ac3parse/ac3parse.vcproj
16147         * gst/adder/adder.vcproj
16148         * gst/alpha/alpha.vcproj
16149         * gst/alpha/alphacolor.vcproj
16150         * gst/asfdemux/asf.vcproj
16151         * gst/audioconvert/audioconvert.vcproj
16152         * gst/audiorate/audiorate.vcproj
16153         * gst/audioscale/audioscale.vcproj
16154         * gst/auparse/auparse.vcproj
16155         * gst/avi/avi.vcproj
16156         * gst/cdxaparse/cdxaparse.vcproj
16157         * gst/chart/chart.vcproj
16158         * gst/colorspace/colorspace.vcproj
16159         * gst/cutter/cutter.vcproj
16160         * gst/debug/debug.vcproj
16161         * gst/debug/efence.vcproj
16162         * gst/debug/navigationtest.vcproj
16163         * gst/deinterlace/deinterlace.vcproj
16164         * gst/effectv/effectv.vcproj
16165         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16166         * gst/filter/filter.vcproj
16167         * gst/flx/flxdec.vcproj
16168         * gst/goom/goom.vcproj
16169         * gst/interleave/interleave.vcproj
16170         * gst/law/alaw.vcproj
16171         * gst/law/mulaw.vcproj
16172         * gst/matroska/matroska.vcproj
16173         * gst/median/median.vcproj
16174         * gst/mixmatrix/mixmatrix.vcproj
16175         * gst/mpeg1sys/mpeg1systemencode.vcproj
16176         * gst/mpeg1videoparse/mp1videoparse.vcproj
16177         * gst/mpeg2sub/mpeg2subt.vcproj
16178         * gst/mpegaudio/mpegaudio.vcproj
16179         * gst/mpegaudioparse/mpegaudioparse.vcproj
16180         * gst/mpegstream/mpegstream.vcproj
16181         * gst/multifilesink/multifilesink.vcproj
16182         * gst/multipart/multipart.vcproj
16183         * gst/oneton/oneton.vcproj
16184         * gst/overlay/overlay.vcproj
16185         * gst/passthrough/passthrough.vcproj
16186         * gst/qtdemux/qtdemux.vcproj
16187         * gst/realmedia/rmdemux.vcproj
16188         * gst/rtjpeg/rtjpeg.vcproj
16189         * gst/rtp/rtp.vcproj
16190         * gst/silence/silence.vcproj
16191         * gst/sine/sinesrc.vcproj
16192         * gst/smooth/smooth.vcproj
16193         * gst/smpte/smpte.vcproj
16194         * gst/spectrum/spectrum.vcproj
16195         * gst/speed/speed.vcproj
16196         * gst/stereo/stereo.vcproj
16197         * gst/switch/switch.vcproj
16198         * gst/tags/tagedit.vcproj
16199         * gst/tcp/tcp.vcproj
16200         * gst/typefind/typefindfunctions.vcproj
16201         * gst/udp/udp.vcproj
16202         * gst/videobox/videobox.vcproj
16203         * gst/videocrop/videocrop.vcproj
16204         * gst/videodrop/videodrop.vcproj
16205         * gst/videofilter/gamma.vcproj
16206         * gst/videofilter/videobalance.vcproj
16207         * gst/videofilter/videofilter.vcproj
16208         * gst/videofilter/videoflip.vcproj
16209         * gst/videoflip/videoflip.vcproj
16210         * gst/videomixer/videomixer.vcproj
16211         * gst/videorate/videorate.vcproj
16212         * gst/videoscale/videoscale.vcproj
16213         * gst/videotestsrc/videotestsrc.vcproj
16214         * gst/virtualdub/virtualdub.vcproj
16215         * gst/volenv/volenv.vcproj
16216         * gst/volume/volume.vcproj
16217         * gst/wavenc/wavenc.vcproj
16218         * gst/wavparse/wavparse.vcproj
16219         * gst/y4m/y4menc.vcproj
16220           more plugins supported under windows
16221
16222 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16223
16224         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16225         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16226         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16228         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16229           Add debugging statements.  Use the sizes as returned by the
16230           *CreateImage calls.
16231
16232 2004-07-26  Johan Dahlin  <johan@gnome.org>
16233
16234         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16235         the pad is negotiated.
16236
16237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16238
16239 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16240
16241         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16242         * gst-libs/gst/idct/idct.vcproj:
16243         * gst-libs/gst/media-info/media-info.vcproj:
16244         * gst-libs/gst/mixer/mixer.vcproj:
16245         * gst-libs/gst/navigation/navigation.vcproj:
16246         * gst-libs/gst/play/play.vcproj:
16247         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16248         * gst-libs/gst/resample/resample.vcproj:
16249         * gst-libs/gst/tuner/tuner.vcproj:
16250         * gst-libs/gst/video/video.vcproj:
16251         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16252           more plugins supported under windows
16253
16254 2004-07-25 Iain <iain@prettypeople.org>
16255
16256         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16257         pad now rather than when the pad is created because state changes wipe
16258         explicit caps (fixes #148043).
16259
16260 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16261
16262         reviewed by Benjamin Otte  <otte@gnome.org>
16263
16264         * ext/mad/gstmad.c:
16265           fix mad plugin crashing on Sun (fixes #148289)
16266
16267 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16268
16269         * gst/avi/avi.def:
16270         * gst/avi/avi.vcproj:
16271         * gst/matroska/matroska.def:
16272         * gst/matroska/matroska.vcproj:
16273           remove unused .def files
16274
16275 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16276
16277         * gst-libs/gst/audio/gstaudiofilter.c:
16278           Clean the local include
16279
16280 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16281
16282         * win32/gst.sln:
16283         * gst-libs/gst/audio/audio.def:
16284         * gst-libs/gst/audio/audio.vcproj:
16285         * gst-libs/gst/audio/audiofilter.vcproj:
16286         * gst-libs/gst/audio/riff.def:
16287         * gst-libs/gst/audio/riff.vcproj:
16288         * gst-libs/gst/gst-libs.def:
16289         * gst-libs/gst/gst-libs.vcproj:
16290         * gst/avi/avi.vcproj:
16291         * gst/avi/avi.vcproj:
16292           Copy the files where needed after building, cleaner projects
16293
16294 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16295
16296         * gst/matroska/ebml-write.c:
16297           Fix some 64 bits constants to be glib friendly
16298
16299 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16300
16301         * win32/gst.sln:
16302         * gst-libs/gst/gst-libs.def:
16303         * gst-libs/gst/gst-libs.vcproj:
16304         * gst/matroska/matroska.def:
16305         * gst/matroska/matroska.vcproj:
16306           Add the preliminary canvas to build plugins on Win32
16307
16308 2004-07-23  Benjamin Otte  <otte@gnome.org>
16309
16310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16311           don't enfore negotiation from source side, it breaks
16312           sinesrc ! audioconvert ! osssink
16313
16314 2004-07-22  David Schleef  <ds@schleef.org>
16315
16316         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16317         for ELF files, since they can easily be recognized as audio/mpeg.
16318         (bug #147441)
16319
16320 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16321
16322         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16323         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16324         (gst_videoscale_scale_nearest_24bit),
16325         (gst_videoscale_scale_nearest_16bit):
16326           fix 16bit and 24bit for stride (24bit might need testing)
16327           don't pretend we do more than one algorithm
16328
16329 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16330
16331         * configure.ac:
16332         * gst/Makefile.am:
16333         * gst/multifilesink/Makefile.am:
16334         * gst/multifilesink/gstmultifilesink.c:
16335         (gst_multifilesink_get_formats),
16336         (gst_multifilesink_get_query_types), (_do_init),
16337         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16338         (gst_multifilesink_init), (gst_multifilesink_dispose),
16339         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16340         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16341         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16342         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16343         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16344         (gst_multifilesink_uri_get_type),
16345         (gst_multifilesink_uri_get_protocols),
16346         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16347         (gst_multifilesink_uri_handler_init), (plugin_init):
16348         * gst/multifilesink/gstmultifilesink.h:
16349         * testsuite/Makefile.am:
16350         * testsuite/multifilesink/Makefile.am:
16351         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16352         (gst_newmedia_class_init), (gst_newmedia_init),
16353         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16354         (newfile_signal), (test_signal), (main):
16355         multifilesink plugin for creating new files every time a new media
16356         discontinuity event occurs
16357
16358 2004-07-22  Wim Taymans  <wim@fluendo.com>
16359
16360         * gst/alpha/Makefile.am:
16361         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16362         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16363         (gst_alpha_color_init), (gst_alpha_color_set_property),
16364         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16365         (transform), (gst_alpha_color_chain),
16366         (gst_alpha_color_change_state), (plugin_init):
16367         Stupid plugin to to RGBA to AYUV conversion because none of
16368         the colorspace plugins can handle that yet.
16369
16370 2004-07-22  Wim Taymans  <wim@fluendo.com>
16371
16372         * examples/seeking/seek.c: (update_scale), (main):
16373         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16374         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16375         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16376         (gst_decode_bin_init), (gst_decode_bin_dispose),
16377         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16378         (no_more_pads), (close_link), (type_found),
16379         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16380         (plugin_init):
16381         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16382         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16383         (gst_play_base_bin_dispose), (queue_overrun),
16384         (gen_preroll_element), (remove_prerolls), (unknown_type),
16385         (no_more_pads), (new_stream), (setup_source),
16386         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16387         (play_base_eos), (gst_play_base_bin_change_state),
16388         (gst_play_base_bin_add_element),
16389         (gst_play_base_bin_remove_element),
16390         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16391         (gst_play_base_bin_unlink_stream),
16392         (gst_play_base_bin_get_streaminfo):
16393         * gst/playback/gstplaybin.c: (gen_video_element),
16394         (gen_audio_element):
16395         * gst/playback/gststreaminfo.h:
16396         More playback updates, attempt to fix things after the state change
16397         breakage.
16398
16399 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16400
16401         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16402         (gst_videoscale_scale_nearest_16bit):
16403           comment algorithm
16404
16405 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16406
16407         * gst/videotestsrc/gstvideotestsrc.c:
16408         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16409         (gst_videotestsrc_init), (gst_videotestsrc_get),
16410         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16411         (gst_videotestsrc_get_property):
16412         * gst/videotestsrc/gstvideotestsrc.h:
16413         * gst/videotestsrc/videotestsrc.c:
16414         * gst/videotestsrc/videotestsrc.h:
16415           cleanup and commenting
16416
16417 2004-07-21  Wim Taymans  <wim@fluendo.com>
16418
16419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16420         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16421         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16422         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16423         (_find_chain_get_unknown_part), (_find_streams_check),
16424         (gst_ogg_demux_push), (gst_ogg_pad_push):
16425         * ext/theora/theoradec.c: (theora_get_formats),
16426         (theora_dec_src_convert), (theora_dec_sink_convert),
16427         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16428         (theora_dec_chain):
16429         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16430         (vorbis_dec_convert), (vorbis_dec_src_query),
16431         (vorbis_dec_src_event), (vorbis_dec_event):
16432         More seeking fixes, oggdemux now supports seeking to time and
16433         uses the downstream element to convert granulepos to time.
16434         Seeking in theora-only ogg files now works.
16435
16436 2004-07-21  Wim Taymans  <wim@fluendo.com>
16437
16438         * ext/theora/theoradec.c: (gst_theora_dec_init),
16439         (theora_get_formats), (theora_get_event_masks),
16440         (theora_get_query_types), (theora_dec_src_convert),
16441         (theora_dec_sink_convert), (theora_dec_src_query),
16442         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16443         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16444         (vorbis_get_event_masks), (vorbis_get_query_types),
16445         (gst_vorbis_dec_init), (vorbis_dec_convert),
16446         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16447         Added query/convert/formats functions to vorbis and theora decoders
16448         so that the outside world can use them too. Fixed seeking on an
16449         ogg/theora/vorbis file by disabling the seeking seeking on the
16450         theora srcpad.
16451
16452 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16453
16454         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16455         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16456         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16457         images creation for both elements. We don't create the image on caps
16458         nego or renego, we just destroy the internal one if present if it does
16459         not match the needs. The chain function takes care of creating a new
16460         image when needed.
16461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16462         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16463         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16464         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16465         the image format information. The buffer pool checks for the context
16466         image format and discard images with different formats.
16467         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16468
16469 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16470
16471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16472         (gst_ffmpegcolorspace_chain):
16473           no point in doing any chaining if the pad we want to push from
16474           isn't usable.
16475
16476 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16477
16478         * gst-libs/gst/riff/riff-media.c:
16479         (gst_riff_create_audio_caps_with_data):
16480           Fix double end-to-native symbol conversion (#148021).
16481
16482 2004-07-20  David Schleef  <ds@schleef.org>
16483
16484         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16485         Don't use an Atom that doesn't exist.
16486
16487 2004-07-20  Wim Taymans  <wim@fluendo.com>
16488
16489         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16490         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16491         (gst_multifdsink_client_remove),
16492         (gst_multifdsink_handle_client_write),
16493         (gst_multifdsink_queue_buffer):
16494         * gst/tcp/gstmultifdsink.h:
16495         More multifdsink stats. Avoid deadlock by releasing locks
16496         before sending out a signal.
16497
16498 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16499
16500         * po/LINGUAS:
16501         * po/hu.po:
16502           added Hungarian translation (Laszlo Dvornik)
16503
16504 2004-07-20  Wim Taymans  <wim@fluendo.com>
16505
16506         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16507         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16508         (gst_multifdsink_handle_client_write),
16509         (gst_multifdsink_queue_buffer):
16510         * gst/tcp/gsttcp-marshal.list:
16511         Fixed the stupid marshal definition.
16512
16513 2004-07-20  Wim Taymans  <wim@fluendo.com>
16514
16515         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16516         (gst_multifdsink_init), (gst_multifdsink_add),
16517         (gst_multifdsink_client_remove),
16518         (gst_multifdsink_handle_client_write),
16519         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16520         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16521         (gst_multifdsink_init_send):
16522         * gst/tcp/gstmultifdsink.h:
16523         Added more stats, added timeout for a client, fixed some typos
16524         and added some comments.
16525
16526 2004-07-20  Wim Taymans  <wim@fluendo.com>
16527
16528         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16529         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16530         (gst_multifdsink_client_remove),
16531         (gst_multifdsink_handle_client_write):
16532         * gst/tcp/gstmultifdsink.h:
16533         * gst/tcp/gsttcp-marshal.list:
16534         Added get_stats method that returns a GValueArray of
16535         stats values.
16536
16537 2004-07-19  Benjamin Otte  <otte@gnome.org>
16538
16539         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16540           make sure longname, description and author are valid UTF-8
16541
16542 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16543
16544         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16545         (gst_ximagesink_set_property):
16546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16547         (gst_xvimagesink_set_property):
16548           make sure SYNCHRONOUS is respected after getting the X context
16549
16550 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16551
16552         * gst/matroska/matroska-demux.c:
16553         (gst_matroska_demux_handle_src_event),
16554         (gst_matroska_demux_parse_blockgroup):
16555         * gst/matroska/matroska-ids.h:
16556           add BlockReference tag and ignore it to clear out log.
16557           ignore NAVIGATION events to clear out log.
16558
16559 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16560
16561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16562         (gst_matroska_demux_add_stream):
16563         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16564           add debug categories
16565
16566 2004-07-16  Wim Taymans  <wim@fluendo.com>
16567
16568         * ext/libpng/Makefile.am:
16569         * ext/libpng/gstpng.c: (plugin_init):
16570         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16571         (gst_pngdec_get_type), (gst_pngdec_base_init),
16572         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16573         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16574         * ext/libpng/gstpngdec.h:
16575         Added png decoder.
16576
16577 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16578
16579         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16580         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16581         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16582         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16583         (gst_ximagesink_buffer_alloc):
16584         * sys/ximage/ximagesink.h:
16585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16586         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16587         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16588         (gst_xvimagesink_buffer_alloc):
16589         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16590         again. Using internal data pointer of the x(v)image to store image's
16591         data to be coherent with the buffer alloc mechanism. Investigated the
16592         image destruction code to be sure that everything gets freed correctly.
16593
16594 2004-07-16  Wim Taymans  <wim@fluendo.com>
16595
16596         * gst-libs/gst/riff/riff-read.c:
16597         (gst_riff_read_strf_vids_with_data),
16598         (gst_riff_read_strf_auds_with_data):
16599         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16600         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16601         Make sure we don't create 0 sized subbuffers in riff-read.
16602         Signal the no more pads signal after reading the avi header.
16603
16604 2004-07-16  Wim Taymans  <wim@fluendo.com>
16605
16606         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16607         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16608         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16609         (gst_decode_bin_init), (gst_decode_bin_dispose),
16610         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16611         (no_more_pads), (close_link), (type_found),
16612         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16613         (gst_decode_bin_change_state), (plugin_init):
16614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16615         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16616         (gst_play_base_bin_dispose), (queue_overrun),
16617         (gen_preroll_element), (remove_prerolls), (unknown_type),
16618         (no_more_pads), (new_stream), (setup_source),
16619         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16620         (play_base_eos), (gst_play_base_bin_change_state),
16621         (gst_play_base_bin_add_element),
16622         (gst_play_base_bin_remove_element),
16623         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16624         (gst_play_base_bin_unlink_stream),
16625         (gst_play_base_bin_get_streaminfo):
16626         * gst/playback/gstplaybasebin.h:
16627         Better error recovery. Added configurable preroll queue size. Faster
16628         detection of no-more-pads.
16629
16630 2004-07-16  Wim Taymans  <wim@fluendo.com>
16631
16632         * gst-libs/gst/video/video.h:
16633         Added 32 bits RGBA. Not sure if we should use another mime-type
16634         for alpha rgb. Currently the presence of the alpha_mask property
16635         signals an alpha channel.
16636
16637 2004-07-16  Wim Taymans  <wim@fluendo.com>
16638
16639         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16641         FPS seems to be 0.0 to MAX everywhere else.
16642
16643 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16644
16645         * gst-libs/gst/riff/riff-media.c:
16646         (gst_riff_create_video_caps_with_data):
16647           mp42/mp43 (no caps) exist too.
16648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16649           Set pixel_width/height; we've got them in-caps.
16650         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16651         * gst/wavparse/gstwavparse.c: (plugin_init):
16652           Both are valid primary.
16653         * sys/oss/gstossmixer.c:
16654           Remove i18n hack and enable translations.
16655
16656 2004-07-15  Benjamin Otte  <otte@gnome.org>
16657
16658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16659         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16660           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16661
16662 2004-07-15  Benjamin Otte  <otte@gnome.org>
16663
16664         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16665         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16666         (gst_alsa_close_audio):
16667           disable some of the debugging code for now. Writing debugging to a
16668           buffer is broken in current alsalib releases.
16669
16670 2004-07-12  Benjamin Otte  <otte@gnome.org>
16671
16672         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16673           use bufferpools
16674
16675 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16676
16677         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16678         (theora_dec_src_query), (theora_dec_event):
16679         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16680           add debugging categories.  Remove \n's.
16681
16682 2004-07-13  Johan Dahlin  <johan@gnome.org>
16683
16684         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16685         (gst_play_bin_get_property): Impl.
16686
16687 2004-07-13  Wim Taymans  <wim@fluendo.com>
16688
16689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16690         When trying to find the stream length, seek back N pages
16691         instead of just one, where N is the number of streams in
16692         the current chain.
16693
16694 2004-07-13  Wim Taymans  <wim@fluendo.com>
16695
16696         * gst-libs/gst/riff/riff-media.c:
16697         (gst_riff_create_audio_caps_with_data),
16698         (gst_riff_create_audio_caps),
16699         (gst_riff_create_audio_template_caps):
16700         * gst-libs/gst/riff/riff-media.h:
16701         * gst-libs/gst/riff/riff-read.c:
16702         (gst_riff_read_strf_vids_with_data),
16703         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16704         * gst-libs/gst/riff/riff-read.h:
16705         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16706         (gst_avi_demux_add_stream):
16707         Set codec_data on caps for avidemuxer.
16708
16709 2004-07-12  David Schleef  <ds@schleef.org>
16710
16711         * configure.ac: Fix test for Objective C
16712
16713 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16714         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16715         (gst_gdk_pixbuf_chain):
16716           Add svg and pcx to template caps, and ensure that getcaps returns a
16717           subset of the template caps.
16718           Copy each row manually for output, as gdkpixbuf may pad the
16719           rowstride to a 32-bit word boundary.
16720
16721 2004-07-12  Wim Taymans  <wim@fluendo.com>
16722
16723         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16724         (gst_riff_create_video_template_caps):
16725         Fix the template caps to include some more media types.
16726
16727 2004-07-12  Wim Taymans  <wim@fluendo.com>
16728
16729         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16730         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16731         (compare_ranks), (print_feature), (gst_decode_bin_init),
16732         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16733         (try_to_link_1), (new_pad), (close_link), (type_found),
16734         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16735         (gst_decode_bin_change_state), (plugin_init):
16736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16737         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16738         (gst_play_base_bin_dispose), (queue_overrun),
16739         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16740         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16741         (gst_play_base_bin_get_property), (play_base_eos),
16742         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16743         (gst_play_base_bin_remove_element),
16744         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16745         (gst_play_base_bin_unlink_stream),
16746         (gst_play_base_bin_get_streaminfo):
16747         * gst/playback/gstplaybasebin.h:
16748         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16749         (gst_play_bin_class_init), (gst_play_bin_init),
16750         (gst_play_bin_dispose), (gst_play_bin_set_property),
16751         (gst_play_bin_get_property), (gen_video_element),
16752         (gen_audio_element), (remove_sinks), (setup_sinks),
16753         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16754         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16755         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16756         (gst_play_bin_query), (plugin_init):
16757         * gst/playback/test4.c: (main):
16758         More fixes on reusing of the element.
16759
16760 2004-07-11  Benjamin Otte  <otte@gnome.org>
16761
16762         * ext/mad/gstmad.c: (normal_seek):
16763           allow seeking for other methods than just SET
16764
16765 2004-07-11  Andy Wingo  <wingo@pobox.com>
16766
16767         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16768         float, "any" caps -> buffer_frames=[0,MAX].
16769
16770         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16771         doesn't intersect our caps with the template any more. Do it
16772         ourselves.
16773         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16774
16775 2004-07-09  Wim Taymans  <wim@fluendo.com>
16776
16777         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16778         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16779         (compare_ranks), (print_feature), (gst_decode_bin_init),
16780         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16781         (try_to_link_1), (new_pad), (close_link), (type_found),
16782         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16783         (gst_decode_bin_change_state), (plugin_init):
16784         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16785         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16786         (gst_play_base_bin_dispose), (queue_overrun),
16787         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16788         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16789         (gst_play_base_bin_get_property), (play_base_eos),
16790         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16791         (gst_play_base_bin_remove_element),
16792         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16793         (gst_play_base_bin_unlink_stream),
16794         (gst_play_base_bin_get_streaminfo):
16795         * gst/playback/gstplaybasebin.h:
16796         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16797         (gst_play_bin_class_init), (gst_play_bin_init),
16798         (gst_play_bin_dispose), (gst_play_bin_set_property),
16799         (gst_play_bin_get_property), (gen_video_element),
16800         (gen_audio_element), (remove_sinks), (setup_sinks),
16801         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16802         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16803         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16804         (gst_play_bin_query), (plugin_init):
16805         * gst/playback/test4.c: (main):
16806         Work on object reuse and seeking.
16807
16808 2004-07-09  Wim Taymans  <wim@fluendo.com>
16809
16810         * examples/seeking/seek.c: (iterate):
16811         Don't consume all CPU in the idle loop.
16812
16813 2004-07-09  Wim Taymans  <wim@fluendo.com>
16814
16815         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16816         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16817         Add pad to element *after* setting the pad functions so that
16818         the scheduler can use the correct ones.
16819
16820 2004-07-09  Wim Taymans  <wim@fluendo.com>
16821
16822         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16823         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16824         Sync to keyframe after seek
16825
16826 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16827
16828         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16830         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16831         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16832         * ext/libvisual/visual.c: (gst_visual_change_state):
16833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16834         * ext/theora/theoradec.c: (theora_dec_change_state):
16835         * ext/theora/theoraenc.c: (theora_enc_change_state):
16836         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16837         * gst-libs/gst/navigation/navigation.c:
16838         * gst/adder/gstadder.c: (gst_adder_change_state):
16839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16840         (gst_audio_convert_get_buffer):
16841         * gst/multipart/multipartdemux.c:
16842         (gst_multipart_demux_change_state):
16843         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16845         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16846         * gst/videoscale/gstvideoscale.c:
16847         (gst_videoscale_handle_src_event):
16848         * gst/volume/gstvolume.c: (volume_chain_int16):
16849           don't assert in state change, this should be done by the base
16850           GstElement class.
16851           various debugging fixes.
16852
16853 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16854
16855         * configure.ac:
16856         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16857         (gst_play_dispose), (gst_play_set_location),
16858         (gst_play_set_data_src), (gst_play_set_video_sink),
16859         (gst_play_set_audio_sink), (gst_play_set_visualization),
16860         (gst_play_connect_visualization), (gst_play_get_sink_element),
16861         (gst_play_get_all_by_interface):
16862         * gst-libs/gst/play/play.h:
16863           add new method to get elements implementing an interface.
16864           add various error logging
16865
16866 2004-07-08  Wim Taymans  <wim@fluendo.com>
16867
16868         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16869         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16870         (make_playerbin_pipeline), (query_durations_elems),
16871         (query_durations_pads), (query_positions_elems),
16872         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16873         (main):
16874         Added playbin seeking example.
16875
16876 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16877
16878         * gst-libs/gst/play/play.c: (gst_play_set_location),
16879         (gst_play_set_data_src), (gst_play_set_video_sink),
16880         (gst_play_set_audio_sink), (gst_play_set_visualization),
16881         (gst_play_connect_visualization), (gst_play_get_framerate):
16882           use a macro to look up elements from hash table
16883
16884 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16885
16886         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16887         (gst_play_get_length_callback), (gst_play_set_location),
16888         (gst_play_seek_to_time), (gst_play_set_data_src),
16889         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16890         (gst_play_set_visualization), (gst_play_connect_visualization),
16891         (gst_play_get_sink_element):
16892         - add debugging info
16893         - fix looking up sink elements by iterating over complete caps
16894         - put everything except for source and autoplugger in a complete bin
16895
16896 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16897
16898         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16900         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16901         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16902         * ext/alsa/gstalsasink.h:
16903         - add debugging info
16904         - clean up schizophrenia of data/buffer/event
16905         - fix double event unref error
16906
16907 2004-07-08  Wim Taymans  <wim@fluendo.com>
16908
16909         * gst/playback/Makefile.am:
16910         Add headers to noinst
16911
16912 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16913
16914         * tools/gst-launch-ext-m.m:
16915         * tools/gst-launch-ext.1.in:
16916           convert to the third millenium
16917
16918 2004-07-07  David Schleef  <ds@schleef.org>
16919
16920         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16921
16922 2004-07-07  Wim Taymans  <wim@fluendo.com>
16923
16924         * gst/playback/Makefile.am:
16925         * gst/playback/README:
16926         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16927         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16928         (compare_ranks), (print_feature), (gst_decode_bin_init),
16929         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16930         (try_to_link_1), (new_pad), (close_link), (type_found),
16931         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16932         (plugin_init):
16933         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16934         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16935         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16936         (gen_preroll_element), (no_more_pads), (new_stream),
16937         (setup_source), (gst_play_base_bin_set_property),
16938         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16939         (gst_play_base_bin_add_element),
16940         (gst_play_base_bin_remove_element),
16941         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16942         (gst_play_base_bin_unlink_stream),
16943         (gst_play_base_bin_get_streaminfo):
16944         * gst/playback/gstplaybasebin.h:
16945         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16946         (gst_play_bin_class_init), (gst_play_bin_init),
16947         (gst_play_bin_dispose), (gst_play_bin_set_property),
16948         (gst_play_bin_get_property), (gen_video_element),
16949         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16950         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16951         (gst_play_bin_get_formats), (gst_play_bin_convert),
16952         (gst_play_bin_get_query_types), (gst_play_bin_query),
16953         (plugin_init):
16954         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16955         (gst_stream_info_get_type), (gst_stream_info_class_init),
16956         (gst_stream_info_init), (gst_stream_info_new),
16957         (gst_stream_info_dispose), (gst_stream_info_set_property),
16958         (gst_stream_info_get_property):
16959         * gst/playback/gststreaminfo.h:
16960         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16961         (main):
16962         * gst/playback/test2.c: (main):
16963         * gst/playback/test3.c: (update_scale), (main):
16964         More playbin fixes. Added README. Do better element filtering.
16965         Added base class to preroll media. Added test apps.
16966
16967 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16968
16969         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16970         * ext/mpeg2dec/gstmpeg2dec.h:
16971           various debugging improvements.  Reset stream to next picture
16972           instead of sequence header, otherwise seeks cannot work.
16973
16974 2004-07-07  Wim Taymans  <wim@fluendo.com>
16975
16976         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16977         (gst_video_box_class_init), (gst_video_box_set_property),
16978         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16979         Use pad_alloc where possible.
16980
16981 2004-07-07  Wim Taymans  <wim@fluendo.com>
16982
16983         * sys/oss/gstosselement.c: (gst_osselement_reset),
16984         (gst_osselement_parse_caps):
16985         * sys/oss/gstosselement.h:
16986         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16987         Fix offset on osssrc.
16988
16989 2004-07-07  Wim Taymans  <wim@fluendo.com>
16990
16991         * ext/theora/theora.c: (plugin_init):
16992         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16993         (theora_dec_src_query), (theora_dec_chain):
16994         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16995         (theora_enc_sink_link), (theora_buffer_from_packet),
16996         (theora_push_packet), (theora_enc_chain):
16997         Fix theora granulepos calculation.
16998         Fix overflow in duration/position calculation.
16999         Bump rank to PRIMARY for theoradec.
17000         Use granulepos of last packet to calculate position.
17001         Set keyframe flag on buffers when needed.
17002
17003 2004-07-06  David Schleef  <ds@schleef.org>
17004
17005         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17006         serious?  (Fixed, obviously.)
17007
17008 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17009
17010         * po/LINGUAS:
17011         * po/cs.po:
17012           added Czech translation (Miloslav Trmac)
17013
17014 2004-07-05  Wim Taymans  <wim@fluendo.com>
17015
17016         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17017         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17018         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17019         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17020         (close_link), (type_found), (gst_decode_bin_set_property),
17021         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17022         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17023         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17024         (gst_decode_bin_query), (plugin_init):
17025         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17026         (gst_play_bin_class_init), (gst_play_bin_init),
17027         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17028         (get_video_element), (new_pad), (setup_source),
17029         (gst_play_bin_set_property), (gst_play_bin_get_property),
17030         (gst_play_bin_change_state), (gst_play_bin_add_element),
17031         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17032         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17033         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17034         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17035         * gst/playback/test.c: (main):
17036         More fixes, cleaned up playbin, make it use decodebin. Added
17037         threaded property to playbin.
17038
17039 2004-07-05  Wim Taymans  <wim@fluendo.com>
17040
17041         * configure.ac:
17042         * gst/playback/Makefile.am:
17043         * gst/playback/decodetest.c: (main):
17044         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17045         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17046         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17047         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17048         (close_link), (type_found), (gst_decode_bin_set_property),
17049         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17050         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17051         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17052         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17053         (plugin_init):
17054         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17055         (gst_play_bin_class_init), (gst_play_bin_init),
17056         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17057         (collect_sink_pads), (find_compatibles), (close_pad_link),
17058         (try_to_link_1), (new_pad), (close_link), (type_found),
17059         (setup_source), (gst_play_bin_set_property),
17060         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17061         (compare_ranks), (gst_play_bin_collect_factories),
17062         (gst_play_bin_change_state), (gst_play_bin_add_element),
17063         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17064         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17065         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17066         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17067         * gst/playback/test.c: (main):
17068         Added some playback helper elements and some test apps, very alpha
17069         still.
17070
17071 2004-07-04  Benjamin Otte  <otte@gnome.org>
17072
17073         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17074           only restart audio when we indeed have an xrun to fix repeated
17075           xruns. Fix suggested by Giuliano Pochini.
17076
17077 2004-07-03  David Schleef  <ds@schleef.org>
17078
17079         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17080         call to gst_debug_log() if debugging is disabled (bug #145118)
17081
17082 2004-07-03  Benjamin Otte  <otte@gnome.org>
17083
17084         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17085           use our own functions for restarting the alsa device.
17086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17087           I should apply patches myself - use MIN for the third argument, not
17088           the second, this fixes seeking
17089
17090 2004-07-02  David Schleef  <ds@schleef.org>
17091
17092         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17093         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17094         do with the logic.
17095
17096 2004-07-02  David Schleef  <ds@schleef.org>
17097
17098         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17099         output buffers.  Fix logic mistake.  (bug #144866)
17100
17101 2004-07-02  David Schleef  <ds@schleef.org>
17102
17103         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17104         on X.  (bug #144753)
17105
17106 2004-07-02  David Schleef  <ds@schleef.org>
17107
17108         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17109         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17110         (bug #144624)
17111         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17112         (gst_osselement_rate_probe_check): Add another workaround for
17113         buggy drivers (bug #145336)
17114
17115 2004-07-02  David Schleef  <ds@schleef.org>
17116
17117         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17118         Most systems don't have MSG_NOSIGNAL.
17119
17120 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17121
17122         * Makefile.am:
17123         * gst-libs/gst/colorbalance/Makefile.am:
17124         * gst-libs/gst/mixer/Makefile.am:
17125         * gst-libs/gst/play/Makefile.am:
17126         * gst-libs/gst/tuner/Makefile.am:
17127           (hopefully) fix both install and dist and make error message useful.
17128           needs testing across automakes.
17129
17130 2004-07-02  Benjamin Otte  <otte@gnome.org>
17131
17132         * ext/ogg/gstogg.c: (plugin_init):
17133           we require bytestream now
17134         * ext/ogg/gstoggdemux.c:
17135           huge diff to implement chain setup in a fast and generic way. This
17136           improves tag reading and startup of huge files (read: Theora videos)
17137           quite a bit. It probably contains bugs, too, so please test.
17138           Seeking is not improved to the fast method.
17139
17140 2004-06-29  Wim Taymans  <wim@fluendo.com>
17141
17142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17143         * ext/ogg/gstoggmux.c:
17144         Fix memleak in oggdemux when running unconnected pads.
17145         doc update in mux, start working on keyframe mode.
17146
17147 2004-06-29  Benjamin Otte  <otte@gnome.org>
17148
17149         * sys/oss/gstosssink.c:
17150         * sys/oss/gstosssrc.c:
17151           advertise correct template caps - we indeed do non-native endianness
17152           and 8bit audio has no endianness
17153         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17155           avoid (wrong) duplications in getcaps function and return
17156           template caps
17157
17158 2004-06-29  Wim Taymans  <wim@fluendo.com>
17159
17160         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17161         (gst_multifdsink_class_init), (gst_multifdsink_add),
17162         (gst_multifdsink_remove), (gst_multifdsink_clear),
17163         (gst_multifdsink_client_remove),
17164         (gst_multifdsink_handle_client_read),
17165         (gst_multifdsink_client_queue_data),
17166         (gst_multifdsink_client_queue_caps),
17167         (gst_multifdsink_client_queue_buffer),
17168         (gst_multifdsink_handle_client_write),
17169         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17170         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17171         (gst_multifdsink_init_send), (gst_multifdsink_close):
17172         Fix wrong GList iteration that could crash the server when
17173         more then 2 clients disconnect at the same time. Read all the
17174         pending commands in one batch to recover from command storms under
17175         very heavy load.
17176
17177 2004-06-28  Wim Taymans  <wim@fluendo.com>
17178
17179         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17180         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17181         (gst_videomixer_pad_set_property),
17182         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17183         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17184         (gst_videomixer_class_init), (gst_videomixer_init),
17185         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17186         (pad_zorder_compare), (gst_videomixer_sort_pads),
17187         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17188         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17189         (gst_videomixer_update_queues), (gst_videomixer_loop),
17190         (plugin_init):
17191         Avoid divide by zero, choose masterpad as the pad with the highest
17192         framerate.
17193
17194 2004-06-27  Julien Moutte  <julien@moutte.net>
17195
17196         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17197         (gst_ximagesink_xwindow_new):
17198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17199         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17200         function directly. We might want to call it from somewhere else one day.
17201
17202 2004-06-27  Julien Moutte  <julien@moutte.net>
17203
17204         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17205         (gst_ximagesink_xwindow_new):
17206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17207         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17208         window decorations.
17209
17210 2004-06-27  Wim Taymans  <wim@fluendo.com>
17211
17212         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17213         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17214         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17215         (gst_dvdec_set_property), (gst_dvdec_get_property):
17216         * ext/dv/gstdvdec.h:
17217         Implement drop_factor property to lower the framerate with
17218         a factor.
17219
17220 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17221
17222         * gst-libs/gst/colorbalance/Makefile.am:
17223         * gst-libs/gst/mixer/Makefile.am:
17224         * gst-libs/gst/play/Makefile.am:
17225         * gst-libs/gst/tuner/Makefile.am:
17226           unbreak Company's fix that didn't install the -enum.h files
17227
17228 2004-06-27  Wim Taymans  <wim@fluendo.com>
17229
17230         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17231         (gst_dvdec_change_state):
17232         * ext/dv/gstdvdec.h:
17233         Fix timestamp, duration and offset of the buffers.
17234
17235 2004-06-27  Wim Taymans  <wim@fluendo.com>
17236
17237         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17238         (gst_multifdsink_class_init), (gst_multifdsink_add),
17239         (gst_multifdsink_remove), (gst_multifdsink_clear),
17240         (gst_multifdsink_client_remove),
17241         (gst_multifdsink_handle_client_read),
17242         (gst_multifdsink_client_queue_data),
17243         (gst_multifdsink_client_queue_caps),
17244         (gst_multifdsink_client_queue_buffer),
17245         (gst_multifdsink_handle_client_write),
17246         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17247         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17248         (gst_multifdsink_init_send), (gst_multifdsink_close):
17249         * gst/tcp/gstmultifdsink.h:
17250         * gst/tcp/gsttcpserversink.c:
17251         (gst_tcpserversink_handle_server_read),
17252         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17253         More multifdsink fixes, more recovery policy fixes.
17254         Removed stupid g_print
17255
17256 2004-06-26  Wim Taymans  <wim@fluendo.com>
17257
17258         * gst/tcp/Makefile.am:
17259         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17260         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17261         (gst_multifdsink_class_init), (gst_multifdsink_init),
17262         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17263         (gst_multifdsink_handle_client_read),
17264         (gst_multifdsink_client_queue_data),
17265         (gst_multifdsink_client_queue_caps),
17266         (gst_multifdsink_client_queue_buffer),
17267         (gst_multifdsink_handle_client_write),
17268         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17269         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17270         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17271         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17272         (gst_multifdsink_close), (gst_multifdsink_change_state):
17273         * gst/tcp/gstmultifdsink.h:
17274         * gst/tcp/gsttcpplugin.c: (plugin_init):
17275         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17276         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17277         (gst_tcpserversink_handle_server_read),
17278         (gst_tcpserversink_handle_select),
17279         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17280         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17281         * gst/tcp/gsttcpserversink.h:
17282         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17283         one of the locks, added recovery policy to multifdsink.
17284
17285 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17286
17287         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17288           fix decision for when getting frames with same timestamp
17289         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17290         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17291         (gst_v4lsrc_get_property):
17292         * sys/v4l/gstv4lsrc.h:
17293           add latency offset property
17294
17295 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17296
17297         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17298         (plugin_init):
17299           fix debugging. add category.
17300
17301 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17302
17303         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17304           fix wrong offsets
17305
17306 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17307
17308         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17309         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17310         (gst_alsa_src_change_state):
17311           return a time that is in sync with the element's processing
17312
17313 2004-06-25  Wim Taymans  <wim@fluendo.com>
17314
17315         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17316         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17317         (gst_tcpserversink_client_remove),
17318         (gst_tcpserversink_handle_client_read),
17319         (gst_tcpserversink_client_queue_data),
17320         (gst_tcpserversink_client_queue_caps),
17321         (gst_tcpserversink_client_queue_buffer),
17322         (gst_tcpserversink_handle_client_write),
17323         (gst_tcpserversink_queue_buffer),
17324         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17325         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17326         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17327         (gst_tcpserversink_close):
17328         * gst/tcp/gsttcpserversink.h:
17329         Serversink rewrite. Really do non blocking writes to clients and
17330         maintain an internal queue to handle slower clients while not
17331         disturbing fast clients.
17332
17333 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17334
17335         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17336           better debug, don't override OFFSET and OFFSET_END
17337
17338 2004-06-25  Iain <iain@prettypeople.org>
17339
17340         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17341         name=source for the wavparse pipeline.
17342
17343 2004-06-24  Johan Dahlin  <johan@gnome.org>
17344
17345         * ext/theora/theoraenc.c (theora_enc_chain): Call
17346         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17347         streamheader caps are set correctly.
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), (gst_vorbisenc_set_property):
17353           respect minimum bitrate; same could be done for max bitrate
17354
17355 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17356
17357         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17358         (gst_vorbisenc_setup):
17359           fix sample rate range
17360
17361 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17362
17363         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17364         (gst_oggvorbisenc_setup):
17365         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17366         (gst_vorbisenc_setup):
17367           resolve ambiguities in code and description
17368
17369 2004-06-24  Wim Taymans  <wim@fluendo.com>
17370
17371         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17372         * ext/alsa/gstalsa.h:
17373         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17374         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17375         Use alsa trigger_tstamp to get the timestamp of the first
17376         sample in the buffer for more precise sync. Some cleanups.
17377
17378 2004-06-24  Wim Taymans  <wim@fluendo.com>
17379
17380         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17381         (gst_audiorate_init), (gst_audiorate_chain),
17382         (gst_audiorate_set_property), (gst_audiorate_get_property):
17383         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17384         (gst_videorate_chain):
17385         Added some logging, fixed an overflow bug in videorate.
17386
17387 2004-06-24  Benjamin Otte  <otte@gnome.org>
17388
17389         * ext/kio/Makefile.am:
17390           fix for builddir != srcdir and distcheck
17391
17392 2004-06-24  Benjamin Otte  <otte@gnome.org>
17393
17394         * gst-libs/gst/colorbalance/Makefile.am:
17395         * gst-libs/gst/mixer/Makefile.am:
17396         * gst-libs/gst/play/Makefile.am:
17397         * gst-libs/gst/tuner/Makefile.am:
17398         * gst/tcp/Makefile.am:
17399         * sys/dxr3/Makefile.am:
17400           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17401           tarball.
17402           Also add all *.list files that were missing.
17403         * Makefile.am:
17404           add a distcheck hook to ensure the above doesn't happen again.
17405
17406 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17407
17408         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17409
17410 2004-06-23  Colin Walters  <walters@redhat.com>
17411
17412         * m4/Makefile.am: Distribute gst-fionread.m4.
17413
17414 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17415
17416         * configure.ac: back to dev
17417
17418 2004-06-23  Wim Taymans  <wim@fluendo.com>
17419
17420         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17421         (gst_alsa_xrun_recovery):
17422         * ext/alsa/gstalsa.h:
17423         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17424         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17425         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17426         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17427         (gst_alsa_src_loop):
17428         Add clock to alsasrc. Take new capture timestamp when
17429         restarting after an overrun. Split up some functions between
17430         alsasrc and alsasink.
17431
17432 === release 0.8.2 ===
17433
17434 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17435
17436         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17437         (gst_alsa_change_state), (gst_alsa_update_avail),
17438         (gst_alsa_xrun_recovery):
17439         * ext/alsa/gstalsa.h:
17440         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17441           merge back changes from release
17442
17443 2004-06-23  Wim Taymans  <wim@fluendo.com>
17444
17445         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17446         (gst_audiorate_init), (gst_audiorate_chain),
17447         (gst_audiorate_set_property), (gst_audiorate_get_property):
17448         Implement sample dropping and notify
17449
17450 2004-06-22  Wim Taymans  <wim@fluendo.com>
17451
17452         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17453         (theora_enc_sink_link), (theora_buffer_from_packet),
17454         (theora_push_packet), (theora_enc_chain):
17455         Some cleanups, make sure the timestamps are correct.
17456
17457 2004-06-22  Wim Taymans  <wim@fluendo.com>
17458
17459         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17460         (gst_alsa_change_state), (gst_alsa_update_avail),
17461         (gst_alsa_xrun_recovery):
17462         * ext/alsa/gstalsa.h:
17463         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17464         Cleanups, take queued samples into account when reporting
17465         the time.
17466
17467 2004-06-22  Wim Taymans  <wim@fluendo.com>
17468
17469         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17470         (gst_videorate_init):
17471         Initialize the property as well.
17472
17473 2004-06-22  Wim Taymans  <wim@fluendo.com>
17474
17475         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17476         (gst_videorate_init), (gst_videorate_chain),
17477         (gst_videorate_set_property), (gst_videorate_get_property):
17478         Add property to make videorate silent.
17479         Add property to prefer new frames over old ones.
17480
17481 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17482
17483         * sys/osxvideo/Makefile.am:
17484         Workaround so that the osxvideo .so file gets linked with the
17485         Cocoa, OpenGL and QuickTime frameworks
17486
17487 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17488
17489         * sys/osxaudio/Makefile.am:
17490         Workaround so that the osxaudio .so file gets linked with the
17491         CoreAudio framework
17492
17493 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17494
17495         * configure.ac:
17496         Whoops, my fault...fixed build issues
17497
17498 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17499
17500         * configure.ac:
17501         Add objective-c support if running in Darwin/Mac OS X
17502         * sys/Makefile.am:
17503         * sys/osxvideo:
17504         * sys/osxvideo/Makefile.am:
17505         * sys/osxvideo/osxvideosink.h:
17506         * sys/osxvideo/osxvideosink.m:
17507         * sys/osxvideo/cocoawindow.h:
17508         * sys/osxvideo/cocoawindow.m:
17509         Add osxvideosink, a cocoa-based osx video sink
17510
17511
17512 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17513         * ext/dvdnav/gst-dvd:
17514         Grab the gconf key from the right spot
17515         * gst/debug/gstnavseek.c: (gst_navseek_init),
17516         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17517         (gst_navseek_chain):
17518         * gst/debug/gstnavseek.h:
17519           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17520           and loop parameters of a segment seek.
17521         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17522         (gst_videotestsrc_get_event_masks),
17523         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17524         * gst/videotestsrc/gstvideotestsrc.h:
17525           Add seeking support to videotestsrc
17526           Initialise the timestamp_offset variable.
17527
17528 2004-06-18  Wim Taymans  <wim@fluendo.com>
17529
17530         * ext/sidplay/gstsiddec.cc:
17531         Fix negotiation and set correct end offset.
17532
17533 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17534
17535         * configure.ac: branch and prerelease
17536
17537 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17538
17539         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17540         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17541         (gst_tcpclientsrc_init_receive):
17542         * gst/tcp/gsttcpclientsrc.h:
17543           read caps when connecting to server for GDP so we set them correctly
17544
17545 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17546
17547         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17548           notify drops and duplicates
17549         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17550           no good reason to limit ourselves to 100x100
17551
17552 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17553
17554         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17555         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17556         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17557         (gst_v4lsrc_get_property):
17558         * sys/v4l/gstv4lsrc.h:
17559         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17560         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17561         (gst_v4l_set_audio):
17562         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17563         (gst_v4lsrc_try_capture):
17564         * sys/v4l/v4lsrc_calls.h:
17565           change try_palette to more general try_capture
17566           add autoprobe option so we can turn off autoprobing
17567           various fixes
17568
17569 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * configure.ac:
17572           add videorate
17573         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17574         (gst_ximagesink_class_init):
17575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17576         (gst_xvimagesink_class_init):
17577           run them as finalize, not dispose, since dispose can be invoked
17578           multiple times
17579
17580 2004-06-17  Wim Taymans  <wim@fluendo.com>
17581
17582         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17583         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17584         * ext/alsa/gstalsa.h:
17585         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17586         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17587         (gst_alsa_src_change_state):
17588         * ext/alsa/gstalsasrc.h:
17589         Make the xrun code timestamp and offset the buffers correctly.
17590         moved the clock to the base class, use alsa methods to get time.
17591         Do correct timestamping on outgoing buffers.
17592
17593 2004-06-17  Wim Taymans  <wim@fluendo.com>
17594
17595         * gst/audiorate/Makefile.am:
17596         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17597         (gst_audiorate_base_init), (gst_audiorate_class_init),
17598         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17599         (gst_audiorate_set_property), (gst_audiorate_get_property),
17600         (gst_audiorate_change_state), (plugin_init):
17601         Added an audiorate converter that fills in gaps.
17602
17603 2004-06-17  Johan Dahlin  <johan@gnome.org>
17604
17605         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17606
17607 2004-06-16  Wim Taymans  <wim@fluendo.com>
17608
17609         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17610         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17611         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17612         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17613         (gst_v4lsrc_get_property):
17614         * sys/v4l/gstv4lsrc.h:
17615         Added a copy mode to v4lsrc where it will output a copied version
17616         of its internal hardware buffer.
17617         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17618         can't | them.
17619
17620 2004-06-16  Wim Taymans  <wim@fluendo.com>
17621
17622         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17623         Timestamp fixes.
17624
17625 2004-06-16  Wim Taymans  <wim@fluendo.com>
17626
17627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17628         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17629         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17630         (gst_v4lsrc_get_property):
17631         * sys/v4l/gstv4lsrc.h:
17632         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17633         Added a sync mode enum property to control v4lsrc timestamp method
17634         Removed the use-fixed-fps property and moved functionality in
17635         the enum.
17636         Don't error on an error value from v4l-conf, it might not always
17637         be a real error.
17638
17639 2004-06-16  Wim Taymans  <wim@fluendo.com>
17640
17641         * gst/videorate/Makefile.am:
17642         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17643         (gst_videorate_base_init), (gst_videorate_class_init),
17644         (gst_videorate_getcaps), (gst_videorate_link),
17645         (gst_videorate_init), (gst_videorate_chain),
17646         (gst_videorate_set_property), (gst_videorate_get_property),
17647         (gst_videorate_change_state), (plugin_init):
17648         Added a video timestamp corrector.
17649
17650 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17651
17652         fixed a potential leak with previous commit
17653
17654         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17655
17656 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17657
17658         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17659         Added missing refcount, fixes bug #144425
17660         Cheers Tim for finding the bug
17661
17662 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17663
17664         * sys/v4l/gstv4l.c: (plugin_init):
17665         * sys/v4l/gstv4lcolorbalance.c:
17666         * sys/v4l/gstv4lcolorbalance.h:
17667         * sys/v4l/gstv4lelement.c:
17668         * sys/v4l/gstv4lelement.h:
17669         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17670         * sys/v4l/gstv4lmjpegsink.h:
17671         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17672         * sys/v4l/gstv4lmjpegsrc.h:
17673         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17674         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17675         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17676         * sys/v4l/gstv4lsrc.h:
17677         * sys/v4l/gstv4ltuner.c:
17678         * sys/v4l/gstv4ltuner.h:
17679         * sys/v4l/gstv4lxoverlay.c:
17680         * sys/v4l/gstv4lxoverlay.h:
17681         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17682         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17683         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17684         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17685         (gst_v4l_set_audio):
17686         * sys/v4l/v4l_calls.h:
17687         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17688         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17689         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17690         (gst_v4lmjpegsink_playback_init),
17691         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17692         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17693         (gst_v4lmjpegsink_playback_stop),
17694         (gst_v4lmjpegsink_playback_deinit):
17695         * sys/v4l/v4lmjpegsink_calls.h:
17696         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17697         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17698         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17699         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17700         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17701         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17702         * sys/v4l/v4lmjpegsrc_calls.h:
17703         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17704         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17705         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17706         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17707         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17708         (gst_v4lsrc_try_palette):
17709         * sys/v4l/v4lsrc_calls.h:
17710           bunch of paranoia cleanups
17711
17712 2004-06-14  David Schleef  <ds@schleef.org>
17713
17714         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17715         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17716         Send discont events and change timestamps appropriately when
17717         we get a seek event.  (bug #144240)
17718         * ext/cdparanoia/gstcdparanoia.h:
17719
17720 2004-06-14  Benjamin Otte  <otte@gnome.org>
17721
17722         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17723           snd_pcm_hw_params_set_rate  since the latter fails for no good
17724           reason on some setups.
17725
17726 2004-06-14  David Schleef  <ds@schleef.org>
17727
17728         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17729         standard.  Thank you for playing.
17730
17731 2004-06-14  Wim Taymans  <wim@fluendo.com>
17732
17733         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17734         Patch 1.3 broke the ordering of the colorspace info and
17735         made the plugin basically work by coincidence, reordered
17736         the info.
17737
17738 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17739
17740         * ext/lame/gstlame.c:
17741         * ext/mad/gstmad.c:
17742           sync caps.  Make sure mad can only output a list of rates, not
17743           a full range.  In the future, have three caps lists for each of the
17744           mpeg versions.  Change mpegversion to a double as well.
17745
17746 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17747
17748         * gst/volume/.cvsignore:
17749         * gst/volume/Makefile.am:
17750         * gst/volume/demo.c: (value_changed_callback), (idler),
17751         (setup_gui), (main):
17752           added small demo app
17753
17754 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17755         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17756         * ext/esd/esdsink.h:
17757         Close the esd connection on pause, because esd will just wait -
17758         blocking all other esd clients indefinitely.
17759
17760 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17761
17762         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17763           previous commit with GST_DEBUG
17764
17765 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17766
17767         * configure.ac:
17768           add a header check for a dvdread header in dvdnav.  Fixes #133002
17769
17770 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17771
17772         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17773         * gst/tcp/gsttcpclientsink.h:
17774         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17775         * gst/tcp/gsttcpclientsrc.h:
17776         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17777         (gst_tcpserversink_handle_server_read),
17778         (gst_tcpserversink_init_send):
17779         * gst/tcp/gsttcpserversink.h:
17780         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17781         * gst/tcp/gsttcpserversrc.h:
17782         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17783         version of IP)
17784
17785 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17786
17787         * configure.ac:
17788         Added ogg library so that OSX detects libtheora properly
17789
17790 2004-06-11  Wim Taymans  <wim@fluendo.com>
17791
17792         * ext/theora/theoradec.c: (theora_dec_chain),
17793         (theora_dec_change_state):
17794         Don't try to decode frames before we received a keyframe.
17795
17796 2004-06-11  Wim Taymans  <wim@fluendo.com>
17797
17798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17799         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17800         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17801         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17802         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17803         Added property to set the maximum delay of a page.
17804
17805 2004-06-10  Wim Taymans  <wim@fluendo.com>
17806
17807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17808         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17809         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17810         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17811         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17812         Added max-delay property to control the maximum amount
17813         of data to put in one page.
17814
17815 2004-06-10  Wim Taymans  <wim@fluendo.com>
17816
17817         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17818         (gst_theora_enc_init), (theora_enc_sink_link),
17819         (theora_buffer_from_packet), (theora_enc_set_property),
17820         (theora_enc_get_property):
17821         Set duration on encoded buffer, added some more properties
17822
17823 2004-06-10  Wim Taymans  <wim@fluendo.com>
17824
17825         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17826         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17827         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17828         * ext/theora/theoraenc.c: (theora_enc_chain):
17829         Fix refcounting bugs
17830
17831 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17832
17833         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17834         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17835         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17836         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17837         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17838         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17839         (gst_asf_demux_change_state):
17840         * gst/asfdemux/gstasfdemux.h:
17841           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17842           feels like. I think we should set a new requirement for demuxers
17843           from now on to implement sane loop functions, data loops, query
17844           and seek functions before first commit into CVS. And this commit
17845           fixes all of the above.
17846
17847 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17848
17849         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17850           vorbis comments are properly encoded in UTF-8 before adding them
17851           to a GstTagList
17852
17853 2004-06-09  Benjamin Otte  <otte@gnome.org>
17854
17855         * ext/alsa/gstalsa.c: (add_channels):
17856           handle min <= max correctly
17857         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17858         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17859           add fixation functions so we fixate correctly. No preferring of alaw
17860           anymore because it's the first structure.
17861         * ext/alsa/gstalsa.h:
17862         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17863         (gst_alsa_hw_params_dump):
17864           add functions to ease debugging in alsalib
17865         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17866         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17867         (gst_alsa_start_audio):
17868           only specify hw params if we really setup a format (fixes #134007 -
17869           or at least works around it)
17870
17871 2004-06-09  Wim Taymans  <wim@fluendo.com>
17872
17873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17874         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17875         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17876         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17877         (gst_ogg_mux_loop):
17878         Use stream caps to setup the initial pages in the ogg stream.
17879         Correctly set the streamheader caps on the srcpad.
17880
17881 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17882
17883         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17884         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17885         (gst_v4lsrc_getcaps):
17886         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17887         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17888           add querying of fps lists for webcams.  Negotiating to a framerate
17889           now works.
17890
17891 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17892
17893         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17894         (theora_push_buffer), (theora_push_packet),
17895         (theora_set_header_on_caps), (theora_enc_chain):
17896           mark buffers and put on streamheader, raw theora streaming
17897           now works too, whee
17898
17899 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17900
17901         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17902         (gst_tcp_gdp_read_caps):
17903           do a looping read for caps and GDP headers too
17904
17905 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17906
17907         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17908         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17909           return EOS instead of NULL in _get
17910
17911 2004-06-08  Wim Taymans  <wim@fluendo.com>
17912
17913         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17914         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17915         (gst_tcp_gdp_write_caps):
17916         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17917         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17918         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17919         Memory leak fixes
17920
17921 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17922
17923         * ext/vorbis/Makefile.am:
17924         * ext/vorbis/vorbis.c: (plugin_init):
17925         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17926         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17927         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17928         (vorbis_parse_change_state):
17929         * ext/vorbis/vorbisparse.h:
17930           adding a vorbisparse element that marks the buffers, streaming
17931           raw vorbis using GDP now works, whee
17932
17933 2004-06-08  Wim Taymans  <wim@fluendo.com>
17934
17935         * ext/jpeg/Makefile.am:
17936         * ext/jpeg/README:
17937         * ext/jpeg/gstjpeg.c: (plugin_init):
17938         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17939         (gst_smokedec_base_init), (gst_smokedec_class_init),
17940         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17941         * ext/jpeg/gstsmokedec.h:
17942         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17943         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17944         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17945         (gst_smokeenc_resync), (gst_smokeenc_chain),
17946         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17947         * ext/jpeg/gstsmokeenc.h:
17948         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17949         (smokecodec_flush_destination), (smokecodec_term_destination),
17950         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17951         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17952         (smokecodec_term_source), (smokecodec_encode_new),
17953         (smokecodec_decode_new), (smokecodec_info_free),
17954         (smokecodec_set_quality), (smokecodec_get_quality),
17955         (smokecodec_set_threshold), (smokecodec_get_threshold),
17956         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17957         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17958         (smokecodec_parse_header), (smokecodec_decode):
17959         * ext/jpeg/smokecodec.h:
17960         Added a new simple jpeg based codec
17961
17962 2004-06-08  Wim Taymans  <wim@fluendo.com>
17963
17964         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17965         (gst_multipart_mux_loop):
17966         Fix memory leak
17967
17968 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17969
17970         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17971         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17972         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17973         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17974         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17975         * gst/tcp/gsttcpserversink.h:
17976           take streamheader into account
17977
17978 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17979
17980         * gst/level/Makefile.am:
17981         * gst/level/gstlevel.c: (gst_level_class_init):
17982           clean up marshal generation
17983
17984 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17985
17986         * gst/tcp/Makefile.am:
17987         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17988         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17989         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17990         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17991         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17992         (gst_tcpclientsrc_get_property):
17993         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17994         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17995         (gst_tcpserversink_handle_client_read),
17996         (gst_tcpserversink_handle_client_write),
17997         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17998         * gst/tcp/gsttcpserversink.h:
17999           add signals client-added and client-removed
18000         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18001         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18002         (gst_tcpserversrc_get_property):
18003         uniformized, change default protocol to NONE
18004         * gst/tcp/gsttcp-marshal.list: added
18005 2004-06-07  Benjamin Otte  <otte@gnome.org>
18006
18007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18008           handle discont events if they happen before caps nego
18009
18010 2004-06-07  Wim Taymans  <wim@fluendo.com>
18011
18012         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18013         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18014         (gst_multipart_demux_plugin_init):
18015         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18016         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18017         (gst_multipart_mux_change_state):
18018         Small updates, fix a memleak
18019
18020 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18021
18022         * configure.ac: OSS portability
18023         * ext/arts/gst_arts.c: idem
18024         * sys/oss/gstosselement.c: idem
18025         * sys/oss/gstossmixer.c: idem
18026         * sys/oss/gstosssink.c: idem
18027         * sys/oss/gstosssrc.c: idem
18028         * sys/oss/oss_probe.c: idem
18029           - check for soundcard.h in different places for some BSD
18030
18031 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18032
18033         * AUTHORS:
18034         Add me to the authors file
18035         * configure.ac:
18036         Increase the libdv requirement to >= version 0.100
18037         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18038         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18039         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18040         * ext/dv/gstdvdec.h:
18041         Add support for the new_media flag when sending DISCONT events
18042         Make the querying work when video pad is not linked
18043
18044 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18045
18046         reviewed by Benjamin Otte  <otte@gnome.org>
18047
18048         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18049           create a NULL-initialized array of pads, so we don't think they
18050           exist already. (fixes #143130)
18051
18052 2004-06-07  Benjamin Otte  <otte@gnome.org>
18053
18054         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18055         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18056         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18057           don't use // coments
18058
18059 2004-06-07  Benjamin Otte  <otte@gnome.org>
18060
18061         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18062           cast to GstClockTime to get higher granularity
18063         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18064           use gst_element_set_time_delay to get the exact time
18065         * ext/mad/gstmad.c: (gst_mad_chain):
18066           use the negotiated rate instead of the current frame's rate which
18067           might be wrong because of bit errors. This avoids emitting totally
18068           bogus timestamps and screwing sync.
18069         (fixes #143454)
18070
18071 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18072
18073         reviewed by Benjamin Otte  <otte@gnome.org>
18074
18075         * gst/adder/gstadder.c: (gst_adder_loop):
18076           properly error out when no negotiation has happened yet. (fixes
18077           #143032)
18078
18079 2004-06-06  Benjamin Otte  <otte@gnome.org>
18080
18081         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18082           forward correctly transformed offset in discont events. Based on
18083           patch by Arwed v. Merkatz. (fixes #142851)
18084
18085 2004-06-06  David Schleef  <ds@schleef.org>
18086
18087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18088         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18089         problems on several systems.
18090
18091 2004-06-06  Benjamin Otte  <otte@gnome.org>
18092
18093         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18094           use explicit caps on the srcpad
18095         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18096           properly error out if caps couldn't be set (fixes #142764)
18097
18098 2004-06-06  Benjamin Otte  <otte@gnome.org>
18099
18100         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18101         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18102         (gst_alsa_start_audio):
18103           - don't call set_periods_integer anymore, it breaks the
18104           configuration randomly
18105           - call snd_pcm_hw_params_set_access directly instead of using masks
18106           - don't fail if the sw_params can't be set, just use the default
18107           params and hope it works. Alsalib has weird issues when you touch
18108           sw_params and does no proper error reporting about what failed.
18109         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18110         (gst_alsa_close_audio):
18111           make our alsa debugging go via gst debugging and not conditionally
18112           defined
18113         * ext/alsa/gstalsa.h:
18114           add ALSA_DEBUG_FLUSH macro
18115         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18116         (plugin_init):
18117           wrap alsa errors to be printed via the gst debugging system and not
18118           spammed to stderr
18119
18120 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18121
18122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18123         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18124         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18125         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18126         (qtdemux_parse_trak):
18127         * gst/qtdemux/qtdemux.h:
18128           Bitch. Also known as seeking, querying & co.
18129         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18130         (gst_osssink_change_state):
18131         * sys/oss/gstosssink.h:
18132           Resyncing is for weenies, this hack is no longer needed and was
18133           broken anyway (since it - unintendedly - always leaves resync to
18134           TRUE).
18135
18136 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18137
18138         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18139         * gst/tcp/gsttcpclientsrc.h: idem
18140           - define MSG_NOSIGNAL if not done
18141           - include unistd.h for off_t
18142           (fixes #143749)
18143
18144 2004-06-05  Benjamin Otte  <otte@gnome.org>
18145
18146         * configure.ac:
18147         * ext/kio/Makefile.am:
18148           check for qt's moc preprocessor explicitly and use it
18149
18150 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18151
18152         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18153           don't get a signal for EPIPE on socket writes
18154           (somebody check if this works on other platforms)
18155
18156 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18157
18158         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18159         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18160           check error condition on available samples correctly
18161
18162 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18163
18164         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18165           avoid a segfault
18166         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18167         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18168         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18169         (gst_tcpserversrc_gdp_read_header):
18170          use ssize_t over size_t since the former is signed and thus the
18171          check for error codes can work
18172
18173 2004-06-02  Wim Taymans  <wim@fluendo.com>
18174
18175         reviewed by: Johan
18176
18177         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18178         (gst_multipart_mux_loop):
18179         Oops
18180
18181 2004-06-02  Wim Taymans  <wim@fluendo.com>
18182
18183         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18184         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18185         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18186         (gst_multipart_mux_change_state):
18187         Added configurable boundary specifier, added the value as a
18188         caps field as well.
18189
18190 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18191
18192         * gst/tcp/gsttcp.c:
18193         * gst/tcp/gsttcpclientsrc.c:
18194         * gst/tcp/gsttcpclientsrc.h:
18195         * gst/tcp/gsttcpserversrc.c:
18196           - portability fix, to compile on OSX
18197             (fixes #143146)
18198
18199         * sys/osxaudio/gstosxaudioelement.c:
18200         * sys/osxaudio/gstosxaudiosink.c:
18201         * sys/osxaudio/gstosxaudiosrc.c:
18202           - compilation warnings on OSX
18203             (fixes #143153)
18204
18205 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18206
18207         * ext/vorbis/vorbisdec.c : sign warning fixes
18208
18209         * gst-libs/gst/mixer/mixertrack.c :
18210           do no use defines which are glib 2.4 specific
18211
18212 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18213
18214         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18215           buffer since libflac doesn't expect it (reports a sync error when
18216           it encounters that)
18217
18218
18219 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18220
18221         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18222         * gst-libs/gst/mixer/mixertrack.c:
18223         (gst_mixer_track_get_property), (get_mixer_track_init),
18224         (get_mixer_track_get_property): Added property accessors
18225         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18226         * gst-libs/gst/mixer/mixeroptions.c:
18227         (gst_mixer_options_get_values): Added
18228         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18229         * gst-libs/gst/mixer/mixer.c: Fixed comment
18230
18231
18232 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18233
18234         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18235           improve error messages on open
18236
18237
18238 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18239
18240         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18241           check if v4l-conf is in path
18242
18243 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18244
18245         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18246           change assert to a more readable error message
18247
18248 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18249
18250         * gst-libs/gst/tuner/tunerchannel.h:
18251           - add a freq_multiplicator field to make the conversion
18252             between internal frequency unit and Hz
18253         * sys/v4l/gstv4lelement.c:
18254         * sys/v4l2/gstv4l2element.c:
18255           - change default video device to /dev/video0
18256         * sys/v4l/v4l_calls.c:
18257         * sys/v4l2/v4l2_calls.c:
18258           - we only expose frequency to the user in Hz instead of
18259             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18260
18261 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18262         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18263           Initialise b_o_s and e_o_s variables
18264         * gst-libs/gst/riff/riff-media.c:
18265         (gst_riff_create_video_caps_with_data):
18266           Add some unusual fourcc's from mplayer avi's
18267         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18268           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18269           autoplugging.
18270
18271 2004-05-28  Wim Taymans  <wim@fluendo.com>
18272
18273         * configure.ac:
18274         * gst/alpha/Makefile.am:
18275         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18276         (gst_alpha_get_type), (gst_alpha_base_init),
18277         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18278         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18279         (gst_alpha_chroma_key), (gst_alpha_chain),
18280         (gst_alpha_change_state), (plugin_init):
18281         A plugin to add an alpha channel to I420 video. Can optionally do
18282         chroma keying.
18283         * gst/multipart/Makefile.am:
18284         * gst/multipart/multipart.c: (plugin_init):
18285         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18286         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18287         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18288         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18289         (gst_multipart_demux_change_state),
18290         (gst_multipart_demux_plugin_init):
18291         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18292         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18293         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18294         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18295         (gst_multipart_mux_pad_unlink),
18296         (gst_multipart_mux_request_new_pad),
18297         (gst_multipart_mux_handle_src_event),
18298         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18299         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18300         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18301         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18302         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18303         send multipart jpeg images to a browser.
18304         * gst/videobox/Makefile.am:
18305         * gst/videobox/README:
18306         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18307         (gst_video_box_get_type), (gst_video_box_base_init),
18308         (gst_video_box_class_init), (gst_video_box_init),
18309         (gst_video_box_set_property), (gst_video_box_get_property),
18310         (gst_video_box_sink_link), (gst_video_box_i420),
18311         (gst_video_box_ayuv), (gst_video_box_chain),
18312         (gst_video_box_change_state), (plugin_init):
18313         Crops or adds borders around an image. can do alpha channel
18314         borders as well.
18315         * gst/videomixer/Makefile.am:
18316         * gst/videomixer/README:
18317         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18318         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18319         (gst_videomixer_pad_get_sink_event_masks),
18320         (gst_videomixer_pad_get_property),
18321         (gst_videomixer_pad_set_property),
18322         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18323         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18324         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18325         (gst_videomixer_base_init), (gst_videomixer_class_init),
18326         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18327         (gst_videomixer_handle_src_event),
18328         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18329         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18330         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18331         (gst_videomixer_loop), (gst_videomixer_get_property),
18332         (gst_videomixer_set_property), (gst_videomixer_change_state),
18333         (plugin_init):
18334         Generic video mixer plugin, can handle multiple inputs all with
18335         different framerates and video sizes. Is fully alpha channel
18336         aware.
18337
18338 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18339
18340         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18341           Select first track as master track. Not sure how else to handle
18342           that...
18343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18344           Discard discont events. Should fix #142962.
18345
18346 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18347
18348         * ext/alsa/Makefile.am:
18349         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18350         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18351         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18352         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18353         (gst_alsa_mixer_get_option):
18354         * ext/alsa/gstalsamixer.h:
18355         * ext/alsa/gstalsamixeroptions.c:
18356         (gst_alsa_mixer_options_get_type),
18357         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18358         (gst_alsa_mixer_options_new):
18359         * ext/alsa/gstalsamixeroptions.h:
18360         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18361         * ext/alsa/gstalsamixertrack.h:
18362           Add enumerations (as GstMixerOptions). Make correct distinction
18363           between input/output tracks. Add capture/playback private flag.
18364           Use flag to decide on whether to set capture or playback volumes
18365           or switches. Use playback and record switches.
18366         * gst-libs/gst/mixer/Makefile.am:
18367         * gst-libs/gst/mixer/mixer-marshal.list:
18368         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18369         (gst_mixer_set_option), (gst_mixer_get_option),
18370         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18371         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18372         * gst-libs/gst/mixer/mixer.h:
18373         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18374         (gst_mixer_options_class_init), (gst_mixer_options_init),
18375         (gst_mixer_options_dispose):
18376         * gst-libs/gst/mixer/mixeroptions.h:
18377           Add GstMixerOptions.
18378         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18379           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18380           broken device detection on computers with multiple OSS sound
18381           cards.
18382
18383 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18384
18385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18386           fixate nicely even when the peer is not negotiating
18387
18388 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18389
18390         * gst/audioconvert/gstaudioconvert.c:
18391         (gst_audio_convert_parse_caps):
18392           make sure we don't allow depth > width
18393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18394           fixate endianness to G_BYTE_ORDER as default
18395         * gst/audioscale/gstaudioscale.c:
18396           we don't handle another endianness as host-endianness
18397
18398 2004-05-25  David Schleef  <ds@schleef.org>
18399
18400         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18401
18402 2004-05-24  Benjamin Otte  <otte@gnome.org>
18403
18404         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18405         (gst_oggvorbisenc_setup):
18406           properly fail when we can't setup the vorbis encoder due to
18407           unsupported settings
18408         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18409         (gst_vorbisenc_setup):
18410           same
18411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18412           fix case where warnings occured when one pad was unlinked while the
18413           other's link function was called
18414
18415 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18416
18417         * gst/tcp/Makefile.am:
18418           use GST_ENABLE_NEW
18419
18420 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18421
18422         * gst-libs/gst/resample/private.h:
18423           don't use optimizations that are #if 0'ed
18424
18425 2004-05-24  Wim Taymans  <wim@fluendo.com>
18426
18427         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18428         Fix potential division by zero error and hopefully get
18429         the position query right to get correct timestamps on avi
18430         audio.
18431
18432 2004-05-24  Wim Taymans  <wim@fluendo.com>
18433
18434         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18435         (gst_videoscale_scale_nearest_str2),
18436         (gst_videoscale_scale_nearest_str4),
18437         (gst_videoscale_scale_nearest_32bit),
18438         (gst_videoscale_scale_nearest_24bit),
18439         (gst_videoscale_scale_nearest_16bit):
18440         Fix the scaling algorithm and avoid a buffer overflow.
18441         removed the while loop in the scaling function as it
18442         was used for point sampling only.
18443
18444 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18445
18446         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18447         (gst_id3_tag_class_init), (gst_id3_tag_init),
18448         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18449         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18450         (gst_id3_tag_send_tag_event):
18451           lots of fixes to make id3mux work and id3demux work correctly
18452
18453 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18454
18455         * ext/Makefile.am:
18456           add rules to build shout2send (was removed by accident
18457           when this module was no more marked experimental/broken)
18458
18459 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18460
18461         * ext/shout2/gstshout2.c:
18462         * ext/shout2/gstshout2.h:
18463           adding a "connection problem" signal to shout2send
18464           (fixes #142954)
18465
18466 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18467
18468         * ext/kio/kioreceiver.cpp:
18469         * ext/kio/kioreceiver.h:
18470           fix sign comparison issues
18471
18472 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18473
18474         * gst/cdxaparse/gstcdxaparse.c:
18475         * gst/cdxaparse/gstcdxaparse.h:
18476           some renaming
18477           add some checks/sanity
18478           prepare for seek addition
18479
18480         * sys/sunaudio/gstsunaudio.c:
18481           remove exported dupe init function
18482
18483 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18484
18485         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18486         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18487           Fix format conversion and position querying.
18488         * gst/debug/progressreport.c: (gst_progressreport_report):
18489           Don't output a bogus total value that we didn't query.
18490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18491           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18492           only a blank window after xine has been used.
18493
18494 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18495
18496         * m4/as-arts.m4:
18497           sync with upstream version to fix test on FC2
18498           readd with -ko to preserve Id header
18499
18500 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18501
18502         * configure.ac:
18503           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18504         * gst/tcp/gsttcpclientsrc.c: idem
18505         * gst/tcp/gsttcpserversink.c: idem
18506         * gst/tcp/gsttcpserversrc.c: idem
18507         * m4/gst-fionread.m4: idem
18508
18509         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18510
18511         * configure.ac: enable speex plugin for speex 1.1.5+
18512         * ext/speex/gstspeexenc.c: fix cast warning
18513
18514         * ext/esd/README: fix typo
18515
18516 2004-05-20  David Schleef  <ds@schleef.org>
18517
18518         * configure.ac: Minor cosmetic change to convince the buildbot to
18519         reautogen.
18520         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18521         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18522         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18523         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18524         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18525         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18526         More hacking.  Plays audio now.
18527
18528 2004-05-20  David Schleef  <ds@schleef.org>
18529
18530         * configure.ac:
18531         * sys/Makefile.am:
18532
18533 2004-05-20  David Schleef  <ds@schleef.org>
18534
18535         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18536         * sys/osxaudio/gstosxaudio.c:
18537         * sys/osxaudio/gstosxaudioelement.c:
18538         * sys/osxaudio/gstosxaudioelement.h:
18539         * sys/osxaudio/gstosxaudiosink.c:
18540         * sys/osxaudio/gstosxaudiosink.h:
18541         * sys/osxaudio/gstosxaudiosrc.c:
18542         * sys/osxaudio/gstosxaudiosrc.h:
18543
18544 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18545
18546         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18547         (gst_vorbisenc_chain):
18548           put the codec headers on the caps as streamheader as well as
18549           pushing them out
18550
18551 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18554         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18555         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18556         split up push_packet into two functions
18557
18558 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18559
18560         * gst/tcp/.cvsignore:
18561           ignore enums
18562         * gst/tcp/Makefile.am:
18563         * gst/tcp/README:
18564         * gst/tcp/gsttcp.c:
18565         * gst/tcp/gsttcp.h:
18566         * gst/tcp/gsttcpclientsink.c:
18567         * gst/tcp/gsttcpclientsink.h:
18568         * gst/tcp/gsttcpclientsrc.c:
18569         * gst/tcp/gsttcpclientsrc.h:
18570         * gst/tcp/gsttcpplugin.c:
18571         * gst/tcp/gsttcpserversink.c:
18572         * gst/tcp/gsttcpserversink.h:
18573         * gst/tcp/gsttcpserversrc.c:
18574         * gst/tcp/gsttcpserversrc.h:
18575           add new tcp elements
18576
18577 2004-05-19  Wim Taymans  <wim@fluendo.com>
18578
18579         * gst/law/mulaw-conversion.c: (mulaw_encode):
18580         Fix overflow bug in ulaw encoding.
18581
18582 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18583
18584         * ext/mad/gstmad.c: (gst_mad_handle_event):
18585           don't unref the event twice
18586
18587 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18588
18589         * configure.ac:
18590           remove -Wno-sign-compare
18591
18592 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18593
18594         * configure.ac:
18595           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18596           if you want to work against glib 2.2 and 2.4
18597
18598 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18599
18600         * gst/tcp/Makefile.am:
18601         * gst/tcp/gsttcp.c:
18602         * gst/tcp/gsttcp.h:
18603         * gst/tcp/gsttcpsink.h:
18604         * gst/tcp/gsttcpsrc.h:
18605           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18606
18607 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18608
18609         * gst/debug/tests.c: (md5_get_value):
18610           fix segfault on gst-inspect
18611
18612 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18613
18614         * gst/debug/testplugin.c:
18615         * gst/debug/tests.c:
18616         * gst/debug/tests.h:
18617           add new extensible and configurable testing element. Current tests
18618           include buffer count, stream length, timestamp/duration matching and
18619           md5.
18620         * gst/debug/Makefile.am:
18621         * gst/debug/gstdebug.c: (plugin_init):
18622           add infrastructure for new element
18623
18624 2004-05-19  Johan Dahlin  <johan@gnome.org>
18625
18626         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18627         ending of the array. Fixes gst-inspect segfault on ppc.
18628
18629 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18630
18631         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18632
18633         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18634
18635 2004-05-18  David Schleef  <ds@schleef.org>
18636
18637         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18638         warnings (bugs, actually) noticed by gcc but not forte.
18639
18640 2004-05-18  David Schleef  <ds@schleef.org>
18641
18642         * sys/sunaudio/Makefile.am:
18643         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18644
18645 2004-05-18  David Schleef  <ds@schleef.org>
18646
18647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18648         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18649         to allow qtdemux to use non-seekable streams. (bug #142272)
18650
18651 2004-05-18  David Schleef  <ds@schleef.org>
18652
18653         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18654         (gst_resample_sinc_ft_float): Remove use of static temporary
18655         buffer.  This code was obviously not supposed to last long, but
18656         it's stuck in our ABI, so it required a little hack to make it
18657         ABI-compatible.  Fixes #142585.
18658         * gst-libs/gst/resample/resample.h: same.
18659
18660 2004-05-18  David Schleef  <ds@schleef.org>
18661
18662         * configure.ac: Add sunaudio
18663         * examples/Makefile.am: make gstplay depend on gconf
18664         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18665         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18666         (convert_table_lookup), (img_convert): remove c99-isms
18667         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18668           unsigned, to fix a warning on Solaris
18669         * gst/mpeg1sys/systems.c: bcopy->memcpy
18670         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18671         * sys/Makefile.am: Add sunaudio
18672
18673 2004-05-18  Wim Taymans  <wim@fluendo.com>
18674
18675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18676         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18677         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18678         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18679         (gst_ogg_mux_loop):
18680         Fix an ugly memleak where the muxer didn't flush enough ogg
18681         pages. This also resulted in badly muxed ogg files.
18682
18683 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18684
18685         * gst/asfdemux/asfheaders.c :
18686         * gst/asfdemux/asfheaders.h :
18687         * gst/asfdemux/gstasfdemux.c :
18688           - fix ASF_OBJ_PADDING guid
18689           - add 3 new object guids (language list, metadata,
18690             extended stream properties)
18691           - add a function to parse extended header objects
18692
18693 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18694
18695         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18696           remove leftover debugging g_print
18697
18698 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18699
18700         * ext/mad/gstmad.c: (gst_mad_handle_event):
18701           Fix for when the first format in a discont event is not a
18702           byte-based one. Should fix #137710.
18703
18704 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18705
18706         * m4/a52.m4 : fix compilation with -Wall -Werror
18707         * m4/libfame.m4 : idem
18708         * m4/libmikmod.m4 : idem
18709
18710 2004-05-17  Benjamin Otte  <otte@gnome.org>
18711
18712         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18713           signal the new tags before giving up the reference
18714
18715 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18716
18717         * ext/shout2/gstshout2.c:
18718           use application/ogg instead of application/x-ogg (patch by Patrick
18719           Guimond, fixes #142432)
18720         * sys/oss/gstosselement.c: (gst_osselement_reset),
18721         (gst_osselement_sync_parms):
18722           don't set fragment size unless specified (fixes #142493)
18723
18724 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18725
18726         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18727           fixes #142664
18728
18729 2004-05-17  Benjamin Otte  <otte@gnome.org>
18730
18731         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18732           compute offsets correctly for internal buffers so timestamps are set
18733           correctly when we can't seek. Also handle cases where there are no
18734           offsets. (based on a patch by David Moore, fixes #142507)
18735
18736 2004-05-17  Benjamin Otte  <otte@gnome.org>
18737
18738         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18739           use correct variable when determining amount of data to skip so we
18740           don't skip into the void and segfault
18741
18742 2004-05-16  Benjamin Otte  <otte@gnome.org>
18743
18744         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18745           Hi, I'm a memleak
18746
18747 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18748
18749         * gst/asfdemux/gstasfdemux.c:
18750           - fix a mem leak and always propagate tags
18751           - add WMV3 to known video codecs (but no decoder yet)
18752           - replace "surplus data" at end of audio header for what
18753             it is : codec specific data
18754           - fix a typo
18755
18756 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18757
18758         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18759
18760         * gst-libs/gst/audio/audioclock.c:
18761           Fix wrong return type (#142205).
18762
18763 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18764
18765         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18766           Ignore CRCs by default (fixes #142566).
18767
18768 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18769
18770         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18771         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18772         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18773         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18774         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18775         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18776           Fix for cases where we fail to attach to a mixer.
18777
18778 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18779
18780         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18781           Don't touch events after not owning them anymore.
18782         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18783         (gst_wavparse_fmt), (gst_wavparse_other),
18784         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18785         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18786         (gst_wavparse_srcpad_event):
18787         * gst/wavparse/gstwavparse.h:
18788           Add seeking, fix querying.
18789
18790 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18791
18792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18793           - process comments even if they don't end with \0\0
18794             g_convert would ignore them if present and works well without them
18795
18796 2004-05-16  Benjamin Otte  <otte@gnome.org>
18797
18798         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18799           simplify caps
18800
18801 2004-05-16  Benjamin Otte  <otte@gnome.org>
18802
18803         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18804           don't write to memory we might not write to - g_convert does that
18805           for us anyway (fixes #142613)
18806         (gst_asf_demux_audio_caps):
18807           comment out gst_util_dump_mem
18808
18809 2004-05-16  Benjamin Otte  <otte@gnome.org>
18810
18811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18812           compute correct expected timestamps after seek (broken since
18813           last commit)
18814         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18815           rename element and debugging category to gdkpixbufscale
18816
18817 2004-05-16  Benjamin Otte  <otte@gnome.org>
18818
18819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18820           add error checking to snd_pcm_delay and remove duplicate call to
18821           snd_pcm_delay that caused issues (see inline code comments)
18822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18823           make more readable and fix return value when snd_pcm_delay fails
18824         (fixes #142586)
18825
18826 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18827         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18828         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18829         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18830         (gst_pixbufscale_link), (gst_pixbufscale_init),
18831         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18832         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18833         (gst_pixbufscale_get_property), (pixbufscale_init):
18834         * ext/gdk_pixbuf/pixbufscale.h:
18835         Add these files I forgot earlier
18836
18837 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18838         * ext/gdk_pixbuf/Makefile.am:
18839         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18840         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18841         Add new pixbufscale element to scale RGB video
18842         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18843         and HYPER interpolation correctly.
18844         * ext/theora/theoraenc.c: (theora_enc_chain),
18845         Discard buffer and return if explicit caps could not be set
18846         (theora_enc_get_property):
18847         Make _get return kbps for the bitrate consistent with
18848         the _set function.
18849
18850
18851 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18852
18853         * ext/libvisual/visual.c: (gst_visual_chain):
18854           add missing visual_audio_analyze
18855
18856 2004-05-14  David Schleef  <ds@schleef.org>
18857
18858         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18859         is killed while we're playing.
18860         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18861         gst_element_no_more_pads().
18862
18863 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18864
18865         * gst-libs/gst/riff/riff-read.c :
18866           - fix INFO tag extraction in RIFF/AVI files
18867             because gst_event_unref (event) also freed taglist
18868           - avoid a mem leak
18869
18870 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18871
18872         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18873         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18874
18875         * gst/auparse/gstauparse.c :
18876           - add code (commented for now) to support audio/x-adpcm on src pad
18877             (we have no decoder for those layout yet)
18878
18879         * gst/cdxaparse/gstcdxaparse.c :
18880         * gst/cdxaparse/gstcdxaparse.h :
18881           - partial rewrite using RiffRead (ripped iain's wavparse code)
18882
18883         * gst/rtp/gstrtpL16enc.c : typo
18884         * gst/rtp/gstrtpgsmenc.c : typo
18885
18886 2004-05-13  Benjamin Otte  <otte@gnome.org>
18887
18888         * configure.ac:
18889           check for exact version of libvisual, it's not supposed to be
18890           API/ABI stable yet
18891
18892 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18893
18894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18895           signal no-more-pads
18896
18897 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18898
18899         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18900         Report which format was used for GST_FORMAT_DEFAULT
18901         * gst/debug/Makefile.am:
18902         * gst/debug/gstdebug.c: (plugin_init):
18903         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18904         (gst_progressreport_class_init), (gst_progressreport_init),
18905         (gst_progressreport_report), (gst_progressreport_set_property),
18906         (gst_progressreport_get_property), (gst_progressreport_chain),
18907         (gst_progressreport_plugin_init):
18908         Add progressreport element for testing.
18909
18910 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18911
18912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18913         * sys/v4l/gstv4lsrc.h:
18914         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18915         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18916         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18917         (gst_v4lsrc_grab_frame):
18918           add more debugging
18919           send a discont at start
18920
18921 2004-05-12  Colin Walters  <walters@redhat.com>
18922
18923         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18924         inflooping if we can't find a chunk.  Or in other words, don't blow
18925         chunks if we don't have a chunk to blow.
18926
18927 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18928         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18929         Remove old debug output
18930         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18931         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18932         (gst_dvdec_set_property), (gst_dvdec_get_property):
18933         Change the quality setting to an enum, so it works from gst-launch
18934         Don't renegotiate a non-linked pad. Allows audio only decoding.
18935         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18936         (gst_deinterlace_link), (gst_deinterlace_init):
18937         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18938         (gst_videodrop_link):
18939         Some caps negotiation fixes
18940
18941 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18942
18943         * ext/tarkin/gsttarkin.c :
18944           - Change RANK from NONE to PRIMARY
18945         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18946           - Change RANK from NONE to MARGINAL
18947         * ext/divx/gstdivxenc.c :
18948           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18949
18950 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18951
18952         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18953         (gst_vorbisenc_push_packet):
18954           copy a function that was added between 1.0 and 1.0.1 until we
18955           depend on worthwhile features of post-1.0
18956
18957 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18958
18959         * configure.ac:
18960           enable shout2 by default
18961         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18962         (gst_shout2send_base_init), (gst_shout2send_init),
18963         (gst_shout2send_connect), (gst_shout2send_change_state):
18964         * ext/shout2/gstshout2.h:
18965           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18966           #142262)
18967         * ext/theora/theora.c: (plugin_init):
18968           don't set rank on encoders
18969
18970 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18971
18972         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18973           Use codec_data property instead of flag1 and flag2 for wma
18974
18975 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18976
18977         * gst/cdxaparse/gstcdxaparse.c :
18978           - Add mpegversion to CAPS to make it link
18979           - Rank is as GST_RANK_SECONDARY instead of NONE
18980         * gst/auparse/gstauparse.c :
18981           - Document all audio encoding we can encounter from Solaris 9
18982             headers and libsndfile information.
18983           - Increase max. rate from 48000 to 192000 (to match other elements)
18984           - Don't try to play junk data between header and samples
18985
18986 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18987
18988         * ext/libvisual/visual.c: (gst_visual_getcaps):
18989           use the right caps depending on endianness (I hope)
18990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18991           use GST_RANK_NONE for all non-decoding elements or spider gets
18992           mighty confused
18993
18994 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18995
18996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18997           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18998
18999 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19000
19001         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19002         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19003         (gst_switch_loop), (gst_switch_get_type):
19004           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19005           HEADERS. Had to be said.
19006
19007 2004-05-10  David Schleef  <ds@schleef.org>
19008
19009         * configure.ac: Add prototype Dirac support.
19010         * ext/Makefile.am:
19011         * ext/dirac/Makefile.am:
19012         * ext/dirac/gstdirac.cc:
19013         * ext/dirac/gstdiracdec.cc:
19014
19015 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19016
19017         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19018         (gst_auparse_init), (gst_auparse_chain),
19019         (gst_auparse_change_state):
19020           Hack around spider. Remove me some day please.
19021
19022 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19023
19024         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19025           Fix for some uninitialized variables in previous patch, also
19026           makes it work. Fixes #142286 while we're at it.
19027
19028 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19029
19030         * gst/auparse/gstauparse.c:
19031                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19032                 only unsupported formats are ADPCM/CCITT G.72x
19033                 reviewed by Ronald
19034         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19035
19036 2004-05-10  Wim Taymans  <wim@fluendo.com>
19037
19038         * ext/vorbis/Makefile.am:
19039         * ext/vorbis/README:
19040         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19041         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19042         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19043         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19044         (gst_oggvorbisenc_convert_sink),
19045         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19046         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19047         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19048         (get_constraints_string), (update_start_message),
19049         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19050         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19051         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19052         * ext/vorbis/oggvorbisenc.h:
19053         * ext/vorbis/vorbis.c: (plugin_init):
19054         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19055         (raw_caps_factory), (gst_vorbisenc_class_init),
19056         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19057         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19058         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19059         * ext/vorbis/vorbisenc.h:
19060         Added a raw vorbis encoder to be used with the oggmuxer.
19061         We still need the old encoder for some gnome applications,
19062         read the README to find out how that works.
19063         The raw encoder is called "rawvorbisenc" until 0.9.
19064
19065 2004-05-10  Wim Taymans  <wim@fluendo.com>
19066
19067         * ext/ogg/gstogg.c: (plugin_init):
19068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19069         (gst_ogg_print):
19070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19071         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19072         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19073         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19074         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19075         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19076         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19077         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19078         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19079         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19080         Added an ogg muxer.
19081         Small typo fixes in the demuxer.
19082
19083 2004-05-10  Wim Taymans  <wim@fluendo.com>
19084
19085         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19086         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19087         (theora_enc_change_state), (theora_enc_set_property),
19088         (theora_enc_get_property):
19089         Mark the last packet with an EOS flag which is not really needed
19090         in gstreamer.
19091         Do some better video framerate initialisation.
19092         Update the buffer timestamp.
19093
19094 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19095
19096         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19097         Return the result of the parent state change call
19098
19099 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19100
19101         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19102         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19103         * gst/law/alaw-encode.c : (idem)
19104         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19105         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19106         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19107
19108 2004-05-09  Benjamin Otte  <otte@gnome.org>
19109
19110         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19111           don't use a fixed buffer size when writing variable length data to
19112           it. Fixes memory corruption and makes alsasrc work
19113
19114 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19115
19116         * ext/gnomevfs/gstgnomevfssink.c:
19117         (_gst_boolean_allow_overwrite_accumulator),
19118         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19119           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19120           RUN_LAST, and don't use that to set the accumulator value because
19121           then it's always FALSE.
19122
19123 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19124
19125         * gst-libs/gst/riff/riff-media.c:
19126         (gst_riff_create_video_caps_with_data),
19127         (gst_riff_create_audio_caps),
19128         (gst_riff_create_audio_template_caps):
19129         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19130           Fix for unaligned RIFF files (i.e. where all the chunks together
19131           in a LIST chunk are not of the same size as the size given in
19132           the LIST chunk header). Fixes several odd WAVE files. Also fix
19133           ADPCM (block_align property) in audio, so that wavparse based
19134           on this works now as it used to stand-alone.
19135
19136 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19137
19138         reviewed by Benjamin Otte  <otte@gnome.org>
19139
19140         * ext/a52dec/gsta52dec.c:
19141         * ext/divx/gstdivxdec.c:
19142         * ext/divx/gstdivxenc.c:
19143         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19144         * ext/faac/gstfaac.c: (gst_faac_base_init):
19145         * ext/faad/gstfaad.c: (gst_faad_base_init):
19146         * ext/ivorbis/vorbisfile.c:
19147         * ext/lame/gstlame.c:
19148         * ext/libfame/gstlibfame.c:
19149         * ext/mpeg2enc/gstmpeg2enc.cc:
19150         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19151         * ext/sidplay/gstsiddec.cc:
19152         * ext/speex/gstspeexdec.c:
19153         * ext/speex/gstspeexenc.c:
19154         * ext/xvid/gstxviddec.c:
19155         * ext/xvid/gstxvidenc.c:
19156           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19157           (fixes #142193)
19158
19159 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19160
19161         * ext/alsa/gstalsa.c: (device_list),
19162         (gst_alsa_class_probe_devices):
19163         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19164           Fix alsa oddness in mixer after the combination of using mixer
19165           in source/sink elements and using hw:x,y instead of just hw:x.
19166
19167 2004-05-09  Benjamin Otte  <otte@gnome.org>
19168
19169         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19170         (gst_wavparse_create_sourcepad):
19171           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19172           sourcepads
19173
19174 2004-05-09  Benjamin Otte  <otte@gnome.org>
19175
19176         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19177           allow discont events before caps nego
19178
19179 2004-05-08  Benjamin Otte  <otte@gnome.org>
19180
19181         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19182           don't leak events
19183
19184 2004-05-08  Benjamin Otte  <otte@gnome.org>
19185
19186         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19187         (gst_level_change_state), (gst_level_init):
19188         * gst/level/gstlevel.h:
19189           figure out if we're initialized directly instead of keeping a
19190           variable that's wrong in 90% of cases
19191           don't initialize pads and then leak them and use a new unitialized
19192           pad. (fixes #142084)
19193           these were bugs so n00bish I didn't find them for an hour :/
19194
19195 2004-05-08 Iain <iain@prettypeople.org>
19196
19197         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19198         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19199         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19200         return the length that was read.
19201         (gst_riff_read_strf_auds): Allow fmt tags as well.
19202
19203 2004-05-07  David Schleef  <ds@schleef.org>
19204
19205         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19206         signed char assumption in faad.h.
19207
19208 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19209
19210         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19211           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19212
19213 2004-05-07  Colin Walters  <walters@redhat.com>
19214
19215         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19216         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19217         function.
19218         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19219         Add dispose function.
19220
19221 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19222         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19223           Fix caps nego and pad templates. RGB mode caps should
19224           work now.
19225         * ext/dvdnav/gst-dvd:
19226           Move mpeg2dec inside the thread because otherwise the
19227           queue rejects cap changes mid-stream
19228         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19229         (gst_mpeg2dec_flush_decoder):
19230           For mpeg2dec > 0.4.0, call the flush function instead of
19231           manually extracting all in-flight frames.
19232         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19233         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19234           Change mime type video/dv go video/x-dv to match the
19235           rest of gst-plugins
19236
19237 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19238
19239         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19241         (gst_alsa_sink_class_init):
19242         * ext/alsa/gstalsasink.h:
19243         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19244         (gst_alsa_src_class_init):
19245         * ext/alsa/gstalsasrc.h:
19246           Make alsasink/src a subclass of alsamixer so that mixer stuff
19247           shows up in gst-rec. Needs some finetuning.
19248
19249 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19250
19251         * ext/lame/gstlame.c: (gst_lame_chain):
19252           simplify
19253         * ext/mad/gstmad.c: (gst_mad_handle_event):
19254           fix event leak
19255         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19256           be able to detect mp3 files < 4096 bytes
19257
19258 2004-05-06  Wim Taymans  <wim@fluendo.com>
19259
19260         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19261         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19262         (theora_enc_set_property), (theora_enc_get_property):
19263         Also encode the first frame, cleanup some code.
19264
19265 2004-05-06  Wim Taymans  <wim@fluendo.com>
19266
19267         * ext/mpeg2enc/gstmpeg2enc.cc:
19268         Forward events first before deciding that negotiation was
19269         not performed.
19270
19271 2004-05-06  Wim Taymans  <wim@fluendo.com>
19272
19273         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19274         First process the events before deciding that negotiation
19275         was not performed.
19276
19277 2004-05-06  Wim Taymans  <wim@fluendo.com>
19278
19279         * ext/theora/Makefile.am:
19280         * ext/theora/theora.c: (plugin_init):
19281         * ext/theora/theoradec.c: (theora_dec_change_state):
19282         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19283         (gst_theora_enc_class_init), (gst_theora_enc_init),
19284         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19285         (theora_enc_chain), (theora_enc_change_state),
19286         (theora_enc_set_property), (theora_enc_get_property):
19287         Added a theora encoder, grouped the encoder and decoder into the
19288         same plugin.
19289
19290 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19291
19292         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19293         (gst_jpegenc_chain):
19294         fix DURATION on outgoing buffers
19295         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19296         debug using time formats
19297         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19299         (gst_xvimagesink_sink_link):
19300         windows with width/height 0 generate X errors, so don't allow them
19301
19302 2004-05-05  Wim Taymans  <wim@fluendo.com>
19303
19304         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19305         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19306         (gst_mpeg2dec_negotiate_format):
19307         * ext/mpeg2dec/gstmpeg2dec.h:
19308           removed the static pad template so that we can add the
19309           more accurate framerate value to the caps.
19310
19311
19312 2004-05-04  Benjamin Otte  <otte@gnome.org>
19313
19314         * configure.ac:
19315           check for kdemacros.h, too (should fix #141821)
19316         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19317           don't crash if no header was sent, but nicely error out (fixes part
19318           of #141554)
19319
19320 2004-05-04  Wim Taymans  <wim@fluendo.com>
19321
19322         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19323         parent dispose function to avoid segfault on destroy.
19324
19325 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19326
19327         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19328         (plugin_init):
19329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19330         (gst_xvimagesink_sink_link):
19331         clean up debugging caps
19332         also recreate xvimage when format has changed
19333
19334 2004-05-04  Benjamin Otte  <otte@gnome.org>
19335
19336         * ext/libvisual/Makefile.am:
19337         * ext/libvisual/visual.c: (gst_visual_class_init),
19338         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19339         (gst_visual_srclink), (gst_visual_chain),
19340         (gst_visual_change_state), (plugin_init):
19341           use a GstAdapter to correctly adapt buffer sizes - allows using a
19342           framerate
19343
19344 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * sys/v4l/gstv4lelement.h:
19347         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19349         (gst_v4lsrc_buffer_free):
19350         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19351         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19352         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19353         (gst_v4lsrc_requeue_frame):
19354         move some debugging categories around
19355         query for fps index and set accordingly if found
19356
19357 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19358
19359         * ext/lame/gstlame.c:
19360         correct defaults that lame_init puts out of range
19361
19362 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19363
19364         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19365         (gst_divxenc_class_init):
19366         fix range since -1 is the default
19367         * gst/mpeg1sys/gstmpeg1systemencode.c:
19368         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19369         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19370         (gst_rtjpegdec_chain):
19371         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19372         (gst_rtjpegenc_chain):
19373         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19374         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19375         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19376         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19377         * sys/v4l/gstv4lsrc.c:
19378         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19379         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19380         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19381         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19382         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19383           remove gst_info calls
19384
19385 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19386
19387         * Makefile.am:
19388         * po/af.po:
19389         * po/az.po:
19390         * po/en_GB.po:
19391         * po/nl.po:
19392         * po/sr.po:
19393         * po/sv.po:
19394           Updated translations
19395
19396 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19397
19398         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19399           refactor/comment code
19400
19401 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19402
19403         * gst/asfdemux/Makefile.am:
19404         * gst/asfdemux/asfheaders.c:
19405         * gst/asfdemux/asfheaders.h:
19406         * gst/asfdemux/gstasf.c: (plugin_init):
19407         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19408         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19409         (gst_asf_demux_setup_pad):
19410         * gst/asfdemux/gstasfdemux.h:
19411         * gst/asfdemux/gstasfmux.c:
19412         * gst/asfdemux/gstasfmux.h:
19413           Add tagging support to demuxer, split out registration in its own
19414           file instead of in demux (hacky), and prevent having some tables
19415           in our memory multiple times (in asfheaders.h).
19416
19417 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19418
19419         * gst/matroska/matroska-demux.c:
19420         (gst_matroska_demux_parse_metadata):
19421         * gst/matroska/matroska-ids.h:
19422           Basic tag reading support.
19423
19424 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19425
19426         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19427           Really detect ac-3 audio.
19428         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19429           really detect matroska files (off-by-1).
19430
19431 2004-04-30  David Schleef  <ds@schleef.org>
19432
19433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19434         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19435         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19436         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19437         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19438         hackage -- parse a lot more atoms, extract a few tags.  One might even
19439         mistake this for tag support.  Maybe it is.
19440         * gst/qtdemux/qtdemux.h:
19441
19442 2004-04-30  Colin Walters  <walters@verbum.org>
19443
19444         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19445
19446 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19447
19448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19449         (gst_ffmpegcolorspace_getcaps):
19450           remove broken nego fix
19451
19452 2004-04-30  Benjamin Otte  <otte@gnome.org>
19453
19454         * configure.ac:
19455         * ext/Makefile.am:
19456         * ext/libvisual/Makefile.am:
19457         * ext/libvisual/visual.c:
19458           add initial support for libvisual (http://libvisual.sourceforge.net)
19459           libvisual is still quite alpha, so expect crashes in there :)
19460
19461 2004-04-29  David Schleef  <ds@schleef.org>
19462
19463         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19464         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19465         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19466         code; you will no longer respect me.
19467
19468 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19469
19470         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19471         * ext/alsa/gstalsa.h :
19472         change alsa pcm device discovery to find more than 1 device
19473         per card. code review by Ronald.
19474
19475 2004-04-29  David Schleef  <ds@schleef.org>
19476
19477         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19478         Add a check for a driver bug on FreeBSD.  (bug #140565)
19479
19480 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19481
19482         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19483         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19484         (gst_jpegenc_getcaps):
19485           move format setting to inner loop
19486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19487         (gst_ffmpegcolorspace_getcaps):
19488           use GST_PAD_CAPS if available so that we use already negotiated
19489           caps
19490         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19491         (qtdemux_parse_moov), (qtdemux_parse):
19492           extra debugging
19493         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19494         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19495           move hardcoded path to DEFINE
19496
19497 2004-04-28  David Schleef  <ds@schleef.org>
19498
19499         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19500         (bug #140064)
19501
19502 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19503
19504         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19505           Don't probe for playback device if we're a source element. Fixes
19506           #139658.
19507
19508 2004-04-29  Benjamin Otte  <otte@gnome.org>
19509
19510         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19511         (gst_id3_tag_chain):
19512           rewrite buffer offset
19513
19514 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19515
19516         * configure.ac:
19517         * ext/Makefile.am:
19518         * ext/dts/Makefile.am:
19519         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19520         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19521         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19522         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19523         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19524         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19525         (plugin_init):
19526         * ext/dts/gstdtsdec.h:
19527           New DTS decoder.
19528         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19529         (gst_faad_srcconnect):
19530           Add ESDS atom handling (.m4a).
19531
19532 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * ext/divx/gstdivxdec.c: (plugin_init):
19535           Remove comment that makes no sense.
19536         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19537           Fix for obvious typo that resulted in warnings during gst-register.
19538         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19539         (gst_xviddec_sink_link):
19540           Fix caps negotiation a bit better.
19541         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19542           We call this 'codec_data', not 'esds'.
19543
19544 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19545
19546         * gst/monoscope/gstmonoscope.c:
19547           make sure we only provide 256x128
19548         * gst/monoscope/monoscope.c: (monoscope_init):
19549           assert size of 256x128
19550
19551 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19552
19553         * Makefile.am:
19554         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19555         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19556           fixate to max width and height of device
19557
19558 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * Makefile.am:
19561         * sys/v4l/gstv4l.c:
19562         * sys/v4l/gstv4lsrc.c:
19563         * sys/v4l/v4l_calls.c:
19564         * sys/v4l/v4lsrc_calls.c:
19565           fix for qc-usb driver which fakes having more than one buffer
19566           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19567           buffer_free override
19568           add debugging
19569
19570 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19571
19572         * Makefile.am:
19573         * gst/videotestsrc/gstvideotestsrc.c:
19574         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19575         (gst_videotestsrc_init), (gst_videotestsrc_get),
19576         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19577         * gst/videotestsrc/gstvideotestsrc.h:
19578           add num-buffers property
19579
19580         2004-04-26  Benjamin Otte  <otte@gnome.org>
19581
19582         * ext/mad/gstid3tag.c: (plugin_init):
19583           set id3mux rank to NONE so it doesn't confuse spider
19584           require audio/mpeg,mpegversion=1 in id3mux
19585
19586 2004-04-26  Benjamin Otte  <otte@gnome.org>
19587
19588         * configure.ac:
19589           detect faad correctly as non-working if it's indeed non-working
19590
19591 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19592
19593         * Makefile.am:
19594         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19595         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19596         fix _getcaps so it only negotiates to its supported format
19597
19598 2004-04-25  Benjamin Otte  <otte@gnome.org>
19599
19600         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19601           fix memleak
19602
19603 2004-04-23  Benjamin Otte  <otte@gnome.org>
19604
19605         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19606           audio/x-raw-int with height rules! not. Now it's depth.
19607
19608 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19611         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19612         (gst_wavparse_loop):
19613           Missing variable initialization. Add handling of DVI ADPCM. Fix
19614           mis-parsing of LIST chunks. This works around a bug where we mis-
19615           parse non-aligning LIST chunks (so LIST chunks where the contents
19616           don't align with the actual LIST size). The correct fix is to use
19617           rifflib, I'm not going to fix wavparse - too much work. All this
19618           fixes #104878.
19619
19620 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19621
19622         reviewed by Benjamin Otte  <otte@gnome.org>
19623
19624         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19625           fix shoutcast not working (fixes #140844)
19626
19627 2004-04-22  Benjamin Otte  <otte@gnome.org>
19628
19629         * ext/hermes/gsthermescolorspace.c:
19630         (gst_hermes_colorspace_caps_remove_format_info):
19631         * gst/colorspace/gstcolorspace.c:
19632         (gst_colorspace_caps_remove_format_info):
19633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19634         (gst_ffmpegcolorspace_caps_remove_format_info):
19635           s/gst_caps_simplify/gst_caps_do_simplify/
19636
19637 2004-04-22  Benjamin Otte  <otte@gnome.org>
19638
19639         * gst-libs/gst/riff/riff-media.c:
19640         (gst_riff_create_video_caps_with_data):
19641           mpegversion is an int
19642         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19643           don't try to create pad templates with NULL caps, use any caps
19644           instead.
19645
19646 2004-04-20  David Schleef  <ds@schleef.org>
19647
19648         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19649         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19650         (bug #140384)
19651
19652 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19653
19654         reviewed by David Schleef
19655
19656         * ext/mad/gstid3tag.c: Add stdlib.h
19657         * gst/rtp/gstrtpgsmenc.c: same
19658         * gst/tags/gstid3tag.c: same
19659         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19660         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19661         GST_DISABLE_LOADSAVE use.
19662         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19663         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19664         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19665         atol(3)).
19666         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19667         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19668         strtoul(3)).
19669         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19670         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19671         $(ID3_CFLAGS).
19672         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19673         $(LIBFAME_CFLAGS).
19674
19675 2004-04-20  David Schleef  <ds@schleef.org>
19676
19677         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19678         last checkin.  Same idea.
19679
19680 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19681
19682         reviewed by David Schleef
19683
19684         * configure.ac: bump required gstreamer version to 0.8.1.1
19685         because of following changes [--ds]
19686
19687         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19688         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19689         (gst_riff_read_header):  Use GST_READ_UINT*
19690         macros to access possibly unaligned memory.
19691
19692         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19693         (mp3_type_find):  Use GST_READ_UINT*
19694         macros to access possibly unaligned memory.
19695         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19696         (speex_type_find): Likewise
19697
19698         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19699
19700         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19701         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19702         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19703         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19704         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19705         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19706         macros to access possibly unaligned memory.
19707
19708         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19709         Likewise.
19710
19711         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19712         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19713
19714         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19715         Likewise.
19716
19717         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19718         (gst_mpeg2subt_chain_subtitle): Likewise.
19719
19720         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19721         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19722         Likewise.
19723
19724         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19725         Likewise.
19726
19727         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19728         Likewise.
19729
19730         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19731         Likewise.
19732
19733 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19734
19735         * configure.ac:
19736           update required version of GStreamer because of GST_TIME_FORMAT
19737
19738 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19739
19740         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19741           remove leftover g_print
19742         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19743           don't try setting only a subset of the caps. We don't want to kill
19744           autoplugging on purpose
19745
19746 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * sys/ximage/ximagesink.c: (plugin_init):
19749         * sys/xvimage/xvimagesink.c: (plugin_init):
19750           add debugging categories
19751
19752 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19753
19754         * po/en_GB.po:
19755         * po/LINGUAS:
19756           Adding en_GB translation (Gareth Owen)
19757
19758 2004-04-20  David Schleef  <ds@schleef.org>
19759
19760         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19761         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19762         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19763         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19764         A number of new features and hacks to extract the esds atom and
19765         put it into the caps.  (bug #137724)
19766
19767 2004-04-19  David Schleef  <ds@schleef.org>
19768
19769         * gconf/Makefile.am: Fix for non-GNU make
19770         * gst-libs/gst/Makefile.am: Change directory order to handle
19771         GstPlay linking with gstinterfaces
19772         * gst-libs/gst/audio/make_filter: make use of tr portable
19773         * gst-libs/gst/play/Makefile.am: Add intended \
19774         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19775         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19776         function prototype instead of void *.
19777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19778         macro.
19779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19780         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19781         * gst/videofilter/make_filter: make use of tr portable
19782         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19783
19784 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19785
19786         * po/LINGUAS:
19787         * po/uk.po:
19788           Added Ukrainian translation (Maxim V. Dziumanenko)
19789
19790 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19791
19792         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19793         (gst_gsmdec_link), (gst_gsmdec_chain):
19794           Fix capsnego, simplify chain function slightly.
19795         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19796           Add GSM.
19797
19798 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19799
19800         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19801         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19802         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19803           Hack to make wavparse work with spider (always -> sometimes pad).
19804           Fixes #135862 && #140411.
19805
19806 2004-04-18  Benjamin Otte  <otte@gnome.org>
19807
19808         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19809         (gst_osselement_rate_probe_check),
19810         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19811           get rid of \n in debug output
19812
19813 2004-04-17  Iain <iain@prettypeople.org>
19814
19815         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19816         not just EOS.
19817
19818 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19819
19820         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19821         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19822         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19823         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19824         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19825         (gst_id3_tag_change_state), (plugin_init):
19826           deprecate id3tag element and replace with id3demux/id3mux.
19827           great side effect: this ugly file is now even uglier, yay!
19828         * ext/mad/gstmad.h:
19829           remove non-available function
19830           update for new get_type
19831
19832 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19833
19834         * configure.ac:
19835           require mpeg2dec >= 0.4.0
19836
19837 2004-04-17  Benjamin Otte  <otte@gnome.org>
19838
19839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19840         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19841         (gst_xvimagesink_set_xwindow_id):
19842           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19843           assorted cleanup fixes.
19844
19845 2004-04-16  David Schleef  <ds@schleef.org>
19846
19847         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19848         * sys/xvimage/xvimagesink.h: same
19849
19850 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19851
19852         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19853           Fix GST_ELEMENT_ERROR with (NULL)
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           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19860
19861 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19862
19863         * gst-libs/gst/riff/riff-media.c:
19864         (gst_riff_create_video_caps_with_data),
19865         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19866         (gst_riff_create_video_template_caps),
19867         (gst_riff_create_audio_template_caps):
19868         * gst-libs/gst/riff/riff-media.h:
19869         * gst-libs/gst/riff/riff-read.c:
19870         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19871         * gst-libs/gst/riff/riff-read.h:
19872         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19873           Add MS RLE support. I added some functions to read out strf chunks
19874           into strf chunks and the data behind it. This is usually color
19875           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19876           caps creation. Lastly, add ADPCM (similar to wavparse - which
19877           should eventually be rifflib based).
19878         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19879         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19880         * gst/matroska/matroska-demux.h:
19881           Remove placeholders for some prehistoric tagging system. Didn't add
19882           support for any tag system really anyway.
19883         * gst/qtdemux/qtdemux.c:
19884           Add support for audio/x-m4a (MPEG-4) through spider.
19885         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19886         (gst_wavparse_loop):
19887           ADPCM support (#135862). Increase max. buffer size because we
19888           cannot split buffers for ADPCM (screws references) and I've seen
19889           files with 2048 byte chunks. 4096 seems safe for now.
19890
19891 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19892
19893         * configure.ac: bump nano to 1
19894
19895 === release 0.8.1 ===
19896
19897 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19898
19899         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19900
19901 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19902
19903         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19904           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19905           Fixes #140058
19906
19907 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19908
19909         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19910           lower rank of dvddemux so that it's not used for mpeg playback.
19911
19912 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19913
19914         * configure.ac:
19915           save libs correctly when checking mad
19916
19917 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19918
19919         * ext/mad/gstid3tag.c: (plugin_init):
19920           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19921
19922 2004-04-13  David Schleef  <ds@schleef.org>
19923
19924         * common/m4/gst-feature.m4: Call -config scripts with
19925         --plugin-libs if it is supported.
19926         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19927         JPEG images are image/jpeg.
19928         * gst/debug/Makefile.am:
19929         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19930         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19931         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19932         (gst_negotiation_plugin_init): Add a property that acts like
19933         filter caps.
19934         * testsuite/gst-lint:  Move license checking to be a standard
19935         test.
19936
19937 2004-04-13  David Schleef  <ds@schleef.org>
19938
19939         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19940         patch from Sebastien Cote (bug #139958)
19941
19942 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19943
19944         * examples/gstplay/Makefile.am:
19945         * examples/gstplay/player.c: (main):
19946           make the commandline player example use gconf settings
19947
19948 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19949
19950         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19951         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19952         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19953           init/end library during state transition, not object
19954           creation/disposal.  get rid of custom dispose handler.
19955
19956
19957 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19958
19959         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19960         be a symlink
19961
19962 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19963
19964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19965           Handle JUNK chunks inside data section. Prevents warnings.
19966
19967 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19968
19969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19970         (gst_riff_create_video_template_caps):
19971           Add MS video v1.
19972         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19973         (gst_avi_demux_stream_data):
19974           Add support for "rec-list" chunks.
19975
19976 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19977
19978         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19979           Fix another codecname mismatch.
19980
19981 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19982
19983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19984           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19985           so that MJPEG plays back.
19986
19987 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19988
19989         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19990         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19991         * gst/mpeg1videoparse/gstmp1videoparse.h:
19992           Fix for some slight mis-cuts in buffer parsing, and for some
19993           potential overflows or faults-causers. Adds disconts. Also fixes
19994           #139105 while we're at it.
19995
19996 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19997
19998         * configure.ac:
19999         * sys/v4l2/gstv4l2element.h:
20000           Workaround for missing struct v4l2_buffer declaration in Suse 9
20001           and Mandrake 10 linux/videodev2.h header file (#135919).
20002
20003 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20004
20005         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20006           Bail out if no filename was given.
20007
20008 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20009
20010         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20011         (gst_v4l2_fourcc_from_structure):
20012           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20013           Y41B somewhere).
20014
20015 2004-04-09  Benjamin Otte  <otte@gnome.org>
20016
20017         * ext/gnomevfs/gstgnomevfssink.c:
20018         (_gst_boolean_allow_overwrite_accumulator),
20019         (gst_gnomevfssink_class_init):
20020           fix erase signal - if any handler returns false the file will not be
20021           overwritten. If no handler is connected, the file will not be
20022           overwritten either.
20023           renamed signal to "allow-overwrite"
20024         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20025           free string when adding it to ID3 failed
20026         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20027           unref event when done
20028         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20029           free caps
20030         * gst/typefind/gsttypefindfunctions.c:
20031         (mpeg_video_stream_type_find):
20032           fix invalid read
20033
20034 2004-04-08  David Schleef  <ds@schleef.org>
20035
20036         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20037         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20038
20039 2004-04-08  David Schleef  <ds@schleef.org>
20040
20041         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20042         we don't support (bug #139532)
20043
20044 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20045
20046         * ext/mad/gstmad.c: (gst_mad_handle_event),
20047         (gst_mad_check_caps_reset), (gst_mad_chain),
20048         (gst_mad_change_state):
20049           only set explicit caps if they haven't been set before for
20050           this stream.  MPEG-audio sample rate/channels aren't allowed
20051           to change in-stream.
20052           Fixes #139382
20053
20054 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20055
20056         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20057         (_gst_boolean_did_something_accumulator),
20058         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20059         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20060         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20061         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20062         (gst_gnomevfssink_change_state):
20063           Fix erase signal. Don't erase by default. Remove handoff signal.
20064           Remove erase property. Don't segfault. General cleanup.
20065
20066 2004-04-07  Benjamin Otte  <otte@gnome.org>
20067
20068         * gst-libs/gst/gconf/test-gconf.c: (main):
20069           add missing gst_init
20070
20071 2004-04-07  Benjamin Otte  <otte@gnome.org>
20072
20073         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20074           free the mutexes, too
20075
20076 2004-04-07  Benjamin Otte  <otte@gnome.org>
20077
20078         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20079           actually free the URI string
20080         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20081           compute offset correctly when passing discont events
20082         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20083           don't leak discont events
20084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20085           add some missing breaks so caps aren't copied randomly
20086         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20087           if we realloc memory, we better use it
20088
20089 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20090
20091         * ext/mad/gstmad.c: (normal_seek):
20092           fix GST_FORMAT_TIME usage
20093
20094 2004-04-05  David Schleef  <ds@schleef.org>
20095
20096         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20097         a deprecated function (hack!)
20098
20099 2004-04-05  Benjamin Otte  <otte@gnome.org>
20100
20101         * ext/esd/esdmon.c: (gst_esdmon_get):
20102           fix nonterminated vararg and memleak
20103
20104 2004-04-05  Benjamin Otte  <otte@gnome.org>
20105
20106         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20107         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20108         (gst_ladspa_set_property), (gst_ladspa_get_property),
20109         (gst_ladspa_instantiate), (gst_ladspa_activate),
20110         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20111           clean up debugging
20112
20113 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20114
20115         reviewed by Benjamin Otte  <otte@gnome.org>
20116
20117         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20118           check for broken LADSPA parameters (fixes #138635)
20119
20120 2004-04-05  Benjamin Otte  <otte@gnome.org>
20121
20122         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20123           advertise buffer-frames correctly on sinkpads
20124
20125 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20126
20127         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20128         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20129         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20130         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20131         (gst_mad_check_caps_reset), (gst_mad_chain):
20132         add more debugging, only reset caps when we're not in error state
20133
20134 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20135
20136         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20137
20138 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20139
20140         reviewed by Benjamin Otte  <otte@gnome.org>
20141
20142         * configure.ac:
20143           fix == in test(1) operator
20144
20145 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20146
20147         reviewed by Benjamin Otte  <otte@gnome.org>
20148
20149         * configure.ac:
20150           fix --export-symblos-regex to a working regex.
20151
20152 2004-04-04  Benjamin Otte  <otte@gnome.org>
20153
20154         * sys/oss/.cvsignore:
20155           add for oss_probe
20156
20157 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20158
20159         reviewed by Benjamin Otte  <otte@gnome.org>
20160
20161         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20162           add missing 'new_media' argument (fixes #138168)
20163         * gst/matroska/matroska-demux.c:
20164         (gst_matroska_demux_handle_seek_event):
20165           add vararg terminator (fixes #138169)
20166
20167 2004-04-02  David Schleef  <ds@schleef.org>
20168
20169         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20170         disted (bug #138914)
20171
20172 2004-04-01  Benjamin Otte  <otte@gnome.org>
20173
20174         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20175         (gst_alsa_close_audio):
20176           handle case better where a soundcard can't pause
20177         * ext/ogg/gstoggdemux.c:
20178           don't crash when we get events but don't have pads yet
20179
20180 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20181
20182         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20183           throw an error if we couldn't probe any caps.
20184
20185 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20186
20187         * ext/dvdnav/gst-dvd:
20188         Add a really simple sample DVD player
20189
20190 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20191
20192         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20193         (gst_a52dec_push), (gst_a52dec_handle_event),
20194         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20195         (gst_a52dec_change_state):
20196         * ext/a52dec/gsta52dec.h:
20197           Use a debug category, Output timestamps correctly
20198           Emit tag info, Handle events, tell liba52dec about cpu
20199           capabilities so it can use MMX etc.
20200         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20201           Fix a crasher accessing invalid memory
20202         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20203         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20204         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20205         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20206         (dvdnavsrc_query):
20207           Some support for byte-format seeking.
20208           Small fixes for still frames and menu button overlays
20209         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20210         (gst_mpeg2dec_alloc_buffer):
20211           Use a debug category. Adjust the report level of several items to
20212           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20213           so it doesn't lose the GstBuffer pointer
20214         * gst/debug/Makefile.am:
20215         * gst/debug/gstdebug.c: (plugin_init):
20216         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20217         (gst_navseek_base_init), (gst_navseek_class_init),
20218         (gst_navseek_init), (gst_navseek_seek),
20219         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20220         (gst_navseek_get_property), (gst_navseek_chain),
20221         (gst_navseek_plugin_init):
20222         * gst/debug/gstnavseek.h:
20223           Add the navseek debug element for seeking back and forth in a
20224           video stream using arrow keys.
20225         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20226         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20227         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20228         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20229         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20230         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20231         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20232         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20233         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20234         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20235         * gst/mpeg2sub/gstmpeg2subt.h:
20236           Pretty much a complete rewrite. Now a loopbased element. May still
20237           require work to properly synchronise subtitle buffers.
20238         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20239         (gst_dvd_demux_send_subbuffer):
20240         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20241           Don't attempt to create subbuffers of size 0
20242           Reduce a couple of error outputs to warnings.
20243         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20244         (gst_y4mencode_chain):
20245         Output the y4m frame header correctly.
20246
20247 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20248
20249         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20250           throw errors instead of allowing SIGFPE
20251
20252 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20253
20254         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20255         (gst_gconf_render_bin_from_key):
20256           leak plugging and style fixing
20257
20258 2004-03-31  David Schleef  <ds@schleef.org>
20259
20260         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20261         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20262         (bug #138225)
20263         * gst/debug/Makefile.am:
20264         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20265         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20266         plugin.
20267         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20268         (gst_negotiation_base_init), (gst_negotiation_class_init),
20269         (gst_negotiation_init), (gst_negotiation_getcaps),
20270         (gst_negotiation_pad_link), (gst_negotiation_chain),
20271         (gst_negotiation_set_property), (gst_negotiation_get_property),
20272         (gst_negotiation_plugin_init):  New element to talk about random
20273         negotiation things happening in a pipeline.
20274
20275 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20276
20277         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20278           fix integer addition with help of Stefan Kost
20279
20280 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20281
20282         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20283
20284 2004-03-30  David Schleef  <ds@schleef.org>
20285
20286         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20287         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20288         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20289         (bug #137504)
20290         * ext/mpeg2dec/gstmpeg2dec.h:
20291
20292 2004-03-30  David Schleef  <ds@schleef.org>
20293
20294         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20295
20296 2004-03-30  David Schleef  <ds@schleef.org>
20297
20298         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20299         Michael Petullo) to handle .mov
20300
20301 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20302
20303         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20304         (gst_osselement_rate_check_rate):
20305           probe caps correctly for sound cards that only support one format
20306
20307 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20308
20309         * ext/kio/kiosrc.cpp: (process_events):
20310           update handling event processing if inside KDE - untested
20311
20312 2004-03-29  David Schleef  <ds@schleef.org>
20313
20314         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20315         by 2 to not interfere with other colorspaces.
20316         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20317         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20318         one to not interfere with ffmpeg_colorspace.
20319
20320 2004-03-29  David Schleef  <ds@schleef.org>
20321
20322         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20323         aren't in the caps.
20324         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20325         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20326
20327 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20328
20329         * gst-libs/gst/riff/riff-media.c:
20330           fail on error, don't try to set stuff on NULL caps
20331
20332 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20333
20334         * configure.ac:
20335         * ext/Makefile.am:
20336         * ext/kio/Makefile.am:
20337         * ext/kio/kioreceiver.cpp:
20338         * ext/kio/kioreceiver.h:
20339         * ext/kio/kiosrc.cpp:
20340         * ext/kio/kiosrc.h:
20341           add experimental kiosrc plugin
20342         * ext/alsa/gstalsaplugin.c: (plugin_init):
20343           initialize debugging category only when we're sure registering the
20344           plugins worked.
20345
20346 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20347
20348         * examples/gstplay/player.c: (main):
20349         * gst-libs/gst/play/play.c: (gst_play_class_init),
20350         (gst_play_set_location), (gst_play_set_data_src),
20351         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20352         (gst_play_set_visualization), (gst_play_connect_visualization):
20353           check return values of element_set_state and return FALSE where
20354           failed
20355
20356 2004-03-29  Benjamin Otte  <otte@gnome.org>
20357
20358         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20359           try harder to check if an event is really a discont
20360
20361 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20362
20363         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20364         * po/az.po:
20365
20366 2004-03-28  Benjamin Otte  <otte@gnome.org>
20367
20368         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20369         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20370         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20371           get rid of non-standard "..." ranges in case statements.
20372
20373 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20374
20375         * gst/mpegstream/gstmpegdemux.c:
20376         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20377         specific functionality split to the new dvddemux element.
20378         * gst/mpegstream/gstdvddemux.c:
20379         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20380         streams, derived from mpegdemux.
20381         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20382         up. SCR based timestamp rewriting can be turned off (will probably
20383         completely disappear soon).
20384         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20385         hacking. General cleanup. All printf statements replaced by
20386         debugging messages. Almost complete libdvdnav support.
20387         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20388         by events. New properties for audio and subpicture languages.
20389         (dvdnavsrc_update_highlight): Now uses events.
20390         (dvdnavsrc_user_op): Cleaned up.
20391         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20392         based). Lots of cleanup, and propper support for most libdvdnav
20393         events.
20394         (dvdnavsrc_make_dvd_event): New function.
20395         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20396         (dvdnavsrc_make_clut_change_event): New function.
20397
20398 2004-03-26  Benjamin Otte  <otte@gnome.org>
20399
20400         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20401           fix bug where typefinding would claim it's theora whenever less then
20402           7 bytes of data were available
20403
20404 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20405
20406         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20407         (gst_alawdec_base_init), (gst_alawdec_class_init),
20408         (gst_alawdec_init), (gst_alawdec_chain):
20409         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20410         (gst_alawenc_base_init), (gst_alawenc_class_init),
20411         (gst_alawenc_init), (gst_alawenc_chain):
20412         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20413         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20414         (gst_mulawdec_init), (gst_mulawdec_chain):
20415         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20416         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20417         (gst_mulawenc_init), (gst_mulawenc_chain):
20418           Fix capsnego in all four, remove the unused property functions and
20419           simplify the chain functions slightly. I guess we could use macros
20420           or something similar for those, since the code is so similar, but
20421           I'm currently too lazy...
20422
20423 2004-03-24  David Schleef  <ds@schleef.org>
20424
20425         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20426         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20427         (gst_osselement_get_format_structure),
20428         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20429         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20430         (gst_osselement_rate_int_compare): Add code to handle rate probing
20431         (bug #120883)
20432         * sys/oss/gstosselement.h: same
20433         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20434         Use rate probing provided by osselement.
20435         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20436
20437 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20438
20439         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20440         (gst_xvidenc_get_property):
20441           ulong/int mess-up.
20442
20443 2004-03-24  David Schleef  <ds@schleef.org>
20444
20445         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20446         (gst_speexdec_init):
20447         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20448         (gst_speexenc_init):  Create the pad template correctly (from
20449         the static pad template, not a NULL pointer.)
20450
20451 2004-03-25  Benjamin Otte  <otte@gnome.org>
20452
20453         * gst/debug/Makefile.am:
20454         * gst/debug/breakmydata.c:
20455           add element that quasi-randomly changes bytes in the stream.
20456           Intended use is robustness checking of demuxers and decoders in
20457           media tests.
20458
20459 2004-03-24  Benjamin Otte  <otte@gnome.org>
20460
20461         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20462         (gst_alsa_probe_hw_params):
20463         * ext/alsa/gstalsa.h:
20464           debugging output fixes
20465
20466 2004-03-24  Benjamin Otte  <otte@gnome.org>
20467
20468         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20469           don't g_return_if_fail if element is PLAYING, fail silently as every
20470           other element.
20471         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20472           only fix needed for cast lvalue issues in gst-plugins
20473         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20474           add proxy_getcaps
20475
20476 2004-03-24  Benjamin Otte  <otte@gnome.org>
20477
20478         * gst/level/gstlevel.c: (gst_level_init):
20479           add proxying getcaps function, so level doesn't advertise impossible
20480           caps
20481
20482 2004-03-24  David Schleef  <ds@schleef.org>
20483
20484         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20485         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20486         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20487         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20488         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20489         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20490         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20491         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20492         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20493         messages.  Divide the chunk size by the compression ratio
20494         (needed for MACE audio)
20495
20496 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20497
20498         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20499           Fix buffer overflow read error.
20500
20501 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20502
20503         * ext/alsa/gstalsa.h:
20504           Remove unused entry.
20505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20506           Add cinepak.
20507         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20508         (gst_videodrop_link), (gst_videodrop_chain):
20509           Fix, sort of. Was horribly broken with new capsnego. Bah...
20510
20511 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20512
20513         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20514         (plugin_init):
20515         Add a monkeysaudio typefind function
20516
20517 2004-03-23  Johan Dahlin  <johan@gnome.org>
20518
20519         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20520         (gst_play_video_fixate): Check so the structure has the field
20521         before trying to fixate them, this makes it possible to have
20522         fakesinks for video and audio output without printing errors on
20523         the output console.
20524
20525 2004-03-22  David Schleef  <ds@schleef.org>
20526
20527         * sys/oss/Makefile.am:
20528         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20529         (check_rate), (add_rate):  Rate probing test app.
20530
20531 2004-03-21  Benjamin Otte  <otte@gnome.org>
20532
20533         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20534         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20535           add a fixation function that pretty much does the right thing (fixes
20536           #137556)
20537
20538 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20539
20540         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20541
20542 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20543
20544         reviewed by: Benjamin Otte  <otte@gnome.org>
20545
20546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20547           terminate gst_event_new_discontinuous correctly (fixes parts of
20548           #137711)
20549
20550 2004-03-19  David Schleef  <ds@schleef.org>
20551
20552         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20553         since it doesn't depend on X, and it's part of our ABI.
20554
20555 2004-03-19  Iain <iain@prettypeople.org>
20556
20557         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20558         is_int in the structure, not the local variable.
20559
20560 2004-03-19  David Schleef  <ds@schleef.org>
20561
20562         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20563         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20564         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20565         Improvements in caps negotiation.
20566
20567 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20568
20569         * po/LINGUAS:
20570         * po/af.po:
20571           adding Afrikaans (Petri Jooste)
20572
20573 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20574
20575         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20576         (gst_ffmpegcolorspace_chain):
20577         throw error instead of g_critical (#137588)
20578
20579 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20580
20581         * Makefile.am:
20582         * configure.ac:
20583           dist common and m4 correctly
20584         * po/sv.po:
20585
20586 2004-03-17  David Schleef  <ds@schleef.org>
20587
20588         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20589         (bug #137348)
20590
20591 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20592
20593         * po/LINGUAS:
20594         * po/sv.po:
20595           adding Swedish translation (Christian Rose)
20596
20597 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20598
20599         * Makefile.am: use release.mak
20600
20601 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20602
20603         * common/ChangeLog:
20604         * common/gst-autogen.sh:
20605           add some explanation about the version detection
20606         * configure.ac:
20607           fix X check
20608
20609 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20610
20611         * configure.ac: bump nano to 1
20612
20613 === release 0.8.0 ===
20614
20615 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20616
20617         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20618
20619 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20620
20621         * configure.ac:
20622           update libtool version
20623         * gst-libs/gst/media-info/Makefile.am:
20624           actually use libtool version
20625
20626 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20627
20628         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20629
20630 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20631
20632         * configure.ac:
20633         * gst-plugins.spec.in:
20634         * pkgconfig/Makefile.am:
20635         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20636         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20637         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20638         * pkgconfig/gstreamer-libs.pc.in:
20639         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20640         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20641         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20642         * pkgconfig/gstreamer-plugins.pc.in:
20643           remove @VERSION@ from some of the pc files since core and plugins
20644           are decoupled.
20645           created gstreamer-plugins.pc as it's a better name, but keeping
20646           -libs around for now to get fixes upstream done first.
20647
20648 2004-03-15  Julien MOUTTE <julien@moutte.net>
20649
20650         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20651         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20652         * gst-libs/gst/play/play.h:
20653
20654 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20655
20656         * *.c, *.cc: don't mix tabs and spaces
20657
20658 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20659
20660         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20661           use the new ffmpegcolorspace
20662         * gst-plugins.spec.in:
20663           package new colorspace and media-info
20664         * configure.ac:
20665         * pkgconfig/Makefile.am:
20666           fix some more disting issues
20667         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20668         * pkgconfig/gstreamer-media-info.pc.in:
20669           generate media-info pc files
20670
20671 2004-03-15  Johan Dahlin  <johan@gnome.org>
20672
20673         * *.h: Revert indenting
20674
20675 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20676
20677         * configure.ac:
20678           adding ffmpegcolorspace element
20679         * gst/ffmpegcolorspace/Makefile.am:
20680         * gst/ffmpegcolorspace/avcodec.h:
20681         * gst/ffmpegcolorspace/common.h:
20682         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20683         * gst/ffmpegcolorspace/dsputil.h:
20684         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20685         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20686         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20687         (gst_ffmpeg_caps_to_pix_fmt):
20688         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20690         (gst_ffmpegcolorspace_caps_remove_format_info),
20691         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20692         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20693         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20694         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20695         (gst_ffmpegcolorspace_set_property),
20696         (gst_ffmpegcolorspace_get_property),
20697         (gst_ffmpegcolorspace_register):
20698         * gst/ffmpegcolorspace/imgconvert.c:
20699         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20700         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20701         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20702         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20703         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20704         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20705         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20706         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20707         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20708         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20709         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20710         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20711         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20712         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20713         (img_get_alpha_info), (deinterlace_line),
20714         (deinterlace_line_inplace), (deinterlace_bottom_field),
20715         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20716         * gst/ffmpegcolorspace/imgconvert_template.h:
20717         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20718         * gst/ffmpegcolorspace/mmx.h:
20719         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20720           adding ffmpegcolorspace element supplied by Ronald after cleaning
20721           up and pulling in the right bits of upstream source.
20722           I'm sure a better C/compiler wizard could do some cleaning up (for
20723           example use GLIB's malloc stuff), but as a first pass this
20724           works very well
20725
20726 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20727
20728         * ext/alsa/gstalsa.h:
20729           I assume Ronald forgot to commit the change to have cardname
20730           as a struct member.  Expect some public spanking at the next
20731           opportunity.
20732
20733 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20734
20735         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20736         (gst_alsa_open_audio), (gst_alsa_close_audio):
20737         * ext/alsa/gstalsa.c:
20738           Don't open the device if we're a mixer (= padless).
20739         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20740         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20741         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20742           Open mixer during state change rather than during object
20743           initialization. Also, get a device name. Currently in a somewhat
20744           hackish fashion, but I didn't really find something better.
20745
20746 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20747
20748         * *.c, *.h: run gst-indent
20749
20750 2004-03-14  Benjamin Otte  <otte@gnome.org>
20751
20752         * gst/modplug/gstmodplug.cc:
20753         * gst/modplug/gstmodplug.h:
20754           set correct timestamps on outgoing buffers
20755
20756 2004-03-14  Benjamin Otte  <otte@gnome.org>
20757
20758         * gst/modplug/gstmodplug.cc:
20759           handle events - don't do crap when a discont arrives that's not
20760           necessary
20761           This allows correct loading and playback of mods in Rhythmbox
20762
20763 2004-03-14  Benjamin Otte  <otte@gnome.org>
20764
20765         * configure.ac:
20766         * gst-libs/gst/gconf/Makefile.am:
20767         * pkgconfig/Makefile.am:
20768           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20769           they get rebuilt properly
20770         * configure.ac:
20771           when checking for vorbis, try pkgconfig first.
20772         * gst/modplug/gstmodplug.cc:
20773           add fixate function
20774
20775 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20776
20777         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20778           Fix for obvious mistake, where we first shift the offset and then
20779           read a samplesize element assuming the old offset. Note that this
20780           part still has something weird, i.e. my movies containing those
20781           don't actually play well, but at least there's something that looks
20782           like sound now.
20783
20784 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20785         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20786         (plugin_init):
20787         Add a typefind function for speex format
20788
20789 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20790
20791         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20792         (gst_asf_demux_setup_pad):
20793           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20794           instead of 0. Reason is simple: some elements have a fps range
20795           of 1-max instead of 0-max. So now ASF video actually works.
20796
20797 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20798
20799         * po/LINGUAS:
20800         * po/sr.po:
20801           adding serbian as a language
20802
20803 2004-03-13  Benjamin Otte  <otte@gnome.org>
20804
20805         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20806           return taglist correctly from _get function, don't gst_pad_push it.
20807           (fixes #137042)
20808
20809 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20810         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20811
20812 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20813
20814         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20815         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20816         (gst_alsa_mixer_track_new):
20817         * ext/alsa/gstalsamixertrack.h:
20818           Fix ancient leftovers... MixerTrack is a GObject.
20819
20820 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20823         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20824           Don't block during probing...
20825
20826 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20827
20828         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20829         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20830         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20831         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20832         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20833         (gst_alsa_open_audio), (gst_alsa_close_audio):
20834         * ext/alsa/gstalsa.h:
20835           Add propertyprobe interface implementation, add some device-name
20836           property, all this so that it looks good in gnome-volume-control.
20837
20838 2004-03-12  David Schleef  <ds@schleef.org>
20839
20840         * configure.ac: the Hermes library controls hermescolorspace, not
20841         colorspace.
20842         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20843         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20844         not /* */
20845         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20846         * ext/sdl/sdlvideosink.h: ditto.
20847         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20848
20849 2004-03-12  Benjamin Otte  <otte@gnome.org>
20850
20851         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20852         (gst_x_overlay_got_xwindow_id):
20853         * gst-libs/gst/xoverlay/xoverlay.h:
20854           replace XID with unsigned long to get rid of the xlibs dependency in
20855           XOverlay (fixes #137004)
20856
20857 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20858         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20859         (gst_agingtv_setup):
20860         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20861         (gst_dicetv_base_init), (gst_dicetv_class_init),
20862         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20863         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20864         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20865         (gst_edgetv_setup), (gst_edgetv_rgb32):
20866         * gst/effectv/gsteffectv.c:
20867         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20868         (gst_quarktv_set_property):
20869         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20870         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20871         (gst_revtv_setup), (gst_revtv_rgb32):
20872         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20873         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20874         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20875         (gst_shagadelictv_rgb32):
20876         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20877         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20878         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20879         * gst/effectv/gstwarp.c:
20880         Port everything that can be ported to videofilter and fix up the caps.
20881         Can someone with a big-endian machine please check these?
20882
20883 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20884
20885         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20886         (gst_osssink_chain), (gst_osssink_change_state):
20887           Latest fixes for A/V sync, audio playback and such. This is about
20888           all... MPEG playback issues are mostly related to the async build-
20889           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20890
20891 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20892
20893         patch from: Stephane Loeuillet
20894
20895         * configure.ac:
20896           use pkg-config for some libraries, falling back to the old .m4 way
20897           (fixes #131270)
20898         * m4/libdv.m4:
20899           removed
20900
20901 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20902
20903         * configure.ac:
20904         * tools/Makefile.am:
20905         * tools/Makefile.in:
20906         * tools/gst-launch-ext-m.m:
20907         * tools/gst-launch-ext.1.in:
20908         * tools/gst-visualise-m.m:
20909         * tools/gst-visualise.1:
20910         * tools/gst-visualise.1.in:
20911           reorganizing generation of script tools
20912
20913 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20914
20915         * ext/divx/gstdivxdec.c:
20916           Downgrade priority. We prefer ffdec_mpeg4.
20917         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20918         (gst_faad_chain), (gst_faad_change_state):
20919           Fix capsnego. Doesn't work for some sounds because we don't have
20920           a 5:1 to stereo element.
20921         * ext/xvid/gstxvid.c: (plugin_init):
20922           Add priority.
20923         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20924         (gst_osssink_change_state):
20925           Add discont handling.
20926
20927 2004-03-09  Colin Walters  <walters@verbum.org>
20928
20929         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20930         conversion.
20931
20932 2004-03-09  Benjamin Otte  <otte@gnome.org>
20933
20934         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20935           the signals take 2 arguments
20936
20937 2004-03-09  David Schleef  <ds@schleef.org>
20938
20939         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20940         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20941         * ext/alsa/gstalsa.h:
20942         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20943
20944 2004-03-09  Benjamin Otte  <otte@gnome.org>
20945
20946         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20947         (gst_mikmod_change_state):
20948         * ext/mikmod/gstmikmod.h:
20949           make mikmod's loop function not loop infinitely and call
20950           gst_element_yield anymore
20951         * gst/modplug/gstmodplug.cc:
20952           fix pad negotiation (fixes #136590)
20953
20954 2004-03-09  David Schleef  <ds@schleef.org>
20955
20956         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20957         doesn't conflict with the internal colorspace plugin.
20958         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20959         satisfy the crappy-ass shell shipped by a certain vendor.
20960         * gst/videofilter/make_filter: same (bug #135299)
20961
20962 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20963
20964         * configure.ac: bump nano to 1
20965
20966 === release 0.7.6 ===
20967
20968 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20969
20970         * configure.in: releasing 0.7.6, "There"
20971
20972 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20975         * pkgconfig/gstreamer-play.pc.in:
20976           synchronize the two
20977
20978 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20979
20980         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20981         (cdparanoia_open), (cdparanoia_event):
20982           fix/add error handling
20983         * po/POTFILES.in:
20984           add cdparanoia source
20985         * tools/Makefile.am:
20986           make scripts executable
20987
20988 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20989
20990         * configure.ac:
20991         * ext/vorbis/Makefile.am:
20992         * sys/Makefile.am:
20993           remove id3types, vorbisfile and xvideosink from the build (#133783)
20994
20995 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20996
20997         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20998           Fix metadata read crash (#136537).
20999
21000 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21001
21002         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21003         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21004           adding mime types, fixing the one-stop function
21005
21006 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21007
21008         * ext/nas/nassink.c and /ext/nas/nassink.h:
21009         More NAS love from Arwed von Merkatz
21010         So lets all sing 'Can you feel the NAS tonight'
21011
21012 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21013
21014         * tools/gst-launch-ext.in:
21015         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21016
21017 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21018
21019         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21020         (gst_mpeg2dec_init):
21021         remove the user_data pad for now, because it is being used in
21022         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21023         If someone knows how to fix this properly, please do.
21024
21025 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21026
21027         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21028         (gst_osssink_get_time):
21029         add a warning, IMO this won't get triggered anymore, remove later
21030
21031 2004-03-07  David Schleef  <ds@schleef.org>
21032
21033         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21034         format (bug #136470)
21035
21036 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21037
21038         * gst-libs/Makefile.am:
21039         * gst-libs/gst/media-info/Makefile.am:
21040         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21041         (error_callback), (gst_media_info_error_create),
21042         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21043         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21044         * gst-libs/gst/media-info/media-info-priv.h:
21045         * gst-libs/gst/media-info/media-info-test.c: (main):
21046         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21047         (gst_media_info_class_init), (gst_media_info_instance_init),
21048         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21049         (gst_media_info_read_idler), (gst_media_info_read):
21050         * gst-libs/gst/media-info/media-info.h:
21051         fixed, should work now
21052
21053 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21054
21055         * ext/nas/nassink.c:
21056         A bunch of NAS fixes from Arwed von Merkatz
21057
21058 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21059
21060         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21061         (qtdemux_parse_trak):
21062           Fix crash (j might be greater than n_samples, in which case we're
21063           writing outside the allocated space for the array) and memleak.
21064
21065 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21066
21067         * sys/oss/gstosssink.c: (gst_osssink_chain):
21068           And another caller that couldn't handle delay < 0 (unsigned
21069           integer overflow). Video now continues playing on an audio
21070           buffer underrun, and the clock continues working. Audio still
21071           stalls.
21072
21073 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21074
21075         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21076         (gst_osssink_get_time):
21077           get_delay() may return values lower than 0. In those cases, we
21078           should not actually cast to *unsigned* int64, that will break
21079           stuff horribly. In my case, it screwed up A/V sync in movies
21080           in totem rather badly.
21081
21082 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21083
21084         * ext/faac/gstfaac.c: (gst_faac_chain):
21085         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21086         * ext/libpng/gstpngenc.c: (user_write_data):
21087         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21088         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21089         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21090         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21091         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21092         of any buffer), should fix some leaks. I hope I didn't unref buffers
21093         that shouldn't be...
21094
21095 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21096
21097         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21098         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21099         (error_callback), (gmi_reset), (gmi_seek_to_track),
21100         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21101         (gmip_find_type_post), (gmip_find_stream_post),
21102         (gmip_find_track_streaminfo_post):
21103         * gst-libs/gst/media-info/media-info-priv.h:
21104         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21105         (info_print), (main):
21106         * gst-libs/gst/media-info/media-info.c:
21107         (gst_media_info_error_create), (gst_media_info_error_element),
21108         (gst_media_info_instance_init), (gst_media_info_get_property),
21109         (gst_media_info_new), (gst_media_info_set_source),
21110         (gst_media_info_read_idler), (gst_media_info_read):
21111         * gst-libs/gst/media-info/media-info.h:
21112           first pass at making this work again.  This seems to work on
21113           tagged ogg/vorbis and mp3 files.
21114
21115 2004-03-06  Benjamin Otte  <otte@gnome.org>
21116
21117         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21118           fix huge leak: gst_buffer_merge doesn't unref the first argument
21119           itself.
21120
21121 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21122
21123         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21124           report layer/mode/emphasis
21125
21126 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21127
21128         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21129
21130 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21131
21132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21133           signal serial
21134
21135 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21136
21137         * ext/vorbis/vorbis.c: (plugin_init):
21138         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21139         (gst_vorbis_dec_init), (vorbis_dec_event):
21140         add debug category
21141         make vorbisdec handle _BYTE and _TIME queries
21142
21143 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21144
21145         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21146           from the xing header
21147
21148 2004-03-06  Benjamin Otte  <otte@gnome.org>
21149
21150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21151         (gst_audio_convert_link), (gst_audio_convert_change_state),
21152         (gst_audio_convert_buffer_from_default_format):
21153           do conversions from/to float correctly, fix some caps nego errors,
21154           export correct supported caps in template and getcaps, use correct
21155           caps in try_set_caps functions
21156
21157 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21158
21159         For some reason, I only committed a ChangeLog entry yesterday and
21160         not the corresponding code...
21161         * ext/mad/gstmad.c: Fix detection of Xing headers
21162         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21163
21164 2004-03-06  Benjamin Otte  <otte@gnome.org>
21165
21166         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21167         (gst_ogg_demux_src_query):
21168           make sure to handle the case where there's no current chain
21169           gracefully.
21170
21171 2004-03-05  David Schleef  <ds@schleef.org>
21172
21173         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21174         Add fixate function. (bug #131128)
21175         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21176         (gst_sdlvideosink_fixate):  Add fixate function.
21177         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21178         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21179         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21180         Fix missing break that was causing ulaw to be interpreted as
21181         raw int.
21182
21183 2004-03-05  David Schleef  <ds@schleef.org>
21184
21185         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21186         Fix code that ignores return value of gst_buffer_merge().
21187         (bug #114560)
21188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21189         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21190         * testsuite/gst-lint:  Check for above.
21191
21192 2004-03-05  David Schleef  <ds@schleef.org>
21193
21194         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21195         caps and throw an element error.  (bug #136334)
21196
21197 2004-03-05  David Schleef  <ds@schleef.org>
21198
21199         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21200         (gst_faad_chain): Fix negotiation.
21201         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21202         key and button events.
21203         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21204         dung heap of code.
21205         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21206         depends on gconf
21207         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21208         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21209         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21210         function to encourage better negotiation, particularly between
21211         audioconvert and osssink.
21212         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21213         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21214         more important.
21215         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21216         typefinding.
21217         * gst/vbidec/vbiscreen.c:  Add glib header
21218         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21219
21220 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21221
21222         * ext/mad/gstmad.c: Fix detection of Xing headers
21223         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21224
21225 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21226
21227         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21228         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21229           debug updates
21230
21231 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21232
21233         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21234         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21235         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21236         files, and report the parsed length as a GST_TAG_DURATION tag.
21237         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21238
21239 2004-03-05  Benjamin Otte  <otte@gnome.org>
21240
21241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21242           convert channels correctly. convert correctly to unsigned.
21243
21244 2004-03-05  Julien MOUTTE <julien@moutte.net>
21245
21246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21247         we have a window before clearing it.
21248
21249 2004-03-05  Julien MOUTTE <julien@moutte.net>
21250
21251         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21252         have a window before clearing it.
21253
21254 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21255
21256         * gconf/gstreamer.schemas.in:
21257         * gst-libs/gst/gconf/Makefile.am:
21258           version installation path the same way as for 0.6
21259         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21260         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21261         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21262           remove comment that was fixed
21263
21264 2004-03-05  David Schleef  <ds@schleef.org>
21265
21266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21267         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21268         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21269         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21270         Add prototype code for handling seeking and querying.
21271
21272 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21273
21274         * examples/gstplay/player.c: (main):
21275           Initialize variables to NULL. Prevents a segfault because the
21276           (uninitialized) variable is not NULL, resulting in a crash on
21277           trying to reach error->message.
21278
21279 2004-03-05  Benjamin Otte  <otte@gnome.org>
21280
21281         * gst/audioconvert/gstaudioconvert.c:
21282         (gst_audio_convert_buffer_to_default_format):
21283         make float=>int conversion work correctly even in cornercases.
21284
21285 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21286
21287         * debian/README.Debian:
21288         * debian/build-deps:
21289         * debian/changelog:
21290         * debian/control:
21291         * debian/control.in:
21292         * debian/copyright:
21293         * debian/gstreamer-a52dec.files:
21294         * debian/gstreamer-aa.files:
21295         * debian/gstreamer-alsa.files:
21296         * debian/gstreamer-alsa.manpages:
21297         * debian/gstreamer-arts.files:
21298         * debian/gstreamer-artsd.files:
21299         * debian/gstreamer-audiofile.files:
21300         * debian/gstreamer-avifile.files:
21301         * debian/gstreamer-cdparanoia.files:
21302         * debian/gstreamer-colorspace.files:
21303         * debian/gstreamer-doc.files:
21304         * debian/gstreamer-dv.files:
21305         * debian/gstreamer-dvd.files:
21306         * debian/gstreamer-esd.files:
21307         * debian/gstreamer-festival.files:
21308         * debian/gstreamer-flac.files:
21309         * debian/gstreamer-gconf.conffiles:
21310         * debian/gstreamer-gconf.files:
21311         * debian/gstreamer-gconf.postinst:
21312         * debian/gstreamer-gnomevfs.files:
21313         * debian/gstreamer-gsm.files:
21314         * debian/gstreamer-http.files:
21315         * debian/gstreamer-jack.files:
21316         * debian/gstreamer-jpeg.files:
21317         * debian/gstreamer-mad.files:
21318         * debian/gstreamer-mikmod.files:
21319         * debian/gstreamer-misc.files:
21320         * debian/gstreamer-mpeg2dec.files:
21321         * debian/gstreamer-oss.files:
21322         * debian/gstreamer-plugin-apps.files:
21323         * debian/gstreamer-plugin-apps.manpages:
21324         * debian/gstreamer-plugin-libs-dev.files:
21325         * debian/gstreamer-plugin-libs.files:
21326         * debian/gstreamer-plugin-template.postinst:
21327         * debian/gstreamer-plugin-template.postrm:
21328         * debian/gstreamer-sdl.files:
21329         * debian/gstreamer-sid.files:
21330         * debian/gstreamer-vorbis.files:
21331         * debian/gstreamer-x.files:
21332         * debian/mk.control:
21333         * debian/rules:
21334         Debian package info not maintained here.
21335
21336 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21337
21338         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21339         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21340         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21341         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21342         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21343         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21344         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21345         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21346         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21347         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21348         * gst-libs/gst/colorbalance/colorbalance.c:
21349         (gst_color_balance_class_init):
21350         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21351         (gst_color_balance_channel_class_init):
21352         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21353         * gst-libs/gst/play/play.c: (gst_play_class_init):
21354         * gst-libs/gst/propertyprobe/propertyprobe.c:
21355         (gst_property_probe_iface_init):
21356         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21357         * gst-libs/gst/tuner/tunerchannel.c:
21358         (gst_tuner_channel_class_init):
21359         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21360         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21361         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21362         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21363         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21364         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21365         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21367         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21368           fix signals to use - instead of _
21369         * ext/libcaca/gstcacasink.h:
21370         * ext/sdl/sdlvideosink.h:
21371           fix header rename
21372
21373 2004-03-04  David Schleef  <ds@schleef.org>
21374
21375         * testsuite/gst-lint:  Add a check for bad signal names.
21376
21377 2004-03-04  <kost@imn.htwk-leipzig.de>
21378
21379         reviewed by David Schleef
21380
21381         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21382         modified the alpha channel and caused a warning. (bug #136192)
21383
21384 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21385
21386         * gst-plugins.spec.in:
21387         Change names of plugins to actually be correct. Try to keep things
21388         alphabetical to avoid getting beat up by Thomas
21389
21390 2004-03-03  Julien MOUTTE <julien@moutte.net>
21391
21392         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21393         Using ximagesink as a default if no gconf key found. We should
21394         probably consider using alsasink instead of osssink for the audio
21395         part.
21396
21397 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21398
21399         * configure.ac:
21400           fix --with-plugins, don't think it ever worked before
21401         * gst-plugins.spec.in:
21402           even more updates
21403
21404 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21405
21406         * ext/sdl/sdlvideosink.h:
21407         * sys/ximage/ximagesink.h:
21408         * sys/xvideo/xvideosink.h:
21409         * sys/xvimage/xvimagesink.h:
21410           Fix for move of gstvideosink.h -> videosink.h.
21411
21412 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21413
21414         * gst-libs/gst/xwindowlistener/Makefile.am:
21415           this is a plugin library, not a library
21416
21417 2004-03-01  David Schleef  <ds@schleef.org>
21418
21419         * AUTHORS:  Added some names.  Add yourself if you're still
21420         missing.
21421
21422 2004-03-01  David Schleef  <ds@schleef.org>
21423
21424         * MAINTAINERS: Add
21425
21426 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21427
21428         * gst-plugins.spec.in: clean up spec file
21429
21430 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21431
21432         * gst-libs/gst/video/Makefile.am:
21433         * gst-libs/gst/video/gstvideosink.c:
21434         * gst-libs/gst/video/gstvideosink.h:
21435           rename gstvideosink.h to videosink.h to match other headers
21436         * gst/mixmatrix/Makefile.am:
21437           fix plugin filename
21438         * gst/tags/Makefile.am: fix plugin filename
21439
21440 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21441
21442         * gst/tags/Makefile.am: fix plugin filename
21443
21444 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21445
21446         * examples/gstplay/player.c: (got_time_tick), (main):
21447           add error handler
21448           display time_tick more readably
21449         * gst/mixmatrix/Makefile.am:
21450           fix plugin file name
21451
21452 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21453
21454         * sys/oss/gstosselement.c: (gst_osselement_probe),
21455         (device_combination_append), (gst_osselement_class_probe_devices):
21456         * sys/oss/gstosselement.h:
21457           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21458           on my system using alsa oss emulation, fixes bug #135597
21459
21460 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21461
21462         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21463         (gst_videodrop_chain), (gst_videodrop_change_state):
21464         * gst/videodrop/gstvideodrop.h:
21465           Work based on timestamp of input data, not based on the expected
21466           framerate from the input. The consequence is that this element now
21467           not only scales framerates, but also functions as a framerate
21468           corrector or framerate stabilizer/constantizer.
21469
21470 2004-02-27  David Schleef  <ds@schleef.org>
21471
21472         patches from jmmv@menta.net (Julio M. Merino Vidal)
21473
21474         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21475         GST_ELEMENT_ERROR call (bug #135634)
21476         * gst/interleave/interleave.c: (interleave_buffered_loop),
21477         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21478         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21479         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21480         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21481         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21482         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21483         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21484         Fix GST_ELEMENT_ERROR call.
21485         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21486         GST_ELEMENT_ERROR call.
21487
21488 2004-02-27  Benjamin Otte  <otte@gnome.org>
21489
21490         * gst-libs/gst/audio/audio.h:
21491           add macro to make sure header isn't included twice
21492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21493           don't use gst_buffer_free
21494         * gst/playondemand/filter.func:
21495           don't use gst_data_free. Free data only once.
21496
21497 2004-02-26  David Schleef  <ds@schleef.org>
21498
21499         * gst-libs/gst/colorbalance/Makefile.am:
21500         * gst-libs/gst/mixer/Makefile.am:
21501         * gst-libs/gst/tuner/Makefile.am:
21502         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21503         should not be disted, -marshal.h files should not be installed,
21504         and -enum.h files _should_ be installed.  Fix to make this the
21505         case.
21506
21507 === release 0.7.5 ===
21508
21509 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21510
21511         * configure.ac: release 0.7.5, "Under The Sea"
21512
21513 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21514
21515         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21516         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21517         * gst/videoscale/gstvideoscale.c:
21518         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21519           assorted debug/warning fixes
21520
21521 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21522
21523         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21524         (gst_videoscale_init), (gst_videoscale_chain),
21525         (gst_videoscale_set_property), (plugin_init):
21526         * gst/videoscale/gstvideoscale.h:
21527         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21528         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21529         (gst_videoscale_planar400), (gst_videoscale_packed422),
21530         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21531         (gst_videoscale_24bit), (gst_videoscale_16bit),
21532         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21533         (gst_videoscale_scale_plane_slow),
21534         (gst_videoscale_scale_point_sample),
21535         (gst_videoscale_scale_nearest),
21536         (gst_videoscale_scale_nearest_str2),
21537         (gst_videoscale_scale_nearest_str4),
21538         (gst_videoscale_scale_nearest_32bit),
21539         (gst_videoscale_scale_nearest_24bit),
21540         (gst_videoscale_scale_nearest_16bit):
21541         add debugging category and use it properly
21542         fix use of GST_PTR_FORMAT
21543
21544 2004-02-25  Andy Wingo  <wingo@pobox.com>
21545
21546         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21547         push only when channel->buffer is NULL. Prevents segfaults doing
21548         the state change after a nonlocal exit, like a scheme exception.
21549
21550         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21551         Handle the case where the intersected caps is empty.
21552
21553 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21554
21555         * gst/law/mulaw-decode.c: (mulawdec_link):
21556         * gst/law/mulaw.c: (plugin_init):
21557           fix mulawdec so it actually works again
21558
21559 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21560
21561         reviewed by: David Schleef  <ds@schleef.org>
21562
21563         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21564         (gst_gamma_init), (gst_gamma_set_property),
21565         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21566         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21567         for RGB, with separate r g and b correction factors. (#131167)
21568
21569 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21570
21571         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21572           only signal tags for bitrate if they're > 0 (#134894)
21573
21574 2004-02-24  David Schleef  <ds@schleef.org>
21575
21576         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21577         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21578         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21579         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21580         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21581         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21582         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21583         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21584         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21585         category.  Attempt to fix timestamp calculation.
21586
21587 2004-02-24  Johan Dahlin  <johan@gnome.org>
21588
21589         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21590
21591 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21592
21593         * configure.ac:
21594         * gconf/Makefile.am:
21595         * gconf/gstreamer.schemas:
21596         * gst-libs/gst/gconf/Makefile.am:
21597         * gst-libs/gst/gconf/gconf.c:
21598           version gconf schemas and install locations
21599
21600 2004-02-23  Benjamin Otte  <otte@gnome.org>
21601
21602         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21603         (gst_xine_input_subclass_init):
21604           call parent dispose.
21605           change pad template for CD reader correctly
21606         * ext/xine/Makefile.am:
21607         * ext/xine/gstxine.h:
21608         * ext/xine/xine.c: (plugin_init):
21609         * ext/xine/xineaudiosink.c:
21610           wrap audio sinks, too
21611         * gst-libs/gst/resample/private.h:
21612         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21613         (gst_resample_reinit), (gst_resample_scale),
21614         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21615         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21616         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21617         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21618         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21619         * gst-libs/gst/resample/resample.h:
21620         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21621         (gst_audioscale_class_init), (gst_audioscale_link),
21622         (gst_audioscale_get_buffer), (gst_audioscale_init),
21623         (gst_audioscale_chain), (gst_audioscale_set_property),
21624         (gst_audioscale_get_property):
21625         * gst/audioscale/gstaudioscale.h:
21626           s/resample_*/gst_resample_*/i to not clobber namespaces
21627
21628 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21629
21630         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21631         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21632         (gst_riff_create_video_template_caps),
21633         (gst_riff_create_audio_template_caps),
21634         (gst_riff_create_iavs_template_caps):
21635         * gst-libs/gst/riff/riff-media.h:
21636         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21637         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21638         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21639         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21640         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21641         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21642         (gst_matroska_demux_plugin_init): First batch implementing audio and
21643         video codec tags in demuxers.
21644
21645 2004-02-22  Benjamin Otte  <otte@gnome.org>
21646
21647         * ext/xine/Makefile.am:
21648         * ext/xine/gstxine.h:
21649         * ext/xine/xine.c: (plugin_init):
21650         * ext/xine/xineinput.c:
21651           add input plugin wrapper. Playback from files, http, mms and cdda
21652           works.
21653         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21654           remove leftover G_GNUC_UNUSED
21655         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21656         (gst_asf_demux_identify_guid):
21657           improve debugging output
21658
21659 2004-02-22  Benjamin Otte  <otte@gnome.org>
21660
21661         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21662
21663         * autogen.sh:
21664           replace test -e with test -x for mkinstalldirs to be more portable.
21665           (fixes #134816)
21666
21667 2004-02-22  Benjamin Otte  <otte@gnome.org>
21668
21669         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21670
21671         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21672           set rank to PRIMARY
21673         * gst/volume/gstvolume.c: (plugin_init):
21674           set rank to NONE
21675         fixes #134960
21676
21677 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21678
21679         reviewed by Benjamin Otte  <otte@gnome.org>
21680
21681         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21682           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21683
21684 2004-02-22  Benjamin Otte  <otte@gnome.org>
21685
21686         * configure.ac:
21687           export [_]*{gst,Gst,GST}.* symbols from plugins
21688
21689 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21690
21691         reviewed by: Benjamin Otte  <otte@gnome.org>
21692
21693         * ext/lame/gstlame.c: (add_one_tag):
21694         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21696         (gst_vorbisenc_metadata_set1):
21697         * gst/tags/gstid3tag.c:
21698         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21699           apply fixes from bugs #135042 (lame can't write tags) and #133817
21700           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21701
21702 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21703
21704         * configure.ac: Export only gst_plugin_desc from plugins.
21705          Note that this change only makes any effect with Linux using libtool
21706          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21707          fine. And don't try to have several versions of libtool in different
21708          directories.
21709
21710 2004-02-20  Andy Wingo  <wingo@pobox.com>
21711
21712         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21713         interleave respectively.
21714
21715         * gst/interleave/deinterleave.c: New plugin: deinterleave
21716         (replaces on oneton).
21717         * gst/interleave/interleave.c: New plugin: interleave.
21718         * gst/interleave/plugin.h: Support file.
21719         * gst/interleave/plugin.c: Support file.
21720
21721         * configure.ac: Remove intfloat and oneton, add interleave.
21722
21723         * ext/sndfile/gstsf.c: Handle events better.
21724
21725         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21726         and float2int operation. int2float has scheduling problems as
21727         noted in in2float_chain.
21728
21729 2004-02-20  Benjamin Otte  <otte@gnome.org>
21730
21731         * ext/xine/Makefile.am:
21732         * ext/xine/gstxine.h:
21733         * ext/xine/xine.c:
21734         * ext/xine/xineaudiodec.c:
21735         * ext/xine/xinecaps.c:
21736           add first version of xine plugin wrapper. Currently only wraps the
21737           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21738         * configure.ac:
21739         * ext/Makefile.am:
21740           add xine plugin wrapper, disabled by default. Use --enable-xine to
21741           build. Note that it'll segfault on gst-register if you don't remove
21742           the goom and tvtime post plugins from xine.
21743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21744         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21745           add extradata parsing for QDM2.
21746           change around debugging prints.
21747
21748 2004-02-19  Benjamin Otte  <otte@gnome.org>
21749
21750         * ext/lame/gstlame.c: (gst_lame_chain):
21751         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21752           use gst_tag_list_insert when you want to insert tags
21753
21754 2004-02-18  David Schleef  <ds@schleef.org>
21755
21756         * configure.ac:  Move massink to gst-rotten
21757         * ext/Makefile.am:
21758         * ext/mas/Makefile.am:
21759         * ext/mas/massink.c:
21760         * ext/mas/massink.h:
21761
21762 2004-02-18  David Schleef  <ds@schleef.org>
21763
21764         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21765         typefinding, since it seems to be worse than nothing.
21766         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21767         atom to recognize .mp4 and .m4a files as video/quicktime.
21768
21769 2004-02-18  David Schleef  <ds@schleef.org>
21770
21771         * gst/sine/demo-dparams.c: (quit_live),
21772         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21773         Use double dparams, not float.
21774         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21775         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21776         sync'd elements don't really work correctly.
21777         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21778         (volume_update_volume), (volume_get_property):  Change dparam
21779         to double.
21780
21781 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21782
21783         * sys/ximage/ximagesink.c:
21784         (gst_ximagesink_xwindow_update_geometry),
21785         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21786         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21787         (gst_ximagesink_init): Rework the way software video scaling works. So
21788         now we check on each chain call if the video frames are feeling the
21789         window. If not we try to renegotiate caps. On failure we memorize that
21790         and we won't try again for that PLAYING sessions.
21791         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21792         failure.
21793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21794         synchronous flag.
21795
21796 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21797
21798         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21799           break up _link so we can give a better debug message for errors
21800
21801 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21802
21803         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21804           set up debug category
21805
21806 2004-02-18  Julien MOUTTE <julien@moutte.net>
21807
21808         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21809         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21810         the way renegotiation work. The event handling function is not taking
21811         care of external windows and renegotiate method check for pad flags
21812         NEGOTIATING. Should fix : #133209
21813
21814 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21815
21816         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21817         pad is negotiating before trying renegotiation.
21818
21819 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21822           pass on all possible mime types as typefind hints
21823
21824 2004-02-17  Julien MOUTTE <julien@moutte.net>
21825
21826         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21828         possible SHM leak if we crash. All other apps using XShm are doing
21829         that.
21830
21831 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21832
21833         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21834         (gst_ximagesink_expose): Renegotiate size on expose.
21835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21836         size on expose.
21837
21838 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21839
21840         * testsuite/alsa/sinesrc.c:
21841           cosmetic fix to fix compile issue with gcc 2.95.4
21842
21843 2004-02-16  Julien MOUTTE <julien@moutte.net>
21844
21845         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21846         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21847         failed opening the audio device.
21848         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21849         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21850         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21851         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21852         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21853         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21854         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21855         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21856         Removing some useless g_return_if_fail like wingo suggested.
21857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21858         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21859         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21860         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21861         (gst_xvimagesink_update_colorbalance),
21862         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21863         (gst_xvimagesink_xcontext_clear),
21864         (gst_xvimagesink_get_fourcc_from_caps),
21865         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21866         (gst_xvimagesink_set_xwindow_id),
21867         (gst_xvimagesink_colorbalance_list_channels),
21868         (gst_xvimagesink_colorbalance_set_value),
21869         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21870         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21871
21872 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21873
21874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21875           throw error when not negotiated instead of asserting
21876
21877 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21878
21879         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21880         correct data refcounting.
21881
21882 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21883
21884         * gst/switch/gstswitch.c: (gst_switch_change_state),
21885         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21886         change, mostly the EOS flag.
21887
21888 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21889
21890         * examples/gstplay/player.c: (got_eos), (main): Adding some
21891         output for debugging.
21892         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21893         timeouts if we go to any state different from PLAYING.
21894         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21895         more EOS bugs in riff lib.
21896
21897 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21898
21899         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21900         visualization until i find a way to fix switch correctly.
21901         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21902         EOS arrives.
21903         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21904         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21905         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21906         Reworked switch to get a more correct behaviour with events and refing
21907         of data stored in sinkpads.
21908         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21909         we don't pull from a pad in EOS.
21910
21911 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21912
21913         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21914           remove v1 tag even if we can't read it (makes sure we don't detect
21915           it again)
21916
21917 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21918
21919         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21920         (gst_alsa_xrun_recovery):
21921         * ext/alsa/gstalsa.h:
21922           try xrun recovery when wait failed. Make xrun recovery function
21923           return TRUE/FALSE to indicate success. (might fix #134354)
21924
21925 2004-02-13  David Schleef  <ds@schleef.org>
21926
21927         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21928         (dynparm_value_changed), (main): Convert from float to double.
21929         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21930
21931 2004-02-13  David Schleef  <ds@schleef.org>
21932
21933         * gst/silence/gstsilence.c: (gst_silence_class_init),
21934         (gst_silence_set_clock), (gst_silence_get),
21935         (gst_silence_set_property), (gst_silence_get_property):
21936         * gst/silence/gstsilence.h: Add sync property.
21937         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21938         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21939         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21940         * gst/sine/gstsinesrc.h: Add sync property.
21941
21942 2004-02-13  David Schleef  <ds@schleef.org>
21943
21944         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21945         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21946
21947 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21948
21949         * configure.ac:
21950         * ext/Makefile.am:
21951         * gst-libs/ext/Makefile.am:
21952           move ffmpeg plugin to gst-ffmpeg module
21953
21954 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21955
21956         * configure.ac: use GST_ARCH to detect architecture
21957
21958 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21959
21960         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21961
21962 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21963
21964         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21965           classify LADSPA plugins based on number of src/sink pads
21966           (#133663, Stefan Kost)
21967         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21968           fix dparams registration
21969           (#133528, Stefan Kost)
21970         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21971           fix use of isprint and use g_ascii_isprint instead
21972           (#133316, Stefan Kost)
21973
21974 2004-02-11  David Schleef  <ds@schleef.org>
21975
21976         Convert a few inner loops to use liboil.  This is currently
21977         optional, and is only enabled if liboil is present (duh!).
21978         * configure.ac: Check for liboil-0.1
21979         * gst/intfloat/Makefile.am:
21980         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21981         (gst_int2float_chain_gint16):
21982         * gst/videofilter/Makefile.am:
21983         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21984         (tablelookup_u8), (gst_videobalance_planar411):
21985         * gst/videotestsrc/Makefile.am:
21986         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21987         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21988         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21989         (paint_hline_RGB565), (paint_hline_xRGB1555):
21990
21991 2004-02-11  David Schleef  <ds@schleef.org>
21992
21993         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21994         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21995         (gst_colorspace_getcaps), (gst_colorspace_link),
21996         (gst_colorspace_base_init), (gst_colorspace_init),
21997         (gst_colorspace_chain), (gst_colorspace_change_state),
21998         (plugin_init): Merge Ronald's patch (bug #117897) and update
21999         for new caps and negotiation.  Seems to work, although it
22000         shows off bugs in lcs.
22001
22002 2004-02-11  David Schleef  <ds@schleef.org>
22003
22004         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22005         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22006
22007 2004-02-11  David Schleef  <ds@schleef.org>
22008
22009         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22010         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22011         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22012         Add server and port properties
22013
22014 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22015
22016         * m4/a52.m4:
22017         * m4/aalib.m4:
22018         * m4/as-ffmpeg.m4:
22019         * m4/as-liblame.m4:
22020         * m4/as-slurp-ffmpeg.m4:
22021         * m4/check-libheader.m4:
22022         * m4/esd.m4:
22023         * m4/freetype2.m4:
22024         * m4/gconf-2.m4:
22025         * m4/glib.m4:
22026         * m4/gst-alsa.m4:
22027         * m4/gst-artsc.m4:
22028         * m4/gst-ivorbis.m4:
22029         * m4/gst-matroska.m4:
22030         * m4/gst-sdl.m4:
22031         * m4/gst-shout2.m4:
22032         * m4/gst-sid.m4:
22033         * m4/gtk.m4:
22034         * m4/libdv.m4:
22035         * m4/libfame.m4:
22036         * m4/libmikmod.m4:
22037         * m4/ogg.m4:
22038         * m4/vorbis.m4:
22039           fix underquotedness of macros (#133800)
22040         * m4/as-avifile.m4:
22041         * m4/xmms.m4:
22042           removed because no longer used
22043
22044 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22045
22046         * configure.ac:
22047           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22048           by autopoint (fixes #132996)
22049
22050 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22051
22052         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22053         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22054         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22055         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22056           fix memleaks
22057
22058 2004-02-11  David Schleef  <ds@schleef.org>
22059
22060         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22061         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22062         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22063         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22064         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22065         (gst_jpegenc_class_init), (gst_jpegenc_init),
22066         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22067         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22068         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22069         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22070
22071 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22072
22073         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22074         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22075         * ext/mikmod/gstmikmod.h:
22076           fix caps negotiation in mikmod
22077         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22078           output debug information
22079
22080 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22081
22082         * gst-libs/gst/colorbalance/Makefile.am:
22083         * gst-libs/gst/navigation/Makefile.am:
22084         * gst-libs/gst/xoverlay/Makefile.am:
22085           remove unused GST_OPT_CFLAGS from Makefiles
22086           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22087
22088 2004-02-07  David Schleef  <ds@schleef.org>
22089
22090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22091         push events to pads that haven't been created (#133508)
22092
22093 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22094
22095         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22096         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22097         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22098         (gst_dvdec_loop), (gst_dvdec_change_state):
22099         Second attempt at committing a working dvdec element.
22100
22101 2004-02-06  David Schleef  <ds@schleef.org>
22102
22103         Build fixes for OS X: (see #129600)
22104         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22105         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22106         (gst_riff_read_strf_iavs):
22107         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22108         (gst_avi_demux_stream_odml):
22109         * gst/playondemand/Makefile.am:
22110         * gst/rtp/rtp-packet.c:
22111
22112 2004-02-05  David Schleef  <ds@schleef.org>
22113
22114         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22115         last change, because it Just Doesn't Compile.
22116
22117 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22118
22119         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22120           skip undecodable id3v2 tag instead of keeping it
22121
22122 2004-02-05  David Schleef  <ds@schleef.org>
22123
22124         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22125         Unref leaked buffer.  (Noticed by Ronald)
22126
22127 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22128
22129         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22130         Sync requires with other checks.  >= vs =.
22131
22132 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22133
22134         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22135         (gst_dvdec_video_link), (gst_dvdec_loop):
22136         * ext/dv/gstdvdec.h:
22137           rework the caps negotiation so that dvdec works again instead
22138           of just segfaulting.
22139
22140 === release 0.7.4 ===
22141
22142 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22143
22144         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22145         * configure.ac: changed for release
22146
22147 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22148
22149         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22150         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22151         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22152         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22153           reworked patch by David Lehn to fix libdir and includedir for
22154           uninstalled libraries
22155           removed play and gconf from gstreamer-libs since they have their
22156           own pkgconfig files
22157
22158 2004-02-04  David Schleef  <ds@schleef.org>
22159
22160         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22161         memleak.
22162
22163 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22164
22165         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22166           use correct GST_TAG_ENCODER tag
22167
22168 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22169
22170         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22171           be sure to stop the clock when going to paused
22172         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22173           reset number of transmitted when going to ready.
22174         fixes #132935
22175
22176 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22177
22178         reviewed by Benjamin Otte
22179
22180         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22181           extract track count (fixes #133410)
22182
22183 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22184
22185         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22186           that should be !=, not == (fixes #132519)
22187
22188 2004-02-04  David Schleef  <ds@schleef.org>
22189
22190         Make sure set_explicit_caps() is called before adding pad.
22191         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22192         * gst/id3/gstid3types.c: (gst_id3types_loop):
22193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22194         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22195
22196 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22197
22198         * configure.ac:
22199           bump nano to 2, first prerelease
22200           put back AM_PROG_LIBTOOL
22201
22202 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22203
22204         * testsuite/alsa/Makefile.am:
22205           these are user test apps, not automatic testsuite tests
22206
22207 2004-02-04  David Schleef  <ds@schleef.org>
22208
22209         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22210         * gst/mpeg1videoparse/gstmp1videoparse.c:
22211         (mp1videoparse_parse_seq):
22212         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22213         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22214         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22215         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22216         (gst_xvideosink_getcaps):
22217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22218         * testsuite/gst-lint: more tests
22219
22220 2004-02-04  David Schleef  <ds@schleef.org>
22221
22222         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22223         with the code that they would expand to.
22224         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22225         (gst_flacdec_get_src_query_types),
22226         (gst_flacdec_get_src_event_masks):
22227         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22228         (gst_gnomevfssrc_get_query_types),
22229         (gst_gnomevfssrc_get_event_mask):
22230
22231 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22232
22233         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22234         (gst_sinesrc_dispose):
22235           fix memleak by properly disposing sinesrc
22236
22237 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22238
22239         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22240         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22241         an overlay to redraw the image because it has been exposed.
22242         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22243         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22244         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22245         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22246         interface
22247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22248         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22249         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22250         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22251         interface
22252
22253 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22254
22255         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22256           more memleak fixage
22257
22258 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22259
22260         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22261         * gst/typefind/gsttypefindfunctions.c:
22262           fix memleaks shown by gst-typefind
22263
22264 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22265
22266         * common/glib-gen.mak:
22267           add hack rule to touch .Plo files
22268         * gst-libs/gst/colorbalance/Makefile.am:
22269         * gst-libs/gst/mixer/Makefile.am:
22270         * gst-libs/gst/play/Makefile.am:
22271         * gst-libs/gst/tuner/Makefile.am:
22272           remove glib_root variable
22273
22274 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22275
22276         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22277           set explicit caps before adding the element, so the autopluggers can
22278           plug correctly.
22279         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22280         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22281         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22282         (dv_type_find):
22283           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22284           argument.
22285
22286 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22287
22288         * gst-libs/gst/colorbalance/Makefile.am:
22289         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22290         * gst-libs/gst/colorbalance/colorbalance.c:
22291         * gst-libs/gst/colorbalance/colorbalance.h:
22292         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22293         * gst-libs/gst/mixer/Makefile.am:
22294         * gst-libs/gst/mixer/mixer-marshal.list:
22295         * gst-libs/gst/mixer/mixer.c:
22296         * gst-libs/gst/mixer/mixer.h:
22297         * gst-libs/gst/mixer/mixermarshal.list:
22298         * gst-libs/gst/play/Makefile.am:
22299         * gst-libs/gst/play/play.h:
22300         * gst-libs/gst/tuner/Makefile.am:
22301         * gst-libs/gst/tuner/tuner-marshal.list:
22302         * gst-libs/gst/tuner/tuner.c:
22303         * gst-libs/gst/tuner/tuner.h:
22304         * gst-libs/gst/tuner/tunermarshal.list:
22305           use new glib-gen.mak snippet to clean up Makefile.am
22306           fix various bugs in Makefile.am's
22307
22308 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22309
22310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22311           handle chain parsing correctly in the multichain case
22312         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22313         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22314         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22315         (theora_dec_chain):
22316           handle events and queries correctly
22317
22318 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22319
22320         * .cvsignore:
22321         Ignore generated file _stdint.h.
22322
22323 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22324
22325         * gst-libs/gst/colorbalance/Makefile.am:
22326         * gst-libs/gst/colorbalance/colorbalance.h:
22327         * gst-libs/gst/mixer/Makefile.am:
22328         * gst-libs/gst/mixer/mixer.h:
22329         * gst-libs/gst/play/Makefile.am:
22330         * gst-libs/gst/play/play.h:
22331         * gst-libs/gst/tuner/Makefile.am:
22332         * gst-libs/gst/tuner/tuner.h:
22333         Generate enum type code with glib-mkenums.
22334         * gst-libs/gst/colorbalance/.cvsignore:
22335         * gst-libs/gst/mixer/.cvsignore:
22336         * gst-libs/gst/play/.cvsignore:
22337         * gst-libs/gst/tuner/.cvsignore:
22338         Ignore generated files.
22339
22340 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22341
22342         * gst-libs/gst/audio/.cvsignore:
22343         Ignore generated file.
22344         * gst-libs/gst/audio/Makefile.am:
22345         Do not install example filter.
22346
22347 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22348
22349         * examples/switch/.cvsignore:
22350         Ignore generated file.
22351
22352 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22353
22354         * common/m4/ax_create_stdint_h.m4:
22355         * configure.ac:
22356           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22357           _stdint.h.
22358         * Makefile.am:
22359           remove generated _stdint.h in DISTCLEANFILES
22360         * ext/a52dec/gsta52dec.c:
22361           include _stdint.h for a52dec. (should fix #133064)
22362
22363 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22364
22365         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22366         (gst_tag_to_vorbis_comments):
22367         Add replaygain support to vorbistag
22368
22369 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22370         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22371         (gst_ffmpeg_caps_to_extradata):
22372           Fix SVQ3 caps flag properties
22373           Use glib macro for bytes swap
22374
22375 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22376
22377         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22378         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22379         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22380         * ext/sndfile/gstsf.c: (plugin_init):
22381         * gst/avi/gstavi.c: (plugin_init):
22382         * sys/dxr3/dxr3init.c: (plugin_init):
22383         * sys/oss/gstossaudio.c: (plugin_init):
22384         * sys/v4l/gstv4l.c: (plugin_init):
22385         * sys/v4l2/gstv4l2.c: (plugin_init):
22386           remove textdomain calls
22387         * po/nl.po:
22388           update Dutch translation
22389
22390 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22391
22392         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22393         (gst_play_set_audio_sink): Moving volume in the audio thread for
22394         instantaneous volume change. Maybe i will add another volume in front
22395         of visualization later, not sure yet though.
22396
22397 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22398
22399         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22400         (gst_ximagesink_handle_xevents): Better X events handling, only take
22401         the latest events for configure and motion.
22402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22403
22404 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22405
22406         reviewed by: David Schleef  <ds@schleef.org>
22407
22408         Fix memory leaks:
22409         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22410         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22411
22412 2004-02-02  David Schleef  <ds@schleef.org>
22413
22414         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22415         of lines.
22416         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22417         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22418         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22419         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22420         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22421         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22422         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22423         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22424         (gst_float2_2_int_link):
22425         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22426         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22427         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22428         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22429         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22430         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22431         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22432         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22433         * testsuite/gst-lint: Add tests for bzero and ;;
22434
22435 2004-02-02  David Schleef  <ds@schleef.org>
22436
22437         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22438
22439 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22440
22441         * ext/aalib/gstaasink.c: (gst_aasink_open):
22442         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22443         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22444         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22445         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22446         (gst_afsink_close_file):
22447         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22448         (gst_afsrc_close_file):
22449         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22450         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22451         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22452         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22453         * ext/esd/esdmon.c: (gst_esdmon_get):
22454         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22455         * ext/faac/gstfaac.c: (gst_faac_chain):
22456         * ext/faad/gstfaad.c: (gst_faad_chain):
22457         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22458         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22459         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22460         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22461         (gst_flacdec_loop):
22462         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22463         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22464         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22465         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22466         (gst_gnomevfssink_close_file):
22467         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22468         (gst_gnomevfssrc_open_file):
22469         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22470         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22471         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22472         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22473         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22474         * ext/mad/gstmad.c: (gst_mad_chain):
22475         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22476         * ext/mpeg2dec/gstmpeg2dec.c:
22477         * ext/mpeg2enc/gstmpeg2enc.cc:
22478         * ext/mplex/gstmplex.cc:
22479         * ext/mplex/gstmplexibitstream.cc:
22480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22481         (gst_ogg_demux_push):
22482         * ext/raw1394/gstdv1394src.c:
22483         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22484         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22485         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22486         (gst_sf_loop):
22487         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22488         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22489         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22490         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22492         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22493         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22494         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22495         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22496         (gst_riff_read_element_data), (gst_riff_read_seek),
22497         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22498         * gst/adder/gstadder.c: (gst_adder_loop):
22499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22500         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22501         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22502         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22503         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22504         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22505         * gst/goom/gstgoom.c: (gst_goom_chain):
22506         * gst/id3/gstid3types.c: (gst_id3types_loop):
22507         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22508         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22509         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22510         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22511         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22512         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22513         (gst_ebml_read_float), (gst_ebml_read_header):
22514         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22515         (gst_matroska_demux_parse_blockgroup):
22516         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22517         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22518         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22519         * gst/silence/gstsilence.c: (gst_silence_get):
22520         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22521         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22522         * gst/speed/gstspeed.c: (speed_loop):
22523         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22524         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22525         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22526         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22527         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22528         (gst_wavparse_loop):
22529         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22530         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22531         (dxr3audiosink_close):
22532         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22533         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22534         (dxr3videosink_close), (dxr3videosink_write_data):
22535         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22536         * sys/oss/gstosssink.c: (gst_osssink_chain):
22537         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22538         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22539         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22540         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22541         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22542         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22543         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22544         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22545         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22546         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22547         (gst_v4l_set_audio):
22548         * sys/v4l/v4l_calls.h:
22549         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22550         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22551         (gst_v4lmjpegsink_playback_init),
22552         (gst_v4lmjpegsink_playback_start):
22553         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22554         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22555         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22556         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22557         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22558         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22559         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22560         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22561         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22562         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22563         (gst_v4l2_get_output), (gst_v4l2_set_output),
22564         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22565         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22566         (gst_v4l2_set_attribute):
22567         * sys/v4l2/v4l2_calls.h:
22568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22569         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22570         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22571         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22572         (gst_v4l2src_capture_stop):
22573         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22574         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22575         (gst_ximagesink_chain):
22576         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22577         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22578         (gst_xvideosink_xwindow_new):
22579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22580         (gst_xvimagesink_chain):
22581
22582 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22583
22584         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22585         (gst_volume_get_volume), (volume_class_init), (volume_init),
22586         (volume_chain_int16), (volume_update_volume):
22587         * gst/volume/gstvolume.h:
22588           make code more readable by removing magic numbers
22589           make mixer interface export 0-100 range
22590           make it internally map to 0.0-1.0 range so users don't distort
22591           output by putting the sliders at full volume
22592
22593 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22594
22595         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22596         (gst_play_state_change), (gst_play_seek_to_time):
22597         block the tick callback for 0.5 secs after doing a seek
22598
22599 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22600
22601         * gst-libs/gst/play/play.c: (gst_play_new):
22602           check for GError
22603
22604 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22605
22606         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22607         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22608         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22609         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22611         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22612
22613 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22614
22615         * configure.ac:
22616         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22617           check for a function added in vorbis 1.1
22618
22619 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22620
22621         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22622         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22623           really start/stop clock only on PLAYING <=> PAUSED
22624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22625           remove \n from debugging lines
22626         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22627           make it work when seeking does not
22628         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22629           reset on DISCONT
22630
22631 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22632
22633         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22634           start clock on PAUSED=>PLAYING, not later
22635         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22636           extract correct time for different discont formats
22637         (gst_alsa_sink_get_time):
22638           don't segfault when no format is negotiated yet, just return 0
22639         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22640         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22641         (gst_ogg_pad_push):
22642           handle flush and discont events correctly
22643         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22644           handle discont events correctly
22645
22646 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22647
22648         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22649         (gst_play_error_create), (gst_play_error_plugin),
22650         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22651         * gst-libs/gst/play/play.h:
22652           add error handling during creation
22653         * examples/gstplay/player.c: (main):
22654           use new gst_play_new
22655
22656
22657 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22658
22659         * ext/theora/theoradec.c: (theora_dec_chain):
22660           make comments work
22661         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22662         (vorbis_dec_src_event), (vorbis_dec_chain):
22663           add encoder tag, fix tag reading to be more error tolerant, change
22664           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22665           gst_pad_event_default.
22666         * gst/tags/gstvorbistag.c:
22667         (gst_tag_list_from_vorbiscomment_buffer):
22668           undefine function specific define at end of function
22669
22670 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22671
22672         * ext/flac/gstflac.c: (plugin_init):
22673         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22674         * ext/flac/gstflacdec.h:
22675         * ext/flac/gstflacenc.h:
22676           Fix typos
22677
22678 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22679
22680         * examples/gstplay/player.c: s/gstplay.h/play.h/
22681
22682 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22683
22684         * gst-libs/gst/play/Makefile.am:
22685         * gst-libs/gst/play/gstplay.c:
22686         * gst-libs/gst/play/gstplay.h:
22687         * gst-libs/gst/play/play.c:
22688           more surgery, operation complete
22689
22690 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22691
22692         * gst-libs/gst/play/play.old.c:
22693         * gst-libs/gst/play/play.old.h:
22694           after CVS surgery by moving, remove
22695         * gst-libs/gst/play/playpipelines.c:
22696           remove
22697
22698         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22699           add negotiation error
22700
22701 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22702
22703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22704         (gst_ogg_demux_push):
22705           add some seeking debug info
22706           send a flush when seeking
22707
22708 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22709
22710         * configure.ac:
22711           use AC_C_INLINE
22712         * configure.ac:
22713         * ext/Makefile.am:
22714         * ext/theora/Makefile.am:
22715         * ext/theora/theoradec.c:
22716           add theora video decoder. Does just do simple decoding for now and
22717           has been tested against Theora cvs only. It only works when theora
22718           is compiled with --enable-static.
22719         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22720           always reset packetno on DISCONT
22721
22722 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22723
22724         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22725           Fix audio.
22726
22727 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22728
22729         * gst/mpegaudioparse/gstmpegaudioparse.c:
22730         (mp3_type_frame_length_from_header):
22731           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22732
22733 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22734
22735         * ext/esd/esdsink.c: (gst_esdsink_init):
22736           Since we have static pad template caps, we don't need to negotiate;
22737           either the core errors out or we know the format.
22738
22739 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22740
22741         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22742         (gst_riff_read_seek):
22743         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22744         (gst_ebml_read_seek):
22745           Fix event handling.
22746
22747 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22748
22749         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22750           removee video/x-theora from vp3 decoder, it doesn't handle raw
22751           theora streams
22752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22753           fix bug with finalizing element that never went to PAUSED
22754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22755           length and position queries were swapped
22756         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22757         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22758         (vorbis_dec_src_event):
22759           implement querying time and bytes
22760
22761 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22762
22763         * just about every source file:
22764           gst_element_error -> GST_ELEMENT_ERROR
22765
22766 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22767
22768         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22769         emiting FLUSH and even before DISCONT.
22770         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22771         get the best instant seeking as possible yay!
22772
22773 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22774
22775         * gst/mpeg1videoparse/gstmp1videoparse.c:
22776         (gst_mp1videoparse_real_chain):
22777           Committed wrong version last week... Grr... Didn't notice until now.
22778
22779 2004-01-29  Julien MOUTTE <julien@moutte.net>
22780
22781         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22783         have_xwindow_id signal in xwindow_create.
22784
22785 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22786
22787         * ext/ogg/gstoggdemux.c:
22788           lots of changes - mainly support for chained bitstreams, seeking,
22789           querying and bugfixes of course
22790         * ext/vorbis/Makefile.am:
22791         * ext/vorbis/vorbisdec.c:
22792         * ext/vorbis/vorbisdec.h:
22793           add vorbisdec raw vorbis decoder
22794         * ext/vorbis/vorbis.c: (plugin_init):
22795           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22796         * gst/intfloat/Makefile.am:
22797         * gst/intfloat/float22int.c:
22798         * gst/intfloat/float22int.h:
22799         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22800           add float2intnew plugin. It converts multichannel interleaved float to
22801           multichannel interleaved int. The name should probably be changed.
22802         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22803         (plugin_init):
22804           add typefinding for raw theora video so oggdemux can detect it.
22805
22806 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22807
22808         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22809         sink element first.
22810         * gst/videoscale/gstvideoscale.c:
22811         (gst_videoscale_handle_src_event): Fixing src event handler.
22812
22813 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22814
22815         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22816         (gst_v4lsrc_open), (gst_v4lsrc_close),
22817         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22818         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22819         * sys/v4l/gstv4lsrc.h:
22820         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22821         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22822           Implement resizing... Hack. But that's why v4l is b0rked...
22823
22824 2004-01-28  Julien MOUTTE <julien@moutte.net>
22825
22826         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22827         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22828         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22829         (gst_ximagesink_xwindow_destroy):
22830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22831         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22832         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22833         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22834         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22835         correctly cleaning the image created to check xshm calls on succes,
22836         added a lot of XSync calls in X11 functions, and fixed a segfault when
22837         no image format was defined before negotiation happened.
22838
22839 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22840
22841         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22842           use gst_element_get_time to get correct time
22843
22844 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22845
22846         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22847         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22848         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22850         (gst_xvimagesink_check_xshm_calls),
22851         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22852         X plugins are now able to detect that XShm calls will fail even if the
22853         server claims that it has XShm support (remote displays most of the
22854         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22855         so that we use non XShm functions. This feature is almost useless for
22856         xvimagesink as Xv is not supported on remote displays anyway, but
22857         it might happen than even on the local display XShm calls fail.
22858
22859 2004-01-27  David Schleef  <ds@schleef.org>
22860
22861         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22862         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22863         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22864         changed esdsink to only use 44100,16,2, since esd sucks at rate
22865         conversion and esdsink has had difficulty negotiating.
22866
22867 2004-01-27  Julien MOUTTE <julien@moutte.net>
22868
22869         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22870         (gst_play_seek_to_time): Fixing the way to get current position.
22871
22872 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22873
22874         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22875           use gst_element_get_time to get correct time
22876
22877 2004-01-27  Julien MOUTTE <julien@moutte.net>
22878
22879         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22880         fix ever... Inverting 2 lines of code make spider autoplug correctly
22881         tagged mp3 !
22882
22883 2004-01-27  David Schleef  <ds@schleef.org>
22884
22885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22886         Use gst_pad_try_set_caps_nonfixed().
22887
22888 2004-01-27  David Schleef  <ds@schleef.org>
22889
22890         * gst/ac3parse/gstac3parse.c: update to checklist 5
22891         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22892         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22893         * gst/audioscale/gstaudioscale.c: same
22894         * gst/auparse/gstauparse.c: same
22895         * gst/avi/gstavidemux.c: same
22896
22897 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22898
22899         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22900           stop processing after EOS
22901
22902 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22903
22904         * gst/asfdemux/asfheaders.h:
22905         * gst/asfdemux/gstasfdemux.c:
22906         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22907         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22908         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22909           lot's of fixes to make data extraction simpler and get the code
22910           architecture and compiler independant. Add debugging category
22911         * gst/goom/gstgoom.c: (gst_goom_change_state):
22912           reset channel count on PAUSED=>READY, not READY=>PAUSED
22913
22914 2004-01-26  Colin Walters  <walters@verbum.org>
22915
22916         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22917         code to pull a bigger buffer in iradio mode.  This as a side effect
22918         makes typefinding work.
22919
22920 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22921
22922         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22923         Fix SVQ3 decoding on PPC
22924
22925 2004-01-26  Julien MOUTTE <julien@moutte.net>
22926
22927         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22928         that one managed to stay there... Fixed.
22929
22930 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22931
22932         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22933         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22934         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22935         (qtdemux_video_caps):
22936         * gst/qtdemux/qtdemux.h:
22937         Add SVQ3 specific flags to qtdemux and ffmpeg
22938
22939 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22940
22941         * gst-libs/gst/audio/audio.h:
22942           remove buffer-frames from audio caps
22943         * gst/audioconvert/gstaudioconvert.c:
22944           fix plugin to really work.
22945
22946 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22947
22948         * gst-libs/gst/mixer/mixer.c:
22949         * gst-libs/gst/propertyprobe/propertyprobe.c:
22950         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22951         (gst_tuner_find_channel_by_name):
22952         * gst-libs/gst/tuner/tuner.h:
22953           Add gtk-doc style comments. Also fix a function name.
22954
22955 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22956
22957         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22958         (gst_divxdec_negotiate):
22959           Fix for new capsnego - also fixes gst-player with divxdec.
22960
22961 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22962
22963         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22964         (gst_play_identity_handoff), (gst_play_set_location),
22965         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22966         try in visualization implementation. Still have an issue with switch
22967         blocking when pulling from video_queue and only audio comes out of
22968         spider.
22969         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22970         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22971         release method. And check if the pad is usable before pulling.
22972
22973 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22974
22975         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22976         (gst_videobalance_init),
22977         (gst_videobalance_colorbalance_list_channels),
22978         (gst_videobalance_colorbalance_set_value),
22979         (gst_videobalance_colorbalance_get_value),
22980         (gst_videobalance_update_properties),
22981         (gst_videobalance_update_tables_planar411),
22982         (gst_videobalance_planar411):
22983         * gst/videofilter/gstvideobalance.h:
22984           Implement lookup-tables. +/- 10x faster.
22985
22986 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22987
22988         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22989         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22990           The index reading was broken. The rest worked fine, but the whole
22991           goal of my rewrite was to make avidemux readable, and this was
22992           not at all readable. Please use typed variables.
22993
22994 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22995
22996         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22997           Additional pad usability check.
22998         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22999         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23000         (gst_mp1videoparse_real_chain):
23001           Fix MPEG video stream parsing. The original plugin had several
23002           issues, including not timestamping streams where the source was
23003           not timestamped (this happens with PTS values in mpeg system
23004           streams, but MPEG video is also a valid stream on its own so
23005           that needs timestamps too). We use the display time code for that
23006           for now. Also, if one incoming buffer contains multiple valid
23007           frames, we push them all on correctly now, including proper EOS
23008           handling. Lastly, several potential segfaults were fixed, and we
23009           properly sync on new sequence/gop headers to include them in next,
23010           not previous frames (since they're header for the next frame, not
23011           the previous). Also see #119206.
23012         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23013         (bpf_from_header):
23014           Move caps setting so we only do it after finding several valid
23015           MPEG-1 fraes sequentially, not right after the first one (which
23016           might be coincidental).
23017         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23018         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23019         (plugin_init):
23020           Add unsynced MPEG video stream typefinding, and change some
23021           probability values so we detect streams rightly. The idea is as
23022           follows: I can have an unsynced system stream which contains
23023           video. In the current code, I would randomly get a type for either
23024           system or video stream type found, because the probabilities are
23025           being calculated rather randomly. I now use fixed values, so we
23026           always prefer system stream if that was found (and that is how it
23027           should be). If no system stream was found, we can still identity                the stream as video-only.
23028
23029 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23030
23031         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23032         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23033           don't write to buffer. Extract data without the need of
23034           __attribute__ ((packed))
23035
23036 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23037
23038         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23039         (mpeg1_sys_type_find):
23040           Fix MPEG-1 stream typefinding.
23041
23042 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23043
23044         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23045           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23046
23047 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23048
23049         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23050         * ext/esd/gstesd.c: (plugin_init):
23051           private debugging, better error reporting
23052
23053 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23054
23055         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23056         (gst_riff_read_init), (gst_riff_read_change_state):
23057         * gst-libs/gst/riff/riff-read.h:
23058           Remove stuff fromold metadata system.
23059
23060 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23061
23062         * ext/ogg/gstoggdemux.c:
23063           Fix wrong file comment.
23064         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23065         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23066           Add metadata reading properly.
23067
23068 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23069
23070         * ext/Makefile.am:
23071           Fix nas DIST_SUBDIRS
23072           Uraeus:
23073           Fix bug where make distcheck doesn't get run on adding stuff to
23074           the build.
23075
23076 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23077
23078         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23079         * ext/divx/gstdivxdec.h:
23080           Fix divx3 ("msmpeg4") playback using divxdec.
23081
23082 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23083
23084         * gst/typefind/gsttypefindfunctions.c:
23085         (mp3_type_frame_length_from_header): fix bug in length computation
23086         (mp3_type_find): improve debugging output
23087
23088 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23089
23090         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23091         (gst_play_set_location), (gst_play_seek_to_time),
23092         (gst_play_set_audio_sink), (gst_play_set_visualization),
23093         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23094         the pipeline from scratch. Visualization is back and switch went out as
23095         i realized it was not possible to use the way i wanted.
23096         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23097         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23098         clearing in state change from READY to NULL. So that one can clean the
23099         X ressources keeping the element.
23100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23101         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23102         (gst_xvimagesink_colorbalance_set_value),
23103         (gst_xvimagesink_colorbalance_get_value),
23104         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23105         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23106         change from READY to NULL and fixed some stupid bugs in colorbalance
23107         get/set values. Also added the following feature : when nobody tries to
23108         set some values to the colorbalance levels before the xcontext is
23109         grabbed, then when creating channels list from Xv attributes we set the
23110         internal values to the Xv defaults. This way we handle buggy Xv drivers
23111         that set default hue values far from the middle of the range (Thanks
23112         to Jon Trowbridge for pointing that issue).
23113         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23114         colorbalance levels have been set before xcontext is grabbed.
23115
23116 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23117
23118         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23119           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23120           it might block operations (which is bad for a mixer).
23121
23122 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23123
23124         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23125         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23126         (gmip_find_type_pre):
23127         * gst-libs/gst/media-info/media-info-priv.h:
23128         * gst-libs/gst/media-info/media-info.c:
23129         (gst_media_info_instance_init), (gst_media_info_read_idler):
23130         add fakesink to get caps on decoder src pad again
23131         fix callback prototype to match new have_type signal signature
23132
23133 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23134
23135         * gst/adder/gstadder.c: (gst_adder_link):
23136           fix non-compile and cut-n-paste code
23137
23138 2004-01-21  David Schleef  <ds@schleef.org>
23139
23140         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23141         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23142         (gst_swfdec_init), (gst_swfdec_change_state):
23143         * ext/swfdec/gstswfdec.h:
23144         Fix negotiation.
23145         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23146         (gst_adder_request_new_pad): Fix negotiation.
23147         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23148         Add a fixate function.
23149         * gst/intfloat/gstfloat2int.c:
23150         * gst/intfloat/gstfloat2int.h:
23151         * gst/intfloat/gstint2float.c:
23152         * gst/intfloat/gstint2float.h:
23153         Completely rewrite the negotiation.  Doesn't quite work yet,
23154         due to some buffer-frames problem.
23155
23156 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23157
23158         * ext/gnomevfs/gstgnomevfssrc.c:
23159         * sys/v4l2/v4l2_calls.h:
23160           fix includes for distcheck
23161
23162 2004-01-21  Christian Schaller <uraeus@gnome.org>
23163
23164         * ext/nas/
23165         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23166         based on earlier patch from Laurent Vivier
23167
23168 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23169
23170         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23171         Fix wma caps property
23172         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23173         Fix typo (flags1 and flags2)
23174
23175 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23176
23177         * gst-libs/gst/media-info/media-info-priv.c:
23178         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23179         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23180         (gmip_find_stream), (gmip_find_track_metadata),
23181         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23182         (gmip_find_track_format):
23183         * gst-libs/gst/media-info/media-info-priv.h:
23184         * gst-libs/gst/media-info/media-info-test.c: (main):
23185         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23186         (gst_media_info_read_idler), (gst_media_info_read):
23187         * gst-libs/gst/media-info/media-info.h:
23188           register debugging category and use it for debugging
23189
23190 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23191
23192         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23193         (gst_vorbisfile_new_link):
23194           signal streaminfo through tags
23195
23196 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23197
23198         * ext/mplex/gstmplex.cc:
23199         * ext/mplex/gstmplexibitstream.cc:
23200           g++ doesn't like NULL in our i18n/error macros, should be
23201           either (NULL) or ("").
23202
23203 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23204
23205         * sys/dxr3/dxr3audiosink.c:
23206         * sys/dxr3/dxr3init.c:
23207         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23208         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23209           Fix more error error error errors (missing includes here).
23210
23211 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23212
23213         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23214           fix thomas' error errors.
23215
23216 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23217
23218         * ext/mpeg2enc/gstmpeg2enc.cc:
23219           fix error errors.
23220
23221 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23222
23223         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23224         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23225           Fix for new error system.
23226
23227 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23228
23229         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23230           fix for new error reporting
23231
23232 2004-01-20  David Schleef  <ds@schleef.org>
23233
23234         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23235         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23236         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23237         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23238         and neither is 100+, most likely.
23239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23240         (gst_xvimagesink_getcaps): same
23241
23242 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23243
23244         * configure.ac:
23245           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23246           clashes with ffmpeg.
23247
23248 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23249
23250         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23251         (gst_switch_init): Fixed switch element : proxying link and setting
23252         caps from src to sink on request.
23253
23254 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23255
23256         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23257         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23258         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23259         fix element_error
23260
23261 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23262
23263         * sys/v4l/v4l_calls.h:
23264         * sys/v4l2/v4l2_calls.h:
23265           element_error fixes
23266
23267 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23268
23269         * gst-libs/gst/gst-i18n-plugin.h:
23270           add locale.h
23271           remove config.h inclusion
23272
23273 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23274
23275         * autogen.sh:
23276           adding autopoint invocation
23277         * Makefile.am:
23278         * configure.ac:
23279         * gst-libs/gst/gettext.h:
23280           adding gettext bits
23281         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23282         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23283         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23284         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23285         (gst_gnomevfssink_close_file):
23286         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23287         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23288         * gst-libs/gst/gst-i18n-plugin.h:
23289         * gst/avi/gstavi.c: (plugin_init):
23290         * sys/dxr3/dxr3init.c: (plugin_init):
23291         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23292         * sys/oss/gstossaudio.c: (plugin_init):
23293         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23294         * sys/v4l/gstv4l.c: (plugin_init):
23295         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23296         * sys/v4l2/gstv4l2.c: (plugin_init):
23297         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23298         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23299         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23300         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23301         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23302         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23303           make sure locale and translation domain are set
23304           fix translated strings
23305         * po/.cvsignore:
23306         * po/LINGUAS:
23307         * po/Makevars:
23308         * po/POTFILES.in:
23309         * po/nl.po:
23310           put translation files into place
23311         * sys/xvideo/imagetest.c: (main):
23312         * ext/dv/demo-play.c: (main):
23313           fix unnecessary translations
23314
23315 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23316
23317         * ext/sndfile/gstsf.c:
23318         * gst/avi/gstavimux.c:
23319         * ext/audiofile/gstafsink.c:
23320         * ext/audiofile/gstafsrc.c:
23321         * ext/gnomevfs/gstgnomevfssink.c:
23322         * ext/gnomevfs/gstgnomevfssrc.c:
23323         * sys/oss/gstosselement.c:
23324         * sys/v4l/v4l_calls.h:
23325           fix i18n include
23326
23327 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23328
23329         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23330         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23331         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23332         (gst_v4l2_get_output), (gst_v4l2_set_output),
23333         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23334         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23335         (gst_v4l2_set_attribute):
23336         update to new error handling
23337
23338 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23339
23340         * ext/sidplay/gstsiddec.cc:
23341         * gst/modplug/gstmodplug.cc:
23342           parenthese NULL because C++ seems angry about it
23343
23344 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23345
23346         * gst-libs/gst/gst-i18n-plugin.h:
23347           add skeleton i18n stuff, but needs to be further implemented
23348
23349 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23350
23351         * examples/gstplay/player.c: (main):
23352         * ext/aalib/gstaasink.c: (gst_aasink_open):
23353         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23355         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23356         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23357         (gst_afsink_close_file):
23358         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23359         (gst_afsrc_close_file):
23360         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23361         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23362         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23363         * ext/esd/esdmon.c: (gst_esdmon_get):
23364         * ext/esd/esdsink.c: (gst_esdsink_chain):
23365         * ext/faac/gstfaac.c: (gst_faac_chain):
23366         * ext/faad/gstfaad.c: (gst_faad_chain):
23367         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23368         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23369         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23370         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23371         (gst_flacdec_loop):
23372         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23373         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23374         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23375         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23376         (gst_gnomevfssink_close_file):
23377         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23378         (gst_gnomevfssrc_open_file):
23379         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23380         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23381         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23382         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23383         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23384         * ext/mad/gstmad.c: (gst_mad_chain):
23385         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23386         * ext/mpeg2dec/gstmpeg2dec.c:
23387         * ext/mpeg2enc/gstmpeg2enc.cc:
23388         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23389         * ext/mplex/gstmplex.cc:
23390         * ext/mplex/gstmplexibitstream.cc:
23391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23392         (gst_ogg_demux_push), (gst_ogg_pad_push):
23393         * ext/raw1394/gstdv1394src.c:
23394         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23395         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23396         * ext/sidplay/gstsiddec.cc:
23397         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23398         (gst_sf_loop):
23399         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23400         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23401         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23403         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23404         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23405         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23406         * gst-libs/gst/Makefile.am:
23407         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23408         (gst_riff_read_element_data), (gst_riff_read_seek),
23409         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23410         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23411         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23412         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23413         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23414         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23415         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23416         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23417         * gst/goom/gstgoom.c: (gst_goom_chain):
23418         * gst/id3/gstid3types.c: (gst_id3types_loop):
23419         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23420         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23421         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23422         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23423         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23424         (gst_ebml_read_float), (gst_ebml_read_header):
23425         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23426         (gst_matroska_demux_parse_blockgroup):
23427         * gst/modplug/gstmodplug.cc:
23428         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23429         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23430         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23431         * gst/silence/gstsilence.c: (gst_silence_get):
23432         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23433         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23434         * gst/speed/gstspeed.c: (speed_loop):
23435         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23436         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23437         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23438         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23439         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23440         (gst_wavparse_loop):
23441         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23442         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23443         (dxr3audiosink_close):
23444         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23445         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23446         (dxr3videosink_close), (dxr3videosink_write_data):
23447         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23448         * sys/oss/gstosselement.h:
23449         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23450         (gst_osssink_chain):
23451         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23452         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23453         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23455         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23456         (gst_v4l_enable_overlay):
23457         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23458         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23459         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23460         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23461         (gst_v4l_set_audio):
23462         * sys/v4l/v4l_calls.h:
23463         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23464         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23465         (gst_v4lmjpegsink_playback_init),
23466         (gst_v4lmjpegsink_playback_start):
23467         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23468         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23469         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23470         (gst_v4lmjpegsrc_requeue_frame):
23471         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23472         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23473         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23474         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23475         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23476         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23477         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23478         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23479         (gst_v4l2src_capture_stop):
23480         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23481         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23482         (gst_ximagesink_chain):
23483         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23484         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23485         (gst_xvideosink_xwindow_new):
23486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23487         (gst_xvimagesink_chain):
23488         use new error signal, function and categories
23489
23490 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23491
23492         * configure.ac:
23493         * ext/Makefile.am:
23494         * ext/musicbrainz/gsttrm.c:
23495         * ext/musicbrainz/gsttrm.h:
23496         * ext/musicbrainz/Makefile.am:
23497         Add a trm plugin
23498
23499 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23500
23501         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23502         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23503         synchronous property for debugging.
23504         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23506         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23507         smaller block, fixing indent.
23508
23509 2004-01-16  David Schleef  <ds@schleef.org>
23510
23511         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23512         property affects the video stream.
23513         * sys/xvimage/xvimagesink.c:
23514         * sys/xvimage/xvimagesink.h:
23515         Add synchronous property for debugging.  Should probably be
23516         disabled in non-CVS builds.  Make sure that the Xv attribute
23517         exists before we set it (crash!).  Fix a silly float bug that
23518         caused colorbalance to just not work.
23519
23520 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23521
23522         * tools/gst-launch-ext.in - update for new plugins
23523
23524 2004-01-16  David Schleef  <ds@schleef.org>
23525
23526         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23527         already-freed caps.
23528
23529 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23530
23531         * Update spec for new colorspace plugin and libcaca plugin
23532         * Fix compilation of libcaca plugin (clock -> id)
23533
23534 2004-01-16  Julien MOUTTE <julien@moutte.net>
23535
23536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23537         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23538         (gst_xvimagesink_set_xwindow_id),
23539         (gst_xvimagesink_colorbalance_set_value),
23540         (gst_xvimagesink_colorbalance_get_value),
23541         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23542         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23543         correct colorbalance properties. They can now be set when the element
23544         is still in NULL state. The values will be committed to the Xv Port
23545         when xcontext is initialized.
23546         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23547         brightness int values in the GstXvImagesink structure.
23548
23549 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23550
23551         * gst-libs/gst/Makefile.am:
23552           restructure so having local patches works easier.
23553
23554 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23555
23556         * ext/mpeg2enc/Makefile.am:
23557         * ext/mpeg2enc/gstmpeg2enc.cc:
23558         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23559           Bugfix with respect to EOS handling.
23560
23561 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23562
23563         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23564           Link with right caps (else, it segfaults).
23565         * ext/mplex/gstmplexjob.cc:
23566           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23567
23568 2004-01-15  David Schleef  <ds@schleef.org>
23569
23570         * gst-libs/gst/audio/Makefile.am:
23571         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23572         from the template.
23573         * gst-libs/gst/audio/gstaudiofilter.c:
23574         * gst-libs/gst/audio/gstaudiofilter.h:
23575         Add bytes_per_sample and size and n_samples calculation.
23576         * gst-libs/gst/audio/gstaudiofilterexample.c:
23577         Remove, now autogenerated.
23578         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23579         Moved from gstaudiofilterexample, object name changed, code added
23580         so that it actually works.
23581         * gst-libs/gst/audio/make_filter:
23582         Script to build an audiofilter subclass from the template.
23583         * gst/colorspace/Makefile.am:
23584         * gst/colorspace/yuv2yuv.c:
23585         Remove file, since it's GPL, and we don't use it.
23586
23587 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23588
23589         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23591         them use the buffer free function to test how the buffer was allocated.
23592
23593 2004-01-15  David Schleef  <ds@schleef.org>
23594
23595         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23596         that handles osssink fallback.
23597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23598         (gst_audio_convert_getcaps):
23599         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23600         Add audio/x-qdm2 for QDM2 audio.
23601         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23602         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23603         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23604         Decrease minimum size to 16x16.
23605         * gst/wavparse/gstwavparse.c:
23606         Convert disabled pad template caps to new caps.
23607         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23609         (gst_xvimagesink_chain): Throw element error when display cannot
23610         be opened.  Increase minimum framerate to 1.0.  Check the data
23611         free function on a buffer to make sure it is the type we expect
23612         before manipulating it.
23613
23614 2004-01-15  Julien MOUTTE <julien@moutte.net>
23615
23616         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23617         (gst_videobalance_colorbalance_set_value): Implement passthru if
23618         settings are in the middle.
23619         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23620
23621 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23622
23623         * gst/videofilter/Makefile.am:
23624         * gst/volume/Makefile.am:
23625           Since we use videofilter symbols, link to it.
23626
23627 2004-01-15  Julien MOUTTE <julien@moutte.net>
23628
23629         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23630         mixer interface type to HARDWARE.
23631         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23632         type to SOFTWARE.
23633         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23634         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23635         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23636         (gst_volume_interface_init), (gst_volume_list_tracks),
23637         (gst_volume_set_volume), (gst_volume_get_volume),
23638         (gst_volume_set_mute), (gst_volume_mixer_init),
23639         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23640         (volume_init): Implementing mixer interface.
23641         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23642         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23643         (gst_osselement_change_state): Removing some trailing commas in
23644         structures.
23645         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23646         interface type to HARDWARE.
23647         * sys/v4l/gstv4lcolorbalance.c:
23648         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23649         type to HARDWARE.
23650         * sys/v4l2/gstv4l2colorbalance.c:
23651         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23652         interface type to HARDWARE.
23653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23654         same code than ximagesink for event handling.
23655
23656 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23657
23658         * ext/snapshot/Makefile.am:
23659         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23660         (gst_snapshot_chain):
23661         * ext/snapshot/gstsnapshot.h:
23662           This has to be a joke... Snapshot should be connected to a tee,
23663           colorspace element before it and EOS after that, where the other
23664           src of the tee receives normal data.
23665           The current way is *wrong*.
23666
23667 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23668
23669         * ext/hermes/gsthermescolorspace.c:
23670           Fix another compile error. Same as below.
23671
23672 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23673
23674         * gst/colorspace/gstcolorspace.c:
23675         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23676         (gst_colorspace_i420_to_yv12):
23677           Fix compiling... Didn't test if it actually works.
23678
23679 2004-01-15  David Schleef  <ds@schleef.org>
23680
23681         * configure.ac:
23682         * gst/colorspace/Makefile.am:
23683         * gst/colorspace/gstcolorspace.c:
23684         * gst/colorspace/gstcolorspace.h:
23685         * gst/colorspace/yuv2rgb.c:
23686         * gst/colorspace/yuv2rgb.h:
23687         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23688         code and GPL code.  Fix for new caps negotiation.  Rewrite
23689         much of the format handling code, and some of the conversion
23690         code.  Basically, rewrote almost everything.  This element
23691         handles I420, YV12 to RGB conversions.
23692         * ext/hermes/Makefile.am:
23693         * ext/hermes/gsthermescolorspace.c:
23694         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23695         Remove non-Hermes related code.  This element handles lots of
23696         RGB to RGB conversions, but no YUV.
23697         * ext/hermes/gstcolorspace.c:
23698         * ext/hermes/gstcolorspace.h:
23699         * ext/hermes/rgb2yuv.c:
23700         * ext/hermes/yuv2rgb.c:
23701         * ext/hermes/yuv2rgb.h:
23702         * ext/hermes/yuv2rgb_mmx16.s:
23703         * ext/hermes/yuv2yuv.c:
23704         * ext/hermes/yuv2yuv.h:
23705         Remove old code.
23706
23707 2004-01-14  Colin Walters  <walters@verbum.org>
23708
23709         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23710         they've already been.
23711
23712 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23713
23714         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23715           assume tag mode when pad is not connected
23716
23717 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23718
23719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23720           Don't update the time of the clock
23721         (gst_alsa_sink_loop):
23722           sync to the clock given to alsasink, not the own clock
23723         * sys/oss/gstosssink.c: (gst_osssink_chain):
23724           sync to the clock
23725         (gst_osssink_change_state):
23726           activate the clock
23727         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23729           remove bogus code that made DISCONT events unhandled
23730         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23731           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23732           #131502)
23733         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23734         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23735         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23736           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23737           2nd warning in bug #131502)
23738
23739 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23740
23741         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23742         (gst_videobalance_colorbalance_set_value),
23743         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23744         for colorbalance interface implementation.
23745         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23746         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23747         (gst_ximagesink_dispose), (gst_ximagesink_init),
23748         (gst_ximagesink_class_init): Adding DISPLAY property.
23749         * sys/ximage/ximagesink.h: Adding display_name to store display.
23750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23751         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23752         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23753         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23754         properties (they still need polishing though for gst-launch use : no
23755         xcontext yet, i ll do that tomorrow).
23756         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23757
23758 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23759
23760         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23761         (gst_play_set_location), (gst_play_set_visualization): Preparing
23762         switch integration, adding videobalance in the pipeline.
23763
23764 2004-01-14  Julien MOUTTE <julien@moutte.net>
23765
23766         * gst-libs/gst/colorbalance/colorbalance.c:
23767         (gst_color_balance_class_init): Adding a default type.
23768         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23769         the type.
23770         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23771         (gst_videobalance_dispose), (gst_videobalance_class_init),
23772         (gst_videobalance_init), (gst_videobalance_interface_supported),
23773         (gst_videobalance_interface_init),
23774         (gst_videobalance_colorbalance_list_channels),
23775         (gst_videobalance_colorbalance_set_value),
23776         (gst_videobalance_colorbalance_get_value),
23777         (gst_videobalance_colorbalance_init): Implementing colorbalance
23778         interface.
23779         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23780         list.
23781         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23782         bug which was triggering a BadAccess X error when setting an overlay
23783         before pad was really negotiated.
23784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23785         Using the colorbalance type macro.
23786
23787 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23788
23789         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23790         (gst_flacenc_chain):
23791           handle tags correctly
23792         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23793           extract ID3v1 tags correctly
23794
23795 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23796
23797         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23798         (plugin_init):
23799           Improve matroska typefinding for odd-typed headers...
23800
23801 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23802
23803         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23804           Fix for using incremental number on padnames.
23805
23806 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23807
23808         * ext/divx/gstdivxdec.c:
23809         * ext/divx/gstdivxenc.c:
23810           Set category to divx4linux instead of divx (too generic).
23811         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23812         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23813         (gst_wavparse_loop), (gst_wavparse_change_state):
23814         * gst/wavparse/gstwavparse.h:
23815           fix parsing of WAV files with non-standard fmt-tag size and fix
23816           skipping of unrecognized chunks... Someone please fix this thing
23817           to use rifflib so all this is automated.
23818         * sys/v4l/Makefile.am:
23819         * sys/v4l2/Makefile.am:
23820           Add X_CFLAGS because we depend on X (for overlay).
23821
23822 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23823
23824         * ext/mpeg2dec/gstmpeg2dec.c:
23825           Don't issue a timestamp unless we tagged the frame
23826           with a PTS.
23827
23828 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23829
23830         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23831           Query the audio element to get the time, not the clock. We're
23832           interested in the element's time here.
23833
23834 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23835
23836         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23838         * ext/esd/esdsink.c: (gst_esdsink_chain):
23839         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23840         * ext/mas/massink.c: (gst_massink_chain):
23841         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23842         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23843         (gst_matroska_demux_parse_metadata):
23844         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23845         (gst_mpeg_parse_release_locks):
23846         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23847         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23848         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23849         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23850         (gst_osssink_change_state):
23851         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23852         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23853         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23854         (gst_xvideosink_release_locks):
23855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23856           use element time.
23857         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23858         (gst_alsa_clock_stop):
23859         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23860         (gst_audio_clock_get_internal_time):
23861           simplify for use with new clocking code.
23862         * testsuite/alsa/Makefile.am:
23863         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23864           fix testsuite for new caps system
23865
23866 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23867
23868         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23869         * ext/flac/gstflacenc.c: (add_one_tag):
23870           length is already host endian, no need to convert. Fixes playback of
23871           tagged files on PPC. (bug #128384)
23872
23873 2004-01-13  Julien MOUTTE <julien@moutte.net>
23874
23875         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23876         colorbalance interface stating if it is hardware based or software
23877         based.
23878         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23879         Removing a trailing comma.
23880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23881         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23882         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23883         the documentation seems to be wrong on the -1000 to 1000 interval.
23884
23885 2004-01-12  David Schleef  <ds@schleef.org>
23886
23887         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23888         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23889         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23890         Fix negotiation.  Add a bufferalloc function for the sink pad,
23891         and generally clean up some of the code.
23892
23893 2004-01-12  Julien MOUTTE <julien@moutte.net>
23894
23895         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23896         (gst_color_balance_channel_dispose): Adding safety check in dispose
23897         method.
23898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23899         (gst_xvimagesink_xcontext_clear),
23900         (gst_xvimagesink_interface_supported),
23901         (gst_xvimagesink_colorbalance_list_channels),
23902         (gst_xvimagesink_colorbalance_set_value),
23903         (gst_xvimagesink_colorbalance_get_value),
23904         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23905         Adding colorbalance interface support to set XV parameters such as
23906         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23907         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23908         interface.
23909
23910 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23911
23912         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23913         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23914         (gst_audio_convert_init), (gst_audio_convert_set_property),
23915         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23916         (gst_audio_convert_link),
23917         (gst_audio_convert_buffer_to_default_format),
23918         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23919           - implement _getcaps and use it
23920           - improve linking
23921           - remove float caps since no float conversion is actually done
23922           - remove properties and arguments that were to be used for rate
23923             conversion
23924
23925 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23926
23927         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23928         (gst_audio_structure_set_int):
23929         * gst-libs/gst/audio/audio.h:
23930           add helper functions for _getcaps matching the standard audio
23931           templates
23932
23933 2004-01-12  David Schleef  <ds@schleef.org>
23934
23935         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23936         Test that pad is negotiated before getting its caps.
23937
23938 2004-01-12  Julien MOUTTE <julien@moutte.net>
23939
23940         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23941         analyzing the pads of an element the bin is mostly in READY state so
23942         no caps were negotiated. This helper function needs to work with
23943         _get_caps directly then. I was not freeing them though, added that to
23944         fix the mem leak.
23945
23946 2004-01-12  Julien MOUTTE <julien@moutte.net>
23947
23948         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23950         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23951         than the free_func.
23952
23953 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23954
23955         * sys/oss/gstossaudio.c: (plugin_init):
23956         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23957         * sys/oss/gstosselement.h:
23958           make an oss debugging category
23959           make failure more descriptive
23960
23961 2004-01-11  David Schleef  <ds@schleef.org>
23962
23963         * ext/ffmpeg/gstffmpeg.c:
23964         * ext/ffmpeg/gstffmpegcodecmap.c:
23965         * ext/ffmpeg/gstffmpegdec.c:
23966         * ext/ffmpeg/gstffmpegenc.c:
23967         * ext/ffmpeg/gstffmpegprotocol.c:
23968         * ext/gdk_pixbuf/gstgdkanimation.c:
23969         * ext/jpeg/gstjpeg.c:
23970         * ext/libpng/gstpng.c:
23971         * ext/mpeg2dec/perftest.c:
23972         * ext/speex/gstspeex.c:
23973         * gst-libs/gst/resample/dtos.c:
23974         * gst/intfloat/gstintfloatconvert.c:
23975         * gst/oneton/gstoneton.c:
23976         * gst/rtjpeg/RTjpeg.c:
23977         * gst/rtp/gstrtp.c:
23978         * sys/dxr3/dxr3init.c:
23979         * sys/glsink/gstgl_nvimage.c:
23980         * sys/glsink/gstgl_pdrimage.c:
23981         * sys/glsink/gstglsink.c:
23982         * testsuite/gst-lint:
23983         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23984
23985 2004-01-11  David Schleef  <ds@schleef.org>
23986
23987         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23988         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23989         * ext/gdk_pixbuf/gstgdkanimation.c:
23990         (gst_gdk_animation_iter_create_pixbuf):
23991         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23992         (gst_gdk_pixbuf_chain):
23993         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23994         * ext/jack/gstjack.c: (gst_jack_change_state):
23995         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23996         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23997         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23998         * gst/videofilter/gstvideofilter.c:
23999         (gst_videofilter_set_output_size):
24000         Remove all usage of gst_pad_get_caps(), and replace it with
24001         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24002
24003 2004-01-11  David Schleef  <ds@schleef.org>
24004
24005         * configure.ac:
24006         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24007         * ext/divx/gstdivxdec.c:
24008         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24009         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24010         handle images that span multiple buffers.  Now work with both
24011         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24012         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24013         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24014         video/video.h changes
24015         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24016         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24017         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24018         of GstData free function.
24019         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24020         same.
24021
24022 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24023
24024         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24025         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24026         (gst_v4l2element_get_property):
24027         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24028           add norm, channel and frequency properties.
24029         * sys/v4l2/gstv4l2tuner.c:
24030           fixes for tuner interface changes
24031         * sys/v4l2/gstv4l2element.h:
24032         * sys/v4l2/gstv4l2src.c:
24033         * sys/v4l2/gstv4l2src.h:
24034         * sys/v4l2/v4l2src_calls.c:
24035         * sys/v4l2/v4l2src_calls.h:
24036           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24037
24038 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24039
24040         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24041         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24042         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24043         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24044         * gst-libs/gst/tuner/tuner.h:
24045           GObjects aren't const.
24046           Add find_by_name functions.
24047           Add checks to _changed functions.
24048         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24049         (gst_v4l_tuner_get_norm):
24050           Fixes for above.
24051
24052 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24053
24054         * gst-libs/gst/video/video.h:
24055           Fix caps template names to be understandable.
24056           Prefix everything with GST_VIDEO.
24057         * ext/aalib/gstaasink.c:
24058         * ext/divx/gstdivxdec.c:
24059         * ext/divx/gstdivxenc.c:
24060         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24061         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24062         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24063         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24064         * ext/libcaca/gstcacasink.c:
24065         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24066         * ext/snapshot/gstsnapshot.c:
24067         * ext/swfdec/gstswfdec.c:
24068         * ext/xvid/gstxviddec.c:
24069         * ext/xvid/gstxvidenc.c:
24070         * gst/chart/gstchart.c:
24071         * gst/deinterlace/gstdeinterlace.c:
24072         * gst/effectv/gsteffectv.c:
24073         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24074         * gst/goom/gstgoom.c:
24075         * gst/median/gstmedian.c:
24076         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24077         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24078         * gst/overlay/gstoverlay.c:
24079         * gst/smooth/gstsmooth.c:
24080         * gst/smpte/gstsmpte.c:
24081         * gst/synaesthesia/gstsynaesthesia.c:
24082         * gst/videocrop/gstvideocrop.c:
24083         * gst/videodrop/gstvideodrop.c:
24084         * gst/y4m/gsty4mencode.c:
24085         * sys/qcam/gstqcamsrc.c:
24086         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24087           Make them work with new video.h file.
24088         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24089         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24091         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24092           Make it work with new buffer allocation system.
24093
24094 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24095
24096         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24097         pad_alloc_buffer implementation to use ->srcpad
24098         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24099         pad_alloc_buffer implementation to use ->srcpad
24100         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24101         pad_alloc_buffer implementation to use ->srcpad
24102         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24103         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24104         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24105         a reference to everything we need.
24106         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24108         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24109         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24110         a reference to everything we need.
24111         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24112
24113 2004-01-11  David Schleef  <ds@schleef.org>
24114
24115         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24116         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24117         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24118         structure members.
24119         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24120         value during a resize/renegotiation.
24121         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24122         gst_pad_alloc_buffer();
24123         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24124         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24125         structure members.
24126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24127         Fix for rename of buffer private structure members.
24128         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24129         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24130         Fix for rename of buffer private structure members.
24131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24132         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24133         Fix for rename of buffer private structure members.
24134
24135 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24136
24137         reviewed by: David Schleef <ds@schleef.org>
24138
24139         * gst/videofilter/Makefile.am:
24140         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24141         from the patch by ds to fit in with recent make_filter changes.
24142
24143 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24144
24145         * configure.ac: Adding examples/switch/Makefile
24146         * examples/Makefile.am: Adding examples/switch
24147         * examples/switch/Makefile.am: Adding switcher example.
24148         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24149         (switch_timer), (main): Adding an example demonstrating switch usage
24150         with 2 videotestsrc showing different patterns.
24151         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24152         (gst_switch_init): Fixing switch with the new caps system.
24153
24154 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24155
24156         * gst-libs/gst/video/video.h:
24157           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24158           They should probably be like
24159           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24160
24161 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24162
24163         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24164         (qtdemux_parse_trak):
24165           fix audio chunk size/timestamp calculation
24166
24167 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24168
24169         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24170           fix SVQ3 caps
24171
24172 2004-01-11  Steve Baker  <steve@stevebaker.org>
24173
24174         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24175         (gst_agingtv_base_init), (gst_agingtv_class_init),
24176         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24177         (gst_agingtv_set_property), (gst_agingtv_get_property):
24178         Port agingTV to videofilter
24179
24180 2004-01-09  Julien MOUTTE <julien@moutte.net>
24181
24182         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24183         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24184
24185 2004-01-09  Julien MOUTTE <julien@moutte.net>
24186
24187         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24188         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24189         * gst-libs/gst/xoverlay/xoverlay.c:
24190         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24191         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24192         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24193         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24194         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24195         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24196         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24197         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_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         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24202         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24203         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24204         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24205         interface implementation to handle xid being 0 and fix some bugs
24206         triggered by Benjamin's testcase.
24207
24208 2004-01-09  David Schleef  <ds@schleef.org>
24209
24210         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24211         mouse pointer events.  It works.
24212
24213 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24214
24215         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24216           Use explicit caps - fix capsnego.
24217         * ext/xvid/gstxviddec.c:
24218         * ext/xvid/gstxvidenc.c:
24219           Remove macro-inside-macro which caused compile errors.
24220         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24221           Error out if it's not a RIFF file. Else we error out without
24222           gst_element_error() which is not good...
24223
24224 2004-01-08  David Schleef  <ds@schleef.org>
24225
24226         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24227         Fix pad_link function to handle formats that ffmpeg returns
24228         as multiple caps structures.
24229         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24230         Only complain if source buffer is _smaller_ than expected.
24231         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24232         (gst_videoscale_handle_src_event): Resize navigation events
24233         when passing them upstream.
24234         * gst/videotestsrc/gstvideotestsrc.c:
24235         * gst/videotestsrc/gstvideotestsrc.h:
24236         * gst/videotestsrc/videotestsrc.c:
24237         * gst/videotestsrc/videotestsrc.h:
24238         Rewrite many of the buffer painting functions to handle odd
24239         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24240         been verified to work with my video card.
24241         * testsuite/gst-lint:  Add check for elements calling
24242         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24243
24244 2004-01-08  David Schleef  <ds@schleef.org>
24245
24246         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24247         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24248
24249 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24250
24251         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24252         configure event is not emiting the desired size signal. That fixes
24253         aspect ratio issues with gst-player.
24254
24255 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24256
24257         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24258           Fix capsnego.
24259
24260 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24261
24262         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24263         public method to fire size signal.
24264
24265 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24266
24267         * examples/gstplay/Makefile.am: Adding the interface library.
24268         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24269         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24270         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24271         GST_IS_X_OVERLAY before signal connect.
24272         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24273         Removing the have_video_size signal.
24274         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24275         and associated public method.
24276         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24277         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24278         signal.
24279         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24280         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24281         signal.
24282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24283         Using XOverlay public method to fire size signal.
24284
24285 2004-01-07  David Schleef  <ds@schleef.org>
24286
24287         * gst/videofilter/Makefile.am:
24288         * gst/videofilter/gstvideotemplate.c:
24289         * gst/videofilter/make_filter:
24290         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24291         Convert make_filter to /bin/sh script.
24292
24293 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24294
24295         * gst/modplug/gstmodplug.cc: fix element description
24296
24297 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24298
24299         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24300         (got_video_size): Adding some new lines in g_print calls.
24301         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24302         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24303         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24304         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24305         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24306         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24307         Complete code review, reverting some stuff i disagree with, adding
24308         some fixes : time synchronization on invalid timestamps, renegotiation
24309         of private window.
24310         * sys/ximage/ximagesink.h:
24311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24312         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24313         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24314         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24315         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24316         (gst_xvimagesink_buffer_new),
24317         (gst_xvimagesink_navigation_send_event),
24318         (gst_xvimagesink_set_xwindow_id),
24319         (gst_xvimagesink_get_desired_size),
24320         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24321         stuff i disagree with, adding some fixes : Renegotiation of private
24322         window, implementing get_desired_size.
24323
24324 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24325
24326         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24327         (gst_afsink_handle_event):
24328         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24329         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24330         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24331         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24332         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24333           Fix for instantiate-test (see core). Also remove dead code from
24334           jpegenc (which still needs fixing, but that's lower on my TODO
24335           list...).
24336         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24337           Never return NULL as caps.
24338
24339 2004-01-07  David Schleef  <ds@schleef.org>
24340
24341         * configure.ac:
24342         * ext/Makefile.am:
24343         * ext/librfb/Makefile.am:
24344         * ext/librfb/gstrfbsrc.c:
24345         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24346         is the protocol used by VNC.
24347
24348 2004-01-07  David Schleef  <ds@schleef.org>
24349
24350         * gst/videofilter/gstvideotemplate.c:
24351         * gst/videofilter/gstvideotemplate.h:
24352         * gst/videofilter/make_filter:
24353         Merge videotemplate header into source file.
24354         * gst/effectv/Makefile.am:
24355         * gst/effectv/gsteffectv.c: (plugin_init):
24356         * gst/effectv/gstwarp.c:
24357         Make warpTV a subclass of videofilter.
24358
24359 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24360
24361         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24362           Add guard against invalid utf-8 conversions in mad. Just in case.
24363
24364 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24365
24366         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24367           Fix for bug shown by poisoning
24368
24369 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24370
24371         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24372         (gst_v4lmjpegsrc_buffer_free):
24373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24374         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24375         (gst_v4lsrc_buffer_free):
24376           Fix for removed bufferpools.
24377
24378 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24379
24380         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24381         Fix caps negotiation.
24382
24383         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24384         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24385         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24386         (dvdnavsrc_event):
24387         * ext/mpeg2dec/gstmpeg2dec.c:
24388         * gst-libs/gst/navigation/navigation.c:
24389         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24390         * gst-libs/gst/navigation/navigation.h:
24391         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24392         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24394         Super-simple first version of mouse and keyboard events. Clicking
24395         on a DVD menu now works, although it may not take you where you
24396         expected.
24397
24398         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24399         * gst/videotestsrc/gstvideotestsrc.c:
24400         (gst_videotestsrc_src_fixate):
24401         These fixate functions were broken - they never actually
24402         fixated :)
24403
24404 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24405
24406         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24407         (gst_icecastsend_init):
24408           fix for new caps system.
24409         * gst-libs/gst/mixer/mixertrack.h:
24410         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24411           Add 'master track' flag (for tools like ACME that only want to
24412           change the main volume).
24413
24414 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24415
24416         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24417         (gst_xvid_csp_to_caps):
24418         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24419         * ext/xvid/gstxvidenc.c:
24420         ifdef out ARGB type when it isn't available
24421         in xvidcore 1.0.0beta2
24422
24423 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24424
24425         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24426           When we have received a new SCR right in the first buffer after
24427           a seek (so in the same cycle that handles the discont), we should
24428           handle the buffer instead of unreffing it, else we lose data.
24429
24430 2004-01-06  Iain <iain@prettypeople.org>
24431
24432         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24433           buffer-frames caps too.
24434
24435         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24436           caps that we need, don't destroy them all and rebuild them. And when
24437           creating src pads, use the src pad template rather than the sink...
24438
24439 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24440
24441         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24442           Add pad to element *after* setting functions such as event handler.
24443           Without this, the scheduler (opt) will link pads, set the event
24444           handler from the default event function (dispatcher in gstpad.c)
24445           and *after* that, we will set our own event function, which will
24446           thus never be used (and thus mpegdemux doesn't handle events).
24447
24448 2004-01-04  David Schleef  <ds@schleef.org>
24449
24450         Fix the fixate functions to handle new prototype:
24451         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24452         * gst/videotestsrc/gstvideotestsrc.c:
24453         (gst_videotestsrc_src_fixate):
24454         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24455         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24457
24458 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24459
24460         * sys/ximage/ximagesink.h:
24461         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24462         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24463         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24464         (gst_ximagesink_xoverlay_init):
24465           assorted fixes to make (re)embedding work
24466         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24467         (gst_ximagesink_get_desired_size):
24468           implement desired size additions to XOverlay
24469
24470 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24471
24472         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24473         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24474         (gst_x_overlay_got_desired_size):
24475         * gst-libs/gst/xoverlay/xoverlay.h:
24476           Add optional "desired size" signal and querying.
24477
24478 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24479
24480         * gst/matroska/matroska-demux.c:
24481         (gst_matroska_demux_parse_blockgroup):
24482           Fix EBML-laced block parsing. Diffs are relative to previous
24483           lace, not the first lace. Thanks to Mosu from the Matroska
24484           team for detecting this.
24485         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24486         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24487         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24488         (gst_wavparse_change_state):
24489         * gst/wavparse/gstwavparse.h:
24490           Quickfix for capsnego.
24491
24492 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24493
24494         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24495           Fix indenting, fix pad creation.
24496
24497 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24498
24499         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24500         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24501         (gst_xviddec_sink_link):
24502           Implement src_getcaps() so proper size caps is negotiated.
24503
24504 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24505
24506         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24507           Finish flac decoder on EOS. See #116178.
24508
24509 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24510
24511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24512         (gst_matroska_demux_add_stream):
24513         * gst/matroska/matroska-ids.h:
24514           Add getcaps() function to fix capsnego...
24515
24516 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24517
24518         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24519         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24520         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24521           Fix more integer overflows. Again, see #126967.
24522
24523 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24524
24525         * ext/mpeg2dec/gstmpeg2dec.c:
24526           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24527           #130416.
24528
24529 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24530
24531         * configure.ac:
24532         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24533         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24534         * ext/xvid/gstxvid.h:
24535         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24536         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24537         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24538         (gst_xviddec_change_state):
24539         * ext/xvid/gstxviddec.h:
24540         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24541         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24542         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24543         (gst_xvidenc_link), (gst_xvidenc_set_property),
24544         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24545         * ext/xvid/gstxvidenc.h:
24546           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24547
24548 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24549
24550         * gst/rtp/rtp-packet.c:
24551           Add sys/types.h include, since OS X doesn't define in_addr_t
24552           in netinet/in.h, like it does on Linux (see #129600).
24553
24554 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24555
24556         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24557
24558         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24559           Correct logic of dispose function (see #129306).
24560
24561 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24562
24563         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24564         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24565         (gst_mpeg_parse_init):
24566         * gst/mpegstream/gstmpegparse.h:
24567           Remove clock (which was never provided, i.e. dead code), and
24568           also fix integer overflows at high PTS values (see #126967).
24569
24570 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24571
24572         * ext/flac/gstflacdec.c:
24573         * ext/libpng/gstpngenc.h:
24574         * ext/mikmod/gstmikmod.h:
24575           OS X fixes (see #126628).
24576
24577 2004-01-02  David Schleef  <ds@schleef.org>
24578
24579         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24580         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24581         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24582         (gst_mpeg_parse_class_init): Move pad template registration
24583         to class_init, since the derived class (mpegdemux) doesn't
24584         want them.
24585
24586 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24587
24588         * sys/ximage/Makefile.am:
24589         * sys/xvideo/Makefile.am:
24590         * sys/xvimage/Makefile.am:
24591           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24592           after installation (see #127664).
24593
24594 2004-01-02  David Schleef  <ds@schleef.org>
24595
24596         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24597         (gst_ffmpegenc_connect):  Negotiation fixes.
24598         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24599         Remove inappropriate gst_caps_free().
24600         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24601         Reenable Ronald's internal resize code, since the core handles
24602         it correctly now.
24603
24604 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24605
24606         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24607         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24608         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24609           Fix pad template stuff.
24610
24611 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24612
24613         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24614         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24615           fix signed integer reading/writing.
24616
24617 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24618
24619         * ext/alsa/README:
24620           Remove outdated document
24621
24622 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24623
24624         * gst/cutter/gstcutter.c: (gst_cutter_init):
24625           src pad was being created twice - oops.
24626
24627 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24628
24629         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24630           Comment out internal resize. It doesn't handle the resulting
24631           XEvent internally, does another try_set_caps() which leads to
24632           a really nice loop.
24633           Real fix will come when Julien and Dave are awake. ;).
24634
24635 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24636
24637         * ext/mpeg2enc/gstmpeg2enc.cc:
24638           fix const/nonconst compile issue.
24639
24640 2004-01-02  David Schleef  <ds@schleef.org>
24641
24642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24643         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24644         Add fixate function and a check for bad formats.
24645
24646 2004-01-01  David Schleef  <ds@schleef.org>
24647
24648         Negotiation fixes:
24649         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24650         (gst_audiofilter_init):
24651         * gst/debug/efence.c: (gst_efence_init):
24652         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24653         (gst_deinterlace_init):
24654         * gst/volume/gstvolume.c: (volume_connect):
24655
24656 2004-01-01  David Schleef  <ds@schleef.org>
24657
24658         Convert elements to use gst_pad_use_explicit_caps() where
24659         appropriate:
24660         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24661         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24662         (gst_afparse_open_file):
24663         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24664         (gst_afsrc_open_file):
24665         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24666         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24667         (gst_ffmpegdec_chain):
24668         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24669         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24670         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24671         (gst_gdk_pixbuf_chain):
24672         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24673         (gst_jpegdec_chain):
24674         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24675         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24676         (gst_mikmod_negotiate):
24677         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24678         (gst_mpeg2dec_negotiate_format):
24679         * ext/mpeg2enc/gstmpeg2enc.cc:
24680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24681         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24682         (gst_speexdec_sinkconnect):
24683         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24684         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24685         (gst_vorbisfile_new_link):
24686         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24687         (gst_ac3parse_chain):
24688         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24689         (gst_asf_demux_setup_pad):
24690         * gst/auparse/gstauparse.c: (gst_auparse_init),
24691         (gst_auparse_chain):
24692         * gst/id3/gstid3types.c: (gst_id3types_loop):
24693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24694         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24695         (mp1videoparse_parse_seq):
24696         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24697         (bpf_from_header):
24698         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24699         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24700         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24701         (gst_mpeg_parse_send_data):
24702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24703         (gst_qtdemux_add_stream):
24704         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24705         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24706         (gst_wavparse_parse_fmt):
24707
24708 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24709
24710         * configure.ac:
24711           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24712           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24713           it therefore uses the wrong include paths. Too bad... Note
24714           that 1.6.1.93 is not release yet. ;).
24715           Also add a check for mplex, which is now using the lib'ified
24716           mplex from mjpegtools, too.
24717         * ext/ffmpeg/gstffmpegcodecmap.c:
24718           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24719           issues. I don't think ffmpeg handles 3ivx correctly, so this
24720           probably won't work. But it won't hurt either.
24721         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24722         (gst_ffmpegdec_chain):
24723         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24724         (gst_ffmpegenc_chain_audio):
24725           Fix memleak in audio encoding. Close codec if open fails, this
24726           calls the cleanup routines so we can re-use the context.
24727         * ext/mpeg2enc/gstmpeg2enc.cc:
24728           Fix pad template names/types, fix memory issue with getcaps().
24729         * ext/mpeg2enc/gstmpeg2encoder.cc:
24730         * ext/mpeg2enc/gstmpeg2encoder.hh:
24731           Fix compile issue with new caps system (const thingy).
24732         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24733         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24734           We read a first frame right on initing, so that we have a caps
24735           when we init the output. This caps is cached in padprivate and
24736           read as first frame.
24737         * ext/mplex/Makefile.am:
24738         * ext/mplex/gstmplex.cc:
24739         * ext/mplex/gstmplex.h:
24740         * ext/mplex/gstmplex.hh:
24741         * ext/mplex/gstmplexibitstream.cc:
24742         * ext/mplex/gstmplexibitstream.hh:
24743         * ext/mplex/gstmplexjob.cc:
24744         * ext/mplex/gstmplexjob.hh:
24745         * ext/mplex/gstmplexoutputstream.cc:
24746         * ext/mplex/gstmplexoutputstream.hh:
24747           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24748           had issues, didn't do capsnego, supported only a subset of the
24749           mplex features and required a mplex fork in our local CVS. Plus
24750           that it worked agaist a very old mplex version. Rewriting was
24751           faster than updating it.
24752         * gst-libs/ext/Makefile.am:
24753         * gst-libs/ext/mplex/INSTRUCT:
24754         * gst-libs/ext/mplex/Makefile.am:
24755         * gst-libs/ext/mplex/README:
24756         * gst-libs/ext/mplex/TODO:
24757         * gst-libs/ext/mplex/ac3strm_in.cc:
24758         * gst-libs/ext/mplex/audiostrm.hh:
24759         * gst-libs/ext/mplex/audiostrm_out.cc:
24760         * gst-libs/ext/mplex/aunit.hh:
24761         * gst-libs/ext/mplex/bits.cc:
24762         * gst-libs/ext/mplex/bits.hh:
24763         * gst-libs/ext/mplex/buffer.cc:
24764         * gst-libs/ext/mplex/buffer.hh:
24765         * gst-libs/ext/mplex/fastintfns.h:
24766         * gst-libs/ext/mplex/format_codes.h:
24767         * gst-libs/ext/mplex/inputstrm.cc:
24768         * gst-libs/ext/mplex/inputstrm.hh:
24769         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24770         * gst-libs/ext/mplex/mjpeg_logging.cc:
24771         * gst-libs/ext/mplex/mjpeg_logging.h:
24772         * gst-libs/ext/mplex/mjpeg_types.h:
24773         * gst-libs/ext/mplex/mpastrm_in.cc:
24774         * gst-libs/ext/mplex/mpegconsts.cc:
24775         * gst-libs/ext/mplex/mpegconsts.h:
24776         * gst-libs/ext/mplex/mplexconsts.hh:
24777         * gst-libs/ext/mplex/multplex.cc:
24778         * gst-libs/ext/mplex/outputstream.hh:
24779         * gst-libs/ext/mplex/padstrm.cc:
24780         * gst-libs/ext/mplex/padstrm.hh:
24781         * gst-libs/ext/mplex/stillsstream.cc:
24782         * gst-libs/ext/mplex/stillsstream.hh:
24783         * gst-libs/ext/mplex/systems.cc:
24784         * gst-libs/ext/mplex/systems.hh:
24785         * gst-libs/ext/mplex/vector.cc:
24786         * gst-libs/ext/mplex/vector.hh:
24787         * gst-libs/ext/mplex/videostrm.hh:
24788         * gst-libs/ext/mplex/videostrm_in.cc:
24789         * gst-libs/ext/mplex/videostrm_out.cc:
24790         * gst-libs/ext/mplex/yuv4mpeg.cc:
24791         * gst-libs/ext/mplex/yuv4mpeg.h:
24792         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24793         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24794           We don't fork mjpegtools' mplex in our CVS anymore.
24795         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24796         (gst_avi_demux_add_stream):
24797         * gst/avi/gstavidemux.h:
24798           Add getcaps() function for proper caps nego. This makes some
24799           parts of AVI playback/reading work.
24800         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24801           Resize window on new capsnego. This is probably wrong, but
24802           I'm still committing it because with current capsnego, the
24803           first successfull capsnego is auto-fixated, therefore rounded
24804           down to the lowest values in the caps. this results in a 16x16
24805           XWindow that is not reized when real capsnego finishes.
24806           Dave, I see more cases of this, do you know a proper solution?
24807         * tools/gst-launch-ext.in:
24808           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24809
24810 2003-12-31  David Schleef  <ds@schleef.org>
24811
24812         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24813         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24814           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24815
24816 2003-12-30  David Schleef  <ds@schleef.org>
24817
24818         * ext/ffmpeg/gstffmpegcolorspace.c:
24819         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24820         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24821         (gst_ffmpegcsp_chain): Negotiation fixes
24822         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24824         (gst_audio_convert_link), (gst_audio_convert_channels):
24825         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24826         (gst_audioscale_link), (gst_audioscale_get_buffer),
24827         (gst_audioscale_chain): Negotiation fixes
24828         * gst/audioscale/gstaudioscale.h:
24829         * gst/videofilter/gstvideofilter.c:
24830         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24831         (gst_videofilter_link), (gst_videofilter_init),
24832         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24833         (gst_videofilter_find_format_by_structure):
24834         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24835         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24836         (gst_videoscale_link):
24837         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24838         (videoscale_find_by_structure), (gst_videoscale_setup):
24839         * gst/videoscale/videoscale.h: Negotiation fixes
24840         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24841         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24842         function, restrict resizing to a multiple of 4 (hack until
24843         everyone supports odd sizes correctly).
24844
24845 2003-12-29  Colin Walters  <walters@verbum.org>
24846
24847         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24848         signed.
24849
24850 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24851
24852         * ext/sndfile/gstsf.c: (gst_sf_loop):
24853           Fix warning about discarding const qualifier
24854
24855 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24856
24857         * gst/cutter/gstcutter.c:
24858         * gst/videoscale/gstvideoscale.c:
24859         * gst/volenv/gstvolenv.c:
24860         * gst-libs/gst/audio/audio.c:
24861         * gst-libs/gst/video/video.c:
24862           Fix warnings
24863
24864 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24865
24866         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24867           Don't send ALSA debugging to stderr.
24868         * ext/alsa/gstalsa.h:
24869           Use GST_WARNING instead of g_warning when ALSA functions fail.
24870
24871 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24872
24873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24874           Free XVAdapterInfo correctly.
24875
24876 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24877
24878         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24879         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24880           Make id3tag use correct caps nego.
24881
24882 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24883
24884         * ext/ivorbis/vorbis.c:
24885         * ext/ivorbis/vorbisenc.h:
24886         * ext/ivorbis/vorbisfile.c:
24887           Modify so that it uses the new caps things
24888
24889 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24890
24891         * testsuite/spider/spider1.c: (main):
24892         * testsuite/spider/spider2.c: (main):
24893         * testsuite/spider/spider3.c: (main):
24894           Make tests compile again. They probably don't work.
24895
24896 2003-12-24  Colin Walters  <walters@verbum.org>
24897
24898         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24899         we can't fixate the caps anymore.
24900
24901 2003-12-23  David Schleef  <ds@schleef.org>
24902
24903         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24904         * sys/oss/gstosssink.c: (gst_osssink_init),
24905         (gst_osssink_sink_fixate): Add fixate function.
24906
24907 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24908
24909         * ext/ffmpeg/gstffmpegcodecmap.c:
24910         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24911         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24912         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24913         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24914         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24915         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24916         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24917           fix typo in RGB masks, and move back to "old" colorspace
24918           capsnego code until whoever wrote this new crap has actually
24919           tested it so that it works.
24920           And yes, this works, keep it that way please.
24921
24922 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24923
24924         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24925         (gst_divxdec_init), (gst_divxdec_negotiate):
24926         * ext/divx/gstdivxdec.h:
24927         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24928         (gst_divxenc_init):
24929         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24930         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24931         * ext/mpeg2enc/gstmpeg2enc.cc:
24932         * ext/mpeg2enc/gstmpeg2encoder.cc:
24933         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24934         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24935         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24936         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24937         (dxr3spusink_init):
24938         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24939         (dxr3videosink_init):
24940           Fix caps breakage after Dave's caps branch merge.
24941
24942 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24943
24944         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24945           Fix for 24bpp display.
24946
24947 2003-12-23  Colin Walters  <walters@verbum.org>
24948
24949         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24950         a GnomeVFSHandle directly.
24951
24952 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24953
24954         * gst/volume/Makefile.am:
24955         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24956         (volume_base_init), (volume_init):
24957           Reenable volume element and fix to work with new caps stuff.
24958           Rhythmbox needs this.
24959
24960 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24961
24962         * gst/qtdemux/qtdemux.c: (plugin_init):
24963           qtdemux requires bytestream
24964
24965 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24966
24967         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24968           Fix remaining caps handling errors due to CAPS merge.
24969
24970 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24971
24972         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24973         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24974         (gst_faad_srcconnect):
24975           Port to new caps system.
24976
24977 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24978
24979         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24980         (got_video_size), (main): using g_print instead of g_message.
24981         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24982         signal which was not emitted because of "switch" element added to the
24983         bin but not connected. (Removing from the bin temporarily)
24984
24985 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24986
24987         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24988         find X development files. I don't understand the previous tests and
24989         they fail on my debian/ppc unstable. This one works.
24990         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24991         exiting.
24992         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24993         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24994         (gst_play_set_visualization): Add some safety checks in set_ methods
24995         and state_change. This was throwing some ugly CRITICAL messages when
24996         pipeline was getting disposed and casts were failing.
24997
24998 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24999
25000         * configure.ac:
25001           Improve mpeg2enc detection. This is for distributions that do
25002           ship mjpegtools, but without mpeg2enc. Also does object check
25003           for might there ever be ABI incompatibility.
25004         * ext/mpeg2enc/gstmpeg2enc.cc:
25005           Add Andrew as second maintainer (he's helping me), and also add
25006           an error if no caps was set. This happens if I pull before capsnego
25007           and that's something I should solve sometime else.
25008         * gst/matroska/matroska-demux.c:
25009         (gst_matroska_demux_parse_blockgroup):
25010           Fix time parsing.
25011         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25012         (gst_matroska_mux_track_header):
25013           Add caps to templates.
25014         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25015           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25016         * gst/mpegstream/gstmpegdemux.c:
25017           Remove layer since it causes warnings about unfixed caps.
25018         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25019           Fix obvious typo (we error out if caps were set, we should of
25020           course error out if *no* caps were set).
25021         * sys/oss/gstosselement.c: (gst_osselement_convert):
25022           Fix format conversion, we confused bits/bytes.
25023         * sys/oss/gstosselement.h:
25024           Improve documentation for 'bps'.
25025         * sys/v4l/TODO:
25026           Remove stuff about plugins that need removing - this was done
25027           ages ago.
25028         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25029         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25030         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25031         (gst_v4lsrc_src_query):
25032         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25033         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25034           Add get_query_types(), get_formats() and query() functions.
25035
25036 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25037
25038         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25039         * moved CVS to freedesktop.org