gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Whoops, fix bug introduced...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-04  Andy Wingo  <wingo@pobox.com>
2
3         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
4         Whoops, fix bug introduced. Bad hacker!
5         
6         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
7         Properly handle the case where you get EOS before any buffers are
8         received. Use gst_buffer_make_metadata_writable where appropriate.
9
10         * ext/theora/theoradec.c (theora_handle_data_packet): This value
11         is often negative -- make it signed so as not to wrap around.
12         Fixes segfaults introduced on 9 March.
13
14 2006-04-03  Wim Taymans  <wim@fluendo.com>
15
16         * ext/theora/gsttheoradec.h:
17         * ext/theora/theoradec.c: (theora_dec_src_event):
18         Don't try to store a gdouble in a gboolean.
19         Small cleanups.
20
21 2006-04-03  Michael Smith  <msmith@fluendo.com>
22
23         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
24           Oggmux sucks.
25           Make it suck slightly less by writing out the final page.
26           Still can't encode a vorbis-in-ogg file correctly, though.
27
28 2006-04-03  Andy Wingo  <wingo@pobox.com>
29
30         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
31         a g_print.
32
33         * ext/theora/theora.c (plugin_init): Register theoraparse.
34
35         * ext/theora/gsttheoraparse.h: 
36         * ext/theora/theoraparse.c: New files implementing a theora
37         parser. Now we can properly remux ogg/theora+vorbis, yay.
38
39         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
40
41 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
42
43         * gst/audiotestsrc/gstaudiotestsrc.c:
44           Fixed the sample pipeline (see #323798)
45
46 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
47
48         * configure.ac:
49         * win32/common/config.h:
50         * win32/common/config.h.in:
51           use AS_VERSION and AS_NANO
52           more cleanups
53
54 2006-03-31  Andy Wingo  <wingo@pobox.com>
55
56         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
57         uninitialized variable return that would happen.
58         
59         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
60         uninitialized variable return that would never happen.
61
62         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
63         (vorbis_parse_sink_event): Add an event function to flush our
64         state on a seek, and to drain buffers on a premature EOS.
65         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
66         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
67         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
68         (vorbis_parse_drain_queue): Queue up buffers until we can set
69         their timestamps and granulepos values.
70
71         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
72         and keep track of data needed for deriving granulepos and
73         timestamps for buffers.
74
75 2006-03-29  Wim Taymans  <wim@fluendo.com>
76
77         Patch by: j^ <j at bootlab dot org>
78
79         * ext/alsa/gstalsamixerelement.c:
80         (gst_alsa_mixer_element_class_init):
81         * ext/alsa/gstalsasink.c:
82         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
83         * ext/ogg/gstoggdemux.c:
84         * ext/ogg/gstoggmux.c:
85         * ext/ogg/gstoggparse.c:
86         * ext/pango/gstclockoverlay.c:
87         * ext/pango/gsttextoverlay.c:
88         * ext/pango/gsttextrender.c:
89         * ext/pango/gsttimeoverlay.c:
90         * ext/theora/theoradec.c:
91         * ext/theora/theoraenc.c:
92         * ext/vorbis/vorbisdec.c:
93         * ext/vorbis/vorbisenc.c:
94         * gst/audioconvert/gstaudioconvert.c:
95         * gst/subparse/gstsubparse.c:
96         * gst/tcp/gstmultifdsink.c:
97         * gst/tcp/gsttcpclientsink.c:
98         * gst/tcp/gsttcpclientsrc.c:
99         * gst/tcp/gsttcpserversink.c:
100         * gst/tcp/gsttcpserversrc.c:
101           better/unified long descriptions
102           Fixes #336477
103
104 2006-03-29  Wim Taymans  <wim@fluendo.com>
105
106         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
107         (stop_seek):
108         Don't let double and tripple clicks mess up our state.
109
110 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
111
112         * gst/playback/gstplaybin.c: (gen_video_element),
113         (gen_text_element), (gen_audio_element), (gen_vis_element):
114           Error out gracefully when we can't create any of the usual
115           conversion elements for some reason. Also, don't try to
116           create an audioscale (sic) element that's not used anyway.
117
118 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
119
120         * gst/playback/gstplaybasebin.c: (setup_source):
121           Don't post RESOURCE_NOT_FOUND error when we can't find a source
122           element for a particular protocol, that's confusing for users.
123           Instead, post a RESOURCE_FAILED error, so that our own error
124           message is actually shown in totem etc. (#336303).
125
126 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
127
128         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
129
130         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
131         (gst_gnome_vfs_src_get_icy_metadata):
132           Fix some minor memory leaks (#336194).
133
134 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
135
136         * ext/gnomevfs/gstgnomevfs.c:
137         (gst_gnome_vfs_location_to_uri_string):
138         * ext/gnomevfs/gstgnomevfs.h:
139         * ext/gnomevfs/gstgnomevfssink.c:
140         (gst_gnome_vfs_sink_set_property):
141         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
142           Make gnomevfssink accept filenames as well as URIs for the
143           "location" property, just like gnomevfssrc does (and
144           filesrc/filesink do) (#336190).
145
146 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
147
148         * tests/check/generic/clock-selection.c: (GST_START_TEST):
149           set to NULL before unreffing, fixes a valgrind leak.
150           Why was this not triggering the error that an object needs to
151           be NULL before unreffing ?
152         * win32/common/config.h:
153           update
154
155 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
156
157         * gst/subparse/gstsubparse.c: (convert_encoding),
158         (gst_sub_parse_change_state):
159         * gst/subparse/gstsubparse.h:
160           Text subtitle files may or may not be UTF-8. If it's not, we
161           don't really want to see '?' characters in place of non-ASCII
162           characters like accented characters. So let's assume the input
163           is UTF-8 until we come across text that is clearly not. If it's
164           not UTF-8, we don't really know what it is, so try the following:
165           (a) see whether the GST_SUBTITLE_ENCODING environment variable
166           is set; if not, check (b) if the current locale encoding is
167           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
168           the current locale encoding is UTF-8 and the environment variable
169           was not set to any particular encoding. Not perfect, but better
170           than nothing (and better than before, I think) (fixes #172848).
171
172 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
173
174         * configure.ac:
175           update core requirement to 0.10.4.1 because of async_playback
176           vmethod on GstBaseSink
177
178 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
179
180         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
181         * gst/adder/gstadder.c: (gst_adder_init):
182         use DEBUG_FUNCPTR for collectpads
183
184 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
185
186         * docs/plugins/Makefile.am:
187         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
188         * docs/plugins/gst-plugins-base-plugins-sections.txt:
189         * ext/cdparanoia/gstcdparanoiasrc.c:
190         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
191         (gst_gnome_vfs_sink_class_init):
192         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
194         * ext/ogg/gstoggmux.c:
195         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
196         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
197         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
198         * ext/pango/gsttextoverlay.c:
199         * ext/pango/gsttextrender.c:
200         * ext/theora/theoradec.c:
201         * ext/theora/theoraenc.c:
202         * ext/vorbis/vorbisdec.c:
203         * ext/vorbis/vorbisenc.c:
204         * gst-libs/gst/audio/gstaudiofilter.c:
205         (gst_audio_filter_base_init):
206         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
207         (gst_audio_filter_template_base_init):
208         * gst/adder/gstadder.c: (gst_adder_get_type):
209         * gst/adder/gstadder.h:
210         * gst/audioconvert/gstaudioconvert.c:
211         * gst/audiotestsrc/gstaudiotestsrc.c:
212         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
213         (gst_audio_test_src_create):
214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
215         * gst/playback/gstdecodebin.c:
216         * gst/playback/gstplaybin.c:
217         * gst/playback/gststreamselector.c:
218         (gst_stream_selector_base_init):
219         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
220         * gst/volume/gstvolume.c:
221         * sys/v4l/gstv4lmjpegsink.c:
222         * sys/v4l/gstv4lmjpegsrc.c:
223         * tests/check/libs/cddabasesrc.c:
224         * tests/old/examples/gob/gst-identity2.gob:
225         Add docs for adder, use GST_ELEMENT_DETAILS macro,
226         define GstElementDetails at the top
227
228 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
229
230         * win32/common/libgstinterfaces.def:
231         Add a lot of export functions for gst-python
232         * win32/vs6/libgstinterfaces.dsp:
233         Add a missing include folder in the project configuration
234         
235 2006-03-23  Wim Taymans  <wim@fluendo.com>
236
237         * gst-libs/gst/audio/gstbaseaudiosrc.c:
238         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
239         (gst_base_audio_src_change_state):
240         Fix audio sources, forgot to make the ringbuffer
241         startable...
242
243 2006-03-23  Wim Taymans  <wim@fluendo.com>
244
245         * gst-libs/gst/audio/gstbaseaudiosrc.c:
246         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
247         (gst_base_audio_src_change_state):
248         unparent instead of unref the ringbuffer.
249
250 2006-03-23  Wim Taymans  <wim@fluendo.com>
251
252         * gst-libs/gst/audio/gstbaseaudiosink.c:
253         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
254         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
255         Implement new async_play vmethod to start slaving and allow
256         playback start in case of async PLAY state changes. 
257
258         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
259         Enable QoS with new method in base class.
260
261 2006-03-23  Wim Taymans  <wim@fluendo.com>
262
263         Patch by: Julien MOUTTE <julien at moutte dot net>
264
265         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
266         (gst_video_test_src_do_seek), (gst_video_test_src_create):
267         Partially handle 0 framerate, only EOS after the first frame
268         is missing.
269
270 2006-03-23  Wim Taymans  <wim@fluendo.com>
271
272         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
273
274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
275         (gst_riff_create_video_template_caps):
276         * gst/ffmpegcolorspace/avcodec.h:
277         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
278         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
279         (gst_ffmpegcsp_avpicture_fill):
280         * gst/ffmpegcolorspace/imgconvert.c:
281         Patch for support of YVU9 AVI files (#334822)
282
283 2006-03-22  Edward Hervey  <edward@fluendo.com>
284
285         * docs/design/design-decodebin.txt:
286         Added design document for new decodebin
287         (Target Caps): text/x-pango-markup is also a default target caps.
288
289 2006-03-22  Wim Taymans  <wim@fluendo.com>
290
291         * gst-libs/gst/audio/gstbaseaudiosink.c:
292         (gst_base_audio_sink_dispose):
293         Since we _parent the ringbuffer, we also need to
294         _unparent instead of a plain _unref.
295
296 2006-03-22  Wim Taymans  <wim@fluendo.com>
297
298         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
299         (stop_seek), (scrub_toggle_cb), (main):
300         Add scrub checkbox.
301
302 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
303
304         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
305         (gst_ogg_parse_chain):
306           Fix very inefficient usage of linked lists (#335365).
307
308 2006-03-21  Edward Hervey  <edward@fluendo.com>
309
310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
311         * gst/playback/gstplaybin.c: (handoff):
312         * gst/playback/gststreamselector.c:
313         (gst_stream_selector_set_property):
314         gcc 4.1 unreferenced pointer fixes.
315         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
317         gst_buffer_ref() now takes a GstBuffer*.
318
319 2006-03-20  Julien MOUTTE  <julien@moutte.net>
320
321         * sys/xvimage/xvimagesink.c:
322         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
323         by Jan Schmidt.
324
325 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
326
327         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
328         (id3v1_type_find), (apetag_type_find), (plugin_init):
329           Can't do tag preferences via probability, as tags would then
330           lose against types that are recognised with MAXIMUM probability
331           (like .wav); so let all tag typefinders return MAXIMUM themselves
332           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
333           that we can prefer APE to ID3v1 (fixes #335028).
334           
335 2006-03-17  Wim Taymans  <wim@fluendo.com>
336
337         * gst-libs/gst/audio/gstbaseaudiosink.c:
338         (gst_base_audio_sink_change_state):
339         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
340         (gst_ring_buffer_may_start):
341         * gst-libs/gst/audio/gstringbuffer.h:
342         Only start playback if we are playing.
343         should fix #330748.
344
345 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
346
347         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
348         * win32/common/config.h:
349           Revert accidental commits to these files.
350
351 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
352
353         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
354
355         * tests/Makefile.am:
356           Don't try to build tests in tests/icles if we
357           don't have X (#323852)
358
359 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
360
361         * gst-libs/gst/tag/gstid3tag.c:
362           Add TXXX frame identifiers for replaygain stuff as used
363           by some taggers (see #323721).
364
365 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
366
367         * gst/playback/gststreamselector.c:
368         (gst_stream_selector_set_property),
369         (gst_stream_selector_bufferalloc):
370           Preserve the existing buggy streamselector behaviour by performing
371           a fallback buffer allocation when downstream isn't linked yet.
372           This should really be fixed in playbin by blocking pads until it's
373           linked them.
374           Also, use gst_pad_alloc_buffer instead of
375           gst_pad_alloc_buffer_and_set.
376
377 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
378
379         * gst-libs/gst/tag/gstid3tag.c:
380           Don't crash on unknown ID3v2 TXXX frames.
381           
382 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
383
384         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
385           Chain up to the parent finalize method.
386           Add 32-bit sample size to the template caps.
387
388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
389         (gst_riff_create_video_template_caps):
390           Add the fourcc that the VMWare codec uses.
391           
392         * gst/playback/gststreamselector.c:
393         (gst_stream_selector_set_property),
394         (gst_stream_selector_bufferalloc),
395         (gst_stream_selector_request_new_pad):
396           For the active pad, forward buffer-alloc requests, otherwise
397           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
398           having to memcpy every frame when used by playbin.
399
400         * gst/tcp/gstmultifdsink.c:
401         (gst_multi_fd_sink_handle_client_write):
402           Get negotiated caps from the sink pad, rather than the sink
403           pad's peer.
404
405 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
406
407         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
408         
409         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
410           Don't forget to set src->callbacks_pushed to FALSE again when
411           popping them, otherwise re-activation in a different mode won't
412           work (#334620).
413
414 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
415
416         Patch by: Sebastien Moutte  <sebastien moutte net>
417
418         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
419         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
420         (gst_ffmpeg_smpfmt_to_caps):
421           Replace __VA_ARGS__ caps creation macros with varargs functions.
422           Makes things compile on MSVC (#320765), looks nicer, and we can
423           tell the compiler to check for the NULL terminator.
424
425 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
426
427         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
428
429         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
430           Make sure the buffer we copy into is really always big
431           enough, this time for real (#333488).
432           
433 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
436           Add support for 24bpp DIB (#305279).
437
438 2006-03-14  Wim Taymans  <wim@fluendo.com>
439
440         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
441         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
443         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
444         (gst_video_scale_init), (gst_video_scale_src_event):
445         Re-enable QoS after the release.
446         Rework videoscale to use the base class src_event handler.
447
448 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
449
450         * configure.ac:
451           back to CVS.
452
453 === release 0.10.5 ===
454
455 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
456
457         * configure.ac:
458           releasing 0.10.5, "Net"
459
460 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
461
462         * docs/plugins/Makefile.am:
463           Part of previous cdparanoiasrc docs fixes, forgot to commit.
464           
465 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
466
467         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
468         * docs/plugins/gst-plugins-base-plugins-sections.txt:
469         * docs/plugins/gst-plugins-base-plugins.hierarchy:
470           Add cdparanoiasrc to docs.
471
472         * gst-libs/gst/cdda/gstcddabasesrc.c:
473           More GstCddaBaseSrc docs.
474
475 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
476
477         * docs/libs/gst-plugins-base-libs-sections.txt:
478         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
479         * gst-libs/gst/tag/tag.h:
480           Add new API to libgsttag: gst_tag_from_id3_user_tag().
481
482 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
483
484         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
485           NULL-terminate array of mpeg4 video file extensions.
486           Fixes crash on PPC (#334226).
487
488 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
489
490         * ext/gnomevfs/gstgnomevfssrc.c:
491         (gst_gnome_vfs_src_check_get_range):
492           gnome_vfs_uri_is_local() alone is not a good indicator
493           whether we can operate in pull-mode with a specific URI,
494           as it returns FALSE for file:// URIs that point to an
495           NFS-mounted path. Be more conservative here: whitelist
496           local files, blacklist http URIs and use the old
497           mechanism for anything else (fixes #334216).
498
499 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
500
501         * configure.ac:
502           back to trunk
503
504 === release 0.10.4 ===
505
506 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
507
508         * configure.ac:
509           releasing 0.10.4, "Power"
510
511 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
512
513         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
514         Disable max-lateness by setting it to -1 for now, so that 
515         we can bed QoS stuff in thoroughly between now and the next
516         release.
517
518 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
519
520         Patch by: Fabrizio Gennari
521
522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
523           Make sure we don't read beyond the palette buffer in case of
524           broken or manipulated files (#333488)
525
526 2006-03-10  Edward Hervey  <edward@fluendo.com>
527
528         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
529         Fix for variable not initialized.
530
531 2006-03-09  Wim Taymans  <wim@fluendo.com>
532
533         * ext/libvisual/visual.c: (gst_visual_get_type),
534         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
535         (gst_visual_chain):
536         Small cleanups.
537
538         * ext/theora/gsttheoradec.h:
539         * ext/theora/theoradec.c: (gst_theora_dec_init),
540         (gst_theora_dec_reset), (_theora_granule_time),
541         (theora_dec_src_convert), (theora_dec_sink_convert),
542         (theora_dec_src_query), (theora_dec_src_event),
543         (theora_dec_sink_event), (theora_handle_comment_packet),
544         (theora_handle_header_packet), (theora_dec_push),
545         (theora_handle_data_packet), (theora_dec_chain),
546         (theora_dec_change_state):
547         Add simple QoS.
548
549 2006-03-09  Wim Taymans  <wim@fluendo.com>
550
551         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
552         (audiocast_register_listener), (gst_gnome_vfs_src_start):
553         Some cleanups.
554
555 2006-03-09  Wim Taymans  <wim@fluendo.com>
556
557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
558         Don't try to activate NULL chains.
559
560 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
561
562         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
563           Fix invalid memory access to region before peek'd data (#332964).
564
565 2006-03-09  Wim Taymans  <wim@fluendo.com>
566
567         Patch by: Christophe Fergeau
568
569         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
570         * ext/pango/gsttextrender.c: (gst_text_render_init):
571         * gst/adder/gstadder.c: (gst_adder_init):
572         Don't leak padtemplates, closes #333510.
573
574 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
575
576         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
577           Fix invalid memory access: make sure string passed to
578           regexec() is NUL-termianted.
579
580 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
581
582         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
583         (mp3_type_find):
584           Refactor mpeg/audio typefinding to make it more maintainable
585           and easier to fine-tune. Make probing into middle of the file
586           work properly (fixes #333900, also see #152688).
587
588 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
589
590         * gst/typefind/gsttypefindfunctions.c:
591         (utf8_type_find_have_valid_utf8_at_offset):
592           Remove part from previous commit that was bogus:
593           g_utf8_validate() does in fact not accept embedded
594           zeroes, so we don't need to check for those (thanks
595           to Mike for the hint).
596
597 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
598
599         * gst/typefind/gsttypefindfunctions.c:
600         (utf8_type_find_count_embedded_zeroes),
601         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
602           Make plain/text typefinder more conservative: firstly, check
603           for embedded zeroes, which are perfectly valid UTF-8 characters,
604           but also a fairly good sign that something is not a plain text
605           file; secondly, probe into the middle of the file if possible.
606           If we can't probe into the middle, limit the probability value
607           to be returned to TYPE_FIND_POSSIBLE (see #333900).
608
609 2006-03-08  Michael Smith  <msmith@fluendo.com>
610
611         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
612           Make typefind function name for mpeg4 video unique.
613
614 2006-03-08  Wim Taymans  <wim@fluendo.com>
615
616         * ext/libvisual/visual.c: (gst_visual_init),
617         (gst_visual_clear_actors), (gst_visual_dispose),
618         (gst_visual_reset), (gst_visual_src_setcaps),
619         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
620         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
621         (gst_visual_chain), (gst_visual_change_state):
622         Cleanups, post nice errors.
623         Handle sink and src events.
624         Implement simple QoS.
625
626         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
627         Use new basesink methods to configure max-lateness.
628         Small doc update.
629
630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
631         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
632         Debug statement cleanups.
633
634         * gst/volume/gstvolume.c: (gst_volume_class_init):
635         Simple cleanup.
636
637 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
638
639         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
640         (gst_text_overlay_init), (gst_text_overlay_set_property),
641         (gst_text_overlay_get_property):
642           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
643           as string type properties, but mark them deprecated. Add
644           'halignment' and 'valignment' properties that use enums
645           instead of strings.
646
647 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
648
649         Patch by: Fabrizio Gennari
650
651         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
652           Allow palettes with less than 256 colours in AVI files
653           (#333488)
654
655 2006-03-07  Julien MOUTTE  <julien@moutte.net>
656
657         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
658         (gst_text_overlay_video_event): Fix wrong EOS handling on text
659         pad. We were releasing the queued text buffer when we should keep
660         it until video pad gets EOS or discard the text buffer because it's
661         too old. That was eating the last subtitle buffer. Add some more
662         debug.
663
664 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
665
666         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
667         (gst_text_overlay_video_chain):
668           Fix invalid memory access (we can't access a buffer after it's been
669           pushed downstream without taking a reference); fix memory leak (if
670           there's no text to render, bail out before allocating stuff).
671
672 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
673
674         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
675         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
676         * ext/pango/gsttextoverlay.h:
677           If input is plain text, escape it before passing it to
678           pango_layout_set_markup().
679
680 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
681
682         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
683           Don't ignore flow return from gst_pad_push().
684
685 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
686
687         Patch by: Fabrizio Gennari
688
689         * ext/libvisual/visual.c: (gst_visual_getcaps),
690         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
692         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
693         (gst_vorbisenc_convert_sink):
694         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
695         (gst_audio_duration_from_pad_buffer):
696         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
697         (gst_audio_filter_chain):
698         * gst-libs/gst/rtp/gstbasertpdepayload.c:
699         (gst_base_rtp_depayload_setcaps):
700         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
701         (gst_video_get_size):
702         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
703           Don't leak references returned by gst_pad_get_parent()
704           (#333663)
705
706 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
707
708         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
709           change location param details
710         * gst/volume/gstvolume.c: (plugin_init):
711           correct plugin description
712
713 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
714
715         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
716         (gst_gnome_vfs_src_check_get_range):
717           Override GstBaseSrc::check_get_range() in order to avoid opening
718           the resource just to check whether we can operate in pull-mode or
719           not - we can predict that pretty well from the URI alone. Should
720           fix problems with last.fm (#331690). (Requires latest core CVS).
721
722 2006-03-06  Wim Taymans  <wim@fluendo.com>
723
724         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
725         (gst_video_sink_class_init):
726         Throw away frames that are later than 20 ms.
727
728 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
729
730         Patch by: Fabrizio Gennari
731
732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
733           Set depth on WMA caps (#333545)
734
735 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
736
737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
738         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
739           put Theora BOS pages before others.  This hardcodes
740           the Ogg/Theora I profile, but hey.
741
742 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
743
744         * ext/ogg/README:
745           updated with some examples
746         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
747         (granulepos_add), (theora_buffer_from_packet):
748         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
749         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
750         (gst_vorbisenc_chain):
751           implement strategy from ext/ogg/README
752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
753         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
754         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
755         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
756           Fix muxer so that oggz-validate is happy with all streams;
757           except for no eos mark, and the BOS page ordering
758         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
759         (check_buffer_granulepos):
760         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
761           update tests to check for OFFSET being set as requested
762           fixed type of granulepos, it's not a ClockTime
763
764 2006-03-05  Julien MOUTTE  <julien@moutte.net>
765
766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
767         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
768         Check that the xvimage we are creating has a correct size
769         before returning it. (#314897)
770
771 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
774           Give id3 and ape tag typefinders a rank slightly higher
775           than PRIMARY to ensure they're always run before any of
776           the other typefinders (in particular wav and mp3) (#324186).
777
778 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
779
780         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
781           Add support for '3IVD' fourcc (#333403).
782
783 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
784
785         * configure.ac:
786           Bump requirements to GStreamer CVS for the new error enum.
787
788         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
789           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
790           space left on the device (fixes #333352).
791
792 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
793
794         * win32/vs6:
795           add a project file for libgstvolume
796           update the workspace
797
798 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
799
800         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
801         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
802         (GST_START_TEST):
803           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
804           Set IN_CAPS on header buffers
805
806 2006-03-02  Wim Taymans  <wim@fluendo.com>
807
808         * docs/plugins/Makefile.am:
809         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
810         * docs/plugins/gst-plugins-base-plugins-sections.txt:
811         Add audioresample to docs.
812
813         * gst/audioconvert/gstaudioconvert.c:
814         Add revision date.
815
816         * gst/audioresample/gstaudioresample.c:
817         (gst_audioresample_base_init), (gst_audioresample_class_init),
818         (gst_audioresample_init), (gst_audioresample_dispose),
819         (audioresample_get_unit_size), (audioresample_transform_caps),
820         (resample_set_state_from_caps), (audioresample_transform_size),
821         (audioresample_set_caps), (audioresample_event),
822         (audioresample_do_output), (audioresample_transform),
823         (audioresample_pushthrough), (gst_audioresample_set_property),
824         (gst_audioresample_get_property), (plugin_init):
825         * gst/audioresample/gstaudioresample.h:
826         Added docs.
827         Small code cleanups.
828
829 2006-03-02  Wim Taymans  <wim@fluendo.com>
830
831         * docs/plugins/Makefile.am:
832         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
833         * docs/plugins/gst-plugins-base-plugins-sections.txt:
834         Added videoscale to docs.
835
836         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
837         (gst_video_rate_swap_prev), (gst_video_rate_event),
838         (gst_video_rate_chain):
839         Fix typo in docs.
840
841         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
842         (gst_video_scale_init), (gst_video_scale_prepare_size),
843         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
844         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
845         * gst/videoscale/gstvideoscale.h:
846         Added docs, examples.
847         Some code cleanups.
848         Post errors instead of g_warning.
849
850 2006-03-02  Wim Taymans  <wim@fluendo.com>
851
852         * docs/libs/gst-plugins-base-libs-docs.sgml:
853         * docs/libs/gst-plugins-base-libs-sections.txt:
854         * docs/libs/gst-plugins-base-libs.types:
855         * docs/plugins/Makefile.am:
856         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
857         * docs/plugins/gst-plugins-base-plugins-sections.txt:
858         Added some more docs to libs and plugins.
859
860         * gst-libs/gst/audio/gstringbuffer.c:
861         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
862         * gst-libs/gst/audio/gstringbuffer.h:
863         Document ringbuffer some more.
864
865         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
866         (gst_video_rate_setcaps), (gst_video_rate_reset),
867         (gst_video_rate_init), (gst_video_rate_flush_prev),
868         (gst_video_rate_swap_prev), (gst_video_rate_event),
869         (gst_video_rate_chain), (gst_video_rate_change_state):
870         * gst/videorate/gstvideorate.h:
871         Fix videorate to use segments.
872         Make it work with 0/1 framerates (closes #331903)
873         Handle EOS correctly.
874         Added docs.
875
876 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
879         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
880         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
881           In state change function, first chain up to parent class,
882           then handle downwards state change stuff. Remove some
883           commented out cruft from 0.8 code.
884
885 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
886
887         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
888         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
889         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
890         (gst_ogm_parse_chain):
891           Don't remove/re-add source pad if the new caps are the same as
892           the old caps anyway (#333042). When removing source pad, don't
893           unref it afterwards - we didn't ref it when adding. Sprinkle some
894           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
895           after using gst_pad_get_parent(). Return downstream flow return
896           value in chain function.
897
898 2006-03-02  Wim Taymans  <wim@fluendo.com>
899
900         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
901         * docs/plugins/gst-plugins-base-plugins.args:
902         * docs/plugins/gst-plugins-base-plugins.hierarchy:
903         * docs/plugins/gst-plugins-base-plugins.interfaces:
904         * docs/plugins/gst-plugins-base-plugins.signals:
905         Fix hierarchy, added some more elements to the docs.
906
907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
908         (gst_ffmpegcsp_get_type):
909         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
910         Fix docs for ffmpegcolorspace.
911
912 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
913
914         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
915         (apetag_type_find), (ape_type_find), (plugin_init):
916           Some typefinding fine-tuning:
917           - rank ID3/APE tags in order of preference via probabilities, so that
918             ID3v2 > APEv2 > APEv1 > ID3v1.
919           - three or four bytes don't really justify MAXIMUM probability,
920             change those to 'very likely' (musepack and monkeysaudio).
921
922 2006-03-01  Wim Taymans  <wim@fluendo.com>
923
924         * docs/plugins/Makefile.am:
925         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
926         * docs/plugins/gst-plugins-base-plugins-sections.txt:
927         * ext/alsa/gstalsamixer.c:
928         * ext/alsa/gstalsamixer.h:
929         * ext/alsa/gstalsamixerelement.c:
930         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
931         * ext/alsa/gstalsamixerelement.h:
932         * ext/alsa/gstalsasink.c:
933         * ext/alsa/gstalsasink.h:
934         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
935         (gst_alsasrc_init):
936         * ext/alsa/gstalsasrc.h:
937         Added alsa docs.
938         Small code cleanups.
939
940 2006-03-01  Wim Taymans  <wim@fluendo.com>
941
942         * ext/theora/Makefile.am:
943         Dist new header too,
944
945 2006-03-01  Wim Taymans  <wim@fluendo.com>
946
947         * docs/plugins/Makefile.am:
948         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
949         * docs/plugins/gst-plugins-base-plugins-sections.txt:
950         * ext/gnomevfs/gstgnomevfssink.h:
951         * ext/gnomevfs/gstgnomevfssrc.h:
952         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
953         * ext/vorbis/vorbisdec.h:
954         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
955         * ext/vorbis/vorbisenc.h:
956         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
957         (vorbis_parse_chain), (vorbis_parse_change_state):
958         * ext/vorbis/vorbisparse.h:
959         * gst/audioconvert/gstaudioconvert.h:
960         * gst/tcp/gsttcpserversink.h:
961         * gst/videotestsrc/gstvideotestsrc.c:
962         * gst/videotestsrc/gstvideotestsrc.h:
963         * gst/volume/gstvolume.c:
964         * gst/volume/gstvolume.h:
965         Fix some more docs.
966         Added docs for vorbisdec and vorbisparse.
967         Fix vorbisparse.
968
969 2006-03-01  Wim Taymans  <wim@fluendo.com>
970
971         * docs/plugins/Makefile.am:
972         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
973         * docs/plugins/gst-plugins-base-plugins-sections.txt:
974         * ext/pango/gstclockoverlay.h:
975         * ext/pango/gsttextoverlay.h:
976         * ext/pango/gsttextrender.h:
977         * ext/pango/gsttimeoverlay.h:
978         * ext/theora/gsttheoradec.h:
979         * ext/theora/gsttheoraenc.h:
980         * ext/theora/theoradec.c:
981         * ext/theora/theoraenc.c:
982         * gst/audioconvert/gstaudioconvert.h:
983         * gst/audiotestsrc/gstaudiotestsrc.h:
984         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
985         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
986         * gst/tcp/gstmultifdsink.h:
987         Updated/added documentation.
988
989         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
990         (gst_text_overlay_halign_get_type),
991         (gst_text_overlay_wrap_mode_get_type),
992         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
993         (gst_text_overlay_init), (gst_text_overlay_set_property),
994         (gst_text_overlay_get_property):
995         Fix up properties to be enums instead of string to make bindings,
996         introspection and automatic GUI creation possible.
997         Add getters for the properties.
998
999 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1000
1001         * gst/audiotestsrc/gstaudiotestsrc.c:
1002           added defines of M_PI and M_PI_2
1003         * gst/ffmpegcolorspace/avcodec.h:
1004           removed #include "stdint.h" for win32 as _stdint.h is 
1005           autogenerated to win32/common
1006         * win32/common/libgstaudio.def:
1007         * win32/common/libgsttag.def:
1008           added some exports
1009         * win32/vs6:
1010           some project files bugs corrected
1011         * win32/vs7:
1012           project files are reset to the default vs7 configuration 
1013           (they link to msvcr71.dll using default optimizations)
1014           
1015 2006-02-28  Wim Taymans  <wim@fluendo.com>
1016
1017         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1018         Fix some docs.
1019
1020 2006-02-28  Edward Hervey  <edward@fluendo.com>
1021
1022         * ext/alsa/gstalsasrc.c:
1023         Set proper class on the ElementDetails:
1024         Source/Audio instead of Src/Audio/
1025
1026 2006-02-28  Edward Hervey  <edward@fluendo.com>
1027
1028         * gst/videoscale/vs_scanline.c:
1029         (vs_scanline_resample_nearest_RGBA):
1030         Revert optimization in videoscale. It should go in liboil and have
1031         an appropriate liboil function.
1032
1033 2006-02-28  Wim Taymans  <wim@fluendo.com>
1034
1035         * gst-libs/gst/audio/gstbaseaudiosink.c:
1036         (gst_base_audio_sink_provide_clock):
1037         Don't try to provide a clock in the NULL state.
1038
1039 2006-02-28  Wim Taymans  <wim@fluendo.com>
1040
1041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1042         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1043         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1044         (gst_ogg_demux_deactivate_current_chain),
1045         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1046         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1047         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1048         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1049         Use GstSegment infrastructure to remove duplicated code
1050         and handle more seek cases correctly.
1051
1052 2006-02-28  Wim Taymans  <wim@fluendo.com>
1053
1054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1055         (gst_ffmpegcsp_transform):
1056         Don't ignore return code from ffmpeg convert function.
1057
1058         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1059         Split out some long statements to ease debugging.
1060
1061 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1062
1063         * ext/libvisual/visual.c: (gst_visual_init),
1064         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1065         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1066         being able to renegotiate the size. Instead, use the negotiation
1067         algorithm from the goom plugin to pick an initial output caps. 
1068
1069         Also, allow theoretical libvisual plugins that might support non-GL 
1070         output even if they also do GL.
1071
1072 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1073
1074         * ext/libvisual/visual.c: (gst_visual_init),
1075         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1076         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1077         possible negotiation issues.
1078
1079 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1080
1081         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1082
1083 2006-02-24  Michael Smith  <msmith@fluendo.com>
1084
1085         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1086         (cmml_type_find), (plugin_init):
1087           Fix CMML type find function to not require a specific minor version
1088           of the CMML header.
1089
1090           Add an MPEG4 video elementary stream typefind function.
1091
1092 2006-02-04  Michael Smith  <msmith@fluendo.com>
1093
1094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1095         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1096         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1097         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1098         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1099         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1100           Annodex support in ogg demuxer. Doesn't do very much without the
1101           other annodex patches (to come).
1102
1103 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1106
1107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1108           Pick up palette for MS video v1 (#327028)
1109
1110 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1111
1112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1113         (gst_ffmpegcsp_caps_remove_format_info),
1114         (gst_ffmpegcsp_get_unit_size):
1115           The 'palette_data' field from incoming RGB caps shouldn't be
1116           proxied on outgoing YUV caps; also, restrict unit size
1117           adjustment in case of paletted data only to the unit that
1118           actually has a palette. Fixes #330711.
1119
1120 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1121
1122         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1123         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1124         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1125         (gst_ffmpegcsp_get_unit_size):
1126           Plug some memory leaks.
1127
1128 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * sys/ximage/Makefile.am:
1131         * sys/xvimage/Makefile.am:
1132           Add some _CFLAGS and _LIBS that seem to be missing
1133           and/or required for Cygwin (see #317048).
1134
1135 2006-02-22  Wim Taymans  <wim@fluendo.com>
1136
1137         * ext/alsa/gstalsasrc.c:
1138         Fix description as pointed out by caugier.
1139
1140 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1141
1142         Reviewed by : Edward Hervey  <edward@fluendo.com>
1143
1144         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1145         (qt_type_find):
1146         Better 3gp typefinding (#331526).
1147
1148 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1151           Don't send EOS event here, the base class will send one for us.
1152
1153         * gst/playback/gstplaybasebin.c: (prepare_output):
1154           Subpictures without video stream aren't allowed either.
1155         
1156         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1157           Fix debug statement copy'n'paste-o.
1158
1159 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1162           Fix issues with mixer keeping state when muting/unmuting
1163           and when changing the volume whilst muted (see #331763
1164           and #331765).
1165
1166 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1167
1168         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1169         (parse_subrip), (gst_sub_parse_format_autodetect):
1170           Set right caps given that we send escaped text. Also,
1171           honour <i></i>, <b></b> and <u></u> markers that can be found
1172           in .srt files (fixes #310202).
1173
1174 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1175
1176         * gst-libs/gst/audio/mixerutils.c:
1177         (element_factory_rank_compare_func):
1178           Make order in which elements are tried more determinable.
1179
1180 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1181
1182         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1183         (remove_element_chain), (cleanup_decodebin),
1184         (gst_decode_bin_change_state): Make decodebin reusable by
1185         fixing remove_element_chain first and then introduce a
1186         cleaner in state change to ->NULL. (Closes #331678)
1187
1188 2006-02-19  Wim Taymans  <wim@fluendo.com>
1189
1190         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1191         use 0666 mask when creating files so umask gets applied
1192         correctly. Fixes #331295.
1193
1194 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1195
1196         * gst/subparse/Makefile.am:
1197         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1198         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1199         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1200         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1201         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1202         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1203         * gst/subparse/gstssaparse.h:
1204         * gst/subparse/gstsubparse.c: (plugin_init):
1205           Add very basic parser for SSA subtitle streams (as often
1206           found in matroska files).
1207
1208 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1209
1210         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1211           That should be text/x-pango-markup, not text/x-pango-layout.
1212
1213 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1214
1215         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1216         Polishing.
1217
1218 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1219
1220         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1221         (gst_text_overlay_finalize), (gst_text_overlay_init),
1222         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1223         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1224         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1225         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1226         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1227         Fix state change deadlock.
1228
1229 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1230
1231         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1232         (gst_text_overlay_finalize), (gst_text_overlay_init),
1233         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1234         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1235         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1236         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1237         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1238         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1239         and subtitles files.
1240
1241 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1242
1243         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1244         should be considered as raw.
1245
1246 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1247
1248         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1249         (cb_probe):
1250         * gst/playback/gststreaminfo.h: Introduce language informations.
1251
1252 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1253
1254         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1255         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1256         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1257         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1258         Set shared memory segments to be deleted as soon as we have attached,
1259         that way they get cleaned up automatically if we crash.
1260
1261 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1262
1263         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1264         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1265         functions are called with lock held.
1266
1267 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1268
1269         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1270         (gst_text_overlay_finalize), (gst_text_overlay_init),
1271         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1272         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1273         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1274         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1275         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1276         (gst_text_overlay_change_state): Refactoring of textoverlay
1277         without collectpads. This now supports sparse subtitles coming
1278         from a demuxer instead of a sub file. Seeking is still broken 
1279         though. Need to discuss with wtay some more on how to handle
1280         seeking correctly.
1281         * ext/pango/gsttextoverlay.h:
1282         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1283         subtitles coming from the demuxer.
1284
1285 2006-02-17  Wim Taymans  <wim@fluendo.com>
1286
1287         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1288         (gst_vorbisenc_convert_sink):
1289         Use some more scaling functions.
1290
1291 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1292
1293         * ext/cdparanoia/gstcdparanoiasrc.c:
1294         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1295         (gst_cd_paranoia_paranoia_callback),
1296         (gst_cd_paranoia_src_signal_is_being_watched),
1297         (gst_cd_paranoia_src_read_sector):
1298         * ext/cdparanoia/gstcdparanoiasrc.h:
1299           Add back 'transport-error' and 'uncorrected-error' signals and
1300           make them actually be fired when bad stuff happens (#319340).
1301
1302 2006-02-17  Wim Taymans  <wim@fluendo.com>
1303
1304         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1305         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1306         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1307         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1308         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1309         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1310         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1311         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1312         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1313         (gst_ring_buffer_clear):
1314         Small cleanups.
1315         Added some G_LIKELY.
1316
1317 2006-02-17  Wim Taymans  <wim@fluendo.com>
1318
1319         * gst-libs/gst/audio/TODO:
1320         Update TODO
1321
1322         * gst-libs/gst/audio/gstbaseaudiosink.c:
1323         (gst_base_audio_sink_get_offset):
1324         When trying to play samples ASAP and we don't have a
1325         previous sample, try to play at position 0 instead of
1326         an invalid position.
1327
1328 2006-02-17  Wim Taymans  <wim@fluendo.com>
1329
1330         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1331         (gst_alsasink_reset):
1332         Also release lock when we get an error in _reset();
1333         fix an error message.
1334
1335 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1338         (gst_alsasink_init), (get_channel_free_structure),
1339         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1340         (gst_alsasink_close):
1341         * ext/alsa/gstalsasink.h:
1342           Add support for more than 2 channels (#326720).
1343
1344 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1347           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1348           with 4 or 6 channels, assume a default channel layout to make things
1349           work (not sure there's anything else we can do in those cases).
1350
1351 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1352
1353         * gst-libs/gst/audio/multichannel.c:
1354           Minor docs fix.
1355
1356         * gst-libs/gst/riff/Makefile.am:
1357         * gst-libs/gst/riff/riff-ids.h:
1358         * gst-libs/gst/riff/riff-media.c:
1359         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1360           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1361           channels and a channel layout map.
1362           
1363 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1364
1365         Reviewed by Edward Hervey  <edward@fluendo.com>
1366
1367         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1368         C-level optimization of the RGBA nearest neighbour function.
1369         Eventually this might end up in liboil with vectorized versions.
1370
1371 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1372
1373         * gst-libs/gst/audio/multichannel.c:
1374         (gst_audio_get_channel_positions):
1375           When we have more than 2 channels, but no channel layout is
1376           specified in the caps, return some default channel layout
1377           to the caller and warn about about a possibly buggy element
1378           (could be buggy filtercaps as well of course) (#317038).
1379
1380 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1381
1382         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1383           Add gst-libs/gst/cdda to list of lib search paths.
1384
1385 2006-02-15  Andy Wingo  <wingo@pobox.com>
1386
1387         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1388         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1389         to the Lord Jesus that I do not have to touch the ogg muxer ever
1390         again.
1391
1392 2006-02-15  Edward Hervey  <edward@fluendo.com>
1393
1394         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1395         quicktime movie files can also contain 'uuid' atoms.
1396
1397 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1398
1399         * gst/audioconvert/plugin.c: (plugin_init):
1400           Register the GstAudioChannelPosition enum type with the type
1401           system in the plugin_init function, so that it is known before
1402           any element actually makes use of multi-channel stuff. This is
1403           required for example if one wants to be able to deserialise/use
1404           a caps string with channel positions before any pipeline has
1405           been setup and started, like with gst-launch.
1406
1407 2006-02-14  Wim Taymans  <wim@fluendo.com>
1408
1409         * gst-libs/gst/audio/gstringbuffer.c:
1410         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1411         (gst_ring_buffer_samples_done), (wait_segment),
1412         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1413         Add some compiler G_(UN_)LIKELY help.
1414         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1415         make sure they can exit their functions. Should fix #330748
1416
1417 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1418
1419         * Makefile.am:
1420         * configure.ac:
1421         * win32/MANIFEST:
1422         * win32/common/_stdint.h:
1423           Windows does not have long long; copy the generated _stdint.h
1424         * win32/common/interfaces-enumtypes.c:
1425         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1426         (gst_mixer_track_flags_get_type),
1427         (gst_tuner_channel_flags_get_type):
1428         * win32/common/multichannel-enumtypes.c:
1429         (gst_audio_channel_position_get_type):
1430           update
1431
1432 2006-02-13  Wim Taymans  <wim@fluendo.com>
1433
1434         * gst-libs/gst/audio/gstbaseaudiosink.c:
1435         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1436         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1437         Always sync on first sample we receive when starting.
1438
1439 2006-02-13  Wim Taymans  <wim@fluendo.com>
1440
1441         * gst/playback/gstplaybin.c: (gen_vis_element):
1442         Update vis bin docs.
1443         Move queue after tee so we don't queue video buffers but
1444         audio samples instead. Fixes problems where the video queue
1445         is filled and the audio queue empty.
1446
1447 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1448
1449         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1450           No need to push an EOS event here, GstBaseSrc will do that for us
1451           when we return FLOW_UNEXPECTED.
1452           
1453 2006-02-12  Wim Taymans  <wim@fluendo.com>
1454
1455         * gst-libs/gst/audio/gstbaseaudiosink.c:
1456         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1457         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1458         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1459         Use scale functions when possible.
1460         Fix error messages.
1461         Free clockid when after waiting for EOS.
1462         Use G_(UN_)LIKLY when it makes sense.
1463         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1464
1465 2006-02-12  Edward Hervey  <edward@fluendo.com>
1466
1467         * gst/playback/gstplaybasebin.c: (prepare_output): 
1468         Remove stray semi-colon (fixes #330888).
1469
1470 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1471
1472         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1474         Fix up the XShm call testing so that we catch errors, and don't
1475         cause new ones by attempting to detach from a segment we failed
1476         to attach to. Fixes #312439.
1477
1478 2006-02-10  Edward Hervey  <edward@fluendo.com>
1479
1480         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1481         Added flv file typefind (video/x-flv).
1482
1483 2006-02-10  Edward Hervey  <edward@fluendo.com>
1484
1485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1486         (gst_riff_create_video_template_caps):
1487         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1488         Also added the caps to the default set of riff video caps.
1489
1490 2006-02-09  Andy Wingo  <wingo@pobox.com>
1491
1492         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1493         time and the end time of the last packet in the page.
1494         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1495         on the pages in our queue, set the duration as well. Reflow a
1496         debug statement.
1497         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1498         Fixes bad muxing order.
1499
1500 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1501
1502         * gst-libs/gst/rtp/gstbasertppayload.c:
1503         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1504           update seqnum before setting it on the packet; this makes sure
1505           that the timestamp and seqnum properties match after pushing
1506           a buffer
1507
1508 2006-02-09  Andy Wingo  <wingo@pobox.com>
1509
1510         * gst-libs/gst/audio/gstringbuffer.c
1511         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1512         overflow after 13.5 hours of recording. Kapow!
1513
1514         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1515         the buffer size -- we don't care about underrun/overrun reporting
1516         right now, just need to return a useful value.
1517
1518 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1519
1520         * configure.ac:
1521           Back to CVS
1522
1523 === release 0.10.3 ===
1524
1525 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1526
1527         * configure.ac:
1528           releasing 0.10.3, "Under Pressure"
1529
1530 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1531
1532         * configure.ac:
1533         Drat. Bump libtool version number for new API.
1534         Prelease 0.10.2.3 (of 0.10.3)
1535
1536 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1537
1538         * configure.ac:
1539         * win32/common/config.h:
1540         0.10.2.2 prerelease (of 0.10.3).
1541
1542 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1543
1544         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1545           Revert Andy's newsegment change pending a more correct
1546           fix.
1547
1548 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1549
1550         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1551         (qt_type_find), (plugin_init):
1552           detect more files as 3gp
1553           group and reorder the iso file formats
1554
1555 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * ext/vorbis/vorbis.c: (plugin_init):
1558           Register musicbrainz tags, so apps don't have to.
1559
1560 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1563         (gst_tag_to_vorbis_tag):
1564           Make sure we called gst_tag_register_musicbrainz_tags()
1565           before possibly mapping a vorbiscomment string from/to a
1566           musicbrainz tag.
1567
1568 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1569
1570         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1571           In case we can't find the required number of consecutive
1572           mpeg audio frames to positively identify an MPEG audio
1573           stream, check if there's at least a valid mpeg audio
1574           frame right at offset 0 and if so suggest mpeg/audio
1575           caps with a very low probability (#153004).
1576
1577 2006-02-07  Andy Wingo  <wingo@pobox.com>
1578
1579         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1580         a TIME segment if we get timestamped buffers. Requires recent
1581         fixes in core to work properly.
1582
1583 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1584
1585         * gst/playback/gstplaybasebin.c: (prepare_output):
1586           Don't print the URI as part of the error message, it
1587           makes error dialogs look rather ugly, especially if
1588           the URI is very long or has characters in it that
1589           need escaping.
1590
1591 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1592
1593         * gst/playback/gstplaybasebin.c: (prepare_output):
1594           Error out if we have only text or subtitles, but nothing
1595           else. Also error out if we have subtitles but no video
1596           stream.
1597
1598 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1599
1600         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1601           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1602           Post an error message on the bus when we encounter an
1603           error, which will hopefully be more meaningful than the
1604           'Internal Flow Error' message users get to see if we
1605           just return GST_FLOW_ERROR.
1606
1607 2006-02-07  Andy Wingo  <wingo@pobox.com>
1608
1609         * configure.ac (GST_MAJORMINOR): Update core version req to
1610         0.10.2.2, for the collectpads API addition (#330244).
1611
1612 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1613
1614         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1615           Return FALSE from plugin_init() when GnomeVFS can't
1616           be initialised for some reason (#328423).
1617
1618 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1619
1620         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1621         Stick to seeking theory until i find the bug.
1622         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1623
1624 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1625
1626         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1627         (theora_enc_finalize), (theora_enc_sink_setcaps),
1628         (theora_set_header_on_caps), (theora_enc_chain),
1629         (theora_enc_change_state):
1630         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1631           Make theoraenc and the tests leak free. Like, really.
1632
1633 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1634
1635         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1636         (theora_enc_finalize), (theora_enc_sink_setcaps):
1637           Add a finalize method to ensure we clean up state even if
1638           someone omitted the state change back to NULL.
1639
1640         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1641         (gst_vorbisenc_chain):
1642           Free some more leaked bits.
1643
1644         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1645         (stop_pipeline):
1646           Wait for state changes to happen if they're ASYNC.
1647
1648           This ought to teach those fancy pants buildbots a lesson.
1649
1650 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1651
1652         * gst-libs/gst/tag/gstid3tag.c:
1653           Add mapping for ID3 International Standard Recording Code
1654           tag "TSRC"
1655
1656 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1657
1658         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1659           Don't leak tag names.
1660
1661 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1662
1663         * docs/libs/gst-plugins-base-libs-docs.sgml:
1664         * docs/libs/gst-plugins-base-libs-sections.txt:
1665         * gst-libs/gst/tag/gstid3tag.c:
1666         * gst-libs/gst/tag/gstvorbistag.c:
1667         * gst-libs/gst/tag/tags.c:
1668           Split libgsttag docs into multiple sections.
1669
1670 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1671
1672         * docs/libs/Makefile.am:
1673         * docs/libs/gst-plugins-base-libs-docs.sgml:
1674         * docs/libs/gst-plugins-base-libs-sections.txt:
1675         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1676         * gst-libs/gst/tag/gstvorbistag.c:
1677         * gst-libs/gst/tag/tag.h:
1678         * gst-libs/gst/tag/tags.c:
1679           Add libgsttag to the docs.
1680
1681 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1682
1683         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1684         (gst_text_overlay_init), (gst_text_overlay_src_event),
1685         (gst_text_overlay_collected): Fix clockoverlay.
1686
1687 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1688
1689         * docs/libs/compiling.sgml:
1690           Fix typo: it's pkg-config, not pkg-gconfig
1691
1692         * docs/libs/gst-plugins-base-libs-docs.sgml:
1693         * docs/libs/gst-plugins-base-libs-sections.txt:
1694         * docs/libs/tmpl/gstgconf.sgml:
1695           There is no libgstgconf in 0.10, remove it
1696           from the docs.
1697
1698 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1699
1700         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1701         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1702         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1703         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1704         (gst_sub_parse_class_init), (gst_sub_parse_init),
1705         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1706         (parse_mpsub), (parser_state_init), (handle_buffer),
1707         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1708         * gst/subparse/gstsubparse.h: Introduce seeking code.
1709
1710 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1711
1712         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1713           Add comment about LANGUAGE tag inconsistency (we want
1714           ISO-639-1, but extract three-letter identifiers?)
1715
1716         * po/POTFILES.in:
1717           Add two translatable files.
1718
1719 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1720
1721         * gst-libs/gst/tag/Makefile.am:
1722         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1723         * gst-libs/gst/tag/tag.h:
1724         * gst-libs/gst/tag/tags.c:
1725         (gst_tag_register_musicbrainz_tags_internal),
1726         (gst_tag_register_musicbrainz_tags):
1727           Forward-port some tags stuff from the 0.8 branch. This is
1728           mostly the addition of musicbrainz tags and their mapping
1729           to vorbistags, and a vorbistag mapping of the language tag.
1730
1731 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1732
1733         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1734         refactoring.
1735
1736 2006-02-04  David Schleef  <ds@schleef.org>
1737
1738         * ext/ogg/gstoggmux.c:
1739         * gst/typefind/gsttypefindfunctions.c:
1740           Add Dirac typefinding and add dirac format to oggmux.
1741
1742 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1743
1744         * gst/playback/gstdecodebin.c: (try_to_link_1):
1745           Don't put essential function call into
1746           g_return_*() macro, otherwise it'll all be
1747           replaced by NOOPs when compiling with
1748           G_DISABLE_CHECKS defined.
1749
1750 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1751
1752         * ext/ogg/gstoggdemux.c:
1753         * ext/ogg/gstoggparse.c:
1754         * gst/tcp/gsttcpserversink.c:
1755         * sys/v4l/v4lsrc_calls.c:
1756         * sys/v4l/v4lsrc_calls.h:
1757         Just make it compile with --disable-gst-debug.
1758
1759 2006-02-03  Wim Taymans  <wim@fluendo.com>
1760
1761         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1762         (gst_alsasink_class_init), (gst_alsasink_init),
1763         (gst_alsasink_write), (gst_alsasink_reset):
1764         * ext/alsa/gstalsasink.h:
1765         Add lock to protect alsa calls.
1766         Implement reset to flush samples ASAP, does not work
1767         with dmix though.
1768
1769 2006-02-02  Wim Taymans  <wim@fluendo.com>
1770
1771         * gst-libs/gst/audio/gstbaseaudiosink.c:
1772         (gst_base_audio_sink_provide_clock):
1773         Ugh.. getting late I guess...
1774
1775 2006-02-02  Wim Taymans  <wim@fluendo.com>
1776
1777         * gst-libs/gst/audio/gstbaseaudiosink.c:
1778         (gst_base_audio_sink_provide_clock),
1779         (gst_base_audio_sink_set_property),
1780         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1781         Don't try to provide a clock when we are not negotiated since
1782         we might not be able to make it run.
1783
1784 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1785
1786         * gst/playback/gstdecodebin.c: (try_to_link_1):
1787           Unlinking two source pads is ... hard.
1788
1789 2006-02-02  Wim Taymans  <wim@fluendo.com>
1790
1791         * gst-libs/gst/audio/TODO:
1792         Updated.
1793
1794         * gst-libs/gst/audio/gstbaseaudiosink.c:
1795         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1796         On EOS, wait till the last sample is played before posting EOS.
1797
1798 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1799
1800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1801           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1802           setting queue_delay to zero. Also avoid thread being started if
1803           queue_delay is zero.
1804
1805 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1806
1807         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1808           Make test work again by connecting fakesinks to each decoded pad,
1809           which makes the pipeline wait until each fakesink has a buffer
1810           queued before going to PAUSED state. At that point we know the
1811           decodebin pads are negotiated.
1812
1813 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1814
1815         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1816         (gst_cdda_base_src_handle_event):
1817         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1818           Pass unhandled queries to the parent class's query function.
1819
1820 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1821
1822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1823         (gst_ogg_pad_src_query):
1824         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1825         * ext/theora/theoradec.c: (theora_dec_src_query),
1826         (theora_dec_sink_query):
1827         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1828         (vorbis_dec_sink_query):
1829         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1830         (gst_vorbisenc_sink_query):
1831         * gst/adder/gstadder.c: (gst_adder_query):
1832           Pass unhandled queries upstream instead of just
1833           dropping them (#326447). Also, fix supported
1834           query types list for some elements.
1835
1836 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1837
1838         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1839         (paris_type_find), (ilbc_type_find), (plugin_init):
1840           Fix typefinding for audio/x-au, audio/x-paris and
1841           audio/iLBC-sh. We cannot use the START_WITH macros
1842           here, because there can only be one typefind factory
1843           with the same name (caps), so the second one would
1844           replace the first one and the first one would never
1845           be called when doing typefinding (see #161712).
1846           
1847
1848 2006-01-31  Wim Taymans  <wim@fluendo.com>
1849
1850         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1851         (vorbis_handle_header_packet), (vorbis_dec_push),
1852         (vorbis_handle_data_packet):
1853         Use scale_int when we can, add some more scaling.
1854         Check packettype before parsing it.
1855
1856 2006-01-31  Wim Taymans  <wim@fluendo.com>
1857
1858         * ext/theora/theoradec.c: (_theora_granule_time),
1859         (theora_dec_src_convert), (theora_dec_sink_convert):
1860         Call right _scale functions.
1861         Use parameter instead of some other random value.
1862
1863 2006-01-31  Wim Taymans  <wim@fluendo.com>
1864
1865         * ext/theora/theoradec.c: (_theora_granule_frame),
1866         (_theora_granule_time), (_inc_granulepos),
1867         (theora_dec_src_convert), (theora_dec_sink_convert),
1868         (theora_handle_type_packet), (theora_handle_data_packet),
1869         (theora_dec_chain):
1870         Use higher precision timestamps calculation.
1871         Convert some other conversions to _scale.
1872
1873 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1874
1875         * gst/audiotestsrc/gstaudiotestsrc.c:
1876         (gst_audio_test_src_create_sine_table), (plugin_init):
1877         * gst/volume/gstvolume.c: (plugin_init):
1878           initialize gst_controller before using
1879
1880 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1881
1882         * tests/check/pipelines/theoraenc.c:
1883         * tests/check/pipelines/vorbisenc.c:
1884         Define constant using G_GINT64_CONSTANT to avoid errors when
1885         passing it around - otherwise it gets truncated to 32 bits.
1886
1887         Fixes failing tests.
1888
1889 2006-01-31  Andy Wingo  <wingo@pobox.com>
1890
1891         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1892         caps being set doesn't have a framerate value. Basically a stopgap
1893         measure.
1894
1895         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1896         technically correct enough to put into core though.
1897         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1898         DURATION. Fixes theoraenc ! oggmux.
1899
1900         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1901         fraction, not double.
1902
1903 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1904
1905         * win32/vs7:
1906         add vs7 project files created by Sergey Scobich
1907
1908 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1909
1910         * win32/vs8:
1911         add vs8 project files created by Sergey Scobich
1912         
1913 2006-01-30  Andy Wingo  <wingo@pobox.com>
1914
1915         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1916         timestamp + duration, not just timestamp -- ogg pages should be
1917         ordered by stop time. Necessary fix given the change in vorbis
1918         timestamps.
1919
1920         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1921         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1922         (granulepos_add): New function, handles the messiness of adjusting
1923         granulepos values.
1924         (theora_buffer_from_packet):
1925         (theora_enc_chain):
1926         (theora_enc_sink_event): Use granulepos_add, not +.
1927
1928         * tests/check/pipelines/theoraenc.c
1929         (check_buffer_granulepos_from_starttime): Just check the frame
1930         count, not the actual granulepos -- we can't dictate to the
1931         encoder when it should be placing keyframes.
1932
1933 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1934
1935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1936           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1937           play an http:// stream from a server that's not serving
1938
1939 2006-01-30  Andy Wingo  <wingo@pobox.com>
1940
1941         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1942         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1943         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1944         available.
1945
1946         * ext/theora/gsttheoraenc.h:
1947         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1948         although theoraenc was timestamping correctly. Added handling of
1949         streams that start with nonzero timestamps.
1950
1951         * tests/check/Makefile.am:
1952         * tests/check/pipelines/theoraenc.c: New file, basically does same
1953         tests as vorbisenc.
1954
1955         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1956
1957 2006-01-30  Wim Taymans  <wim@fluendo.com>
1958
1959         * gst-libs/gst/audio/gstaudiosink.c:
1960         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1961         (gst_audioringbuffer_pause):
1962         Implement pause that does not wait for completion.
1963
1964         * gst-libs/gst/audio/gstbaseaudiosink.c:
1965         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1966         Don't drop buffers when going to PAUSED but perform preroll on
1967         remaining samples now that core base class supports this.
1968
1969         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1970         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1971         (gst_ring_buffer_commit):
1972         Pause should not signal waiters.
1973         Implement return value of _commit correctly.
1974
1975 2006-01-30  Andy Wingo  <wingo@pobox.com>
1976
1977         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1978
1979         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1980         updated to timestamp from the first sample, not the last.
1981         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1982         special care of granulepos and timestamp for header packets.
1983         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1984         when the first buffer has a nonzero timestamp.
1985
1986         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1987         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1988         case when the first audio buffer we get has a nonzero timestamp.
1989         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1990         properly timestamp vorbis buffers with the time of the first
1991         sample, not the last.
1992         
1993         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1994         vorbis_granule_time_copy -- now it takes the granule/subgranule
1995         offset into account.
1996
1997         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1998         timestamps, durations, and granulepos on buffers produced by
1999         vorbisenc.
2000
2001 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2002
2003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2004         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2005           Patch from Eric Jonas to support conversions to/from UYVY 
2006           (Fixes: #324626)
2007
2008 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2009
2010         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2011         (setup_subtitle), (setup_source), (set_active_source):
2012         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2013         (gen_text_element), (gen_audio_element), (gen_vis_element),
2014         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2015
2016 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2017
2018         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2019         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2020                 use gst_guint64_to_gdouble to be compliant with vs6
2021         * gst/playback/gstdecodebin.c: (try_to_link_1)
2022         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2023                 use G_GINT64_CONSTANT for int64 constants
2024         * win32/common/libgstinterfaces.def:
2025                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2026         * win32/vs6:
2027                 update and add new project files
2028                 
2029 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2030
2031         * Makefile.am:
2032         * win32/MANIFEST:
2033         * win32/common/interfaces-enumtypes.c:
2034         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2035         (gst_mixer_track_flags_get_type),
2036         (gst_tuner_channel_flags_get_type):
2037         * win32/common/interfaces-enumtypes.h:
2038         * win32/common/multichannel-enumtypes.c:
2039         (gst_audio_channel_position_get_type):
2040         * win32/common/multichannel-enumtypes.h:
2041           add a win32-update rule like in core, and copy over enumtypes files
2042
2043 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2044
2045         * win32/MANIFEST:
2046         * win32/common/config.h:
2047         * win32/common/config.h.in:
2048           add config files just like in core
2049
2050 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2051
2052         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2053           Make gcc-4.1 happy (part of #327357).
2054
2055 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2056
2057         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2058         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2059         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2060         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2061         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2062         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2063           Update all error messages.  All of them should either use
2064           the default translated message, or actually provide a
2065           translatable string.
2066           Make the string for channel count problems meaningful.
2067
2068 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2069
2070         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2071           check for and throw RESOURCE_BUSY
2072
2073 2006-01-27  David Schleef  <ds@schleef.org>
2074
2075         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2076           checked in this change -- it requires liboil features not
2077           in 0.3.6.  Revert parts.
2078
2079 2006-01-27  David Schleef  <ds@schleef.org>
2080
2081         * REQUIREMENTS:
2082         * configure.ac: update liboil requirement to 0.3.6
2083         * gst/videoscale/Makefile.am:
2084         * gst/videoscale/vs_scanline.c: liboilify
2085
2086 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2087
2088         * ext/libvisual/visual.c: (get_buffer):
2089           When pad_alloc returns a GstFlowReturn other
2090           than GST_FLOW_OK, make sure it is passed upstream.
2091
2092 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2093
2094         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2095         (gst_alsasink_class_init):
2096           Free the device name string.
2097
2098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2099         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2100         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2101           Don't remove a pad from the collectpads structure until it
2102           is released - it's a request pad, and may receive data again
2103           if the element gets moved back to PLAYING state.
2104
2105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2106           Ensure we turn on double buffering on the Xv port, and
2107           set the colour key to something dark and mysterious that
2108           isn't black.
2109
2110 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2111
2112         * ext/alsa/gstalsaplugin.c: (plugin_init):
2113         * ext/cdparanoia/gstcdparanoiasrc.c:
2114         (gst_cd_paranoia_src_base_init), (plugin_init):
2115         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2117           - a library should not call setlocale. see "Libraries" node in
2118             gettext manual
2119           - make sure all plugins that use translation do bindtextdomain
2120             to point to the localedir
2121         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2122         (setup_sinks), (plugin_init):
2123           all this, and check for NULL when creating sinks
2124
2125 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2126
2127         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2128         (plugin_init): Make typefinding of subtitles work again.
2129
2130 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2131
2132         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2133         (mp3_type_frame_length_from_header), (mp3_type_find),
2134         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2135         (plugin_init):
2136           Backport a bunch of typefinding fixes from the 0.8 branch.
2137           Also, improve wavpack typefinding: if we can't peek the
2138           entire wavpack block, try to parse the bits we can get and
2139           see if we find what we're looking for in those.
2140
2141 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2142
2143         * sys/ximage/ximagesink.c:
2144         (gst_ximagesink_calculate_pixel_aspect_ratio):
2145         * sys/xvimage/xvimagesink.c:
2146         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2147         more cases of pixel aspect ratio.
2148
2149 2006-01-26  Edward Hervey  <edward@fluendo.com>
2150
2151         * gst/playback/gstdecodebin.c: (pad_probe):
2152         Also consider the flush-start and tag events as unblockers
2153         for the pad probes.
2154
2155 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2156
2157         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2158         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2159         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2160         On the fly visualisation switch, works disabling, enabling as
2161         well but it won't be able to enable vis in a playbin that was
2162         created with no visualisation.
2163
2164 2006-01-25  Wim Taymans  <wim@fluendo.com>
2165
2166         * gst-libs/gst/audio/gstbaseaudiosink.c:
2167         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2168         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2169         resume after pause.
2170
2171 2006-01-25  Wim Taymans  <wim@fluendo.com>
2172
2173         * gst-libs/gst/audio/gstbaseaudiosink.c:
2174         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2175         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2176         Improve debugging.
2177         Post error when caps cannot be parsed.
2178         Resync on discontinuity in the stream.
2179         Clip samples to segment boundaries.
2180         return WRONG_STATE sooner when we are flushing.
2181
2182         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2183         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2184         Make audiosrc operate in TIME.
2185         Set TIMESTAMP and DURATION on buffers.
2186
2187 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2188
2189         * tests/examples/seek/seek.c: (main):
2190           Output tag messages as well.
2191
2192 2006-01-23  Edward Hervey  <edward@fluendo.com>
2193
2194         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2195         (free_pad_probes), (remove_fakesink), (pad_probe),
2196         (close_pad_link), (gst_decode_bin_change_state):
2197         Replace GstPadBlockCallback with pad probes that detect
2198         first buffer AND eos before removing fakesink.
2199         Fixes hang with demuxers doing EOS while pre-rolling.
2200         Solves #328279
2201
2202 2006-01-23  Andy Wingo  <wingo@pobox.com>
2203
2204         * ext/alsa/gstalsasink.c:
2205         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2206         (gst_base_rtp_depayload_setcaps),
2207         (gst_base_rtp_depayload_add_to_queue),
2208         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2209         
2210         Patch by: Jens Granseuer <jensgr at gmx dot net>
2211
2212 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2213
2214         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2215         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2216         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2217         frames. We might get a frame destroyed after changing state to
2218         NULL, adding a safety check on xcontext.
2219
2220 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2221
2222         * gst-libs/gst/interfaces/xoverlay.c:
2223           Fix prepare-xwindow-id code example in the docs - we need to
2224           ignore all messages that aren't element messages as well.
2225           
2226 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2227
2228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2229           I think one day i'll completely undestand how caps negotiation
2230           is supposed to work. This refactoring handles buffer_alloc
2231           called with caps we can't handle. We definitely don't want a
2232           set_caps with those caps, so we define and allocate a buffer
2233           we would like to receive.
2234
2235 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2236
2237         * gst/playback/gstplaybasebin.c: (setup_source):
2238           Free iterator when done.
2239
2240 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2241
2242         * gst-libs/gst/audio/gstbaseaudiosink.c:
2243         (gst_base_audio_sink_render):
2244           Fix playback of non-synchronised streams by assuming a rate
2245           of 1.0 instead of a random one.
2246
2247           Makes this work again:
2248
2249           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2250           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2251           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2252           audioresample ! alsasink
2253
2254 === release 0.10.2 ===
2255
2256 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2257
2258         * configure.ac:
2259           releasing 0.10.2, "Then the devil is six"
2260
2261 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2262
2263         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2264         * gst/playback/gststreamselector.c:
2265         (gst_stream_selector_set_property):
2266           Comment out broken code that connects to the state-changed signal.
2267           At this point, changing current stream selection is broken, but 
2268           stuff like gst-launch playbin current-audio=1 works and filters
2269           to the chosen stream.
2270
2271 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2272
2273         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2274           Fix #327216 (null dereference in vorbisdec)
2275
2276 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2277
2278         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2279           Post taglist actually on bus instead of just freeing it
2280           (fixes #327114 and totem bug #327080).
2281
2282         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2283           Use gst_element_found_tags_for_pad(), so that the tags
2284           are sent downstream as an event as well.
2285
2286 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2287
2288         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2289         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2290         (gst_ximagesink_buffer_alloc):
2291         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2292         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2293         (gst_xvimagesink_buffer_alloc):
2294           move all regularly occurring messages to GST_LOG level
2295           add some more object logs
2296
2297 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2298
2299         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2300           fix a silly segfault
2301
2302 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2303
2304         * docs/libs/gst-plugins-base-libs-docs.sgml:
2305         * docs/libs/gst-plugins-base-libs-sections.txt:
2306         * gst-libs/gst/audio/mixerutils.c:
2307         * gst-libs/gst/audio/mixerutils.h:
2308           Add docs for mixerutils stuff.
2309
2310 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2311
2312         * gst/playback/gstplaybasebin.c: (setup_source):
2313           Fix playback for sources that emit raw audio or
2314           raw video streams (e.g.: cd audio sources) (#325984).
2315
2316 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2317
2318         * gst-libs/gst/audio/mixerutils.c:
2319         (gst_audio_mixer_filter_do_filter):
2320           actually save the element we create
2321
2322 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2323
2324         * gst-libs/gst/cdda/gstcddabasesrc.c:
2325         (gst_cdda_base_src_handle_track_seek):
2326           No need to post a tag message on the bus when seeking
2327           within the same track, only post it when the current
2328           track changes.
2329
2330 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2331
2332         * gst/playback/gstplaybasebin.c: (group_destroy),
2333         (probe_triggered), (new_decoded_pad), (mute_group_type),
2334         (set_active_source):
2335         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2336         * gst/playback/gststreamselector.c:
2337         (gst_stream_selector_base_init),
2338         (gst_stream_selector_set_property),
2339         (gst_stream_selector_request_new_pad):
2340           Reenable stream selection. These mechanisms need a complete overhaul
2341           in the face of 0.8->0.10 changes though.
2342
2343 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2344
2345         * ext/ogg/gstoggdemux.c:
2346           Change the pad template to src_%d to match the pads that 
2347           are created from it. decodebin needs this information in order
2348           to decide that oggdemux is capable of producing multiple pads
2349           (and hence needs queues inserted).
2350
2351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2352         (gst_ogg_mux_collected):
2353           Make debug output more useful by using GST_PTR_FORMAT.
2354
2355 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2356
2357         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2358
2359         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2360           Set depth and width for alaw/mulaw (fixes #326601).
2361
2362 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2363
2364         * tests/icles/Makefile.am:
2365           don't build the tests if we don't have the libs
2366
2367 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2368
2369         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2370         (gst_cd_paranoia_paranoia_callback):
2371           Don't try to free NULL pointers.
2372
2373 2006-01-10  Edward Hervey  <edward@fluendo.com>
2374
2375         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2376         (gst_audio_rate_change_state), (plugin_init):
2377         Add debugging category.
2378         Fix type issues.
2379         Add case for incoming buffers without valid offset/offset_end.
2380
2381 2006-01-10  Michael Smith  <msmith@fluendo.com>
2382
2383         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2384           Don't leak GCond in audio sources.
2385
2386 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2387
2388         * gst/playback/gstplaybin.c: (gen_audio_element):
2389           Don't leak an autoaudiosink/alsasink when we generate
2390           a new audio element. (old code, I guess)
2391
2392 2006-01-10  Michael Smith  <msmith@fluendo.com>
2393
2394         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2395           Support float audio in audiorate.
2396           Use width rather than depth for selecting sample width.
2397
2398 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2399
2400         * gst/videotestsrc/videotestsrc.h:
2401           Use GLib types here (that way we don't have to include the
2402           generated _stdint.h header, which makes life easier for win32
2403           folks that don't use autotools for the build) (#325990, patch
2404           by: Sergey Scobich).
2405
2406 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2407
2408         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2409         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2410         (gst_ring_buffer_pause), (wait_segment):
2411         * gst-libs/gst/audio/gstringbuffer.h:
2412           Name (private) union, makes Forte compiler happy (this time
2413           for real) (#324900).
2414
2415 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2416
2417         * gst-libs/gst/audio/Makefile.am:
2418           Link against libgstinterfaces, needed for mixer
2419           and property probe stuff.
2420
2421 2006-01-09  Edward Hervey  <edward@fluendo.com>
2422
2423         * gst-libs/gst/Makefile.am:
2424
2425 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2426
2427         * gst-libs/gst/audio/Makefile.am:
2428         * gst-libs/gst/audio/mixerutils.c:
2429         (gst_audio_mixer_filter_do_filter),
2430         (gst_audio_mixer_filter_check_element),
2431         (gst_audio_mixer_filter_probe_feature),
2432         (element_factory_rank_compare_func),
2433         (gst_audio_default_registry_mixer_filter):
2434         * gst-libs/gst/audio/mixerutils.h:
2435           Add gst_audio_default_registry_mixer_filter() utility
2436           function.
2437
2438 2006-01-03  Michael Smith  <msmith@fluendo.com>
2439
2440         * gst/audioresample/resample.h:
2441           As before, but for o_buf
2442
2443 2006-01-03  Michael Smith  <msmith@fluendo.com>
2444
2445         * gst/audioresample/resample.h:
2446           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2447           since we do arithmetic on it.
2448
2449 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2450
2451         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2452         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2453         (gst_ring_buffer_pause), (wait_segment):
2454         * gst-libs/gst/audio/gstringbuffer.h:
2455           Sun's Forte compiler doesn't seem to like anonymous structs,
2456           so use same setup as in GstBaseSrc (fixes #324900).
2457
2458 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2459
2460         * configure.ac:
2461         * gst/volume/Makefile.am:
2462         * gst/volume/demo.c:
2463           move old example to tests/examples/volume/volune.c
2464         * tests/examples/Makefile.am:
2465         * tests/examples/seek/seek.c: (main):
2466           change window-close event from "delete-event" to "destroy"
2467         * tests/examples/volume/Makefile.am:
2468         * tests/examples/volume/volume.c: (value_changed_callback),
2469         (setup_gui), (message_received), (eos_message_received), (main):
2470           fix event handling and bus usage
2471
2472 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2473
2474         * gst/audiotestsrc/gstaudiotestsrc.c:
2475         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2476         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2477         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2478         (gst_audio_test_src_create_square),
2479         (gst_audio_test_src_create_saw),
2480         (gst_audio_test_src_create_triangle),
2481         (gst_audio_test_src_create_silence),
2482         (gst_audio_test_src_create_white_noise),
2483         (gst_audio_test_src_create_pink_noise),
2484         (gst_audio_test_src_init_sine_table),
2485         (gst_audio_test_src_create_sine_table),
2486         (gst_audio_test_src_change_wave),
2487         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2488         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2489         * gst/audiotestsrc/gstaudiotestsrc.h:
2490           update to basesrc changes, implement segmented seeking and eos
2491           handling, add a 'sine-tab' waveform for performance critical playback
2492
2493 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         * po/POTFILES.in:
2496           ... and this time the other modified file that I missed last time.
2497
2498 2005-12-29  Michael Smith  <msmith@fluendo.com>
2499
2500         * gst/playback/gstdecodebin.c: (new_pad):
2501           Fix non-C89 variable declaration not at the start of a block. Should
2502           help some compilers.
2503
2504 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2505
2506         * tests/check/Makefile.am:
2507           And now fix 'make distcheck' (builddir != srcdir)
2508
2509 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2510
2511         * configure.ac:
2512         * ext/cdparanoia/Makefile.am:
2513         * ext/cdparanoia/gstcdparanoia.c:
2514         * ext/cdparanoia/gstcdparanoia.h:
2515         * ext/cdparanoia/gstcdparanoiasrc.c:
2516         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2517         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2518         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2519         (gst_cd_paranoia_paranoia_callback),
2520         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2521         (gst_cd_paranoia_src_set_property),
2522         (gst_cd_paranoia_src_get_property), (plugin_init):
2523         * ext/cdparanoia/gstcdparanoiasrc.h:
2524           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2525           plugin again (there are still fixes required to playbin to make
2526           cdda:// uris work there).
2527
2528 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2529
2530         * tests/check/Makefile.am:
2531           Fix test case compilation.
2532
2533 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2534
2535         * gst-libs/gst/cdda/gstcddabasesrc.c:
2536         (gst_cdda_base_src_update_duration),
2537         (gst_cdda_base_src_calculate_cddb_id):
2538           An integer is not a string. Fix access to uninitialised variable.
2539
2540         * tests/check/Makefile.am:
2541           Add cddabasesrc unit test; also actually enable the vorbis test.
2542
2543         * tests/check/generic/states.c:
2544           Blacklist new cd audio elements as well.
2545
2546         * tests/check/libs/cddabasesrc.c:
2547           Unit test for GstCddaBaseSrc (discid calculation mostly).
2548
2549 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2550
2551         * docs/libs/Makefile.am:
2552         * docs/libs/gst-plugins-base-libs-docs.sgml:
2553         * docs/libs/gst-plugins-base-libs-sections.txt:
2554         * docs/libs/gst-plugins-base-libs.types:
2555           Add docs for libgstcdda/GstCddaBaseSrc.
2556
2557         * gst-libs/gst/interfaces/mixertrack.h:
2558           Do one struct member per line with a semicolon at the end, that way
2559           even gtk-doc might parse it without complaining.
2560
2561 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2562
2563         * configure.ac:
2564         * gst-libs/gst/Makefile.am:
2565         * gst-libs/gst/cdda/Makefile.am:
2566         * gst-libs/gst/cdda/base64.c:
2567         * gst-libs/gst/cdda/base64.h:
2568         * gst-libs/gst/cdda/gstcddabasesrc.c:
2569         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2570         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2571         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2572         (gst_cdda_base_src_get_property),
2573         (gst_cdda_base_src_get_track_from_sector),
2574         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2575         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2576         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2577         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2578         (gst_cdda_base_src_uri_get_protocols),
2579         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2580         (gst_cdda_base_src_uri_handler_init),
2581         (gst_cdda_base_src_setup_interfaces),
2582         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2583         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2584         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2585         (gst_cdda_base_src_add_tags),
2586         (gst_cdda_base_src_add_index_associations),
2587         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2588         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2589         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2590         (gst_cdda_base_src_create):
2591         * gst-libs/gst/cdda/gstcddabasesrc.h:
2592         * gst-libs/gst/cdda/sha1.c:
2593         * gst-libs/gst/cdda/sha1.h:
2594           Add new libgstcdda with GstCddaBaseSrc class.
2595
2596 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2597
2598         * ext/gnomevfs/gstgnomevfssink.h:
2599           Use GstBaseSinkClass as parent_class member for class struct, not
2600           GstBaseSink.
2601
2602 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2603
2604         Patch by: Michael Benes
2605
2606         * gst/videotestsrc/gstvideotestsrc.c:
2607         (gst_video_test_src_class_init), (gst_video_test_src_start):
2608           Add start method to reset running time and number of frames sent
2609           when starting up (fixes #324696)
2610
2611 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2612
2613         * docs/plugins/Makefile.am:
2614         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2615         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2616         * docs/plugins/gst-plugins-base-plugins.args:
2617         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2618         * docs/plugins/gst-plugins-base-plugins.signals:
2619           Add docs stuff for gnomevfssrc and gnomevfssink.
2620
2621         * ext/gnomevfs/gstgnomevfssrc.c:
2622           Fix example pipeline in gtk-doc blurb.
2623
2624 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2625
2626         * ext/gnomevfs/Makefile.am:
2627         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2628         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2629         (gst_gnome_vfs_handle_get_type), (plugin_init):
2630         * ext/gnomevfs/gstgnomevfs.h:
2631         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2632         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2633         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2634         (gst_gnome_vfs_sink_set_property),
2635         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2636         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2637         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2638         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2639         (gst_gnome_vfs_sink_uri_get_type),
2640         (gst_gnome_vfs_sink_uri_get_protocols),
2641         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2642         (gst_gnome_vfs_sink_uri_handler_init):
2643         * ext/gnomevfs/gstgnomevfssink.h:
2644           Port gnomevfssink; add gtk-doc blurb.
2645
2646         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2647         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2648         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2649         (gst_gnome_vfs_src_uri_get_type),
2650         (gst_gnome_vfs_src_uri_get_protocols),
2651         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2652         (gst_gnome_vfs_src_uri_handler_init),
2653         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2654         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2655         (gst_gnome_vfs_src_send_additional_headers_callback),
2656         (gst_gnome_vfs_src_received_headers_callback),
2657         (gst_gnome_vfs_src_push_callbacks),
2658         (gst_gnome_vfs_src_pop_callbacks),
2659         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2660         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2661         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2662         * ext/gnomevfs/gstgnomevfssrc.h:
2663           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2664           file; add gtk-doc blurb with example pipelines.
2665
2666 === release 0.10.1 ===
2667
2668 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2669
2670         * configure.ac:
2671           releasing 0.10.1, "Dobro Dedek"
2672
2673 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2674
2675         * gst/typefind/gsttypefindfunctions.c:
2676         iLBC30 and iLBC20 added to typefind.
2677
2678 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2679
2680         * gst-libs/gst/audio/gstbaseaudiosink.c:
2681         (gst_base_audio_sink_class_init):
2682         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2683         (gst_base_audio_src_class_init):
2684           update strings, values are in microseconds
2685           change the default sink buffer time to something that is smaller
2686           (to help software volume mixing have a slightly lower delay) but
2687           still be acceptable on Wim's laptop
2688
2689 2005-12-20  Edward Hervey  <edward@fluendo.com>
2690
2691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2692         Made a quack, forgot to add DUCK to the riff video template.
2693
2694 2005-12-19  Edward Hervey  <edward@fluendo.com>
2695
2696         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2697         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2698         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2699         (gst_ogm_parse_chain):
2700         Make sure pads are initialized correctly.
2701         * gst-libs/gst/riff/riff-ids.h:
2702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2703         (gst_riff_create_video_template_caps):
2704         Add a whole bunch of FOURCC <=> MimeType.
2705         Extend the riff video pad template to support the newly added fourcc.
2706
2707 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2708
2709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2710         (gst_ogg_demux_activate_chain):
2711           Extra debug output when activating/deactivating chains.
2712
2713         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2714         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2715         (unlinked):
2716           Remove a queue from our list when it becomes unlinked.
2717           Don't add queues to elements in class 'Demux' if they
2718           can only produce one pad 
2719
2720 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2721
2722         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2723         (gst_video_sink_get_type): Add a debug category.
2724
2725 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2726
2727         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2728         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2729           Handle downstream newsegment by sending our own newsegment before the
2730           next buffer to be released. (#323900)
2731
2732 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2733
2734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2735         (gst_base_rtp_depayload_set_gst_timestamp):
2736           add queue delay to new segment as well (as opposed to just the first
2737           buffer). (bug #322347)
2738
2739 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2740
2741         * ext/libvisual/visual.c: (make_valid_name):
2742           change some char* into char[]
2743         * gst/audiotestsrc/gstaudiotestsrc.c:
2744         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2745         (gst_audio_test_src_create):
2746         * gst/audiotestsrc/gstaudiotestsrc.h:
2747           prepare to handle EOS and SEGMENT_DONE
2748
2749 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2750
2751         * tests/check/generic/states.c: (GST_START_TEST):
2752           Blacklist cdparanoia element in state test.
2753
2754 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2755
2756           Patch by: Benjamin Pineau
2757
2758         * gst/tcp/gsttcp.c:
2759         * gst/tcp/gsttcpclientsink.c:
2760         * gst/tcp/gsttcpserversink.c:
2761         * gst/tcp/gsttcpserversrc.c:
2762           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2763
2764 2005-12-15  Michael Smith  <msmith@fluendo.com>
2765
2766         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2767         (gst_video_rate_chain):
2768           Fix timestamping for videorate when the first buffer it sees has a
2769           non-zero timestamp. Fix some misleading debug output.
2770
2771 2005-12-15  Michael Smith  <msmith@fluendo.com>
2772
2773         * gst/audioresample/gstaudioresample.c:
2774           Don't leak all input buffers to audioresample.
2775
2776 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2777
2778         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2779           Don't operate on empty text buffers. Strip newlines and
2780           tabs only from the end of the text, but leave them intact
2781           in the middle. Fix typo in gtk-doc description.
2782
2783 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2784
2785         * gst/playback/gstplaybasebin.c:
2786         * gst/playback/gstplaybin.c: (handoff):
2787           Make sure the video frame buffer we return to apps via the
2788           "frame" property always has caps set on it. Modify
2789           _gst_gvalue_set_object() macro to handle NULL objects
2790           gracefully too.
2791
2792 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2793
2794         * gst/audiotestsrc/gstaudiotestsrc.c:
2795         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2796         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2797         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2798         (gst_audio_test_src_create):
2799         * gst/audiotestsrc/gstaudiotestsrc.h:
2800         Adjust to some recent api changes and add wtays new cool seeking
2801         capabillities
2802
2803 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2804
2805         * ext/alsa/Makefile.am:
2806         * ext/alsa/gstalsadeviceprobe.c:
2807         * ext/alsa/gstalsadeviceprobe.h:
2808           Helper functions to add device probing via the GstPropertyProbe
2809           interface to a class.
2810
2811         * ext/alsa/gstalsamixer.h:
2812           Comment out GST_ALSA_MIXER, it returns a struct that's not
2813           used.
2814
2815         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2816           Add some debug info. 
2817
2818         * ext/alsa/gstalsamixerelement.c:
2819         (gst_alsa_mixer_element_interface_supported),
2820         (gst_implements_interface_init),
2821         (gst_alsa_mixer_element_init_interfaces),
2822         (gst_alsa_mixer_element_class_init),
2823         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2824         (gst_alsa_mixer_element_set_property),
2825         (gst_alsa_mixer_element_get_property),
2826         (gst_alsa_mixer_element_change_state):
2827         * ext/alsa/gstalsamixerelement.h:
2828           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2829           for device handling (gnome-volume-control will need that).
2830
2831 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2832
2833         * ext/Makefile.am: fix cdparanoia entry
2834         * gst-plugins-base.spec.in: add cdparanoia
2835
2836 2005-12-12  Michael Smith  <msmith@fluendo.com>
2837
2838         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2839           Use the correct function to free list of typefind factories.
2840
2841 2005-12-12  Wim Taymans  <wim@fluendo.com>
2842
2843         * gst/videotestsrc/gstvideotestsrc.c:
2844         (gst_video_test_src_class_init), (gst_video_test_src_init),
2845         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2846         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2847         (gst_video_test_src_create):
2848         * gst/videotestsrc/gstvideotestsrc.h:
2849         Implement seeking in videotestsrc.
2850         Small cleanups.
2851
2852 2005-12-12  Wim Taymans  <wim@fluendo.com>
2853
2854         * ext/cdparanoia/Makefile.am:
2855         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2856         (gst_paranoia_endian_get_type), (_do_init),
2857         (cdparanoia_class_init), (cdparanoia_init),
2858         (cdparanoia_set_property), (cdparanoia_get_property),
2859         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2860         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2861         (cdparanoia_convert), (cdparanoia_get_query_types),
2862         (cdparanoia_query), (cdparanoia_set_index),
2863         (cdparanoia_uri_set_uri):
2864         * ext/cdparanoia/gstcdparanoia.h:
2865         Partially ported cdparanoia now that basesrc can support a
2866         plugin like this..
2867
2868 2005-12-12  Wim Taymans  <wim@fluendo.com>
2869
2870         * tests/examples/seek/scrubby.c: (main):
2871         Set higher priority for bus events so they don't get reordered with
2872         gtk gui events.
2873
2874         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2875         (flush_toggle_cb), (main):
2876         Added checkbox to disable flushing seeks. 
2877         Disable scrubbing when doing non flushing seeks.
2878
2879 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2880
2881         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2882         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2883         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2884         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2885           Implement some sort of event handling that doesn't rely on
2886           g_return_if_fail; make sure we always push the last chunk of an 
2887           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2888           state change function; remove some old cruft. Seeking is still
2889           rather unlikely to work though.
2890
2891         * tools/.cvsignore:
2892           Ignore more.
2893
2894 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2895
2896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2897         Fixed a leak of the current image reference when cleaning up.
2898         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2899
2900 2005-12-09  Michael Smith  <msmith@fluendo.com>
2901
2902         * tools/Makefile.am:
2903         * tools/gst-launch-ext-m.m:
2904           Remove gst-launch-ext. It doesn't work, and is no longer
2905           particularly useful.
2906
2907 2005-12-08  Luca Ognibene  <luogni@tin.it>
2908
2909         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2910           don't pass random values to ogmparse convert function.
2911           Make seeking possible in the exile1.ogm file.
2912
2913 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2914
2915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2916         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2917           Work around refcount problem with g_value_set_object() that occur
2918           if the core has been compiled against GLib-2.6 (g_value_set_object()
2919           will only g_object_ref() the element, but the caller will
2920           gst_object_unref() it and bad things will happen due to the way
2921           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2922           totem for people on FC4 using Thomas's 0.10 RPMs.
2923           
2924 2005-12-07  Edward Hervey  <edward@fluendo.com>
2925
2926         Time to welcome ogm to 0.10 :)
2927         
2928         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2929         (gst_ogg_pad_typefind):
2930         Oggdemux can now properly typefind elements with dynamic pads.
2931         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2932         Properly set caps on src pad, and set caps on outgoing buffers.
2933
2934 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2935
2936         * ext/alsa/gstalsamixer.h:
2937         * ext/alsa/gstalsamixerelement.h:
2938         * ext/alsa/gstalsamixeroptions.h:
2939         * ext/alsa/gstalsamixertrack.h:
2940         * ext/alsa/gstalsasink.c:
2941         * ext/alsa/gstalsasink.h:
2942         * ext/alsa/gstalsasrc.c:
2943         * ext/alsa/gstalsasrc.h:
2944         * ext/cdparanoia/gstcdparanoia.h:
2945         * ext/gnomevfs/gstgnomevfsuri.h:
2946         * ext/ogg/gstoggdemux.c:
2947         * ext/ogg/gstoggmux.c:
2948         * ext/pango/gsttextoverlay.h:
2949         * ext/theora/theoradec.c:
2950         * ext/theora/theoraenc.c:
2951         * ext/vorbis/vorbisdec.h:
2952         * ext/vorbis/vorbisenc.c:
2953         * ext/vorbis/vorbisenc.h:
2954         * ext/vorbis/vorbisparse.h:
2955         * gst-libs/gst/audio/gstaudioclock.h:
2956         * gst-libs/gst/audio/gstaudiosink.c:
2957         * gst-libs/gst/audio/gstaudiosink.h:
2958         * gst-libs/gst/audio/gstaudiosrc.c:
2959         * gst-libs/gst/audio/gstaudiosrc.h:
2960         * gst-libs/gst/audio/gstbaseaudiosink.c:
2961         * gst-libs/gst/audio/gstbaseaudiosink.h:
2962         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2963         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2964         * gst-libs/gst/audio/gstringbuffer.h:
2965         * gst-libs/gst/audio/multichannel.h:
2966         * gst-libs/gst/floatcast/floatcast.h:
2967         * gst-libs/gst/interfaces/colorbalance.c:
2968         * gst-libs/gst/interfaces/colorbalance.h:
2969         * gst-libs/gst/interfaces/colorbalancechannel.h:
2970         * gst-libs/gst/interfaces/mixer.h:
2971         * gst-libs/gst/interfaces/mixeroptions.h:
2972         * gst-libs/gst/interfaces/mixertrack.h:
2973         * gst-libs/gst/interfaces/navigation.h:
2974         * gst-libs/gst/interfaces/propertyprobe.h:
2975         * gst-libs/gst/interfaces/tuner.h:
2976         * gst-libs/gst/interfaces/tunerchannel.h:
2977         * gst-libs/gst/interfaces/tunernorm.h:
2978         * gst-libs/gst/interfaces/xoverlay.h:
2979         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2980         * gst-libs/gst/riff/riff-ids.h:
2981         * gst-libs/gst/riff/riff-media.h:
2982         * gst-libs/gst/riff/riff-read.h:
2983         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2984         * gst-libs/gst/rtp/gstbasertppayload.c:
2985         * gst-libs/gst/rtp/gstbasertppayload.h:
2986         * gst-libs/gst/rtp/gstrtpbuffer.c:
2987         * gst-libs/gst/rtp/gstrtpbuffer.h:
2988         * gst-libs/gst/tag/gsttageditingprivate.h:
2989         * gst-libs/gst/tag/gstvorbistag.c:
2990         (gst_tag_list_from_vorbiscomment_buffer):
2991         * gst-libs/gst/tag/tag.h:
2992         * gst-libs/gst/video/video.h:
2993         * gst/adder/gstadder.c:
2994         * gst/adder/gstadder.h:
2995         * gst/audioconvert/audioconvert.c:
2996         * gst/audioconvert/audioconvert.h:
2997         * gst/audioconvert/gstaudioconvert.c:
2998         * gst/audioconvert/gstchannelmix.c:
2999         * gst/audioconvert/gstchannelmix.h:
3000         * gst/audiorate/gstaudiorate.c:
3001         * gst/audioresample/buffer.h:
3002         * gst/audioresample/functable.h:
3003         * gst/audioresample/gstaudioresample.c:
3004         * gst/audioresample/resample.h:
3005         * gst/ffmpegcolorspace/avcodec.h:
3006         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3007         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3008         * gst/ffmpegcolorspace/imgconvert.c:
3009         * gst/ffmpegcolorspace/imgconvert_template.h:
3010         * gst/playback/gstdecodebin.c:
3011         * gst/playback/gstplaybasebin.h:
3012         * gst/playback/gstplaybin.c:
3013         * gst/playback/gststreaminfo.h:
3014         * gst/tcp/gstfdset.c:
3015         * gst/tcp/gstfdset.h:
3016         * gst/tcp/gstmultifdsink.c:
3017         * gst/tcp/gstmultifdsink.h:
3018         * gst/tcp/gsttcp.h:
3019         * gst/tcp/gsttcpclientsrc.c:
3020         * gst/tcp/gsttcpclientsrc.h:
3021         * gst/tcp/gsttcpplugin.h:
3022         * gst/tcp/gsttcpserversink.c:
3023         * gst/tcp/gsttcpserversrc.c:
3024         * gst/typefind/gsttypefindfunctions.c:
3025         * gst/videorate/gstvideorate.c:
3026         * gst/videotestsrc/gstvideotestsrc.h:
3027         * gst/videotestsrc/videotestsrc.h:
3028         * sys/v4l/gstv4lcolorbalance.h:
3029         * sys/v4l/gstv4ltuner.h:
3030         * sys/v4l/gstv4lxoverlay.h:
3031         * sys/v4l/v4l_calls.h:
3032         * sys/v4l/videodev_mjpeg.h:
3033         * tests/check/elements/audioconvert.c:
3034         * tests/check/elements/audioresample.c:
3035         * tests/check/elements/audiotestsrc.c:
3036         * tests/check/elements/videotestsrc.c:
3037         * tests/check/elements/volume.c:
3038         * tests/examples/seek/scrubby.c:
3039         * tests/examples/seek/seek.c:
3040           expand tabs
3041
3042 === release 0.10.0 ===
3043
3044 2005-12-05   <thomas (at) apestaart (dot) org>
3045
3046         * configure.ac:
3047           releasing 0.10.0, "Mont-d'or"
3048
3049 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3050
3051         * tests/examples/seek/Makefile.am:
3052         Build fix for when gtk is not available.
3053
3054 2005-12-05  Andy Wingo  <wingo@pobox.com>
3055
3056         * ext/libvisual/visual.c: (get_buffer):
3057         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3058         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3059         * ext/theora/theoradec.c: (theora_handle_data_packet):
3060         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3061         (theora_enc_chain):
3062         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3063         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3064         Update for alloc_buffer changes.
3065
3066 2005-12-05  Andy Wingo  <wingo@pobox.com>
3067
3068         patch by: Kai Vehmanen <kv2004 eca cx>
3069         
3070         * gst-libs/gst/rtp/gstbasertpdepayload.c
3071         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3072
3073 2005-12-04  Andy Wingo  <wingo@pobox.com>
3074
3075         patch by: Sebastien Cote <sebas642 yahoo ca>
3076         
3077         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3078         Fixes #319172.
3079
3080 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3081
3082         * docs/plugins/Makefile.am:
3083         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3084         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3085         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3086         * ext/pango/gstclockoverlay.c:
3087         * ext/pango/gsttextoverlay.c: 
3088         * ext/pango/gsttextrender.c:
3089         * ext/pango/gsttimeoverlay.c:
3090           Add gtk-doc blurbs to pango elements.
3091
3092 2005-12-02  Wim Taymans  <wim@fluendo.com>
3093
3094         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3095         * gst/audioresample/buffer.h:
3096         * gst/audioresample/gstaudioresample.c:
3097         * gst/audioresample/gstaudioresample.h:
3098         * gst/audioresample/resample.c: (resample_input_flush),
3099         (resample_input_pushthrough), (resample_input_eos),
3100         (resample_get_output_size_for_input),
3101         (resample_get_input_size_for_output), (resample_get_output_size),
3102         (resample_get_output_data):
3103         * gst/audioresample/resample.h:
3104         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3105         Fix audioresample, seek torture, new segments, reverse negotiation
3106         etc.. work fine.
3107
3108 2005-12-02  Wim Taymans  <wim@fluendo.com>
3109
3110         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3111         Small cleanups.
3112
3113 2005-12-02  Wim Taymans  <wim@fluendo.com>
3114
3115         * gst/audioconvert/gstaudioconvert.c:
3116         (gst_audio_convert_transform):
3117         Post errors.
3118
3119 === release 0.9.7 ===
3120
3121 2005-12-01   <thomas (at) apestaart (dot) org>
3122
3123         * configure.ac:
3124           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3125
3126 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3127
3128         * Makefile.am:
3129         * po/hu.po:
3130         * win32/MANIFEST:
3131         * win32/gst.sln:
3132           add win32 MANIFEST file
3133           do something to the hungarian translation
3134
3135 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3136
3137         * ext/Makefile.am:
3138           Add $(PANGO_DIR) to SUBDIRS
3139
3140         * ext/pango/gstclockoverlay.c:
3141         * ext/pango/gsttimeoverlay.c:
3142           Fix and improve element descriptions.
3143
3144 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3145
3146         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3147         * docs/plugins/inspect/plugin-libvisual.xml:
3148         * docs/plugins/inspect/plugin-pango.xml:
3149           add pango plugin to docs
3150
3151 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3152
3153         * configure.ac:
3154         * ext/Makefile.am:
3155           moved pango to base
3156
3157 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3158
3159         * configure.ac:
3160         * tests/Makefile.am:
3161         * tests/icles/.cvsignore:
3162         * tests/icles/Makefile.am:
3163         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3164         (close_display), (resize_window), (move_window), (create_window),
3165         (terminate_playback), (pause_playback), (start_playback), (main):
3166           add stress test for xoverlay from Julien
3167
3168 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3169
3170         * docs/libs/tmpl/gstcolorbalance.sgml:
3171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3172         * gst-libs/gst/rtp/gstbasertppayload.c:
3173         * gst-libs/gst/rtp/gstrtpbuffer.c:
3174         * gst-libs/gst/rtp/gstrtpbuffer.h:
3175           Do burger's rename for rtp payloaders and depayloaders
3176
3177 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3178
3179         * win32/:
3180           add Visual Studio 6 build files
3181
3182 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3183
3184         * docs/libs/gst-plugins-base-libs-docs.sgml:
3185         * docs/libs/gst-plugins-base-libs-sections.txt:
3186         * docs/libs/tmpl/gstaudio.sgml:
3187         * docs/libs/tmpl/gstringbuffer.sgml:
3188         * gst-libs/gst/interfaces/xoverlay.c:
3189         * gst-libs/gst/video/gstvideofilter.c:
3190         * gst-libs/gst/video/gstvideosink.c:
3191           update documentation
3192
3193 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3194
3195         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3196         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3197         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3198         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3199         (gst_multi_fd_sink_get_stats),
3200         (gst_multi_fd_sink_remove_client_link),
3201         (gst_multi_fd_sink_handle_client_read),
3202         (gst_multi_fd_sink_client_queue_data),
3203         (gst_multi_fd_sink_client_queue_caps),
3204         (gst_multi_fd_sink_client_queue_buffer),
3205         (gst_multi_fd_sink_new_client),
3206         (gst_multi_fd_sink_handle_client_write),
3207         (gst_multi_fd_sink_recover_client),
3208         (gst_multi_fd_sink_queue_buffer),
3209         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3210         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3211         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3212         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3213         * gst/tcp/gstmultifdsink.h:
3214         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3215         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3216         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3217         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3218         (gst_tcp_client_sink_set_property),
3219         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3220         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3221         * gst/tcp/gsttcpclientsink.h:
3222         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3223         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3224         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3225         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3226         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3227         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3228         * gst/tcp/gsttcpclientsrc.h:
3229         * gst/tcp/gsttcpplugin.c: (plugin_init):
3230         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3231         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3232         (gst_tcp_server_sink_finalize),
3233         (gst_tcp_server_sink_handle_server_read),
3234         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3235         (gst_tcp_server_sink_set_property),
3236         (gst_tcp_server_sink_get_property),
3237         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3238         * gst/tcp/gsttcpserversink.h:
3239         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3240         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3241         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3242         (gst_tcp_server_src_set_property),
3243         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3244         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3245         * gst/tcp/gsttcpserversrc.h:
3246           more borgifying
3247
3248 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3249
3250         * docs/plugins/Makefile.am:
3251         * docs/plugins/gst-plugins-base-plugins.args:
3252         * docs/plugins/inspect/plugin-libvisual.xml:
3253         * gst/audioconvert/plugin.h:
3254         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3255         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3256         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3257         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3258         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3259         (plugin_init):
3260         * gst/audiotestsrc/gstaudiotestsrc.c:
3261         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3262         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3263         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3264         (gst_audio_test_src_get_query_types),
3265         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3266         (gst_audio_test_src_create_square),
3267         (gst_audio_test_src_create_saw),
3268         (gst_audio_test_src_create_triangle),
3269         (gst_audio_test_src_create_silence),
3270         (gst_audio_test_src_create_white_noise),
3271         (gst_audio_test_src_init_pink_noise),
3272         (gst_audio_test_src_generate_pink_noise_value),
3273         (gst_audio_test_src_create_pink_noise),
3274         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3275         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3276         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3277         (plugin_init):
3278         * gst/audiotestsrc/gstaudiotestsrc.h:
3279         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3280         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3281         (gst_sub_parse_init), (gst_sub_parse_formats),
3282         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3283         (convert_encoding), (get_next_line),
3284         (gst_sub_parse_data_format_autodetect),
3285         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3286         (gst_sub_parse_loop), (gst_sub_parse_chain),
3287         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3288         (plugin_init):
3289         * gst/subparse/gstsubparse.h:
3290         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3291         (gst_video_rate_base_init), (gst_video_rate_class_init),
3292         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3293         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3294         (gst_video_rate_init), (gst_video_rate_event),
3295         (gst_video_rate_chain), (gst_video_rate_set_property),
3296         (gst_video_rate_get_property), (gst_video_rate_change_state),
3297         (plugin_init):
3298         * gst/videoscale/gstvideoscale.c:
3299         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3300         (gst_video_scale_src_template_factory),
3301         (gst_video_scale_sink_template_factory),
3302         (gst_video_scale_get_type), (gst_video_scale_base_init),
3303         (gst_video_scale_class_init), (gst_video_scale_init),
3304         (gst_video_scale_set_property), (gst_video_scale_get_property),
3305         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3306         (gst_video_scale_prepare_size), (parse_caps),
3307         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3308         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3309         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3310         (plugin_init):
3311         * gst/videoscale/gstvideoscale.h:
3312         * gst/videotestsrc/gstvideotestsrc.c:
3313         (gst_video_test_src_pattern_get_type),
3314         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3315         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3316         (gst_video_test_src_set_pattern),
3317         (gst_video_test_src_set_property),
3318         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3319         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3320         (gst_video_test_src_event), (gst_video_test_src_get_times),
3321         (gst_video_test_src_create), (plugin_init):
3322         * gst/videotestsrc/gstvideotestsrc.h:
3323         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3324         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3325         (gst_video_test_src_black):
3326         * gst/videotestsrc/videotestsrc.h:
3327           borgify further
3328           clean up docs a little
3329
3330 2005-11-30  Wim Taymans  <wim@fluendo.com>
3331
3332         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3333         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3334         (gst_basertppayload_event), (gst_basertppayload_push),
3335         (gst_basertppayload_change_state):
3336         * gst-libs/gst/rtp/gstbasertppayload.h:
3337         closed #320644.
3338
3339 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3340
3341         * docs/libs/gst-plugins-base-libs-docs.sgml:
3342         * docs/libs/gst-plugins-base-libs-sections.txt:
3343         * gst-libs/gst/video/gstvideofilter.c:
3344         * gst-libs/gst/video/gstvideosink.c:
3345         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3346
3347 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3348
3349         * LICENSE:
3350           move
3351         * po/af.po:
3352         * po/az.po:
3353         * po/cs.po:
3354         * po/en_GB.po:
3355         * po/hu.po:
3356         * po/it.po:
3357         * po/nb.po:
3358         * po/nl.po:
3359         * po/or.po:
3360         * po/sq.po:
3361         * po/sr.po:
3362         * po/sv.po:
3363         * po/uk.po:
3364         * po/vi.po:
3365         * Makefile.am:
3366           update
3367         * scripts/autoplugins.sh:
3368           remove
3369
3370 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3371
3372         * Makefile.am:
3373         * configure.ac:
3374         * examples/Makefile.am:
3375         * examples/capsfilter/Makefile.am:
3376         * examples/capsfilter/capsfilter1.c:
3377         * examples/gob/Makefile.am:
3378         * examples/gob/gst-identity2.gob:
3379         * examples/indexing/.cvsignore:
3380         * examples/indexing/Makefile.am:
3381         * examples/indexing/indexmpeg.c:
3382         * examples/seeking/.cvsignore:
3383         * examples/seeking/Makefile.am:
3384         * examples/seeking/cdparanoia.c:
3385         * examples/seeking/cdplayer.c:
3386         * examples/seeking/chained.c:
3387         * examples/seeking/scrubby.c:
3388         * examples/seeking/seek.c:
3389         * examples/stats/Makefile.am:
3390         * examples/stats/mp2ogg.c:
3391         * examples/switch/.cvsignore:
3392         * examples/switch/Makefile.am:
3393         * examples/switch/switcher.c:
3394         * tests/Makefile.am:
3395         * tests/check/generic/.cvsignore:
3396         * tests/check/pipelines/.cvsignore:
3397         * tests/examples/Makefile.am:
3398         * tests/examples/seek/Makefile.am:
3399           reorganize stuff under tests/
3400
3401 2005-11-30  Edward Hervey  <edward@fluendo.com>
3402
3403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3404         Go away you stupid GstStaticPadTemplate memleak.
3405
3406 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3407
3408         * gst-libs/gst/net/Makefile.am:
3409         * gst-libs/gst/net/README:
3410         * gst-libs/gst/net/gstnetbuffer.c:
3411         * gst-libs/gst/net/gstnetbuffer.h:
3412           this was moved to "netbuffer"
3413
3414 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3415
3416         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3417         (gst_video_filter_class_init), (gst_video_filter_init):
3418         * gst-libs/gst/video/gstvideofilter.h:
3419           borgify name to bring in line with other classes
3420
3421 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3422
3423         * gst/audioscale/.cvsignore:
3424         * gst/audioscale/Makefile.am:
3425         * gst/audioscale/README:
3426         * gst/audioscale/audioscale.vcproj:
3427         * gst/audioscale/dtof.c:
3428         * gst/audioscale/dtos.c:
3429         * gst/audioscale/functable.c:
3430         * gst/audioscale/gstaudioscale.c:
3431         * gst/audioscale/gstaudioscale.h:
3432         * gst/audioscale/private.h:
3433         * gst/audioscale/resample.c:
3434         * gst/audioscale/resample.h:
3435         * gst/audioscale/test.c:
3436           remove
3437
3438 2005-11-30  Edward Hervey  <edward@fluendo.com>
3439
3440         * gst-libs/gst/netbuffer/Makefile.am:
3441         really, really tired
3442
3443 2005-11-30  Edward Hervey  <edward@fluendo.com>
3444
3445         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3446         Update for new GstTypeFindFactory _register()
3447
3448 2005-11-30  Edward Hervey  <edward@fluendo.com>
3449
3450         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3451         Let's not override libgstnet from core for no reason...
3452         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3453         Ok, maybe not so quick next time.
3454
3455 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3456
3457         * configure.ac:
3458         * gst-libs/gst/Makefile.am:
3459           moved gst-libs/gst/net to netbuffer through CVS surgery
3460           remove old directory
3461           updating build to accomodate
3462           (#322257)
3463
3464 2005-11-29  Andy Wingo  <wingo@pobox.com>
3465
3466         * pkgconfig/gstreamer-plugins-base.pc.in:
3467         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3468         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3469         (#322257).
3470
3471 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3472
3473         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3474         3rd time's the charm. Correct ref-counting for discarded buffers.
3475
3476 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3477
3478         * gst/playback/gststreamselector.c:
3479         (gst_stream_selector_class_init),
3480         (gst_stream_selector_set_property),
3481         (gst_stream_selector_get_property),
3482         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3483         Fix ref-counting
3484
3485 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3486
3487         * gst/subparse/gstsubparse.c: (feed_textbuf):
3488           Don't access already unref'ed buffer.
3489
3490 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3491
3492         * gst/playback/gststreamselector.c:
3493         (gst_stream_selector_class_init), (gst_stream_selector_init),
3494         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3495         (gst_stream_selector_get_property),
3496         (gst_stream_selector_get_linked_pad),
3497         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3498         * gst/playback/gststreamselector.h:
3499         Add the active-pad property for playbin to use shortly. Ignore buffers
3500         from any other pad, returning GST_FLOW_NOT_LINKED
3501
3502 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3503
3504         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3505         patch from bug #322704 (Alessandro Decina).
3506
3507 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3508
3509         * gst-libs/gst/audio/Makefile.am:
3510           folded audiofilter into the audio library
3511
3512 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3513
3514         * gst/videoscale/gstvideoscale.h:
3515         * gst/videoscale/gstvideoscale.c:
3516           remove unimplemented scale methods
3517
3518 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3519
3520         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3521           Don't leak caps.
3522
3523 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3524
3525         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3526         (gst_ximagesink_setcaps):
3527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3528         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3529         happens (only visible on ximagesink but bug is in xv too) set_caps was
3530         destroying the internal x[v]image used to memcpy non locally alloced
3531         buffers so that it got renewed on next _chain. The issue is that 
3532         _expose will try to put that image as it reffed it in _put.
3533         Using gst_buffer_unref instead of destroy fixes it !
3534
3535 2005-11-28  Edward Hervey  <edward@fluendo.com>
3536
3537         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3538         (try_to_link_1), (queue_filled_cb):
3539         Better use of the queues. Start with a small size queue and only increase
3540         the size of the queues when the other queues are empty.
3541
3542 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3543
3544         * gst-libs/gst/video/Makefile.am:
3545           compile in copied-over videofilter into the video library
3546         * gst-libs/gst/video/videosink.h:
3547           rename the header to gstvideosink.h since it's a base GstObject class
3548         * sys/ximage/ximagesink.h:
3549         * sys/xvimage/xvimagesink.h:
3550           use the new header
3551
3552 2005-11-28  Wim Taymans  <wim@fluendo.com>
3553
3554         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3555         * gst/playback/gstplaybasebin.h:
3556         Prepare to handle errors betters.
3557
3558         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3559         Set sinks to PAUSED first before adding and linking them so that
3560         we don't interrupt dataflow.
3561
3562 2005-11-28  Wim Taymans  <wim@fluendo.com>
3563
3564         * gst-libs/gst/audio/TODO:
3565         Updated TODO
3566
3567         * gst-libs/gst/audio/gstaudiosink.c:
3568         (gst_audioringbuffer_open_device),
3569         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3570         (gst_audioringbuffer_release):
3571         Small cleanups.
3572
3573         * gst-libs/gst/audio/gstbaseaudiosink.c:
3574         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3575         (gst_base_audio_sink_change_state):
3576         Slave to the master clock when going to PLAYING and unslave when
3577         going to PAUSED.
3578
3579         * gst-libs/gst/audio/gstringbuffer.c:
3580         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3581         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3582         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3583         (gst_ring_buffer_clear_all), (wait_segment),
3584         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3585         (gst_ring_buffer_advance):
3586         * gst-libs/gst/audio/gstringbuffer.h:
3587         Add some docs and cleanups.
3588
3589 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3590
3591         * sys/xvimage/xvimagesink.c:
3592         (gst_xvimagesink_navigation_send_event): Fix navigation events
3593         coordinates translation with pixel aspect ratios.
3594
3595 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3596
3597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3598         Use calculated video geometry from _setcaps instead of buffer
3599         caps to respect pixel aspect ratio. (fixes #322388)
3600
3601 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3602
3603         * docs/libs/tmpl/gstcolorbalance.sgml:
3604         * docs/libs/tmpl/gstmixer.sgml:
3605         * docs/libs/tmpl/gstxoverlay.sgml:
3606         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3607         interface.
3608
3609 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3610
3611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3612         Refuse to create an XvImage if we can't find the format.
3613
3614 2005-11-28  Edward Hervey  <edward@fluendo.com>
3615
3616         * gst-libs/gst/riff/riff-media.c:
3617         (gst_riff_create_audio_template_caps):
3618         Add ATRAC3 to the list of riff-possible audio caps.
3619         I know we still don't have a plugin for atrac3, but it's saner to output
3620         that than a cryptic mimetype.
3621
3622 2005-11-27  Edward Hervey  <edward@fluendo.com>
3623
3624         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3625         Don't try to create a zero-sized subbuffer.
3626
3627 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3628
3629         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3630         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3631         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3632         (gst_ximagesink_expose): Fixed a tricky race.
3633         * sys/ximage/ximagesink.h:
3634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3635         (gst_xvimagesink_expose): Fixed a tricky race.
3636         * sys/xvimage/xvimagesink.h:
3637
3638 2005-11-27  Edward Hervey  <edward@fluendo.com>
3639
3640         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3641         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3642         Remove unused properties, and add queues between demuxers and decoders
3643         so that a lot more files can preroll properly.
3644
3645 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3646
3647         * gst-libs/gst/net/Makefile.am:
3648         * gst-libs/gst/rtp/Makefile.am:
3649         * gst-libs/gst/tag/Makefile.am:
3650           remove silly include
3651         * gst/tags/Makefile.am:
3652         * gst/tags/gsttagediting.c:
3653         * gst/tags/gsttageditingprivate.h:
3654         * gst/tags/tagedit.vcproj:
3655           remove directory, is as good as empty
3656
3657 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3658
3659         * configure.ac:
3660           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3661         * gst-libs/Makefile.am:
3662         * gst-libs/gst/audio/Makefile.am:
3663         * gst-libs/gst/interfaces/Makefile.am:
3664         * gst-libs/gst/net/Makefile.am:
3665         * gst-libs/gst/riff/Makefile.am:
3666         * gst-libs/gst/rtp/Makefile.am:
3667         * gst-libs/gst/tag/Makefile.am:
3668         * gst-libs/gst/video/Makefile.am:
3669           and use them
3670
3671 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3672
3673         * docs/libs/tmpl/gstcolorbalance.sgml:
3674         * docs/libs/tmpl/gstmixer.sgml:
3675         * docs/libs/tmpl/gstxoverlay.sgml:
3676         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3677         * sys/ximage/ximagesink.h:
3678         * sys/xvimage/xvimagesink.h: More and more documentation.
3679
3680 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3681
3682         * docs/libs/gst-plugins-base-libs-docs.sgml:
3683         * docs/libs/gst-plugins-base-libs-sections.txt:
3684         * docs/libs/tmpl/gstcolorbalance.sgml:
3685         * docs/libs/tmpl/gstmixer.sgml:
3686         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3687         to documentation.
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         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3695
3696 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3697
3698         * docs/plugins/Makefile.am:
3699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3700         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3701         * docs/plugins/inspect/plugin-adder.xml:
3702         * docs/plugins/inspect/plugin-alsa.xml:
3703         * docs/plugins/inspect/plugin-audioconvert.xml:
3704         * docs/plugins/inspect/plugin-audiorate.xml:
3705         * docs/plugins/inspect/plugin-audioresample.xml:
3706         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3707         * docs/plugins/inspect/plugin-decodebin.xml:
3708         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3709         * docs/plugins/inspect/plugin-gnomevfs.xml:
3710         * docs/plugins/inspect/plugin-ogg.xml:
3711         * docs/plugins/inspect/plugin-playbin.xml:
3712         * docs/plugins/inspect/plugin-subparse.xml:
3713         * docs/plugins/inspect/plugin-tcp.xml:
3714         * docs/plugins/inspect/plugin-theora.xml:
3715         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3716         * docs/plugins/inspect/plugin-video4linux.xml:
3717         * docs/plugins/inspect/plugin-videorate.xml:
3718         * docs/plugins/inspect/plugin-videoscale.xml:
3719         * docs/plugins/inspect/plugin-videotestsrc.xml:
3720         * docs/plugins/inspect/plugin-volume.xml:
3721         * docs/plugins/inspect/plugin-vorbis.xml:
3722         * docs/plugins/inspect/plugin-ximagesink.xml:
3723         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3724         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3725
3726 2005-11-26  Edward Hervey  <edward@fluendo.com>
3727
3728         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3729         Properly return GstFlowReturn from gst_pad_push in chain functions.
3730
3731 2005-11-25  Michael Smith  <msmith@fluendo.com>
3732
3733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3734         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3735         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3736         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3737           Handle various conditions better when we don't understand a stream.
3738           Removes a heap of CRITICALs on ogg streams containing unknown data.
3739
3740 2005-11-24  Andy Wingo  <wingo@pobox.com>
3741
3742         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3743         Be threadsafe.
3744
3745 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3746
3747         * configure.ac: back to HEAD
3748
3749 === release 0.9.6 ===
3750
3751 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3752
3753         * configure.ac:
3754           releasing 0.9.6, "White Eight"
3755
3756 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3757
3758         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3759         * docs/plugins/inspect/plugin-sine.xml:
3760           remove sinesrc some more
3761
3762 2005-11-23  Wim Taymans  <wim@fluendo.com>
3763
3764         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3765         If we are reading too slowly, jump forward in the ringbuffer
3766         instead of blocking.
3767
3768 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3769
3770         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3771         (gst_visual_chain):
3772         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3773         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3774         (gst_videorate_chain):
3775         * gst/videotestsrc/gstvideotestsrc.c:
3776         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3777         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3778         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3779         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3780         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3781         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3782           Updates for API changes
3783
3784 2005-11-23  Wim Taymans  <wim@fluendo.com>
3785
3786         * gst-libs/gst/audio/gstbaseaudiosink.c:
3787         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3788         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3789         Fix for calibration API change.
3790
3791 2005-11-23  Michael Smith <msmith@fluendo.com>
3792
3793         * gst-libs/gst/audio/multichannel.c:
3794         (gst_audio_get_channel_positions),
3795         (gst_audio_set_channel_positions),
3796         (gst_audio_set_structure_channel_positions_list),
3797         (gst_audio_fixate_channel_positions):
3798           Use gst_value_array_*() functions on value arrays, not
3799           gst_value_list_*().
3800
3801 2005-11-23  Edward Hervey  <edward@fluendo.com>
3802
3803         * autogen.sh:
3804         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3805         Fixes autogen
3806
3807 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3808
3809         * check/Makefile.am:
3810         * check/elements/videotestsrc.c: (setup_videotestsrc),
3811         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3812         (main):
3813           add a test for videotestsrc
3814
3815 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3816
3817         * gst/sine/.cvsignore:
3818         * gst/sine/Makefile.am:
3819         * gst/sine/gstsinesrc.c:
3820         * gst/sine/gstsinesrc.h:
3821         * gst/sine/sinesrc.vcproj:
3822           and remove sinesrc from the repository.  Closes #321446
3823
3824 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3825
3826         * configure.ac:
3827         * gst-plugins-base.spec.in:
3828           remove sinesrc from the build
3829
3830 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3831
3832         * check/Makefile.am:
3833         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3834         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3835         (main):
3836           add a test for audiotestsrc, testing all waves.  Even seems
3837           leak-free at first glance, nice job Stefan
3838
3839 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3840
3841         * po/af.po:
3842         * po/az.po:
3843         * po/cs.po:
3844         * po/en_GB.po:
3845         * po/hu.po:
3846         * po/it.po:
3847         * po/nb.po:
3848         * po/nl.po:
3849         * po/or.po:
3850         * po/sq.po:
3851         * po/sr.po:
3852         * po/sv.po:
3853         * po/uk.po:
3854         * po/vi.po:
3855           Translation string updates
3856
3857         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3858         (gst_v4lsrc_set_caps):
3859         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3860         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3861         * sys/v4l/v4lsrc_calls.h:
3862           Improve v4lsrc, by making it work again.
3863
3864 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3865
3866         * ext/libvisual/visual.c: (gst_visual_chain):
3867           Fix the fps calculations.
3868
3869         * gst/ffmpegcolorspace/avcodec.h:
3870           Move structure element for clarity
3871
3872         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3873         * gst-libs/gst/interfaces/tunernorm.h:
3874         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3875         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3876         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3877         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3878         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3879         (gst_v4lmjpegsrc_getcaps):
3880         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3881         (gst_v4lsrc_set_caps):
3882         * sys/v4l/gstv4lsrc.h:
3883         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3884         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3885         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3886         * sys/v4l/v4lsrc_calls.h:
3887           Fractional framerates...
3888
3889 2005-11-22  Wim Taymans  <wim@fluendo.com>
3890
3891         * gst-libs/gst/audio/gstbaseaudiosink.c:
3892         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3893         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3894         And we provide a clock by default, of course...
3895
3896 2005-11-22  Wim Taymans  <wim@fluendo.com>
3897
3898         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3899         This clock can be slaved to a master clock now.
3900
3901         * gst-libs/gst/audio/gstbaseaudiosink.c:
3902         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3903         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3904         (gst_base_audio_sink_set_clock),
3905         (gst_base_audio_sink_set_property),
3906         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3907         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3908         * gst-libs/gst/audio/gstbaseaudiosink.h:
3909         Handle slaving the internal clock to the clock selected in the
3910         pipeline.
3911         Add property to make the basesink not provide a clock.
3912
3913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3914         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3915         (gst_base_rtp_depayload_wait):
3916         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3917         We can use the clock in GstElement, no need to store it ourselves.
3918
3919 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3920
3921         * docs/libs/tmpl/gstaudio.sgml:
3922           update
3923         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3924         (gst_paranoia_endian_get_type):
3925         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3926         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3927         * gst/audiotestsrc/gstaudiotestsrc.c:
3928         (gst_audiostestsrc_wave_get_type):
3929         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3930         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3931         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3932         (gst_sync_method_get_type), (gst_unit_type_get_type),
3933         (gst_client_status_get_type), (gst_multifdsink_class_init),
3934         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3935         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3936         (gst_multifdsink_get_property):
3937         * gst/tcp/gstmultifdsink.h:
3938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3939         * gst/videotestsrc/gstvideotestsrc.c:
3940         (gst_videotestsrc_pattern_get_type):
3941           remove deprecated properties
3942           fix up enums to correctly have short lowercase dashed nicks
3943
3944 2005-11-22  Michael Smith <msmith@fluendo.com>
3945
3946         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3947         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3948           Add underscore.
3949
3950 2005-11-22  Michael Smith <msmith@fluendo.com>
3951
3952         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3953         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3954           Use utility method for scaling clocktime for fractional framerates.
3955
3956 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3957
3958         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3959         (gst_visual_chain):
3960         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3961         * ext/theora/theoradec.c: (theora_handle_type_packet):
3962         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3963         (theora_enc_chain):
3964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3965         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3966         * gst-libs/gst/video/video.h:
3967         * gst/ffmpegcolorspace/avcodec.h:
3968         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3969         (gst_ffmpeg_caps_to_pixfmt):
3970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3971         (gst_ffmpegcsp_set_caps):
3972         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3973         (gst_videorate_setcaps), (gst_videorate_blank_data),
3974         (gst_videorate_chain):
3975         * gst/videotestsrc/gstvideotestsrc.c:
3976         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3977         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3978         (gst_videotestsrc_event), (gst_videotestsrc_create):
3979         * gst/videotestsrc/gstvideotestsrc.h:
3980         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3981         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3982         (gst_ximagesink_get_times), (gst_ximagesink_init):
3983         * sys/ximage/ximagesink.h:
3984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3985         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3986         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3987         * sys/xvimage/xvimagesink.h:
3988           Convert elements to use fractions for their framerate.
3989           V4L elements to come later tonight.
3990
3991 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3992
3993         * gst-libs/gst/audio/audio.c:
3994         * gst-libs/gst/audio/audio.h:
3995           remove some deprecated functions
3996
3997 2005-11-22  Andy Wingo  <wingo@pobox.com>
3998
3999         * Update for gst_tag_setter API changes.
4000
4001 2005-11-22  Andy Wingo  <wingo@pobox.com>
4002
4003         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4004         (gst_ogg_demux_perform_seek):
4005         * ext/theora/theoradec.c (theora_dec_sink_event):
4006         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4007         update-funcnames.
4008
4009 2005-11-22  Wim Taymans  <wim@fluendo.com>
4010
4011         * examples/seeking/seek.c: (main):
4012         Give higher priority to bus signals than the gtk events
4013         to fix a race condition in the segment looping.
4014
4015 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4016
4017         * ext/theora/Makefile.am:
4018         * ext/vorbis/Makefile.am:
4019         * gst-libs/gst/tag/Makefile.am:
4020         * gst-plugins-base.spec.in:
4021           Rename libgsttagedit to libgsttag (#322117).
4022
4023 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4024
4025         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4027           Call gst_x_overlay_prepare_xwindow_id() to give applications
4028           a final chance to set their own xwindow id before the video
4029           sink creates its own window.
4030
4031 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4032
4033         * sys/xvimage/xvimagesink.c:
4034         (gst_xvimagesink_navigation_send_event): Handle navigation
4035         events correcly with borders if applicable.
4036
4037 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4038
4039         Patch by: Luca Ognibene
4040
4041         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4042         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4044         (gst_ffmpegcsp_caps_remove_format_info):
4045         * gst/ffmpegcolorspace/imgconvert.c:
4046         * gst/ffmpegcolorspace/imgconvert_template.h:
4047           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4048           #318353); use gst_structure_has_name().
4049
4050 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4051
4052         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4053         (gst_ximagesink_class_init): Add debug macros on functions.
4054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4055         (gst_xvimagesink_xwindow_draw_borders),
4056         (gst_xvimagesink_xvimage_put),
4057         (gst_xvimagesink_xwindow_update_geometry),
4058         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4059         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4060         (gst_xvimagesink_xcontext_clear),
4061         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4062         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4063         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4064         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4065         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4066         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4067         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4068         expose while being PAUSED, out of data flow navigation events, etc..
4069
4070 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4071
4072         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4073         * gst-libs/gst/audio/audio.h:
4074           fix prototype - wondering why the test worked regardless
4075
4076 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4077
4078         * check/Makefile.am:
4079         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4080         * gst-libs/gst/audio/audio.h:
4081           add a method that returns a proper GstClockTime
4082
4083 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4084
4085         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4086         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4087         * gst-libs/gst/interfaces/xoverlay.h:
4088           Remove everything having to do with the desired size; add 
4089           gst_x_overlay_prepare_xwindow_id() function; remove the
4090           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4091           post a message on the bus instead (#321816).
4092
4093         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4095         (gst_xvimagesink_xoverlay_init):
4096           Remove desired size stuff (#321816).
4097
4098 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4101         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4102         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4103           Terminate vararg functions with NULL instead of 0 to 
4104           make gcc4 happy.
4105
4106 2005-11-21  Andy Wingo  <wingo@pobox.com>
4107
4108         patch by: Sebastien Cote <sebas642@yahoo.ca>
4109         
4110         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4111         * gst-libs/gst/rtp/gstrtpbuffer.c
4112         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4113
4114 2005-11-21  Andy Wingo  <wingo@pobox.com>
4115
4116         * gst/playback/gstplaybin.c (gen_audio_element) 
4117         (gen_video_element): Use the new MISSING_PLUGIN core error
4118         category. Closes #320060.
4119
4120         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4121         * gst/videorate/gstvideorate.c (gst_videorate_event):
4122         * ext/theora/theoradec.c (theora_dec_sink_event): 
4123         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4124         stream lock.
4125
4126         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4127         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4128         stream lock changes.
4129
4130 2005-11-21  Wim Taymans  <wim@fluendo.com>
4131
4132         * gst-libs/gst/audio/gstbaseaudiosink.c:
4133         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4134         (gst_base_audio_sink_provide_clock),
4135         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4136         (gst_base_audio_sink_change_state):
4137         * gst/audioresample/gstaudioresample.c:
4138         Segment update fix.
4139
4140 2005-11-21  Andy Wingo  <wingo@pobox.com>
4141
4142         * *.h:
4143         * *.c: Ran scripts/update-macros. Oh yes.
4144
4145 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4146
4147         * sys/ximage/Makefile.am:
4148         * sys/ximage/ximage.c:
4149           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4150           remove your old libgstximage.* manually if necessary).
4151
4152 2005-11-21  Michael Smith <msmith@fluendo.com>
4153
4154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4155           Minimal fix for bug #320200: set the min/max bitrate in the correct
4156           units. A better fix would be to upgrade to the RATEMANAGE2
4157           interface, rather than using the deprecated interface used here, but
4158           that would require an update in our libvorbis dependency (to 1.1),
4159           which is probably undesirable.
4160
4161 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4162
4163         * ext/libvisual/visual.c: (get_buffer):
4164         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4165         (gst_base_audio_src_fixate):
4166         * gst/audioconvert/gstaudioconvert.c:
4167         (gst_audio_convert_fixate_caps):
4168         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4169         * gst/audiotestsrc/gstaudiotestsrc.c:
4170         (gst_audiotestsrc_src_fixate):
4171         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4172         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4173         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4174         * gst/videotestsrc/gstvideotestsrc.c:
4175         (gst_videotestsrc_src_fixate):
4176         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4178           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4179           (#322027)
4180
4181
4182 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4183
4184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4185         (gst_riff_create_iavs_caps):
4186         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4187         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4188         (gst_riff_parse_info):
4189         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4192           Fixes for GST_FOURCC_FORMAT API change.
4193
4194 2005-11-21  Andy Wingo  <wingo@pobox.com>
4195
4196         patch by: Alessandro Dessina <alessandro nnva org>
4197
4198         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4199         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4200         (gst_ogg_parse_chain):
4201         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4202         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4203         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4204         gst_value_list calls on arrays. Fixes #321962.
4205
4206 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4207
4208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4209         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4210         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4211         * gst/adder/gstadder.c: (gst_adder_init),
4212         (gst_adder_request_new_pad), (gst_adder_collected),
4213         (gst_adder_change_state):
4214           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4215           API change.
4216
4217 2005-11-21  Michael Smith <msmith@fluendo.com>
4218
4219         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4220         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4221           Properly handle pad_push return values.
4222
4223 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4224
4225         * gst-libs/gst/tag/Makefile.am:
4226         * gst-libs/gst/tag/gstvorbistag.c:
4227         (gst_tag_list_to_vorbiscomment_buffer):
4228           Remove obsolete vorbistag element and debug category.
4229
4230         * gst/playback/gstplaybasebin.c: (check_queue):
4231           Don't divide by 0 when queue-threshold is 0.
4232
4233         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4234           Don't modify an existing pixel-aspect-ratio if we fail to read
4235           a new one.
4236
4237 2005-11-20  Wim Taymans  <wim@fluendo.com>
4238
4239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4240         (gst_vorbisenc_push_packet):
4241         GST_PAD_IS_USABLE is gone, use the return value of
4242         the push or pad_alloc_buffer instead.
4243
4244 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4245
4246         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4247         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4248         (gst_ximagesink_ximage_destroy),
4249         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4250         (gst_ximagesink_xwindow_new),
4251         (gst_ximagesink_xwindow_update_geometry),
4252         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4253         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4254         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4255         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4256         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4257         (gst_ximagesink_navigation_send_event),
4258         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4259         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4260         (gst_ximagesink_finalize), (gst_ximagesink_init),
4261         (gst_ximagesink_class_init):
4262         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4263         This new version brings correct software scaling, non flickering
4264         window while resizing, pixel aspect ratio handling, usage of
4265         hardware buffer pools, out of data flow event thread for 
4266         navigation and handling of expose events even when being PAUSED,
4267         a new property to keep video aspect ratio when resizing, etc...
4268
4269 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4270
4271         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4272         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4273         handling of PAR.
4274
4275 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4276
4277         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4278         Unsetting IS_SINK flag from the fakesink, so decodebin
4279         never behaves as a sink.
4280
4281 2005-11-17  Wim Taymans  <wim@fluendo.com>
4282
4283         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4284         (gst_base_audio_src_change_state):
4285         Fix the audiosrc base class again, we did not unflush.
4286
4287 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4288
4289         * examples/seeking/seek.c: (make_dv_pipeline),
4290         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4291         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4292         to ogg/vorbis/theora pipeline.
4293
4294 2005-11-17  Wim Taymans  <wim@fluendo.com>
4295
4296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4297         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4298         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4299         Fix EOS on multiple streams.
4300         More debugging.
4301
4302 2005-11-16  Wim Taymans  <wim@fluendo.com>
4303
4304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4305         (gst_ogg_demux_perform_seek):
4306         Segment done must include stream time.
4307
4308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4309         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4310         (gst_ogg_mux_change_state):
4311         Fix ogg muxer again.
4312
4313 2005-11-16  Wim Taymans  <wim@fluendo.com>
4314
4315         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4316         Fix compile again.
4317
4318 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4319
4320         * ext/libvisual/visual.c: (gst_visual_init):
4321         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4322         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4323         (gst_ogg_parse_chain):
4324         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4325         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4326         * ext/theora/theoradec.c: (gst_theora_dec_init):
4327         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4328         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4329         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4330         * gst/adder/gstadder.c: (gst_adder_class_init),
4331         (gst_adder_dispose):
4332         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4333         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4334         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4335           Fix a whole set of pad template leaks
4336
4337 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4338
4339         * check/generic/states.c: (GST_START_TEST):
4340           fix the test so that it only checks for elements that are part of
4341           this source module
4342
4343 2005-11-16  Michael Smith <msmith@fluendo.com>
4344
4345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4346         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4347         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4348         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4349         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4350         (gst_ogg_mux_change_state):
4351           Fix leaking collectpads.
4352
4353 2005-11-16  Edward Hervey  <edward@fluendo.com>
4354
4355         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4356         (gst_videorate_event), (gst_videorate_chain):
4357         Handle segment seeks
4358
4359 2005-11-16  Wim Taymans  <wim@fluendo.com>
4360
4361         * gst-libs/gst/audio/gstbaseaudiosink.c:
4362         (gst_base_audio_sink_provide_clock),
4363         (gst_base_audio_sink_change_state):
4364         Set ringbuffer to non-flushing when going to PAUSED, set to
4365         flushing again when going to READY.
4366
4367         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4368         (gst_ring_buffer_stop):
4369         Start in flushing mode by default.
4370         Don't set flushing in the _stop method, let the app call
4371         this explicitly.
4372
4373 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4374
4375         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4376         * gst-libs/gst/video/videosink.h: Add helper function needed
4377         for video sinks.
4378
4379 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4380
4381         * gst/videoscale/gstvideoscale.c:
4382         (gst_videoscale_handle_src_event):
4383           Don't leak reference to pad parent.
4384
4385 2005-11-16  Wim Taymans  <wim@fluendo.com>
4386
4387         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4388         Set ringbuffer to flushing when stopping so that we don't
4389         block on wait_segment anymore and livelock.
4390
4391 2005-11-16  Wim Taymans  <wim@fluendo.com>
4392
4393         * examples/seeking/seek.c: (send_event), (do_seek),
4394         (loop_toggle_cb), (segment_done), (main):
4395         Added looping checkbox.
4396
4397 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4398
4399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4400         (gst_ogg_demux_init):
4401         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4402         (gst_vorbis_dec_init):
4403           revert unrefs, they don't pass make check
4404
4405 2005-11-15  Johan Dahlin  <johan@gnome.org>
4406
4407         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4408         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4409         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4410         (gst_vorbis_dec_init):
4411         Fix pad template leaks. 
4412
4413 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4416           Make state change function thread safe.
4417
4418 2005-11-15  Edward Hervey  <edward@fluendo.com>
4419
4420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4421         (gst_ogg_demux_class_init):
4422         Implement GstElement::send_event, so we can send seek events
4423         in GST_STATE_READY
4424
4425 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4426
4427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4428         Discovered how to take away flickering while resizing the
4429         window. Please don't put that in ximagesink, refactoring in
4430         progress.
4431
4432 2005-11-14  Michael Smith <msmith@fluendo.com>
4433
4434         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4435         (gst_multifdsink_render):
4436           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4437
4438 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4439
4440         * gst/playback/gstplaybin.c: (gen_audio_element):
4441           Use autoaudiosink, it tends to be more widely available than
4442           autoaudiiosink.
4443           
4444 2005-11-14  Andy Wingo  <wingo@pobox.com>
4445
4446         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4447         as well if it is available. Fixes #316442.
4448
4449 2005-11-14  Michael Smith <msmith@fluendo.com>
4450
4451         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4452         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4453         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4454         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4455         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4456         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4457         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4458         (gst_vorbisenc_change_state):
4459           Fix a small memory leak in vorbisenc.
4460           Fix large memory leaks in oggmux, also fix lots of state change
4461           bugs in oggmux.
4462
4463 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4464
4465         * gst/videotestsrc/gstvideotestsrc.c:
4466         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4467         (gst_videotestsrc_src_fixate):
4468           move fixation to a fixate function
4469           remove negotiate function, basesrc's is good enough
4470           fixes a bug for check when using the element alone
4471
4472 2005-11-13  Edward Hervey  <edward@fluendo.com>
4473
4474         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4475         (key_toggle_cb), (main):
4476         Added checkboxes for adding/removing the accurate and key_unit seek
4477         flags.
4478
4479 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4480
4481         * configure.ac: back to HEAD
4482
4483 === release 0.9.5 ===
4484
4485 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4486
4487         * configure.ac:
4488           releasing 0.9.5, "No No Kia"
4489
4490 2005-11-11  Edward Hervey  <edward@fluendo.com>
4491
4492         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4493         Added parse-launch syntax seeking mode for the seeking example.
4494         This should help stress-test even more cases.
4495         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4496
4497 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4498
4499         * sys/xvimage/xvimagesink.c:
4500         (gst_xvimagesink_navigation_send_event):
4501           Check whether peer pad exists before sending navigation events
4502           to it.
4503
4504 2005-11-11  Michael Smith <msmith@fluendo.com>
4505
4506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4507         (gst_vorbisenc_buffer_from_packet):
4508         * ext/vorbis/vorbisenc.h:
4509           Set duration on encoded buffers. This allows oggmux's
4510           max_page_delay parameter to actually work.
4511
4512 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4513
4514         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4515         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4516         (gst_ffmpegcsp_avpicture_fill):
4517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4518         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4519           Make palettes work again (see #132341). Use our own macros
4520           for rounding up.
4521
4522 2005-11-10  Andy Wingo  <wingo@pobox.com>
4523
4524         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4525         string doober.
4526
4527 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4528
4529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4530         (gst_ffmpegcsp_transform_caps):
4531           Prefer passthrough in transform_caps
4532
4533 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4534
4535         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4536           check for ALSA errors properly, instead of relying on ALSA's
4537           error strings to serve to the user.
4538
4539 2005-11-10  Wim Taymans  <wim@fluendo.com>
4540
4541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4542         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4543         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4544         Modernise the seek code.
4545
4546 2005-11-10  Michael Smith <msmith@fluendo.com>
4547         
4548         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4549         (setup_substreams), (set_active_source):
4550           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4551           trying to go to NULL if we failed to read a file.
4552
4553 2005-11-10  Wim Taymans  <wim@fluendo.com>
4554
4555         * gst/audiotestsrc/gstaudiotestsrc.c:
4556         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4557         (gst_audiotestsrc_create):
4558         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4559         (gst_sinesrc_get_times), (gst_sinesrc_create):
4560         * gst/videotestsrc/gstvideotestsrc.c:
4561         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4562         (gst_videotestsrc_create):
4563         The base class can now sync for us.
4564
4565 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4566
4567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4568           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4569           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4570           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4571           format=(fourcc)I420" ! xvimagesink
4572
4573 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4576         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4577         (gst_sinesrc_newsegment):
4578           Send newsegment event in TIME format, set duration if
4579           num-buffers is set, fix duration querying.
4580
4581 2005-11-10  Michael Smith <msmith@fluendo.com>
4582
4583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4584         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4585         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4586         (gst_ogg_mux_collected):
4587          Fix EOS handling, partially. Now forwarding an EOS event once we have
4588          EOS on all pads works correctly. However, we still don't properly set
4589          EOS on the actual ogg stream pages.
4590
4591 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4594           Set elements to NULL state before disposing of them.
4595
4596 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4597
4598         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4599
4600         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4601         (gst_base_rtp_depayload_init),
4602         (gst_base_rtp_depayload_set_gst_timestamp):
4603         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4604           We need to send a newsegment event for each instance, not
4605           just for the first instance of this class (get rid of
4606           static variable in function). (#321011).
4607           
4608 2005-11-08  Michael Smith <msmith@fluendo.com>
4609
4610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4611         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4612         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4613         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4614           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4615           This makes us mux things correctly according to the ogg muxing
4616           rules. Still not handling EOS correctly right now, though.
4617
4618 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4619
4620         * gst/audioconvert/gstaudioconvert.c:
4621           Fix typo in docs. 
4622
4623 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4624
4625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4626         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4627           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4628           creating a new chain; should fix live streaming. Also
4629           add more debug output and fix a typo.
4630
4631 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4632
4633         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4634
4635         * gst/volume/gstvolume.c: (volume_set_caps):
4636           Fix compilation on Solaris with Forte. (#320923)
4637
4638 2005-11-08  Wim Taymans  <wim@fluendo.com>
4639
4640         * gst-libs/gst/audio/gstbaseaudiosink.c:
4641         (gst_base_audio_sink_render):
4642         No need to do a typecheck.
4643
4644 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4645
4646         * ext/alsa/gstalsa.h:
4647           We register a debug category, so let's use it.
4648
4649 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4650
4651         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4652         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4653         Fixed a small problem.
4654
4655 2005-11-04  Wim Taymans  <wim@fluendo.com>
4656
4657         * examples/seeking/Makefile.am:
4658         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4659         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4660         (make_playerbin_pipeline), (format_value), (update_scale),
4661         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4662         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4663         (print_usage), (main):
4664         Added app for playback speed testing.
4665
4666         * examples/seeking/seek.c: (dynamic_link),
4667         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4668         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4669         (message_received), (main):
4670         Updated seek example.
4671
4672 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4673
4674         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4675         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4676         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4677         (gst_base_rtp_depayload_set_clock):
4678         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4679         Don't sleep on the bench (system clock) when you have a nice 
4680         comfortable bed (Gstreamer clock) to sleep on.
4681
4682 2005-11-03  Wim Taymans  <wim@fluendo.com>
4683
4684         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4685         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4686         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4687         Handle the case where a pad_block failed.
4688
4689 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4690
4691         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4692
4693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4694         (gst_base_rtp_depayload_add_to_queue),
4695         (gst_base_rtp_depayload_push),
4696         (gst_base_rtp_depayload_set_gst_timestamp),
4697         (gst_base_rtp_depayload_queue_release):
4698           Fixes some bugs in the depayloader's queuing/de-queueing code.
4699
4700 2005-10-31  Michael Smith <msmith@fluendo.com>
4701
4702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4703         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4704         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4705           Patch from Alessandro Decina <alessandro@nnva.org>.
4706           Make oggdemux only find the final time in a chain, not per-pad,
4707           since the per-pad information can be very expensive to locate, and
4708           it isn't used anywhere. This makes reading a file containing
4709           OggSkeleton reasonably fast.
4710           Also, make chain finding work when there are logical bitstreams that
4711           can't be decoded. Fixes #319110.
4712
4713 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4714
4715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4716         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4717         (gst_base_rtp_depayload_chain),
4718         (gst_base_rtp_depayload_add_to_queue),
4719         (gst_base_rtp_depayload_push),
4720         (gst_base_rtp_depayload_set_gst_timestamp),
4721         (gst_base_rtp_depayload_queue_release),
4722         (gst_base_rtp_depayload_start_thread),
4723         (gst_base_rtp_depayload_set_property),
4724         (gst_base_rtp_depayload_get_property):
4725         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4726         Some random fixes, to fullfill the desires of thomas.
4727
4728 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4729
4730         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4731         (gst_base_rtp_depayload_add_to_queue),
4732         (gst_base_rtp_depayload_push):
4733         Fixed the queueing algorithm.
4734
4735 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4736
4737         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4738         (gst_base_rtp_depayload_push):
4739         A small fix
4740
4741 2005-10-31  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst-libs/gst/audio/gstringbuffer.h:
4744         Don't break ABI.
4745
4746         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4747         (gst_ffmpeg_caps_to_pixfmt):
4748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4749         (gst_ffmpegcsp_set_caps):
4750         Some more comments.
4751         Handle missing required caps fields better.
4752
4753 2005-10-31  Wim Taymans  <wim@fluendo.com>
4754
4755         * gst-libs/gst/audio/gstbaseaudiosink.c:
4756         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4757         (gst_base_audio_sink_render):
4758         * gst-libs/gst/audio/gstringbuffer.c:
4759         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4760         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4761         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4762         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4763         (gst_ring_buffer_read):
4764         * gst-libs/gst/audio/gstringbuffer.h:
4765         Add flushing mode to the ringbuffer so that it in all cases does
4766         not try to handle more audio. This makes sure it does not try to
4767         block anymore when flushing and fixes a livelock.
4768
4769 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4770
4771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4772         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4773         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4774           Explicitly check for -1 values before doing a conversion
4775           and always map them to -1. (#315545)
4776
4777 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4778
4779         * gst/playback/gstplaybin.c: (gen_video_element):
4780           first try autovideosink, then xvimagesink, then error out
4781         * po/POTFILES.in:
4782           add translatable file
4783         * po/af.po:
4784         * po/az.po:
4785         * po/cs.po:
4786         * po/en_GB.po:
4787         * po/hu.po:
4788         * po/it.po:
4789         * po/nb.po:
4790         * po/nl.po:
4791         * po/or.po:
4792         * po/sq.po:
4793         * po/sr.po:
4794         * po/sv.po:
4795         * po/uk.po:
4796         * po/vi.po:
4797           update translations
4798
4799 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4800
4801         * gst-libs/gst/rtp/gstbasedepayload.c:
4802         * gst-libs/gst/rtp/gstbasedepayload.h:
4803           Minor cleanups
4804
4805 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4806
4807         * gst/playback/.cvsignore:
4808         * gst/playback/decodetest.c:
4809         * gst/playback/test3.c:
4810           Port these two tests as well.
4811
4812 2005-10-27  Wim Taymans  <wim@fluendo.com>
4813
4814         * ext/theora/theoradec.c: (theora_dec_src_query),
4815         (theora_dec_sink_event):
4816         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4817         (theora_enc_change_state):
4818         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4819         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4820         Take proper locks when handling events.
4821
4822 2005-10-27  Wim Taymans  <wim@fluendo.com>
4823
4824         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4825         (gst_adder_change_state):
4826         Fix timestamps and fix deadlock when stopping the collectpads.
4827
4828 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4829
4830         * gst-libs/gst/rtp/gstrtpbuffer.h:
4831         Declaring the payload types as strings too so that they can be used
4832         in the padtemplate inialization.
4833
4834 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4835
4836         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4837
4838         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4839         (gst_base_rtp_depayload_class_init):
4840         Fixes a small but nasty bug. The derived elements no longer segfaults
4841         on finalization.
4842
4843 2005-10-26  Michael Smith <msmith@fluendo.com>
4844
4845         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4846           When clearing an audioconvert context, set tmpbufsize to zero, so
4847           we'll allocate it again later if required.
4848           This fixes audioconvert re-negotiating formats, which previously
4849           segfaulted with a NULL destination buffer.
4850
4851 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4852
4853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4854         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4855         (gst_base_rtp_depayload_set_gst_timestamp),
4856         (gst_base_rtp_depayload_queue_release):
4857         Fixed a smalll memleak.
4858
4859 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4861         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4862         (gst_base_rtp_depayload_finalize),
4863         (gst_base_rtp_depayload_setcaps),
4864         (gst_base_rtp_depayload_add_to_queue),
4865         (gst_base_rtp_depayload_push),
4866         (gst_base_rtp_depayload_set_gst_timestamp),
4867         (gst_base_rtp_depayload_queue_release),
4868         (gst_base_rtp_depayload_thread),
4869         (gst_base_rtp_depayload_change_state):
4870         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4871         Changed the C++ comments to C comments
4872
4873 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4874
4875         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4876         * gst/tcp/gsttcpclientsrc.h:
4877         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4878         * gst/tcp/gsttcpserversrc.h:
4879           Remove unused 'curoffset' structure member.
4880
4881 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4882
4883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4884         (gst_base_rtp_depayload_base_init),
4885         (gst_base_rtp_depayload_finalize):
4886         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4887         * gst-libs/gst/rtp/gstbasertppayload.h:
4888           The pad-template on the sinkpad should be set by the derived classes.
4889           Also added some useful macros.
4890
4891 2005-10-24  Wim Taymans  <wim@fluendo.com>
4892
4893         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4894         Correctly flush decoder samples even if we could not
4895         copy them to an output buffer. Fixes #319618.
4896
4897 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4898
4899         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4901         the caps against our xcontext caps.
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         Remove g_print
4908         Use sync property from baseclass to disable sync.
4909
4910 2005-10-24  Wim Taymans  <wim@fluendo.com>
4911
4912         * gst-libs/gst/audio/gstbaseaudiosink.c:
4913         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4914         Buffers with no timestamps get aligned with previous buffers or
4915         on underrun, played ASAP.
4916
4917 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4918
4919         * gst-libs/gst/video/video.h:
4920         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4921         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4923         here comes my change on caps for framerate and geometry range.
4924         We are now accepting 1 to MAXINT for width and height, and from
4925         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4926         to be blended correctly in videomixer.
4927
4928 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4929
4930         * configure.ac:
4931           back to HEAD
4932
4933 === release 0.9.4 ===
4934
4935 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4936
4937         * NEWS:
4938         * RELEASE:
4939         * configure.ac:
4940           releasing 0.9.4, "Velociraptor"
4941
4942 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4943
4944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4945         * po/POTFILES.in:
4946           STOPPED -> FAILED
4947
4948 2005-10-21  Wim Taymans  <wim@fluendo.com>
4949
4950         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4951         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4952         (pad_blocked), (close_pad_link), (new_pad):
4953         Don't try to remove elements twice.
4954
4955 2005-10-21  Wim Taymans  <wim@fluendo.com>
4956
4957         * ext/theora/theoradec.c: (theora_dec_src_query),
4958         (theora_dec_sink_event):
4959         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4960         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4961         (vorbis_handle_data_packet):
4962         * ext/vorbis/vorbisdec.h:
4963         Fix old naming.
4964
4965         * gst-libs/gst/audio/gstbaseaudiosink.c:
4966         (gst_base_audio_sink_render):
4967         Don't try to sync on buffers without a timestamp.
4968
4969 2005-10-21  Wim Taymans  <wim@fluendo.com>
4970
4971         * ext/theora/theoradec.c: (theora_dec_src_query),
4972         (theora_dec_sink_event):
4973         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4974         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4975         (vorbis_handle_data_packet):
4976         * ext/vorbis/vorbisdec.h:
4977         Fix old naming.
4978
4979 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4980
4981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4982         (gst_vorbisenc_src_query):
4983           Implement position and duration queries.
4984
4985         * gst/playback/test3.c: (update_scale), (main):
4986           Fix for async state changes and print nicer output.
4987
4988 2005-10-20  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4991         (dump_element_stats), (main):
4992         * gst/playback/test6.c: (main):
4993         Fix tests again
4994
4995 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4996
4997         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4998         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4999           Don't use functions for position queries when handling
5000           duration queries.
5001
5002 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5005         (vorbis_handle_data_packet), (vorbis_dec_chain),
5006         (vorbis_dec_change_state):
5007         * ext/vorbis/vorbisdec.h:
5008           Vorbis streams can be embedded in other container formats
5009           than ogg, container formats where the demuxer might set 
5010           timestamps on encoded vorbis buffers instead of those silly 
5011           granulepos thingies. In short: make vorbisdec handle 
5012           timestamps on incoming buffers as well.
5013
5014 2005-10-20  Wim Taymans  <wim@fluendo.com>
5015
5016         * gst/playback/gstplaybasebin.c: (group_destroy),
5017         (gst_play_base_bin_change_state):
5018         Fix leak.
5019         Handle case where playbasebin is now ASYNC because
5020         decodebin is.
5021
5022 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5023
5024         * gst/audioconvert/Makefile.am:
5025         * gst/audioconvert/bufferframesconvert.c:
5026         * gst/audioconvert/plugin.c: (plugin_init):
5027         * gst/audioconvert/plugin.h:
5028           And bye bye buffer-frames-convert
5029
5030 2005-10-19  Wim Taymans  <wim@fluendo.com>
5031
5032         * check/elements/audioconvert.c:
5033         * docs/libs/tmpl/gstaudio.sgml:
5034         * docs/libs/tmpl/gstcolorbalance.sgml:
5035         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5036         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5037         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5038         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5039         * gst-libs/gst/audio/audio.h:
5040         * gst/audioconvert/audioconvert.h:
5041         * gst/audioconvert/gstaudioconvert.c:
5042         (gst_audio_convert_parse_caps):
5043         * gst/volume/gstvolume.c:
5044         Bye bye buffer-frames.
5045
5046 2005-10-19  Wim Taymans  <wim@fluendo.com>
5047
5048         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5049         (query_positions_elems), (query_positions_pads), (update_scale),
5050         (do_seek), (set_update_scale), (message_received), (main):
5051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5052         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5053         (gst_ogg_demux_loop):
5054         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5055         * ext/theora/theoradec.c: (theora_dec_src_query),
5056         (theora_dec_sink_event):
5057         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5058         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5059         * gst/adder/gstadder.c: (gst_adder_query):
5060         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5061         * gst/playback/test3.c: (update_scale):
5062         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5063         (dump_element_stats), (main):
5064         * gst/playback/test6.c: (main):
5065         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5066         Query API update.
5067
5068 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5071         (xml_check_first_element), (xml_type_find), (smil_type_find),
5072         (plugin_init):
5073           Add typefinding for SMIL and for generic XML. Based on patch by
5074           Akos Maroy (#308663).
5075
5076 2005-10-18  Wim Taymans  <wim@fluendo.com>
5077
5078         * gst/playback/Makefile.am:
5079         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5080         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5081         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5082         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5083         (gst_decode_bin_change_state):
5084         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5085         (gst_play_bin_send_event_to_sink):
5086         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5087         (dump_element_stats), (main):
5088         * gst/playback/test6.c: (main):
5089         Make playbin async, it'll commit state to paused when all streams
5090         are detected.
5091         Remove ugly hack.
5092         Added test6.c to show async behaviour.
5093
5094 2005-10-18  Wim Taymans  <wim@fluendo.com>
5095
5096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5097         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5098         Fix for segment-start/stop API change.
5099
5100 2005-10-18  Wim Taymans  <wim@fluendo.com>
5101
5102         * check/Makefile.am:
5103         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5104         (main):
5105         Add future test for clock selection.
5106
5107 2005-10-18  Wim Taymans  <wim@fluendo.com>
5108
5109         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5110         (gst_alsasink_close):
5111         Set handle to NULL.
5112
5113         * gst-libs/gst/audio/gstringbuffer.c:
5114         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5115         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5116         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5117         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5118         (gst_ring_buffer_read):
5119         More debug info.
5120
5121 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5122
5123         * gst/audiotestsrc/Makefile.am:
5124         * gst/sine/Makefile.am:
5125         * gst/volume/Makefile.am:
5126           fix broken build of controllerized plugins
5127
5128 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5129
5130         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5131
5132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5133         (gst_riff_create_video_template_caps):
5134           Add support for Indeo-3 (IV32).
5135
5136 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5137
5138         * configure.ac:
5139           rewrite
5140
5141 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5142
5143         * gst-libs/gst/video/video.c: (gst_video_get_size):
5144         * gst/audiotestsrc/gstaudiotestsrc.c:
5145           doc updates
5146
5147 2005-10-17  Andy Wingo  <wingo@pobox.com>
5148
5149         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5150         with the collectpads change.
5151         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5152
5153         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5154
5155         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5156
5157         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5158         alloc_buffer flow return to callers.
5159         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5160         change. Fix some memleaks in theoraenc.
5161
5162         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5163         in strange circumstance.
5164
5165 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5166
5167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5168         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5169         from caps, let's use the caps...
5170
5171 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5172
5173         * configure.ac:
5174           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5175
5176 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5177
5178         * gst-libs/gst/interfaces/Makefile.am:
5179           fix silly typo
5180
5181 2005-10-16  Andy Wingo  <wingo@pobox.com>
5182
5183         * gst/playback/gstdecodebin.c
5184         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5185         function!
5186         (try_to_link_1): Increase kraziness level.
5187
5188 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5189
5190         * configure.ac:
5191           restructure like the core one
5192         * gst-libs/gst/audio/Makefile.am:
5193         * gst-libs/gst/interfaces/Makefile.am:
5194         * gst-libs/gst/net/Makefile.am:
5195         * gst-libs/gst/riff/Makefile.am:
5196         * gst-libs/gst/rtp/Makefile.am:
5197         * gst-libs/gst/tag/Makefile.am:
5198         * gst-libs/gst/video/Makefile.am:
5199           use correct linker flags, now the libs are properly versioned
5200         * check/elements/audioconvert.c: (verify_convert):
5201         * ext/alsa/gstalsaplugin.c:
5202         * ext/cdparanoia/gstcdparanoia.c:
5203         * ext/gnomevfs/gstgnomevfs.c:
5204         * ext/libvisual/visual.c:
5205         * ext/ogg/gstogg.c:
5206         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5207         * ext/theora/theora.c:
5208         * ext/vorbis/vorbis.c:
5209         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5210         * gst-libs/gst/tag/gsttagediting.c:
5211         * gst-libs/gst/video/video.c:
5212         * gst/adder/gstadder.c:
5213         * gst/audioconvert/plugin.c:
5214         * gst/audiorate/gstaudiorate.c:
5215         * gst/audioresample/gstaudioresample.c:
5216         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5217         * gst/audioscale/gstaudioscale.c:
5218         * gst/audioscale/resample.c:
5219         * gst/audiotestsrc/gstaudiotestsrc.c:
5220         * gst/ffmpegcolorspace/gstffmpeg.c:
5221         * gst/playback/gstdecodebin.c: (close_pad_link):
5222         * gst/playback/gstplaybin.c: (gen_video_element),
5223         (gen_audio_element):
5224         * gst/sine/gstsinesrc.c:
5225         * gst/subparse/gstsubparse.c:
5226         * gst/tags/gsttagediting.c:
5227         * gst/tcp/gsttcpplugin.c:
5228         * gst/typefind/gsttypefindfunctions.c:
5229         * gst/videorate/gstvideorate.c:
5230         * gst/videoscale/gstvideoscale.c:
5231         * gst/videotestsrc/gstvideotestsrc.c:
5232         * gst/volume/gstvolume.c:
5233         * sys/v4l/gstv4l.c:
5234         * sys/ximage/ximage.c:
5235         * sys/xvimage/xvimagesink.c:
5236           fix up defines
5237
5238 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         * ext/vorbis/vorbisenc.c:
5241         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5242         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5243         (gst_tag_to_vorbis_comments):
5244           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5245
5246 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5247
5248         * examples/stats/mp2ogg.c:
5249         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5250           typo fixes
5251
5252 2005-10-13  Michael Smith <msmith@fluendo.com>
5253
5254         * ext/ogg/gstoggmux.c:
5255           Use magic glib macros to define constants as 64 bit, to ensure
5256           appropriate vararg passing.
5257
5258 2005-10-13  Michael Smith <msmith@fluendo.com>
5259
5260         * ext/ogg/gstoggmux.c:
5261         * gst/audioconvert/audioconvert.c: (float):
5262           Don't use LL suffix, as it's not portable, and neither of these
5263           uses required it anyway.
5264
5265 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5266
5267         * examples/indexing/indexmpeg.c: (main):
5268         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5269         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5270         (cdparanoia_convert), (cdparanoia_query):
5271         * ext/cdparanoia/gstcdparanoia.h:
5272         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5273         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5274         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5276         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5277         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5278         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5279         (gst_multifdsink_render), (gst_multifdsink_start),
5280         (gst_multifdsink_stop):
5281         * gst/tcp/gstmultifdsink.h:
5282         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5283         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5284         (gst_tcpclientsink_stop):
5285         * gst/tcp/gsttcpclientsink.h:
5286         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5287         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5288         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5289         * gst/tcp/gsttcpclientsrc.h:
5290         * gst/tcp/gsttcpserversink.h:
5291         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5292         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5293         (gst_tcpserversrc_stop):
5294         * gst/tcp/gsttcpserversrc.h:
5295         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5296         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5297         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5298           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5299           moved bitshift from macro to enum definition
5300
5301 2005-10-12  Wim Taymans  <wim@fluendo.com>
5302
5303         * examples/seeking/Makefile.am:
5304         Oops.
5305
5306 2005-10-12  Wim Taymans  <wim@fluendo.com>
5307
5308         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5309         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5310         Don't assert on normal stuff.
5311
5312         * gst/playback/gstplaybin.c: (do_playbin_seek):
5313         API fix.
5314
5315 2005-10-12  Wim Taymans  <wim@fluendo.com>
5316
5317         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5318         * examples/seeking/Makefile.am:
5319         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5320         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5321         (do_seek), (set_update_scale), (message_received), (main):
5322         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5323         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5324         Update for _get_state() API change.
5325
5326 2005-10-11  Wim Taymans  <wim@fluendo.com>
5327
5328         * gst-libs/gst/audio/gstbaseaudiosink.c:
5329         (gst_base_audio_sink_render):
5330         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5331         (gst_base_audio_src_create):
5332         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5333         (gst_ring_buffer_read):
5334         Cleanups.
5335         Commit and read from ringbuffer in samples rather than bytes.
5336
5337 2005-10-11  Wim Taymans  <wim@fluendo.com>
5338
5339         * gst-libs/gst/audio/gstbaseaudiosink.c:
5340         (gst_base_audio_sink_render):
5341         Respect segment rate and accum when scheduling samples.
5342
5343 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5344
5345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5346         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5347         EOS correctly, that needs more work.
5348
5349 2005-10-11  Wim Taymans  <wim@fluendo.com>
5350
5351         * check/generic/states.c: (GST_START_TEST):
5352         remove old property.
5353
5354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5355         (gst_ogg_demux_perform_seek):
5356         * ext/theora/theoradec.c: (theora_dec_sink_event):
5357         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5358         (vorbis_handle_data_packet):
5359         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5360         (gst_base_rtp_depayload_set_gst_timestamp):
5361         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5362         Update for newsegment API change.
5363
5364 2005-10-11  Michael Smith <msmith@fluendo.com>
5365
5366         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5367         (do_playbin_seek), (gst_play_bin_send_event):
5368           Override send_event differently, so that we can takes bits of
5369           functionality from GstPipeline (special handling for seeks,
5370           including pausing/resuming, and resetting stream time) and still get
5371           the appropriate behaviour of only forwarding event to a single sink,
5372           rather than all of them.
5373           Unfortunately requires a lot of code duplication, but the
5374           alternatives are equally ugly in the end.
5375
5376 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5377
5378         * check/elements/audioconvert.c: (setup_audioconvert),
5379         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5380         (GST_START_TEST), (audioconvert_suite):
5381           clean up tests a little, fix some leaks.
5382
5383 2005-10-10  Wim Taymans  <wim@fluendo.com>
5384
5385         * ext/alsa/gstalsasink.c:
5386         Also allow unsigned int.
5387
5388         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5389         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5390         Small cleanup
5391
5392 2005-10-10  Wim Taymans  <wim@fluendo.com>
5393
5394         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5395         Small update, use API as stated in design docs.
5396
5397         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5398         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5399         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5400         (message_received), (main):
5401         Updated seek example for GOption. Some usability improvements.
5402
5403 2005-10-10  Wim Taymans  <wim@fluendo.com>
5404
5405         * gst/audioconvert/audioconvert.h:
5406         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5407         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5408         Alloc temp storage somewhere else where we can do it more
5409         portable.
5410
5411 2005-10-10  Wim Taymans  <wim@fluendo.com>
5412
5413         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5414         (gst_tcpserversrc_start):
5415         Don't block in accept while doing the state change, move
5416         to poll and make cancellable.
5417
5418 2005-10-09  Philippe Khalaf <burger@speedy.org>
5419
5420         * gst-libs/gst/rtp/rtpbasedepayload.c:
5421         Set timestamp and add queue delay to timestamp
5422         * gst-libs/gst/rtp/rtpbuffer.h:
5423         Set correct payload type for h263
5424
5425 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5426
5427         * gst/audiotestsrc/gstaudiotestsrc.c:
5428         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5429         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5430         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5431         (gst_audiotestsrc_create_triangle),
5432         (gst_audiotestsrc_create_silence),
5433         (gst_audiotestsrc_create_white_noise),
5434         (gst_audiotestsrc_init_pink_noise),
5435         (gst_audiotestsrc_generate_pink_noise_value),
5436         (gst_audiotestsrc_create_pink_noise),
5437         (gst_audiotestsrc_change_wave):
5438         * gst/audiotestsrc/gstaudiotestsrc.h:
5439           fixed typo, added pink noise
5440
5441 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5444         (plugin_init):
5445           Add wavpack and spc typefind functions from 0.8 branch.
5446
5447 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5450         (ar_type_find), (msdos_type_find), (plugin_init):
5451           Add typefind functions for tar archives, ar archives,
5452           RAR archives, and msdos-executables (dlls, exe, etc.).
5453           Some of those would be wrongly identified as mpeg
5454           streams of some sort before (#315550).
5455
5456 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5457
5458         * configure.ac:
5459         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5460         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5461         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5462         * gst/audiotestsrc/Makefile.am:
5463         * gst/audiotestsrc/gstaudiotestsrc.c:
5464         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5465         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5466         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5467         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5468         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5469         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5470         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5471         (gst_audiotestsrc_create_silence),
5472         (gst_audiotestsrc_create_white_noise),
5473         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5474         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5475         (gst_audiotestsrc_start), (plugin_init):
5476         * gst/audiotestsrc/gstaudiotestsrc.h:
5477           add new plugin and element
5478         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5479           use gobject_class
5480
5481 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5484         (gst_adder_init), (gst_adder_request_new_pad),
5485         (gst_adder_change_state):
5486           Add query function to source pad, so adder reports the correct
5487           time/sample position when queried (#315457); fix state change
5488           function; use GST_DEBUG_FUNCPTR() for pad functions.
5489
5490 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5491
5492         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5493           Fix leaks in typefind registration
5494           Clean up the gratuitous commenting and whitespacing a little
5495
5496 2005-10-08  Wim Taymans  <wim@fluendo.com>
5497
5498         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5499         Only actually wait for the thread to be stopped if it's 
5500         running.
5501
5502 2005-10-08  Wim Taymans  <wim@fluendo.com>
5503
5504         * gst-libs/gst/audio/gstbaseaudiosink.c:
5505         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5506         If we receive EOS we can start playback of what we had.
5507
5508 2005-10-08  Wim Taymans  <wim@fluendo.com>
5509
5510         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5511         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5512         (gst_multifdsink_stop):
5513         Fix crasher when going to NULL multiple times.
5514
5515 2005-10-06  Wim Taymans  <wim@fluendo.com>
5516
5517         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5518         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5519         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5521         patch from Edgard Lima <edgard.lima@indt.org.br>
5522         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5523
5524 2005-10-06  Wim Taymans  <wim@fluendo.com>
5525
5526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5527         Report the FLOW_RETURN as string in the error message.
5528
5529         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5530         Don't assert when clearing an unnegotiated buffer.
5531
5532 2005-10-04  Michael Smith <msmith@fluendo.com>
5533
5534         * gst/playback/gstplaybasebin.c: (group_destroy),
5535         (gen_preroll_element), (remove_groups), (setup_source):
5536         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5537         (setup_sinks), (gst_play_bin_send_event),
5538         (gst_play_bin_change_state):
5539           Set state to NULL before removing from bin. Fix refcounting.
5540
5541 2005-10-04  Michael Smith <msmith@fluendo.com>
5542
5543         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5544           Correct refcounting in send_event() function. Previously was wrong
5545           if the first sink was unable to handle the event.
5546
5547 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5548
5549         * configure.ac:
5550           back to development
5551
5552 === release 0.9.3 ===
5553
5554 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5555
5556         * configure.ac:
5557           Releasing 0.9.3, "De Facto"
5558
5559 2005-10-03  Andy Wingo  <wingo@pobox.com>
5560
5561         * gst/playback/gstdecodebin.c (try_to_link_1)
5562         (remove_element_chain): set element to NULL before removing it.
5563
5564 2005-10-02  Johan Dahlin  <johan@gnome.org>
5565
5566         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5567         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5568         MT safe.
5569
5570 2005-10-02  Andy Wingo  <wingo@pobox.com>
5571
5572         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5573         (gst_ring_buffer_prepare_read): 
5574         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5575         Demote to LOG.
5576
5577 2005-09-29  Wim Taymans  <wim@fluendo.com>
5578
5579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5580         * ext/theora/theoradec.c: (theora_handle_data_packet):
5581         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5582         Propagate error codes from alloc_buffer too.
5583
5584 2005-09-29  Wim Taymans  <wim@fluendo.com>
5585
5586         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5587         We use fixed caps.
5588
5589         * gst/playback/Makefile.am:
5590         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5591         (dump_element_stats), (main):
5592         Added example stream introspection code.
5593
5594 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5595
5596         * gst/adder/gstadder.c: (gst_adder_collected):
5597           fix adder for float elements
5598
5599 2005-09-28  Wim Taymans  <wim@fluendo.com>
5600
5601         * gst-libs/gst/audio/gstbaseaudiosink.c:
5602         (gst_base_audio_sink_class_init),
5603         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5604         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5605         (gst_base_audio_src_class_init),
5606         (gst_base_audio_src_provide_clock):
5607         get_clock -> provide_clock
5608
5609 2005-09-28  Andy Wingo  <wingo@pobox.com>
5610
5611         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5612         and unlocking.
5613
5614         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5615         unlocking.
5616
5617         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5618         Actually add the pad template.
5619         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5620
5621         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5622         I'm at it...
5623
5624         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5625         from fdsrc. Get caps in create() instead of start() so it can be
5626         interrupted. Interruption somewhat untested.
5627
5628         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5629         Proper EOS handling.
5630
5631 2005-09-27  Andy Wingo  <wingo@pobox.com>
5632
5633         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5634
5635         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5636
5637         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5638
5639         * gst/tcp/gsttcp.h: 
5640         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5641         out of tcpclientsrc.c. Cancellable.
5642         (gst_tcp_socket_read): Made private, cancellable, with better
5643         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5644         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5645         whole buffer, and better diagnostics.
5646         (gst_tcp_gdp_read_caps): Same.
5647
5648         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5649
5650 2005-09-26  Andy Wingo  <wingo@pobox.com>
5651
5652         * gst/sine/gstsinesrc.h:
5653         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5654         change the 'sync' property to 'is-live' and implement it halfway,
5655         update for controller api change.
5656
5657         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5658         controller api change.
5659
5660 2005-09-24  Wim Taymans  <wim@fluendo.com>
5661
5662         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5663         * gst-libs/gst/audio/gstaudiosink.c:
5664         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5665         (gst_audioringbuffer_stop):
5666         * gst-libs/gst/audio/gstbaseaudiosink.c:
5667         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5668         (gst_base_audio_sink_change_state):
5669         * gst-libs/gst/audio/gstbaseaudiosink.h:
5670         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5671         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5672         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5673         * gst-libs/gst/audio/gstringbuffer.h:
5674         Fix sync again. Moved sample alignment to basesink.
5675
5676 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5677
5678         * docs/plugins/Makefile.am:
5679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5681         * gst/volume/gstvolume.c:
5682           add/fix docs
5683         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5684         * gst-libs/gst/audio/audio.h:
5685           add conversion macros for frames <-> clocktime
5686
5687 2005-09-23  David Schleef  <ds@schleef.org>
5688
5689         * gst/audioresample/Makefile.am:
5690         * gst/audioresample/debug.h:
5691         * gst/audioresample/gstaudioresample.c:
5692         * gst/audioresample/resample.c: Convert to using gst debugging
5693
5694 2005-09-22  Wim Taymans  <wim@fluendo.com>
5695
5696         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5697         (gst_play_bin_send_event):
5698         Only seek on one sink, the first one that succeeds.
5699
5700 2005-09-22  Michael Smith <msmith@fluendo.com>
5701
5702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5703         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5704         Don't flush encoder state unless we have an initialised encoder.
5705         Clear out encoder state on PAUSED_TO_READY.
5706
5707 2005-09-22  Wim Taymans  <wim@fluendo.com>
5708
5709         * gst-libs/gst/rtp/gstbasertppayload.c:
5710         (gst_basertppayload_class_init), (gst_basertppayload_init),
5711         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5712         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5713         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5714         (gst_basertppayload_set_property),
5715         (gst_basertppayload_get_property),
5716         (gst_basertppayload_change_state):
5717         * gst-libs/gst/rtp/gstbasertppayload.h:
5718         Added max-ptime to control amount of data in the rtp packets.
5719
5720 2005-09-21  Andy Wingo  <wingo@pobox.com>
5721
5722         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5723         thingies.
5724
5725         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5726         can be called multiple times, dogs.
5727
5728 2005-09-21  Wim Taymans  <wim@fluendo.com>
5729
5730         * gst-libs/gst/rtp/gstbasertppayload.c:
5731         (gst_basertppayload_class_init), (gst_basertppayload_init),
5732         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5733         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5734         (gst_basertppayload_push), (gst_basertppayload_get_property),
5735         (gst_basertppayload_change_state):
5736         Allow 0 ssrc too.
5737
5738 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5739
5740         * docs/libs/compiling.sgml:
5741           fixing typos
5742
5743 2005-09-20  Wim Taymans  <wim@fluendo.com>
5744
5745         * gst-libs/gst/rtp/gstbasertppayload.c:
5746         (gst_basertppayload_class_init), (gst_basertppayload_init),
5747         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5748         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5749         (gst_basertppayload_push), (gst_basertppayload_set_property),
5750         (gst_basertppayload_get_property),
5751         (gst_basertppayload_change_state):
5752         * gst-libs/gst/rtp/gstbasertppayload.h:
5753         Added property to configure sequence number offsets.
5754
5755 2005-09-20  Wim Taymans  <wim@fluendo.com>
5756
5757         * gst-libs/gst/rtp/gstbasertppayload.c:
5758         (gst_basertppayload_class_init), (gst_basertppayload_init),
5759         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5760         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5761         (gst_basertppayload_push), (gst_basertppayload_set_property),
5762         (gst_basertppayload_get_property),
5763         (gst_basertppayload_change_state):
5764         * gst-libs/gst/rtp/gstbasertppayload.h:
5765         Make timestamp offset configurable.
5766
5767 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5768
5769         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5770           fix wrong pop/unref
5771
5772 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5773
5774         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5775
5776         * gst-libs/gst/interfaces/propertyprobe.c:
5777         (gst_property_probe_probe_property_name),
5778         (gst_property_probe_needs_probe_name),
5779         (gst_property_probe_get_values_name),
5780         (gst_property_probe_probe_and_get_values_name):
5781           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5782           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5783
5784 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5785
5786         * check/Makefile.am:
5787           have some tests be disabled for valgrinding
5788         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5789         (GST_START_TEST):
5790         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5791           Fix A Leak.  Chain To Parent Finalize.
5792
5793 2005-09-19  Wim Taymans  <wim@fluendo.com>
5794
5795         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5796         Fixed wav pipeline.
5797
5798 2005-09-19  Wim Taymans  <wim@fluendo.com>
5799
5800         * gst-libs/gst/rtp/gstbasertppayload.c:
5801         (gst_basertppayload_class_init), (gst_basertppayload_init),
5802         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5803         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5804         (gst_basertppayload_push), (gst_basertppayload_get_property),
5805         (gst_basertppayload_change_state):
5806         Posting ERROR and WARNING messages is good.
5807
5808 2005-09-19  Wim Taymans  <wim@fluendo.com>
5809
5810         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5811         (gst_base_rtp_depayload_add_to_queue),
5812         (gst_base_rtp_depayload_push),
5813         (gst_base_rtp_depayload_set_gst_timestamp),
5814         (gst_base_rtp_depayload_queue_release):
5815         This one was not supposed to go in.
5816
5817 2005-09-19  Wim Taymans  <wim@fluendo.com>
5818
5819         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5820         Fix for bus API.
5821
5822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5823         (gst_base_rtp_depayload_chain),
5824         (gst_base_rtp_depayload_add_to_queue),
5825         (gst_base_rtp_depayload_push),
5826         (gst_base_rtp_depayload_set_gst_timestamp),
5827         (gst_base_rtp_depayload_queue_release):
5828         Some cleanups.
5829
5830         * gst-libs/gst/rtp/gstbasertppayload.c:
5831         (gst_basertppayload_class_init), (gst_basertppayload_init),
5832         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5833         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5834         (gst_basertppayload_get_property),
5835         (gst_basertppayload_change_state):
5836         Added debugging category.
5837
5838 2005-09-18  David Schleef  <ds@schleef.org>
5839
5840         * gst/playback/gstdecodebin.c: free plugin list correctly
5841         * gst/playback/gstplaybin.c: emit warning if autovideosink
5842           and autoaudiosink can't be found (instead of segfaulting)
5843
5844 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5845
5846         * check/elements/audioconvert.c: (GST_START_TEST):
5847           try out 24 bit conversion
5848
5849 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5850
5851         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5852         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5853         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5854         * ext/vorbis/vorbisenc.h:
5855           Fix EOS handling.  Still needs a fix in the ogg muxer to
5856           mark the last page as eos.
5857
5858 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5859
5860         * common/gtk-doc-plugins.mak:
5861         * docs/plugins/Makefile.am:
5862         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5863         * gst/ffmpegcolorspace/Makefile.am:
5864         * gst/ffmpegcolorspace/avcodec.h:
5865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5866         * gst/tcp/gstmultifdsink.c:
5867           fix up ffmpegcolorspace docs; extract header
5868
5869 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5870
5871         * common/gtk-doc-plugins.mak:
5872         * docs/plugins/Makefile.am:
5873         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5874         * ext/theora/Makefile.am:
5875         * ext/theora/gsttheoraenc.h:
5876         * ext/theora/theoraenc.c:
5877         * ext/vorbis/vorbisenc.c:
5878           pick up signals and args for vorbis; add some docs for vorbis
5879
5880 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5881
5882         * common/gstdoc-scangobj:
5883         * common/gtk-doc-plugins.mak:
5884         * docs/libs/Makefile.am:
5885         * docs/plugins/gst-plugins-base-plugins.args:
5886         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5887         * docs/plugins/gst-plugins-base-plugins.interfaces:
5888         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5889         * docs/plugins/gst-plugins-base-plugins.signals:
5890           only scanobj stuff from our source module.  Not sure yet
5891           if that's correct, given the hierarchy stuff :)
5892
5893 2005-09-15  Wim Taymans  <wim@fluendo.com>
5894
5895         * gst/audioconvert/gstaudioconvert.c:
5896         And enable 24 bits mode as well..
5897
5898 2005-09-15  Wim Taymans  <wim@fluendo.com>
5899
5900         * gst-libs/gst/rtp/Makefile.am:
5901         * gst-libs/gst/rtp/gstbasertppayload.c:
5902         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5903         (gst_basertppayload_class_init), (gst_basertppayload_init),
5904         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5905         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5906         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5907         (gst_basertppayload_set_property),
5908         (gst_basertppayload_get_property),
5909         (gst_basertppayload_change_state):
5910         * gst-libs/gst/rtp/gstbasertppayload.h:
5911         Added rtp payloader base class.
5912
5913 2005-09-15  Andy Wingo  <wingo@pobox.com>
5914
5915         * configure.ac (plugindir): Remove the EOL matcher from the
5916         regexp, as it causes me problems. Libtool? Make? Who knows?
5917
5918 2005-09-14  David Schleef  <ds@schleef.org>
5919
5920         * check/generic/states.c: 
5921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5922         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5923           Fixes for changes in registry API.
5924
5925         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5926           to GST_PLUGIN_LDFLAGS.
5927         * ext/libvisual/visual.c: Make the library shut up.
5928         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5929         * gst-libs/gst/audio/gstaudiofilter.c: same
5930
5931 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5932
5933         * docs/plugins/Makefile.am:
5934         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5935         * docs/plugins/inspect/plugin-libvisual.xml:
5936         * docs/plugins/tmpl/element-tcpserversink.sgml:
5937         * ext/theora/theoraenc.c:
5938           add libvisual plugin and theoraenc element to docs
5939
5940 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5941
5942         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5943         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5944         * ext/theora/theoraenc.c:
5945           add theoraenc
5946
5947 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5948
5949         * gst/audioconvert/Makefile.am:
5950           Audioconvert derives from GstBaseTransform and should
5951           link to the library with our base elements to avoid
5952           unresolved symbols. Makes things work with MinGW (#316160)
5953
5954         * gst/playback/test4.c: (main):
5955           Fix MinGW build problem and use g_usleep() instead of 
5956           sleep() (#316162)
5957
5958 2005-09-12  Wim Taymans  <wim@fluendo.com>
5959
5960         * gst/audioconvert/audioconvert.c: (float),
5961         (audio_convert_prepare_context), (audio_convert_convert):
5962         * gst/audioconvert/audioconvert.h:
5963         Cleanups, speedups, simplifications, added back support
5964         for 24 bits.
5965
5966 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5967
5968         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5969         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5970         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5971         * docs/plugins/tmpl/element-tcpserversink.sgml:
5972         * gst/ffmpegcolorspace/gstffmpeg.c:
5973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5974         * gst/videotestsrc/gstvideotestsrc.c:
5975         * gst/volume/gstvolume.c:
5976           add more elements to the docs
5977
5978 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5979
5980         * check/Makefile.am:
5981         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5982         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5983           Add extra tests for basetransform based components. 
5984           Comment out the test_element_negotiation test until we decide
5985           if it's testing correct behaviour.
5986         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5987         (gst_visual_chain), (gst_visual_change_state):
5988           Slightly more correct but still bogus timestamping.
5989           Fix state change function.
5990         * gst/audioconvert/gstaudioconvert.c:
5991         (gst_audio_convert_class_init):
5992         * gst/audioresample/gstaudioresample.c:
5993         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5994         (gst_ffmpegcsp_class_init):
5995         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5996         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5997         (gst_videoscale_prepare_image):
5998         * gst/volume/gstvolume.c: (gst_volume_class_init),
5999         (volume_transform_ip):
6000           Basetransform updates. Enable passthrough modes.
6001         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6002         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6003         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6004           Negotiation fix that allows the window to return to the original
6005           size and renegotiate passthrough upstream. Extra debug output.
6006
6007 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6008
6009         * gst/sine/gstsinesrc.c:
6010         * gst/volume/gstvolume.c:
6011           fix up header include
6012
6013 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6014
6015         * gst-libs/gst/audio/gstbaseaudiosink.c:
6016         (gst_base_audio_sink_render):
6017         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6018         * gst/volume/gstvolume.c: (gst_volume_class_init),
6019         (volume_transform):
6020           fixing lost sync, some more debugging
6021
6022 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6023
6024         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6025         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6026         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6027         (gst_xvimagesink_check_xshm_calls):
6028           Fix compilation when XShm is not available.
6029
6030 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6031
6032         * ext/libvisual/visual.c: (gst_visual_dispose),
6033         (gst_visual_getcaps), (gst_visual_src_setcaps),
6034         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6035         (gst_visual_change_state):
6036           Finish fixing up libvisual plugin so that it runs. 
6037
6038 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6039
6040         * ext/vorbis/vorbisenc.c:
6041         * gst-libs/gst/tag/gstvorbistag.c:
6042           gsttaginterface.h -> gsttagsetter.h
6043
6044 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6045
6046         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6047           added another test that failes for me (test is not active by default)
6048
6049 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6050
6051         * configure.ac:
6052           v4l2 is no longer in gst-plugins-base
6053
6054 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6055
6056         * configure.ac:
6057           In the output at the end, don't show the first plugin on the same
6058           line as "Core plug-ins, always built:".
6059           Indent the output as for other plugin categories
6060         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6061           #define that can be used to not use peer buffer_alloc functions for
6062           test purposes.
6063         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6064         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6065         (gst_ximagesink_show_frame):
6066         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6067         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6068         (gst_xvimagesink_show_frame):
6069           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6070           fails gracefully instead of XError aborting or deadlocking.
6071
6072 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6073
6074         * ext/libvisual/Makefile.am:
6075           link against gst-base-libs
6076
6077 2005-09-06  David Schleef  <ds@schleef.org>
6078
6079         * configure.ac: Enable libvisual plugin.
6080         * ext/libvisual/Makefile.am:
6081         * ext/libvisual/visual.c: Fixes to make it compile.
6082
6083 === release 0.9.2 ===
6084
6085 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6086
6087         * NEWS:
6088         * RELEASE:
6089         * configure.ac:
6090         * docs/random/ChangeLog-0.8:
6091           releasing 0.9.2, "Spoon"
6092
6093 2005-09-05  Michael Smith <msmith@fluendo.com>
6094
6095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6096           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6097           that in the vorbisenc element.
6098
6099 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6100
6101         * common/gtk-doc-plugins.mak:
6102         * docs/plugins/Makefile.am:
6103           fix distcheck
6104         * gst/audioresample/resample.c:
6105           fix wrong docstring
6106
6107 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6108
6109         * common/gst-xmlinspect.py:
6110         * common/gtk-doc-plugins.mak:
6111           only inspect plugins for this given package
6112           require gst-python 0.9
6113
6114 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6115
6116         * Makefile.am:
6117         * autogen.sh:
6118         * common/gst-xmlinspect.py:
6119         * configure.ac:
6120         * docs/Makefile.am:
6121         * docs/plugins/inspect/plugin-alsa.xml:
6122         * docs/plugins/inspect/plugin-audioresample.xml:
6123         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6124         * docs/plugins/inspect/plugin-ogg.xml:
6125         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6126         * docs/plugins/tmpl/element-multifdsink.sgml:
6127         * docs/plugins/tmpl/element-tcpserversink.sgml:
6128         * docs/plugins/tmpl/element-vorbisenc.sgml:
6129         * gst-plugins-base.spec.in:
6130           various doc-related updates
6131
6132 2005-08-31  Wim Taymans  <wim@fluendo.com>
6133
6134         * gst-libs/gst/audio/gstbaseaudiosink.c:
6135         (gst_base_audio_sink_render):
6136         Resync if the buffer timestamps drift more than a 10th 
6137         of a second.
6138
6139 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6140
6141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6142         (gst_v4lsrc_get_property):
6143           The 'timestamp-offset' property is registered as an int64, so
6144           let's use g_value_{set|get}_int64() in our setter and getter
6145           functions (makes it work and fixes warnings with gst-inspect).
6146
6147 2005-08-30  Wim Taymans  <wim@fluendo.com>
6148
6149         * check/elements/audioconvert.c: (setup_audioconvert):
6150         * check/elements/audioresample.c: (setup_audioresample):
6151         * check/elements/volume.c: (setup_volume):
6152         Fix checks.
6153
6154 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6155
6156         * common/gtk-doc-plugins.mak:
6157         * common/plugins.xsl:
6158         * docs/plugins/Makefile.am:
6159           make module a param
6160
6161 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6162
6163         * examples/seeking/seek.c: (make_mp3_pipeline),
6164         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6165         (play_cb), (pause_cb), (stop_cb):
6166           update the example
6167
6168 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6169
6170         * gst/volume/gstvolume.c: (gst_volume_class_init),
6171         (volume_transform):
6172           do not update controlled params, if buffer has no timestamp
6173
6174 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6175
6176         * configure.ac:
6177         * gst/sine/Makefile.am:
6178         * gst/volume/Makefile.am:
6179           controllerized elements also need to link against controller-libs ;)
6180
6181 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6182
6183         * docs/libs/tmpl/gstcolorbalance.sgml:
6184         * docs/libs/tmpl/gstgconf.sgml:
6185         * docs/libs/tmpl/gstmixer.sgml:
6186         * docs/libs/tmpl/gstringbuffer.sgml:
6187         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6188         (gst_sinesrc_create):
6189         * gst/volume/gstvolume.c: (gst_volume_class_init),
6190         (volume_transform):
6191           controllerized two audio plugins
6192
6193 2005-08-29  Andy Wingo  <wingo@pobox.com>
6194
6195         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6196         (vorbis_handle_data_packet): Fix some int overflow errors.
6197
6198         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6199         -1.
6200         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6201         valid.
6202         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6203         if it's valid. Fixed streaming-mode playback.
6204
6205         * check/elements/volume.c (cleanup_volume): Fix for running
6206         CK_FORK=no.
6207
6208         * check/elements/audioconvert.c: Convert from native endian, not
6209         little endian.
6210
6211 2005-08-29  Michael Smith <msmith@fluendo.com>
6212
6213         * ext/ogg/Makefile.am:
6214         * ext/ogg/gstogg.c: (plugin_init):
6215         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6216         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6217         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6218         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6219         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6220         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6221         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6222         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6223         Add an ogg parser element.
6224
6225 2005-08-28  Andy Wingo  <wingo@pobox.com>
6226
6227         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6228
6229 2005-08-26  Wim Taymans  <wim@fluendo.com>
6230
6231         * gst/audioconvert/audioconvert.c: (if), (float),
6232         (audio_convert_get_func_index), (check_default),
6233         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6234         (audio_convert_clean_context), (audio_convert_get_sizes),
6235         (audio_convert_convert):
6236         Cleanups.
6237
6238 2005-08-26  Wim Taymans  <wim@fluendo.com>
6239
6240         * gst/audioconvert/audioconvert.c: (if), (float),
6241         (audio_convert_get_func_index), (check_default),
6242         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6243         (audio_convert_clean_context), (audio_convert_get_sizes),
6244         (audio_convert_convert):
6245         More elegant and working temp buffer selection algo.
6246
6247 2005-08-26  Wim Taymans  <wim@fluendo.com>
6248
6249         * gst/audioconvert/audioconvert.c: (if), (float),
6250         (audio_convert_get_func_index), (check_default),
6251         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6252         (audio_convert_clean_context), (audio_convert_get_sizes),
6253         (get_temp_buffer), (audio_convert_convert):
6254         Use realloc else we lose our original data.
6255
6256 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6257
6258         * gst/audioresample/gstaudioresample.c:
6259           use base class' newsegment to properly timestamp
6260
6261 2005-08-26  Wim Taymans  <wim@fluendo.com>
6262
6263         * gst/audioconvert/audioconvert.c: (if), (float),
6264         (audio_convert_get_func_index), (check_default),
6265         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6266         (audio_convert_clean_context), (audio_convert_get_sizes),
6267         (get_temp_buffer), (audio_convert_convert):
6268         * gst/audioconvert/gstaudioconvert.c:
6269         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6270         (gst_audio_convert_transform_caps),
6271         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6272         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6273         Oops, allocate enough space to perform the channel mix.
6274
6275 2005-08-26  Wim Taymans  <wim@fluendo.com>
6276
6277         * gst/audioconvert/Makefile.am:
6278         * gst/audioconvert/audioconvert.c: (if), (float),
6279         (audio_convert_get_func_index), (check_default),
6280         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6281         (audio_convert_clean_context), (audio_convert_get_sizes),
6282         (get_temp_buffer), (audio_convert_convert):
6283         * gst/audioconvert/audioconvert.h:
6284         * gst/audioconvert/gstaudioconvert.c:
6285         (gst_audio_convert_class_init), (gst_audio_convert_init),
6286         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6287         (gst_audio_convert_get_unit_size),
6288         (gst_audio_convert_transform_caps),
6289         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6290         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6291         * gst/audioconvert/gstaudioconvert.h:
6292         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6293         (gst_channel_mix_fill_identical),
6294         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6295         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6296         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6297         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6298         (gst_channel_mix_mix):
6299         * gst/audioconvert/gstchannelmix.h:
6300         Cleanups, librarify a bit, optimize, better negotiation and more.
6301
6302 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6303
6304         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6305         Another from MikeS:
6306         During typefinding, don't support negative offsets
6307         (offsets from the end of the stream) in our typefind->peek() function
6308         - nothing embedded in ogg ever needs them. However, we need to recognise
6309         those requests and reject them, otherwise we return invalid pointers.
6310
6311 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6312
6313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6314         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6315         (vorbisdec_finalize), (vorbis_handle_type_packet):
6316           Big shout-out to MikeS for fixing this giant memory leak.
6317           Huzzah!
6318
6319 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6320
6321         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6322         (audio_convert_get_unit_size):
6323           plug some leaks
6324
6325 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6326
6327         * check/Makefile.am:
6328         * check/elements/audioconvert.c: (setup_audioconvert),
6329         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6330         (GST_START_TEST), (audioconvert_suite), (main):
6331           add a test for audioconvert
6332         * gst/audioresample/gstaudioresample.c:
6333         * gst/audioresample/gstaudioresample.h:
6334           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6335           note that for buffers of 1/3 sec this means DURATION(c) is 
6336           one nanosecond more than for a and b
6337
6338 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6339
6340         * check/Makefile.am:
6341         * check/elements/audioresample.c: (setup_audioresample),
6342         (cleanup_audioresample), (fail_unless_perfect_stream),
6343         (test_perfect_stream_instance), (GST_START_TEST),
6344           add a check for audioresample
6345         (audioresample_suite), (main):
6346         * check/elements/volume.c: (GST_START_TEST):
6347           remove unused method
6348         * gst/audioresample/gstaudioresample.c:
6349           set correct buffer parameters since we're changing them
6350         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6351           add some debug
6352
6353 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6354
6355         * gst/audioresample/debug.c:
6356         * gst/audioresample/gstaudioresample.c:
6357           add room for extra overlap samples when asked to transform size
6358           protect against possible mem corruption and check for discrepancies
6359           between written size and outbuffer's size so we can warn for
6360           potential problems
6361         * gst/audioresample/resample.c: (resample_init),
6362         (resample_get_output_size_for_input), (resample_get_output_size),
6363         (resample_set_n_channels), (resample_set_format):
6364           set debug level based on RESAMPLE_DEBUG env var
6365           make sure that get_output_size* returns a whole number of
6366           sample_size
6367           set sample_size each time either channel or format is set
6368         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6369         * gst/audioresample/resample_functable.c:
6370         (resample_scale_functable):
6371         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6372           remove r->sample_size, it's done in resample.c now
6373           add some debugging to the ref implementation
6374           make sure we only give back bytes that are wholes of the sample
6375           size
6376
6377 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6378         * gst/playback/gstplaybasebin.c: (fill_buffer):
6379         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6380
6381 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6382
6383         * gst/volume/gstvolume.c:
6384           made set_caps function static
6385
6386 2005-08-24  Wim Taymans  <wim@fluendo.com>
6387
6388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6389         (gst_vorbisenc_change_state):
6390         Stop leaking taglists.
6391
6392 2005-08-24  Wim Taymans  <wim@fluendo.com>
6393
6394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6395         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6396         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6397         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6398         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6399         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6400         Parse seeking events better.
6401         Unref static caps.
6402         Generate correct newsegment events, fixes seeking in live oggs.
6403
6404         * ext/theora/theoradec.c: (theora_dec_src_query),
6405         (theora_dec_src_event), (theora_dec_src_getcaps),
6406         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6407         Use newsegment values to report correct play time.
6408
6409         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6410         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6411         * ext/vorbis/vorbisdec.h:
6412         Parse and use newsegment values to report correct play time.
6413
6414         * gst-libs/gst/audio/gstbaseaudiosink.c:
6415         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6416         Clear ringbuffer on flush.
6417         Use newsegment values to calculate playback time.
6418
6419         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6421         Basesink does newsegment calculations for us now.
6422
6423 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6424
6425         * check/Makefile.am:
6426         * configure.ac:
6427           add core's plugins to the mix so that playbin works
6428         * check/generic/states.c: (GST_START_TEST):
6429           set a 0 timeout on pipelines, so they don't force the next
6430           state change
6431         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6432         (gst_play_base_bin_change_state):
6433           remove the crappy error handling and do GST error handling
6434
6435 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6436
6437         * check/Makefile.am:
6438         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6439           add same test as to core, it bitches out on playbin atm.
6440
6441 2005-08-24  Wim Taymans  <wim@fluendo.com>
6442
6443         * configure.ac:
6444         Remove audioscale.
6445
6446 2005-08-24  Wim Taymans  <wim@fluendo.com>
6447
6448         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6449         (gst_videoscale_prepare_size), (parse_caps),
6450         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6451         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6452         (gst_videoscale_transform):
6453         * gst/videoscale/gstvideoscale.h:
6454         Refactor, make use of BaseTranform really well.
6455
6456 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6457
6458         * configure.ac:
6459           compile audioresample
6460         * gst/audioresample/Makefile.am:
6461         * gst/audioresample/buffer.c:
6462         * gst/audioresample/functable.c:
6463         * gst/audioresample/gstaudioresample.c:
6464         * gst/audioresample/gstaudioresample.h:
6465         * gst/audioresample/resample.c:
6466         (resample_get_output_size_for_input):
6467         * gst/audioresample/resample.h:
6468         * gst/audioresample/resample_chunk.c:
6469         * gst/audioresample/resample_functable.c:
6470         * gst/audioresample/resample_ref.c:
6471           port to use basetransform; doesn't work in all cases yet
6472
6473 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6474
6475         * gst/audioconvert/gstaudioconvert.c:
6476         (gst_audio_convert_class_init), (gst_audio_convert_init),
6477         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6478         (audio_convert_fixate_caps), (audio_convert_set_caps),
6479         (audio_convert_transform),
6480         (gst_audio_convert_buffer_to_default_format),
6481         (gst_audio_convert_buffer_from_default_format),
6482         (gst_audio_convert_channels):
6483         * gst/audioconvert/gstchannelmix.c:
6484         * gst/audioconvert/gstchannelmix.h:
6485           port to basetransform
6486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6487         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6488         (gst_ffmpegcsp_get_unit_size):
6489         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6490         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6491           fix for basetransform changes
6492
6493 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6494
6495         * check/Makefile.am:
6496           Add CHECK_CFLAGS and LDFLAGS
6497
6498         * gst/playback/gstplaybasebin.c: (fill_buffer):
6499           GST_MESSAGE_SRC became a GObject
6500
6501 2005-08-24  Wim Taymans  <wim@fluendo.com>
6502
6503         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6504         (gst_ring_buffer_clear_all):
6505         * gst-libs/gst/audio/gstringbuffer.h:
6506         Added function to clear the ringbuffer.
6507
6508 2005-08-24  Andy Wingo  <wingo@pobox.com>
6509
6510         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6511         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6512         of _open and _close.
6513
6514         * sys/v4l/gstv4lxoverlay.h:
6515         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6516         an Xv connection here, instead of all the time. Make Xv only be
6517         loaded if you axe for it. Kindof a workaround for buggy behaviour
6518         of Xv when using remote xservers (XvQueryExtension would block).
6519         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6520         replace the _open and _close public API. Only start the xv
6521         connection if necessary.
6522         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6523
6524 2005-08-23  David Schleef  <ds@schleef.org>
6525
6526         * gst/audioresample/Makefile.am: Leet audioresampling code
6527         * gst/audioresample/buffer.c:
6528         * gst/audioresample/buffer.h:
6529         * gst/audioresample/debug.c:
6530         * gst/audioresample/debug.h:
6531         * gst/audioresample/functable.c:
6532         * gst/audioresample/functable.h:
6533         * gst/audioresample/gstaudioresample.c:
6534         * gst/audioresample/gstaudioresample.h:
6535         * gst/audioresample/resample.c:
6536         * gst/audioresample/resample.h:
6537         * gst/audioresample/resample_chunk.c:
6538         * gst/audioresample/resample_functable.c:
6539         * gst/audioresample/resample_ref.c:
6540
6541 2005-08-23  Wim Taymans  <wim@fluendo.com>
6542
6543         * examples/seeking/seek.c: (make_vorbis_pipeline),
6544         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6545         Small seek updates.
6546
6547 2005-08-23  Andy Wingo  <wingo@pobox.com>
6548
6549         * gst-libs/gst/audio/gstbaseaudiosrc.c
6550         (gst_base_audio_src_fixate): Only fixate endianness if it is
6551         present in the caps.
6552
6553 2005-08-22  Andy Wingo  <wingo@pobox.com>
6554
6555         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6556         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6557         device-name property.
6558
6559         * gst-libs/gst/audio/gstaudiosrc.h:
6560         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6561         close_device in the ring buffer, like gstaudiosink.
6562
6563         * ext/alsa/gstalsamixer.h:
6564         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6565         macro to implement the interface without much code. Cleanups. 
6566
6567         * ext/alsa/gstalsasrc.h:
6568         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6569         READY.
6570
6571         * ext/alsa/Makefile.am: Add new files.
6572         * ext/alsa/gstalsamixerelement.c: 
6573         * ext/alsa/gstalsamixerelement.c: Split element code out from
6574         mixer code so that alsasrc can be a mixer too.
6575
6576 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6577
6578         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6579         (GST_START_TEST):
6580         * check/elements/vorbisdec.c: (setup_vorbisdec),
6581         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6582         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6583         (vorbis_handle_identification_packet),
6584         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6585         (vorbis_handle_header_packet), (vorbis_dec_push),
6586         (vorbis_dec_chain):
6587           use the setup/teardown methods to save code.  save code is good.
6588
6589 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6590
6591         * check/Makefile.am:
6592           add ext dir for plugins
6593           add vorbisdec test conditionally
6594         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6595         (GST_START_TEST), (volume_suite):
6596           add a test with wrong caps
6597         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6598         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6599           add a vorbisdec test
6600         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6601         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6602           clean up debug output
6603         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6604           yay, fix a segfault/security issue in vorbisdec
6605           gst-launch fakesrc ! vorbisdec wasn't happy
6606         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6607         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6608         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6609         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6610         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6611         (gst_vorbisenc_set_metadata), (get_constraints_string),
6612         (update_start_message), (gst_vorbisenc_setup),
6613         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6614         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6615         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6616         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6617         * ext/vorbis/vorbisenc.h:
6618           march in line
6619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6620         (gst_ffmpegcsp_transform):
6621           have the kow come home
6622         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6623           debug my func ptr
6624         * gst/volume/gstvolume.c: (volume_set_caps):
6625           add a debug
6626
6627 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6628
6629         * Makefile.am:
6630         * check/.cvsignore:
6631         * check/Makefile.am:
6632         * check/elements/.cvsignore:
6633         * check/elements/volume.c: (chain_func), (event_func),
6634         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6635         (main):
6636         * configure.ac:
6637           add unit test structure for gst-plugins-base
6638           add a test for volume
6639         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6640         (gst_volume_set_volume), (gst_volume_get_volume),
6641         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6642         (volume_funcfind), (volume_process_float), (volume_process_int16),
6643         (volume_set_caps), (volume_transform), (volume_update_mute),
6644         (volume_update_volume), (volume_set_property),
6645         (volume_get_property):
6646           document a little; use basetransform vmethod _set_caps
6647
6648 2005-08-19  Andy Wingo  <wingo@pobox.com>
6649
6650         * ext/alsa/gstalsamixertrack.h:
6651         * ext/alsa/gstalsamixertrack.c:
6652         * ext/alsa/gstalsamixeroptions.h:
6653         * ext/alsa/gstalsamixeroptions.c:
6654         * ext/alsa/gstalsamixer.h:
6655         * ext/alsa/gstalsamixer.c: Port to 0.9.
6656
6657         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6658         Remove gstalsa.c and alsaclock. No more cruft here.
6659         
6660 2005-08-18  Wim Taymans  <wim@fluendo.com>
6661
6662         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6663         (gst_base_rtp_depayload_chain),
6664         (gst_base_rtp_depayload_add_to_queue),
6665         (gst_base_rtp_depayload_push),
6666         (gst_base_rtp_depayload_queue_release):
6667         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6668         Fix for RTPBuffer changes.
6669
6670         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6671         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6672         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6673         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6674         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6675         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6676         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6677         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6678         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6679         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6680         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6681         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6682         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6683         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6684         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6685         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6686         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6687         (gst_rtpbuffer_get_payload):
6688         * gst-libs/gst/rtp/gstrtpbuffer.h:
6689         Don't subclass GstBuffer but add methods and helper functions
6690         to construct and manipulate RTP packets in regular GstBuffers.
6691
6692 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6693
6694         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6695           moved statement below switch
6696         * gst/volume/gstvolume.c: (gst_volume_class_init):
6697           added debug ptr
6698
6699 2005-08-16  Wim Taymans  <wim@fluendo.com>
6700
6701         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6702         (gst_base_audio_src_change_state):
6703         Open and close device in READY<->NULL state change.
6704
6705 2005-08-16  Andy Wingo  <wingo@pobox.com>
6706
6707         * examples/seeking/Makefile.am: Don't compile non-compiling
6708         compiled objects with the compiler.
6709
6710         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6711         elements.
6712
6713 2005-08-12  Philippe Khalaf <burger@speedy.org>
6714         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6715         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6716           Made a thread to release the queue.
6717           Removed timestamp conversion for now.
6718
6719 2005-08-10  Philippe Khalaf <burger@speedy.org>
6720         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6721         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6722           Added rtp timestamp -> gst timestamp conversion.
6723           Fixed several problems with queue.
6724
6725 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6726
6727         * gst-libs/gst/audio/gstaudioclock.h:
6728         * gst-libs/gst/audio/gstaudiofilter.h:
6729         * gst-libs/gst/audio/gstaudiosink.h:
6730         * gst-libs/gst/audio/gstaudiosrc.h:
6731         * gst-libs/gst/audio/gstbaseaudiosink.h:
6732         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6733         * gst-libs/gst/audio/gstringbuffer.h:
6734         * gst-libs/gst/net/gstnetbuffer.h:
6735         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6736         * gst-libs/gst/rtp/gstrtpbuffer.h:
6737           Add padding (you will need to rebuild gst-plugins-base,
6738           gst-plugins and all applications afterwards!)
6739
6740 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6741
6742         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6743         (gst_riff_parse_chunk):
6744           Fix bug in debug message and add some more debug messages.
6745
6746 2005-08-08  Edward Hervey  <edward@fluendo.com>
6747
6748         * gst-libs/gst/riff/riff-media.c:
6749         backported updates since branch
6750
6751 2005-08-08  Andy Wingo  <wingo@pobox.com>
6752
6753         * gst-libs/gst/audio/gstbaseaudiosink.c
6754         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6755         like good elements should. Close on READY->NULL too.
6756
6757         * gst-libs/gst/audio/gstaudiosink.c
6758         (gst_audioringbuffer_open_device,
6759         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6760         (gst_audioringbuffer_release): Updates for new ring buffer API,
6761         hook into the new audio sink api.
6762
6763         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6764         (GstAudioSinkClass.close): Just open and close the device -- no
6765         resource allocation or configuration.
6766         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6767         vmethods, handle device setup and resource allocation.
6768
6769         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6770         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6771         base class API.
6772
6773         * gst-libs/gst/audio/gstringbuffer.h
6774         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6775         New vmethods.
6776
6777         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6778         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6779         New API functions. The device should be opened before acquiring
6780         and closed after releasing.
6781
6782 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6783
6784         * gst-libs/gst/interfaces/mixer.h:
6785           Reset padding to GST_PADDING.
6786
6787 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6788
6789         * gst/playback/gstplaybin.c: (remove_sinks):
6790           Remove visualization from parent explicitely; works around some
6791           apparent refcount issue that I haven't tracked down yet.
6792
6793 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6794
6795         * ext/alsa/gstalsasink.c: (set_hwparams):
6796           Assign debug category, add negotiation debug msgs.
6797
6798 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6799
6800         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6801           Fix error code for file-not-found to NOT_FOUND.
6802
6803 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6804
6805         * common/gtk-doc-plugins.mak:
6806         * docs/plugins/Makefile.am:
6807         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6808         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6809           renamed to actual element names, so much nicer to look at
6810         * docs/plugins/tmpl/gstmultifdsink.sgml:
6811           remove
6812         * docs/plugins/tmpl/multifdsink.sgml:
6813         * docs/plugins/tmpl/tcpserversink.sgml:
6814           add
6815         * ext/alsa/gstalsa.c:
6816         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6817         * ext/ogg/gstoggmux.c:
6818         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6819         * gst/playback/gstdecodebin.c:
6820         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6821         * gst/tcp/gsttcpserversink.c:
6822           various fixes and documentation additions
6823
6824 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6825
6826         * common/Makefile.am:
6827         * common/gstdoc-scangobj:
6828         * common/gtk-doc-plugins.mak:
6829         * common/gtk-doc.mak:
6830           add a custom scangobj that uses the registry
6831           add a custom gtk-doc-plugins.mak that uses it
6832           some doc build fixes
6833         * configure.ac:
6834         * docs/Makefile.am:
6835         * docs/plugins/Makefile.am:
6836         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6837         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6838         * docs/plugins/gst-plugins-base-plugins.types:
6839         * docs/plugins/tmpl/gstmultifdsink.sgml:
6840           add docs for one element, multifdsink
6841         * gst/adder/gstadder.h:
6842         * gst/volume/gstvolume.h:
6843           don't privatize enum
6844         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6845         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6846         (gst_sync_method_get_type), (gst_client_status_get_type),
6847         (gst_multifdsink_class_init),
6848         (gst_multifdsink_client_queue_buffer),
6849         (gst_multifdsink_handle_client_write):
6850         * gst/tcp/gstmultifdsink.h:
6851         * gst/tcp/gsttcp.h:
6852         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6853         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6854         (gst_tcpclientsink_render):
6855         * gst/tcp/gsttcpclientsink.h:
6856         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6857         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6858         (gst_tcpclientsrc_start):
6859         * gst/tcp/gsttcpclientsrc.h:
6860         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6861         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6862         * gst/tcp/gsttcpserversrc.h:
6863         * gst/typefind/gsttypefindfunctions.c:
6864           remove superfluous Type stuff
6865
6866 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6867
6868         * gst/playback/gstplaybin.c: (gen_video_element):
6869           Enable videoscale.
6870
6871 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6872
6873         * gst-libs/gst/gconf/gconf.c:
6874         * gst-libs/gst/gconf/gconf.h:
6875           Fix some Andy Problem [tm].
6876
6877 2005-08-04  Andy Wingo  <wingo@pobox.com>
6878
6879         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6881         (gst_ffmpegcsp_get_size): Adapt to API changes.
6882
6883         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6884         Implement an in-place do-nothing transform.
6885
6886 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6887
6888         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6889         (gst_ximagesink_renegotiate_size):
6890           Do not set new window sizes yet if we prepare a new buffer size
6891           for upstream renegotiation (software scaling) at some point in the
6892           future, because this new size waqs not actually accepted yet. Once
6893           accepted, renegotiation later on will set the new sizes just fine.
6894           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6895           embedding testcase.
6896
6897 2005-08-03  Andy Wingo  <wingo@pobox.com>
6898
6899         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6900         (gst_ximagesink_buffer_alloc): 
6901         Protect the height, width, and desired_caps with the pool_lock.
6902         Fixes videotestsrc ! queue ! ximagesink.
6903
6904 2005-08-02  Edward Hervey  <edward@fluendo.com>
6905
6906         * gst/volume/gstvolume.c:
6907         include left from controller cleanup
6908
6909 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6911           Stop collectpads before calling the parent state
6912           change function on PAUSED->READY.
6913
6914 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6915         * configure.ac:
6916           When testing for X libs, use the X CFlags 
6917         * gst/adder/gstadder.c: (gst_adder_change_state):
6918           Stop the collectpads before calling parent state change function
6919           on PAUSED->READY, otherwise we deadlock deactivating pads.
6920
6921 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6922
6923         * configure.ac:
6924         * docs/libs/tmpl/gstcolorbalance.sgml:
6925         * docs/libs/tmpl/gstmixer.sgml:
6926         * examples/Makefile.am:
6927         * gst/sine/Makefile.am:
6928         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6929         (gst_sinesrc_set_property), (plugin_init):
6930         * gst/sine/gstsinesrc.h:
6931         * gst/volume/Makefile.am:
6932         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6933         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6934         (volume_process_float), (volume_process_int16),
6935         (volume_set_property), (plugin_init):
6936         * gst/volume/gstvolume.h:
6937           deactivate and remove dparams (libgstcontrol)
6938
6939 2005-07-29  Wim Taymans  <wim@fluendo.com>
6940
6941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6942         Convert me to BaseTransform!! help..
6943
6944 2005-07-29  Andy Wingo  <wingo@pobox.com>
6945
6946         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6947         sinks.
6948
6949         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6950         support of both endiannesses.
6951
6952 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6953
6954         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6955           Fix confusing debug message (s/event/query/)
6956
6957 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6958
6959         * gst/videotestsrc/videotestsrc.h:
6960           Use "_stdint.h" instead of <stdint.h>
6961
6962 2005-07-27  Wim Taymans  <wim@fluendo.com>
6963
6964         * ext/vorbis/Makefile.am:
6965         Revert wrong commit.
6966
6967 2005-07-27  Wim Taymans  <wim@fluendo.com>
6968
6969         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6970         More compilation fixen.
6971
6972 2005-07-27  Wim Taymans  <wim@fluendo.com>
6973
6974         * gst-libs/gst/audio/gstbaseaudiosink.c:
6975         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6976         (gst_base_audio_sink_create_ringbuffer),
6977         (gst_base_audio_sink_change_state):
6978         Fix compilation.
6979
6980 2005-07-27  Wim Taymans  <wim@fluendo.com>
6981
6982         * examples/seeking/seek.c: (setup_dynamic_link),
6983         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6984         (query_positions_elems), (query_positions_pads), (do_seek):
6985         Update seek example.
6986
6987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6988         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6989         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6990         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6991         (gst_ogg_demux_handle_event),
6992         (gst_ogg_demux_deactivate_current_chain),
6993         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6994         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6995         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6996         (gst_ogg_demux_loop):
6997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6998         * ext/theora/theoradec.c: (theora_dec_src_event),
6999         (theora_dec_src_getcaps), (theora_dec_sink_event),
7000         (theora_dec_push), (theora_dec_chain):
7001         * ext/vorbis/Makefile.am:
7002         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7003         (vorbis_dec_sink_event), (vorbis_dec_push),
7004         (vorbis_handle_data_packet):
7005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7006         (gst_vorbisenc_chain):
7007         * gst/playback/gststreaminfo.c: (cb_probe):
7008         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7009         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7010         * gst/videoscale/gstvideoscale.c:
7011         (gst_videoscale_handle_src_event):
7012         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7013         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7014         (gst_ximagesink_navigation_send_event):
7015         * sys/xvimage/xvimagesink.c:
7016         (gst_xvimagesink_navigation_send_event):
7017         Various event updates and cleanups
7018
7019 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7020
7021         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7022           Fix segfault for I420/YV12.
7023
7024 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7025
7026         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7027           Report bitrate.
7028
7029 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7030
7031         * gst/playback/gstplaybin.c: (gen_video_element),
7032         (gen_audio_element):
7033           Switch to auto*sink elements as default sinks; add volume element
7034           so that volume control in totem works.
7035
7036 2005-07-21  Wim Taymans  <wim@fluendo.com>
7037
7038         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7039         * gst/playback/gstplaybin.c: (setup_sinks),
7040         (gst_play_bin_change_state):
7041         Refcount fix and more comments.
7042
7043 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7044
7045         * sys/ximage/Makefile.am:
7046         * sys/ximage/ximage.c: (plugin_init):
7047         * sys/ximage/ximagesink.c:
7048         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7049         
7050
7051 2005-07-21  Wim Taymans  <wim@fluendo.com>
7052
7053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7054         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7055         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7056         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7057         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7058         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7059         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7060         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7061         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7062         Generate correct disconts for live chained oggs.
7063
7064         * gst-libs/gst/audio/gstbaseaudiosink.c:
7065         (gst_base_audio_sink_render),
7066         (gst_base_audio_sink_create_ringbuffer),
7067         (gst_base_audio_sink_change_state):
7068         Handle discont math correctly.
7069
7070         * gst/playback/gstplaybin.c: (add_sink):
7071         Some small debug cleanup.
7072
7073 2005-07-21  Wim Taymans  <wim@fluendo.com>
7074
7075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7076         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7077         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7078         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7079         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7080         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7081         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7082         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7083         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7084         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7085         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7086         (gst_ogg_demux_change_state), (gst_ogg_print):
7087         Reorganize code to send the right disconts when in streaming
7088         mode.
7089
7090 2005-07-20  Andy Wingo  <wingo@pobox.com>
7091
7092         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7093         fix (?), fixes a seggie mcfalterson (#310894).
7094
7095 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7096
7097         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7098         (gst_ogg_mux_set_header_on_caps):
7099         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7101         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7102         * gst-libs/gst/audio/multichannel.c:
7103         (gst_audio_set_channel_positions),
7104         (gst_audio_set_structure_channel_positions_list):
7105         * gst/playback/gstdecodebin.c: (dynamic_create):
7106         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7107         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7108           Fixes for API changes in core.
7109
7110 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7111
7112         * gst/playback/gstplaybasebin.c: (fill_buffer):
7113           Use _new_custom() so we can set custom message types for buffering
7114           messages.
7115
7116 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7117
7118         * configure.ac:
7119         * gst-libs/gst/Makefile.am:
7120         * gst-libs/gst/gconf/.cvsignore:
7121         * gst-libs/gst/gconf/Makefile.am:
7122         * gst-libs/gst/gconf/test-gconf.c:
7123         * pkgconfig/Makefile.am:
7124         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7125         * pkgconfig/gstreamer-gconf.pc.in:
7126           Remove gconf stuff, use gconf elements instead from now on.
7127
7128 2005-07-20  Wim Taymans  <wim@fluendo.com>
7129
7130         * gst-libs/gst/audio/TODO:
7131         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7132         (gst_audio_clock_get_internal_time):
7133         * gst-libs/gst/audio/gstaudioclock.h:
7134         * gst-libs/gst/audio/gstbaseaudiosink.c:
7135         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7136         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7137         (gst_base_audio_sink_render),
7138         (gst_base_audio_sink_create_ringbuffer),
7139         (gst_base_audio_sink_change_state):
7140         Make sure the audio clock always returns an increasing value.
7141
7142 2005-07-19  Andy Wingo  <wingo@pobox.com>
7143
7144         * gst/videotestsrc/: Cleanups.
7145
7146 2005-07-19  Wim Taymans  <wim@fluendo.com>
7147
7148         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7149         Better debugging.
7150
7151 2005-07-19  Wim Taymans  <wim@fluendo.com>
7152
7153         * examples/seeking/seek.c: (make_dv_pipeline),
7154         (make_vorbis_theora_pipeline), (query_rates),
7155         (query_positions_elems), (query_positions_pads), (do_seek):
7156         Make correct DV pipeline.
7157
7158 2005-07-18  Andy Wingo  <wingo@pobox.com>
7159
7160         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7161         default. Also because it's the only thing that really works. (This
7162         is used in the GConf elements).
7163         Use AS_LIBTOOL_TAGS.
7164
7165 2005-07-18  Wim Taymans  <wim@fluendo.com>
7166
7167         * gst/playback/gstdecodebin.c: (remove_element_chain):
7168         * gst/playback/gstplaybin.c: (add_sink):
7169         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7170         (gst_stream_info_set_mute):
7171         * gst/playback/gststreamselector.c:
7172         (gst_stream_selector_get_linked_pad),
7173         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7174         More leak and compile fixes.
7175
7176 2005-07-18  Wim Taymans  <wim@fluendo.com>
7177
7178         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7179         (query_rates), (query_positions_elems), (query_positions_pads),
7180         (do_seek), (seek_cb), (stop_seek):
7181         Updated seek example. 
7182
7183         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7184         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7185         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7186         * gst/playback/gstplaybin.c: (add_sink):
7187         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7188         (gst_stream_info_set_mute):
7189         Some refcount leak fixes.
7190
7191 2005-07-16  Wim Taymans  <wim@fluendo.com>
7192
7193         * gst-libs/gst/audio/gstbaseaudiosink.c:
7194         (gst_base_audio_sink_render):
7195         Align samples even if we have roundoff errors in the 
7196         timestamp conversion.
7197
7198 2005-07-16  Wim Taymans  <wim@fluendo.com>
7199
7200         * docs/libs/tmpl/gstringbuffer.sgml:
7201         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7202         (query_rates), (query_positions_elems), (query_positions_pads),
7203         (update_scale), (do_seek):
7204         Updated seek example.
7205
7206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7207         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7208         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7209         (gst_ogg_demux_loop):
7210         Push out correct discont values.
7211
7212         * ext/theora/theoradec.c: (theora_dec_src_convert),
7213         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7214         (theora_dec_sink_event), (theora_handle_type_packet),
7215         (theora_handle_header_packet), (theora_dec_push),
7216         (theora_handle_data_packet), (theora_dec_chain),
7217         (theora_dec_change_state):
7218         Better timestamping.
7219
7220         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7221         (vorbis_dec_sink_event), (vorbis_dec_push),
7222         (vorbis_handle_data_packet), (vorbis_dec_chain):
7223         * ext/vorbis/vorbisdec.h:
7224         Better timestamping.
7225
7226         * gst-libs/gst/audio/gstbaseaudiosink.c:
7227         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7228         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7229         Handle syncing on timestamps instead of sample offsets. Make
7230         use of DISCONT values as described in design docs.
7231
7232         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7233         (gst_base_audio_src_get_time):
7234         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7235         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7236         (gst_ring_buffer_read):
7237         * gst-libs/gst/audio/gstringbuffer.h:
7238         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7239         (gst_ximagesink_show_frame):
7240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7241         Correcly convert buffer timestamp to stream time.
7242
7243 2005-07-16  Wim Taymans  <wim@fluendo.com>
7244
7245         * gst/audioconvert/gstaudioconvert.c:
7246         (gst_audio_convert_get_buffer):
7247         Timestamp buffers correctly.
7248
7249         * gst/playback/gstplaybin.c: (gen_video_element):
7250         Make internal fakesink silent.
7251
7252 2005-07-15  Wim Taymans  <wim@fluendo.com>
7253
7254         * gst/ffmpegcolorspace/Makefile.am:
7255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7256         (gst_ffmpegcsp_caps_remove_format_info),
7257         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7258         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7259         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7260         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7261         Ported ffmpegcolorspace to basetransform.
7262
7263         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7264         * gst/volume/gstvolume.c: (volume_transform):
7265         Ported to new API.
7266
7267 2005-07-14  Wim Taymans  <wim@fluendo.com>
7268
7269         * gst/videotestsrc/Makefile.am:
7270         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7271         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7272         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7273         (gst_videotestsrc_init), (gst_videotestsrc_event),
7274         (gst_videotestsrc_create), (gst_videotestsrc_start),
7275         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7276         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7277         (gst_videotestsrc_get_property):
7278         * gst/videotestsrc/gstvideotestsrc.h:
7279         Make videotestsrc a pushsrc.
7280
7281 2005-07-14  Wim Taymans  <wim@fluendo.com>
7282
7283         * gst/tcp/gstfdset.c: (gst_fdset_free):
7284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7285         (gst_multifdsink_add), (gst_multifdsink_remove),
7286         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7287         (gst_multifdsink_remove_client_link),
7288         (gst_multifdsink_client_queue_data),
7289         (gst_multifdsink_client_queue_caps),
7290         (gst_multifdsink_client_queue_buffer),
7291         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7292         (gst_multifdsink_stop):
7293         * gst/tcp/gstmultifdsink.h:
7294         0.8 backporting.
7295
7296         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7297         Also draw image when not from a pool.
7298
7299 2005-07-14  Wim Taymans  <wim@fluendo.com>
7300
7301         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7302         (mute_stream), (silence_stream):
7303         Small debug additions.
7304
7305 2005-07-14  Wim Taymans  <wim@fluendo.com>
7306
7307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7308         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7309         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7310         Better error recovery, ignore unconnected pads and
7311         non-fatal errors.
7312
7313 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7314
7315         * docs/libs/tmpl/gstaudio.sgml:
7316         * docs/libs/tmpl/gstcolorbalance.sgml:
7317         * docs/libs/tmpl/gstgconf.sgml:
7318         * docs/libs/tmpl/gstmixer.sgml:
7319         * docs/libs/tmpl/gstringbuffer.sgml:
7320         * docs/libs/tmpl/gsttuner.sgml:
7321         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7322         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7323         (gst_tcpclientsrc_class_init):
7324         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7325         (gst_tcpserversrc_class_init):
7326         * sys/v4l/gstv4lelement.c:
7327           more autistic cleanliness in functions/names/defines
7328
7329 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7330
7331         * configure.ac:
7332           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7333           added manually to each Makefile.am so we are sure it goes
7334           *last* and doesn't add -L flags before linking in libs of our
7335           own, like, say, internal .la libs, that then accidentally pick
7336           up the installed copy.
7337         * docs/libs/Makefile.am:
7338         * ext/alsa/Makefile.am:
7339         * ext/cdparanoia/Makefile.am:
7340         * ext/gnomevfs/Makefile.am:
7341         * ext/libvisual/Makefile.am:
7342         * ext/ogg/Makefile.am:
7343         * ext/theora/Makefile.am:
7344         * ext/vorbis/Makefile.am:
7345         * gst-libs/gst/video/Makefile.am:
7346         * gst/adder/Makefile.am:
7347         * gst/audioconvert/Makefile.am:
7348         * gst/audiorate/Makefile.am:
7349         * gst/audioscale/Makefile.am:
7350         * gst/ffmpegcolorspace/Makefile.am:
7351         * gst/playback/Makefile.am:
7352         * gst/sine/Makefile.am:
7353         * gst/subparse/Makefile.am:
7354         * gst/tags/Makefile.am:
7355         * gst/tcp/Makefile.am:
7356         * gst/typefind/Makefile.am:
7357         * gst/videorate/Makefile.am:
7358         * gst/videoscale/Makefile.am:
7359         * gst/videotestsrc/Makefile.am:
7360         * gst/volume/Makefile.am:
7361         * sys/v4l/Makefile.am:
7362         * sys/ximage/Makefile.am:
7363         * sys/xvimage/Makefile.am:
7364           adapt properly to this change. This should make sure that
7365           plugins and libs properly link to the as-yet-uninstalled
7366           copies of stuff like libgstinterfaces and libgstvideo
7367
7368 2005-07-13  Andy Wingo  <wingo@pobox.com>
7369
7370         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7371         (gst_v4lsrc_fixate): Fixate on format as well.
7372
7373         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7374         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7375         buffer points to it.
7376         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7377         rather just doing X calls ourselves. Also fixes a memleak.
7378
7379 2005-07-12  Andy Wingo  <wingo@pobox.com>
7380
7381         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7382         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7383         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7384         TRUE to avoid deadlocks if an element holds on to our buffers.
7385
7386 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7387
7388         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7389         (gst_sinesrc_init), (gst_sinesrc_create),
7390         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7391         (gst_sinesrc_start):
7392         * gst/sine/gstsinesrc.h:
7393           removing num-buffers property before moving it
7394
7395 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7396
7397         * configure.ac:
7398           use overridable ERROR_CFLAGS
7399         * docs/libs/gst-plugins-base-libs.types:
7400         * docs/libs/tmpl/gstringbuffer.sgml:
7401         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7402         (gst_alsasink_class_init):
7403         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7404         (gst_alsasrc_class_init):
7405         * gst-libs/gst/audio/audio.h:
7406         * gst-libs/gst/audio/gstaudioclock.h:
7407         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7408         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7409         (gst_audio_filter_link), (gst_audio_filter_init),
7410         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7411         (gst_audio_filter_get_property),
7412         (gst_audio_filter_class_add_pad_templates):
7413         * gst-libs/gst/audio/gstaudiofilter.h:
7414         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7415         (gst_audio_filter_template_get_type),
7416         (gst_audio_filter_template_base_init),
7417         (gst_audio_filter_template_class_init),
7418         (gst_audio_filter_template_init),
7419         (gst_audio_filter_template_set_property),
7420         (gst_audio_filter_template_get_property), (plugin_init),
7421         (gst_audio_filter_template_setup),
7422         (gst_audio_filter_template_filter),
7423         (gst_audio_filter_template_filter_inplace):
7424         * gst-libs/gst/audio/gstaudiosink.c:
7425         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7426         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7427         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7428         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7429         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7430         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7431         * gst-libs/gst/audio/gstaudiosink.h:
7432         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7433         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7434         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7435         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7436         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7437         (gst_audio_src_class_init), (gst_audio_src_init),
7438         (gst_audio_src_create_ringbuffer):
7439         * gst-libs/gst/audio/gstaudiosrc.h:
7440         * gst-libs/gst/audio/gstbaseaudiosink.c:
7441         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7442         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7443         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7444         (gst_base_audio_sink_set_property),
7445         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7446         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7447         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7448         (gst_base_audio_sink_create_ringbuffer),
7449         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7450         * gst-libs/gst/audio/gstbaseaudiosink.h:
7451         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7452         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7453         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7454         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7455         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7456         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7457         (gst_base_audio_src_event), (gst_base_audio_src_create),
7458         (gst_base_audio_src_create_ringbuffer),
7459         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7460         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7461         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7462         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7463         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7464         (gst_ring_buffer_debug_spec_caps),
7465         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7466         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7467         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7468         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7469         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7470         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7471         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7472         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7473         (gst_ring_buffer_clear):
7474         * gst-libs/gst/audio/gstringbuffer.h:
7475         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7476         (gst_video_sink_class_init), (gst_video_sink_get_type):
7477         * gst-libs/gst/video/videosink.h:
7478         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7479         (gst_multifdsink_class_init),
7480         (gst_multifdsink_handle_client_write),
7481         (gst_multifdsink_change_state):
7482         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7483         (gst_tcpclientsink_setcaps):
7484         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7485         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7486         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7487         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7488         (gst_ximagesink_send_pending_navigation),
7489         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7490         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7492         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7493         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7494         (gst_xvimagesink_send_pending_navigation),
7495         (gst_xvimagesink_navigation_send_event),
7496         (gst_xvimagesink_set_xwindow_id),
7497         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7498         (gst_xvimagesink_get_type):
7499         more macro splitting
7500
7501 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7502
7503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7504           plug a memleak, allows me to import 1479 albums in one go
7505           in jamboree
7506         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7507         (vorbis_handle_type_packet), (vorbis_dec_chain),
7508         (vorbis_dec_change_state):
7509           fix some format strings
7510
7511 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7512
7513         * docs/libs/tmpl/gstcolorbalance.sgml:
7514         * docs/libs/tmpl/gstmixer.sgml:
7515         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7516         (gst_alsasink_set_property), (gst_alsasink_get_property):
7517         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7518         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7519           add device property
7520
7521 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7522
7523         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7524         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7525         (audiocast_register_listener), (audiocast_thread_run),
7526         (gst_gnomevfssrc_send_additional_headers_callback),
7527         (gst_gnomevfssrc_received_headers_callback),
7528         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7529         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7530         (gst_gnomevfssrc_get_size):
7531           add/clean up debugging
7532         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7533           cleanups
7534
7535 2005-07-07  Andy Wingo  <wingo@pobox.com>
7536
7537         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7538         framerate. Need to get a handle on when exactly this function is
7539         called, tho.
7540
7541         * sys/v4l/v4lsrc_calls.h:
7542         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7543         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7544         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7545
7546         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7547         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7548         v4lelements are sources.
7549
7550         * sys/v4l/gstv4lxoverlay.h:
7551         * sys/v4l/gstv4lxoverlay.c:
7552         * sys/v4l/gstv4ltuner.h:
7553         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7554         
7555         * sys/v4l/gstv4lsrc.h:
7556         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7557         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7558         or something should handle that. Made a live source.
7559
7560         * sys/v4l/gstv4lelement.h:
7561         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7562         signals. Some cleanups.
7563
7564         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7565
7566         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7567         stuff.
7568
7569         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7570         stuff.
7571
7572         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7573
7574 2005-07-07  Wim Taymans  <wim@fluendo.com>
7575
7576         * ext/theora/theoradec.c: (theora_get_query_types),
7577         (theora_dec_src_getcaps), (theora_dec_push):
7578         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7580         Remove deprecated/unused query types.
7581
7582 2005-07-06  Wim Taymans  <wim@fluendo.com>
7583
7584         * ext/alsa/Makefile.am:
7585         * ext/alsa/gstalsaplugin.c: (plugin_init):
7586         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7587         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7588         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7589         (gst_alsasrc_class_init), (gst_alsasrc_init),
7590         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7591         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7592         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7593         (gst_alsasrc_reset):
7594         * ext/alsa/gstalsasrc.h:
7595         * gst-libs/gst/audio/Makefile.am:
7596         * gst-libs/gst/audio/gstaudiosink.c:
7597         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7598         (gst_audioringbuffer_start):
7599         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7600         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7601         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7602         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7603         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7604         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7605         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7606         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7607         * gst-libs/gst/audio/gstaudiosrc.h:
7608         * gst-libs/gst/audio/gstbaseaudiosink.c:
7609         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7610         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7611         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7612         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7613         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7614         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7615         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7616         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7617         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7618         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7619         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7620         (gst_baseaudiosrc_change_state):
7621         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7622         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7623         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7624         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7625         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7626         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7627         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7628         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7629         * gst-libs/gst/audio/gstringbuffer.h:
7630         Added audiosource base classes.
7631         Ported alsasrc, still very basic.
7632
7633 2005-07-06  Wim Taymans  <wim@fluendo.com>
7634
7635         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7636         (theora_dec_push), (theora_handle_data_packet):
7637         Prepare for better timestamp fix later.
7638
7639         * gst/audioconvert/gstaudioconvert.c:
7640         List most accurate caps first
7641
7642         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7643         Use proper pad task function.
7644
7645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7646         (gst_xvimagesink_show_frame):
7647         Fix deadlock when alloc failed.
7648
7649 2005-07-05  Andy Wingo  <wingo@pobox.com>
7650
7651         * ext/gnomevfs/gstgnomevfssrc.c:
7652         * gst/sine/gstsinesrc.c:
7653         * gst/tcp/gsttcpserversrc.c:
7654         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7655
7656         * sys/v4l/: Port from 0.8.
7657
7658         * Many files: Null if we got it....
7659
7660 2005-07-05  Andy Wingo  <wingo@pobox.com>
7661
7662         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7663         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7664         Signedness fixes.
7665
7666 2005-07-05  Wim Taymans  <wim@fluendo.com>
7667
7668         * configure.ac:
7669         * gst/tcp/Makefile.am:
7670         * gst/tcp/README:
7671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7672         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7673         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7674         (is_sync_frame), (gst_multifdsink_handle_client_write),
7675         (gst_multifdsink_render), (gst_multifdsink_start),
7676         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7677         * gst/tcp/gstmultifdsink.h:
7678         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7679         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7680         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7681         * gst/tcp/gsttcp.h:
7682         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7683         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7684         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7685         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7686         * gst/tcp/gsttcpclientsink.h:
7687         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7688         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7689         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7690         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7691         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7692         * gst/tcp/gsttcpclientsrc.h:
7693         * gst/tcp/gsttcpplugin.c: (plugin_init):
7694         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7695         * gst/tcp/gsttcpserversink.h:
7696         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7697         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7698         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7699         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7700         (gst_tcpserversrc_stop):
7701         * gst/tcp/gsttcpserversrc.h:
7702         * gst/tcp/gsttcpsink.c:
7703         * gst/tcp/gsttcpsink.h:
7704         * gst/tcp/gsttcpsrc.c:
7705         * gst/tcp/gsttcpsrc.h:
7706         Ported tcp plugins to 0.9. 
7707         
7708
7709 2005-07-05  Andy Wingo  <wingo@pobox.com>
7710
7711         * gst/playback/gstplaybasebin.c (fill_buffer):
7712         message_new_application fixen.
7713
7714         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7715         Style fix.
7716
7717 2005-07-04  Wim Taymans  <wim@fluendo.com>
7718
7719         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7720         Set caps on output buffer.
7721
7722 2005-07-04  Andy Wingo  <wingo@pobox.com>
7723
7724         * ext/gnomevfs/gstgnomevfssrc.c
7725         (gst_gnomevfssrc_received_headers_callback) 
7726         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7727         hopefully.
7728
7729         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7730         No refcount leakage.
7731
7732         * configure.ac: Enable -Werror.
7733         
7734         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7735         * gst/audioconvert/bufferframesconvert.c
7736         (buffer_frames_convert_fixate):
7737         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7738         (gst_audio_convert_fixate):
7739         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7740         (gst_sinesrc_create): Fixate func changes.
7741         
7742         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7743         (gst_ximagesink_buffer_alloc): Unused var.
7744
7745 2005-07-01  Andy Wingo  <wingo@pobox.com>
7746
7747         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7748         getcaps to do explicit caps. Needs to be done in all decoders,
7749         possibly via a base class.
7750
7751         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7752
7753         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7754         caps on the sink pad, just rely on the pad template. Also, setting
7755         ANY caps on a pad is not valid because the caps are not fixed.
7756
7757         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7758         caps on the buffer, and get the width from the desired_caps if
7759         they're set.
7760         (gst_ximagesink_renegotiate_size): Implement via setting the
7761         desired_caps on the ximagesink.
7762         (gst_ximagesink_setcaps): Only reset the width of the player if it
7763         wasn't already set. Not sure if this is right.
7764         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7765
7766         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7767         that the user wants. NULL unless the window has been resized.
7768
7769         * gst/volume/gstvolume.c (volume_transform): Adapt to
7770         basetransform refcount changes.
7771         
7772 2005-07-01  Andy Wingo  <wingo@pobox.com>
7773
7774         * gst/videoscale/gstvideoscale.c:
7775         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7776         from BaseTransform, implements a transform_caps. Removed dead code
7777         including some PAR stuff that was never reached -- should probably
7778         be added back somehow.
7779
7780 2005-07-01  Andy Wingo  <wingo@pobox.com>
7781
7782         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7783         come later.
7784
7785 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7786
7787         * configure.ac:
7788         * docs/libs/Makefile.am:
7789         * docs/libs/gst-plugins-libs.types:
7790         * ext/alsa/Makefile.am:
7791         * ext/alsa/gstalsamixer.h:
7792         * ext/alsa/gstalsamixeroptions.h:
7793         * ext/alsa/gstalsamixertrack.h:
7794         * gst-libs/gst/Makefile.am:
7795         * gst-libs/gst/colorbalance/.cvsignore:
7796         * gst-libs/gst/colorbalance/Makefile.am:
7797         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7798         * gst-libs/gst/colorbalance/colorbalance.c:
7799         * gst-libs/gst/colorbalance/colorbalance.h:
7800         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7801         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7802         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7803         * gst-libs/gst/interfaces/Makefile.am:
7804         * gst-libs/gst/interfaces/colorbalance.c:
7805         (gst_color_balance_class_init):
7806         * gst-libs/gst/interfaces/colorbalance.h:
7807         * gst-libs/gst/interfaces/interfaces-marshal.list:
7808         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7809         * gst-libs/gst/interfaces/mixer.h:
7810         * gst-libs/gst/interfaces/mixeroptions.h:
7811         * gst-libs/gst/interfaces/navigation.c:
7812         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7813         * gst-libs/gst/interfaces/tuner.h:
7814         * gst/volume/Makefile.am:
7815         * gst/volume/gstvolume.c:
7816         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7817         * sys/ximage/Makefile.am:
7818         * sys/ximage/ximagesink.c:
7819         * sys/xvimage/Makefile.am:
7820         * sys/xvimage/xvimagesink.c:
7821           fold in all interfaces into an interfaces dir, preserving CVS
7822           history
7823
7824 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7825
7826         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7827           Fix build after riff changes.
7828
7829 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7830
7831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7832         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7833         (gst_riff_create_video_template_caps),
7834         (gst_riff_create_audio_template_caps),
7835         (gst_riff_create_iavs_template_caps):
7836         * gst-libs/gst/riff/riff-media.h:
7837         * gst-libs/gst/riff/riff-read.h:
7838         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7839           Add gst_riff_init() to initialize the debug category, instead
7840           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7841
7842 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7843
7844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7845           Oops, I shouldn't apply hacks.
7846
7847 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7848
7849         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7850           Remove pad_loop function which doesn't work.
7851
7852 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7853
7854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7855           Send EOS when deactivating.
7856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7857         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7858         (gen_preroll_element), (probe_triggered), (mute_stream),
7859         (silence_stream), (new_decoded_pad), (setup_substreams),
7860         (set_active_source):
7861         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7862         (remove_sinks), (add_sink):
7863         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7864           Change for new probe API.
7865
7866 2005-06-29  Wim Taymans  <wim@fluendo.com>
7867
7868         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7869         * gst-libs/gst/audio/gstbaseaudiosink.c:
7870         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7871         (gst_baseaudiosink_change_state):
7872         * gst-libs/gst/audio/gstbaseaudiosink.h:
7873         * gst-libs/gst/audio/gstringbuffer.c:
7874         (gst_ringbuffer_set_callback):
7875         Fix compilation error.
7876         Ringbuffer starts out as not running.
7877         Free our clock in dispose.
7878         When releasing the ringbuffer we need to renegotiate so
7879         clear the pad caps.
7880
7881 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7882
7883         * autogen.sh:
7884         * configure.ac:
7885         * docs/Makefile.am:
7886         * docs/libs/Makefile.am:
7887         * docs/libs/gst-plugins-libs-docs.sgml:
7888         * docs/libs/gst-plugins-libs-sections.txt:
7889         * docs/libs/gst-plugins-libs.types:
7890         * docs/libs/tmpl/gstaudio.sgml:
7891         * docs/libs/tmpl/gstcolorbalance.sgml:
7892         * docs/libs/tmpl/gstringbuffer.sgml:
7893         * gst-libs/gst/audio/gstringbuffer.c:
7894         (gst_ringbuffer_set_callback):
7895           reinstate gtk-doc docs for plugin libs
7896
7897 2005-06-28  Wim Taymans  <wim@fluendo.com>
7898
7899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7900         (gst_ogg_demux_init):
7901         Removed pad loop function.
7902
7903 2005-06-28  Wim Taymans  <wim@fluendo.com>
7904
7905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7906         If we're building a chain we are not in an error case
7907         when we queue a buffer.
7908
7909 2005-06-28  Andy Wingo  <wingo@pobox.com>
7910
7911         * *.c: Don't cast to GstObject before reffing/unreffing.
7912
7913 2005-06-27  Andy Wingo  <wingo@pobox.com>
7914
7915         * gst/videotestsrc/gstvideotestsrc.c
7916         (gst_videotestsrc_activate_push): Activation API changes.
7917
7918         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7919         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7920         they have refs on the decodebin.
7921
7922         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7923         parent class.
7924         (gst_ogg_pad_typefind): Don't leak a pad ref.
7925         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7926         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7927         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7928
7929 2005-06-27  Edward Hervey  <edward@fluendo.com>
7930
7931         * ext/theora/theoradec.c: (theora_dec_change_state): 
7932         re-arranged call to parent's state change in order to avoid locks (or
7933         worse).
7934
7935 2005-06-26  Edward Hervey  <edward@fluendo.com>
7936
7937         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7938         2nd argument of 'unknow-type' signal is a GstCaps and not a
7939         GstMiniObject
7940
7941 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7942         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7943           Set the worker thread's running flag to TRUE before starting the
7944           thread.
7945         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7946           Catch a failure to add typefind to the bin.
7947
7948 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7949
7950         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7951         (gst_sinesrc_init), (gst_sinesrc_create),
7952         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7953         (gst_sinesrc_start):
7954         * gst/sine/gstsinesrc.h:
7955           add num-buffers and timestamp-offset properties
7956         * gst/videotestsrc/gstvideotestsrc.c:
7957         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7958         (gst_videotestsrc_get_property):
7959           add timestamp-offset property
7960
7961 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7962
7963         * configure.ac: add videorate
7964         * gst-plugins-base.spec.in: add videorate
7965
7966 2005-06-23  Wim Taymans  <wim@fluendo.com>
7967
7968         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7969         (gst_videorate_getcaps), (gst_videorate_setcaps),
7970         (gst_videorate_event), (gst_videorate_chain):
7971         Fixed videorate, fixating an already fixated caps is not
7972         an error.
7973
7974 2005-06-23  Wim Taymans  <wim@fluendo.com>
7975
7976         * ext/ogg/README:
7977         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7978         Buffer on caps is not boxed anymore.
7979
7980 2005-06-22  Wim Taymans  <wim@fluendo.com>
7981
7982         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7984         Set buffers on caps as miniobjects and not as boxed.
7985
7986 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7987
7988         * configure.ac:
7989           back to HEAD
7990
7991 === release 0.9.1 ===
7992
7993 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7994
7995         * .cvsignore:
7996         * NEWS:
7997         * README:
7998         * RELEASE:
7999         * configure.ac:
8000         * po/af.po:
8001         * po/az.po:
8002         * po/cs.po:
8003         * po/en_GB.po:
8004         * po/hu.po:
8005         * po/it.po:
8006         * po/nb.po:
8007         * po/nl.po:
8008         * po/or.po:
8009         * po/sq.po:
8010         * po/sr.po:
8011         * po/sv.po:
8012         * po/uk.po:
8013         * po/vi.po:
8014           updates for release
8015
8016 2005-06-09  Andy Wingo  <wingo@pobox.com>
8017
8018         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8019         
8020 2005-06-09  Andy Wingo  <wingo@pobox.com>
8021
8022         * configure.ac:
8023         * gst-libs/gst/Makefile.am:
8024         * gst-libs/gst/net/Makefile.am:
8025         Add gstnet to build.
8026
8027 2005-06-09  Andy Wingo  <wingo@pobox.com>
8028
8029         * gst-libs/gst/gconf/gconf.c:
8030         * gst/playback/test.c:
8031         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8032         fixes.
8033
8034         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8035
8036         * ext/theora/theoraenc.c (theora_enc_chain): 
8037         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8038
8039         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8040         RealPad.
8041
8042 2005-06-02  Wim Taymans  <wim@fluendo.com>
8043
8044         * gst-libs/gst/net/Makefile.am:
8045         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8046         * pkgconfig/gstreamer-libs.pc.in:
8047         Added net stuff, version net lib.
8048
8049 2005-06-02  Wim Taymans  <wim@fluendo.com>
8050
8051         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8052         (query_rates), (query_positions_elems), (query_positions_pads),
8053         (do_seek):
8054         Updated seek example.
8055
8056 2005-06-02  Andy Wingo  <wingo@pobox.com>
8057
8058         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8059         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8060         list.
8061
8062         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8063         remove the typefind, the bin dispose will do it for us. When it's
8064         removed and unreffed, the signal handler will be disconnected,
8065         too.
8066         (unlinked): It's too difficult to disconnect from unlinked
8067         handlers, as they are on pads not elements. Just punt if the pads
8068         aren't grandkids of the bin.
8069
8070 2005-06-02  Wim Taymans  <wim@fluendo.com>
8071
8072         * ext/ogg/README:
8073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8074         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8076         * ext/theora/theoradec.c: (theora_dec_src_query),
8077         (theora_handle_data_packet):
8078         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8079         (theora_enc_chain):
8080         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8081         (vorbis_handle_data_packet):
8082         * gst/audioconvert/bufferframesconvert.c:
8083         (buffer_frames_convert_chain):
8084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8085         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8086         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8087         (gst_ffmpegcsp_chain):
8088         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8089         (gst_videorate_getcaps), (gst_videorate_setcaps),
8090         (gst_videorate_event), (gst_videorate_chain):
8091         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8092         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8093         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8094         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8095         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8096         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8097         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8098         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8099         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8100         Cleanups and buffer alloc.
8101
8102 2005-05-31  Wim Taymans  <wim@fluendo.com>
8103
8104         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8105         Don't try to call the delay method when the device is not
8106         opened.
8107
8108 2005-05-31  Wim Taymans  <wim@fluendo.com>
8109
8110         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8111         Get actual segment size and buffer size after opening
8112         the device.
8113
8114 2005-05-30  Wim Taymans  <wim@fluendo.com>
8115
8116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8117         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8118         Also FLUSH upstream, makes the loop function exit faster.
8119         
8120         * ext/theora/theoradec.c: (theora_dec_src_query):
8121         Some more debug info in the query.
8122         
8123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8124         (gst_ximagesink_setcaps):
8125         Release lock on par error, better error reporting.
8126
8127 2005-05-26  Wim Taymans  <wim@fluendo.com>
8128
8129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8130         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8131         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8132         Clear chains in READY
8133         Queue packets until the chain is activated.
8134
8135 2005-05-25  Wim Taymans  <wim@fluendo.com>
8136
8137         * gst-libs/gst/audio/gstaudiosink.c:
8138         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8139         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8140         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8141         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8142         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8143         (gst_audiosink_create_ringbuffer):
8144         * gst-libs/gst/audio/gstbaseaudiosink.c:
8145         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8146         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8147         (gst_baseaudiosink_set_property), (build_linear_format),
8148         (debug_spec_caps), (debug_spec_buffer),
8149         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8150         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8151         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8152         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8153         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8154         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8155         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8156         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8157         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8158         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8159         (wait_segment), (gst_ringbuffer_commit),
8160         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8161         (gst_ringbuffer_clear):
8162         Various small cleanups.
8163
8164         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8165         (gst_audio_convert_change_state):
8166         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8167         No need to take the locks anymore.
8168
8169 2005-05-25  Wim Taymans  <wim@fluendo.com>
8170
8171         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8172         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8173         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8174         (type_found):
8175         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8176         (group_destroy), (group_commit), (queue_overrun),
8177         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8178         (mute_stream), (new_decoded_pad), (setup_substreams),
8179         (setup_source), (mute_group_type), (set_active_source),
8180         (gst_play_base_bin_change_state):
8181         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8182         (gen_video_element), (gen_text_element), (gen_audio_element),
8183         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8184         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8185         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8186         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8187         Some playbin cleanups mostly refcounting sloppyness.
8188
8189 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8190
8191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8192           Work with streaming input.
8193
8194 2005-05-25  Wim Taymans  <wim@fluendo.com>
8195
8196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8197         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8198         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8199         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8200         No need to take the STREAM lock anymore.
8201
8202 2005-05-25  Wim Taymans  <wim@fluendo.com>
8203
8204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8205         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8206         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8207         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8208         (gst_ogg_demux_sink_activate):
8209         * ext/theora/theoradec.c: (theora_dec_src_event),
8210         (theora_handle_comment_packet), (theora_dec_chain),
8211         (theora_dec_change_state):
8212         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8213         (vorbis_handle_data_packet), (vorbis_dec_chain),
8214         (vorbis_dec_change_state):
8215         Remove STREAM locks as they are taken in core now.
8216         Never set bogus granulepos on vorbis/theora.
8217         Fix leaks in theoradec tag parsing.
8218
8219 2005-05-25  Wim Taymans  <wim@fluendo.com>
8220
8221         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8222         Fix memleaks, GST_BUFFER_DATA() is not freed.
8223
8224 2005-05-25  Wim Taymans  <wim@fluendo.com>
8225
8226         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8227         Open non-blocking, set to blocking mode afterwards to avoid
8228         lockups when audio device is busy.
8229
8230 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8231
8232         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8233           This can't be good.
8234
8235 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8236
8237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8238         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8239         (gst_audio_convert_setcaps):
8240           Implement instant setup switching.
8241
8242 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8243
8244         * gst/playback/gstplaybasebin.c: (probe_triggered):
8245           Fix missing unlock.
8246         * gst/playback/gstplaybin.c: (add_sink):
8247           First add, then link (otherwise pad link fails).
8248
8249 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8250
8251         * examples/Makefile.am:
8252         fix buildbot (make distcheck)
8253
8254 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8255
8256         * gst/playback/gstplaybin.c: (gen_vis_element):
8257           Remove some wrong code. Doesn't work yet.
8258
8259 2005-05-19  Wim Taymans  <wim@fluendo.com>
8260
8261         * gst-libs/gst/net/Makefile.am:
8262         * gst-libs/gst/net/README:
8263         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8264         (gst_netbuffer_class_init), (gst_netbuffer_init),
8265         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8266         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8267         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8268         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8269         * gst-libs/gst/net/gstnetbuffer.h:
8270         Added buffer subclass to store extra to/from addresses for
8271         network sources/sinks.
8272
8273 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8274
8275         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8276           Don't lock an unassigned variable.
8277
8278 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8279
8280         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8281           Increase buffer for video, decrease buffer for other media types.
8282         * gst/playback/gstplaybin.c: (gen_video_element),
8283         (gen_audio_element):
8284           Change names for debugging purposes.
8285
8286 2005-05-18  Wim Taymans  <wim@fluendo.com>
8287
8288         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8289         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8290         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8291         (gst_ffmpegcsp_chain):
8292         Enable buffer alloc passthrough if the source and dest
8293         formats are the same.
8294
8295 2005-05-17  Wim Taymans  <wim@fluendo.com>
8296
8297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8298         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8299         (gst_ogg_demux_chain_unlocked):
8300         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8301         (gst_audio_convert_caps_remove_format_info),
8302         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8303         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8305         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8306         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8307         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8308         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8309         (gst_ffmpegcsp_get_property):
8310         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8311         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8312         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8313         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8314         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8315         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8316         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8317         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8318         Leak fixes in oggdemux.
8319         Some cleanups in audioconvert.
8320         Make passthrough work along with buffer_alloc etc.
8321         Make buffer_alloc and buffer recycling actually work in
8322         xvimagesink.
8323
8324 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8325
8326         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8327           make the compiler happy
8328
8329 2005-05-17  Wim Taymans  <wim@fluendo.com>
8330
8331         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8332         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8333         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8334         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8335         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8336         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8337         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8338         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8339         (gst_xvimagesink_set_xwindow_id):
8340         * sys/xvimage/xvimagesink.h:
8341         Port xvimagesink to new MiniObject.
8342
8343 2005-05-17  Wim Taymans  <wim@fluendo.com>
8344
8345         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8346         (gst_audiofilter_chain):
8347         * gst-libs/gst/audio/gstaudiosink.c:
8348         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8349         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8350         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8351         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8352         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8353         (gst_audiosink_create_ringbuffer):
8354         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8355         (gst_audio_convert_caps_remove_format_info),
8356         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8357         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8359         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8360         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8361         Fix passthrough in ffmpegcolorspace.
8362         Fix memset in audiosink on wrong memory.
8363
8364 2005-05-16  David Schleef  <ds@schleef.org>
8365
8366         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8367         to GstMiniObject.
8368
8369 2005-05-16  David Schleef  <ds@schleef.org>
8370
8371         Port from GstData to GstMiniObject.
8372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8374         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8375         (gst_ogg_mux_collected):
8376         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8377         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8378         (theora_handle_data_packet):
8379         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8380         (theora_set_header_on_caps), (theora_enc_chain):
8381         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8382         (vorbis_handle_comment_packet):
8383         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8384         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8385         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8386         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8387         * gst/audioconvert/gstaudioconvert.c:
8388         (gst_audio_convert_get_buffer):
8389         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8390         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8391         (mute_stream), (silence_stream):
8392         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8393         * gst/volume/gstvolume.c: (volume_transform):
8394         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8395         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8396         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8397         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8398         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8399         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8400         (gst_ximagesink_buffer_alloc):
8401         * sys/ximage/ximagesink.h:
8402
8403 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8404
8405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8406         (fill_buffer), (check_queue), (queue_threshold_reached),
8407         (queue_out_of_data):
8408         * gst/playback/gstplaybasebin.h:
8409           Post buffer-fullness on the bus.
8410
8411 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8412
8413         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8414         (try_to_link_1):
8415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8416         (group_commit), (probe_triggered), (setup_source),
8417         (gst_play_base_bin_change_state):
8418         * gst/playback/gstplaybasebin.h:
8419         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8420         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8421         (gst_play_bin_change_state):
8422           Move setup_output_pads into a virtual function, remove
8423           group-switch (no longer needed) and redirect (handled by bus
8424           now) signals.
8425
8426 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8427
8428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8429         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8430         (get_active_group), (get_building_group), (group_destroy),
8431         (group_commit), (check_queue), (queue_overrun),
8432         (queue_threshold_reached), (queue_out_of_data),
8433         (gen_preroll_element), (remove_groups), (unknown_type),
8434         (add_element_stream), (no_more_pads), (probe_triggered),
8435         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8436         (setup_substreams), (setup_source), (finish_source),
8437         (prepare_output), (muted_group_change_state),
8438         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8439         (gst_play_base_bin_change_state):
8440         * gst/playback/gstplaybasebin.h:
8441         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8442         (gst_play_bin_init), (gst_play_bin_set_property),
8443         (gen_video_element), (gen_text_element), (gen_audio_element),
8444         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8445         (gst_play_bin_change_state):
8446         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8447         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8448         (stream_info_change_state), (gst_stream_info_set_mute),
8449         (gst_stream_info_get_property):
8450         * gst/playback/gststreaminfo.h:
8451         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8452         (gst_stream_selector_get_linked_pad),
8453         (gst_stream_selector_getcaps),
8454         (gst_stream_selector_get_linked_pads),
8455         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8456         * gst/playback/gststreamselector.h:
8457           Rough port of playbin. Needs some more work, but is mostly done,
8458           and uses a few locks in important places, which should make stuff
8459           like chain-switches clean. Still uses GST_STATE() in a few places,
8460           which isn't all that good an idea, subtitles/elements disabled
8461           because no elements to test with and thus probably broken, query
8462           and event handling moved to GstBin, internal thread removed
8463           alltogether because the pipeline does that for us now. Can play
8464           Ogg/Vorbis files. Haven't tested anything else yet.
8465
8466 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8467
8468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8469           Do no-more-pads (needed for autoplugging).
8470
8471 2005-05-10  Andy Wingo  <wingo@pobox.com>
8472
8473         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8474         message to the bus with the tags. Still not sent downstream tho.
8475
8476         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8477         get_parent.
8478         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8479         avoid refcounting hassles.
8480
8481 2005-05-09  Andy Wingo  <wingo@pobox.com>
8482
8483         * gst/volume/Makefile.am:
8484         * gst/volume/demo.c
8485         * gst/volume/gstvolume.h
8486         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8487         basetransform. Probably need an audio filter base class.
8488
8489 2005-05-09  Wim Taymans  <wim@fluendo.com>
8490
8491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8492         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8493         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8494         (gst_vorbisenc_chain):
8495         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8496         (gst_audio_convert_caps_remove_format_info),
8497         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8498         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8499         Make caps writable before writing to it.
8500         Fix negotiation in audioconvert some more.
8501
8502 2005-05-09  Wim Taymans  <wim@fluendo.com>
8503
8504         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8505         (gst_videorate_getcaps), (gst_videorate_setcaps),
8506         (gst_videorate_event), (gst_videorate_chain):
8507         Better negotiation.
8508
8509 2005-05-09  Wim Taymans  <wim@fluendo.com>
8510
8511         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8512         (gst_videorate_getcaps), (gst_videorate_setcaps),
8513         (gst_videorate_blank_data), (gst_videorate_init),
8514         (gst_videorate_event), (gst_videorate_chain),
8515         (gst_videorate_change_state):
8516         Port videorate, do a better job at negotiation while we're at
8517         it.
8518
8519 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8520
8521         * configure.ac:
8522           Disable libvisual
8523
8524         * examples/Makefile.am:
8525         * gst-libs/gst/audio/Makefile.am:
8526         * gst-libs/gst/riff/Makefile.am:
8527         * gst-libs/gst/tag/Makefile.am:
8528         * gst-libs/gst/video/Makefile.am:
8529           Fixups for missing variables.
8530
8531 2005-05-09  Wim Taymans  <wim@fluendo.com>
8532
8533         * examples/seeking/seek.c: (make_theora_pipeline),
8534         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8535         (query_rates), (query_positions_elems), (query_positions_pads),
8536         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8538         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8539         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8540         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8541         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8543         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8544         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8545         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8546         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8547         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8548         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8549         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8550         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8551         (theora_dec_src_convert), (theora_dec_sink_convert),
8552         (theora_dec_src_query), (theora_dec_sink_query),
8553         (theora_dec_src_event), (theora_dec_sink_event),
8554         (theora_handle_comment_packet), (theora_handle_type_packet),
8555         (theora_handle_header_packet), (theora_handle_data_packet),
8556         (theora_dec_chain):
8557         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8558         (vorbis_dec_convert), (vorbis_dec_src_query),
8559         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8560         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8561         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8562         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8564         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8565         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8566         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8567         (gst_play_bin_query):
8568         * gst/playback/test3.c: (update_scale):
8569         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8570         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8571         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8572         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8573         (gst_videotestsrc_src_query):
8574         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8575         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8576         (paint_hline_YUV9):
8577         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8578         Port to new query API.
8579         Updated seek.
8580         Cleanups in x[v]imagesink
8581
8582 2005-05-09  Andy Wingo  <wingo@pobox.com>
8583
8584         * ext/alsa/gstalsasink.h:
8585         * ext/gnomevfs/gstgnomevfssrc.c:
8586         (gst_gnomevfssrc_get_icy_metadata):
8587         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8588         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8589         * ext/theora/theoradec.c (theora_dec_src_query)
8590         (theora_dec_src_event, theora_dec_sink_event)
8591         (theora_handle_comment_packet, theora_handle_data_packet):
8592         * ext/theora/theoraenc.c (theora_enc_chain):
8593         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8594         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8595         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8596         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8597         (qt_type_find):
8598         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8599         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8600         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8601         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8602         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8603         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8604         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8605         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8606         (paint_setup_RGB565, paint_setup_xRGB1555):
8607         * gst/videotestsrc/videotestsrc.h:
8608         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8609         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8610         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8611         GCC4 fixes.
8612         
8613         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8614         gst_pad_query_position. Fixes oggdemux.
8615
8616 2005-05-08  David Schleef  <ds@schleef.org>
8617
8618         * configure.ac: Require liboil.
8619         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8620         a few more.
8621         * gst/videotestsrc/videotestsrc.c:
8622         * gst/videotestsrc/videotestsrc.h:
8623
8624 2005-05-06  Wim Taymans  <wim@fluendo.com>
8625
8626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8627         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8628         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8629         Well, unreffing a buffer right before pushing it is asking
8630         for trouble..
8631
8632 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8633
8634         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8635
8636 2005-05-06  Wim Taymans  <wim@fluendo.com>
8637
8638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8639         (gst_audio_convert_caps_remove_format_info),
8640         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8641         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8643         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8644         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8645         * gst/sine/Makefile.am:
8646         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8647         (gst_sinesrc_class_init), (gst_sinesrc_init),
8648         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8649         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8650         (gst_sinesrc_update_freq):
8651         * gst/sine/gstsinesrc.h:
8652         * gst/tcp/gstmultifdsink.c:
8653         * sys/xvimage/xvimagesink.c:
8654         Fixed negotiation wrt _peer_get_caps()
8655         Some cleanups.
8656
8657
8658 2005-05-06  Wim Taymans  <wim@fluendo.com>
8659
8660         * gst-libs/gst/audio/gstaudiosink.c:
8661         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8662         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8663         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8664         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8665         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8666         (gst_audiosink_create_ringbuffer):
8667         * gst-libs/gst/audio/gstbaseaudiosink.c:
8668         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8669         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8670         (gst_baseaudiosink_set_property), (build_linear_format),
8671         (debug_spec_caps), (debug_spec_buffer),
8672         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8673         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8674         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8675         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8676         * gst-libs/gst/audio/gstbaseaudiosink.h:
8677         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8678         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8679         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8680         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8681         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8682         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8683         (wait_segment), (gst_ringbuffer_commit),
8684         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8685         (gst_ringbuffer_clear):
8686         * gst-libs/gst/audio/gstringbuffer.h:
8687         Make the base audiosink return an error when there is no
8688         audiobuffer negotiated.
8689
8690 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8691
8692         * ext/Makefile.am:
8693         Disable cdparanoia until someone ports it!
8694
8695 2005-05-06  Wim Taymans  <wim@fluendo.com>
8696
8697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8698         (gst_ogg_demux_sink_activate):
8699         And revert after wingo's revert.. sigh..
8700
8701 2005-05-05  Andy Wingo  <wingo@pobox.com>
8702
8703         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8704         GObject.
8705         * configure.ac: Return audiorate and subparse from the ghetto.
8706         Re-enable -Wall -Werror.
8707         * gst/subparse/gstsubparse.c:
8708         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8709         or chain-based. Cleaned up a bit. Not tested.
8710         
8711 2005-05-05  Christian Schaller <christian@fluendo.com> 
8712
8713         * Makefile.am: remove stuff that is not building
8714         * configure.ac: remove stuff that is not building
8715         * examples/Makefile.am: remove stuff that is not building
8716         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8717         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8718         * sys/Makefile.am: remove stuff that is not building
8719         * testsuite/Makefile.am: remove stuff that is not building
8720
8721 2005-05-05  Andy Wingo  <wingo@pobox.com>
8722
8723         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8724         * gst-libs/gst/tag/gstvorbistag.c:
8725         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8726         * gst/adder/gstadder.h:
8727         * gst/audioconvert/gstchannelmix.c:
8728         (gst_audio_convert_fill_one_other):
8729         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8730         (gst_audiorate_init), (gst_audiorate_chain):
8731         * gst/playback/gstplaybasebin.c: (setup_source):
8732         * gst/playback/test3.c: (update_scale):
8733         Some GCC4 fixes
8734         
8735         * po/af.po:
8736         * po/az.po:
8737         * po/cs.po:
8738         * po/en_GB.po:
8739         * po/hu.po:
8740         * po/it.po:
8741         * po/nb.po:
8742         * po/nl.po:
8743         * po/or.po:
8744         * po/sq.po:
8745         * po/sr.po:
8746         * po/sv.po:
8747         * po/uk.po:
8748         * po/vi.po: Foo
8749
8750 2005-05-05  Wim Taymans  <wim@fluendo.com>
8751
8752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8753         (gst_audio_convert_caps_remove_format_info),
8754         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8755         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8756         * gst/videotestsrc/gstvideotestsrc.c:
8757         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8758         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8759         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8760         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8761         Don't ignore _push() return values.
8762         Make sure no processing is done when shutting down.
8763         Videotestsrc pad activation fix.
8764
8765 2005-05-05  Wim Taymans  <wim@fluendo.com>
8766
8767         * gst/adder/Makefile.am:
8768         * gst/adder/gstadder.c: (gst_adder_setcaps),
8769         (gst_adder_class_init), (gst_adder_init),
8770         (gst_adder_request_new_pad), (gst_adder_collected),
8771         (gst_adder_change_state):
8772         * gst/adder/gstadder.h:
8773         Ported adder as an example of a mixer element using
8774         collect pads. Needs more negotiation work.
8775
8776 2005-05-05  Wim Taymans  <wim@fluendo.com>
8777
8778         * ext/theora/theoradec.c: (_inc_granulepos),
8779         (theora_dec_src_event), (theora_dec_sink_event),
8780         (theora_handle_comment_packet), (theora_handle_type_packet),
8781         (theora_handle_header_packet), (theora_handle_data_packet),
8782         (theora_dec_chain):
8783         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8784         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8785         (theora_push_buffer), (theora_push_packet),
8786         (theora_enc_sink_event), (theora_enc_chain),
8787         (theora_enc_change_state), (theora_enc_set_property),
8788         (theora_enc_get_property):
8789         Added stream lock to decoder so that we can serialize
8790         the discont event.
8791         More theoraenc porting, recover from errors, do clean
8792         shutdown.
8793
8794 2005-05-05  Wim Taymans  <wim@fluendo.com>
8795
8796         * ext/ogg/Makefile.am:
8797         * ext/ogg/README:
8798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8799         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8800         (gst_ogg_print):
8801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8802         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8803         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8804         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8805         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8806         (gst_ogg_mux_change_state):
8807         Ported ogg muxer.
8808
8809 2005-05-05  Wim Taymans  <wim@fluendo.com>
8810
8811         * docs/design-audiosinks.txt:
8812         * gst-libs/gst/audio/TODO:
8813         * gst-libs/gst/audio/gstaudiosink.c:
8814         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8815         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8816         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8817         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8818         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8819         (gst_audiosink_create_ringbuffer):
8820         * gst-libs/gst/audio/gstbaseaudiosink.c:
8821         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8822         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8823         (gst_baseaudiosink_set_property), (build_linear_format),
8824         (debug_spec_caps), (debug_spec_buffer),
8825         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8826         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8827         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8828         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8829         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8830         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8831         (gst_ringbuffer_release), (gst_ringbuffer_play),
8832         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8833         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8834         (gst_ringbuffer_set_sample), (wait_segment),
8835         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8836         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8837         More work on the audiosink, mostly debugging and a race in
8838         shutdown.
8839
8840 2005-04-28  Wim Taymans  <wim@fluendo.com>
8841
8842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8843         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8844         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8845         (vorbis_dec_src_query), (vorbis_dec_src_event),
8846         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8847         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8848         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8849         Don't crap out when seeking back to position 0.
8850
8851 2005-04-28  Wim Taymans  <wim@fluendo.com>
8852
8853         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8854         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8855         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8856         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8857         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8858         Make audio sink configurable, use alsasink as default.
8859
8860 2005-04-28  Wim Taymans  <wim@fluendo.com>
8861
8862         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8863         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8864         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8865         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8866         (vorbis_dec_change_state):
8867         * ext/vorbis/vorbisdec.h:
8868         Refactor, use STREAM_LOCK.
8869
8870 2005-04-28  Wim Taymans  <wim@fluendo.com>
8871
8872         * ext/theora/theoradec.c: (_inc_granulepos),
8873         (theora_dec_sink_event), (theora_handle_comment_packet),
8874         (theora_handle_type_packet), (theora_handle_header_packet),
8875         (theora_handle_data_packet), (theora_dec_chain),
8876         (theora_dec_change_state):
8877         Refactor a bit, use STREAM_LOCK.
8878
8879 2005-04-28  Wim Taymans  <wim@fluendo.com>
8880
8881         * ext/alsa/Makefile.am:
8882         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8883         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8884         (gst_alsa_link), (gst_alsa_close_audio):
8885         * ext/alsa/gstalsaplugin.c: (plugin_init):
8886         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8887         (gst_alsasink_dispose), (gst_alsasink_base_init),
8888         (gst_alsasink_class_init), (gst_alsasink_init),
8889         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8890         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8891         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8892         (gst_alsasink_reset):
8893         * ext/alsa/gstalsasink.h:
8894         Implement alsasink with simple open/write/close API. 
8895         Make alsa dir build by disabling compilation of code.
8896
8897 2005-04-28  Wim Taymans  <wim@fluendo.com>
8898
8899         * gst-libs/gst/audio/Makefile.am:
8900         * gst-libs/gst/audio/audio.h:
8901         * gst-libs/gst/audio/audioclock.c:
8902         * gst-libs/gst/audio/audioclock.h:
8903         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8904         (gst_audio_clock_class_init), (gst_audio_clock_init),
8905         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8906         * gst-libs/gst/audio/gstaudioclock.h:
8907         * gst-libs/gst/audio/gstaudiosink.c:
8908         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8909         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8910         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8911         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8912         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8913         (gst_audiosink_create_ringbuffer):
8914         * gst-libs/gst/audio/gstbaseaudiosink.c:
8915         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8916         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8917         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8918         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8919         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8920         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8921         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8922         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8923         * gst-libs/gst/audio/gstbaseaudiosink.h:
8924         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8925         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8926         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8927         (gst_ringbuffer_release), (gst_ringbuffer_play),
8928         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8929         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8930         (gst_ringbuffer_set_sample), (wait_segment),
8931         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8932         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8933         * gst-libs/gst/audio/gstringbuffer.h:
8934         Make ringbuffer faster and more simple by removing the locks
8935         in the playback thread.
8936         Add sample accurate playback based on buffer sample offsets.
8937         Make the baseaudiosink provide a clock.
8938         Parse caps in the base class.
8939         Correctly handle seeking, flushing and state changes.
8940
8941 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8942
8943         * configure.ac:
8944         * gst/audioconvert/Makefile.am:
8945         * gst/audioscale/Makefile.am:
8946           Fix part of the build.  Come on guys, autogen didn't even work :)
8947
8948 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8949
8950         * configure.ac:
8951         * gst-libs/gst/Makefile.am:
8952         * gst-libs/gst/media-info/.cvsignore:
8953         * gst-libs/gst/media-info/Makefile.am:
8954         * gst-libs/gst/media-info/README:
8955         * gst-libs/gst/media-info/media-info-priv.c:
8956         * gst-libs/gst/media-info/media-info-priv.h:
8957         * gst-libs/gst/media-info/media-info-test.c:
8958         * gst-libs/gst/media-info/media-info.c:
8959         * gst-libs/gst/media-info/media-info.h:
8960         * gst-libs/gst/media-info/media-info.vcproj:
8961         * pkgconfig/Makefile.am:
8962         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8963         * pkgconfig/gstreamer-media-info.pc.in:
8964           Remove media-info, which is also successed by playbin (see Totem
8965           implementation).
8966
8967 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8968
8969         * configure.ac:
8970         * examples/Makefile.am:
8971         * examples/gstplay/.cvsignore:
8972         * examples/gstplay/Makefile.am:
8973         * examples/gstplay/player.c:
8974         * gst-libs/gst/Makefile.am:
8975         * gst-libs/gst/play/.cvsignore:
8976         * gst-libs/gst/play/Makefile.am:
8977         * gst-libs/gst/play/play.c:
8978         * gst-libs/gst/play/play.h:
8979         * gst-libs/gst/play/play.vcproj:
8980         * pkgconfig/Makefile.am:
8981         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8982         * pkgconfig/gstreamer-play.pc.in:
8983           Remove libgstplay, playbin is now the official successor.
8984
8985 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8986
8987         * configure.ac:
8988         * gst-libs/gst/Makefile.am:
8989         * gst-libs/gst/xwindowlistener/Makefile.am:
8990         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8991         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8992           Remove deprecated xwindowlistener (I've moved xwindowlistening
8993           in the v4l/v4l2 plugins over to serverside).
8994
8995 2005-04-25  David Schleef  <ds@schleef.org>
8996
8997         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8998         to examples/dynparams.  Examples do not belong interspersed with
8999         source code.
9000         * examples/dynparams/demo-dparams.c:
9001         * gst/sine/Makefile.am:
9002         * gst/sine/demo-dparams.c:
9003
9004 2005-04-25  David Schleef  <ds@schleef.org>
9005
9006         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9007         * gst-libs/gst/audio/Makefile.am:
9008         * gst-libs/gst/riff/Makefile.am:
9009         * gst-libs/gst/tag/Makefile.am:
9010         * gst-libs/gst/video/Makefile.am:
9011         * gst-libs/gst/xwindowlistener/Makefile.am:
9012
9013         Convert to 0.9 API, seems to work:
9014         * sys/ximage/Makefile.am:
9015         * sys/ximage/ximagesink.c:
9016
9017 2005-04-24  David Schleef  <ds@schleef.org>
9018
9019         Link plugins against libraries:
9020         * ext/alsa/Makefile.am:
9021         * gst/tcp/Makefile.am:
9022
9023         Remove asm code that should be in liboil
9024         * gst/videoscale/Makefile.am:
9025         * gst/videoscale/videoscale_x86_asm.s:
9026
9027         gettext wants these checked in:
9028         * po/af.po:
9029         * po/az.po:
9030         * po/cs.po:
9031         * po/en_GB.po:
9032         * po/hu.po:
9033         * po/it.po:
9034         * po/nb.po:
9035         * po/nl.po:
9036         * po/or.po:
9037         * po/sq.po:
9038         * po/sr.po:
9039         * po/sv.po:
9040         * po/uk.po:
9041         * po/vi.po:
9042
9043 2005-04-24  David Schleef  <ds@schleef.org>
9044
9045         Convert gst_main() to g_main_loop_run()
9046         * gst/playback/decodetest.c: (main):
9047         * gst/playback/test2.c: (main):
9048         * gst/playback/test3.c: (main):
9049         * gst/playback/test4.c: (main):
9050
9051         Link plugins against libraries:
9052         * ext/libvisual/Makefile.am:
9053         * sys/xvimage/Makefile.am:
9054
9055 2005-04-24  David Schleef  <ds@schleef.org>
9056
9057         * configure.ac: Remove idct and resample libs
9058         * gst-libs/gst/Makefile.am: same
9059
9060         Remove usage of gst_library_load():
9061         * ext/alsa/gstalsaplugin.c: (plugin_init):
9062         * ext/libvisual/visual.c: (plugin_init):
9063         * ext/ogg/gstogg.c: (plugin_init):
9064         * ext/theora/theora.c: (plugin_init):
9065         * ext/vorbis/vorbis.c: (plugin_init):
9066         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9067         * gst/audioscale/gstaudioscale.c:
9068         * gst/adder/gstadder.c: (plugin_init):
9069         * gst/audioconvert/plugin.c: (plugin_init):
9070         * sys/ximage/ximagesink.c: (plugin_init):
9071         * sys/xvimage/xvimagesink.c: (plugin_init):
9072         * gst/tcp/gsttcpplugin.c: (plugin_init):
9073
9074         Link plugins against libraries:
9075         * ext/ogg/Makefile.am:
9076         * ext/theora/Makefile.am:
9077         * ext/vorbis/Makefile.am:
9078         * gst/audioconvert/Makefile.am:
9079
9080         Create proper libraries:
9081         * gst-libs/gst/riff/Makefile.am:
9082         * gst-libs/gst/audio/Makefile.am:
9083         * gst-libs/gst/video/Makefile.am:
9084
9085         Move resample library to audioscale plugin directory:
9086         * gst-libs/gst/resample/Makefile.am:
9087         * gst-libs/gst/resample/README:
9088         * gst-libs/gst/resample/dtof.c:
9089         * gst-libs/gst/resample/dtos.c:
9090         * gst-libs/gst/resample/functable.c:
9091         * gst-libs/gst/resample/private.h:
9092         * gst-libs/gst/resample/resample.c:
9093         * gst-libs/gst/resample/resample.h:
9094         * gst-libs/gst/resample/resample.vcproj:
9095         * gst-libs/gst/resample/test.c:
9096         * gst/audioscale/Makefile.am:
9097         * gst/audioscale/README:
9098         * gst/audioscale/dtof.c:
9099         * gst/audioscale/dtos.c:
9100         * gst/audioscale/functable.c:
9101         * gst/audioscale/private.h:
9102         * gst/audioscale/resample.c:
9103         * gst/audioscale/resample.h:
9104         * gst/audioscale/test.c:
9105
9106         Move tagedit library to gst-libs:
9107         * gst-libs/gst/tag/Makefile.am:
9108         * gst-libs/gst/tag/gstid3tag.c:
9109         * gst-libs/gst/tag/gsttagediting.c:
9110         * gst-libs/gst/tag/gsttageditingprivate.h:
9111         * gst-libs/gst/tag/gstvorbistag.c:
9112         * gst/tags/Makefile.am:
9113         * gst/tags/gstid3tag.c:
9114         * gst/tags/gstvorbistag.c:
9115
9116         Fix for core changes:
9117         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9118         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9119         (gst_sinesrc_getrange):
9120
9121 2005-04-23  David Schleef  <ds@schleef.org>
9122
9123         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9124         in gst-plugins in a long time, and properly belongs in liboil.
9125         * gst-libs/gst/idct/Makefile.am:
9126         * gst-libs/gst/idct/README:
9127         * gst-libs/gst/idct/dct.h:
9128         * gst-libs/gst/idct/doieee:
9129         * gst-libs/gst/idct/fastintidct.c:
9130         * gst-libs/gst/idct/floatidct.c:
9131         * gst-libs/gst/idct/idct.c:
9132         * gst-libs/gst/idct/idct.h:
9133         * gst-libs/gst/idct/idtc.vcproj:
9134         * gst-libs/gst/idct/ieeetest.c:
9135         * gst-libs/gst/idct/intidct.c:
9136
9137 2005-04-20  Wim Taymans  <wim@fluendo.com>
9138
9139         * docs/design-audiosinks.txt:
9140         * gst-libs/gst/audio/Makefile.am:
9141         * gst-libs/gst/audio/TODO:
9142         * gst-libs/gst/audio/gstaudiosink.c:
9143         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9144         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9145         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9146         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9147         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9148         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9149         (gst_audiosink_class_init), (gst_audiosink_init),
9150         (gst_audiosink_create_ringbuffer):
9151         * gst-libs/gst/audio/gstaudiosink.h:
9152         * gst-libs/gst/audio/gstbaseaudiosink.c:
9153         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9154         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9155         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9156         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9157         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9158         (gst_baseaudiosink_create_ringbuffer),
9159         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9160         * gst-libs/gst/audio/gstbaseaudiosink.h:
9161         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9162         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9163         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9164         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9165         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9166         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9167         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9168         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9169         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9170         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9171         * gst-libs/gst/audio/gstringbuffer.h:
9172         An attempt at a set of audio base classes together with some
9173         design docs.
9174
9175 2005-04-20  Wim Taymans  <wim@fluendo.com>
9176
9177         * gst/audioconvert/Makefile.am:
9178         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9179         (gst_audio_convert_caps_remove_format_info),
9180         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9181         (gst_audio_convert_channels):
9182         Link against audio libs.
9183         Fix audio convert plugin.
9184
9185 2005-04-20  Wim Taymans  <wim@fluendo.com>
9186
9187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9188         (gst_ogg_demux_sink_activate):
9189         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9190         (theora_set_header_on_caps), (theora_enc_sink_event),
9191         (theora_enc_chain):
9192         Fix theora encoder.
9193
9194 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9195
9196         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9197         * gst/playback/gstdecodebin.c: (find_compatibles):
9198           Work with staticpadtemplates in elementfactories.
9199
9200 2005-04-12  Wim Taymans  <wim@fluendo.com>
9201
9202         * gst/playback/README:
9203         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9204         (compare_ranks), (print_feature), (gst_decode_bin_init),
9205         (dynamic_create), (dynamic_free), (find_compatibles),
9206         (mimetype_is_raw), (close_pad_link), (got_redirect),
9207         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9208         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9209         (gst_decode_bin_change_state):
9210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9211         (gst_play_base_bin_init), (group_destroy), (group_commit),
9212         (check_queue), (queue_overrun), (queue_threshold_reached),
9213         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9214         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9215         (got_redirect), (setup_source), (play_base_eos),
9216         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9217         (gst_play_base_bin_remove_element):
9218         * gst/playback/gstplaybasebin.h:
9219         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9220         (gst_play_bin_init), (gst_play_bin_dispose),
9221         (gst_play_bin_set_property), (gen_video_element),
9222         (gen_text_element), (gen_audio_element), (remove_sinks),
9223         (gst_play_bin_send_event):
9224         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9225         (stream_info_change_state), (gst_stream_info_set_mute):
9226         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9227         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9228         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9229         (gst_stream_selector_chain):
9230         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9231         (main):
9232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9233         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9234         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9235         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9236         Raw and crude port of decodebin. 
9237         Make playbin compile.
9238
9239 2005-04-06  Wim Taymans  <wim@fluendo.com>
9240
9241         * ext/gnomevfs/Makefile.am:
9242         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9243         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9244         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9245         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9246         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9247         (gst_gnomevfssrc_stop):
9248         * ext/ogg/Makefile.am:
9249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9250         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9251         * ext/theora/Makefile.am:
9252         * ext/theora/theoradec.c: (_inc_granulepos),
9253         (theora_dec_sink_event), (theora_dec_chain):
9254         * ext/vorbis/Makefile.am:
9255         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9256         (vorbis_dec_sink_event), (vorbis_dec_chain):
9257         * gst-libs/gst/audio/Makefile.am:
9258         * sys/xvimage/Makefile.am:
9259         Make gnomevfssrc extend the source base class.
9260         Fix linking against libs in various plugins.
9261
9262 2005-04-06  Andy Wingo  <wingo@pobox.com>
9263
9264         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9265         GST_BASE_LIBS.
9266
9267         * configure.ac: Add check and AC_SUBST for libgstbase.
9268
9269 2005-03-31  Wim Taymans  <wim@fluendo.com>
9270
9271         * examples/seeking/Makefile.am:
9272         * examples/seeking/cdparanoia.c: (main):
9273         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9274         (play_cb), (pause_cb), (stop_cb), (main):
9275         * examples/seeking/playbin.c:
9276         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9277         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9278         (make_sid_pipeline), (make_vorbis_pipeline),
9279         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9280         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9281         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9282         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9283         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9284         (stop_cb), (main):
9285         * examples/seeking/spider_seek.c:
9286         * examples/seeking/vorbisfile.c:
9287         * ext/gnomevfs/Makefile.am:
9288         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9289         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9290         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9291         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9292         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9293         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9294         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9295         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9296         * ext/ogg/README:
9297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9298         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9299         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9300         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9301         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9302         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9303         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9304         (gst_ogg_demux_factory_filter), (compare_ranks),
9305         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9306         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9307         (gst_ogg_chain_new), (gst_ogg_chain_free),
9308         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9309         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9310         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9311         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9312         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9313         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9314         (gst_ogg_demux_get_prev_page),
9315         (gst_ogg_demux_deactivate_current_chain),
9316         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9317         (gst_ogg_demux_bisect_forward_serialno),
9318         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9319         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9320         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9321         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9322         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9323         (gst_ogg_demux_change_state), (gst_ogg_print):
9324         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9325         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9326         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9327         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9328         (gst_ogg_mux_loop):
9329         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9330         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9331         (theora_dec_src_convert), (theora_dec_sink_convert),
9332         (theora_dec_src_query), (theora_dec_src_event),
9333         (theora_dec_sink_event), (theora_dec_chain),
9334         (theora_dec_change_state):
9335         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9336         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9337         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9338         (theora_enc_change_state):
9339         * ext/vorbis/Makefile.am:
9340         * ext/vorbis/oggvorbisenc.c:
9341         * ext/vorbis/oggvorbisenc.h:
9342         * ext/vorbis/vorbis.c: (plugin_init):
9343         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9344         (vorbis_dec_src_query), (vorbis_dec_src_event),
9345         (vorbis_dec_sink_event), (vorbis_dec_chain),
9346         (vorbis_dec_change_state):
9347         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9348         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9349         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9350         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9351         (gst_vorbisenc_change_state):
9352         * ext/vorbis/vorbisenc.h:
9353         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9354         * gst-libs/gst/audio/audioclock.c:
9355         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9356         (gst_audiofilter_init), (gst_audiofilter_chain):
9357         * gst-libs/gst/audio/testchannels.c: (main):
9358         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9359         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9360         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9361         (gmip_find_track_streaminfo), (gmip_find_track_format):
9362         * gst-libs/gst/media-info/media-info.c:
9363         (gst_media_info_read_idler):
9364         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9365         (gst_play_get_all_by_interface):
9366         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9367         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9368         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9369         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9370         (gst_riff_parse_info):
9371         * gst-libs/gst/riff/riff-read.h:
9372         * gst-libs/gst/riff/riff.c: (plugin_init):
9373         * gst-libs/gst/video/Makefile.am:
9374         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9375         (gst_videosink_class_init), (gst_videosink_get_type):
9376         * gst-libs/gst/video/videosink.h:
9377         * gst/audioconvert/bufferframesconvert.c:
9378         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9379         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9380         * gst/audioconvert/channelmixtest.c: (main):
9381         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9382         (gst_audio_convert_chain),
9383         (gst_audio_convert_caps_remove_format_info),
9384         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9385         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9386         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9387         (gst_audio_convert_buffer_to_default_format),
9388         (gst_audio_convert_buffer_from_default_format),
9389         (gst_audio_convert_channels):
9390         * gst/audioconvert/gstchannelmix.h:
9391         * gst/ffmpegcolorspace/avcodec.h:
9392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9393         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9394         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9395         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9396         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9397         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9398         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9399         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9400         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9401         (dv_type_find):
9402         * gst/videotestsrc/gstvideotestsrc.c:
9403         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9404         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9405         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9406         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9407         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9408         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9409         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9411         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9412         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9413         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9414         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9415         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9416         (gst_xvimagesink_navigation_send_event),
9417         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9418         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9419         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9420         * sys/xvimage/xvimagesink.h:
9421         Plugin port to 0.9, ogg/theora playback should work in the seek
9422         example now.
9423         Removed old examples.
9424         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9425         explained in 0.9 TODO doc.
9426
9427
9428 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9429
9430         * autogen.sh:
9431         * configure.ac:
9432         * ext/Makefile.am:
9433         * gst/Makefile.am:
9434         * po/POTFILES.in:
9435         * po/af.po:
9436         * po/az.po:
9437         * po/cs.po:
9438         * po/en_GB.po:
9439         * po/hu.po:
9440         * po/it.po:
9441         * po/nb.po:
9442         * po/nl.po:
9443         * po/or.po:
9444         * po/sq.po:
9445         * po/sr.po:
9446         * po/sv.po:
9447         * po/uk.po:
9448         * po/vi.po:
9449         * sys/Makefile.am:
9450         * testsuite/Makefile.am:
9451           remove a whole bunch of plugins.  This module now contains a set
9452           of free reference plugins/elements as agreed.
9453
9454 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9455
9456         * configure.ac:
9457           hunting season on 0.9 is now OPEN
9458
9459 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9460
9461         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9462           Kick the hell out of gcc for not warning me about a symbol conflict.
9463
9464 2005-02-22  Luca Ognibene  <luogni@tin.it>
9465
9466         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9467
9468         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9469           Don't leak caps string (fixes #168134)
9470
9471         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9472         (gst_jpegenc_init), (gst_jpegenc_finalize),
9473         (gst_jpegenc_change_state):
9474           Don't leak line buffers and context struct (fixes #168133).
9475
9476 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9477
9478         * configure.ac:
9479         * ext/dirac/gstdiracdec.cc:
9480         (gst_diracdec_chain):
9481           Since dirac 0.5.0 the framerate in dirac is expressed as a
9482           rational number. Fix build and up requirement to 0.5.0, and
9483           also pass parameters to gst_diracdec_link in the right order
9484           (fixes #167959).
9485
9486 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9487
9488         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9489         * ext/faad/gstfaad.h:
9490         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9491         certain invalid muxed streams, where some packets will contain 
9492         junk after decoder data. Partially fixes #149158.
9493
9494 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9495         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9496           Make sure we only write to writable buffers
9497
9498 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9499
9500         * gst-libs/gst/riff/riff-media.c:
9501         (gst_riff_create_audio_caps_with_data):
9502           Do actually fix invalid RIFF fmt header values for alaw
9503           and mulaw audio instead of just saying so.
9504
9505         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9506           Give gst_riff_create_audio_caps_with_data() a chance to
9507           fix up broken format header fields before extracting any
9508           parameters from the header. (fixes #167633)
9509
9510 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9511
9512         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9513
9514         * gst/audioconvert/bufferframesconvert.c:
9515         (buffer_frames_convert_link):
9516           Don't leak othercaps. (fixes #167878)
9517
9518 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9519
9520         * configure.ac:
9521         * ext/libvisual/visual.c: (gst_visual_srclink),
9522         (gst_visual_change_state):
9523           Support libvisual 0.2.0.
9524
9525 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9526
9527         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9528         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9529           Use same rowstrides for I420 as used everywhere else.
9530
9531 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9532
9533         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9534           Declare variables at beginning of block and make gcc-2.95 happy
9535           (fixes # 167482, patch by Gergely Nagy).
9536           
9537         * gst/tcp/gsttcpclientsrc.c:
9538         * gst/tcp/gsttcpclientsrc.h:
9539           Move some includes into the header, so that struct sockaddr_in is
9540           defined when it should be defined on FreeBSD as well (fixes
9541           #167483).
9542           
9543         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9544           Don't pass uninitialised values to setsockopt() here either.
9545
9546 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9547
9548         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9549
9550         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9551           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9552
9553 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9554
9555         * gst/playback/gstplaybin.c: (add_sink):
9556           Invert bin_add/link order to workaround deadlock in opt.
9557
9558 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9559
9560         * gst/modplug/gstmodplug.cc:
9561           Add missing break causing position queries to fail.
9562
9563 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9564
9565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9566           Granpos can apparently be -1, which screws up calculations...
9567
9568 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9569
9570         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9571         (gst_ximagesink_send_pending_navigation),
9572         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9573         (gst_ximagesink_init):
9574         * sys/ximage/ximagesink.h:
9575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9576         (gst_xvimagesink_send_pending_navigation),
9577         (gst_xvimagesink_navigation_send_event),
9578         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9579         * sys/xvimage/xvimagesink.h:
9580           Use a mutex protected list to marshal navigation
9581           events into the stream thread from whichever thread
9582           sends them.
9583
9584 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9585
9586         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9587           Display current position and track length; misc. clean-ups.
9588           
9589         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9590         (speed_init), (speed_chain):
9591           Add query function, so that the stream length and current position
9592           get adjusted when queried (note that current position queries may
9593           still be wrong if the audio sink returns values based on buffer
9594           timestamps instead of passing on the query).
9595
9596 2005-02-13  Benjamin Otte  <otte@gnome.org>
9597
9598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9599         (gst_audio_convert_channels):
9600           create channel conversion matrix when linking
9601         * gst/audioconvert/.cvsignore:
9602         * gst/audioconvert/Makefile.am:
9603         * gst/audioconvert/channelmixtest.c: (main):
9604           add (ugly) test that ensures stereo <=> mono conversion works
9605           correctly
9606
9607 2005-02-13  Benjamin Otte  <otte@gnome.org>
9608
9609         * gst/audioconvert/gstchannelmix.h:
9610           include missing header file
9611         * gst/audioconvert/gstchannelmix.c:
9612         (gst_audio_convert_fill_compatible):
9613           use same sign for both channels when converting to/from compatible
9614           channel. Previously used different signs made the signals cancel
9615           each other out and appear like silence. (fixes #167269)
9616
9617 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9618
9619         * gst/ffmpegcolorspace/avcodec.h:
9620         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9621         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9622         (gst_ffmpegcsp_avpicture_fill):
9623         * gst/ffmpegcolorspace/imgconvert.c:
9624           Convert to and from YV12 (fixes #156379).
9625
9626 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9627
9628         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9629         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9630         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9631         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9632         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9633         methods from chain and negotiation and vice versa (Fixes #166142).
9634         * sys/ximage/ximagesink.h: Add stream_lock.
9635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9636         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9637         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9638         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9639
9640 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9641
9642         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9643           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9644           error message when we can't open the DVD device (when dvdnav_open()
9645           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9646           the above). Send something more useful instead (fixes #167117).
9647
9648 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9649
9650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9651         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9652         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9653         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9654         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9655         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9656         methods from chain and negotiation and vice versa (Fixes #166142).
9657         Fix a possible bug of images in the buffer pool being discarded because
9658         we are looking at the wrong geometry.
9659         * sys/xvimage/xvimagesink.h: Add stream_lock.
9660
9661 2005-02-11  David Schleef  <ds@schleef.org>
9662
9663         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9664         unsigned int. (fixes #167128)
9665
9666 2005-02-11  David Schleef  <ds@schleef.org>
9667
9668         * gst/librfb/Makefile.am: Testing stuff before committing is
9669           for wimps... and people with fast machines.  Fix stupid
9670           mistake.
9671
9672 2005-02-11  David Schleef  <ds@schleef.org>
9673
9674         * configure.ac: Pull in librfb from my CVS tree, because it is
9675           too small and annoying to be separate.  Move rfbsrc plugin
9676           to gst/.
9677         * ext/Makefile.am:
9678         * ext/librfb/Makefile.am:
9679         * ext/librfb/gstrfbsrc.c:
9680         * gst/librfb/Makefile.am:
9681         * gst/librfb/gstrfbsrc.c:
9682         * gst/librfb/rfb.c:
9683         * gst/librfb/rfb.h:
9684         * gst/librfb/rfbbuffer.c:
9685         * gst/librfb/rfbbuffer.h:
9686         * gst/librfb/rfbbytestream.c:
9687         * gst/librfb/rfbbytestream.h:
9688         * gst/librfb/rfbcontext.h:
9689         * gst/librfb/rfbdecoder.c:
9690         * gst/librfb/rfbdecoder.h:
9691         * gst/librfb/rfbutil.h:
9692
9693 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9694
9695         * gst/speed/Makefile.am:
9696         * gst/speed/demo-mp3.c: (main):
9697         * gst/speed/filter.func:
9698         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9699         (speed_class_init), (speed_init), (speed_chain_int16),
9700         (speed_chain_float32), (speed_chain), (speed_set_property),
9701         (speed_get_property), (speed_change_state):
9702         * gst/speed/gstspeed.h:
9703           Fix speed element and make it chain-based (fixes #156467),
9704           and make it handle more than one channel.
9705
9706 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9707
9708         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9709         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9710         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9711         * ext/dts/gstdtsdec.h:
9712           Don't clobber the stack constructing the channels array.
9713           Make the element chain-based. DTS tracks can now be played.
9714           
9715 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9716
9717         * gst-libs/gst/audio/multichannel.h:
9718         * gst-libs/gst/gconf/gconf.h:
9719         * gst-libs/gst/idct/idct.h:
9720         * gst-libs/gst/media-info/media-info-priv.h:
9721         * gst-libs/gst/play/play.h:
9722         * gst-libs/gst/resample/private.h:
9723         * gst-libs/gst/resample/resample.h:
9724         * gst-libs/gst/riff/riff-ids.h:
9725         * gst-libs/gst/video/video.h:
9726         * gst-libs/gst/video/videosink.h:
9727           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9728           missing, so that they work when included from C++ code.
9729
9730 2005-02-09  David Schleef  <ds@schleef.org>
9731
9732         * testsuite/gst-lint: Check for non-statically scoped
9733           parent_class variables.  This won't be a problem once
9734           plugins are loaded with RTLD_LOCAL.
9735
9736 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9737
9738         * ext/mplex/gstmplexibitstream.cc:
9739           gcc madness.
9740
9741 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9742
9743         * ext/ogg/gstogmparse.c:
9744         * gst/debug/gstnavigationtest.c:
9745           Die, thou faulty symbol pollutors (non-static parent_class).
9746
9747 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9748
9749         * ext/mplex/gstmplexibitstream.cc:
9750           Fix event handling (#165525).
9751
9752 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9753
9754         * ext/mikmod/gstmikmod.c:
9755         * gst/modplug/gstmodplug.cc:
9756           Add missing endianness to template (fixes #165509).
9757
9758 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9759
9760         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9761           Fix wrong order of reading of optional bytes (#165290).
9762
9763 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9764
9765         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9766           Implement FILLER event awareness.
9767
9768 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9769
9770         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9771           Fix track calculations (#166208).
9772
9773 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9774
9775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9776
9777         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9778         * ext/libpng/gstpngenc.c:
9779           Fix byte-order, use proper fixed caps. Fixes #164197.
9780
9781 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9782
9783         * configure.ac:
9784           Add dvdlpcmdec 
9785
9786         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9787         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9788           Don't push buffers if the src pad isn't negotiated yet.
9789           
9790         * gst/audioconvert/gstaudioconvert.c:
9791         (gst_audio_convert_buffer_to_default_format),
9792         (gst_audio_convert_buffer_from_default_format):
9793           Add support for 24-bit width.
9794
9795         * gst/dvdlpcmdec/.cvsignore:
9796         * gst/dvdlpcmdec/Makefile.am:
9797         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9798         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9799         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9800         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9801         (plugin_init):
9802         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9803           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9804           format. Needs support for the channels maps if someone can find 
9805           a DVD LPCM track with > 2 channels.
9806
9807         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9808         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9809         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9810         * gst/mpegstream/gstdvddemux.h:
9811         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9812         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9813         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9814         * gst/mpegstream/gstmpegdemux.h:
9815         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9816         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9817         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9818         (gst_mpeg_parse_handle_src_query),
9819         (gst_mpeg_parse_handle_src_event):
9820           Use audio/x-dvd-lpcm for LPCM output.
9821           Add DTS output.
9822
9823 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9824
9825         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9826
9827         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9828         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9829           Add BGRA handling (#165736).
9830
9831 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9832
9833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9834
9835         * gst/law/alaw-decode.c: (alawdec_link):
9836         * gst/law/alaw-encode.c: (alawenc_link):
9837         * gst/law/mulaw-decode.c: (mulawdec_link):
9838         * gst/law/mulaw-encode.c: (mulawenc_link):
9839           Fix caps memleaks (#166600).
9840
9841 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9842
9843         * ext/tarkin/mem.h:
9844         * ext/tarkin/wavelet.h:
9845         * ext/tarkin/yuv.h:
9846         * gst/ffmpegcolorspace/avcodec.h:
9847           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9848           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9849
9850 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9851
9852         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9854         (gst_xvimagesink_change_state):
9855           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9856           Xv video (and thereby regenerate Xv colourkey) in clear() so
9857           that PLAY -> READY -> PLAY works (fixes #162504).
9858
9859 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9860
9861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9862           Switch to list instead of range, since MJPEG-devices really just
9863           support decimations, not any size.
9864
9865 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9866         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9867         (gst_mpeg2dec_reset), (free_all_buffers),
9868         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9869         * ext/mpeg2dec/gstmpeg2dec.h:
9870           The libmpeg2 user-allocated buffer management is awkward, 
9871           to say the least. Hopefully this fixes things.
9872
9873 2005-02-04  Andy Wingo  <wingo@pobox.com>
9874
9875         * gst/audioconvert/bufferframesconvert.c
9876         (buffer_frames_convert_fixate): New function, fixates to 256
9877         frames per buffer by default. (Much better than 1.)
9878         (buffer_frames_convert_init): Set the fixate function for both src
9879         and sink pad.
9880         (buffer_frames_convert_link): After success setting nonfixed caps,
9881         get the negotiated caps so we can know how many buffer-frames it
9882         will be. No idea how this worked at all before.
9883
9884 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9885
9886         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9887         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9888         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9889         (handle_sequence), (handle_picture):
9890         * ext/mpeg2dec/gstmpeg2dec.h:
9891           Rearrange buffer tracking and refcounting and refactor
9892           a little for readability. 
9893
9894 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9895         * sys/v4l/gstv4l.c: (plugin_init):
9896         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9897         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9898         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9899         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9900         * sys/v4l/gstv4ljpegsrc.h:
9901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9902         * sys/v4l/v4l_calls.h:
9903         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9904         (gst_v4lsrc_get_fps):
9905         * sys/v4l/v4lsrc_calls.h:
9906           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9907           you jpeg inside rgb frames" driver.
9908           Don't error in the v4lsrc link function, just return 
9909           REFUSED.
9910
9911 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9912
9913         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9914         (gst_qcamsrc_open):
9915           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9916
9917 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9918
9919         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9920           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9921
9922 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9923
9924         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9925           Reset negotiated state on PAUSED->READY.
9926
9927 2005-02-02  David Schleef  <ds@schleef.org>
9928
9929         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9930         whereever possible.  (Fixes #165997)
9931         * examples/capsfilter/capsfilter1.c: (main):
9932         * examples/dynparams/filter.c: (create_ui):
9933         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9934         * examples/seeking/chained.c: (main):
9935         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9936         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9937         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9938         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9939         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9940         * examples/switch/switcher.c: (main):
9941         * ext/dv/demo-play.c: (main):
9942         * ext/faad/gstfaad.c: (gst_faad_change_state):
9943         * ext/mad/gstmad.c: (gst_mad_chain):
9944         * ext/smoothwave/demo-osssrc.c: (main):
9945         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9946         (gst_gconf_render_bin_from_description),
9947         (gst_gconf_get_default_audio_sink),
9948         (gst_gconf_get_default_video_sink),
9949         (gst_gconf_get_default_audio_src),
9950         (gst_gconf_get_default_video_src),
9951         (gst_gconf_get_default_visualization_element):
9952         * gst/level/demo.c: (main):
9953         * gst/level/plot.c: (main):
9954         * gst/playback/gstplaybin.c: (gen_video_element),
9955         (gen_audio_element):
9956         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9957         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9958         * gst/sine/demo-dparams.c: (main):
9959         * gst/spectrum/demo-osssrc.c: (main):
9960         * gst/speed/demo-mp3.c: (main):
9961         * gst/volume/demo.c: (main):
9962         * testsuite/embed/embed.c: (main):
9963
9964 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9965
9966         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9967         (gst_tcpclientsink_finalize):
9968         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9969         (gst_tcpclientsrc_finalize):
9970         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9971         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9972         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9973         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9974           Don't leak the hostname when shutting down.
9975           In tcpserversrc, take a copy of the default hostname.
9976
9977 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9978
9979         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9980           Set caps to systemstream=TRUE.
9981
9982 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9983
9984         * testsuite/Makefile.am:
9985           Fix more OSX buildbots.
9986
9987 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9988
9989         * ext/mpeg2dec/gstmpeg2dec.c:
9990           Don't send things to NULL PAD_PEERs
9991
9992         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9993           Copy-on-write the incoming buffer.
9994
9995         * gst/mpegstream/gstdvddemux.h:
9996         * gst/mpegstream/gstmpegclock.h:
9997         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9998         (normal_seek), (gst_mpeg_demux_handle_src_event):
9999         * gst/mpegstream/gstmpegdemux.h:
10000         * gst/mpegstream/gstmpegpacketize.h:
10001         * gst/mpegstream/gstmpegparse.c:
10002         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10003         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10004         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10005         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10006         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10007         * gst/mpegstream/gstmpegparse.h:
10008         * gst/mpegstream/gstrfc2250enc.h:
10009           Various changes to the way time is computed that make seeking and
10010           total time estimation much better here.
10011           Use G_BEGIN/END_DECLS instead of __cplusplus
10012
10013         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10014           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10015
10016 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10017
10018         * gst/subparse/gstsubparse.c:
10019           Fix OSX buildbot.
10020
10021 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10022
10023         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10024         (theora_enc_chain), (theora_enc_change_state):
10025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10026         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10027         (gst_vorbisenc_change_state):
10028         * ext/vorbis/vorbisenc.h:
10029           Set granulepos and timestamp correctly for streams not
10030           starting at 0, taking into account the initial delay.
10031
10032 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10033
10034         * gst/mpegstream/gstdvddemux.c:
10035           Add audio/x-dts to audio pad template caps
10036
10037 2005-01-30  David Schleef  <ds@schleef.org>
10038
10039         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10040         (create_context), (gst_polypsink_link): Fix silly endianness
10041         bug.  Add some debugging.  Remove float from caps; it doesn't
10042         work.  Attempt to get remote audio working.
10043
10044 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10045
10046         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10047           Add 3IV2 fourcc.
10048
10049 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10050
10051         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10052         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10053         (gst_avi_demux_stream_data):
10054         * gst/avi/gstavidemux.h:
10055           Invert DIB images. Fixes #132341.
10056
10057 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10058
10059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10060         (gst_ffmpegcsp_chain):
10061           D'oh, reference the palette data, not the palette structure.
10062           Fixes color distortion in #132341.
10063
10064 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10065
10066         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10067           PAR can be non-fixed when not provided as argument (#162626).
10068
10069 2005-01-29  David Moore  <dcm@acm.org>
10070
10071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10072
10073         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10074         (gst_qtdemux_loop_header):
10075           Re-apply patch from #142272 that allows non-seekable sources,
10076           re-proposed by Daniel Drake <dsd@gentoo.org>.
10077
10078 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10081           Use the src template for creating the src pad (#162330).
10082
10083 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10084
10085         * configure.ac:
10086         * ext/musepack/Makefile.am:
10087         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10088         (gst_musepackdec_init), (gst_musepackdec_dispose),
10089         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10090         (gst_musepack_stream_init), (gst_musepackdec_loop),
10091         (gst_musepackdec_change_state):
10092         * ext/musepack/gstmusepackdec.cpp:
10093         * ext/musepack/gstmusepackdec.h:
10094         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10095         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10096         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10097         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10098         * ext/musepack/gstmusepackreader.cpp:
10099         * ext/musepack/gstmusepackreader.h:
10100           Update to 1.1 API (#165446).
10101
10102 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10103
10104         * ext/Makefile.am:
10105           Unbreak buildbot.
10106
10107 2005-01-28  Andy Wingo  <wingo@pobox.com>
10108
10109         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10110         to reflect a different dubious internet source. Add a reference
10111         and some commentary.
10112
10113 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10114
10115         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10116         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10117         * gst/playback/gststreamselector.h:
10118           Be more selective when we're redoing caps negotiation from
10119           within the chain function on a stream change.
10120
10121 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10122
10123         * configure.ac:
10124         * ext/Makefile.am:
10125         * ext/amrnb/Makefile.am:
10126         * ext/amrnb/amrnb.c: (plugin_init):
10127         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10128         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10129         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10130         (gst_amrnbdec_state_change):
10131         * ext/amrnb/amrnbdec.h:
10132         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10133         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10134         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10135         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10136         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10137         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10138         * ext/amrnb/amrnbparse.h:
10139           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10140         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10141           Add AMR-NB/-WB raw formats.
10142         * ext/alsa/gstalsa.c: (gst_alsa_link):
10143           Keep valid time when changing format.
10144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10145         (qtdemux_parse_trak):
10146           Add some more format-specific options (#140141, #143555, #155163).
10147
10148 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10149
10150         * gst/matroska/matroska-demux.c:
10151         (gst_matroska_demux_parse_blockgroup):
10152           Fix logic error in timing of subtitle stream synchronization.
10153         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10154           Add skip-chunk, which is found in kodak-camera streams.
10155
10156 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10157
10158         * po/LINGUAS:
10159         * po/vi.po:
10160           Adding Vietnamese translation (submitted by Clytie Siddall)
10161
10162 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10163
10164         * gst/playback/gstdecodebin.c: (try_to_link_1):
10165           Use realpad for signal.
10166
10167 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10168
10169         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10170           Fix category so decodebin picks it up.
10171
10172 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10173
10174         * ext/mad/Makefile.am:
10175         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10176         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10177         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10178         (found_type), (gst_id3demux_bin_change_state):
10179         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10180         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10181         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10182         (gst_id3_tag_change_state), (plugin_init):
10183         * ext/mad/gstmad.h:
10184           Add id3demuxbin (which is a simple bin consisting of id3demux
10185           and typefind), take over rank from id3demux, remove typefind
10186           code from id3demux. Makes all broken mp3s that I know of work,
10187           and thereby fixes #152688.
10188
10189 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10190
10191         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10192
10193         * ext/mad/gstmad.c: (gst_mad_src_event):
10194         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10195           Allow seeks on audio pad, make mad forward those (#164826).
10196         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10197           Set duration (#165335).
10198
10199 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10200
10201         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10202         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10203         (gst_asf_demux_process_ext_content_desc),
10204         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10205         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10206         * gst/asfdemux/gstasfdemux.h:
10207           Improve metadata display, e.g. if the metadata comes before the
10208           streams are loaded (which is perfectly valid).
10209
10210 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10211
10212         * tools/gst-launch-ext-m.m:
10213           Fix AVI/ASF pipelines (#165340).
10214
10215 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10216         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10217         build failure on amd64
10218
10219 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10220
10221         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10222         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10223           Check environment variables GST_ID3V2_TAG_ENCODING,
10224           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10225           list of character encodings to force interpretation of non-unicode
10226           strings stored in an ID3v2 tag to a particular encoding. If none
10227           is specified, try to use current locale's encoding, then fall back
10228           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10229         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10230         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10231           Check environment variables GST_ID3V1_TAG_ENCODING,
10232           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10233           list of character encodings to use in case a string encountered
10234           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10235           specified, try to use the current locale's encoding, then fall
10236           back to ISO-8859-1 (which will always succeed).
10237
10238 2005-01-25  Benjamin Otte  <otte@gnome.org>
10239
10240         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10241           - on half framerate, compute the rate in advance so the comparisons
10242             don't compare wrong values
10243           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10244             behaviour
10245           - don't use mad_header_decode anymore, mad_frame_decode does that
10246             automatically
10247           - when getting rid of consumed bytes, reset the stream's skiplen
10248           (fixes #163867)
10249
10250 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10251
10252         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10253           Use 1/2 a second for default max_discont, as PES streams from DVB
10254           seem to have larger spacings in the SCR. 
10255           Fix a typo.
10256
10257 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10258
10259         * gst/playback/gstplaybasebin.c: (group_commit):
10260           Notify delayed stream-info availability.
10261
10262 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10263         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10264         (gst_a52dec_handle_event), (gst_a52dec_chain):
10265         Add some debug output. Check that a discont has a valid
10266         time associated.
10267         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10268         (gst_alsa_sink_loop):
10269         Ignore TAG events. A little extra debug for broken timestamps.
10270         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10271         (dvdnavsrc_change_state):
10272         Ensure we send a discont to engage the link before we send any
10273         other events.
10274         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10275         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10276         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10277         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10278         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10279         dvd://title works in totem because typefinding sends a seek that ends
10280         up going back to chapter 1 regardless.
10281         * ext/mpeg2dec/gstmpeg2dec.c:
10282         * ext/mpeg2dec/gstmpeg2dec.h:
10283         Output correct timestamps and handle disconts.
10284         * ext/ogg/gstoggdemux.c: (get_relative):
10285         Small guard against a null dereference.
10286         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10287         (gst_textoverlay_set_property):
10288         Free memory when done. Don't call gst_event_filler_get_duration on
10289         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10290         g_warning.
10291         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10292         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10293         (gst_sw_srclink), (gst_smoothwave_chain):
10294         Draw solid lines, prettier colours.
10295         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10296         Add a default palette that'll work for some movies.
10297         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10298         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10299         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10300         * gst/mpegstream/gstdvddemux.h:
10301         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10302         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10303         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10304         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10305         * gst/mpegstream/gstmpegparse.h:
10306         Use PTM/NAV events when for timestamp adjustment when connected to 
10307         dvdnavsrc. Don't use many discont events where one suffices.
10308         * gst/playback/gstplaybasebin.c: (group_destroy),
10309         (gen_preroll_element), (gst_play_base_bin_add_element):
10310         * gst/playback/gstplaybasebin.h:
10311         Make sure we remove subtitles from the same bin we put them in.
10312         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10313         (gst_subparse_buffer_format_autodetect),
10314         (gst_subparse_change_state):
10315         Fix some memleaks and invalid accesses.
10316         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10317         (oggskel_type_find), (cmml_type_find), (plugin_init):
10318         Some typefind functions for Annodex v3.0 files
10319         * gst/wavparse/gstwavparse.h:
10320         GstRiffReadClass is the correct parent class.
10321
10322 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10323
10324         * gst-libs/gst/riff/riff-media.c:
10325         (gst_riff_create_video_caps_with_data):
10326           Add extradata to huffyuv (fixes #165013).
10327         * gst-libs/gst/riff/riff-read.c:
10328         (gst_riff_read_strf_vids_with_data):
10329           Fix extradata extraction if it is in the chunk size.
10330
10331 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10332
10333         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10334
10335         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10336         (gst_quarktv_change_state), (gst_quarktv_dispose):
10337           Memory free'ing location fix (#164708).
10338
10339 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10340
10341         * gst/playback/gstplaybasebin.c: (group_commit),
10342         (gen_preroll_element), (probe_triggered), (gen_source_element),
10343         (setup_source), (gst_play_base_bin_change_state),
10344         (gst_play_base_bin_add_element):
10345           Don't block for streams.
10346         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10347         (gst_stream_info_set_mute):
10348           Use gst_pad_set_active_recursive.
10349
10350 2005-01-25  Andy Wingo  <wingo@pobox.com>
10351
10352         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10353         for #ifndef HAVE_XVIDEO.
10354
10355 2005-01-24  Jeffrey C. Ollie
10356
10357         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10358
10359         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10360         * ext/gsm/gstgsmdec.h:
10361         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10362         * ext/gsm/gstgsmenc.h:
10363         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10364         was given by property. Add proper buffer timestamps and offsets.
10365
10366 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10367
10368         * gst-libs/gst/riff/riff-media.c:
10369         (gst_riff_create_audio_caps_with_data):
10370           Audio can be <8000Hz.
10371
10372 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10373
10374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10375           Explicit state change to workaround refcount bugs.
10376
10377 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10378
10379         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10380         (gst_avimux_riff_get_avi_header):
10381           Fix...
10382
10383 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10384
10385         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10386         (gst_riff_read_element_data):
10387         * gst-libs/gst/riff/riff-read.h:
10388           Add _peek version (req'ed in CDXA).
10389         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10390         (gst_cdxaparse_loop):
10391           Fix parsing in playbin.
10392         * gst/playback/gstdecodebin.c: (close_pad_link):
10393           Ignore current_ pads, they cause major annoyance.
10394
10395 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10396
10397         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10398           Safety guard.
10399
10400 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10401
10402         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10403           Fix padding...
10404
10405 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10408           Allow for 0-sized buffers. Fixes length query problems in
10409           starwars.mkv from the testsuite.
10410
10411 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10412
10413         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10414         (gst_video_box_i420), (gst_video_box_chain):
10415           Fix row strides for I420 (fixes #163159)
10416           
10417 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10418
10419         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10420           MPEG2 has a useful rate property, so we can actually use that.
10421           For MPEG-1, continue using the bytes/time properties.
10422
10423 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10424
10425         * gst-libs/gst/riff/riff-media.c:
10426         (gst_riff_create_video_caps_with_data),
10427         (gst_riff_create_video_template_caps):
10428           Add intel-h263.
10429
10430 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10431
10432         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10433           Fail if caps negotiation fails. Should fix #162184, and should
10434           definately be in there regardless of it fixing the actual bug.
10435         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10436         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10437         (gst_avimux_riff_get_avix_header),
10438         (gst_avimux_riff_get_video_header),
10439         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10440         (gst_avimux_start_file), (gst_avimux_handle_event),
10441         (gst_avimux_change_state):
10442         * gst/avi/gstavimux.h:
10443           Refactor structure writing to use GST_WRITE_UINT macros, add
10444           metadata writing support.
10445
10446 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10447
10448         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10449           Elements may already be destroyed when this function is called.
10450
10451 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10452
10453         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10454         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10455           More memory leak fixes (#149162).
10456
10457 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10458
10459         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10460         (gst_qtdemux_add_stream):
10461           Fix two memleaks.
10462
10463 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10464
10465         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10466           Argh...
10467
10468 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10469
10470         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10471           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10472           when fixating to six channels in Totem.
10473
10474 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10475
10476         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10477           Fix compile warnings on Solaris 10 buildbot
10478
10479 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10480
10481         * ext/dvdread/dvdreadsrc.c: (_read):
10482           Don't read beyond the last cell in a chapter (fixes 
10483           invalid memory access)
10484
10485 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10486
10487         * ext/dvdread/stream_labels.c:
10488         (dvdreadsrc_get_audio_stream_labels):
10489           Use NULL for an empty GList instead of g_list_alloc(); fix 
10490           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10491           of GString (easier to bulk free later)
10492
10493 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10494
10495         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10496
10497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10498         (gst_ffmpeg_pixfmt_to_caps):
10499           Fix BGRA32 caps (#164209).
10500
10501 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10502
10503         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10504
10505         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10506         (gst_ffmpeg_caps_to_pixfmt):
10507           alpha_mask can be RGBA/ABGR. Fixes #164265.
10508
10509 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10510
10511         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10512
10513         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10514         (gst_mpeg2dec_alloc_buffer):
10515         * ext/mpeg2dec/gstmpeg2dec.h:
10516           Crop if decoding size is not the actual image size (#163676).
10517
10518 2005-01-17  Steve Baker  <steve@stevebaker.org>
10519
10520         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10521
10522         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10523         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10524           Add libsndfile typefind functions (#163309).
10525
10526 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10527
10528         * tools/gst-launch-ext-m.m:
10529           Add .aac, fix .m1v/.m2v (#163891).
10530
10531 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10532
10533         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10534           Sanity check, don't wait endlessly since the clock might not
10535           actually run at this point (which is a deadlock). Fixes #164069.
10536
10537 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10538
10539         * gst/playback/gstplaybasebin.c: (probe_triggered):
10540           Of course, only pause if group is done...
10541
10542 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10543
10544         * gst/playback/gstplaybasebin.c: (probe_triggered):
10545           Thread safety.
10546
10547 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10548
10549         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10550           Don't return state change success when the parent
10551           failed.
10552
10553 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10554
10555         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10556           Free events (fix memleak in #162905).
10557
10558 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10559
10560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10561
10562         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10563         (gst_ffmpeg_caps_to_pixfmt):
10564           Fix for depth = 15. Fixes #161675.
10565
10566 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10567
10568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10569           Set FPS correctly, even for webcams and the like.
10570         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10571           Don error on setting while capturing.
10572
10573 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10574
10575         * ext/dv/gstdvdec.c:
10576         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10577         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10578           I'm a bad boy. using /1001. to force C to do float division
10579           and not integer division (as it did in my last commit)
10580           Thanks to David I. Lehn for pointing this mistake.
10581
10582 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10583
10584         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10585           Revert Johan??s 1.35->1.36 since it breaks compat.
10586
10587 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10588
10589         * ext/dv/gstdvdec.c:
10590         * ext/libfame/gstlibfame.c:
10591         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10592         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10593           replace framerate aproximations by their real value
10594           (24000/1001, 30000/1001, 60000/1001)
10595           Finish fixing bug #164049
10596
10597 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10598
10599         * ext/ogg/gstoggmux.c:
10600           eos/bos debugging
10601         * gst/tcp/gstmultifdsink.c:
10602         * gst/tcp/gstmultifdsink.h:
10603         * gst/tcp/gsttcp.c:
10604         * gst/tcp/gsttcp.h:
10605         * gst/tcp/gsttcpclientsink.c:
10606         * gst/tcp/gsttcpclientsrc.c:
10607         * gst/tcp/gsttcpserversink.c:
10608         * gst/tcp/gsttcpserversrc.c:
10609           improve reusability of elements after state changes and errors
10610           make multifdsink throw away streamheaders when receiving new ones
10611
10612 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10613
10614         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10615           Fix for if items are already in list...
10616
10617 2005-01-12  Benjamin Otte  <otte@gnome.org>
10618
10619         * gst/adder/gstadder.c: (gst_adder_loop):
10620           fix adder a bit so it doesn't screw up with events as much anymore
10621
10622 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10623
10624         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10625         (pixbufscale_scale), (gst_pixbufscale_chain):
10626         * ext/gdk_pixbuf/pixbufscale.h:
10627           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10628           to ensure rowstrides are calculated the same way as 
10629           ffmpegcolorspace
10630           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10631           that we pick up duration and offset also.
10632
10633 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10634
10635         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10636         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10637           Reusability fixes.
10638
10639 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10640
10641         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10642         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10643         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10644         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10645           Update flags when requested.
10646
10647 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10648
10649         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10650           Fix dmix.
10651
10652 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10653
10654         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10655         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10656         (probe_triggered), (new_decoded_pad), (gen_source_element),
10657         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10658         * gst/playback/gstplaybasebin.h:
10659         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10660         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10661         (gst_play_bin_change_state):
10662           Implement group-switch signal for use in apps to clear metadata
10663           cache, clean up subtitle, add suburi property instead of # hack,
10664           some error-out fixes.
10665
10666 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10667
10668         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10669           Debug.
10670         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10671           If we got a state change in the _get handler, don't return success.
10672
10673 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10674
10675         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10676         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10677           Make jpegdec quiet on MJPEG decoding
10678         * gst/asfdemux/README:
10679           Fix mimetypes for MJPEG and H263
10680
10681 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10682
10683         * ext/theora/theoradec.c: (theora_dec_chain):
10684           Fix broken code generation by gcc by swapping arguments.
10685         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10686           Fix \n in debug.
10687
10688 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10689
10690         * TODO:
10691           delete this file, it is by far outdated
10692         * ext/alsa/gstalsa.1: remove
10693         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10694         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10695         (gst_alsa_get_caps):
10696           Add HW probing for supported sample rates. Fixes #161704
10697
10698 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10699
10700         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10701           Don't crash, biatch! :).
10702
10703 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10704
10705         * ext/musepack/gstmusepackreader.cpp:
10706         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10707           Some work on tags - still doesn't work in playbin...
10708         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10709           Handle events...
10710
10711 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10712
10713         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10714           Also shove tags on kid pads.
10715
10716 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10717
10718         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10719           Don't bail on unknown events.
10720         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10721           Don't crash on events before negotiation.
10722         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10723           Send tags on pads, too.
10724         * gst/playback/gststreamselector.c:
10725         (gst_stream_selector_request_new_pad):
10726           Forward events on first pad if no input was selected yet.
10727
10728 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10729
10730         * gst/playback/gstplaybasebin.c: (setup_substreams):
10731           Don't disable streamtype if the stream doesn't exist, since
10732           then playing a video after audio will disable both and nothing
10733           will happen. Fixes the testsuite.
10734
10735 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10736
10737         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10738         (gst_v4l_xoverlay_set_xwindow_id):
10739         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10740         (gst_v4l2_xoverlay_set_xwindow_id):
10741           Add debug categories, fix overlay disabling.
10742
10743 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10744
10745         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10746         * ext/alsa/gstalsa.h:
10747           Add HW probing for period_count/size and buffer_size MIX/MAX
10748           Adjust default/user defined value if out of bounds
10749           Should fix bug #162024
10750
10751 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10752
10753         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10754           Fix warning (#161191).
10755
10756 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10757
10758         * ext/dvdread/stream_labels.c:
10759         (dvdreadsrc_get_audio_stream_labels):
10760           Fix warning (init the good variable in switch default)
10761
10762 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10763
10764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10765
10766         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10767           Fix gcc-2.95 compile (#163485).
10768
10769 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10770
10771         * configure.ac:
10772         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10773         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10774         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10775         (gst_flacenc_change_state):
10776         * ext/flac/gstflacenc.h:
10777           Update for API change in flac-1.1.1. Update requirement in
10778           configure.ac. Fixes #162974.
10779
10780 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10781
10782         * gst/playback/gstplaybasebin.c: (group_destroy):
10783           Remove hack to get rid of assert and get rid of unlinked
10784           signals properly.
10785
10786 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10787
10788         * gst/playback/gstplaybasebin.c: (setup_source):
10789           Set source to NULL so that resources are free'ed. Fixes issues
10790           with playback of CDDA and similar device-accessing things.
10791
10792 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10793
10794         * testsuite/embed/Makefile.am:
10795           test->noinst, fix make test in buildbot.
10796
10797 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10798
10799         * ext/dvdread/stream_labels.c: new file
10800         * ext/dvdread/stream_labels.h: new file
10801         * ext/dvdread/Makefile.am:
10802         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10803           Extract audio stream label from DVD IFO files.
10804           It only dump them on the console for now, still have to
10805           make playbin aware of them.
10806
10807 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10808
10809         * gst/playback/gstplaybasebin.c: (setup_source):
10810           Fix hanging subs.
10811
10812 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10813
10814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10815         (gen_preroll_element), (remove_groups), (setup_subtitle),
10816         (gen_source_element), (setup_source):
10817         * gst/playback/gstplaybasebin.h:
10818           Multiple .sub files is just a stupid idea... Fix some threading
10819           mistakes. Interestingly, external .sub files cause playbin to
10820           hang, I don't know why... Parsing fixes contributed by Fran??ois
10821           Kooman <fkooman@tuxed.net>.
10822
10823 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10824
10825         * testsuite/embed/Makefile.am:
10826           Fix buildbot.
10827
10828 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10829
10830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10831
10832         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10833         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10834         (gst_pngenc_set_property):
10835         * ext/libpng/gstpngenc.h:
10836           Add compression level property (#163323).
10837
10838 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10839
10840         * configure.ac:
10841         * examples/capsfilter/capsfilter1.c: (main):
10842         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10843         * ext/dvdread/Makefile.am:
10844         * ext/dvdread/demo-play:
10845         * ext/dvdread/demo-play.c:
10846         * gconf/gstreamer.schemas.in:
10847         * gst-libs/gst/gconf/gconf.c:
10848         * sys/v4l/TODO:
10849         * testsuite/Makefile.am:
10850         * testsuite/embed/Makefile.am:
10851         * testsuite/embed/embed.c: (cb_expose), (main):
10852           Remove all references to xvideosink, fix examples (#140845).
10853         * gst/playback/gstplaybasebin.c: (group_destroy):
10854           Apparently, disposal does not unlink - so do explicitely.
10855         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10856           Add debug.
10857
10858 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10859
10860         * README: fix PKG_CONFIG_PATH instructions, what was there
10861         previously was breaking default search path, not nice. 
10862         Fixes #163358
10863
10864 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10865
10866         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10867         (gst_audioscale_chain):
10868           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10869           when resampling - how the ^@$^!@^! is this possible?!?
10870
10871 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10872
10873         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10874           Reset variables on READY.
10875         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10876         (gst_matroska_mux_loop):
10877           Require data before writing header.
10878
10879 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10880
10881         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10882
10883         * ext/mad/gstmad.c: (gst_mad_chain):
10884           Don't call mad_stream_sync() directly after recovering sync.
10885           Fixes #151661.
10886
10887 2005-01-09  Martin Eikermann  <meiker@upb.de>
10888
10889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10890
10891         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10892         (snapshot_handler), (gst_snapshot_sinkconnect),
10893         (gst_snapshot_chain):
10894           Allocate resources when required, fix recursive signal emission
10895           and fix caps. Fixes #161667.
10896
10897 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10898
10899         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10900
10901         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10902         (gst_pngdec_chain):
10903           Handle only 8-bppc (bits-per-pixel-component) images, better
10904           error handling and correct strides. Fixes #163177.
10905         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10906         (gst_pngenc_chain):
10907           Better error handling. Fixes #163348.
10908
10909 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10910
10911         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10912         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10913         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10914         (dvdnavsrc_uri_handler_init):
10915           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10916         * gst/playback/gstplaybasebin.c: (gen_source_element):
10917           Add MMS to streaming URIs.
10918
10919 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10920
10921         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10922         * sys/xvimage/xvimagesink.c:
10923         (gst_xvimagesink_navigation_send_event):
10924           Check for pad availability before sending event.
10925
10926 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10927
10928         * gst-plugins.spec.in:
10929           Add subparse.
10930
10931 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10932
10933         * configure.ac:
10934           Since we use functions from CVS, up requirement.
10935
10936 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10937
10938         * gst/playback/Makefile.am:
10939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10940         (group_destroy), (group_commit), (group_is_muted),
10941         (gen_preroll_element), (add_stream), (unknown_type),
10942         (probe_triggered), (preroll_unlinked), (mute_stream),
10943         (silence_stream), (new_decoded_pad), (setup_substreams),
10944         (setup_source), (get_active_source), (mute_group_type),
10945         (muted_group_change_state), (set_active_source),
10946         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10947         (play_base_eos), (gst_play_base_bin_change_state):
10948         * gst/playback/gstplaybasebin.h:
10949         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10950         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10951         (gst_stream_info_dispose), (stream_info_mute_pad),
10952         (stream_info_change_state), (gst_stream_info_set_mute):
10953         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10954         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10955         (gst_stream_selector_init), (gst_stream_selector_dispose),
10956         (gst_stream_selector_get_linked_pad),
10957         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10958         (gst_stream_selector_get_linked_pads),
10959         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10960         * gst/playback/gststreamselector.h:
10961           Adding stream selection support plus required properties for
10962           applications to use this. Fully fixes #100931.
10963
10964 2005-01-08  Benjamin Otte  <otte@gnome.org>
10965
10966         * gst/games/gstpuzzle.c: (nav_event_handler):
10967           - handle nav events differently: forward every event no matter if it
10968             was handled or not.
10969           - translate events
10970           You can now cheat by using navigationtest ! puzzle and moving the
10971           mouse close to the edge of a tile. ;)
10972
10973 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10974
10975         * configure.ac:
10976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10977         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10978         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10979         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10980         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10981         (gst_ogm_parse_plugin_init):
10982         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10983         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10984         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10985         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10986         * ext/pango/gsttextoverlay.h:
10987         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10988         (gst_matroska_demux_handle_seek_event),
10989         (gst_matroska_demux_sync_streams),
10990         (gst_matroska_demux_parse_blockgroup),
10991         (gst_matroska_demux_subtitle_caps),
10992         (gst_matroska_demux_plugin_init):
10993         * gst/matroska/matroska-ids.h:
10994         * gst/playback/gstdecodebin.c: (close_pad_link):
10995         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10996         (gen_preroll_element), (remove_groups), (add_stream),
10997         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10998         (setup_source):
10999         * gst/playback/gstplaybasebin.h:
11000         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11001         * gst/subparse/Makefile.am:
11002         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11003         (gst_subparse_base_init), (gst_subparse_class_init),
11004         (gst_subparse_init), (gst_subparse_formats),
11005         (gst_subparse_eventmask), (gst_subparse_event),
11006         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11007         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11008         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11009         (parse_mpsub_deinit), (parse_mpsub_init),
11010         (gst_subparse_buffer_format_autodetect),
11011         (gst_subparse_format_autodetect), (gst_subparse_loop),
11012         (gst_subparse_change_state), (gst_subparse_type_find),
11013         (plugin_init):
11014         * gst/subparse/gstsubparse.h:
11015         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11016         (plugin_init):
11017           Add subtitle support, .sub parser (supports SRT and MPsub),
11018           OGM text support, Matroska UTF-8 text support, deadlock fixes
11019           all over the place, subtitle awareness in decodebin/playbin
11020           and some fixes to textoverlay to handle subtitles in a stream
11021           correctly. Fixes #100931.
11022
11023 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11024
11025         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11026           Check for pad availability before doing a query on it.
11027
11028 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11029
11030         * ext/dv/gstdvdec.c:
11031           really fix bpp24/32 dvdec caps (classic rgba indeed)
11032         * gst/asfdemux/gstasfdemux.c:
11033         (gst_asf_demux_process_ext_content_desc):
11034           don't send text tags if they are empty (bis repetita)
11035
11036 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11037
11038         * ext/dv/gstdvdec.c:
11039          remove unneeded comment from dvdec
11040           (related to DV 4CC codes in AVI files)
11041           moved them in gstreamer/docs/random/mimetypes
11042         * gst/asfdemux/gstasfdemux.c:
11043         (gst_asf_demux_process_ext_content_desc):
11044          don't send text tags if they are empty
11045          fix mem leak on error path
11046         * gst/ffmpegcolorspace/avcodec.h:
11047         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11048         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11049         (gst_ffmpegcsp_avpicture_fill):
11050         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11051         * gst/ffmpegcolorspace/imgconvert_template.h:
11052          adds BGR32 and BGRA32 to ffmpegcolorspace
11053           (still bad colors, fixing it on next commit)
11054           helps with dvdec outputing BGR32
11055
11056 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11057
11058         * ext/dv/gstdvdec.c:
11059          Fix audio caps i just broke (missing ',')
11060         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11061         (gst_matroska_mux_reset):
11062          Fix typo + add FIXME about old "x-gst-metadata" crap
11063
11064 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11065
11066         * ext/dv/demo-play.c: (main):
11067          xvideosink -> xvimagesink
11068         * ext/dv/gstdvdec.c:
11069          change rgb 32/32 caps to 24/32 (no alpha)
11070          change nb of channels to be a list (2 or 4, not 2)
11071          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11072         * gst/asfdemux/gstasfdemux.c:
11073         (gst_asf_demux_process_ext_content_desc):
11074          Add 'date/year' to extracted metadata list
11075
11076 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11077
11078         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11079           The return value of fixate_to does not imply that the requested
11080           value was set, so don't assume.
11081
11082 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11083
11084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11085
11086         * ext/libpng/gstpngdec.c:
11087         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11088         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11089         * ext/libpng/gstpngenc.h:
11090           Alpha support (encoder; #163161), mime fixage.
11091
11092 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11093
11094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11095
11096         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11097         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11098         (gst_faac_set_property), (gst_faac_get_property):
11099         * ext/faac/gstfaac.h:
11100           Allow for ADTS output (#153434).
11101
11102 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11103
11104         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11105           Fix against template (#150576).
11106
11107 2005-01-06  Benjamin Otte  <otte@gnome.org>
11108
11109         * gst/games/gstpuzzle.c: (draw_puzzle):
11110           don't draw a puzzle if either width or height of tiles would be 0.
11111
11112 2005-01-06  Benjamin Otte  <otte@gnome.org>
11113
11114         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11115         (gst_puzzle_class_init), (gst_puzzle_finalize):
11116           no memleaks, please
11117         (gst_puzzle_create), (gst_puzzle_init),
11118         (gst_puzzle_set_property), (gst_puzzle_setup):
11119           change initialization code around so we don't reshuffle on resize
11120         (draw_puzzle):
11121           fix another stupid typo
11122
11123 2005-01-06  Benjamin Otte  <otte@gnome.org>
11124
11125         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11126           fix stupid typo that borked copying on YUY2
11127
11128 2005-01-06  Benjamin Otte  <otte@gnome.org>
11129
11130         * gst/games/gstpuzzle.c: (draw_puzzle):
11131           fix edges when image sizes aren't multiples of tile sizes
11132
11133 2005-01-06  Benjamin Otte  <otte@gnome.org>
11134
11135         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11136           make RGB endianness work correctly
11137         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11138           refactor and fix race with initial shuffling
11139         (nav_event_handler):
11140           allow using the mouse to puzzle
11141         (draw_puzzle):
11142           insist on tiles having width and height as multiples of 4 to get
11143           clean YUV image handling
11144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11145         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11146           s/DEBUG/LOG/ for common messages
11147         (gst_xvimagesink_navigation_send_event):
11148           fix mouse event translation to not include screen PAR
11149         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11150           fix mouse event translation to actually work
11151
11152 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11153
11154         * gst/asfdemux/gstasfdemux.c:
11155         (gst_asf_demux_process_ext_content_desc):
11156          Extract TrackNumber metadata + clean up code
11157         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11158          Hope this is the good fix (var used unitialised)
11159
11160 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11161
11162         * ext/faad/gstfaad.c: (gst_faad_chain):
11163           Only increment timestamp if it's valid. Fixes raw AAC streams.
11164
11165 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11166
11167         * configure.ac:
11168         * gst/games/Makefile.am:
11169         * gst/games/gstpuzzle.c:
11170           add a puzzle game with...
11171         * gst/games/gstvideoimage.c:
11172         * gst/games/gstvideoimage.h:
11173           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11174           from videotestsrc and made into something that would be a nice
11175           library for a lot of other plugins.
11176
11177 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11178
11179         * configure.ac:
11180          don't compile faad plugin if a RC of 2.0 is found
11181          Fixes #155346 (and FC1 buildbot)
11182         * gst/asfdemux/gstasfdemux.c:
11183         (gst_asf_demux_process_ext_content_desc):
11184          try to make Solaris compiler happier
11185
11186 2005-01-06  Paul Jack  <pjack@sfaf.org>
11187
11188         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11189
11190         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11191           Fix segfault (#161667).
11192
11193 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11194
11195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11196           Fix framerate reporting.
11197
11198 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11199
11200         * gst-libs/gst/riff/riff-ids.h:
11201         * gst/wavenc/riff.h:
11202          Add AMR (VBR and CBR) ids to riff.h audio codec list
11203         * gst/asfdemux/gstasfdemux.c:
11204         (gst_asf_demux_process_ext_content_desc),
11205         (gst_asf_demux_process_object):
11206           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11207
11208 2005-01-05  Martin Eikermann  <meiker@upb.de>
11209
11210         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11211
11212         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11213         (gst_dvd_demux_handle_discont):
11214         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11215         (gst_mpeg_demux_handle_discont):
11216           Recreate pads on new-media (#160730).
11217         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11218           Send discont even if manager changes timestamps (#161929).
11219
11220 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11221
11222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11223
11224         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11225           Fix invalid memory access (#159211).
11226
11227 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11228
11229         * examples/gstplay/player.c: (main):
11230           Don't iterate.
11231         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11232           Add visualizations.
11233         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11234         (gst_a52dec_handle_frame):
11235           Set duration.
11236         * ext/dvdnav/gst-dvd:
11237           Add audioconvert. Fixes #161325.
11238         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11239           Explicitely case to gint64. Possible valgrind error.
11240         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11241         (gst_play_tick_callback), (gst_play_change_state),
11242         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11243         (gst_play_set_location), (gst_play_get_location),
11244         (gst_play_seek_to_time), (gst_play_set_data_src),
11245         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11246         (gst_play_set_visualization), (gst_play_connect_visualization),
11247         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11248         (gst_play_new):
11249           Use playbin. Fixes #139749 and #147744.
11250         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11251           Add genre tag.
11252         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11253         (audioscale_get_type), (gst_audioscale_base_init),
11254         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11255         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11256         (gst_audioscale_link), (gst_audioscale_get_buffer),
11257         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11258         (gst_audioscale_init), (gst_audioscale_dispose),
11259         (gst_audioscale_chain), (gst_audioscale_set_property),
11260         (gst_audioscale_get_property), (plugin_init):
11261           Indent properly.
11262         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11263           Fix LPCM.
11264         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11265         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11266         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11267           Add more metadata (fixes #162656).
11268
11269 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11270
11271         * configure.ac:
11272           back to cvs
11273
11274 === release 0.8.7 ===
11275
11276 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11277
11278         * NEWS:
11279         * RELEASE:
11280         * configure.ac:
11281           releasing 0.8.7, "Hyperspace"
11282
11283 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11284
11285         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11286
11287         * gst/playback/gstplaybasebin.c:
11288          Fix for #162924 - free caps after use, not before
11289
11290 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11291
11292         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11293
11294         * gst/playback/gstplaybasebin.c:
11295         * gst/wavparse/gstwavparse.c:
11296           Fix for #154773 - fixes playback of small .wav files
11297
11298 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11299
11300         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11301
11302         * gst/audioscale/gstaudioscale.c:
11303           Fix for #162819 - make audioscale reusable
11304           Fixes playback of more than one file with playbin/totem
11305
11306 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11307
11308         * gst/ffmpegcolorspace/avcodec.h:
11309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11310         * gst/ffmpegcolorspace/imgconvert.c:
11311           clean up the mess that made me cry and avoid needless duplication
11312
11313 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11314
11315         * gst/ffmpegcolorspace/imgconvert.c:
11316           give some indication of why we're segfaulting
11317
11318 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11319
11320         * configure.ac:
11321           Fix indentation, fix v4l2 plugin detection.
11322         * ext/Makefile.am:
11323           Fix libmms location (Maciej, use diff -u!).
11324         * ext/alsa/gstalsa.c: (gst_alsa_init):
11325           Initialize caps cache to NULL.
11326         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11327           Only change state on audiosink if it exists.
11328
11329 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11330
11331         * gst/matroska/matroska-demux.c:
11332         * gst/matroska/matroska-ids.h:
11333         * gst/matroska/matroska-demux.h:
11334         Fix Vorbis streams failing to decode in some files, where cluster_time
11335         isn't 0, because then it doesn't send codec_priv before actual data.
11336         Remove time-based test and replace it with marker set on beginning of
11337         new stream
11338
11339 2004-12-28  David Schleef  <ds@schleef.org>
11340
11341         Merge patch from Ronald fixing problems with streaming
11342         text.
11343         * ext/cairo/gstcairo.c: (plugin_init):
11344         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11345         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11346         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11347         (gst_textoverlay_font_init), (gst_textoverlay_init),
11348         (gst_textoverlay_set_property):
11349         * ext/cairo/gsttextoverlay.h:
11350
11351 2004-12-27  David Schleef  <ds@schleef.org>
11352
11353         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11354         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11355         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11356         (gst_textoverlay_font_init), (gst_textoverlay_init),
11357         (gst_textoverlay_set_property): Improvements to actually
11358         render text as white on black outline on video, including
11359         font selection and horizontal/vertical alignment.  (Ronald's
11360         christmas present)
11361         * ext/cairo/gsttextoverlay.h:
11362
11363 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11364
11365         * ext/ogg/gstogg.c:
11366         * ext/ogg/gstogmparse.c:
11367           fix ogm[audio/video]parse plugin registration
11368           (riff won't load if bytestream is already loaded)
11369
11370 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11371
11372         * gst/audioconvert/gstchannelmix.c:
11373           fix for GLIB < 2.4
11374
11375 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11376
11377         * Makefile.am:
11378         * configure.ac:
11379           disable docs again until it actually passes make distcheck.
11380
11381 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11382
11383         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11384         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11385         (plugin_init):
11386           Add 3GP (variables name Q3GP because they can't start with a
11387           number). Add samr audio fourcc (used in .3gp files), decoder
11388           is work in progress. Also do a GST_WARNING instead of ERROR
11389           in case of unknown nodes, to decrease output.
11390
11391 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11392
11393         * Makefile.am:
11394           really fix dist
11395
11396 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11397
11398         * configure.ac:
11399         * ext/speex/gstspeexdec.h:
11400         * ext/speex/gstspeexenc.h:
11401           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11402           Fix detection code in configure.ac
11403
11404 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11405
11406         * gst/matroska/matroska-demux.c:
11407         (gst_matroska_demux_parse_blockgroup):
11408           Save position, so that queries give proper return values. Don't
11409           know how this could ever have worked before...
11410
11411 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11412
11413         * configure.ac:
11414           Put additional LAME check inside the conditional.  Fixes #152339
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):
11420           Add some more debug. Fix logic error when setting movi offset
11421           while reading index.
11422
11423 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11424
11425         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11426         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11427         (gst_avi_demux_process_next_entry):
11428           Add some debugging. Better detection of broken indexes and the
11429           accompanying index recovery. No infinite loops on state changes
11430           when we're still in our loopfunction.
11431
11432 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11433
11434         * configure.ac:
11435           Fix up.
11436
11437 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11438
11439         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11440
11441         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11442           Normalizing the value before setting
11443         (gst_sunaudiomixer_get_volume):
11444           Normalizing the value after getting. Fixes bug# 161980
11445
11446 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11447
11448         * Makefile.am: Make sure docs gets disted
11449         * docs/Makefile.am: Make sure all needed files get disted
11450         * gst-plugins.spec.in: latest updates
11451
11452 2004-12-22  Wim Taymans  <wim@fluendo.com>
11453
11454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11455         Revert patch 1.38 as clock distribution over schedulers does
11456         not work correcly in the core yet.
11457
11458 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11459
11460         * sys/oss/README: remove this file, which predates my birth
11461           (and which content is by far outdated)
11462
11463 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11464
11465         * Makefile.am:
11466         * configure.ac:
11467         * docs/Makefile.am:
11468         * docs/libs/Makefile.am:
11469         * docs/libs/gst-plugins-libs-docs.sgml:
11470         * docs/libs/gst-plugins-libs-sections.txt:
11471         * docs/libs/tmpl/gstgconf.sgml:
11472         * docs/upload.mak:
11473         * docs/version.entities.in:
11474           Added boilerplate gtk-doc files for plugin-libs documentation.
11475
11476 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11477
11478         * gst/auparse/gstauparse.c: fix int and float audio caps
11479
11480 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11481
11482         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11483         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11484           g_assert() can be a macro, don't use #ifdef inside it.
11485
11486 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11487
11488         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11489
11490         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11491         (gst_videorate_init), (gst_videorate_chain),
11492         (gst_videorate_change_state):
11493           Event handling (fixes #159986).
11494
11495 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11496
11497         * gst-libs/gst/riff/riff-media.c:
11498         (gst_riff_create_video_caps_with_data):
11499           Add BLZ0 (Blizzard's version of DivX) fourcc.
11500
11501 2004-12-18  David Schleef  <ds@schleef.org>
11502
11503         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11504         portability fix.
11505
11506 2004-12-18  David Schleef  <ds@schleef.org>
11507
11508         * gst/tta/ttadec.h: Disable some header code that isn't used
11509         and clearly isn't portable.
11510
11511 2004-12-18  David Schleef  <ds@schleef.org>
11512
11513         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11514         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11515         (avcodec_get_pix_fmt), (avpicture_layout),
11516         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11517         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11518         Fix code to not use GCC extensions (and c99 extensions that
11519         Forte does not like.)
11520
11521 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11522
11523         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11524
11525         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11526         (gst_deinterlace_chain):
11527           Rowstride fixes. Fixes #161039.
11528         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11529         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11530         (gst_video_crop_getcaps), (gst_video_crop_link),
11531         (gst_video_crop_i420), (gst_video_crop_chain),
11532         (gst_video_crop_change_state):
11533           Rework of negotiation. Actually works now. Fixes #158650.
11534
11535 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11536
11537         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11538           That was very stupid.
11539
11540 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11541
11542         * gst/matroska/matroska-demux.c:
11543         (gst_matroska_demux_parse_blockgroup):
11544           Fix possible crasher.
11545
11546 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11547
11548         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11549         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11550           Lace sizes can be zero.
11551
11552 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11553
11554         * ext/musepack/gstmusepackdec.cpp:
11555           Fetch error return values. Fixes #161624.
11556         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11557           Really EOS.
11558
11559 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11560
11561         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11562           Work for truncated (unfinished download etc.) files. Fixes #160514.
11563
11564 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11565
11566         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11567           Fix for integer overflow. Makes #156001 not crash. Probably masks
11568           the real bug.
11569
11570 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11571
11572         * gst/ac3parse/gstac3parse.c: (plugin_init):
11573           Parsers never have ranks. Fixes #159651.
11574
11575 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11576
11577         * gst/playback/gstdecodebin.c: (compare_ranks):
11578           make sure the facotries are ordered the same every time even if they
11579           have the same rank by using the name
11580         * gst/playback/gstdecodebin.c: (find_compatibles):
11581           make sure we don't add factories to the list twice
11582
11583 2004-12-16  David Schleef  <ds@schleef.org>
11584
11585         * configure.ac: look for musepack headers as musepack/*.h
11586         (fixes #159847)
11587         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11588         * ext/musepack/gstmusepackreader.h: same
11589
11590 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11591
11592         * gst-libs/gst/riff/riff-read.c:
11593         (gst_riff_read_strf_auds_with_data):
11594           Read extradata correctly (fixes #155879).
11595
11596 2004-12-16  David Schleef  <ds@schleef.org>
11597
11598         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11599         audio.  does _not_ attempt or allow conversion unless channels
11600         is 1 or 2.
11601
11602 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11603
11604         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11605
11606 2004-12-16  David Schleef  <ds@schleef.org>
11607
11608         * gst/audioscale/gstaudioscale.c: the resample library only
11609         handles 1 or 2 channels.  Change caps to compensate.
11610
11611 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11612
11613         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11614         (gst_matroska_demux_audio_caps):
11615           Some MPEG-AAC hacks, because else it doesn't work...
11616
11617 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11618
11619         * gst-libs/gst/riff/riff-media.c:
11620         (gst_riff_create_video_caps_with_data),
11621         (gst_riff_create_video_template_caps):
11622           Add h264.
11623
11624 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11625
11626         * gst-libs/gst/audio/Makefile.am:
11627           Try to fix buildbot.
11628
11629 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11630
11631         * gst/tcp/gstmultifdsink.c:
11632           Clean up and uniformize debugging.
11633
11634 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11635
11636         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11637
11638         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11639         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11640         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11641         (gst_mpeg_demux_change_state):
11642           Reset on ready. Fixes 160276.
11643
11644 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11645
11646         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11647
11648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11649         (gst_ffmpegcsp_pad_link):
11650           Fix memleak (#154815).
11651
11652 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11653
11654         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11655
11656         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11657         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11658         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11659         * ext/musicbrainz/gsttrm.h:
11660           Add support for using a proxy server when getting a trm id from
11661           the MusicBrainz database (#149613).
11662
11663 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11664
11665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11666
11667         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11668         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11669           Fix memleaks (#157233).
11670
11671 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11672
11673         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11674
11675         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11676         * gst-libs/gst/resample/resample.h:
11677         * gst/audioscale/gstaudioscale.c:
11678           Fix memleak (#159215).
11679
11680 2004-12-16  Toni Willberg  <toniw@iki.fi>
11681
11682         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11683
11684         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11685         * sys/oss/oss_probe.c: (main):
11686           Check for mono/stereo support (similar to samplerate probing),
11687           fixes #159433. Also add missing copyright header to oss_probe.c.
11688
11689 2004-12-15  David Schleef  <ds@schleef.org>
11690
11691         * configure.ac: add audioresample and cairo plugins.  Remove
11692         HAVE_MMX stuff, because it's not used.
11693         * ext/Makefile.am: same
11694         * ext/audioresample/Makefile.am: You are not ready for an
11695         audio resampling element based on audioresample.
11696         * ext/audioresample/gstaudioresample.c:
11697         * ext/audioresample/gstaudioresample.h:
11698         * ext/cairo/Makefile.am: You are not ready for overlay elements
11699         based on cairo.  Don't look too closely, these elements kinda
11700         suck right now.
11701         * ext/cairo/gstcairo.c: new
11702         * ext/cairo/gsttextoverlay.c: new
11703         * ext/cairo/gsttextoverlay.h: new
11704         * ext/cairo/gsttimeoverlay.c: new
11705         * ext/cairo/gsttimeoverlay.h: new
11706         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11707         problem with compilers that don't support variadic macros.
11708
11709 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11710
11711         Reviewed by:  David Schleef  <ds@schleef.org>
11712
11713         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11714         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11715         bit.  Also ran indent-gst.
11716         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11717         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11718         (gst_sunaudiosrc_setparams):
11719
11720 2004-12-14  David Schleef  <ds@schleef.org>
11721
11722         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11723         output rate to 16000.  Should fix #160235.
11724
11725 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11726
11727         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11728         Add typefinding for mpeg2 pes streams
11729
11730 2004-12-13  David Schleef  <ds@schleef.org>
11731
11732         * configure.ac:  Applied patch from bug #143659, making default
11733         sources and sinks OS-dependent (for Solaris), and added code
11734         for OS/X.
11735         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11736
11737 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11738
11739         * gst-libs/gst/riff/riff-media.c:
11740           forgot to add h2.64 to avidemux template caps
11741
11742 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11743
11744         * gst/wavenc/riff.h:
11745         * gst-libs/gst/riff/riff-media.c:
11746         * gst-libs/gst/riff/riff-ids.h:
11747         * gst/avi/gstavimux.c
11748         add 4CC code for VideoSoft h264 in AVI (VSSH)
11749           fixes bug #160655
11750         remove s323 from riff, it's quicktime specific :(
11751
11752 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11753
11754         * gst/asfdemux/README
11755         * gst/wavenc/riff.h
11756         * gst-libs/gst/riff/riff-ids.h
11757         * gst-libs/gst/riff/riff-media.c
11758         * gst/qtdemux/qtdemux.c:
11759           add new 4CC codes for h263 related codecs
11760           fixes partially bug #155163
11761
11762 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11763
11764         * configure.ac: Update polyaudio requirement to 0.7
11765         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11766
11767 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11768
11769         * gst/interleave/deinterleave.c:
11770         fix my name's spelling! :)
11771
11772 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11773
11774         * AUTHORS ChangeLog
11775         * gst/auparse/gstauparse.c
11776         * gst/interleave/deinterleave.c
11777         * gst/law/:
11778                 alaw-decode.c alaw-encode.c
11779                 mulaw-decode.c mulaw-encode.c
11780         * gst/oneton/gstoneton.c
11781         * sys/osxaudio/:
11782                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11783         * sys/osxvideo/:
11784                 cocoawindow.h cocoawindow.m
11785                 osxvideosink.h osxvideosink.m
11786
11787         put the same mail address for Zaheer Abbas Merali everywhere
11788
11789 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11790
11791         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11792           Align by packetsize, and assert that we a packet available before
11793           playing. The first makes webstreams work (they often include
11794           trailing padding data in a packet), the second allows pausing a
11795           ASF stream in totem without getting demux errors afterwards.
11796
11797 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11798
11799         * ext/ogg/gstoggdemux.c: (get_relative):
11800           Check for non-NULL before accessing member (end-of-chain).
11801
11802 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11803
11804         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11805         (cdparanoia_set_property), (cdparanoia_get_property):
11806         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11807         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11808         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11809         (dvdreadsrc_init), (dvdreadsrc_set_property),
11810         (dvdreadsrc_get_property):
11811         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11812         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11813           Synchronize property names where not yet the case. Devices are
11814           now device=X, other versions are deprecated (but still exist).
11815           Also use g_free() unconditionally.
11816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11817         (setup_source), (gst_play_base_bin_get_property):
11818           Expose source.
11819
11820 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11821
11822         * configure.ac: move GCONF macro outside conditional for the am
11823           conditional. Fixes #160439
11824
11825 2004-12-08  David Schleef  <ds@schleef.org>
11826
11827         * tools/gst-visualise-m.m: Switch to elements that currently
11828         exist.
11829
11830 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11831
11832         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11833           We love wrong commas.
11834
11835 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11836
11837         * gst/matroska/matroska-demux.c:
11838         (gst_matroska_demux_handle_src_query):
11839           Don't set DEFAULT, unsupported - makes length display incorrectly
11840           in some cases.
11841
11842 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11843
11844         * gst/monoscope/README: remove blurb about files being GPL
11845         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11846         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11847           monoscope is now effectively LGPL licensed
11848
11849 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11850
11851         * gst/monoscope/README: Update information to be more correct
11852         * gst/monoscope/convolve.c: Relicense to LGPL
11853         * gst/monoscope/convolve.h: Relicense to LGPL
11854
11855 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11856
11857         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11858           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11859         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11860           set default_duration for mpeg1 audio
11861
11862 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11863
11864         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11865         * ext/alsa/gstalsa.h:
11866           refactor big chunks of the core caps negotiation code to make it
11867           a lot faster, because people claim it's really slow
11868           (actually, just cache the getcaps when the device is opened)
11869
11870 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11871
11872         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11873         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11874         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11875         (gst_a52dec_change_state), (plugin_init):
11876         * ext/a52dec/gsta52dec.h:
11877           Do something useful with timestamps. Make chain-based (since
11878           there's really no reason to be loopbased).
11879         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11880           Update current_byte/frame correctly.
11881
11882 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11883
11884         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11885         (gst_ape_demux_stream_init):
11886           Forward tags, too.
11887
11888 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11889
11890         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11891           Let's make sure we're done typefinding when detecting tags.
11892
11893 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11894
11895         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11896         (gst_ebml_read_init), (gst_ebml_read_use_event),
11897         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11898         (gst_ebml_read_seek), (gst_ebml_read_skip),
11899         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11900         (gst_ebml_read_master):
11901         * gst/matroska/ebml-read.h:
11902         * gst/matroska/matroska-demux.c:
11903         (gst_matroska_demux_parse_contents),
11904         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11905           Disgustingly evil hack for working around INTERRUPT events and
11906           their extremely annoying habit of being a pain in the ass. We
11907           simply peek a cluster before reading any of it.
11908
11909 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11910
11911         * ext/musepack/gstmusepackdec.cpp:
11912           There's also floating point libmusepacks.
11913
11914 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11915
11916         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11917         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11918           Set DURATION even if source buffer didn't. Also use increasing
11919           timestamps.
11920         * gst-libs/gst/riff/riff-media.c:
11921         (gst_riff_create_audio_caps_with_data):
11922           Block_align can have larger values than 8192.
11923
11924 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11925
11926         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11927         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11928         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11929         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11930           Fix caps.
11931
11932 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11933
11934         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11935           Fix logic bug.
11936
11937 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11938
11939         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11940           Yay, another one.
11941
11942 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11943
11944         * ext/esd/esdsink.c: (gst_esdsink_chain):
11945           Make error actually say something useful (fixes #156798).
11946         * gst-libs/gst/riff/riff-media.c:
11947         (gst_riff_create_video_caps_with_data),
11948         (gst_riff_create_video_template_caps):
11949           Add Intel Video 5.0 fourcc (IV50).
11950
11951 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11952
11953         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11954         detection on mono and stereo mp3 files.
11955
11956 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11957
11958         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11959           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11960           the contained stream).
11961
11962 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11963
11964         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11965           Oops, remove debug.
11966
11967 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11968
11969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11970
11971         * gst/law/alaw-decode.c: (alawdec_getcaps):
11972         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11973           Prevent warnings when negotiating caps (fixes #159338).
11974
11975 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11976
11977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11978         (gst_ffmpegcsp_chain):
11979           Remove old leftover that shouldn't be there...
11980
11981 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11982
11983         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11984
11985         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11986           Don't forward DISCONT events (fixes #159684).
11987
11988 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11989
11990         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11991           Unlink manually since sometimes bin disposal (and therefore
11992           pad unlinking) is delayed, which will cause a new media file
11993           to not be able to start playing instantly.
11994
11995 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11996
11997         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11998           On mute of an unlinked stream, check for pad availability so
11999           we don't crash on unlinked pad.
12000
12001 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12002
12003         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12004         (gst_avi_demux_massage_index):
12005           Fix quite humiliating bug in omitting 0-sized index chunks but
12006           forgetting to count them for timestamps.
12007
12008 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12009
12010         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12011           Actually leave the loop if we failed to sync. Don't crash.
12012
12013 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12014
12015         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12016         (gst_dvd_demux_process_private):
12017         * gst/mpegstream/gstdvddemux.h:
12018           Fix crash (#159759). Doesn't work, though. :-(.
12019
12020 2004-11-28  Benjamin Otte  <otte@gnome.org>
12021
12022         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12023           more overwriting protection due to modifying channels one by one
12024           instead of all at once
12025
12026 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12027
12028         * gst/audioconvert/gstchannelmix.c:
12029         (gst_audio_convert_fill_normalize):
12030           Normalize using absolute values.
12031
12032 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12033
12034         * configure.ac:
12035         * ext/Makefile.am:
12036         * ext/directfb/Makefile.am:
12037         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12038         (gst_directfbvideosink_get_pixel_format),
12039         (gst_directfbvideosink_get_format_from_fourcc),
12040         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12041         (gst_directfbvideosink_sink_link),
12042         (gst_directfbvideosink_change_state),
12043         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12044         (gst_directfbvideosink_buffer_alloc),
12045         (gst_directfbvideosink_interface_supported),
12046         (gst_directfbvideosink_interface_init),
12047         (gst_directfbvideosink_navigation_send_event),
12048         (gst_directfbvideosink_navigation_init),
12049         (gst_directfbvideosink_set_property),
12050         (gst_directfbvideosink_get_property),
12051         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12052         (gst_directfbvideosink_base_init),
12053         (gst_directfbvideosink_class_init),
12054         (gst_directfbvideosink_get_type), (plugin_init):
12055         * ext/directfb/directfbvideosink.h: Adding a first version of
12056         directfbvideosink.
12057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12058         more.
12059
12060 2004-11-28  Benjamin Otte  <otte@gnome.org>
12061
12062         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12063           walk the samples backwards if out_channels > in_channels so we don't
12064           overwrite data
12065
12066 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12067
12068         * gst/audioconvert/Makefile.am:
12069         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12070         (gst_audio_convert_link), (gst_audio_convert_change_state),
12071         (gst_audio_convert_channels):
12072         * gst/audioconvert/gstchannelmix.c:
12073         (gst_audio_convert_unset_matrix),
12074         (gst_audio_convert_fill_identical),
12075         (gst_audio_convert_fill_compatible),
12076         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12077         (gst_audio_convert_fill_others),
12078         (gst_audio_convert_fill_normalize),
12079         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12080         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12081         * gst/audioconvert/gstchannelmix.h:
12082           Implement a channel mixer.
12083
12084 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12085
12086         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12087         * ext/alsa/gstalsa.h:
12088         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12089         Make alsasink actually honor gst_element_set_clock and use that
12090         clock instead of its internal one.
12091
12092 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12093
12094         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12095         (gst_play_base_bin_change_state): nullify source and decoder when
12096         going from READY to NULL so that we don't try to do weird stuff with
12097         them when going from NULL to READY
12098         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12099         instead of g_object_unref
12100         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12101         it should be correct
12102         (gst_play_bin_change_state): don't call remove_sinks if we are
12103         currently disposing the object
12104
12105 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12106
12107         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12108           Don't forget bass if it's there. Else left channel is silent...
12109
12110 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12111
12112         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12113         (gst_a52dec_change_state):
12114           Don't do sample adjusting anymore, we use float audio now.
12115         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12116           Don't fixate to non-existing properties.
12117
12118 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12119
12120         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12121         (gst_a52dec_change_state):
12122           Advertise that we can do surround sound.
12123
12124 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12125
12126         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12127           Add buffer-frames=0.
12128         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12129         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12130         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12131         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12132         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12133         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12134         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12135         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12136         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12137         * ext/dvdread/dvdreadsrc.h:
12138           Add seeking, querying for bytes, sectors, title, angle and
12139           chapter. Handle multiple chapters. Relicense to LGPL because
12140           Billy agreed on that (thanks Billy!).
12141
12142 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12143
12144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12145         call parent dispose method
12146
12147 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12148
12149         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12150         (gst_audio_clock_get_internal_time):
12151         Fix active <-> inactive transitions: ensure time value always
12152         grows and avoid abrupt value changes.
12153
12154 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12155
12156         * configure.ac:
12157         * gst/tta/Makefile.am:
12158         * gst/tta/crc32.h:
12159         * gst/tta/filters.h:
12160         * gst/tta/gsttta.c:
12161         * gst/tta/gstttadec.c:
12162         * gst/tta/gstttadec.h:
12163         * gst/tta/gstttaparse.c:
12164         * gst/tta/gstttaparse.h:
12165         * gst/tta/ttadec.h:
12166           added TTA parser and decoder
12167
12168 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12169
12170         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12171         (probe_triggered), (check_queue), (buffer_underrun),
12172         (buffer_running), (buffer_overrun), (gen_source_element),
12173         (setup_source):
12174         * gst/playback/gstplaybasebin.h:
12175           Implement buffering. Needs some more work.
12176
12177 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12178
12179         * ext/theora/theoradec.c: (theora_dec_chain):
12180           Fix ilog mask range overflow.
12181
12182 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12183
12184         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12185           Don't omit the last (which in case of dmix is the only :) )
12186           channel count. Don't set channels if <= 2.
12187
12188 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12189
12190         * gst/playback/gstplaybin.c: (gen_video_element),
12191         (gen_audio_element): Removed 2 obsolete comments
12192
12193 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12194
12195         * ext/vorbis/oggvorbisenc.c
12196         * ext/vorbis/vorbisenc.c :
12197           change description fields of those plugins to differentiate them
12198           (pitivi show Encoders by description, they had the same one)
12199
12200 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12201
12202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12203
12204         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12205         (gst_play_bin_set_property), (gen_video_element),
12206         (gen_audio_element):
12207           Refcounting fixes for provided audio-/videosinks.
12208
12209 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12210
12211         * gst/playback/gstplaybin.c: (gen_video_element),
12212         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12213           Don't reference all sinks, but only the video- and audiosinks.
12214           The vis. element should be disposed when we're done with it.
12215           We don't have any reason to keep it around. This fixes warnings
12216           when reusing playbin for playing multiple audio files with
12217           vis. enabled. Also release audio device on pause - idea stolen
12218           from Rhythmbox.
12219
12220 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12221
12222         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12223         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12224         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12225         * ext/alsa/gstalsaplugin.c: (plugin_init):
12226         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12227         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12228         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12229         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12230         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12231         (gst_faad_change_state), (plugin_init):
12232         * ext/faad/gstfaad.h:
12233         * ext/vorbis/vorbis.c: (plugin_init):
12234         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12235         * gst-libs/gst/audio/Makefile.am:
12236         * gst-libs/gst/audio/audio.c: (plugin_init):
12237         * gst-libs/gst/audio/multichannel.c:
12238         (gst_audio_check_channel_positions),
12239         (gst_audio_get_channel_positions),
12240         (gst_audio_set_channel_positions),
12241         (gst_audio_set_structure_channel_positions_list),
12242         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12243         (gst_audio_fixate_channel_positions):
12244         * gst-libs/gst/audio/multichannel.h:
12245         * gst-libs/gst/audio/testchannels.c: (main):
12246         * gst/audioconvert/gstaudioconvert.c:
12247         (gst_audio_convert_class_init), (gst_audio_convert_init),
12248         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12249         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12250         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12251         * gst/audioconvert/plugin.c: (plugin_init):
12252           Surround sound support.
12253
12254 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12255
12256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12257           Fix position for discont if we're close as well. Nitpicking, but
12258           saves a few milliseconds of extra waiting or skipping.
12259
12260 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12261
12262         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12263           We sometimes need parsers for playback, so add those too.
12264
12265 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12266
12267         * configure.ac:
12268         * gst/apetag/Makefile.am:
12269         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12270         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12271         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12272         (gst_ape_demux_get_src_query_types),
12273         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12274         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12275         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12276         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12277         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12278         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12279         (gst_ape_demux_change_state):
12280         * gst/apetag/apedemux.h:
12281         * gst/apetag/apetag.c: (plugin_init):
12282         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12283         (plugin_init):
12284           APE v1/2 tag reader plus typefind function.
12285
12286 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12287
12288         * configure.ac:
12289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12290         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12291           Remove hacks for older core. Require newer core version
12292           accordingly.
12293
12294 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12295
12296         * gst/cdxaparse/Makefile.am:
12297         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12298         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12299         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12300         * gst/cdxaparse/gstcdxaparse.h:
12301         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12302         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12303         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12304         (gst_cdxastrip_get_src_query_types),
12305         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12306         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12307         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12308         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12309         * gst/cdxaparse/gstcdxastrip.h:
12310           SVCD/VCD header stripping separated from CDXA image parsing.
12311         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12312         (plugin_init):
12313           Add VCD/SVCD header typefinding for VCD/SVCD.
12314         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12315         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12316         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12317         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12318         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12319         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12320         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12321         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12322         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12323         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12324         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12325         * sys/vcd/vcdsrc.h:
12326           Fix up, add seeking, querying, URI interface. Works in totem now.
12327
12328 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12329
12330         * configure.ac:
12331           back to CVS
12332
12333 === release 0.8.6 ===
12334
12335 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12336
12337         * NEWS:
12338         * RELEASE:
12339         * configure.ac:
12340         * po/af.po:
12341         * po/az.po:
12342         * po/cs.po:
12343         * po/en_GB.po:
12344         * po/hu.po:
12345         * po/it.po:
12346         * po/nb.po:
12347         * po/nl.po:
12348         * po/or.po:
12349         * po/sq.po:
12350         * po/sr.po:
12351         * po/sv.po:
12352         * po/uk.po:
12353           releasing 0.8.6, "IOU Love"
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/playback/gstplaybasebin.c:
12360           Fix unplayable files error handling.  Fixes #158365
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         * gst/typefind/gsttypefindfunctions.c:
12367           Fix broken mp3 typefinding.  Fixes #158375
12368
12369 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12370
12371         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12372
12373         * ext/ogg/gstoggdemux.c:
12374           Fix sync on broken files.  Fixes #158976
12375
12376 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12377
12378         patch by: Edward Hervey <bilboed@bilboed.com>
12379
12380         * ext/libpng/gstpngenc.c:
12381           Copy over buffer properties.  Fixes #158832
12382
12383 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12384
12385         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12386
12387         * ext/dvdread/dvdreadsrc.c:
12388           Fixes invalid reads (#158462)
12389
12390 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12391
12392         * sys/v4l/gstv4lsrc.c:
12393         * sys/v4l/gstv4lsrc.h:
12394         * sys/v4l/v4lsrc_calls.c:
12395           Probe less and cache it.  Fixes #159187.
12396
12397 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12398
12399         * gst/videorate/gstvideorate.c:
12400           Handle all video formats. Fixes #159186.
12401
12402 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12403         * gst/synaesthesia/gstsynaesthesia.c:
12404         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12405         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12406         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12407         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12408         (gst_synaesthesia_change_state), (plugin_init):
12409         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12410         Force 320x200 output, as that's the only thing the underlying
12411         synaesthesia implementation supports. Still needs to be made
12412         re-entrant.
12413
12414 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12415
12416         * configure.ac:
12417           Fix mpeg2enc configure check (similar to mplex check below).
12418
12419 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12420
12421         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12422
12423         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12424           Fix for gcc-2.95 (fixes #158221).
12425
12426 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12427
12428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12429           Re-add clock distribution hack (until new core is released).
12430           Fixes #158125.
12431
12432 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12433         * configure.ac:
12434           fix mplex configure check segfaulting on some systems (bug #140994)
12435
12436 2004-11-13  Benjamin Otte  <otte@gnome.org>
12437
12438         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12439           add debugging
12440         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12441           do a wait when we enter the loop func with no data available to
12442           write instead of getting into an 100% CPU loop by just returning and
12443           being called again by the scheduler
12444
12445 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12446
12447         * configure.ac:
12448         * ext/libvisual/visual.c: (gst_visual_get_type),
12449         (libvisual_log_handler), (gst_visual_getcaps),
12450         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12451         (plugin_init):
12452           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12453         * ext/smoothwave/Makefile.am:
12454         * ext/smoothwave/demo-osssrc.c: (main):
12455         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12456         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12457         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12458         (plugin_init):
12459         * ext/smoothwave/gstsmoothwave.h:
12460           Make gstsmoothwave a working element in the 20th century.
12461
12462         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12463           Fix incorrect link function
12464
12465 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12466
12467         * gst/volume/gstvolume.c:
12468           Allow buffer-frames=0.
12469
12470 2004-11-12 Iain <iaingnome@gmail.com>
12471
12472         * configure.ac: Check for polypaudio
12473
12474         * ext/Makefile.am: Build the polyp dir
12475
12476         * ext/polyp: The polypsink sources.
12477
12478 2004-10-30 Iain <iaingnome@gmail.com>
12479
12480         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12481         caps to reflect the new number of channels.
12482
12483 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12484
12485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12486           Fix for negotiation order problem. This would show when the
12487           ALSA loopfuction was called before any other function. ALSA
12488           wouldn't do anything because we're not negotiated yet, leading
12489           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12490
12491 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12492
12493         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12494
12495         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12496           No warnings (#157986).
12497
12498 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12499
12500         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12501           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12502
12503 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12504
12505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12506           Signal no-more-pads (so it works in playbin).
12507
12508 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12509
12510         * ext/musepack/gstmusepackreader.cpp:
12511           Workaround for older core.
12512
12513 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12514
12515         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12516           Actually test for odd width/height rather than testing whether
12517           a temporary variable that was 0 before we subtracted 1 is now
12518           not equal to zero (which it always is).
12519
12520 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12521
12522         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12523         Fix compilation if HAVE_XVIDEO is not defined
12524
12525 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12526
12527         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12528         Fix compilation if HAVE_XVIDEO is not defined
12529
12530 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12531
12532         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12533         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12534         (gst_goom_change_state), (plugin_init):
12535         Use the bytestream adapter so goom doesn't depend on the input
12536         buffer size.
12537         Add a debug category
12538
12539 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12540
12541         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12542           Only set hardware parameters *after* negotiation. Before
12543           negotiation, it will set ANY and that seems to cause crashes
12544           (see e.g. #151288, #153227).
12545
12546 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12547
12548         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12549           This seems to be antique leftover. It needs to pass error
12550           checking.
12551         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12552         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12553         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12554         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12555           Fix GstXOverlay implementation (#151059).
12556
12557 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12558
12559         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12560           Don't assert (#157853).
12561
12562 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12563
12564         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12565           Fix bytes/samples confustion.
12566         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12567           Fix for underrun (#144389).
12568
12569 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12570
12571         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12572           Disable halfway-seek for pending release (since it needs a new
12573           core release).
12574
12575 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12576
12577         * sys/v4l/gstv4lsrc.c:
12578         * sys/v4l/gstv4lsrc.h:
12579         * sys/v4l/v4lsrc_calls.c:
12580           add autoprobe-fps property so we can separate autoprobing parts
12581
12582 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12583
12584         * sys/v4l/gstv4lsrc.c:
12585         * sys/v4l/v4lsrc_calls.c:
12586         initialise fourcc to catch unset fourcc's, and debug
12587
12588 2004-11-09  Wim Taymans  <wim@fluendo.com>
12589
12590         * gst/playback/README:
12591         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12592         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12593         (gst_play_bin_dispose), (gst_play_bin_set_property),
12594         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12595         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12596         (gst_play_bin_get_formats), (gst_play_bin_convert),
12597         (gst_play_bin_get_query_types), (gst_play_bin_query):
12598         Cleanups and some more documentation.
12599
12600 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12601
12602         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12603         (gst_cacasink_init), (gst_cacasink_chain):
12604         * ext/libcaca/gstcacasink.h:
12605         Cacasink inherits from VideoSink, so let that store the clock.
12606
12607 2004-11-09  Wim Taymans  <wim@fluendo.com>
12608
12609         * gst/playback/README:
12610         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12611         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12612         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12613         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12614         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12615         (setup_sinks):
12616         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12617         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12618         * gst/playback/gststreaminfo.h:
12619         Updated README.
12620         Only switch groups if all streams have muted (EOSed).
12621         Send Tags in sync with the stream playback instead of in
12622         the playback/preroll phase.
12623         Some cleanups, free the fakesrc elements.
12624
12625 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12626
12627         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12628           buffer-frames property was missing
12629         * ext/arts/gst_arts.c:
12630           rate missing from sinkcaps
12631         * ext/audiofile/gstafparse.c:
12632         * ext/audiofile/gstafsink.c:
12633         * ext/audiofile/gstafsrc.c:
12634         * ext/swfdec/gstswfdec.c:
12635           int audio doesn't know buffer-frames
12636         * ext/cdparanoia/gstcdparanoia.c:
12637           int audio doesn't know chunksize either
12638         * ext/nas/nassink.c:
12639           it's endianness, not endianess
12640         * gst-libs/gst/audio/audio.h:
12641           make float standard pad template caps really describe float
12642         * gst/law/mulaw.c: (linear_factory):
12643           signed only, please
12644         * gst/mpegstream/gstdvddemux.c:
12645           widths of 20 are not valid
12646
12647 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12648
12649         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12650
12651         * po/LINGUAS:
12652         * po/it.po:
12653           Add Italian
12654
12655 2004-11-08  Wim Taymans  <wim@fluendo.com>
12656
12657         * gst/playback/README:
12658         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12659         * gst/playback/gstplaybasebin.c: (probe_triggered),
12660         (gst_play_base_bin_change_state):
12661         Updated README, added more comments for fixmes etc..
12662
12663 2004-11-08  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12666         We can remove this hack now.
12667
12668 2004-11-08  Wim Taymans  <wim@fluendo.com>
12669
12670         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12671         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12672         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12673         Only mix AYUV for maximum quality.
12674
12675 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12676
12677         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12678         (gst_ogg_demux_push), (gst_ogg_pad_push):
12679           Let's act as if we're synchronized now! :).
12680         * ext/theora/theoradec.c: (theora_dec_chain):
12681           Add some debug.
12682
12683 2004-11-08  Wim Taymans  <wim@fluendo.com>
12684
12685         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12686         (gst_alpha_set_property), (gst_alpha_sink_link),
12687         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12688         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12689         (gst_alpha_init_params), (gst_alpha_chain):
12690         Implement alpha functions for AYUV too, this increases
12691         accuracy quite a bit.
12692
12693 2004-11-08  Wim Taymans  <wim@fluendo.com>
12694
12695         * gst/ffmpegcolorspace/avcodec.h:
12696         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12697         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12698         (gst_ffmpegcsp_avpicture_fill):
12699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12700         (gst_ffmpegcsp_caps_remove_format_info):
12701         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12702         (shrink12), (img_get_alpha_info), (deinterlace_line),
12703         (deinterlace_line_inplace):
12704         * gst/ffmpegcolorspace/imgconvert_template.h:
12705         Added AYUV colorspace and handle RGBA a bit more respectful.
12706
12707 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12708
12709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12710           Actually always send a discont (cornercase when resending the
12711           same serial-tagged chain twice).
12712
12713 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12714
12715         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12716         (gst_ximagesink_finalize):
12717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12718         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12719
12720 2004-11-08  Wim Taymans  <wim@fluendo.com>
12721
12722         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12723         Don't segfault on NULL data.
12724
12725 2004-11-08  Wim Taymans  <wim@fluendo.com>
12726
12727         * gst/playback/gstdecodebin.c: (unlinked):
12728         * gst/playback/gstplay-marshal.list:
12729         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12730         (gst_play_base_bin_init), (group_create), (get_active_group),
12731         (get_building_group), (group_destroy), (group_commit),
12732         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12733         (add_element_stream), (no_more_pads), (probe_triggered),
12734         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12735         (state_change), (setup_source), (gst_play_base_bin_get_property),
12736         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12737         (gst_play_base_bin_link_stream),
12738         (gst_play_base_bin_get_streaminfo):
12739         * gst/playback/gstplaybasebin.h:
12740         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12741         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12742         Add support for chained ogg files. Prepare for playlist
12743         support. This patch introduces the concept of pad groups, which
12744         together compose one playable media file.
12745
12746 2004-11-07  David Schleef  <ds@schleef.org>
12747
12748         * testsuite/gst-lint: Check for pad templates that aren't statically
12749         scoped.
12750
12751 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12752
12753         * configure.ac:
12754         * ext/Makefile.am:
12755         * ext/musepack/Makefile.am:
12756         * ext/musepack/gstmusepackdec.cpp:
12757         * ext/musepack/gstmusepackdec.h:
12758         * ext/musepack/gstmusepackreader.cpp:
12759         * ext/musepack/gstmusepackreader.h:
12760           Add musepack decoder.
12761         * ext/faad/gstfaad.c: (gst_faad_base_init):
12762           Make pad templates static.
12763         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12764         (plugin_init):
12765           Add musepack typefinder, make mp3 typefinding work halfway stream,
12766           which doesn't actually work yet because id3demux doesn't implement
12767           _get_length().
12768
12769 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12770
12771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12772         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12773           Fix interrupt event handling (#144436).
12774
12775 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12776
12777         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12778           Hide unused glory.
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         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12785           Fix weird caps (#157548).
12786
12787 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12788
12789         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12790
12791         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12792           Add missing NULL terminator (#157543).
12793
12794 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12795
12796         * gst/tcp/gsttcp.h:
12797         * gst/tcp/gsttcpclientsink.c:
12798         * gst/tcp/gsttcpclientsrc.c:
12799         * gst/tcp/gsttcpserversink.c:
12800         * gst/tcp/gsttcpserversrc.c:
12801           ports can go up to 65535.  Move common defines to gsttcp.h
12802
12803 2004-11-05  Wim Taymans  <wim@fluendo.com>
12804
12805         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12806         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12807         Added two more colorspaces.
12808
12809 2004-11-05  Wim Taymans  <wim@fluendo.com>
12810
12811         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12812         (gst_ffmpegcsp_avpicture_fill):
12813         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12814         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12815         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12816         More stride fixes.
12817
12818 2004-11-05  Wim Taymans  <wim@fluendo.com>
12819
12820         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12821         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12822         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12823         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12824         (gst_videomixer_loop):
12825         More stride fixes.
12826
12827 2004-11-05  Benjamin Otte  <otte@gnome.org>
12828
12829         * ext/mad/gstmad.c: (gst_mad_chain):
12830           don't overflow data buffer. Flush not needed sync data when syncing
12831           failed.
12832
12833 2004-11-04  Wim Taymans  <wim@fluendo.com>
12834
12835         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12836         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12837         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12838         (gst_alpha_init_params), (gst_alpha_chain),
12839         (gst_alpha_change_state):
12840         Updated the chroma keying algorithm with something more
12841         sophisticated.
12842
12843 2004-11-03  Wim Taymans  <wim@fluendo.com>
12844
12845         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12846         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12847         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12848         Fix stride issues. Does not completely work for odd
12849         heights.
12850
12851 2004-11-03  Wim Taymans  <wim@fluendo.com>
12852
12853         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12854         (gst_alpha_chroma_key), (gst_alpha_chain):
12855         Fix stride issues. Does not completely work for odd
12856         heights.
12857
12858 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12859
12860         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12861         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12862         leak fixes
12863
12864 2004-11-03  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12867         (gst_ffmpegcsp_avpicture_fill):
12868         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12869         (avpicture_alloc):
12870         * gst/ffmpegcolorspace/imgconvert_template.h:
12871         Use correct _fill function to get correct strides.
12872
12873 2004-11-02  David Schleef  <ds@schleef.org>
12874
12875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12876         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12877         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12878         Change all g_print()s to debugging.  Add a bunch of consistency
12879         checks.
12880
12881 2004-11-02  Wim Taymans  <wim@fluendo.com>
12882
12883         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12884         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12885         (unlinked), (no_more_pads), (close_link):
12886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12887         (unknown_type), (add_element_stream), (new_decoded_pad),
12888         (removed_decoded_pad), (setup_source):
12889         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12890         (gst_stream_info_class_init), (gst_stream_info_init),
12891         (gst_stream_info_new), (gst_stream_info_dispose),
12892         (stream_info_mute_pad), (gst_stream_info_set_property),
12893         (gst_stream_info_get_property):
12894         * gst/playback/gststreaminfo.h:
12895         Fix playback of multiple files.
12896         a slightly different approach to handling dynamic pad removals.
12897         This one only looks at pads that we have linked.
12898
12899 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12900
12901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12902         free" warning from libc.
12903
12904 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12905
12906         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12907         (get_unconnected_element), (remove_starting_from), (pad_removed),
12908         (close_link):
12909           Implement support for dynamic pad changing. We listen to "live"
12910           pad removals (i.e. while playing) and re-setup autoplugging
12911           after that. Playbasebin/playbin need some more work for this
12912           to finally work, but decodebin supports (and replugs) chained
12913           ogg now.
12914
12915 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12916
12917         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12918         (gst_alsa_finalize):
12919         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12920         (gst_cdaudio_finalize):
12921         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12922         (cdparanoia_finalize):
12923         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12924         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12925         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12926         (dvdreadsrc_finalize):
12927         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12928         (gst_flacdec_finalize):
12929         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12930         (gst_flacenc_finalize):
12931         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12932         (gst_gnomevfssink_finalize):
12933         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12934         (gst_gnomevfssrc_finalize):
12935         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12936         (gst_fameenc_finalize):
12937         * ext/nas/nassink.c: (gst_nassink_class_init),
12938         (gst_nassink_finalize):
12939         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12940         (gst_sdlvideosink_class_init):
12941         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12942         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12943         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12944         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12945         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12946         (gst_x_window_listener_dispose):
12947         * gst/audioscale/gstaudioscale.c:
12948         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12949         (play_on_demand_finalize):
12950         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12951         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12952         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12953         (cdplayer_finalize):
12954         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12955         (gst_glimagesink_class_init):
12956         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12957         (gst_osselement_finalize):
12958         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12959         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12960         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12961           Fixes a bunch of problems with finalize and dispose functions,
12962           either assumptions that dispose is only called once, or not calling
12963           the parent class dispose/finalize function
12964
12965 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12966
12967         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12968           added two api precondition guards
12969           use g_strdup with getenv to fix crash when using ENVVAR
12970
12971 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12972         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12973         (gst_esdsink_finalize):
12974         Use a finalize function, not dispose, and more importantly,
12975         call the parent class finalize function too
12976
12977 2004-11-01  Johan Dahlin  <johan@gnome.org>
12978
12979         * ext/ogg/gstoggdemux.c:
12980         * gst/tags/gstvorbistag.c:
12981         Plug leaks.
12982
12983 2004-10-31  Benjamin Otte  <otte@gnome.org>
12984
12985         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12986           lotsa memleaks today. But they're all small...
12987
12988 2004-10-31  Benjamin Otte  <otte@gnome.org>
12989
12990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12991           another memleak crushed
12992
12993 2004-10-31  Benjamin Otte  <otte@gnome.org>
12994
12995         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12996           fix memleak
12997
12998 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12999
13000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13001           Hack to prevent crash when going to READY inside signal handler
13002           while this function is active.
13003
13004 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13005
13006         * gst/ffmpegcolorspace/Makefile.am:
13007         * gst/ffmpegcolorspace/avcodec.h:
13008         * gst/ffmpegcolorspace/common.h:
13009         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13010         * gst/ffmpegcolorspace/dsputil.h:
13011         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13012         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13013         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13014         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13015         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13016         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13017         (gst_ffmpegcsp_avpicture_fill):
13018         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13020         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13021         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13022         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13023         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13024         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13025         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13026         * gst/ffmpegcolorspace/imgconvert.c:
13027         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13028         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13029         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13030         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13031         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13032         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13033         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13034         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13035         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13036         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13037         (grow21), (grow22), (grow41), (grow44), (conv411),
13038         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13039         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13040         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13041         (avpicture_free), (is_yuv_planar), (img_convert),
13042         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13043         (deinterlace_line_inplace), (deinterlace_bottom_field),
13044         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13045         * gst/ffmpegcolorspace/imgconvert_template.h:
13046         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13047         * gst/ffmpegcolorspace/mmx.h:
13048         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13049         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13050         (av_freep), (avcodec_get_context_defaults),
13051         (avcodec_alloc_context), (avcodec_init):
13052           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13053           handling plus update from ffmpeg CVS. Large clean-up.
13054
13055 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13056
13057         * gst/playback/Makefile.am:
13058           We need the marshallers for decodebin, too.
13059
13060 2004-10-30  David Schleef  <ds@schleef.org>
13061
13062         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13063           quicktime typefinding work with 64-bit offsets.
13064
13065 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13066
13067         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13068           Set EOS on the element when processing an EOS event.
13069         * ext/speex/gstspeexdec.h:
13070         * ext/speex/gstspeexenc.h:
13071           Only keep a const ptr to the mode
13072         * gst-libs/gst/riff/riff-media.c:
13073         (gst_riff_create_audio_caps_with_data),
13074         (gst_riff_create_audio_template_caps):
13075           Allow WMAV3, with up to 6 channels.
13076         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13077           Don't call gst_pad_set_event_function on a sink pad.
13078         * gst/mpegstream/gstdvddemux.c:
13079         (gst_dvd_demux_get_subpicture_stream),
13080         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13081           Copy the explicit caps that were set across to the cur_* pads,
13082           instead of trying to use a possibly non-existent negotiated caps.
13083           Reset the type of subpicture pads to UNKNOWN after calling
13084           init_stream, so that the caps get set.
13085
13086 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13087
13088         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13089
13090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13091           Don't touch buffer if it is of size 0 (fixes #151064).
13092
13093 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13094
13095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13096           Synchronized discont handling.
13097
13098 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13099
13100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13101         (gst_ogg_demux_push):
13102           Make seeking sort-of exact again (fixes #156387).
13103
13104 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13105
13106         * gst/playback/gstplaybasebin.c: (unknown_type),
13107         (add_element_stream), (new_decoded_pad),
13108         (gst_play_base_bin_change_state):
13109         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13110         (gst_stream_info_init), (gst_stream_info_new),
13111         (gst_stream_info_dispose), (gst_stream_info_get_property):
13112         * gst/playback/gststreaminfo.h:
13113           Make caps explicitely available. Makes testing for unsupported
13114           types possible. Improves error reporting.
13115
13116 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13117
13118         * gst/audioconvert/gstaudioconvert.c:
13119         (gst_audio_convert_buffer_to_default_format):
13120           Really don't touch read-only buffers (#156563).
13121
13122 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13123
13124         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13125
13126         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13127           Fix memleak (#155223).
13128
13129 2004-10-29  Wim Taymans  <wim@fluendo.com>
13130
13131         * gst/tcp/.cvsignore:
13132         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13133         (gst_multifdsink_class_init), (gst_multifdsink_init),
13134         (gst_multifdsink_add), (gst_multifdsink_remove),
13135         (gst_multifdsink_remove_client_link), (is_sync_frame),
13136         (gst_multifdsink_new_client),
13137         (gst_multifdsink_handle_client_write),
13138         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13139         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13140         (gst_multifdsink_get_property):
13141         * gst/tcp/gstmultifdsink.h:
13142         Added burst on connect sync_method, deprecated sync_clients,
13143         streamlined the sync code some more.
13144
13145 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13146
13147         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13148         (gst_play_base_bin_change_state):
13149           Improve error reporting.
13150
13151 2004-10-28  Wim Taymans  <wim@fluendo.com>
13152
13153         * gst/tcp/Makefile.am:
13154         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13155         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13156         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13157         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13158         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13159         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13160         (gst_fdset_wait):
13161         Added more locks around fdset structures. Fixed/reworked
13162         the poll array resizing code.
13163         Added stress test for fdset.
13164
13165 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13166
13167         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13168         fix build
13169
13170 2004-10-28  Benjamin Otte  <otte@gnome.org>
13171
13172         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13173           fix link function to always query channels and query width for
13174           floats
13175         * configure.ac:
13176           add equalizer dir
13177         * gst/equalizer/Makefile.am:
13178         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13179         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13180         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13181         (arg_to_scale), (setup_filter),
13182         (gst_iir_equalizer_compute_frequencies),
13183         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13184         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13185         (plugin_init):
13186           add an equalizer
13187
13188 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13189
13190         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13191
13192         * po/LINGUAS:
13193         * po/nb.po:
13194           Added Norwegian Bokmaal translation
13195
13196 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13197
13198         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13199           Don't break on options (fixes #156488).
13200
13201 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13202
13203         * configure.ac:
13204         * ext/cdaudio/Makefile.am:
13205         * sys/Makefile.am:
13206           fix build on older automake
13207
13208 2004-10-26  Wim Taymans  <wim@fluendo.com>
13209
13210         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13211         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13212         Allow a little margin when negotiating the framerate.
13213
13214 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13215
13216         * gst/level/gstlevel.c:
13217           synchonised naming of pads and pad-templates
13218
13219 2004-10-26  Wim Taymans  <wim@fluendo.com>
13220
13221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13222         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13223         (_find_streams_check), (gst_ogg_demux_push):
13224         Fix EOS again. Needs to be done in a better way. We should not
13225         remove the pad if there is no new chained stream.
13226
13227 2004-10-26 Iain <iaingnome@gmail.com>
13228
13229         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13230         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13231         of the caps.
13232         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13233         pad.
13234         (interleave_release_pad): Remove the pad.
13235         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13236         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13237         the set device.
13238         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13239         attrs
13240         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13241         (gst_xvimagesink_finalize): Free the par.
13242
13243 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13244
13245         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13246         (gst_avimux_stop_file):
13247           First calculate the rate, and only then use it. Hdr.rate is a
13248           multiple and not a derivative of hdr.scale. Scale is not the
13249           same as blockalign but is solely related to rate.
13250
13251 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13252
13253         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13254         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13255           Implement seeking.
13256
13257 2004-10-25  James Henstridge  <james@jamesh.id.au>
13258
13259         Reviewed by:  David Schleef  <ds@schleef.org>
13260
13261         * examples/gstplay/player.c: (got_stream_length), (main):
13262         * examples/seeking/cdplayer.c: (update_scale):
13263         * examples/seeking/seek.c: (format_value), (update_scale):
13264         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13265         (stop_seek):
13266         Build fixes on AMD64.
13267
13268 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13269
13270         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13271
13272         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13273         Fix for some v4l cards which hang in v4lsrc
13274
13275 2004-10-25  Wim Taymans  <wim@fluendo.com>
13276
13277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13278         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13279         Make sure to remove the pad when a new chain is
13280         encountered. Set some vars to NULL so we don't try
13281         to reference freed memory.
13282
13283 2004-10-25  Wim Taymans  <wim@fluendo.com>
13284
13285         * examples/seeking/Makefile.am:
13286         * examples/seeking/cdplayer.c: (update_scale):
13287         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13288         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13289         (format_value), (update_scale), (iterate), (start_seek),
13290         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13291         (print_usage), (main):
13292         Added some more examples, update others.
13293
13294 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13295
13296         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13297         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13298         * ext/theora/theoradec.c: (theora_dec_chain):
13299         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13300           Add codec-name metadata.
13301
13302 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13303
13304         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13305
13306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13307         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13308         * ext/alsa/gstalsamixertrack.h:
13309         * po/POTFILES.in:
13310           ALSA mixer track label internationalization (#154054).
13311
13312 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13313
13314         * ext/theora/theoradec.c: (theora_dec_chain):
13315           Export bitrate as metadata.
13316
13317 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13318
13319         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13320         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13321         * ext/alsa/gstalsamixertrack.h:
13322           Fix names, fix loop.
13323
13324 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13325
13326         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13327         (speex_dec_convert):
13328           sinkconvert function so oggdemux can get the file length (totem).
13329
13330 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13331
13332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13333
13334         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13335           Don't push incomplete packets.
13336         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13337           Fix MPEG-4 audio typefinding.
13338
13339 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13340
13341         * sys/v4l/Makefile.am:
13342         * sys/v4l/gstv4l.c: (plugin_init):
13343         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13344         (gst_v4lelement_init), (gst_v4lelement_dispose),
13345         (gst_v4lelement_change_state):
13346         * sys/v4l/gstv4lelement.h:
13347         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13348         (gst_v4l_xoverlay_close), (idle_refresh),
13349         (gst_v4l_xoverlay_set_xwindow_id):
13350         * sys/v4l/gstv4lxoverlay.h:
13351         * sys/v4l/v4l-overlay_calls.c:
13352         * sys/v4l/v4l_calls.h:
13353         * sys/v4l2/Makefile.am:
13354         * sys/v4l2/gstv4l2.c: (plugin_init):
13355         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13356         (gst_v4l2element_init), (gst_v4l2element_dispose),
13357         (gst_v4l2element_change_state):
13358         * sys/v4l2/gstv4l2element.h:
13359         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13360         (gst_v4l2_xoverlay_close), (idle_refresh),
13361         (gst_v4l2_xoverlay_set_xwindow_id):
13362         * sys/v4l2/gstv4l2xoverlay.h:
13363         * sys/v4l2/v4l2-overlay_calls.c:
13364         * sys/v4l2/v4l2_calls.h:
13365           Remove client-side overlay handling, use the X-server v4l plugin
13366           for that. Nicer overlay, less code. Also make the plugin
13367           compileable without X (but then without overlay, obviously).
13368           Makes xwindowlistener obsolete, should we remove that?
13369
13370 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13371
13372         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13373         (gst_osssrc_src_query):
13374         * sys/oss/gstosssrc.h:
13375           OK, so people want offset in DEFAULT. This time, actually fix all
13376           cases.
13377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13378           Add FPS properly.
13379
13380 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13381
13382         * gst/asfdemux/gstasfmux.c:
13383         * gst/avi/gstavimux.c:
13384           Framerate.
13385
13386 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13387
13388         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13389           Fix properties (channel, norm, frequency).
13390
13391 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13392
13393         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13394           Flag typo.
13395         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13396           No warnings.
13397
13398 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13399
13400         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13401           Fix hang.
13402
13403 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13404
13405         * sys/v4l2/gstv4l2element.h:
13406           Yet Another Hack (tm) for kernel header borkedness.
13407         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13408         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13409         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13410         (gst_v4l2src_change_state):
13411         * sys/v4l2/gstv4l2src.h:
13412         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13413         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13414           Fix caps, keep track of state, work.
13415
13416 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13417
13418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13419           Quiet.
13420
13421 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13422
13423         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13424           Don't mix bytes and samples.
13425
13426 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13427
13428         * ext/ogg/gstoggmux.c:
13429           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13430           and theora. Any is incorrect.
13431         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13432           Fix caps.
13433         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13434         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13435         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13436         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13437         * sys/v4l/gstv4lmjpegsrc.h:
13438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13439         (gst_v4lsrc_change_state):
13440         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13441         (gst_v4lmjpegsrc_capture_stop):
13442           Fix caps. Keep track of internal state. Work.
13443
13444 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13445
13446         * ext/Makefile.am:
13447           Fix the build fixes.
13448
13449 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13450
13451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13452         (gst_ogg_demux_src_event), (_find_chain_seek),
13453         (gst_ogg_pad_push):
13454           Check for pad availability before using it.
13455         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13456           Fix parsing of chained ogg. Needs more work on the decoder side.
13457
13458 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13459
13460         * gst/spectrum/Makefile.am:
13461         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13462         (idle_func):
13463           Fix demo and reenable it. Yes, I'm currently playing with audio
13464           analysis tools
13465
13466 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13467
13468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13469           We love it if files that start at zero work too...
13470
13471 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13472
13473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13474           Handle files with missing EOS headers.
13475
13476 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13477
13478         * gst/tcp/gsttcpserversink.c:
13479         (gst_tcpserversink_handle_server_read),
13480         (gst_tcpserversink_init_send):
13481         Zero some variables first (need for accept not to return EINVAL)
13482
13483 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13484
13485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13486         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13487         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13488         (theora_dec_chain):
13489         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13490         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13491           Seeking and querying finetune.
13492
13493 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13494
13495         * configure.ac:
13496         * ext/Makefile.am:
13497         * ext/raw1394/Makefile.am:
13498           fix the build
13499
13500 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13501
13502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13503           Wrong return.
13504         * gst/playback/Makefile.am:
13505         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13506         * gst/playback/gstplay-marshal.list:
13507         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13508           Fix marshallers.
13509
13510 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13511
13512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13513           Silence.
13514
13515 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13516
13517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13518         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13519         (gst_ogg_pad_push):
13520           Yay for non-lineair granulepos in theora.
13521
13522 2004-10-18  Wim Taymans  <wim@fluendo.com>
13523
13524         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13525         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13526         * ext/dv/gstdvdec.h:
13527         Make sure we renegotiate aspect ratio when the camera switches.
13528
13529 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13530
13531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13532         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13533           Start at zero.
13534         * ext/theora/theoradec.c: (theora_dec_chain):
13535           Skip headers. Bad idea for chained ogg, but fixes seeking.
13536
13537 2004-10-18  Wim Taymans  <wim@fluendo.com>
13538
13539         * configure.ac:
13540         I swear, this is the last time I touch this.
13541
13542 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13543
13544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13545         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13546         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13547           Faster seeking.
13548         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13549           Time-to-default conversion.
13550         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13551           Don't error on unknown packets, just skip. We should probably
13552           read them if we want to support chained ogg.
13553
13554 2004-10-18  Wim Taymans  <wim@fluendo.com>
13555
13556         * configure.ac:
13557         Added cdaudio to wrong list.
13558
13559 2004-10-18  Wim Taymans  <wim@fluendo.com>
13560
13561         * configure.ac:
13562         Revive cdaudio.
13563
13564 2004-10-18  Wim Taymans  <wim@fluendo.com>
13565
13566         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13567         (gst_dvdec_video_link), (gst_dvdec_push):
13568         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13569         (gst_smokeenc_resync), (gst_smokeenc_chain):
13570         Fix mimetype on smoke encoder.
13571         Add aspect ratio to dvdec. Not sure if these
13572         values are correct though....
13573
13574 2004-10-18  Wim Taymans  <wim@fluendo.com>
13575
13576         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13577         Fix vorbis property descriptions and ranges.
13578
13579 2004-10-18  Wim Taymans  <wim@fluendo.com>
13580
13581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13582         Really do nothing when no data is available.
13583         Go to the playing state when the stream is not seekable
13584         instead of failing.
13585
13586 2004-10-18  Wim Taymans  <wim@fluendo.com>
13587
13588         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13589         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13590         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13591         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13592         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13593         Added uri handler for cd://
13594         Port to new API.
13595
13596 2004-10-18  Wim Taymans  <wim@fluendo.com>
13597
13598         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13599         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13600         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13601         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13602         (remove_prerolls), (unknown_type), (add_element_stream),
13603         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13604         (gst_play_base_bin_remove_element),
13605         (gst_play_base_bin_link_stream):
13606         * gst/playback/gstplaybin.c: (gen_video_element),
13607         (gen_vis_element), (remove_sinks), (setup_sinks):
13608         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13609         (gst_stream_info_get_type), (gst_stream_info_class_init),
13610         (gst_stream_info_init), (gst_stream_info_new),
13611         (gst_stream_info_dispose), (stream_info_mute_pad),
13612         (gst_stream_info_set_property), (gst_stream_info_get_property):
13613         * gst/playback/gststreaminfo.h:
13614         Add sink padtemplate to decodebin.
13615         Added some more comments.
13616         Make queue size configurable in playbasebin.
13617         Added possibility to use elements as sinks (ex cdaudio).
13618
13619 2004-10-15  Wim Taymans  <wim@fluendo.com>
13620
13621         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13622         (gst_speexenc_chain):
13623         Fix speex timestamps so that it gets muxed properly.
13624
13625 2004-10-15  Wim Taymans  <wim@fluendo.com>
13626
13627         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13628         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13629         (gst_dv1394src_init), (gst_dv1394src_dispose),
13630         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13631         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13632         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13633         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13634         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13635         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13636         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13637         * ext/raw1394/gstdv1394src.h:
13638         Added conversion/query functions.
13639         Update buffer timestamps,
13640         Added signals.
13641         Added uri dv:// so it might play from the firewire in playbin.
13642         Fix a possible leak.
13643         Added debugging.
13644
13645 2004-10-15  Wim Taymans  <wim@fluendo.com>
13646
13647         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13648         (gst_dv1394src_init), (gst_dv1394src_set_property),
13649         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13650         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13651         * ext/raw1394/gstdv1394src.h:
13652         Added AV/C VTR control support needed for some cameras.
13653         Added automatic port detection.
13654         Added properties for selecting the channel.
13655         The configure.ac script is not yet updated to reflect the
13656         new libavc1394 and librom1394 dependencies.
13657
13658 2004-10-15  Wim Taymans  <wim@fluendo.com>
13659
13660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13661         (qtdemux_parse), (gst_qtdemux_handle_esds):
13662         An esds box is not a container.
13663         Fix parsing of mp4v boxes.
13664         Do not try to renegotiate fps for each frame. Need to
13665         find a better method. This should fix mp4 playback.
13666
13667 2004-10-14  David Schleef  <ds@schleef.org>
13668
13669         * configure.ac: update for swfdec-0.3 and liboil-0.2
13670         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13671         * ext/swfdec/gstswfdec.h: same
13672         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13673         * gst/videotestsrc/videotestsrc.c: same
13674
13675 2004-10-14  Wim Taymans  <wim@fluendo.com>
13676
13677         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13678         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13679         (is_sync_frame), (gst_multifdsink_new_client),
13680         (gst_multifdsink_handle_client_write),
13681         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13682         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13683         Turn warnings into info.
13684         Don't allow a state change in the streaming thread.
13685
13686 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13687
13688         * ext/vorbis/oggvorbisenc.c:
13689         * ext/vorbis/vorbisdec.c:
13690           fix template sample rate
13691
13692 2004-10-13  Wim Taymans  <wim@fluendo.com>
13693
13694         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13695         Decoding the header first fixes some problems in resyncing
13696         in more mp3s.
13697
13698 2004-10-12  Wim Taymans  <wim@fluendo.com>
13699
13700         * gst/playback/gstplaybin.c: (gen_video_element),
13701         (gen_vis_element), (remove_sinks), (setup_sinks):
13702         Added vis plugin support, need to configure the vis
13703         element to activate it.
13704
13705 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13706
13707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13708         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13709           Some debug.
13710         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13711         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13712         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13713         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13714         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13715         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13716         * gst/avi/gstavidemux.h:
13717           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13718           recovery (where, if part of the index is broken, we will still read
13719           the rest of the index and recover the broken part by stream
13720           scanning). More broken media support. EOS workarounds. General AVI
13721           braindamage headache recovery. Aspirin included.
13722
13723 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13724
13725         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13726         (cdparanoia_event), (cdparanoia_query):
13727           Get rid of hideous lead-in.
13728
13729 2004-10-11  Wim Taymans  <wim@fluendo.com>
13730
13731         * gst/playback/gstplaybasebin.c: (setup_source):
13732         Wrong var used to get g_list_next.
13733
13734 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13735
13736         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13737         (cdparanoia_get), (cdparanoia_open):
13738           Report discid as metadata, add duration.
13739
13740 2004-10-11  Wim Taymans  <wim@fluendo.com>
13741
13742         * gst/playback/gstplaybasebin.c: (setup_source):
13743         Cleanup the previous pipeline a little earlier for the
13744         case that a source element provides raw data.
13745
13746 2004-10-11  Benjamin Otte  <otte@gnome.org>
13747
13748         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13749           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13750           consuming the last 128 bytes, even though it was valid mp3 data.
13751
13752 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13753
13754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13755         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13756         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13757         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13758
13759 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13760
13761         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13762         Fix for webcams that support only specific width or height
13763
13764 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13765
13766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13767
13768         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13769           Fix wrong discont event setup (fixes #154967).
13770
13771 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13772
13773         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13774
13775         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13776           Error out on invalid data (fixes #154807).
13777
13778 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13779
13780         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13781
13782         * ext/dvdread/dvdreadsrc.c: (_read):
13783           Make titles > 0 work again (fixes #154834).
13784
13785 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13786
13787         * gst-libs/gst/riff/riff-media.c:
13788         (gst_riff_create_video_template_caps):
13789           WMV3 missing in template caps.
13790
13791 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13792
13793         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13794           OK, so the original code was too strict. It makes random AVI files
13795           hang for seconds upon opening, which is unacceptable and is far
13796           beyond the original goal of getting multiple chunks for one-chunk
13797           sounc stream files. So now do just that.
13798
13799 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13800
13801         * gst/playback/gstplaybasebin.c: (setup_source),
13802         (gst_play_base_bin_change_state):
13803           Actually clean up streaminfo if output fails. This would trigger
13804           if, for example, there was no CD in the drive. No preroll, so
13805           a streaminfo structure is created, but the subsequent state change
13806           of the thread fails.
13807         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13808           Don't change state if parent failed.
13809
13810 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13811
13812         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13813         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13814         (gen_video_element), (remove_sinks):
13815           Add small bits of code for screenshot handling.
13816
13817 2004-10-08  Wim Taymans  <wim@fluendo.com>
13818
13819         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13820         (gen_video_element), (gen_audio_element), (setup_sinks):
13821         Don't assume the user provided sinks are named "sink"...
13822
13823 2004-10-08  Wim Taymans  <wim@fluendo.com>
13824
13825         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13826         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13827         (gst_play_base_bin_link_stream):
13828         Do not try to autoplug sources that generate raw streams like
13829         cdparanoia.
13830         disconnect the preroll overrun signal when we don't need it anymore.
13831
13832 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13833
13834         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13835         Added reworked patch from #154903 from milosz derezynski (deadchip).
13836
13837 2004-10-08  Wim Taymans  <wim@fluendo.com>
13838
13839         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13840         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13841         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13842         (cdparanoia_convert), (cdparanoia_uri_get_type),
13843         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13844         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13845         * ext/cdparanoia/gstcdparanoia.h:
13846         This adds the cdda://<tracknum> uri.
13847
13848 2004-10-08  Wim Taymans  <wim@fluendo.com>
13849
13850         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13851         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13852         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13854         (unknown_type), (gst_play_base_bin_remove_element),
13855         (gst_play_base_bin_link_stream):
13856         * gst/playback/gstplaybasebin.h:
13857         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13858         (gst_play_bin_set_property), (gen_video_element),
13859         (gen_audio_element), (setup_sinks):
13860         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13861         (gst_stream_info_get_type), (gst_stream_info_class_init),
13862         (gst_stream_info_init), (gst_stream_info_new),
13863         (gst_stream_info_dispose), (stream_info_mute_pad),
13864         (gst_stream_info_set_property), (gst_stream_info_get_property):
13865         * gst/playback/gststreaminfo.h:
13866         Reuse the audio and video bins.
13867         Some internal cleanups in the stream selection code.
13868
13869 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13870
13871         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13872         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13873         * sys/ximage/ximagesink.h:
13874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13875         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13876         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13877         not coming from those elements. Moreover these elements should not keep
13878         the xid they have been given when in NULL state.
13879
13880 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13881
13882         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13883         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13884         * sys/ximage/ximagesink.h:
13885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13886         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13887         * sys/xvimage/xvimagesink.h:
13888           Actually only create a new toplevel window if we're not gonna
13889           embed it right after.
13890
13891 2004-10-07  Wim Taymans  <wim@fluendo.com>
13892
13893         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13894         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13895         * gst/playback/gstplaybin.c: (setup_sinks):
13896         Implement muting/unmuting of streams, mute streams that are not
13897         used.
13898
13899 2004-10-07  Wim Taymans  <wim@fluendo.com>
13900
13901         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13902         (plugin_init):
13903         Added lame audio/x-ac3 typefind function.
13904
13905 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13906
13907         * configure.ac:
13908           bump nano to cvs
13909
13910 === release 0.8.5 ===
13911
13912 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13913
13914         * NEWS:
13915         * RELEASE:
13916         * configure.ac:
13917           releasing 0.8.5, "Take You On"
13918
13919 2004-10-06  Wim Taymans  <wim@fluendo.com>
13920
13921         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13922         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13923         (no_more_pads), (close_link), (type_found):
13924         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13925         * gst/playback/gstplaybin.c: (gen_video_element):
13926         Do not signal the no_more_pads after the first pad when
13927         we are plugging a non dynamic element with multiple
13928         output pads (like swfdec, dvdec, ...).
13929
13930 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13931
13932         * configure.ac:
13933           bump for prerelease
13934
13935 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13936
13937         * gst/wavparse/gstwavparse.c:
13938           add ATRAC3 to STATIC CAPS to fix a warning
13939
13940         * gst/matroska/ebml-read.c:
13941         * gst-libs/gst/riff/riff-read.c:
13942           fix typos
13943
13944 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13945
13946         * gst-libs/gst/riff/riff-media.c:
13947           generate caps for ATRAC3 audio streams
13948
13949         * gst/realmedia/rmdemux.c:
13950           generate caps for ATRAC3 audio streams
13951
13952 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13953
13954         * gst/wavparse/Makefile.am
13955         * gst/wavparse/riff.h
13956         * gst/wavparse/wavparse.vcproj
13957           riff.h removal (unused and duplication with riff-ids.h)
13958
13959 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13960
13961         * gst/wavparse/gstwavparse.h
13962           remove duplicated defines for audio codec codes
13963
13964         * gst-libs/gst/riff/riff-ids.h
13965         * gst/wavenc/riff.h:
13966           add "4CC" code for ATRAC3 audio streams
13967           add "4CC" code for ITU_G721_ADPCM (unused for now)
13968
13969 2004-10-06  Wim Taymans  <wim@fluendo.com>
13970
13971         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13972         Actually _do_ negotiation. Pass gdouble as arg instead
13973         of guint64 for the framerate.
13974
13975 2004-10-06  Wim Taymans  <wim@fluendo.com>
13976
13977         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13978         (find_compatibles), (close_pad_link), (try_to_link_1),
13979         (no_more_pads), (close_link), (type_found):
13980         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13981         * gst/playback/gstplaybin.c: (gen_video_element),
13982         (gen_audio_element):
13983         Set state on newly added element to READY so that negotiation
13984         can happen ASAP.
13985         Addes some more debug info.
13986         Do not try to plug pads with multiple caps structures or ANY
13987         because it is too dangerous since we do not do dynamic
13988         replugging.
13989
13990 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13991
13992         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13993
13994         * po/LINGUAS:
13995         * po/or.po:
13996           add Oriya translation
13997
13998 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13999
14000         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14001           Prevent overwrite of size member. Makes audio sound crappy.
14002
14003 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14004
14005         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14006         Add rmvb to the list of known RealMedia extensions
14007
14008 2004-10-05  Wim Taymans  <wim@fluendo.com>
14009
14010         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14011         (mngdec_openstream), (mngdec_closestream),
14012         (mngdec_handle_sink_event), (mngdec_readdata),
14013         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14014         (mngdec_getcanvasline), (mngdec_refresh),
14015         (gst_mngdec_change_state):
14016         Set the framerate correctly.
14017
14018 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14019
14020         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14021           There was something wrong with the index massaging.
14022
14023 2004-10-04  Wim Taymans  <wim@fluendo.com>
14024
14025         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14026         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14027         (gst_smokedec_chain):
14028         * ext/jpeg/gstsmokedec.h:
14029         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14030         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14031         * ext/jpeg/gstsmokeenc.h:
14032         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14033         (smokecodec_decode_new), (smokecodec_info_free),
14034         (smokecodec_set_quality), (smokecodec_get_quality),
14035         (smokecodec_set_threshold), (smokecodec_get_threshold),
14036         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14037         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14038         (smokecodec_encode), (smokecodec_parse_id),
14039         (smokecodec_parse_header), (smokecodec_decode):
14040         * ext/jpeg/smokecodec.h:
14041         * ext/jpeg/smokeformat.h:
14042         Updated smoke, new bitstream, allows embedding in ogg.
14043
14044 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14045
14046         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14047           Fix seeking in some files. All this code is no longer needed (and
14048           actually breaks stuff) because we now synchronize the full index
14049           right when reading the header.
14050
14051 2004-10-04  Wim Taymans  <wim@fluendo.com>
14052
14053         * configure.ac:
14054         configure update for libmng.
14055
14056 2004-10-04  Wim Taymans  <wim@fluendo.com>
14057
14058         * ext/libmng/Makefile.am:
14059         * ext/libmng/gstmng.c: (plugin_init):
14060         * ext/libmng/gstmng.h:
14061         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14062         (gst_mngdec_base_init), (gst_mngdec_class_init),
14063         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14064         (gst_mngdec_loop), (gst_mngdec_get_property),
14065         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14066         (mngdec_closestream), (mngdec_handle_sink_event),
14067         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14068         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14069         (gst_mngdec_change_state):
14070         * ext/libmng/gstmngdec.h:
14071         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14072         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14073         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14074         (gst_mngenc_chain), (gst_mngenc_get_property),
14075         (gst_mngenc_set_property):
14076         * ext/libmng/gstmngenc.h:
14077         Added basic MNG decoder. Needs more work. The encoder does
14078         not work yet.
14079
14080 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14081
14082         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14083         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14084         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14085           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14086           no-more-pads.
14087
14088 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14089
14090         * configure.ac:
14091           you need at least 1.0.4 of speex
14092
14093 2004-10-04 Iain <iaingnome@gmail.com>
14094
14095         * ext/speex/gstspeexdec.h: Revert the includes changes.
14096
14097         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14098
14099 2004-09-30 Iain <iaingnome@gmail.com>
14100
14101         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14102         found during init or set as a property instead of hardcoding /dev/audio
14103
14104 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14105
14106         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14107         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14108         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14109         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14110         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14111         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14112         (gst_rmdemux_dump_data):
14113           Use debug category, fix EOS handling. filesrc ! rmdemux now
14114           works.
14115
14116 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14117
14118         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14119         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14120         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14121           Improve allocation, cutting and sorting of the index. How takes a
14122           few seconds instead of minutes.
14123
14124 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14125
14126         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14127           fixed compilation
14128
14129 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14130
14131         * gst-libs/gst/riff/riff-media.c:
14132         (gst_riff_create_video_caps_with_data),
14133         (gst_riff_create_video_template_caps):
14134           Add wing commander format mimetype/fourccs.
14135         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14136           Don't crash if some value is 0.
14137
14138 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14139
14140         * gst-libs/gst/riff/riff-media.c:
14141         (gst_riff_create_video_caps_with_data),
14142         (gst_riff_create_video_template_caps):
14143           Add DIB fourcc (raw, palettized 8-bit RGB).
14144         * gst-libs/gst/riff/riff-read.c:
14145         (gst_riff_read_strf_vids_with_data):
14146           Oops, fix strf_data reading bug.
14147         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14148           Use a non-NULL tag.
14149         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14150           Time for hacks. Sorry Dave. At least one quicktime movie (a
14151           trailer) that I've encountered contains multiple video tracks.
14152           One of those is the actual video track, the other are one-frame
14153           tracks (images). Unfortunately, the number of frames according
14154           to the trak header is 1 for each, so that doesn't help. So
14155           instead, I look at the duration and discard tracks with a
14156           duration shorter than 20% of the length of the stream. Better
14157           than nothing.
14158
14159 2004-10-01  Christian Schaller <christian@fluendo.com>
14160
14161         * ext/ivorbis/vorbis.c:
14162           Patch from Phil Blundell (Bug 152341)
14163
14164 2004-10-01  Wim Taymans  <wim@fluendo.com>
14165
14166         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14167         (speex_dec_get_formats), (speex_dec_convert),
14168         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14169         (speex_dec_chain), (gst_speexdec_get_property),
14170         (gst_speexdec_set_property):
14171         Small cleanups.
14172
14173 2004-10-01  Wim Taymans  <wim@fluendo.com>
14174
14175         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14176         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14177         (gst_wavparse_other), (gst_wavparse_loop),
14178         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14179         (gst_wavparse_srcpad_event):
14180         * gst/wavparse/gstwavparse.h:
14181         Added some more debugging info.
14182         Fix the case where the length of the file is 0.
14183         Make sure we seek to sample borders.
14184
14185 2004-10-01  Wim Taymans  <wim@fluendo.com>
14186
14187         * gst/playback/README:
14188         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14189         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14190         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14191         Add some debug info to decodebin, update README
14192
14193 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14194
14195         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14196           Don't use g_print(); use GST_DEBUG().
14197
14198 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14199
14200         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14201         (gst_ogg_mux_queue_pads):
14202           Handle EOS properly.
14203
14204 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14205
14206         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14207
14208         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14209         (gst_faad_chain), (gst_faad_change_state):
14210         * ext/faad/gstfaad.h:
14211           Allow playback of raw (unframed) MPEG AAC files (#148993).
14212
14213 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14214
14215         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14216
14217         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14218           Throw error if we didn't recognize the stream. Fixes #152289.
14219
14220 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14221
14222         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14223           Fix negotiation.
14224
14225 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14226
14227         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14228
14229         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14230           Fix memleak.
14231
14232 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14233
14234         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14235
14236         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14237           Solve #152805.
14238         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14239           Solve 152806.
14240
14241 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14242
14243         * gst-libs/gst/riff/riff-media.c:
14244         (gst_riff_create_video_caps_with_data),
14245         (gst_riff_create_audio_caps_with_data):
14246           Add codec_data handling (like asfdemux used to do).
14247         * gst/asfdemux/gstasf.c: (plugin_init):
14248         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14249         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14250           Use riff-media for caps creation instead of our own (mostly
14251           broken) copy of its functions.
14252
14253 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14254
14255         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14256           Don't actually error out if we get another return value than
14257           -EINVAL. Opposite to what I first thought, drivers have random
14258           return values for this, although -EINVAL is the expected return
14259           value. Since this is not fatal, we shouldn't use
14260           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14261
14262 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14263
14264         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14265         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14266         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14267         (dvdreadsrc_get), (dvdreadsrc_open_file),
14268         (dvdreadsrc_change_state):
14269           Fix. Don't do one big huge loop around the whole DVD, that will
14270           cache all data and thus eat sizeof(dvd) (several GB) before we
14271           see something.
14272         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14273           Actually NULL'ify event after using it.
14274         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14275         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14276         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14277         (gst_ebml_read_seek), (gst_ebml_read_skip):
14278           Handle events.
14279         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14280         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14281         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14282           Fix timing (this will probably break if I seek using menus, but
14283           I didn't get there yet). VOBs and normal DVDs should now work.
14284           Add a mpeg2-only pad with high rank so this get autoplugged for
14285           MPEG-2 movies.
14286         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14287         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14288         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14289         (gst_mpeg_demux_get_audio_stream),
14290         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14291         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14292           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14293           MPEG-1 but use dvddemux for MPEG-2.
14294         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14295         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14296         (gst_mpeg_parse_parse_packhead):
14297           Timing. Only add pad template if it exists. Add sink template from
14298           class and not from ourselves. This means we will always use the
14299           correct sink template even if it is not the one defined in this
14300           file.
14301
14302 2004-09-29  Wim Taymans  <wim@fluendo.com>
14303
14304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14305         (gst_mpeg_demux_parse_pes):
14306         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14307         Fix playback of mpeg again, timestamps where screwed up by
14308         patch 1.61.
14309
14310 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14311
14312         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14313           Only return true if we actually filled something in. Prevents
14314           player applications from showing a random length for flac files.
14315         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14316         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14317         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14318         (gst_riff_read_strf_vids_with_data),
14319         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14320           OK, ok, so I implemented event handling. Apparently it's normal
14321           that we receive random events at random points without asking
14322           for it.
14323         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14324         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14325         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14326         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14327         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14328         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14329         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14330         * gst/avi/gstavidemux.h:
14331           Implement non-lineair chunk handling and subchunk processing.
14332           The first solves playback of AVI files where the audio and video
14333           data of individual buffers that we read are not synchronized.
14334           This should not happen according to the wonderful AVI specs, but
14335           of course it does happen in reality. It is also a prerequisite for
14336           the second. Subchunk processing allows us to cut chunks in small
14337           pieces and process each of these pieces separately. This is
14338           required because I've seen several AVI files with incredibly large
14339           audio chunks, even some files with only one audio chunk for the
14340           whole file. This allows for proper playback including seeking.
14341           This patch is supposed to fix all AVI A/V sync issues.
14342         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14343         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14344           Work.
14345         * gst/modplug/gstmodplug.cc:
14346           Proper return value setting for the query() function.
14347         * gst/playback/gstplaybasebin.c: (setup_source):
14348           Being in non-playing state (after, e.g., EOS) is not necessarily
14349           a bad thing. Allow for that. This fixes playback of short files.
14350           They don't actually playback fully now, because the clock already
14351           runs. This means that small files (<500kB) with a small length
14352           (<2sec) will still not or barely play. Other files, such as mod
14353           or flx, will work correctly, however.
14354
14355 2004-09-28  Wim Taymans  <wim@fluendo.com>
14356
14357         * ext/speex/gstspeex.c: (plugin_init):
14358         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14359         (gst_speex_dec_class_init), (speex_dec_get_formats),
14360         (speex_get_event_masks), (speex_get_query_types),
14361         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14362         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14363         (gst_speexdec_get_property), (gst_speexdec_set_property),
14364         (speex_dec_change_state):
14365         * ext/speex/gstspeexdec.h:
14366         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14367         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14368         (gst_speexenc_base_init), (gst_speexenc_class_init),
14369         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14370         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14371         (gst_speexenc_src_query), (gst_speexenc_init),
14372         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14373         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14374         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14375         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14376         (gst_speexenc_chain), (gst_speexenc_get_property),
14377         (gst_speexenc_set_property), (gst_speexenc_change_state):
14378         * ext/speex/gstspeexenc.h:
14379         Rewrote speex encoder, make sure it can be embedded in ogg.
14380         Implemented speex decoder.
14381
14382 2004-09-28  Christian Schaller <christian@fluendo.com>
14383
14384         * configure.ac:
14385         Remove kioslave plugin. Markey is brewing a new working one
14386         * ext/Makefile.am: Remove kioslave plugin
14387         * ext/kio: remove
14388         * gst-plugins.spec.in: remove kio plugin from spec
14389
14390 2004-09-27  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14393         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14394         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14395         (gst_multifdsink_new_client),
14396         (gst_multifdsink_handle_client_write),
14397         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14398         (gst_multifdsink_handle_clients):
14399         * gst/tcp/gstmultifdsink.h:
14400         Make syncing to keyframes actually work for new clients and lagging
14401         clients.
14402
14403 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14404
14405         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14406         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14407         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14408         * gst/debug/gstnavigationtest.h:
14409           make navigationtest display button-press and button-release events
14410
14411 2004-09-26 Iain <iaingnome@gmail.com>
14412
14413         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14414         the channels have received a new media event.
14415         (interleave_buffered_loop): Compresses a new media event on all
14416         channels into one.
14417
14418 2004-09-26 Iain <iaingnome@gmail.com>
14419
14420         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14421         call the sinkpad's default event handler and not the srcpads. He also
14422         says this is confusing :)
14423         (gst_wavenc_stop_file): Company says that seek events only go upstream
14424         we should send a discontinuous downstream instead.
14425
14426 2004-09-25  Christian Schaller <christian@fluendo.com>
14427
14428         * Update SPEC file to be usable in conjunction with Fedora Core,
14429           Fedora.us and freshrpms packages
14430         * Fix typo in multifilesrc test Makefile
14431
14432 2004-09-24  Wim Taymans  <wim@fluendo.com>
14433
14434         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14435         Only signal the no_more_pads signal when we have
14436         added the stream to our list.
14437
14438 2004-09-24  Wim Taymans  <wim@fluendo.com>
14439
14440         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14441         (new_decoded_pad):
14442         * gst/playback/gstplaybasebin.h:
14443         * gst/playback/gstplaybin.c: (setup_sinks):
14444         Don't try to preroll or decode more than one audio/video
14445         track.
14446
14447 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14448
14449         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14450           Throw error if we failed to find a suitable output. This should
14451           throw an error if we successfully set up a pipeline (e.g. because
14452           we recognized a media file) but found no decodable streams in it
14453           (e.g. because it contains only media stream types for which we
14454           have no decoders, or because it's not a media type).
14455
14456 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14457
14458         * ext/dirac/Makefile.am:
14459         * ext/dirac/gstdirac.cc:
14460         * ext/dirac/gstdiracdec.cc:
14461         * ext/dirac/gstdiracdec.h:
14462           Do something. Don't actually know if this works because I don't
14463           have a demuxer yet.
14464         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14465           Add channels=1 to caps returned from _getcaps().
14466         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14467         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14468         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14469         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14470         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14471         (gst_ogm_parse_change_state):
14472           Separate between audio/video so ogmaudioparse actually uses the
14473           audio pad templates. Both audio and video work now, including
14474           autoplugging. Also use sometimes-srcpad hack.
14475         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14476           Handle events better. Don't hang on infinite loops.
14477         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14478         (gst_avi_demux_init), (gst_avi_demux_reset),
14479         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14480         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14481         (gst_avi_demux_change_state):
14482         * gst/avi/gstavidemux.h:
14483           Improve A/V sync. Still not perfect.
14484         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14485         (gst_ebml_read_skip):
14486           Handle events better.
14487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14488         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14489         (qtdemux_audio_caps):
14490           Add IMA4. Improve event handling. Save offset after a seek when
14491           the headers are at the end of the file so that we don't end up in
14492           an infinite loop.
14493         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14494           Add low-priority typefind support for files with no length.
14495
14496 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14497
14498         * testsuite/multifilesink/Makefile.am:
14499         fix typo
14500
14501 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14502
14503         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14505         mistakes from thaytan's patches.
14506
14507 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14508
14509         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14510           For completeness, XSync in the destroy function as xvimage does.
14511
14512 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14513
14514         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14515            Correct caps negotiation
14516         * gst/volume/gstvolume.c: (volume_chain_float),
14517         (volume_chain_int16):
14518            Modify debug output to be little more informative
14519         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14521         (gst_xvimagesink_xvimage_destroy):
14522           Add XSync calls after detaching from the shared memory segment to
14523           avoid a crash.
14524
14525 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14526
14527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14528         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14529         * ext/vorbis/vorbis.c: (plugin_init):
14530         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14531         (gst_vorbisenc_chain):
14532         * ext/vorbis/vorbisenc.h:
14533         remove explicit newmedia support from oggmux and vorbisenc
14534         add debug category to vorbisenc
14535         * gst/multifilesink/gstmultifilesink.c:
14536         (gst_multifilesink_class_init), (gst_multifilesink_init),
14537         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14538         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14539         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14540         (plugin_init):
14541         * gst/multifilesink/gstmultifilesink.h:
14542         add support for streamheader in multifilesink
14543
14544 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14545
14546         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14547         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14548         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14549           Prevent infinite loops. More correct error reporting.
14550         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14551           Error out if negotiation fails.
14552         * gst/playback/gstplaybasebin.c: (setup_source),
14553         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14554         (gst_play_base_bin_found_tag):
14555           Error/tag forwarding. Pre-roll fixes for source errors on state
14556           changes (e.g. "file does not exist") to prevent hangs.
14557
14558 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14559
14560         * testsuite/multifilesink/Makefile.am:
14561         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14562         (gst_newmedia_class_init), (gst_newmedia_init),
14563         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14564         (newfile_signal), (test_signal), (main):
14565         * testsuite/multifilesink/multifilesrc_test.c: (main):
14566         * testsuite/multifilesink/oggtheora_test.c:
14567         (gst_newmedia_base_init), (gst_newmedia_class_init),
14568         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14569         (test_format), (newfile_signal), (test_signal), (main):
14570         * testsuite/multifilesink/oggvorbis_test.c:
14571         (gst_newmedia_base_init), (gst_newmedia_class_init),
14572         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14573         (test_format), (newfile_signal), (test_signal), (main):
14574         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14575         (gst_newmedia_class_init), (gst_newmedia_init),
14576         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14577         (newfile_signal), (test_signal), (main):
14578         New media tests
14579
14580 2004-09-20  Christian Schaller <christian@fluendo.com>
14581
14582         * Fix mikmod license to LGPL as they have relicensed
14583         * Move Dirac and Effectv into LGPL section of README_license
14584
14585 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14586
14587         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14588         (gst_mad_change_state):
14589           Allow for mp3 rate/channels changes. However, only very
14590           conservatively. Reason that we *have* to enable this is smiply
14591           because the mad find_sync() function is not good enough, it will
14592           regularly sync on random data as valid frames and therefore make
14593           us provide random caps as *final* caps of the stream. The best fix
14594           I could think of is to simply require several of the same stream
14595           changes in a row before we change caps.
14596           The actual testcase that works now is #
14597         * ext/ogg/Makefile.am:
14598         * ext/ogg/gstogg.c: (plugin_init):
14599         * ext/ogg/gstogmparse.c:
14600           OGM support (video only for now; I need an audio sample file).
14601         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14602         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14603         (gst_asf_demux_add_video_stream):
14604           WMV extradata.
14605         * gst/playback/gstplaybasebin.c: (unknown_type):
14606           Don't error out on single unknown-types after all. It's wrong.
14607           If we found type of video and audio but not of a subtitle stream,
14608           it will still error out (which is unwanted). Will find a better fix
14609           later on.
14610         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14611         (ogmaudio_type_find), (plugin_init):
14612           OGM support.
14613
14614 2004-09-20  Johan Dahlin  <johan@gnome.org>
14615
14616         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14617         after setting caps.
14618
14619 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14620
14621         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14622         * gst/wavenc/gstwavenc.h:
14623         Added newmedia support to wavenc
14624
14625 2004-09-17  Wim Taymans  <wim@fluendo.com>
14626
14627         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14628         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14629         (gst_fdset_fd_can_write), (gst_fdset_wait):
14630         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14631         (gst_multifdsink_init), (gst_multifdsink_add),
14632         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14633         (gst_multifdsink_remove_client_link),
14634         (gst_multifdsink_client_queue_buffer),
14635         (gst_multifdsink_handle_client_write),
14636         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14637         (gst_multifdsink_close), (gst_multifdsink_change_state):
14638         * gst/tcp/gstmultifdsink.h:
14639         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14640         (gst_tcpserversink_removed):
14641         Small cleanups in fdset.c
14642         Use a hastable to map fd to the client structure for faster
14643         lookup in _remove and get_stats.
14644         Added virtual function to close the fds.
14645         Handle clients even when the select/poll call was unblocked because
14646         of a command.
14647         Implement syncing to keyframe in the recovery procedure.
14648
14649 2004-09-16 Iain <iaingnome@gmail.com>
14650
14651         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14652         try caps.
14653
14654 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14655
14656         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14657           Caps are only set if the type of the stream is unknown, but this
14658           is initialized in ->init_stream(), so set to UNKNOWN after calling
14659           ->init_stream() so that capsnego starts.
14660
14661 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14662
14663         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14664         (gst_avi_demux_stream_data):
14665           Just hardcode for raw audio then. AVI audio sucks.
14666
14667 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14668
14669         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14670         * gst/matroska/matroska-mux.c: (audiosink_templ),
14671         (gst_matroska_mux_audio_pad_link):
14672         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14673         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14674
14675 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14676
14677         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14678         (gst_avi_demux_stream_data):
14679           Try to fix a/v sync issues.
14680
14681 2004-09-15  David Schleef  <ds@schleef.org>
14682
14683         * configure.ac: remove NASM check, since we don't use it.  Update
14684         dirac check to 0.4
14685         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14687         Initialized variables.
14688         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14689         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14690         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14691         SVQ3 format
14692
14693 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14694
14695         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14696         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14697         * gst/avi/gstavidemux.h:
14698           Fix for compressed audio (mp3) timestamp generation. How did this
14699           ever work?
14700
14701 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14702
14703         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14704           Volume is a double not a float.
14705
14706 2004-09-15  Wim Taymans  <wim@fluendo.com>
14707
14708         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14709         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14710         Don't close the fd in multifdsink as we didn't open it in the
14711         first place. Some cleanups.
14712
14713 2004-09-15  Wim Taymans  <wim@fluendo.com>
14714
14715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14717         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14718         Fix the case where the muxer would mark pages as delta
14719         frames when they are not (vorbis only ogg).
14720
14721 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14722
14723         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14724         (gst_play_base_bin_change_state):
14725           Handle the case where we failed to setup a clear pipeline. This
14726           will throw an error (or EOS, another nice case) and if you don't
14727           catch that, the app will wait for the signal forever (and thus
14728           hang).
14729
14730 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14731
14732         * ext/gnomevfs/gstgnomevfssink.c:
14733         (gst_gnomevfssink_uri_get_protocols):
14734         * ext/gnomevfs/gstgnomevfssrc.c:
14735         (gst_gnomevfssrc_uri_get_protocols):
14736         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14737         * ext/gnomevfs/gstgnomevfsuri.h:
14738           Use _uri_new() instead of _open(), so it doesn't take as long and
14739           Christophe's computer won't hang.
14740         * gst/playback/gstplaybasebin.c: (unknown_type):
14741           Throw error on unknown media type, so apps actually display it.
14742
14743 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14744
14745         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14746           this script to work on Solaris since bash shell handles echo
14747           differenly than bash.
14748
14749 2004-09-17  Wim Taymans  <wim@fluendo.com>
14750
14751         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14752         (setup_source), (gst_play_base_bin_set_property),
14753         (gst_play_base_bin_add_element):
14754         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14755         Some more work on making sure seeking pauses the pipeline and
14756         that changing the uri actually does something.
14757
14758 2004-09-17  Wim Taymans  <wim@fluendo.com>
14759
14760         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14761         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14762         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14763         (gst_tcpserversink_close):
14764         Be a bit more paranoid when freeing memory.
14765
14766 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14767
14768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14769         (qtdemux_parse_trak):
14770           Don't crash by dividing by zero (see sample movie in #126922).
14771
14772 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14773
14774         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14775           Don't touch non-existing data (fixes crash on file in #140147).
14776
14777 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14778
14779         * gst/playback/gstplaybasebin.c:
14780         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14781           Handle double disposals, and proper change of URIs.
14782
14783 2004-09-13  Martin Eikermann <meiker@upb.de>
14784
14785         * gst/mpegstream/gstmpegparse.c:
14786           fix synchronistation for streams recorded from digital PCR
14787           fixes bug #119376
14788
14789 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14790
14791         * ext/gnomevfs/Makefile.am:
14792         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14793         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14794         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14795         (gst_gnomevfssink_uri_get_type),
14796         (gst_gnomevfssink_uri_get_protocols),
14797         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14798         (gst_gnomevfssink_uri_handler_init),
14799         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14800         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14801         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14802         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14803         (gst_gnomevfssrc_uri_get_type),
14804         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14805         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14806         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14807         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14808         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14809         * ext/gnomevfs/gstgnomevfsuri.h:
14810           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14811           of fake URIs to see which this version of Gnome-VFS likes, and
14812           uses that for the Gst-URI interface. Makes playbin support http://
14813           streams. Also fix up some stupid behaviour in gnomevfssrc.
14814
14815 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14816
14817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14818         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14819         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14820         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14821           Update mixer (to sync with other sessions) if we try to obtain
14822           a new value. This makes alsamixer work accross applications.
14823         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14824           Only call sync functions if we're running, else alsalib asserts.
14825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14826           Sometimes fails to compile. Possibly a gcc bug.
14827         * gst/playback/gstplaybin.c: (gen_video_element),
14828         (gen_audio_element):
14829           Add a reference to an application-provided object, because we lose
14830           this same reference if we add it to the bin. If we don't do this,
14831           we can only use this object once and thus crash if we go from
14832           ready to playing, back to ready and back to playing again.
14833           Also add an audioscale element because several cheap soundcards -
14834           like mine - don't support all samplerates.
14835         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14836         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14837           Fix wrong order or PAR calls. Makes automatically obtained PAR
14838           from the X server atually being used.
14839
14840 2004-09-12  David Schleef  <ds@schleef.org>
14841
14842         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14843         #151887, #152102, #152247.
14844         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14845         * examples/seeking/cdparanoia.c: same
14846         * examples/seeking/cdplayer.c: same
14847         * examples/seeking/seek.c: same
14848         * examples/seeking/spider_seek.c: same
14849         * examples/seeking/vorbisfile.c: same
14850         * examples/stats/mp2ogg.c: same
14851         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14852         (gst_esdsink_dispose): Dispose of element properly.
14853         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14854         fixes.
14855         * ext/nas/nassink.c: (gst_nassink_class_init),
14856         (gst_nassink_dispose): Dispose of element correctly.
14857         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14858         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14859         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14860         Fix 64-bit warning.
14861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14862         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14863         Fix 64-bit warning.
14864
14865 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14866
14867         * configure.ac : change speex detection as 1.1.6 now uses
14868           .pc/pkg-config and they changed their headers location.
14869
14870 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14871
14872         * gst/matroska/matroska-mux.h:
14873         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14874         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14875         (gst_matroska_mux_write_data):
14876           Write multiple blocks/frames per cluster.
14877                 Write meta-seek information (seek heads).
14878
14879 2004-09-09  Scott Wheeler <wheeler@kde.org>
14880
14881         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14882         (gst_play_bin_set_property), (gst_play_bin_get_property),
14883         (gen_audio_element), (gen_audio_element):
14884           Add a volume element / property to the pipeline.
14885
14886 2004-09-07  Wim Taymans  <wim@fluendo.com>
14887
14888         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14889         Copy timestamps from the master pad to the output buffers.
14890
14891 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14892
14893         * ext/raw1394/gstdv1394src.c:
14894           throw errors when applicable
14895
14896 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14897
14898         * gst/matroska/ebml-ids.h:
14899         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14900         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14902           automatically convert unix time <-> ebml time when reading/writing
14903           a date, use gst_ebml_write_uint to write CUETIME,
14904           not gst_ebml_write_date.
14905         * gst/matroska/matroska-ids.h:
14906         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14907         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14908         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14909         (gst_matroska_mux_write_data):
14910           Write track and segment UIDs, write muxing date, write
14911           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14912           Create cues for audio only files.
14913
14914 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14915
14916         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14917         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14918           Re-commit ALSA switches.
14919         * gst/adder/gstadder.c: (gst_adder_loop):
14920           64-bit fix (#151416).
14921         * gst/debug/progressreport.c: (gst_progressreport_report):
14922           64-bit fix (#151419).
14923         * gst/matroska/matroska-demux.c:
14924         (gst_matroska_demux_parse_contents):
14925           64-bit fix (#151420).
14926         * gst/playback/test3.c: (update_scale):
14927           64-bit fix (#151421).
14928
14929 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14930
14931         * configure.ac:
14932           bump nano to cvs
14933
14934 === release 0.8.4 ===
14935
14936 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14937
14938         * configure.ac: releasing 0.8.4, "Alias"
14939
14940 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14941
14942         * ext/theora/Makefile.am:
14943           fix makefile.  Fixes #151462.
14944
14945 2004-08-30  Wim Taymans  <wim@fluendo.com>
14946
14947         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14948         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14949         (gst_multifdsink_remove_client_link),
14950         (gst_multifdsink_client_queue_buffer),
14951         (gst_multifdsink_handle_client_write):
14952         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14953         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14954         Fix some memory leaks.
14955
14956 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14957
14958         Patch by: David Schleef
14959
14960         * configure.ac:
14961         * sys/Makefile.am:
14962           rename our detection macro for V4L2.  Fixes #151236.
14963
14964 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14965
14966         Patch by: David Schleef
14967
14968         * configure.ac:
14969           check to define LAMEPRESET.  Fixes #151232.
14970
14971 2004-08-27  David Schleef  <ds@schleef.org>
14972
14973         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14974         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14975         (gst_glimagesink_fixate):  Move local variable declarations to
14976         make gcc-2.95 happy.
14977
14978 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14979
14980         * configure.ac:
14981           bump nano for prerelease
14982
14983 2004-08-27  David Schleef  <ds@schleef.org>
14984
14985         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14986         * sys/sunaudio/gstsunaudiosrc.c:
14987         * sys/sunaudio/gstsunaudiosrc.h:
14988
14989 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14990
14991         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14992         handle EOS correctly
14993         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14994         * gst/matroska/matroska-mux.h:
14995         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14996         VFW compatibility mode
14997
14998 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14999
15000         patch by: Zaheer Abbas Merali
15001
15002         * ext/ogg/gstoggmux.c:
15003         * ext/vorbis/vorbisenc.c:
15004         * ext/vorbis/vorbisenc.h:
15005           handle NEWMEDIA
15006
15007 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15008
15009         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15010         fix byte order reversion on little endian machines.
15011         * gst/matroska/matroska-mux.c: (audiosink_templ),
15012         (gst_matroska_mux_audio_pad_link):
15013         add TTA codec to the list of supported codecs.
15014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15015         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15016         (gst_matroska_mux_write_data):
15017         * gst/matroska/matroska-mux.h:
15018         write segment duration correctly, write muxing app string, fixes bugs
15019         #140897 and #140898.
15020         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15021         wait for all pads to be negotiated before starting to mux.
15022
15023 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15024
15025         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15026         * ext/lame/gstlame.h:
15027         Added new media support to lame
15028
15029 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15030
15031         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15032         send vorbis headers at the beginning of a stream, fixes bug #141554.
15033         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15034         bug #148950.
15035         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15036         (gst_matroska_demux_plugin_init):
15037         * gst/matroska/matroska-ids.h:
15038         enable demuxing of TTA audio streams, fixes bug #148951.
15039         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15040         enable typefinding for TTA audio files, fixes bug #148711.
15041         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15042         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15043         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15044
15045 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15046
15047         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15048         (gst_riff_read_element_data), (gst_riff_read_seek),
15049         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15050         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15051         <teuf@gnome.org>
15052
15053 2004-08-23 Iain <iaingnome@gmail.com>
15054
15055         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15056         tags. They appear to be handled differently to normal.
15057         (tag_list_to_id3_tag_foreach): Ditto.
15058
15059 2004-08-22  Wim Taymans  <wim@fluendo.com>
15060
15061         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15062         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15063         Make sure we never send -1 granulepos.
15064
15065 2004-08-20  Wim Taymans  <wim@fluendo.com>
15066
15067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15068         (gst_ogg_mux_loop):
15069         I will accept bitchslappings with non sharp objects.
15070
15071 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15072
15073         * configure.ac:
15074         Clean up the test for lame presets
15075
15076 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15077
15078         * configure.ac:
15079         * ext/lame/Makefile.am:
15080         * ext/lame/gstlame.c: (gst_lame_class_init),
15081         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15082         Only enable lame presets if version of lame has presets in API
15083
15084 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15085         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15086         * gst/udp/gstudpsrc.h:
15087           Don't call gst_pad_push in a get function. Fixes #150449
15088
15089 2004-08-18  Wim Taymans  <wim@fluendo.com>
15090
15091         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15092         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15093         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15094         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15095         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15096         (gst_fdset_wait):
15097         * gst/tcp/gstfdset.h:
15098         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15099         (gst_multifdsink_client_queue_buffer),
15100         (gst_multifdsink_handle_client_write):
15101         * gst/tcp/gstmultifdsink.h:
15102         Some extra checks in gstfdset.
15103         Only use send() when the fd is a socket. Don't try to
15104         read from write only fds.
15105
15106 2004-08-18  Wim Taymans  <wim@fluendo.com>
15107
15108         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15109         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15110         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15111         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15112         (gst_fdset_wait):
15113         Add more locking and bounds checking.
15114
15115 2004-08-18  Wim Taymans  <wim@fluendo.com>
15116
15117         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15118         Realloc test fdset in the lock and right before starting
15119         the poll call. Bump the limit to 4096.
15120
15121 2004-08-17  David Schleef  <ds@schleef.org>
15122
15123         * sys/sunaudio/Makefile.am:
15124         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15125         of rates and channels.  Make debugging less obnoxious.
15126
15127         Patch from Balamurali Viswanathan implementing a mixer for
15128         Sun audio.  (bug #144091):
15129         * sys/sunaudio/gstsunelement.c:
15130         * sys/sunaudio/gstsunelement.h:
15131         * sys/sunaudio/gstsunmixer.c:
15132         * sys/sunaudio/gstsunmixer.h:
15133
15134 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15135
15136         * gst/audioscale/gstaudioscale.c:
15137         * gst/audioscale/gstaudioscale.h:
15138         made audioscale resample from any sample rate to any sample rate
15139
15140 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15141
15142         * ext/libpng/gstpngdec.c:
15143           error out on unsupported types
15144
15145 2004-08-17  Iain <iaingnome@gmail.com>
15146
15147         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15148         mid_side and loose_mid_side properties if its a stereo stream.
15149
15150 2004-08-17  Wim Taymans  <wim@fluendo.com>
15151
15152         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15153         (theora_get_formats), (theora_dec_src_convert),
15154         (theora_dec_sink_convert), (theora_dec_src_query),
15155         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15156         Add a debug line.
15157
15158 2004-08-17  Wim Taymans  <wim@fluendo.com>
15159
15160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15161         (gst_ogg_pad_push):
15162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15163         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15164         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15165         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15166         Mark delta units in the muxer.
15167         Try to decode the packet after an out-of-sync error from
15168         libogg.
15169
15170 2004-08-17  Wim Taymans  <wim@fluendo.com>
15171
15172         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15173         (gst_multifdsink_init), (gst_multifdsink_add),
15174         (gst_multifdsink_client_queue_buffer),
15175         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15176         * gst/tcp/gstmultifdsink.h:
15177         Added option to send a keyframe to clients as the first buffer.
15178         Make timeout property writable.
15179
15180 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15181
15182         patch by: Wim Taymans
15183
15184         * gst/tcp/gstfdset.c:
15185         * gst/tcp/gstmultifdsink.c:
15186           fix index comparison, should include 0
15187
15188 2004-08-16  Wim Taymans  <wim@fluendo.com>
15189
15190         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15191         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15192         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15193         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15194         (gst_fdset_wait):
15195           copy when reallocing for poll so the select arguments don't get
15196           changed during the call
15197
15198 2004-08-16  Wim Taymans  <wim@fluendo.com>
15199
15200         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15201         (gst_theora_enc_class_init), (theora_enc_sink_link),
15202         (theora_buffer_from_packet), (theora_enc_chain):
15203         Fix bug where buffers were not marked as keyframes
15204         correctly.
15205
15206 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15207
15208         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15209         (gst_lame_preset_get_type), (gst_lame_class_init):
15210         describe the enum values for vbr mode and presets more verbosely
15211
15212 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15213
15214         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15215         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15216         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15217         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15218         * ext/lame/gstlame.h:
15219         add preset property to lame so it can use lame presets
15220
15221 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15222
15223         * ext/lame/gstlame.c: (gst_lame_get_property):
15224         whoops forgot break, thanks teuf
15225
15226 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15227
15228         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15229         (gst_lame_class_init), (gst_lame_src_getcaps),
15230         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15231         (gst_lame_get_property), (gst_lame_setup):
15232         * ext/lame/gstlame.h:
15233         fix lame's broken vbr stuff, allow it to resample if need be, and also
15234         make xing header optional
15235
15236 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15237
15238         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15239         added getcaps function so samplerate doesnt get fixated to silly values
15240
15241 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15242
15243         * ext/lame/gstlame.c: (gst_lame_src_link):
15244         revert previous fix
15245
15246 2004-08-12  Johan Dahlin  <johan@gnome.org>
15247
15248         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15249         checks. Doesn't matter what state we are in. Interfaces are a
15250         compile time thing, not runtime. It also broke the python bindings.
15251
15252 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15253
15254         * ext/lame/gstlame.c: (gst_lame_src_link):
15255         made source pad link function check if sinkpad is ok..fixes the problem
15256         where core fixates the output rate of lame stupidly
15257
15258 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15259
15260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15261         * sys/v4l/v4l_calls.c:
15262         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15263           fix fixate function to handle nonsimple caps.
15264           remove bogus check in _link
15265           cleanups
15266
15267 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15268
15269         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15270         set default compression ratio parameter to 0.0 so bitrate parameter
15271         works :)
15272
15273 2004-08-11  David Schleef  <ds@schleef.org>
15274
15275         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15276
15277 2004-08-11  David Schleef  <ds@schleef.org>
15278
15279         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15280         before.
15281
15282 2004-08-11  David Schleef  <ds@schleef.org>
15283
15284         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15285
15286 2004-08-11  David Schleef  <ds@schleef.org>
15287
15288         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15289           license field
15290         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15291         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15292           LGPL.
15293         * gst/auparse/gstauparse.c: Fix plugin license field.
15294         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15295         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15296         * gst/rtp/gstrtp.c: Fix plugin license field.
15297
15298 2004-08-11  Wim Taymans  <wim@fluendo.com>
15299
15300         * gst/tcp/Makefile.am:
15301         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15302         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15303         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15304         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15305         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15306         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15307         (gst_fdset_fd_can_write), (gst_fdset_wait):
15308         * gst/tcp/gstfdset.h:
15309         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15310         (gst_multifdsink_class_init), (gst_multifdsink_init),
15311         (gst_multifdsink_add), (gst_multifdsink_remove),
15312         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15313         (gst_multifdsink_remove_client_link),
15314         (gst_multifdsink_handle_client_read),
15315         (gst_multifdsink_client_queue_data),
15316         (gst_multifdsink_client_queue_caps),
15317         (gst_multifdsink_client_queue_buffer),
15318         (gst_multifdsink_handle_client_write),
15319         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15320         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15321         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15322         (gst_multifdsink_close):
15323         * gst/tcp/gstmultifdsink.h:
15324         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15325         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15326         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15327         (gst_tcpserversink_close):
15328         * gst/tcp/gsttcpserversink.h:
15329         Abstracted away the select call, implemented poll (yes we ran into
15330         the 1024 limit in production).
15331
15332 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15333
15334         * gst/tcp/gsttcp.c:
15335         * gst/tcp/gsttcpplugin.c:
15336           improve debuggging, remove assert
15337
15338 2004-08-10  Wim Taymans  <wim@fluendo.com>
15339
15340         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15341         (gst_client_status_get_type), (gst_multifdsink_class_init),
15342         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15343         (gst_multifdsink_handle_client_read),
15344         (gst_multifdsink_handle_client_write),
15345         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15346         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15347         (gst_multifdsink_get_property):
15348         * gst/tcp/gstmultifdsink.h:
15349         * gst/tcp/gsttcp-marshal.list:
15350         Starting to prepare for specifying buffer time in other units
15351         than buffers. Expose remove reason in signal.
15352
15353 2004-08-10  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15356         (gst_multifdsink_remove), (gst_multifdsink_clear),
15357         (gst_multifdsink_remove_client_link),
15358         (gst_multifdsink_handle_client_read),
15359         (gst_multifdsink_client_queue_data),
15360         (gst_multifdsink_client_queue_buffer),
15361         (gst_multifdsink_handle_client_write),
15362         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15363         (gst_multifdsink_chain), (gst_multifdsink_close):
15364         * gst/tcp/gstmultifdsink.h:
15365         Added more debugging info. Changed the way clients are
15366         removed from the lists. Fixed a bug where a bad file descriptor
15367         could cause many clients to be removed.
15368
15369 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15370
15371         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15372           allow all pixel-aspect-ratios, not just 1:1
15373
15374 2004-08-09  David Schleef  <ds@schleef.org>
15375
15376         * sys/glsink/ARB_multitexture.h:  Remove old files.
15377         * sys/glsink/EXT_paletted_texture.h:
15378         * sys/glsink/NV_register_combiners.h:
15379         * sys/glsink/gstgl_nvimage.c:
15380         * sys/glsink/gstgl_pdrimage.c:
15381         * sys/glsink/gstgl_rgbimage.c:
15382         * sys/glsink/gstglsink.c:
15383         * sys/glsink/gstglsink.h:
15384         * sys/glsink/gstglxwindow.c:
15385         * sys/glsink/regcomb_yuvrgb.c:
15386
15387 2004-08-09  David Schleef  <ds@schleef.org>
15388
15389         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15390         GL sink plugin.  (Bug #147302)
15391
15392         * configure.ac: Test for OpenGL
15393         * sys/Makefile.am: Use test for OpenGL
15394         * sys/glsink/Makefile.am:
15395         * sys/glsink/glimagesink.c: rewrite
15396         * sys/glsink/glimagesink.h: rewrite
15397
15398 2004-08-09  David Schleef  <ds@schleef.org>
15399
15400         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15401         sane framerates.
15402         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15404         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15405
15406 2004-08-09  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15409         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15410         (gst_multifdsink_client_remove),
15411         (gst_multifdsink_handle_client_read),
15412         (gst_multifdsink_handle_client_write),
15413         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15414         Do a bit more logging, make the client_read code more robust.
15415
15416 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15417
15418         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15419         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15420         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15421         (gst_jpegdec_init), (gst_jpegdec_chain):
15422         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15423         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15424           cleanups, debugging fixes and memleak plugging
15425
15426 2004-08-09  Wim Taymans  <wim@fluendo.com>
15427
15428         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15429         (theora_get_formats), (theora_dec_src_convert),
15430         (theora_dec_sink_convert), (theora_dec_src_query),
15431         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15432         (theora_dec_change_state):
15433         Don't crash on missing header packets.
15434
15435 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15436
15437         * po/LINGUAS:
15438         * po/sq.po:
15439           Added Albanian translation (Laurent Dhima)
15440         * po/cs.po:
15441           updated
15442
15443 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15444
15445         * ext/lame/gstlame.c:
15446           fix/add debugging
15447
15448 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15449
15450         * sys/ximage/ximagesink.c:
15451         * sys/xvimage/xvimagesink.c:
15452           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15453
15454 2004-08-06  Wim Taymans  <wim@fluendo.com>
15455
15456         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15457         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15458         (gst_multifdsink_client_remove),
15459         (gst_multifdsink_handle_client_read),
15460         (gst_multifdsink_handle_client_write),
15461         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15462         Make sure we don't try to read more from a client that what
15463         ioctl says us or we deadlock.
15464
15465 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15466
15467         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15468         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15469         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15470           decouple running_time and n_frames so it can handle changing
15471           framerate while running
15472
15473 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15474
15475         * po/nl.po:
15476         * po/sv.po:
15477           updated translations
15478
15479 2004-08-04  Benjamin Otte  <otte@gnome.org>
15480
15481         * gst/videotestsrc/gstvideotestsrc.c:
15482         (gst_videotestsrc_get_capslist), (generate_capslist),
15483         (plugin_init):
15484           generate the list of supported caps at startup and reuse it instead
15485           of always generating it
15486
15487 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15488
15489         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15490           whoops, last checkin broke normal build
15491
15492 2004-08-03  Benjamin Otte  <otte@gnome.org>
15493
15494         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15495         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15496         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15497         (gst_alsa_mixer_get_option):
15498         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15499         (dvdnavsrc_print_event):
15500         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15502         (gst_ogg_mux_pad_unlink):
15503         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15504         (gst_multipart_mux_pad_unlink):
15505         * gst/videofilter/gstvideobalance.c:
15506         (gst_videobalance_colorbalance_set_value):
15507         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15508         (gst_videomixer_pad_unlink):
15509         * po/uk.po:
15510         * sys/oss/gstossmixer.c:
15511         * sys/v4l/gstv4lcolorbalance.c:
15512         * sys/v4l/gstv4ltuner.c:
15513         * sys/v4l/v4lsrc_calls.c:
15514         * sys/v4l2/gstv4l2colorbalance.c:
15515         * sys/v4l2/gstv4l2tuner.c:
15516           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15517
15518 2004-08-03  Benjamin Otte  <otte@gnome.org>
15519
15520         * examples/dynparams/filter.c: (ui_control_create):
15521         * examples/gstplay/player.c: (print_tag):
15522         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15523         * ext/gdk_pixbuf/gstgdkanimation.c:
15524         (gst_gdk_animation_iter_may_advance):
15525         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15526         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15527         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15528         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15530         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15531         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15532         * gst/sine/demo-dparams.c: (main):
15533         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15534         * testsuite/alsa/formats.c: (create_pipeline):
15535         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15536           fixes for G_DISABLE_ASSERT and friends
15537         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15538         (mp3_type_frame_length_from_header), (mp3_type_find),
15539         (plugin_init):
15540           require mp3 typefinding to have at least MIN_HEADERS valid headers
15541           add typefinding for AAC adts files
15542
15543 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15544
15545         * sys/ximage/ximagesink.c:
15546         (gst_ximagesink_calculate_pixel_aspect_ratio):
15547         * sys/xvimage/xvimagesink.c:
15548         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15549         Make sure we calculate pixel-aspect-ratio using floating point maths
15550
15551 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15552
15553         * po/uk.po:
15554           updated translation
15555
15556 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15557
15558         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15560           add debugging for display PAR calculation
15561
15562 2004-08-02  David Schleef  <ds@schleef.org>
15563
15564         * configure.ac: Fix mikmod CFLAGS.
15565
15566 2004-07-27  Benjamin Otte  <otte@gnome.org>
15567
15568         * gst/audioscale/gstaudioscale.c:
15569         - fix templates to only support S16, it's the only format that works
15570         - make caps nego code use try_set_caps_nonfixed and fixation instead
15571         of try_set_caps twice, which is not nice for autopluggers
15572         - change rank to secondary, so autopluggers can pick it up after
15573         audioconvert
15574
15575 2004-08-02  Iain <iain@prettypeople.org>
15576
15577         * gst/interleave/interleave.c (interleave_init),
15578         (interleave_request_new_pad),
15579         (interleave_pad_removed),
15580         (interleave_buffered_loop): Use the real pad count, not the artificial
15581         one.
15582
15583 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15584
15585         * configure.ac: bump nano back to development
15586
15587 === release 0.8.3 ===
15588
15589 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15590
15591         * configure.ac: releasing 0.8.3, "Water"
15592
15593 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * sys/xvimage/xvimagesink.c:
15596         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15597         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15598         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15599         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15600         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15601         * sys/xvimage/xvimagesink.h:
15602           apply similar PAR fixes as to ximagesink
15603
15604 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15605
15606         patch from: Benjamin Otte
15607
15608         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15609           add link function to lame.  Fixes #148986.
15610
15611 2004-08-02  Johan Dahlin  <johan@gnome.org>
15612
15613         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15614         fix debugging log
15615
15616 2004-07-30  David Schleef  <ds@schleef.org>
15617
15618         * gst/videomixer/Makefile.am: Fix things that should have been
15619         fixed in the last checkin.
15620
15621 2004-07-30  David Schleef  <ds@schleef.org>
15622
15623         * gst/multipart/Makefile.am: Fix things that should have been
15624         fixed in the last checkin.
15625
15626 2004-07-30  David Schleef  <ds@schleef.org>
15627
15628         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15629
15630 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15631
15632         * configure.ac:
15633           bump nano for prerelease
15634         * po/af.po:
15635         * po/az.po:
15636         * po/cs.po:
15637         * po/en_GB.po:
15638         * po/hu.po:
15639         * po/nl.po:
15640         * po/sr.po:
15641         * po/sv.po:
15642         * po/uk.po:
15643           updates
15644
15645 2004-07-30  Wim Taymans  <wim@fluendo.com>
15646
15647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15648         (gst_multifdsink_add), (gst_multifdsink_remove),
15649         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15650         (gst_multifdsink_client_remove),
15651         (gst_multifdsink_handle_client_write),
15652         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15653         * gst/tcp/gstmultifdsink.h:
15654         Recover from a select with a bad file descriptor by removing
15655         the client.
15656
15657 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15658
15659         * configure.ac:
15660           fix requirement of core
15661         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15662         (gst_play_pipeline_setup):
15663           don't use colorspace element.  do use hermescolorspace element.
15664           make macro to get a colorspace element.
15665           mark strings for translation.
15666         * po/POTFILES.in:
15667           add play.c
15668         * po/af.po:
15669         * po/az.po:
15670         * po/cs.po:
15671         * po/en_GB.po:
15672         * po/hu.po:
15673         * po/nl.po:
15674         * po/sr.po:
15675         * po/sv.po:
15676         * po/uk.po:
15677           update translations
15678
15679 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15680
15681         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15682         fix default for newmedia flag
15683
15684 2004-07-30  Wim Taymans  <wim@fluendo.com>
15685
15686         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15687         (gst_theora_dec_init), (theora_get_formats),
15688         (theora_dec_src_convert), (theora_dec_sink_convert),
15689         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15690         (theora_dec_chain), (theora_dec_set_property),
15691         (theora_dec_get_property):
15692         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15693         (gst_theora_enc_class_init), (gst_theora_enc_init),
15694         (theora_enc_sink_link), (theora_enc_chain),
15695         (theora_enc_set_property), (theora_enc_get_property):
15696         Added cropping option to theora decoder.
15697         Added border option to theora encoder.
15698
15699 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15700
15701         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15702         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15703         (gst_pngenc_set_property):
15704         * ext/libpng/gstpngenc.h:
15705         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
15706
15707 2004-07-30  Wim Taymans  <wim@fluendo.com>
15708
15709         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15710         (theora_enc_sink_link), (theora_enc_chain),
15711         (theora_enc_set_property), (theora_enc_get_property):
15712         Fix encoding of non-multiple-of-16 video.
15713
15714 2004-07-29  David Schleef  <ds@schleef.org>
15715
15716         * configure.ac: make test for audiofile more strict
15717
15718 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15719
15720         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15721           give different names to typefind functions
15722
15723 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15724
15725         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15726         (gst_ximagesink_calculate_pixel_aspect_ratio),
15727         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15728         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15729         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15730         (gst_ximagesink_get_property), (gst_ximagesink_init):
15731         * sys/ximage/ximagesink.h:
15732           allocate PAR's dynamically.
15733           use autodetected PAR if no object-set PAR is given.
15734           add workaround for directfb's X not setting physical size.
15735           fix to xvimagesink will follow tomorrow.
15736
15737 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15738
15739         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15740         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15741         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15742         (gst_shout2send_class_init), (gst_shout2send_init),
15743         (set_shout_metadata), (gst_shout2send_set_metadata),
15744         (gst_shout2send_chain), (gst_shout2send_set_property),
15745         (gst_shout2send_get_property), (gst_shout2send_connect),
15746         (gst_shout2send_change_state):
15747         * ext/shout2/gstshout2.h:
15748         - fix for sending mp3 audio to icecast2 server, if pad link function not
15749         called before PAUSED state
15750         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15751         - added tagging support for mp3 audio broadcasted
15752         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15753         debug info
15754
15755 2004-07-28  Wim Taymans  <wim@fluendo.com>
15756
15757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15758         (gst_ogg_demux_push):
15759         Return query failure when we don't know the length of
15760         an ogg stream insteda of returning TRUE with a bogus value.
15761
15762 2004-07-28  Wim Taymans  <wim@fluendo.com>
15763
15764         * ext/theora/theoradec.c: (theora_get_formats),
15765         (theora_dec_src_convert), (theora_dec_sink_convert),
15766         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15767         (theora_dec_chain):
15768         Don't screw up the 1 Chroma for 1 luma sample situation when we
15769         have an odd offset/width by adding a black border in those cases.
15770
15771 2004-07-28  Wim Taymans  <wim@fluendo.com>
15772
15773         * ext/theora/theoradec.c: (theora_get_formats),
15774         (theora_dec_src_convert), (theora_dec_sink_convert),
15775         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15776         (theora_dec_chain):
15777         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15778         Added first attempt at cropping of the image as required by the
15779         theora spec. We need more properties in the caps (offset_x,
15780         offset_y,stride) to implement this correctly.
15781
15782 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15783
15784         * ext/dvdnav/README:
15785           Update the README to use dvddemux
15786         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15787           Ensure getcaps returns a subset of the template caps
15788         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15789         (gst_mpeg2subt_init):
15790           Ensure getcaps returns a subset of the template caps
15791         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15792         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15793         (gst_dvd_demux_get_subpicture_stream),
15794         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15795         * gst/mpegstream/gstdvddemux.h:
15796           Set the explicit caps on the current_video pad before pushing
15797           anything
15798         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15799         (gst_mpeg_demux_get_audio_stream):
15800           Free caps used to gst_pad_set_explicit_caps, which takes a const
15801           GstCaps *
15802
15803 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15804
15805         * configure.ac: update GStreamer requirement to 0.8.4 because of
15806           GstFraction.
15807
15808 2004-07-28  Wim Taymans  <wim@fluendo.com>
15809
15810         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15811         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15812         Add the pad to the element after setting up the caps. This
15813         makes it a lot easier to autoplug.
15814
15815 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15816
15817         * gst/median/gstmedian.c:
15818         * gst/mpeg2subt/gstmpeg2subt.c:
15819         * gst/mpegaudioparse/gstmpegaudioparse.c:
15820         * gst/mpegstream/gstdvddemux.c:
15821         * gst/mpegstream/gstmpegdemux.c:
15822         * gst/mpegstream/gstmpegpacketize.c:
15823         * gst/rtjpeg/gstrtjpeg.c:
15824         * gst/rtjpeg/gstrtjpegdec.c:
15825         * gst/rtjpeg/gstrtjpegenc.c:
15826         * gst/sine/gstsinesrc.c:
15827         * gst/smooth/gstsmooth.c:
15828         * gst/smpte/gstsmpte.c:
15829         * gst/smpte/gstsmpte.h:
15830         * gst/stereo/gststereo.c:
15831         * gst/videofilter/gstgamma.c:
15832         * gst/videofilter/gstvideobalance.c:
15833         * gst/videofilter/gstvideofilter.c:
15834         * gst/videofilter/gstvideoflip.c:
15835         * gst/videoscale/gstvideoscale.c:
15836         * gst/videoscale/videoscale.c:
15837         * gst/videotestsrc/gstvideotestsrc.c:
15838         * gst/videotestsrc/videotestsrc.c:
15839         * gst/wavenc/gstwavenc.c:
15840         * gst/wavparse/gstwavparse.c:
15841           fix local includes and 64 bits constants
15842
15843 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15844
15845         * win32/gst.sln:
15846         * gst-libs/gst/*/*.vcproj:
15847         * gst/*/*.vcproj:
15848           more working plugins
15849
15850 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15851
15852         * testsuite/alsa/Makefile.am:
15853         * testsuite/alsa/srcstate.c:
15854         add test for alsasrc changing state
15855
15856 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15857
15858         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15859         (gst_silence_get):
15860         * gst/silence/gstsilence.h:
15861         fix silence generation for 16bit raw audio
15862
15863 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15864
15865         * gst/matroska/matroska-demux.c:
15866         (gst_matroska_demux_parse_metadata),
15867         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15868         * gst/mpegaudio/common.c:
15869         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15870         (gst_videoscale_getcaps), (gst_videoscale_link),
15871         (gst_videoscale_src_fixate), (gst_videoscale_init),
15872         (gst_videoscale_finalize):
15873         * gst/videoscale/gstvideoscale.h:
15874         * gst/videotestsrc/gstvideotestsrc.c:
15875         (gst_videotestsrc_get_capslist):
15876         * gst/wavenc/gstwavenc.c:
15877         * sys/oss/gstossmixer.c: (fill_labels):
15878         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15879         (gst_ximagesink_handle_xevents),
15880         (gst_ximagesink_calculate_pixel_aspect_ratio),
15881         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15882         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15883         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15884         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15885         (gst_ximagesink_init), (gst_ximagesink_class_init):
15886         * sys/ximage/ximagesink.h:
15887         * sys/xvimage/xvimagesink.c:
15888         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15889         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15890         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15891         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15892         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15893         * sys/xvimage/xvimagesink.h:
15894           first batch of pixel aspect ratio commits.
15895
15896 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15899         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15900         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15901           handle stride, needs work if we want to move stride handling
15902           upstream, but works correctly for our purposes.
15903
15904 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15905
15906         * gst/videoscale/README:
15907           add testing examples
15908         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15909         (gst_videoscale_chain):
15910         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15911         (gst_videoscale_get_size):
15912           add get_size function that handles stride like videotestsrc.
15913           fixes conversion for YUV formats for as much as I can test them.
15914
15915 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15916
15917         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15918         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15920         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15921         (gst_xvimagesink_xvimage_put):
15922           further cleanups, logging, error handling and synchronizing
15923
15924 2004-07-27  Wim Taymans  <wim@fluendo.com>
15925
15926         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15927         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15928         (gst_videomixer_pad_set_property),
15929         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15930         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15931         (gst_videomixer_class_init), (gst_videomixer_init),
15932         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15933         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15934         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15935         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15936         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15937         (gst_videomixer_loop), (plugin_init):
15938         Be a nicer negotiation citizen and provide a getcaps function on
15939         the srcpad. This also fixes a crash when resizing.
15940
15941 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15942
15943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15944         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15945
15946 2004-07-27  Wim Taymans  <wim@fluendo.com>
15947
15948         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15949         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15950         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15951         (gst_pngenc_set_property):
15952         * ext/libpng/gstpngenc.h:
15953         Added snapshot property to pngenc.
15954         removed g_print from pngdec
15955
15956 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15957
15958         * gst/ac3parse/ac3parse.vcproj
15959         * gst/adder/adder.vcproj
15960         * gst/alpha/alpha.vcproj
15961         * gst/alpha/alphacolor.vcproj
15962         * gst/asfdemux/asf.vcproj
15963         * gst/audioconvert/audioconvert.vcproj
15964         * gst/audiorate/audiorate.vcproj
15965         * gst/audioscale/audioscale.vcproj
15966         * gst/auparse/auparse.vcproj
15967         * gst/avi/avi.vcproj
15968         * gst/cdxaparse/cdxaparse.vcproj
15969         * gst/chart/chart.vcproj
15970         * gst/colorspace/colorspace.vcproj
15971         * gst/cutter/cutter.vcproj
15972         * gst/debug/debug.vcproj
15973         * gst/debug/efence.vcproj
15974         * gst/debug/navigationtest.vcproj
15975         * gst/deinterlace/deinterlace.vcproj
15976         * gst/effectv/effectv.vcproj
15977         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15978         * gst/filter/filter.vcproj
15979         * gst/flx/flxdec.vcproj
15980         * gst/goom/goom.vcproj
15981         * gst/interleave/interleave.vcproj
15982         * gst/law/alaw.vcproj
15983         * gst/law/mulaw.vcproj
15984         * gst/matroska/matroska.vcproj
15985         * gst/median/median.vcproj
15986         * gst/mixmatrix/mixmatrix.vcproj
15987         * gst/mpeg1sys/mpeg1systemencode.vcproj
15988         * gst/mpeg1videoparse/mp1videoparse.vcproj
15989         * gst/mpeg2sub/mpeg2subt.vcproj
15990         * gst/mpegaudio/mpegaudio.vcproj
15991         * gst/mpegaudioparse/mpegaudioparse.vcproj
15992         * gst/mpegstream/mpegstream.vcproj
15993         * gst/multifilesink/multifilesink.vcproj
15994         * gst/multipart/multipart.vcproj
15995         * gst/oneton/oneton.vcproj
15996         * gst/overlay/overlay.vcproj
15997         * gst/passthrough/passthrough.vcproj
15998         * gst/qtdemux/qtdemux.vcproj
15999         * gst/realmedia/rmdemux.vcproj
16000         * gst/rtjpeg/rtjpeg.vcproj
16001         * gst/rtp/rtp.vcproj
16002         * gst/silence/silence.vcproj
16003         * gst/sine/sinesrc.vcproj
16004         * gst/smooth/smooth.vcproj
16005         * gst/smpte/smpte.vcproj
16006         * gst/spectrum/spectrum.vcproj
16007         * gst/speed/speed.vcproj
16008         * gst/stereo/stereo.vcproj
16009         * gst/switch/switch.vcproj
16010         * gst/tags/tagedit.vcproj
16011         * gst/tcp/tcp.vcproj
16012         * gst/typefind/typefindfunctions.vcproj
16013         * gst/udp/udp.vcproj
16014         * gst/videobox/videobox.vcproj
16015         * gst/videocrop/videocrop.vcproj
16016         * gst/videodrop/videodrop.vcproj
16017         * gst/videofilter/gamma.vcproj
16018         * gst/videofilter/videobalance.vcproj
16019         * gst/videofilter/videofilter.vcproj
16020         * gst/videofilter/videoflip.vcproj
16021         * gst/videoflip/videoflip.vcproj
16022         * gst/videomixer/videomixer.vcproj
16023         * gst/videorate/videorate.vcproj
16024         * gst/videoscale/videoscale.vcproj
16025         * gst/videotestsrc/videotestsrc.vcproj
16026         * gst/virtualdub/virtualdub.vcproj
16027         * gst/volenv/volenv.vcproj
16028         * gst/volume/volume.vcproj
16029         * gst/wavenc/wavenc.vcproj
16030         * gst/wavparse/wavparse.vcproj
16031         * gst/y4m/y4menc.vcproj
16032         * gst-libs/gst/audio/audio.vcproj
16033         * gst-libs/gst/audio/audiofilter.vcproj
16034         * gst-libs/gst/colorbalance/colorbalance.vcproj
16035         * gst-libs/gst/idct/idtc.vcproj
16036         * gst-libs/gst/media-info/media-info.vcproj
16037         * gst-libs/gst/mixer/mixer.vcproj
16038         * gst-libs/gst/navigation/navigation.vcproj
16039         * gst-libs/gst/play/play.vcproj
16040         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16041         * gst-libs/gst/resample/resample.vcproj
16042         * gst-libs/gst/riff/riff.vcproj
16043         * gst-libs/gst/tuner/tuner.vcproj
16044         * gst-libs/gst/video/video.vcproj
16045         * gst-libs/gst/xoverlay/xoverlay.vcproj
16046           avoid problems with math.h, fix release dependancy
16047           rename GStreamer-0.8.lib to libgstreamer.lib
16048
16049 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16050
16051         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16053         the atom is not available we have to unlock the mutex. Fixes #148023
16054
16055 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16056
16057         * gst-libs/gst/media-info/media-info.h:
16058           issue for a vararg macro with MSVC
16059
16060 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16061
16062         * gst/effectv/effectv.vcproj
16063         * gst-libs/gst/idct/idct.vcproj:
16064         * gst-libs/gst/media-info/media-info.vcproj:
16065         * gst-libs/gst/navigation/navigation.vcproj:
16066         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16067         * gst-libs/gst/video/video.vcproj:
16068         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16069           fixes for build problems
16070
16071 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16072
16073         * gst-libs/gst/audio/audio.def:
16074         * gst-libs/gst/audio/riff.def:
16075           add some definitions needed by plugins
16076
16077 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16078
16079         * gst/asfdemux/gstasfmux.c
16080           Fix some 64 bits constants to be glib friendly
16081
16082 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16083
16084         * gst/ac3parse/gstac3parse.c
16085         * gst/audioscale/gstaudioscale.c
16086         * gst/auparse/gstauparse.c
16087         * gst/colorspace/gstcolorspace.c
16088         * gst/colorspace/yuv2rgb.h
16089           local include fixes
16090
16091 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16092
16093         * win32/gst.sln
16094           add more plugins to the build
16095
16096 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16097
16098         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16099         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16100
16101 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16102
16103         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16104         (gst_level_set_property), (gst_level_get_property),
16105         (gst_level_base_init), (gst_level_class_init):
16106           add debugging categories.  cleanups.
16107
16108 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16109
16110         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16111         (gst_videoscale_planar411), (gst_videoscale_planar400),
16112         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16113         (gst_videoscale_scale_nearest_str1),
16114         (gst_videoscale_scale_nearest_str2),
16115         (gst_videoscale_scale_nearest_str4),
16116         (gst_videoscale_scale_nearest_16bit),
16117         (gst_videoscale_scale_nearest_24bit):
16118           fixed stride issues
16119           tested with 320x240 -> 321, 322, 324 x240
16120           tested with YV12, I420, YUY2, UYVY
16121           fixed packed422rev (don't think it could have worked before)
16122           by testing with UYVY
16123
16124 2004-07-26  Benjamin Otte  <otte@gnome.org>
16125
16126         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16127         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16128         (plugin_init):
16129           add debugging category, add error checks like checking return values
16130           of setup calls, make sure it still works after
16131           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16132
16133 2004-07-26  Wim Taymans  <wim@fluendo.com>
16134
16135         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16136         (gst_mpeg_demux_get_audio_stream),
16137         (gst_mpeg_demux_process_private):
16138         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16139         Check for error codes from the negotiation functions. Make sure
16140         we really set the pad caps when a new pad is created.
16141
16142 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16143
16144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16145         (gst_ffmpeg_caps_to_pix_fmt):
16146         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16148         (gst_ffmpegcolorspace_pad_link):
16149           don't make function do two things at the same time without reason.
16150
16151 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16152
16153         * gst/ac3parse/ac3parse.vcproj
16154         * gst/adder/adder.vcproj
16155         * gst/alpha/alpha.vcproj
16156         * gst/alpha/alphacolor.vcproj
16157         * gst/asfdemux/asf.vcproj
16158         * gst/audioconvert/audioconvert.vcproj
16159         * gst/audiorate/audiorate.vcproj
16160         * gst/audioscale/audioscale.vcproj
16161         * gst/auparse/auparse.vcproj
16162         * gst/avi/avi.vcproj
16163         * gst/cdxaparse/cdxaparse.vcproj
16164         * gst/chart/chart.vcproj
16165         * gst/colorspace/colorspace.vcproj
16166         * gst/cutter/cutter.vcproj
16167         * gst/debug/debug.vcproj
16168         * gst/debug/efence.vcproj
16169         * gst/debug/navigationtest.vcproj
16170         * gst/deinterlace/deinterlace.vcproj
16171         * gst/effectv/effectv.vcproj
16172         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16173         * gst/filter/filter.vcproj
16174         * gst/flx/flxdec.vcproj
16175         * gst/goom/goom.vcproj
16176         * gst/interleave/interleave.vcproj
16177         * gst/law/alaw.vcproj
16178         * gst/law/mulaw.vcproj
16179         * gst/matroska/matroska.vcproj
16180         * gst/median/median.vcproj
16181         * gst/mixmatrix/mixmatrix.vcproj
16182         * gst/mpeg1sys/mpeg1systemencode.vcproj
16183         * gst/mpeg1videoparse/mp1videoparse.vcproj
16184         * gst/mpeg2sub/mpeg2subt.vcproj
16185         * gst/mpegaudio/mpegaudio.vcproj
16186         * gst/mpegaudioparse/mpegaudioparse.vcproj
16187         * gst/mpegstream/mpegstream.vcproj
16188         * gst/multifilesink/multifilesink.vcproj
16189         * gst/multipart/multipart.vcproj
16190         * gst/oneton/oneton.vcproj
16191         * gst/overlay/overlay.vcproj
16192         * gst/passthrough/passthrough.vcproj
16193         * gst/qtdemux/qtdemux.vcproj
16194         * gst/realmedia/rmdemux.vcproj
16195         * gst/rtjpeg/rtjpeg.vcproj
16196         * gst/rtp/rtp.vcproj
16197         * gst/silence/silence.vcproj
16198         * gst/sine/sinesrc.vcproj
16199         * gst/smooth/smooth.vcproj
16200         * gst/smpte/smpte.vcproj
16201         * gst/spectrum/spectrum.vcproj
16202         * gst/speed/speed.vcproj
16203         * gst/stereo/stereo.vcproj
16204         * gst/switch/switch.vcproj
16205         * gst/tags/tagedit.vcproj
16206         * gst/tcp/tcp.vcproj
16207         * gst/typefind/typefindfunctions.vcproj
16208         * gst/udp/udp.vcproj
16209         * gst/videobox/videobox.vcproj
16210         * gst/videocrop/videocrop.vcproj
16211         * gst/videodrop/videodrop.vcproj
16212         * gst/videofilter/gamma.vcproj
16213         * gst/videofilter/videobalance.vcproj
16214         * gst/videofilter/videofilter.vcproj
16215         * gst/videofilter/videoflip.vcproj
16216         * gst/videoflip/videoflip.vcproj
16217         * gst/videomixer/videomixer.vcproj
16218         * gst/videorate/videorate.vcproj
16219         * gst/videoscale/videoscale.vcproj
16220         * gst/videotestsrc/videotestsrc.vcproj
16221         * gst/virtualdub/virtualdub.vcproj
16222         * gst/volenv/volenv.vcproj
16223         * gst/volume/volume.vcproj
16224         * gst/wavenc/wavenc.vcproj
16225         * gst/wavparse/wavparse.vcproj
16226         * gst/y4m/y4menc.vcproj
16227           more plugins supported under windows
16228
16229 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16230
16231         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16232         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16233         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16235         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16236           Add debugging statements.  Use the sizes as returned by the
16237           *CreateImage calls.
16238
16239 2004-07-26  Johan Dahlin  <johan@gnome.org>
16240
16241         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16242         the pad is negotiated.
16243
16244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16245
16246 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16247
16248         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16249         * gst-libs/gst/idct/idct.vcproj:
16250         * gst-libs/gst/media-info/media-info.vcproj:
16251         * gst-libs/gst/mixer/mixer.vcproj:
16252         * gst-libs/gst/navigation/navigation.vcproj:
16253         * gst-libs/gst/play/play.vcproj:
16254         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16255         * gst-libs/gst/resample/resample.vcproj:
16256         * gst-libs/gst/tuner/tuner.vcproj:
16257         * gst-libs/gst/video/video.vcproj:
16258         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16259           more plugins supported under windows
16260
16261 2004-07-25 Iain <iain@prettypeople.org>
16262
16263         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16264         pad now rather than when the pad is created because state changes wipe
16265         explicit caps (fixes #148043).
16266
16267 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16268
16269         reviewed by Benjamin Otte  <otte@gnome.org>
16270
16271         * ext/mad/gstmad.c:
16272           fix mad plugin crashing on Sun (fixes #148289)
16273
16274 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16275
16276         * gst/avi/avi.def:
16277         * gst/avi/avi.vcproj:
16278         * gst/matroska/matroska.def:
16279         * gst/matroska/matroska.vcproj:
16280           remove unused .def files
16281
16282 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16283
16284         * gst-libs/gst/audio/gstaudiofilter.c:
16285           Clean the local include
16286
16287 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16288
16289         * win32/gst.sln:
16290         * gst-libs/gst/audio/audio.def:
16291         * gst-libs/gst/audio/audio.vcproj:
16292         * gst-libs/gst/audio/audiofilter.vcproj:
16293         * gst-libs/gst/audio/riff.def:
16294         * gst-libs/gst/audio/riff.vcproj:
16295         * gst-libs/gst/gst-libs.def:
16296         * gst-libs/gst/gst-libs.vcproj:
16297         * gst/avi/avi.vcproj:
16298         * gst/avi/avi.vcproj:
16299           Copy the files where needed after building, cleaner projects
16300
16301 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16302
16303         * gst/matroska/ebml-write.c:
16304           Fix some 64 bits constants to be glib friendly
16305
16306 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16307
16308         * win32/gst.sln:
16309         * gst-libs/gst/gst-libs.def:
16310         * gst-libs/gst/gst-libs.vcproj:
16311         * gst/matroska/matroska.def:
16312         * gst/matroska/matroska.vcproj:
16313           Add the preliminary canvas to build plugins on Win32
16314
16315 2004-07-23  Benjamin Otte  <otte@gnome.org>
16316
16317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16318           don't enfore negotiation from source side, it breaks
16319           sinesrc ! audioconvert ! osssink
16320
16321 2004-07-22  David Schleef  <ds@schleef.org>
16322
16323         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16324         for ELF files, since they can easily be recognized as audio/mpeg.
16325         (bug #147441)
16326
16327 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16328
16329         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16330         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16331         (gst_videoscale_scale_nearest_24bit),
16332         (gst_videoscale_scale_nearest_16bit):
16333           fix 16bit and 24bit for stride (24bit might need testing)
16334           don't pretend we do more than one algorithm
16335
16336 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16337
16338         * configure.ac:
16339         * gst/Makefile.am:
16340         * gst/multifilesink/Makefile.am:
16341         * gst/multifilesink/gstmultifilesink.c:
16342         (gst_multifilesink_get_formats),
16343         (gst_multifilesink_get_query_types), (_do_init),
16344         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16345         (gst_multifilesink_init), (gst_multifilesink_dispose),
16346         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16347         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16348         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16349         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16350         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16351         (gst_multifilesink_uri_get_type),
16352         (gst_multifilesink_uri_get_protocols),
16353         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16354         (gst_multifilesink_uri_handler_init), (plugin_init):
16355         * gst/multifilesink/gstmultifilesink.h:
16356         * testsuite/Makefile.am:
16357         * testsuite/multifilesink/Makefile.am:
16358         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16359         (gst_newmedia_class_init), (gst_newmedia_init),
16360         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16361         (newfile_signal), (test_signal), (main):
16362         multifilesink plugin for creating new files every time a new media
16363         discontinuity event occurs
16364
16365 2004-07-22  Wim Taymans  <wim@fluendo.com>
16366
16367         * gst/alpha/Makefile.am:
16368         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16369         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16370         (gst_alpha_color_init), (gst_alpha_color_set_property),
16371         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16372         (transform), (gst_alpha_color_chain),
16373         (gst_alpha_color_change_state), (plugin_init):
16374         Stupid plugin to to RGBA to AYUV conversion because none of
16375         the colorspace plugins can handle that yet.
16376
16377 2004-07-22  Wim Taymans  <wim@fluendo.com>
16378
16379         * examples/seeking/seek.c: (update_scale), (main):
16380         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16381         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16382         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16383         (gst_decode_bin_init), (gst_decode_bin_dispose),
16384         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16385         (no_more_pads), (close_link), (type_found),
16386         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16387         (plugin_init):
16388         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16389         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16390         (gst_play_base_bin_dispose), (queue_overrun),
16391         (gen_preroll_element), (remove_prerolls), (unknown_type),
16392         (no_more_pads), (new_stream), (setup_source),
16393         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16394         (play_base_eos), (gst_play_base_bin_change_state),
16395         (gst_play_base_bin_add_element),
16396         (gst_play_base_bin_remove_element),
16397         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16398         (gst_play_base_bin_unlink_stream),
16399         (gst_play_base_bin_get_streaminfo):
16400         * gst/playback/gstplaybin.c: (gen_video_element),
16401         (gen_audio_element):
16402         * gst/playback/gststreaminfo.h:
16403         More playback updates, attempt to fix things after the state change
16404         breakage.
16405
16406 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16407
16408         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16409         (gst_videoscale_scale_nearest_16bit):
16410           comment algorithm
16411
16412 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16413
16414         * gst/videotestsrc/gstvideotestsrc.c:
16415         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16416         (gst_videotestsrc_init), (gst_videotestsrc_get),
16417         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16418         (gst_videotestsrc_get_property):
16419         * gst/videotestsrc/gstvideotestsrc.h:
16420         * gst/videotestsrc/videotestsrc.c:
16421         * gst/videotestsrc/videotestsrc.h:
16422           cleanup and commenting
16423
16424 2004-07-21  Wim Taymans  <wim@fluendo.com>
16425
16426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16427         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16428         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16429         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16430         (_find_chain_get_unknown_part), (_find_streams_check),
16431         (gst_ogg_demux_push), (gst_ogg_pad_push):
16432         * ext/theora/theoradec.c: (theora_get_formats),
16433         (theora_dec_src_convert), (theora_dec_sink_convert),
16434         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16435         (theora_dec_chain):
16436         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16437         (vorbis_dec_convert), (vorbis_dec_src_query),
16438         (vorbis_dec_src_event), (vorbis_dec_event):
16439         More seeking fixes, oggdemux now supports seeking to time and
16440         uses the downstream element to convert granulepos to time.
16441         Seeking in theora-only ogg files now works.
16442
16443 2004-07-21  Wim Taymans  <wim@fluendo.com>
16444
16445         * ext/theora/theoradec.c: (gst_theora_dec_init),
16446         (theora_get_formats), (theora_get_event_masks),
16447         (theora_get_query_types), (theora_dec_src_convert),
16448         (theora_dec_sink_convert), (theora_dec_src_query),
16449         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16450         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16451         (vorbis_get_event_masks), (vorbis_get_query_types),
16452         (gst_vorbis_dec_init), (vorbis_dec_convert),
16453         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16454         Added query/convert/formats functions to vorbis and theora decoders
16455         so that the outside world can use them too. Fixed seeking on an
16456         ogg/theora/vorbis file by disabling the seeking seeking on the
16457         theora srcpad.
16458
16459 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16460
16461         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16462         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16463         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16464         images creation for both elements. We don't create the image on caps
16465         nego or renego, we just destroy the internal one if present if it does
16466         not match the needs. The chain function takes care of creating a new
16467         image when needed.
16468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16469         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16470         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16471         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16472         the image format information. The buffer pool checks for the context
16473         image format and discard images with different formats.
16474         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16475
16476 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16477
16478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16479         (gst_ffmpegcolorspace_chain):
16480           no point in doing any chaining if the pad we want to push from
16481           isn't usable.
16482
16483 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16484
16485         * gst-libs/gst/riff/riff-media.c:
16486         (gst_riff_create_audio_caps_with_data):
16487           Fix double end-to-native symbol conversion (#148021).
16488
16489 2004-07-20  David Schleef  <ds@schleef.org>
16490
16491         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16492         Don't use an Atom that doesn't exist.
16493
16494 2004-07-20  Wim Taymans  <wim@fluendo.com>
16495
16496         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16497         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16498         (gst_multifdsink_client_remove),
16499         (gst_multifdsink_handle_client_write),
16500         (gst_multifdsink_queue_buffer):
16501         * gst/tcp/gstmultifdsink.h:
16502         More multifdsink stats. Avoid deadlock by releasing locks
16503         before sending out a signal.
16504
16505 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16506
16507         * po/LINGUAS:
16508         * po/hu.po:
16509           added Hungarian translation (Laszlo Dvornik)
16510
16511 2004-07-20  Wim Taymans  <wim@fluendo.com>
16512
16513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16514         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16515         (gst_multifdsink_handle_client_write),
16516         (gst_multifdsink_queue_buffer):
16517         * gst/tcp/gsttcp-marshal.list:
16518         Fixed the stupid marshal definition.
16519
16520 2004-07-20  Wim Taymans  <wim@fluendo.com>
16521
16522         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16523         (gst_multifdsink_init), (gst_multifdsink_add),
16524         (gst_multifdsink_client_remove),
16525         (gst_multifdsink_handle_client_write),
16526         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16527         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16528         (gst_multifdsink_init_send):
16529         * gst/tcp/gstmultifdsink.h:
16530         Added more stats, added timeout for a client, fixed some typos
16531         and added some comments.
16532
16533 2004-07-20  Wim Taymans  <wim@fluendo.com>
16534
16535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16536         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16537         (gst_multifdsink_client_remove),
16538         (gst_multifdsink_handle_client_write):
16539         * gst/tcp/gstmultifdsink.h:
16540         * gst/tcp/gsttcp-marshal.list:
16541         Added get_stats method that returns a GValueArray of
16542         stats values.
16543
16544 2004-07-19  Benjamin Otte  <otte@gnome.org>
16545
16546         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16547           make sure longname, description and author are valid UTF-8
16548
16549 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16550
16551         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16552         (gst_ximagesink_set_property):
16553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16554         (gst_xvimagesink_set_property):
16555           make sure SYNCHRONOUS is respected after getting the X context
16556
16557 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16558
16559         * gst/matroska/matroska-demux.c:
16560         (gst_matroska_demux_handle_src_event),
16561         (gst_matroska_demux_parse_blockgroup):
16562         * gst/matroska/matroska-ids.h:
16563           add BlockReference tag and ignore it to clear out log.
16564           ignore NAVIGATION events to clear out log.
16565
16566 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16567
16568         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16569         (gst_matroska_demux_add_stream):
16570         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16571           add debug categories
16572
16573 2004-07-16  Wim Taymans  <wim@fluendo.com>
16574
16575         * ext/libpng/Makefile.am:
16576         * ext/libpng/gstpng.c: (plugin_init):
16577         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16578         (gst_pngdec_get_type), (gst_pngdec_base_init),
16579         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16580         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16581         * ext/libpng/gstpngdec.h:
16582         Added png decoder.
16583
16584 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16585
16586         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16587         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16588         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16589         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16590         (gst_ximagesink_buffer_alloc):
16591         * sys/ximage/ximagesink.h:
16592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16593         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16594         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16595         (gst_xvimagesink_buffer_alloc):
16596         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16597         again. Using internal data pointer of the x(v)image to store image's
16598         data to be coherent with the buffer alloc mechanism. Investigated the
16599         image destruction code to be sure that everything gets freed correctly.
16600
16601 2004-07-16  Wim Taymans  <wim@fluendo.com>
16602
16603         * gst-libs/gst/riff/riff-read.c:
16604         (gst_riff_read_strf_vids_with_data),
16605         (gst_riff_read_strf_auds_with_data):
16606         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16607         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16608         Make sure we don't create 0 sized subbuffers in riff-read.
16609         Signal the no more pads signal after reading the avi header.
16610
16611 2004-07-16  Wim Taymans  <wim@fluendo.com>
16612
16613         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16614         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16615         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16616         (gst_decode_bin_init), (gst_decode_bin_dispose),
16617         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16618         (no_more_pads), (close_link), (type_found),
16619         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16620         (gst_decode_bin_change_state), (plugin_init):
16621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16622         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16623         (gst_play_base_bin_dispose), (queue_overrun),
16624         (gen_preroll_element), (remove_prerolls), (unknown_type),
16625         (no_more_pads), (new_stream), (setup_source),
16626         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16627         (play_base_eos), (gst_play_base_bin_change_state),
16628         (gst_play_base_bin_add_element),
16629         (gst_play_base_bin_remove_element),
16630         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16631         (gst_play_base_bin_unlink_stream),
16632         (gst_play_base_bin_get_streaminfo):
16633         * gst/playback/gstplaybasebin.h:
16634         Better error recovery. Added configurable preroll queue size. Faster
16635         detection of no-more-pads.
16636
16637 2004-07-16  Wim Taymans  <wim@fluendo.com>
16638
16639         * gst-libs/gst/video/video.h:
16640         Added 32 bits RGBA. Not sure if we should use another mime-type
16641         for alpha rgb. Currently the presence of the alpha_mask property
16642         signals an alpha channel.
16643
16644 2004-07-16  Wim Taymans  <wim@fluendo.com>
16645
16646         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16648         FPS seems to be 0.0 to MAX everywhere else.
16649
16650 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16651
16652         * gst-libs/gst/riff/riff-media.c:
16653         (gst_riff_create_video_caps_with_data):
16654           mp42/mp43 (no caps) exist too.
16655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16656           Set pixel_width/height; we've got them in-caps.
16657         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16658         * gst/wavparse/gstwavparse.c: (plugin_init):
16659           Both are valid primary.
16660         * sys/oss/gstossmixer.c:
16661           Remove i18n hack and enable translations.
16662
16663 2004-07-15  Benjamin Otte  <otte@gnome.org>
16664
16665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16666         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16667           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16668
16669 2004-07-15  Benjamin Otte  <otte@gnome.org>
16670
16671         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16672         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16673         (gst_alsa_close_audio):
16674           disable some of the debugging code for now. Writing debugging to a
16675           buffer is broken in current alsalib releases.
16676
16677 2004-07-12  Benjamin Otte  <otte@gnome.org>
16678
16679         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16680           use bufferpools
16681
16682 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16683
16684         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16685         (theora_dec_src_query), (theora_dec_event):
16686         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16687           add debugging categories.  Remove \n's.
16688
16689 2004-07-13  Johan Dahlin  <johan@gnome.org>
16690
16691         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16692         (gst_play_bin_get_property): Impl.
16693
16694 2004-07-13  Wim Taymans  <wim@fluendo.com>
16695
16696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16697         When trying to find the stream length, seek back N pages
16698         instead of just one, where N is the number of streams in
16699         the current chain.
16700
16701 2004-07-13  Wim Taymans  <wim@fluendo.com>
16702
16703         * gst-libs/gst/riff/riff-media.c:
16704         (gst_riff_create_audio_caps_with_data),
16705         (gst_riff_create_audio_caps),
16706         (gst_riff_create_audio_template_caps):
16707         * gst-libs/gst/riff/riff-media.h:
16708         * gst-libs/gst/riff/riff-read.c:
16709         (gst_riff_read_strf_vids_with_data),
16710         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16711         * gst-libs/gst/riff/riff-read.h:
16712         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16713         (gst_avi_demux_add_stream):
16714         Set codec_data on caps for avidemuxer.
16715
16716 2004-07-12  David Schleef  <ds@schleef.org>
16717
16718         * configure.ac: Fix test for Objective C
16719
16720 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16721         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16722         (gst_gdk_pixbuf_chain):
16723           Add svg and pcx to template caps, and ensure that getcaps returns a
16724           subset of the template caps.
16725           Copy each row manually for output, as gdkpixbuf may pad the
16726           rowstride to a 32-bit word boundary.
16727
16728 2004-07-12  Wim Taymans  <wim@fluendo.com>
16729
16730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16731         (gst_riff_create_video_template_caps):
16732         Fix the template caps to include some more media types.
16733
16734 2004-07-12  Wim Taymans  <wim@fluendo.com>
16735
16736         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16737         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16738         (compare_ranks), (print_feature), (gst_decode_bin_init),
16739         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16740         (try_to_link_1), (new_pad), (close_link), (type_found),
16741         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16742         (gst_decode_bin_change_state), (plugin_init):
16743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16744         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16745         (gst_play_base_bin_dispose), (queue_overrun),
16746         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16747         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16748         (gst_play_base_bin_get_property), (play_base_eos),
16749         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16750         (gst_play_base_bin_remove_element),
16751         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16752         (gst_play_base_bin_unlink_stream),
16753         (gst_play_base_bin_get_streaminfo):
16754         * gst/playback/gstplaybasebin.h:
16755         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16756         (gst_play_bin_class_init), (gst_play_bin_init),
16757         (gst_play_bin_dispose), (gst_play_bin_set_property),
16758         (gst_play_bin_get_property), (gen_video_element),
16759         (gen_audio_element), (remove_sinks), (setup_sinks),
16760         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16761         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16762         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16763         (gst_play_bin_query), (plugin_init):
16764         * gst/playback/test4.c: (main):
16765         More fixes on reusing of the element.
16766
16767 2004-07-11  Benjamin Otte  <otte@gnome.org>
16768
16769         * ext/mad/gstmad.c: (normal_seek):
16770           allow seeking for other methods than just SET
16771
16772 2004-07-11  Andy Wingo  <wingo@pobox.com>
16773
16774         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16775         float, "any" caps -> buffer_frames=[0,MAX].
16776
16777         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16778         doesn't intersect our caps with the template any more. Do it
16779         ourselves.
16780         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16781
16782 2004-07-09  Wim Taymans  <wim@fluendo.com>
16783
16784         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16785         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16786         (compare_ranks), (print_feature), (gst_decode_bin_init),
16787         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16788         (try_to_link_1), (new_pad), (close_link), (type_found),
16789         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16790         (gst_decode_bin_change_state), (plugin_init):
16791         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16792         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16793         (gst_play_base_bin_dispose), (queue_overrun),
16794         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16795         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16796         (gst_play_base_bin_get_property), (play_base_eos),
16797         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16798         (gst_play_base_bin_remove_element),
16799         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16800         (gst_play_base_bin_unlink_stream),
16801         (gst_play_base_bin_get_streaminfo):
16802         * gst/playback/gstplaybasebin.h:
16803         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16804         (gst_play_bin_class_init), (gst_play_bin_init),
16805         (gst_play_bin_dispose), (gst_play_bin_set_property),
16806         (gst_play_bin_get_property), (gen_video_element),
16807         (gen_audio_element), (remove_sinks), (setup_sinks),
16808         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16809         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16810         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16811         (gst_play_bin_query), (plugin_init):
16812         * gst/playback/test4.c: (main):
16813         Work on object reuse and seeking.
16814
16815 2004-07-09  Wim Taymans  <wim@fluendo.com>
16816
16817         * examples/seeking/seek.c: (iterate):
16818         Don't consume all CPU in the idle loop.
16819
16820 2004-07-09  Wim Taymans  <wim@fluendo.com>
16821
16822         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16823         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16824         Add pad to element *after* setting the pad functions so that
16825         the scheduler can use the correct ones.
16826
16827 2004-07-09  Wim Taymans  <wim@fluendo.com>
16828
16829         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16830         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16831         Sync to keyframe after seek
16832
16833 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16834
16835         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16837         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16838         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16839         * ext/libvisual/visual.c: (gst_visual_change_state):
16840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16841         * ext/theora/theoradec.c: (theora_dec_change_state):
16842         * ext/theora/theoraenc.c: (theora_enc_change_state):
16843         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16844         * gst-libs/gst/navigation/navigation.c:
16845         * gst/adder/gstadder.c: (gst_adder_change_state):
16846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16847         (gst_audio_convert_get_buffer):
16848         * gst/multipart/multipartdemux.c:
16849         (gst_multipart_demux_change_state):
16850         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16852         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16853         * gst/videoscale/gstvideoscale.c:
16854         (gst_videoscale_handle_src_event):
16855         * gst/volume/gstvolume.c: (volume_chain_int16):
16856           don't assert in state change, this should be done by the base
16857           GstElement class.
16858           various debugging fixes.
16859
16860 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16861
16862         * configure.ac:
16863         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16864         (gst_play_dispose), (gst_play_set_location),
16865         (gst_play_set_data_src), (gst_play_set_video_sink),
16866         (gst_play_set_audio_sink), (gst_play_set_visualization),
16867         (gst_play_connect_visualization), (gst_play_get_sink_element),
16868         (gst_play_get_all_by_interface):
16869         * gst-libs/gst/play/play.h:
16870           add new method to get elements implementing an interface.
16871           add various error logging
16872
16873 2004-07-08  Wim Taymans  <wim@fluendo.com>
16874
16875         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16876         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16877         (make_playerbin_pipeline), (query_durations_elems),
16878         (query_durations_pads), (query_positions_elems),
16879         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16880         (main):
16881         Added playbin seeking example.
16882
16883 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16884
16885         * gst-libs/gst/play/play.c: (gst_play_set_location),
16886         (gst_play_set_data_src), (gst_play_set_video_sink),
16887         (gst_play_set_audio_sink), (gst_play_set_visualization),
16888         (gst_play_connect_visualization), (gst_play_get_framerate):
16889           use a macro to look up elements from hash table
16890
16891 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16892
16893         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16894         (gst_play_get_length_callback), (gst_play_set_location),
16895         (gst_play_seek_to_time), (gst_play_set_data_src),
16896         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16897         (gst_play_set_visualization), (gst_play_connect_visualization),
16898         (gst_play_get_sink_element):
16899         - add debugging info
16900         - fix looking up sink elements by iterating over complete caps
16901         - put everything except for source and autoplugger in a complete bin
16902
16903 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16904
16905         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16907         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16908         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16909         * ext/alsa/gstalsasink.h:
16910         - add debugging info
16911         - clean up schizophrenia of data/buffer/event
16912         - fix double event unref error
16913
16914 2004-07-08  Wim Taymans  <wim@fluendo.com>
16915
16916         * gst/playback/Makefile.am:
16917         Add headers to noinst
16918
16919 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16920
16921         * tools/gst-launch-ext-m.m:
16922         * tools/gst-launch-ext.1.in:
16923           convert to the third millenium
16924
16925 2004-07-07  David Schleef  <ds@schleef.org>
16926
16927         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16928
16929 2004-07-07  Wim Taymans  <wim@fluendo.com>
16930
16931         * gst/playback/Makefile.am:
16932         * gst/playback/README:
16933         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16934         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16935         (compare_ranks), (print_feature), (gst_decode_bin_init),
16936         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16937         (try_to_link_1), (new_pad), (close_link), (type_found),
16938         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16939         (plugin_init):
16940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16941         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16942         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16943         (gen_preroll_element), (no_more_pads), (new_stream),
16944         (setup_source), (gst_play_base_bin_set_property),
16945         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16946         (gst_play_base_bin_add_element),
16947         (gst_play_base_bin_remove_element),
16948         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16949         (gst_play_base_bin_unlink_stream),
16950         (gst_play_base_bin_get_streaminfo):
16951         * gst/playback/gstplaybasebin.h:
16952         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16953         (gst_play_bin_class_init), (gst_play_bin_init),
16954         (gst_play_bin_dispose), (gst_play_bin_set_property),
16955         (gst_play_bin_get_property), (gen_video_element),
16956         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16957         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16958         (gst_play_bin_get_formats), (gst_play_bin_convert),
16959         (gst_play_bin_get_query_types), (gst_play_bin_query),
16960         (plugin_init):
16961         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16962         (gst_stream_info_get_type), (gst_stream_info_class_init),
16963         (gst_stream_info_init), (gst_stream_info_new),
16964         (gst_stream_info_dispose), (gst_stream_info_set_property),
16965         (gst_stream_info_get_property):
16966         * gst/playback/gststreaminfo.h:
16967         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16968         (main):
16969         * gst/playback/test2.c: (main):
16970         * gst/playback/test3.c: (update_scale), (main):
16971         More playbin fixes. Added README. Do better element filtering.
16972         Added base class to preroll media. Added test apps.
16973
16974 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16975
16976         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16977         * ext/mpeg2dec/gstmpeg2dec.h:
16978           various debugging improvements.  Reset stream to next picture
16979           instead of sequence header, otherwise seeks cannot work.
16980
16981 2004-07-07  Wim Taymans  <wim@fluendo.com>
16982
16983         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16984         (gst_video_box_class_init), (gst_video_box_set_property),
16985         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16986         Use pad_alloc where possible.
16987
16988 2004-07-07  Wim Taymans  <wim@fluendo.com>
16989
16990         * sys/oss/gstosselement.c: (gst_osselement_reset),
16991         (gst_osselement_parse_caps):
16992         * sys/oss/gstosselement.h:
16993         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16994         Fix offset on osssrc.
16995
16996 2004-07-07  Wim Taymans  <wim@fluendo.com>
16997
16998         * ext/theora/theora.c: (plugin_init):
16999         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17000         (theora_dec_src_query), (theora_dec_chain):
17001         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17002         (theora_enc_sink_link), (theora_buffer_from_packet),
17003         (theora_push_packet), (theora_enc_chain):
17004         Fix theora granulepos calculation.
17005         Fix overflow in duration/position calculation.
17006         Bump rank to PRIMARY for theoradec.
17007         Use granulepos of last packet to calculate position.
17008         Set keyframe flag on buffers when needed.
17009
17010 2004-07-06  David Schleef  <ds@schleef.org>
17011
17012         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17013         serious?  (Fixed, obviously.)
17014
17015 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17016
17017         * po/LINGUAS:
17018         * po/cs.po:
17019           added Czech translation (Miloslav Trmac)
17020
17021 2004-07-05  Wim Taymans  <wim@fluendo.com>
17022
17023         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17024         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17025         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17026         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17027         (close_link), (type_found), (gst_decode_bin_set_property),
17028         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17029         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17030         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17031         (gst_decode_bin_query), (plugin_init):
17032         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17033         (gst_play_bin_class_init), (gst_play_bin_init),
17034         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17035         (get_video_element), (new_pad), (setup_source),
17036         (gst_play_bin_set_property), (gst_play_bin_get_property),
17037         (gst_play_bin_change_state), (gst_play_bin_add_element),
17038         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17039         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17040         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17041         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17042         * gst/playback/test.c: (main):
17043         More fixes, cleaned up playbin, make it use decodebin. Added
17044         threaded property to playbin.
17045
17046 2004-07-05  Wim Taymans  <wim@fluendo.com>
17047
17048         * configure.ac:
17049         * gst/playback/Makefile.am:
17050         * gst/playback/decodetest.c: (main):
17051         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17052         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17053         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17054         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17055         (close_link), (type_found), (gst_decode_bin_set_property),
17056         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17057         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17058         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17059         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17060         (plugin_init):
17061         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17062         (gst_play_bin_class_init), (gst_play_bin_init),
17063         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17064         (collect_sink_pads), (find_compatibles), (close_pad_link),
17065         (try_to_link_1), (new_pad), (close_link), (type_found),
17066         (setup_source), (gst_play_bin_set_property),
17067         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17068         (compare_ranks), (gst_play_bin_collect_factories),
17069         (gst_play_bin_change_state), (gst_play_bin_add_element),
17070         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17071         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17072         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17073         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17074         * gst/playback/test.c: (main):
17075         Added some playback helper elements and some test apps, very alpha
17076         still.
17077
17078 2004-07-04  Benjamin Otte  <otte@gnome.org>
17079
17080         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17081           only restart audio when we indeed have an xrun to fix repeated
17082           xruns. Fix suggested by Giuliano Pochini.
17083
17084 2004-07-03  David Schleef  <ds@schleef.org>
17085
17086         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17087         call to gst_debug_log() if debugging is disabled (bug #145118)
17088
17089 2004-07-03  Benjamin Otte  <otte@gnome.org>
17090
17091         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17092           use our own functions for restarting the alsa device.
17093         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17094           I should apply patches myself - use MIN for the third argument, not
17095           the second, this fixes seeking
17096
17097 2004-07-02  David Schleef  <ds@schleef.org>
17098
17099         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17100         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17101         do with the logic.
17102
17103 2004-07-02  David Schleef  <ds@schleef.org>
17104
17105         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17106         output buffers.  Fix logic mistake.  (bug #144866)
17107
17108 2004-07-02  David Schleef  <ds@schleef.org>
17109
17110         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17111         on X.  (bug #144753)
17112
17113 2004-07-02  David Schleef  <ds@schleef.org>
17114
17115         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17116         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17117         (bug #144624)
17118         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17119         (gst_osselement_rate_probe_check): Add another workaround for
17120         buggy drivers (bug #145336)
17121
17122 2004-07-02  David Schleef  <ds@schleef.org>
17123
17124         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17125         Most systems don't have MSG_NOSIGNAL.
17126
17127 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17128
17129         * Makefile.am:
17130         * gst-libs/gst/colorbalance/Makefile.am:
17131         * gst-libs/gst/mixer/Makefile.am:
17132         * gst-libs/gst/play/Makefile.am:
17133         * gst-libs/gst/tuner/Makefile.am:
17134           (hopefully) fix both install and dist and make error message useful.
17135           needs testing across automakes.
17136
17137 2004-07-02  Benjamin Otte  <otte@gnome.org>
17138
17139         * ext/ogg/gstogg.c: (plugin_init):
17140           we require bytestream now
17141         * ext/ogg/gstoggdemux.c:
17142           huge diff to implement chain setup in a fast and generic way. This
17143           improves tag reading and startup of huge files (read: Theora videos)
17144           quite a bit. It probably contains bugs, too, so please test.
17145           Seeking is not improved to the fast method.
17146
17147 2004-06-29  Wim Taymans  <wim@fluendo.com>
17148
17149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17150         * ext/ogg/gstoggmux.c:
17151         Fix memleak in oggdemux when running unconnected pads.
17152         doc update in mux, start working on keyframe mode.
17153
17154 2004-06-29  Benjamin Otte  <otte@gnome.org>
17155
17156         * sys/oss/gstosssink.c:
17157         * sys/oss/gstosssrc.c:
17158           advertise correct template caps - we indeed do non-native endianness
17159           and 8bit audio has no endianness
17160         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17162           avoid (wrong) duplications in getcaps function and return
17163           template caps
17164
17165 2004-06-29  Wim Taymans  <wim@fluendo.com>
17166
17167         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17168         (gst_multifdsink_class_init), (gst_multifdsink_add),
17169         (gst_multifdsink_remove), (gst_multifdsink_clear),
17170         (gst_multifdsink_client_remove),
17171         (gst_multifdsink_handle_client_read),
17172         (gst_multifdsink_client_queue_data),
17173         (gst_multifdsink_client_queue_caps),
17174         (gst_multifdsink_client_queue_buffer),
17175         (gst_multifdsink_handle_client_write),
17176         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17177         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17178         (gst_multifdsink_init_send), (gst_multifdsink_close):
17179         Fix wrong GList iteration that could crash the server when
17180         more then 2 clients disconnect at the same time. Read all the
17181         pending commands in one batch to recover from command storms under
17182         very heavy load.
17183
17184 2004-06-28  Wim Taymans  <wim@fluendo.com>
17185
17186         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17187         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17188         (gst_videomixer_pad_set_property),
17189         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17190         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17191         (gst_videomixer_class_init), (gst_videomixer_init),
17192         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17193         (pad_zorder_compare), (gst_videomixer_sort_pads),
17194         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17195         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17196         (gst_videomixer_update_queues), (gst_videomixer_loop),
17197         (plugin_init):
17198         Avoid divide by zero, choose masterpad as the pad with the highest
17199         framerate.
17200
17201 2004-06-27  Julien Moutte  <julien@moutte.net>
17202
17203         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17204         (gst_ximagesink_xwindow_new):
17205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17206         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17207         function directly. We might want to call it from somewhere else one day.
17208
17209 2004-06-27  Julien Moutte  <julien@moutte.net>
17210
17211         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17212         (gst_ximagesink_xwindow_new):
17213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17214         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17215         window decorations.
17216
17217 2004-06-27  Wim Taymans  <wim@fluendo.com>
17218
17219         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17220         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17221         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17222         (gst_dvdec_set_property), (gst_dvdec_get_property):
17223         * ext/dv/gstdvdec.h:
17224         Implement drop_factor property to lower the framerate with
17225         a factor.
17226
17227 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17228
17229         * gst-libs/gst/colorbalance/Makefile.am:
17230         * gst-libs/gst/mixer/Makefile.am:
17231         * gst-libs/gst/play/Makefile.am:
17232         * gst-libs/gst/tuner/Makefile.am:
17233           unbreak Company's fix that didn't install the -enum.h files
17234
17235 2004-06-27  Wim Taymans  <wim@fluendo.com>
17236
17237         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17238         (gst_dvdec_change_state):
17239         * ext/dv/gstdvdec.h:
17240         Fix timestamp, duration and offset of the buffers.
17241
17242 2004-06-27  Wim Taymans  <wim@fluendo.com>
17243
17244         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17245         (gst_multifdsink_class_init), (gst_multifdsink_add),
17246         (gst_multifdsink_remove), (gst_multifdsink_clear),
17247         (gst_multifdsink_client_remove),
17248         (gst_multifdsink_handle_client_read),
17249         (gst_multifdsink_client_queue_data),
17250         (gst_multifdsink_client_queue_caps),
17251         (gst_multifdsink_client_queue_buffer),
17252         (gst_multifdsink_handle_client_write),
17253         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17254         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17255         (gst_multifdsink_init_send), (gst_multifdsink_close):
17256         * gst/tcp/gstmultifdsink.h:
17257         * gst/tcp/gsttcpserversink.c:
17258         (gst_tcpserversink_handle_server_read),
17259         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17260         More multifdsink fixes, more recovery policy fixes.
17261         Removed stupid g_print
17262
17263 2004-06-26  Wim Taymans  <wim@fluendo.com>
17264
17265         * gst/tcp/Makefile.am:
17266         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17267         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17268         (gst_multifdsink_class_init), (gst_multifdsink_init),
17269         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17270         (gst_multifdsink_handle_client_read),
17271         (gst_multifdsink_client_queue_data),
17272         (gst_multifdsink_client_queue_caps),
17273         (gst_multifdsink_client_queue_buffer),
17274         (gst_multifdsink_handle_client_write),
17275         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17276         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17277         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17278         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17279         (gst_multifdsink_close), (gst_multifdsink_change_state):
17280         * gst/tcp/gstmultifdsink.h:
17281         * gst/tcp/gsttcpplugin.c: (plugin_init):
17282         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17283         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17284         (gst_tcpserversink_handle_server_read),
17285         (gst_tcpserversink_handle_select),
17286         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17287         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17288         * gst/tcp/gsttcpserversink.h:
17289         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17290         one of the locks, added recovery policy to multifdsink.
17291
17292 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17293
17294         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17295           fix decision for when getting frames with same timestamp
17296         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17297         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17298         (gst_v4lsrc_get_property):
17299         * sys/v4l/gstv4lsrc.h:
17300           add latency offset property
17301
17302 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17303
17304         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17305         (plugin_init):
17306           fix debugging. add category.
17307
17308 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17309
17310         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17311           fix wrong offsets
17312
17313 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17314
17315         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17316         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17317         (gst_alsa_src_change_state):
17318           return a time that is in sync with the element's processing
17319
17320 2004-06-25  Wim Taymans  <wim@fluendo.com>
17321
17322         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17323         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17324         (gst_tcpserversink_client_remove),
17325         (gst_tcpserversink_handle_client_read),
17326         (gst_tcpserversink_client_queue_data),
17327         (gst_tcpserversink_client_queue_caps),
17328         (gst_tcpserversink_client_queue_buffer),
17329         (gst_tcpserversink_handle_client_write),
17330         (gst_tcpserversink_queue_buffer),
17331         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17332         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17333         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17334         (gst_tcpserversink_close):
17335         * gst/tcp/gsttcpserversink.h:
17336         Serversink rewrite. Really do non blocking writes to clients and
17337         maintain an internal queue to handle slower clients while not
17338         disturbing fast clients.
17339
17340 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17341
17342         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17343           better debug, don't override OFFSET and OFFSET_END
17344
17345 2004-06-25  Iain <iain@prettypeople.org>
17346
17347         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17348         name=source for the wavparse pipeline.
17349
17350 2004-06-24  Johan Dahlin  <johan@gnome.org>
17351
17352         * ext/theora/theoraenc.c (theora_enc_chain): Call
17353         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17354         streamheader caps are set correctly.
17355
17356 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17357
17358         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17359         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17360           respect minimum bitrate; same could be done for max bitrate
17361
17362 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17363
17364         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17365         (gst_vorbisenc_setup):
17366           fix sample rate range
17367
17368 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17369
17370         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17371         (gst_oggvorbisenc_setup):
17372         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17373         (gst_vorbisenc_setup):
17374           resolve ambiguities in code and description
17375
17376 2004-06-24  Wim Taymans  <wim@fluendo.com>
17377
17378         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17379         * ext/alsa/gstalsa.h:
17380         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17381         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17382         Use alsa trigger_tstamp to get the timestamp of the first
17383         sample in the buffer for more precise sync. Some cleanups.
17384
17385 2004-06-24  Wim Taymans  <wim@fluendo.com>
17386
17387         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17388         (gst_audiorate_init), (gst_audiorate_chain),
17389         (gst_audiorate_set_property), (gst_audiorate_get_property):
17390         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17391         (gst_videorate_chain):
17392         Added some logging, fixed an overflow bug in videorate.
17393
17394 2004-06-24  Benjamin Otte  <otte@gnome.org>
17395
17396         * ext/kio/Makefile.am:
17397           fix for builddir != srcdir and distcheck
17398
17399 2004-06-24  Benjamin Otte  <otte@gnome.org>
17400
17401         * gst-libs/gst/colorbalance/Makefile.am:
17402         * gst-libs/gst/mixer/Makefile.am:
17403         * gst-libs/gst/play/Makefile.am:
17404         * gst-libs/gst/tuner/Makefile.am:
17405         * gst/tcp/Makefile.am:
17406         * sys/dxr3/Makefile.am:
17407           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17408           tarball.
17409           Also add all *.list files that were missing.
17410         * Makefile.am:
17411           add a distcheck hook to ensure the above doesn't happen again.
17412
17413 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17414
17415         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17416
17417 2004-06-23  Colin Walters  <walters@redhat.com>
17418
17419         * m4/Makefile.am: Distribute gst-fionread.m4.
17420
17421 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17422
17423         * configure.ac: back to dev
17424
17425 2004-06-23  Wim Taymans  <wim@fluendo.com>
17426
17427         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17428         (gst_alsa_xrun_recovery):
17429         * ext/alsa/gstalsa.h:
17430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17431         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17432         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17433         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17434         (gst_alsa_src_loop):
17435         Add clock to alsasrc. Take new capture timestamp when
17436         restarting after an overrun. Split up some functions between
17437         alsasrc and alsasink.
17438
17439 === release 0.8.2 ===
17440
17441 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17442
17443         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17444         (gst_alsa_change_state), (gst_alsa_update_avail),
17445         (gst_alsa_xrun_recovery):
17446         * ext/alsa/gstalsa.h:
17447         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17448           merge back changes from release
17449
17450 2004-06-23  Wim Taymans  <wim@fluendo.com>
17451
17452         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17453         (gst_audiorate_init), (gst_audiorate_chain),
17454         (gst_audiorate_set_property), (gst_audiorate_get_property):
17455         Implement sample dropping and notify
17456
17457 2004-06-22  Wim Taymans  <wim@fluendo.com>
17458
17459         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17460         (theora_enc_sink_link), (theora_buffer_from_packet),
17461         (theora_push_packet), (theora_enc_chain):
17462         Some cleanups, make sure the timestamps are correct.
17463
17464 2004-06-22  Wim Taymans  <wim@fluendo.com>
17465
17466         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17467         (gst_alsa_change_state), (gst_alsa_update_avail),
17468         (gst_alsa_xrun_recovery):
17469         * ext/alsa/gstalsa.h:
17470         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17471         Cleanups, take queued samples into account when reporting
17472         the time.
17473
17474 2004-06-22  Wim Taymans  <wim@fluendo.com>
17475
17476         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17477         (gst_videorate_init):
17478         Initialize the property as well.
17479
17480 2004-06-22  Wim Taymans  <wim@fluendo.com>
17481
17482         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17483         (gst_videorate_init), (gst_videorate_chain),
17484         (gst_videorate_set_property), (gst_videorate_get_property):
17485         Add property to make videorate silent.
17486         Add property to prefer new frames over old ones.
17487
17488 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17489
17490         * sys/osxvideo/Makefile.am:
17491         Workaround so that the osxvideo .so file gets linked with the
17492         Cocoa, OpenGL and QuickTime frameworks
17493
17494 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17495
17496         * sys/osxaudio/Makefile.am:
17497         Workaround so that the osxaudio .so file gets linked with the
17498         CoreAudio framework
17499
17500 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17501
17502         * configure.ac:
17503         Whoops, my fault...fixed build issues
17504
17505 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17506
17507         * configure.ac:
17508         Add objective-c support if running in Darwin/Mac OS X
17509         * sys/Makefile.am:
17510         * sys/osxvideo:
17511         * sys/osxvideo/Makefile.am:
17512         * sys/osxvideo/osxvideosink.h:
17513         * sys/osxvideo/osxvideosink.m:
17514         * sys/osxvideo/cocoawindow.h:
17515         * sys/osxvideo/cocoawindow.m:
17516         Add osxvideosink, a cocoa-based osx video sink
17517
17518
17519 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17520         * ext/dvdnav/gst-dvd:
17521         Grab the gconf key from the right spot
17522         * gst/debug/gstnavseek.c: (gst_navseek_init),
17523         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17524         (gst_navseek_chain):
17525         * gst/debug/gstnavseek.h:
17526           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17527           and loop parameters of a segment seek.
17528         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17529         (gst_videotestsrc_get_event_masks),
17530         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17531         * gst/videotestsrc/gstvideotestsrc.h:
17532           Add seeking support to videotestsrc
17533           Initialise the timestamp_offset variable.
17534
17535 2004-06-18  Wim Taymans  <wim@fluendo.com>
17536
17537         * ext/sidplay/gstsiddec.cc:
17538         Fix negotiation and set correct end offset.
17539
17540 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17541
17542         * configure.ac: branch and prerelease
17543
17544 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17545
17546         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17547         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17548         (gst_tcpclientsrc_init_receive):
17549         * gst/tcp/gsttcpclientsrc.h:
17550           read caps when connecting to server for GDP so we set them correctly
17551
17552 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17553
17554         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17555           notify drops and duplicates
17556         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17557           no good reason to limit ourselves to 100x100
17558
17559 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17560
17561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17562         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17563         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17564         (gst_v4lsrc_get_property):
17565         * sys/v4l/gstv4lsrc.h:
17566         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17567         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17568         (gst_v4l_set_audio):
17569         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17570         (gst_v4lsrc_try_capture):
17571         * sys/v4l/v4lsrc_calls.h:
17572           change try_palette to more general try_capture
17573           add autoprobe option so we can turn off autoprobing
17574           various fixes
17575
17576 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17577
17578         * configure.ac:
17579           add videorate
17580         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17581         (gst_ximagesink_class_init):
17582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17583         (gst_xvimagesink_class_init):
17584           run them as finalize, not dispose, since dispose can be invoked
17585           multiple times
17586
17587 2004-06-17  Wim Taymans  <wim@fluendo.com>
17588
17589         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17590         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17591         * ext/alsa/gstalsa.h:
17592         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17593         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17594         (gst_alsa_src_change_state):
17595         * ext/alsa/gstalsasrc.h:
17596         Make the xrun code timestamp and offset the buffers correctly.
17597         moved the clock to the base class, use alsa methods to get time.
17598         Do correct timestamping on outgoing buffers.
17599
17600 2004-06-17  Wim Taymans  <wim@fluendo.com>
17601
17602         * gst/audiorate/Makefile.am:
17603         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17604         (gst_audiorate_base_init), (gst_audiorate_class_init),
17605         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17606         (gst_audiorate_set_property), (gst_audiorate_get_property),
17607         (gst_audiorate_change_state), (plugin_init):
17608         Added an audiorate converter that fills in gaps.
17609
17610 2004-06-17  Johan Dahlin  <johan@gnome.org>
17611
17612         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17613
17614 2004-06-16  Wim Taymans  <wim@fluendo.com>
17615
17616         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17618         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17619         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17620         (gst_v4lsrc_get_property):
17621         * sys/v4l/gstv4lsrc.h:
17622         Added a copy mode to v4lsrc where it will output a copied version
17623         of its internal hardware buffer.
17624         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17625         can't | them.
17626
17627 2004-06-16  Wim Taymans  <wim@fluendo.com>
17628
17629         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17630         Timestamp fixes.
17631
17632 2004-06-16  Wim Taymans  <wim@fluendo.com>
17633
17634         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17635         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17636         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17637         (gst_v4lsrc_get_property):
17638         * sys/v4l/gstv4lsrc.h:
17639         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17640         Added a sync mode enum property to control v4lsrc timestamp method
17641         Removed the use-fixed-fps property and moved functionality in
17642         the enum.
17643         Don't error on an error value from v4l-conf, it might not always
17644         be a real error.
17645
17646 2004-06-16  Wim Taymans  <wim@fluendo.com>
17647
17648         * gst/videorate/Makefile.am:
17649         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17650         (gst_videorate_base_init), (gst_videorate_class_init),
17651         (gst_videorate_getcaps), (gst_videorate_link),
17652         (gst_videorate_init), (gst_videorate_chain),
17653         (gst_videorate_set_property), (gst_videorate_get_property),
17654         (gst_videorate_change_state), (plugin_init):
17655         Added a video timestamp corrector.
17656
17657 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17658
17659         fixed a potential leak with previous commit
17660
17661         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17662
17663 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17664
17665         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17666         Added missing refcount, fixes bug #144425
17667         Cheers Tim for finding the bug
17668
17669 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17670
17671         * sys/v4l/gstv4l.c: (plugin_init):
17672         * sys/v4l/gstv4lcolorbalance.c:
17673         * sys/v4l/gstv4lcolorbalance.h:
17674         * sys/v4l/gstv4lelement.c:
17675         * sys/v4l/gstv4lelement.h:
17676         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17677         * sys/v4l/gstv4lmjpegsink.h:
17678         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17679         * sys/v4l/gstv4lmjpegsrc.h:
17680         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17681         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17682         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17683         * sys/v4l/gstv4lsrc.h:
17684         * sys/v4l/gstv4ltuner.c:
17685         * sys/v4l/gstv4ltuner.h:
17686         * sys/v4l/gstv4lxoverlay.c:
17687         * sys/v4l/gstv4lxoverlay.h:
17688         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17689         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17690         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17691         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17692         (gst_v4l_set_audio):
17693         * sys/v4l/v4l_calls.h:
17694         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17695         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17696         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17697         (gst_v4lmjpegsink_playback_init),
17698         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17699         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17700         (gst_v4lmjpegsink_playback_stop),
17701         (gst_v4lmjpegsink_playback_deinit):
17702         * sys/v4l/v4lmjpegsink_calls.h:
17703         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17704         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17705         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17706         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17707         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17708         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17709         * sys/v4l/v4lmjpegsrc_calls.h:
17710         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17711         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17712         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17713         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17714         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17715         (gst_v4lsrc_try_palette):
17716         * sys/v4l/v4lsrc_calls.h:
17717           bunch of paranoia cleanups
17718
17719 2004-06-14  David Schleef  <ds@schleef.org>
17720
17721         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17722         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17723         Send discont events and change timestamps appropriately when
17724         we get a seek event.  (bug #144240)
17725         * ext/cdparanoia/gstcdparanoia.h:
17726
17727 2004-06-14  Benjamin Otte  <otte@gnome.org>
17728
17729         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17730           snd_pcm_hw_params_set_rate  since the latter fails for no good
17731           reason on some setups.
17732
17733 2004-06-14  David Schleef  <ds@schleef.org>
17734
17735         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17736         standard.  Thank you for playing.
17737
17738 2004-06-14  Wim Taymans  <wim@fluendo.com>
17739
17740         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17741         Patch 1.3 broke the ordering of the colorspace info and
17742         made the plugin basically work by coincidence, reordered
17743         the info.
17744
17745 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17746
17747         * ext/lame/gstlame.c:
17748         * ext/mad/gstmad.c:
17749           sync caps.  Make sure mad can only output a list of rates, not
17750           a full range.  In the future, have three caps lists for each of the
17751           mpeg versions.  Change mpegversion to a double as well.
17752
17753 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17754
17755         * gst/volume/.cvsignore:
17756         * gst/volume/Makefile.am:
17757         * gst/volume/demo.c: (value_changed_callback), (idler),
17758         (setup_gui), (main):
17759           added small demo app
17760
17761 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17762         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17763         * ext/esd/esdsink.h:
17764         Close the esd connection on pause, because esd will just wait -
17765         blocking all other esd clients indefinitely.
17766
17767 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17768
17769         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17770           previous commit with GST_DEBUG
17771
17772 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17773
17774         * configure.ac:
17775           add a header check for a dvdread header in dvdnav.  Fixes #133002
17776
17777 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17778
17779         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17780         * gst/tcp/gsttcpclientsink.h:
17781         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17782         * gst/tcp/gsttcpclientsrc.h:
17783         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17784         (gst_tcpserversink_handle_server_read),
17785         (gst_tcpserversink_init_send):
17786         * gst/tcp/gsttcpserversink.h:
17787         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17788         * gst/tcp/gsttcpserversrc.h:
17789         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17790         version of IP)
17791
17792 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17793
17794         * configure.ac:
17795         Added ogg library so that OSX detects libtheora properly
17796
17797 2004-06-11  Wim Taymans  <wim@fluendo.com>
17798
17799         * ext/theora/theoradec.c: (theora_dec_chain),
17800         (theora_dec_change_state):
17801         Don't try to decode frames before we received a keyframe.
17802
17803 2004-06-11  Wim Taymans  <wim@fluendo.com>
17804
17805         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17806         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17807         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17808         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17809         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17810         Added property to set the maximum delay of a page.
17811
17812 2004-06-10  Wim Taymans  <wim@fluendo.com>
17813
17814         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17815         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17816         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17817         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17818         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17819         Added max-delay property to control the maximum amount
17820         of data to put in one page.
17821
17822 2004-06-10  Wim Taymans  <wim@fluendo.com>
17823
17824         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17825         (gst_theora_enc_init), (theora_enc_sink_link),
17826         (theora_buffer_from_packet), (theora_enc_set_property),
17827         (theora_enc_get_property):
17828         Set duration on encoded buffer, added some more properties
17829
17830 2004-06-10  Wim Taymans  <wim@fluendo.com>
17831
17832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17833         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17834         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17835         * ext/theora/theoraenc.c: (theora_enc_chain):
17836         Fix refcounting bugs
17837
17838 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17839
17840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17841         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17842         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17843         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17844         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17845         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17846         (gst_asf_demux_change_state):
17847         * gst/asfdemux/gstasfdemux.h:
17848           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17849           feels like. I think we should set a new requirement for demuxers
17850           from now on to implement sane loop functions, data loops, query
17851           and seek functions before first commit into CVS. And this commit
17852           fixes all of the above.
17853
17854 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17855
17856         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17857           vorbis comments are properly encoded in UTF-8 before adding them
17858           to a GstTagList
17859
17860 2004-06-09  Benjamin Otte  <otte@gnome.org>
17861
17862         * ext/alsa/gstalsa.c: (add_channels):
17863           handle min <= max correctly
17864         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17865         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17866           add fixation functions so we fixate correctly. No preferring of alaw
17867           anymore because it's the first structure.
17868         * ext/alsa/gstalsa.h:
17869         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17870         (gst_alsa_hw_params_dump):
17871           add functions to ease debugging in alsalib
17872         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17873         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17874         (gst_alsa_start_audio):
17875           only specify hw params if we really setup a format (fixes #134007 -
17876           or at least works around it)
17877
17878 2004-06-09  Wim Taymans  <wim@fluendo.com>
17879
17880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17881         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17882         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17883         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17884         (gst_ogg_mux_loop):
17885         Use stream caps to setup the initial pages in the ogg stream.
17886         Correctly set the streamheader caps on the srcpad.
17887
17888 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17889
17890         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17891         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17892         (gst_v4lsrc_getcaps):
17893         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17894         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17895           add querying of fps lists for webcams.  Negotiating to a framerate
17896           now works.
17897
17898 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17899
17900         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17901         (theora_push_buffer), (theora_push_packet),
17902         (theora_set_header_on_caps), (theora_enc_chain):
17903           mark buffers and put on streamheader, raw theora streaming
17904           now works too, whee
17905
17906 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17907
17908         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17909         (gst_tcp_gdp_read_caps):
17910           do a looping read for caps and GDP headers too
17911
17912 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17913
17914         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17915         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17916           return EOS instead of NULL in _get
17917
17918 2004-06-08  Wim Taymans  <wim@fluendo.com>
17919
17920         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17921         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17922         (gst_tcp_gdp_write_caps):
17923         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17924         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17925         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17926         Memory leak fixes
17927
17928 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17929
17930         * ext/vorbis/Makefile.am:
17931         * ext/vorbis/vorbis.c: (plugin_init):
17932         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17933         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17934         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17935         (vorbis_parse_change_state):
17936         * ext/vorbis/vorbisparse.h:
17937           adding a vorbisparse element that marks the buffers, streaming
17938           raw vorbis using GDP now works, whee
17939
17940 2004-06-08  Wim Taymans  <wim@fluendo.com>
17941
17942         * ext/jpeg/Makefile.am:
17943         * ext/jpeg/README:
17944         * ext/jpeg/gstjpeg.c: (plugin_init):
17945         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17946         (gst_smokedec_base_init), (gst_smokedec_class_init),
17947         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17948         * ext/jpeg/gstsmokedec.h:
17949         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17950         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17951         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17952         (gst_smokeenc_resync), (gst_smokeenc_chain),
17953         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17954         * ext/jpeg/gstsmokeenc.h:
17955         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17956         (smokecodec_flush_destination), (smokecodec_term_destination),
17957         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17958         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17959         (smokecodec_term_source), (smokecodec_encode_new),
17960         (smokecodec_decode_new), (smokecodec_info_free),
17961         (smokecodec_set_quality), (smokecodec_get_quality),
17962         (smokecodec_set_threshold), (smokecodec_get_threshold),
17963         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17964         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17965         (smokecodec_parse_header), (smokecodec_decode):
17966         * ext/jpeg/smokecodec.h:
17967         Added a new simple jpeg based codec
17968
17969 2004-06-08  Wim Taymans  <wim@fluendo.com>
17970
17971         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17972         (gst_multipart_mux_loop):
17973         Fix memory leak
17974
17975 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17976
17977         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17978         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17979         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17980         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17981         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17982         * gst/tcp/gsttcpserversink.h:
17983           take streamheader into account
17984
17985 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17986
17987         * gst/level/Makefile.am:
17988         * gst/level/gstlevel.c: (gst_level_class_init):
17989           clean up marshal generation
17990
17991 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17992
17993         * gst/tcp/Makefile.am:
17994         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17995         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17996         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17997         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17998         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17999         (gst_tcpclientsrc_get_property):
18000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18001         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18002         (gst_tcpserversink_handle_client_read),
18003         (gst_tcpserversink_handle_client_write),
18004         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18005         * gst/tcp/gsttcpserversink.h:
18006           add signals client-added and client-removed
18007         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18008         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18009         (gst_tcpserversrc_get_property):
18010         uniformized, change default protocol to NONE
18011         * gst/tcp/gsttcp-marshal.list: added
18012 2004-06-07  Benjamin Otte  <otte@gnome.org>
18013
18014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18015           handle discont events if they happen before caps nego
18016
18017 2004-06-07  Wim Taymans  <wim@fluendo.com>
18018
18019         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18020         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18021         (gst_multipart_demux_plugin_init):
18022         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18023         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18024         (gst_multipart_mux_change_state):
18025         Small updates, fix a memleak
18026
18027 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18028
18029         * configure.ac: OSS portability
18030         * ext/arts/gst_arts.c: idem
18031         * sys/oss/gstosselement.c: idem
18032         * sys/oss/gstossmixer.c: idem
18033         * sys/oss/gstosssink.c: idem
18034         * sys/oss/gstosssrc.c: idem
18035         * sys/oss/oss_probe.c: idem
18036           - check for soundcard.h in different places for some BSD
18037
18038 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18039
18040         * AUTHORS:
18041         Add me to the authors file
18042         * configure.ac:
18043         Increase the libdv requirement to >= version 0.100
18044         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18045         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18046         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18047         * ext/dv/gstdvdec.h:
18048         Add support for the new_media flag when sending DISCONT events
18049         Make the querying work when video pad is not linked
18050
18051 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18052
18053         reviewed by Benjamin Otte  <otte@gnome.org>
18054
18055         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18056           create a NULL-initialized array of pads, so we don't think they
18057           exist already. (fixes #143130)
18058
18059 2004-06-07  Benjamin Otte  <otte@gnome.org>
18060
18061         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18062         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18063         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18064           don't use // coments
18065
18066 2004-06-07  Benjamin Otte  <otte@gnome.org>
18067
18068         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18069           cast to GstClockTime to get higher granularity
18070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18071           use gst_element_set_time_delay to get the exact time
18072         * ext/mad/gstmad.c: (gst_mad_chain):
18073           use the negotiated rate instead of the current frame's rate which
18074           might be wrong because of bit errors. This avoids emitting totally
18075           bogus timestamps and screwing sync.
18076         (fixes #143454)
18077
18078 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18079
18080         reviewed by Benjamin Otte  <otte@gnome.org>
18081
18082         * gst/adder/gstadder.c: (gst_adder_loop):
18083           properly error out when no negotiation has happened yet. (fixes
18084           #143032)
18085
18086 2004-06-06  Benjamin Otte  <otte@gnome.org>
18087
18088         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18089           forward correctly transformed offset in discont events. Based on
18090           patch by Arwed v. Merkatz. (fixes #142851)
18091
18092 2004-06-06  David Schleef  <ds@schleef.org>
18093
18094         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18095         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18096         problems on several systems.
18097
18098 2004-06-06  Benjamin Otte  <otte@gnome.org>
18099
18100         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18101           use explicit caps on the srcpad
18102         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18103           properly error out if caps couldn't be set (fixes #142764)
18104
18105 2004-06-06  Benjamin Otte  <otte@gnome.org>
18106
18107         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18108         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18109         (gst_alsa_start_audio):
18110           - don't call set_periods_integer anymore, it breaks the
18111           configuration randomly
18112           - call snd_pcm_hw_params_set_access directly instead of using masks
18113           - don't fail if the sw_params can't be set, just use the default
18114           params and hope it works. Alsalib has weird issues when you touch
18115           sw_params and does no proper error reporting about what failed.
18116         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18117         (gst_alsa_close_audio):
18118           make our alsa debugging go via gst debugging and not conditionally
18119           defined
18120         * ext/alsa/gstalsa.h:
18121           add ALSA_DEBUG_FLUSH macro
18122         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18123         (plugin_init):
18124           wrap alsa errors to be printed via the gst debugging system and not
18125           spammed to stderr
18126
18127 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18128
18129         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18130         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18131         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18132         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18133         (qtdemux_parse_trak):
18134         * gst/qtdemux/qtdemux.h:
18135           Bitch. Also known as seeking, querying & co.
18136         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18137         (gst_osssink_change_state):
18138         * sys/oss/gstosssink.h:
18139           Resyncing is for weenies, this hack is no longer needed and was
18140           broken anyway (since it - unintendedly - always leaves resync to
18141           TRUE).
18142
18143 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18144
18145         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18146         * gst/tcp/gsttcpclientsrc.h: idem
18147           - define MSG_NOSIGNAL if not done
18148           - include unistd.h for off_t
18149           (fixes #143749)
18150
18151 2004-06-05  Benjamin Otte  <otte@gnome.org>
18152
18153         * configure.ac:
18154         * ext/kio/Makefile.am:
18155           check for qt's moc preprocessor explicitly and use it
18156
18157 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18158
18159         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18160           don't get a signal for EPIPE on socket writes
18161           (somebody check if this works on other platforms)
18162
18163 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18164
18165         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18166         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18167           check error condition on available samples correctly
18168
18169 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18170
18171         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18172           avoid a segfault
18173         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18174         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18175         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18176         (gst_tcpserversrc_gdp_read_header):
18177          use ssize_t over size_t since the former is signed and thus the
18178          check for error codes can work
18179
18180 2004-06-02  Wim Taymans  <wim@fluendo.com>
18181
18182         reviewed by: Johan
18183
18184         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18185         (gst_multipart_mux_loop):
18186         Oops
18187
18188 2004-06-02  Wim Taymans  <wim@fluendo.com>
18189
18190         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18191         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18192         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18193         (gst_multipart_mux_change_state):
18194         Added configurable boundary specifier, added the value as a
18195         caps field as well.
18196
18197 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18198
18199         * gst/tcp/gsttcp.c:
18200         * gst/tcp/gsttcpclientsrc.c:
18201         * gst/tcp/gsttcpclientsrc.h:
18202         * gst/tcp/gsttcpserversrc.c:
18203           - portability fix, to compile on OSX
18204             (fixes #143146)
18205
18206         * sys/osxaudio/gstosxaudioelement.c:
18207         * sys/osxaudio/gstosxaudiosink.c:
18208         * sys/osxaudio/gstosxaudiosrc.c:
18209           - compilation warnings on OSX
18210             (fixes #143153)
18211
18212 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18213
18214         * ext/vorbis/vorbisdec.c : sign warning fixes
18215
18216         * gst-libs/gst/mixer/mixertrack.c :
18217           do no use defines which are glib 2.4 specific
18218
18219 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18220
18221         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18222           buffer since libflac doesn't expect it (reports a sync error when
18223           it encounters that)
18224
18225
18226 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18227
18228         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18229         * gst-libs/gst/mixer/mixertrack.c:
18230         (gst_mixer_track_get_property), (get_mixer_track_init),
18231         (get_mixer_track_get_property): Added property accessors
18232         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18233         * gst-libs/gst/mixer/mixeroptions.c:
18234         (gst_mixer_options_get_values): Added
18235         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18236         * gst-libs/gst/mixer/mixer.c: Fixed comment
18237
18238
18239 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18240
18241         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18242           improve error messages on open
18243
18244
18245 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18246
18247         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18248           check if v4l-conf is in path
18249
18250 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18251
18252         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18253           change assert to a more readable error message
18254
18255 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18256
18257         * gst-libs/gst/tuner/tunerchannel.h:
18258           - add a freq_multiplicator field to make the conversion
18259             between internal frequency unit and Hz
18260         * sys/v4l/gstv4lelement.c:
18261         * sys/v4l2/gstv4l2element.c:
18262           - change default video device to /dev/video0
18263         * sys/v4l/v4l_calls.c:
18264         * sys/v4l2/v4l2_calls.c:
18265           - we only expose frequency to the user in Hz instead of
18266             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18267
18268 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18269         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18270           Initialise b_o_s and e_o_s variables
18271         * gst-libs/gst/riff/riff-media.c:
18272         (gst_riff_create_video_caps_with_data):
18273           Add some unusual fourcc's from mplayer avi's
18274         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18275           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18276           autoplugging.
18277
18278 2004-05-28  Wim Taymans  <wim@fluendo.com>
18279
18280         * configure.ac:
18281         * gst/alpha/Makefile.am:
18282         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18283         (gst_alpha_get_type), (gst_alpha_base_init),
18284         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18285         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18286         (gst_alpha_chroma_key), (gst_alpha_chain),
18287         (gst_alpha_change_state), (plugin_init):
18288         A plugin to add an alpha channel to I420 video. Can optionally do
18289         chroma keying.
18290         * gst/multipart/Makefile.am:
18291         * gst/multipart/multipart.c: (plugin_init):
18292         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18293         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18294         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18295         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18296         (gst_multipart_demux_change_state),
18297         (gst_multipart_demux_plugin_init):
18298         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18299         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18300         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18301         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18302         (gst_multipart_mux_pad_unlink),
18303         (gst_multipart_mux_request_new_pad),
18304         (gst_multipart_mux_handle_src_event),
18305         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18306         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18307         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18308         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18309         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18310         send multipart jpeg images to a browser.
18311         * gst/videobox/Makefile.am:
18312         * gst/videobox/README:
18313         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18314         (gst_video_box_get_type), (gst_video_box_base_init),
18315         (gst_video_box_class_init), (gst_video_box_init),
18316         (gst_video_box_set_property), (gst_video_box_get_property),
18317         (gst_video_box_sink_link), (gst_video_box_i420),
18318         (gst_video_box_ayuv), (gst_video_box_chain),
18319         (gst_video_box_change_state), (plugin_init):
18320         Crops or adds borders around an image. can do alpha channel
18321         borders as well.
18322         * gst/videomixer/Makefile.am:
18323         * gst/videomixer/README:
18324         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18325         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18326         (gst_videomixer_pad_get_sink_event_masks),
18327         (gst_videomixer_pad_get_property),
18328         (gst_videomixer_pad_set_property),
18329         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18330         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18331         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18332         (gst_videomixer_base_init), (gst_videomixer_class_init),
18333         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18334         (gst_videomixer_handle_src_event),
18335         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18336         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18337         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18338         (gst_videomixer_loop), (gst_videomixer_get_property),
18339         (gst_videomixer_set_property), (gst_videomixer_change_state),
18340         (plugin_init):
18341         Generic video mixer plugin, can handle multiple inputs all with
18342         different framerates and video sizes. Is fully alpha channel
18343         aware.
18344
18345 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18346
18347         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18348           Select first track as master track. Not sure how else to handle
18349           that...
18350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18351           Discard discont events. Should fix #142962.
18352
18353 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18354
18355         * ext/alsa/Makefile.am:
18356         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18357         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18358         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18359         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18360         (gst_alsa_mixer_get_option):
18361         * ext/alsa/gstalsamixer.h:
18362         * ext/alsa/gstalsamixeroptions.c:
18363         (gst_alsa_mixer_options_get_type),
18364         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18365         (gst_alsa_mixer_options_new):
18366         * ext/alsa/gstalsamixeroptions.h:
18367         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18368         * ext/alsa/gstalsamixertrack.h:
18369           Add enumerations (as GstMixerOptions). Make correct distinction
18370           between input/output tracks. Add capture/playback private flag.
18371           Use flag to decide on whether to set capture or playback volumes
18372           or switches. Use playback and record switches.
18373         * gst-libs/gst/mixer/Makefile.am:
18374         * gst-libs/gst/mixer/mixer-marshal.list:
18375         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18376         (gst_mixer_set_option), (gst_mixer_get_option),
18377         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18378         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18379         * gst-libs/gst/mixer/mixer.h:
18380         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18381         (gst_mixer_options_class_init), (gst_mixer_options_init),
18382         (gst_mixer_options_dispose):
18383         * gst-libs/gst/mixer/mixeroptions.h:
18384           Add GstMixerOptions.
18385         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18386           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18387           broken device detection on computers with multiple OSS sound
18388           cards.
18389
18390 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18391
18392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18393           fixate nicely even when the peer is not negotiating
18394
18395 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18396
18397         * gst/audioconvert/gstaudioconvert.c:
18398         (gst_audio_convert_parse_caps):
18399           make sure we don't allow depth > width
18400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18401           fixate endianness to G_BYTE_ORDER as default
18402         * gst/audioscale/gstaudioscale.c:
18403           we don't handle another endianness as host-endianness
18404
18405 2004-05-25  David Schleef  <ds@schleef.org>
18406
18407         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18408
18409 2004-05-24  Benjamin Otte  <otte@gnome.org>
18410
18411         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18412         (gst_oggvorbisenc_setup):
18413           properly fail when we can't setup the vorbis encoder due to
18414           unsupported settings
18415         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18416         (gst_vorbisenc_setup):
18417           same
18418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18419           fix case where warnings occured when one pad was unlinked while the
18420           other's link function was called
18421
18422 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18423
18424         * gst/tcp/Makefile.am:
18425           use GST_ENABLE_NEW
18426
18427 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18428
18429         * gst-libs/gst/resample/private.h:
18430           don't use optimizations that are #if 0'ed
18431
18432 2004-05-24  Wim Taymans  <wim@fluendo.com>
18433
18434         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18435         Fix potential division by zero error and hopefully get
18436         the position query right to get correct timestamps on avi
18437         audio.
18438
18439 2004-05-24  Wim Taymans  <wim@fluendo.com>
18440
18441         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18442         (gst_videoscale_scale_nearest_str2),
18443         (gst_videoscale_scale_nearest_str4),
18444         (gst_videoscale_scale_nearest_32bit),
18445         (gst_videoscale_scale_nearest_24bit),
18446         (gst_videoscale_scale_nearest_16bit):
18447         Fix the scaling algorithm and avoid a buffer overflow.
18448         removed the while loop in the scaling function as it
18449         was used for point sampling only.
18450
18451 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18452
18453         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18454         (gst_id3_tag_class_init), (gst_id3_tag_init),
18455         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18456         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18457         (gst_id3_tag_send_tag_event):
18458           lots of fixes to make id3mux work and id3demux work correctly
18459
18460 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18461
18462         * ext/Makefile.am:
18463           add rules to build shout2send (was removed by accident
18464           when this module was no more marked experimental/broken)
18465
18466 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18467
18468         * ext/shout2/gstshout2.c:
18469         * ext/shout2/gstshout2.h:
18470           adding a "connection problem" signal to shout2send
18471           (fixes #142954)
18472
18473 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18474
18475         * ext/kio/kioreceiver.cpp:
18476         * ext/kio/kioreceiver.h:
18477           fix sign comparison issues
18478
18479 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18480
18481         * gst/cdxaparse/gstcdxaparse.c:
18482         * gst/cdxaparse/gstcdxaparse.h:
18483           some renaming
18484           add some checks/sanity
18485           prepare for seek addition
18486
18487         * sys/sunaudio/gstsunaudio.c:
18488           remove exported dupe init function
18489
18490 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18491
18492         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18493         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18494           Fix format conversion and position querying.
18495         * gst/debug/progressreport.c: (gst_progressreport_report):
18496           Don't output a bogus total value that we didn't query.
18497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18498           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18499           only a blank window after xine has been used.
18500
18501 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18502
18503         * m4/as-arts.m4:
18504           sync with upstream version to fix test on FC2
18505           readd with -ko to preserve Id header
18506
18507 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18508
18509         * configure.ac:
18510           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18511         * gst/tcp/gsttcpclientsrc.c: idem
18512         * gst/tcp/gsttcpserversink.c: idem
18513         * gst/tcp/gsttcpserversrc.c: idem
18514         * m4/gst-fionread.m4: idem
18515
18516         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18517
18518         * configure.ac: enable speex plugin for speex 1.1.5+
18519         * ext/speex/gstspeexenc.c: fix cast warning
18520
18521         * ext/esd/README: fix typo
18522
18523 2004-05-20  David Schleef  <ds@schleef.org>
18524
18525         * configure.ac: Minor cosmetic change to convince the buildbot to
18526         reautogen.
18527         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18528         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18529         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18530         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18531         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18532         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18533         More hacking.  Plays audio now.
18534
18535 2004-05-20  David Schleef  <ds@schleef.org>
18536
18537         * configure.ac:
18538         * sys/Makefile.am:
18539
18540 2004-05-20  David Schleef  <ds@schleef.org>
18541
18542         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18543         * sys/osxaudio/gstosxaudio.c:
18544         * sys/osxaudio/gstosxaudioelement.c:
18545         * sys/osxaudio/gstosxaudioelement.h:
18546         * sys/osxaudio/gstosxaudiosink.c:
18547         * sys/osxaudio/gstosxaudiosink.h:
18548         * sys/osxaudio/gstosxaudiosrc.c:
18549         * sys/osxaudio/gstosxaudiosrc.h:
18550
18551 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18554         (gst_vorbisenc_chain):
18555           put the codec headers on the caps as streamheader as well as
18556           pushing them out
18557
18558 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18559
18560         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18561         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18562         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18563         split up push_packet into two functions
18564
18565 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18566
18567         * gst/tcp/.cvsignore:
18568           ignore enums
18569         * gst/tcp/Makefile.am:
18570         * gst/tcp/README:
18571         * gst/tcp/gsttcp.c:
18572         * gst/tcp/gsttcp.h:
18573         * gst/tcp/gsttcpclientsink.c:
18574         * gst/tcp/gsttcpclientsink.h:
18575         * gst/tcp/gsttcpclientsrc.c:
18576         * gst/tcp/gsttcpclientsrc.h:
18577         * gst/tcp/gsttcpplugin.c:
18578         * gst/tcp/gsttcpserversink.c:
18579         * gst/tcp/gsttcpserversink.h:
18580         * gst/tcp/gsttcpserversrc.c:
18581         * gst/tcp/gsttcpserversrc.h:
18582           add new tcp elements
18583
18584 2004-05-19  Wim Taymans  <wim@fluendo.com>
18585
18586         * gst/law/mulaw-conversion.c: (mulaw_encode):
18587         Fix overflow bug in ulaw encoding.
18588
18589 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18590
18591         * ext/mad/gstmad.c: (gst_mad_handle_event):
18592           don't unref the event twice
18593
18594 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18595
18596         * configure.ac:
18597           remove -Wno-sign-compare
18598
18599 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18600
18601         * configure.ac:
18602           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18603           if you want to work against glib 2.2 and 2.4
18604
18605 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18606
18607         * gst/tcp/Makefile.am:
18608         * gst/tcp/gsttcp.c:
18609         * gst/tcp/gsttcp.h:
18610         * gst/tcp/gsttcpsink.h:
18611         * gst/tcp/gsttcpsrc.h:
18612           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18613
18614 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18615
18616         * gst/debug/tests.c: (md5_get_value):
18617           fix segfault on gst-inspect
18618
18619 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18620
18621         * gst/debug/testplugin.c:
18622         * gst/debug/tests.c:
18623         * gst/debug/tests.h:
18624           add new extensible and configurable testing element. Current tests
18625           include buffer count, stream length, timestamp/duration matching and
18626           md5.
18627         * gst/debug/Makefile.am:
18628         * gst/debug/gstdebug.c: (plugin_init):
18629           add infrastructure for new element
18630
18631 2004-05-19  Johan Dahlin  <johan@gnome.org>
18632
18633         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18634         ending of the array. Fixes gst-inspect segfault on ppc.
18635
18636 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18637
18638         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18639
18640         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18641
18642 2004-05-18  David Schleef  <ds@schleef.org>
18643
18644         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18645         warnings (bugs, actually) noticed by gcc but not forte.
18646
18647 2004-05-18  David Schleef  <ds@schleef.org>
18648
18649         * sys/sunaudio/Makefile.am:
18650         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18651
18652 2004-05-18  David Schleef  <ds@schleef.org>
18653
18654         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18655         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18656         to allow qtdemux to use non-seekable streams. (bug #142272)
18657
18658 2004-05-18  David Schleef  <ds@schleef.org>
18659
18660         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18661         (gst_resample_sinc_ft_float): Remove use of static temporary
18662         buffer.  This code was obviously not supposed to last long, but
18663         it's stuck in our ABI, so it required a little hack to make it
18664         ABI-compatible.  Fixes #142585.
18665         * gst-libs/gst/resample/resample.h: same.
18666
18667 2004-05-18  David Schleef  <ds@schleef.org>
18668
18669         * configure.ac: Add sunaudio
18670         * examples/Makefile.am: make gstplay depend on gconf
18671         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18672         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18673         (convert_table_lookup), (img_convert): remove c99-isms
18674         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18675           unsigned, to fix a warning on Solaris
18676         * gst/mpeg1sys/systems.c: bcopy->memcpy
18677         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18678         * sys/Makefile.am: Add sunaudio
18679
18680 2004-05-18  Wim Taymans  <wim@fluendo.com>
18681
18682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18683         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18684         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18685         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18686         (gst_ogg_mux_loop):
18687         Fix an ugly memleak where the muxer didn't flush enough ogg
18688         pages. This also resulted in badly muxed ogg files.
18689
18690 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18691
18692         * gst/asfdemux/asfheaders.c :
18693         * gst/asfdemux/asfheaders.h :
18694         * gst/asfdemux/gstasfdemux.c :
18695           - fix ASF_OBJ_PADDING guid
18696           - add 3 new object guids (language list, metadata,
18697             extended stream properties)
18698           - add a function to parse extended header objects
18699
18700 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18701
18702         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18703           remove leftover debugging g_print
18704
18705 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18706
18707         * ext/mad/gstmad.c: (gst_mad_handle_event):
18708           Fix for when the first format in a discont event is not a
18709           byte-based one. Should fix #137710.
18710
18711 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18712
18713         * m4/a52.m4 : fix compilation with -Wall -Werror
18714         * m4/libfame.m4 : idem
18715         * m4/libmikmod.m4 : idem
18716
18717 2004-05-17  Benjamin Otte  <otte@gnome.org>
18718
18719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18720           signal the new tags before giving up the reference
18721
18722 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18723
18724         * ext/shout2/gstshout2.c:
18725           use application/ogg instead of application/x-ogg (patch by Patrick
18726           Guimond, fixes #142432)
18727         * sys/oss/gstosselement.c: (gst_osselement_reset),
18728         (gst_osselement_sync_parms):
18729           don't set fragment size unless specified (fixes #142493)
18730
18731 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18732
18733         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18734           fixes #142664
18735
18736 2004-05-17  Benjamin Otte  <otte@gnome.org>
18737
18738         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18739           compute offsets correctly for internal buffers so timestamps are set
18740           correctly when we can't seek. Also handle cases where there are no
18741           offsets. (based on a patch by David Moore, fixes #142507)
18742
18743 2004-05-17  Benjamin Otte  <otte@gnome.org>
18744
18745         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18746           use correct variable when determining amount of data to skip so we
18747           don't skip into the void and segfault
18748
18749 2004-05-16  Benjamin Otte  <otte@gnome.org>
18750
18751         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18752           Hi, I'm a memleak
18753
18754 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18755
18756         * gst/asfdemux/gstasfdemux.c:
18757           - fix a mem leak and always propagate tags
18758           - add WMV3 to known video codecs (but no decoder yet)
18759           - replace "surplus data" at end of audio header for what
18760             it is : codec specific data
18761           - fix a typo
18762
18763 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18764
18765         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18766
18767         * gst-libs/gst/audio/audioclock.c:
18768           Fix wrong return type (#142205).
18769
18770 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18771
18772         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18773           Ignore CRCs by default (fixes #142566).
18774
18775 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18776
18777         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18778         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18779         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18780         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18781         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18782         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18783           Fix for cases where we fail to attach to a mixer.
18784
18785 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18786
18787         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18788           Don't touch events after not owning them anymore.
18789         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18790         (gst_wavparse_fmt), (gst_wavparse_other),
18791         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18792         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18793         (gst_wavparse_srcpad_event):
18794         * gst/wavparse/gstwavparse.h:
18795           Add seeking, fix querying.
18796
18797 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18798
18799         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18800           - process comments even if they don't end with \0\0
18801             g_convert would ignore them if present and works well without them
18802
18803 2004-05-16  Benjamin Otte  <otte@gnome.org>
18804
18805         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18806           simplify caps
18807
18808 2004-05-16  Benjamin Otte  <otte@gnome.org>
18809
18810         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18811           don't write to memory we might not write to - g_convert does that
18812           for us anyway (fixes #142613)
18813         (gst_asf_demux_audio_caps):
18814           comment out gst_util_dump_mem
18815
18816 2004-05-16  Benjamin Otte  <otte@gnome.org>
18817
18818         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18819           compute correct expected timestamps after seek (broken since
18820           last commit)
18821         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18822           rename element and debugging category to gdkpixbufscale
18823
18824 2004-05-16  Benjamin Otte  <otte@gnome.org>
18825
18826         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18827           add error checking to snd_pcm_delay and remove duplicate call to
18828           snd_pcm_delay that caused issues (see inline code comments)
18829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18830           make more readable and fix return value when snd_pcm_delay fails
18831         (fixes #142586)
18832
18833 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18834         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18835         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18836         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18837         (gst_pixbufscale_link), (gst_pixbufscale_init),
18838         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18839         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18840         (gst_pixbufscale_get_property), (pixbufscale_init):
18841         * ext/gdk_pixbuf/pixbufscale.h:
18842         Add these files I forgot earlier
18843
18844 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18845         * ext/gdk_pixbuf/Makefile.am:
18846         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18847         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18848         Add new pixbufscale element to scale RGB video
18849         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18850         and HYPER interpolation correctly.
18851         * ext/theora/theoraenc.c: (theora_enc_chain),
18852         Discard buffer and return if explicit caps could not be set
18853         (theora_enc_get_property):
18854         Make _get return kbps for the bitrate consistent with
18855         the _set function.
18856
18857
18858 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18859
18860         * ext/libvisual/visual.c: (gst_visual_chain):
18861           add missing visual_audio_analyze
18862
18863 2004-05-14  David Schleef  <ds@schleef.org>
18864
18865         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18866         is killed while we're playing.
18867         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18868         gst_element_no_more_pads().
18869
18870 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18871
18872         * gst-libs/gst/riff/riff-read.c :
18873           - fix INFO tag extraction in RIFF/AVI files
18874             because gst_event_unref (event) also freed taglist
18875           - avoid a mem leak
18876
18877 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18878
18879         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18880         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18881
18882         * gst/auparse/gstauparse.c :
18883           - add code (commented for now) to support audio/x-adpcm on src pad
18884             (we have no decoder for those layout yet)
18885
18886         * gst/cdxaparse/gstcdxaparse.c :
18887         * gst/cdxaparse/gstcdxaparse.h :
18888           - partial rewrite using RiffRead (ripped iain's wavparse code)
18889
18890         * gst/rtp/gstrtpL16enc.c : typo
18891         * gst/rtp/gstrtpgsmenc.c : typo
18892
18893 2004-05-13  Benjamin Otte  <otte@gnome.org>
18894
18895         * configure.ac:
18896           check for exact version of libvisual, it's not supposed to be
18897           API/ABI stable yet
18898
18899 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18900
18901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18902           signal no-more-pads
18903
18904 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18905
18906         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18907         Report which format was used for GST_FORMAT_DEFAULT
18908         * gst/debug/Makefile.am:
18909         * gst/debug/gstdebug.c: (plugin_init):
18910         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18911         (gst_progressreport_class_init), (gst_progressreport_init),
18912         (gst_progressreport_report), (gst_progressreport_set_property),
18913         (gst_progressreport_get_property), (gst_progressreport_chain),
18914         (gst_progressreport_plugin_init):
18915         Add progressreport element for testing.
18916
18917 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18918
18919         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18920         * sys/v4l/gstv4lsrc.h:
18921         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18922         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18923         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18924         (gst_v4lsrc_grab_frame):
18925           add more debugging
18926           send a discont at start
18927
18928 2004-05-12  Colin Walters  <walters@redhat.com>
18929
18930         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18931         inflooping if we can't find a chunk.  Or in other words, don't blow
18932         chunks if we don't have a chunk to blow.
18933
18934 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18935         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18936         Remove old debug output
18937         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18938         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18939         (gst_dvdec_set_property), (gst_dvdec_get_property):
18940         Change the quality setting to an enum, so it works from gst-launch
18941         Don't renegotiate a non-linked pad. Allows audio only decoding.
18942         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18943         (gst_deinterlace_link), (gst_deinterlace_init):
18944         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18945         (gst_videodrop_link):
18946         Some caps negotiation fixes
18947
18948 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18949
18950         * ext/tarkin/gsttarkin.c :
18951           - Change RANK from NONE to PRIMARY
18952         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18953           - Change RANK from NONE to MARGINAL
18954         * ext/divx/gstdivxenc.c :
18955           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18956
18957 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18958
18959         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18960         (gst_vorbisenc_push_packet):
18961           copy a function that was added between 1.0 and 1.0.1 until we
18962           depend on worthwhile features of post-1.0
18963
18964 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18965
18966         * configure.ac:
18967           enable shout2 by default
18968         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18969         (gst_shout2send_base_init), (gst_shout2send_init),
18970         (gst_shout2send_connect), (gst_shout2send_change_state):
18971         * ext/shout2/gstshout2.h:
18972           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18973           #142262)
18974         * ext/theora/theora.c: (plugin_init):
18975           don't set rank on encoders
18976
18977 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18978
18979         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18980           Use codec_data property instead of flag1 and flag2 for wma
18981
18982 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18983
18984         * gst/cdxaparse/gstcdxaparse.c :
18985           - Add mpegversion to CAPS to make it link
18986           - Rank is as GST_RANK_SECONDARY instead of NONE
18987         * gst/auparse/gstauparse.c :
18988           - Document all audio encoding we can encounter from Solaris 9
18989             headers and libsndfile information.
18990           - Increase max. rate from 48000 to 192000 (to match other elements)
18991           - Don't try to play junk data between header and samples
18992
18993 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18994
18995         * ext/libvisual/visual.c: (gst_visual_getcaps):
18996           use the right caps depending on endianness (I hope)
18997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18998           use GST_RANK_NONE for all non-decoding elements or spider gets
18999           mighty confused
19000
19001 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19002
19003         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19004           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19005
19006 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19007
19008         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19009         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19010         (gst_switch_loop), (gst_switch_get_type):
19011           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19012           HEADERS. Had to be said.
19013
19014 2004-05-10  David Schleef  <ds@schleef.org>
19015
19016         * configure.ac: Add prototype Dirac support.
19017         * ext/Makefile.am:
19018         * ext/dirac/Makefile.am:
19019         * ext/dirac/gstdirac.cc:
19020         * ext/dirac/gstdiracdec.cc:
19021
19022 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19023
19024         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19025         (gst_auparse_init), (gst_auparse_chain),
19026         (gst_auparse_change_state):
19027           Hack around spider. Remove me some day please.
19028
19029 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19030
19031         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19032           Fix for some uninitialized variables in previous patch, also
19033           makes it work. Fixes #142286 while we're at it.
19034
19035 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19036
19037         * gst/auparse/gstauparse.c:
19038                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19039                 only unsupported formats are ADPCM/CCITT G.72x
19040                 reviewed by Ronald
19041         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19042
19043 2004-05-10  Wim Taymans  <wim@fluendo.com>
19044
19045         * ext/vorbis/Makefile.am:
19046         * ext/vorbis/README:
19047         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19048         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19049         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19050         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19051         (gst_oggvorbisenc_convert_sink),
19052         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19053         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19054         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19055         (get_constraints_string), (update_start_message),
19056         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19057         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19058         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19059         * ext/vorbis/oggvorbisenc.h:
19060         * ext/vorbis/vorbis.c: (plugin_init):
19061         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19062         (raw_caps_factory), (gst_vorbisenc_class_init),
19063         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19064         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19065         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19066         * ext/vorbis/vorbisenc.h:
19067         Added a raw vorbis encoder to be used with the oggmuxer.
19068         We still need the old encoder for some gnome applications,
19069         read the README to find out how that works.
19070         The raw encoder is called "rawvorbisenc" until 0.9.
19071
19072 2004-05-10  Wim Taymans  <wim@fluendo.com>
19073
19074         * ext/ogg/gstogg.c: (plugin_init):
19075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19076         (gst_ogg_print):
19077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19078         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19079         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19080         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19081         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19082         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19083         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19084         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19085         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19086         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19087         Added an ogg muxer.
19088         Small typo fixes in the demuxer.
19089
19090 2004-05-10  Wim Taymans  <wim@fluendo.com>
19091
19092         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19093         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19094         (theora_enc_change_state), (theora_enc_set_property),
19095         (theora_enc_get_property):
19096         Mark the last packet with an EOS flag which is not really needed
19097         in gstreamer.
19098         Do some better video framerate initialisation.
19099         Update the buffer timestamp.
19100
19101 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19102
19103         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19104         Return the result of the parent state change call
19105
19106 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19107
19108         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19109         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19110         * gst/law/alaw-encode.c : (idem)
19111         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19112         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19113         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19114
19115 2004-05-09  Benjamin Otte  <otte@gnome.org>
19116
19117         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19118           don't use a fixed buffer size when writing variable length data to
19119           it. Fixes memory corruption and makes alsasrc work
19120
19121 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19122
19123         * ext/gnomevfs/gstgnomevfssink.c:
19124         (_gst_boolean_allow_overwrite_accumulator),
19125         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19126           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19127           RUN_LAST, and don't use that to set the accumulator value because
19128           then it's always FALSE.
19129
19130 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19131
19132         * gst-libs/gst/riff/riff-media.c:
19133         (gst_riff_create_video_caps_with_data),
19134         (gst_riff_create_audio_caps),
19135         (gst_riff_create_audio_template_caps):
19136         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19137           Fix for unaligned RIFF files (i.e. where all the chunks together
19138           in a LIST chunk are not of the same size as the size given in
19139           the LIST chunk header). Fixes several odd WAVE files. Also fix
19140           ADPCM (block_align property) in audio, so that wavparse based
19141           on this works now as it used to stand-alone.
19142
19143 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19144
19145         reviewed by Benjamin Otte  <otte@gnome.org>
19146
19147         * ext/a52dec/gsta52dec.c:
19148         * ext/divx/gstdivxdec.c:
19149         * ext/divx/gstdivxenc.c:
19150         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19151         * ext/faac/gstfaac.c: (gst_faac_base_init):
19152         * ext/faad/gstfaad.c: (gst_faad_base_init):
19153         * ext/ivorbis/vorbisfile.c:
19154         * ext/lame/gstlame.c:
19155         * ext/libfame/gstlibfame.c:
19156         * ext/mpeg2enc/gstmpeg2enc.cc:
19157         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19158         * ext/sidplay/gstsiddec.cc:
19159         * ext/speex/gstspeexdec.c:
19160         * ext/speex/gstspeexenc.c:
19161         * ext/xvid/gstxviddec.c:
19162         * ext/xvid/gstxvidenc.c:
19163           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19164           (fixes #142193)
19165
19166 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19167
19168         * ext/alsa/gstalsa.c: (device_list),
19169         (gst_alsa_class_probe_devices):
19170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19171           Fix alsa oddness in mixer after the combination of using mixer
19172           in source/sink elements and using hw:x,y instead of just hw:x.
19173
19174 2004-05-09  Benjamin Otte  <otte@gnome.org>
19175
19176         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19177         (gst_wavparse_create_sourcepad):
19178           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19179           sourcepads
19180
19181 2004-05-09  Benjamin Otte  <otte@gnome.org>
19182
19183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19184           allow discont events before caps nego
19185
19186 2004-05-08  Benjamin Otte  <otte@gnome.org>
19187
19188         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19189           don't leak events
19190
19191 2004-05-08  Benjamin Otte  <otte@gnome.org>
19192
19193         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19194         (gst_level_change_state), (gst_level_init):
19195         * gst/level/gstlevel.h:
19196           figure out if we're initialized directly instead of keeping a
19197           variable that's wrong in 90% of cases
19198           don't initialize pads and then leak them and use a new unitialized
19199           pad. (fixes #142084)
19200           these were bugs so n00bish I didn't find them for an hour :/
19201
19202 2004-05-08 Iain <iain@prettypeople.org>
19203
19204         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19205         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19206         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19207         return the length that was read.
19208         (gst_riff_read_strf_auds): Allow fmt tags as well.
19209
19210 2004-05-07  David Schleef  <ds@schleef.org>
19211
19212         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19213         signed char assumption in faad.h.
19214
19215 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19216
19217         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19218           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19219
19220 2004-05-07  Colin Walters  <walters@redhat.com>
19221
19222         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19223         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19224         function.
19225         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19226         Add dispose function.
19227
19228 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19229         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19230           Fix caps nego and pad templates. RGB mode caps should
19231           work now.
19232         * ext/dvdnav/gst-dvd:
19233           Move mpeg2dec inside the thread because otherwise the
19234           queue rejects cap changes mid-stream
19235         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19236         (gst_mpeg2dec_flush_decoder):
19237           For mpeg2dec > 0.4.0, call the flush function instead of
19238           manually extracting all in-flight frames.
19239         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19240         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19241           Change mime type video/dv go video/x-dv to match the
19242           rest of gst-plugins
19243
19244 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19245
19246         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19247         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19248         (gst_alsa_sink_class_init):
19249         * ext/alsa/gstalsasink.h:
19250         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19251         (gst_alsa_src_class_init):
19252         * ext/alsa/gstalsasrc.h:
19253           Make alsasink/src a subclass of alsamixer so that mixer stuff
19254           shows up in gst-rec. Needs some finetuning.
19255
19256 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19257
19258         * ext/lame/gstlame.c: (gst_lame_chain):
19259           simplify
19260         * ext/mad/gstmad.c: (gst_mad_handle_event):
19261           fix event leak
19262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19263           be able to detect mp3 files < 4096 bytes
19264
19265 2004-05-06  Wim Taymans  <wim@fluendo.com>
19266
19267         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19268         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19269         (theora_enc_set_property), (theora_enc_get_property):
19270         Also encode the first frame, cleanup some code.
19271
19272 2004-05-06  Wim Taymans  <wim@fluendo.com>
19273
19274         * ext/mpeg2enc/gstmpeg2enc.cc:
19275         Forward events first before deciding that negotiation was
19276         not performed.
19277
19278 2004-05-06  Wim Taymans  <wim@fluendo.com>
19279
19280         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19281         First process the events before deciding that negotiation
19282         was not performed.
19283
19284 2004-05-06  Wim Taymans  <wim@fluendo.com>
19285
19286         * ext/theora/Makefile.am:
19287         * ext/theora/theora.c: (plugin_init):
19288         * ext/theora/theoradec.c: (theora_dec_change_state):
19289         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19290         (gst_theora_enc_class_init), (gst_theora_enc_init),
19291         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19292         (theora_enc_chain), (theora_enc_change_state),
19293         (theora_enc_set_property), (theora_enc_get_property):
19294         Added a theora encoder, grouped the encoder and decoder into the
19295         same plugin.
19296
19297 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19298
19299         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19300         (gst_jpegenc_chain):
19301         fix DURATION on outgoing buffers
19302         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19303         debug using time formats
19304         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19306         (gst_xvimagesink_sink_link):
19307         windows with width/height 0 generate X errors, so don't allow them
19308
19309 2004-05-05  Wim Taymans  <wim@fluendo.com>
19310
19311         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19312         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19313         (gst_mpeg2dec_negotiate_format):
19314         * ext/mpeg2dec/gstmpeg2dec.h:
19315           removed the static pad template so that we can add the
19316           more accurate framerate value to the caps.
19317
19318
19319 2004-05-04  Benjamin Otte  <otte@gnome.org>
19320
19321         * configure.ac:
19322           check for kdemacros.h, too (should fix #141821)
19323         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19324           don't crash if no header was sent, but nicely error out (fixes part
19325           of #141554)
19326
19327 2004-05-04  Wim Taymans  <wim@fluendo.com>
19328
19329         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19330         parent dispose function to avoid segfault on destroy.
19331
19332 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19333
19334         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19335         (plugin_init):
19336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19337         (gst_xvimagesink_sink_link):
19338         clean up debugging caps
19339         also recreate xvimage when format has changed
19340
19341 2004-05-04  Benjamin Otte  <otte@gnome.org>
19342
19343         * ext/libvisual/Makefile.am:
19344         * ext/libvisual/visual.c: (gst_visual_class_init),
19345         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19346         (gst_visual_srclink), (gst_visual_chain),
19347         (gst_visual_change_state), (plugin_init):
19348           use a GstAdapter to correctly adapt buffer sizes - allows using a
19349           framerate
19350
19351 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19352
19353         * sys/v4l/gstv4lelement.h:
19354         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19355         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19356         (gst_v4lsrc_buffer_free):
19357         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19359         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19360         (gst_v4lsrc_requeue_frame):
19361         move some debugging categories around
19362         query for fps index and set accordingly if found
19363
19364 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19365
19366         * ext/lame/gstlame.c:
19367         correct defaults that lame_init puts out of range
19368
19369 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19370
19371         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19372         (gst_divxenc_class_init):
19373         fix range since -1 is the default
19374         * gst/mpeg1sys/gstmpeg1systemencode.c:
19375         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19376         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19377         (gst_rtjpegdec_chain):
19378         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19379         (gst_rtjpegenc_chain):
19380         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19381         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19382         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19383         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19384         * sys/v4l/gstv4lsrc.c:
19385         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19386         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19387         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19389         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19390           remove gst_info calls
19391
19392 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19393
19394         * Makefile.am:
19395         * po/af.po:
19396         * po/az.po:
19397         * po/en_GB.po:
19398         * po/nl.po:
19399         * po/sr.po:
19400         * po/sv.po:
19401           Updated translations
19402
19403 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19404
19405         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19406           refactor/comment code
19407
19408 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19409
19410         * gst/asfdemux/Makefile.am:
19411         * gst/asfdemux/asfheaders.c:
19412         * gst/asfdemux/asfheaders.h:
19413         * gst/asfdemux/gstasf.c: (plugin_init):
19414         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19415         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19416         (gst_asf_demux_setup_pad):
19417         * gst/asfdemux/gstasfdemux.h:
19418         * gst/asfdemux/gstasfmux.c:
19419         * gst/asfdemux/gstasfmux.h:
19420           Add tagging support to demuxer, split out registration in its own
19421           file instead of in demux (hacky), and prevent having some tables
19422           in our memory multiple times (in asfheaders.h).
19423
19424 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19425
19426         * gst/matroska/matroska-demux.c:
19427         (gst_matroska_demux_parse_metadata):
19428         * gst/matroska/matroska-ids.h:
19429           Basic tag reading support.
19430
19431 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19432
19433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19434           Really detect ac-3 audio.
19435         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19436           really detect matroska files (off-by-1).
19437
19438 2004-04-30  David Schleef  <ds@schleef.org>
19439
19440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19441         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19442         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19443         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19444         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19445         hackage -- parse a lot more atoms, extract a few tags.  One might even
19446         mistake this for tag support.  Maybe it is.
19447         * gst/qtdemux/qtdemux.h:
19448
19449 2004-04-30  Colin Walters  <walters@verbum.org>
19450
19451         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19452
19453 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19454
19455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19456         (gst_ffmpegcolorspace_getcaps):
19457           remove broken nego fix
19458
19459 2004-04-30  Benjamin Otte  <otte@gnome.org>
19460
19461         * configure.ac:
19462         * ext/Makefile.am:
19463         * ext/libvisual/Makefile.am:
19464         * ext/libvisual/visual.c:
19465           add initial support for libvisual (http://libvisual.sourceforge.net)
19466           libvisual is still quite alpha, so expect crashes in there :)
19467
19468 2004-04-29  David Schleef  <ds@schleef.org>
19469
19470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19471         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19472         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19473         code; you will no longer respect me.
19474
19475 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19476
19477         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19478         * ext/alsa/gstalsa.h :
19479         change alsa pcm device discovery to find more than 1 device
19480         per card. code review by Ronald.
19481
19482 2004-04-29  David Schleef  <ds@schleef.org>
19483
19484         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19485         Add a check for a driver bug on FreeBSD.  (bug #140565)
19486
19487 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19488
19489         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19490         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19491         (gst_jpegenc_getcaps):
19492           move format setting to inner loop
19493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19494         (gst_ffmpegcolorspace_getcaps):
19495           use GST_PAD_CAPS if available so that we use already negotiated
19496           caps
19497         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19498         (qtdemux_parse_moov), (qtdemux_parse):
19499           extra debugging
19500         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19501         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19502           move hardcoded path to DEFINE
19503
19504 2004-04-28  David Schleef  <ds@schleef.org>
19505
19506         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19507         (bug #140064)
19508
19509 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19510
19511         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19512           Don't probe for playback device if we're a source element. Fixes
19513           #139658.
19514
19515 2004-04-29  Benjamin Otte  <otte@gnome.org>
19516
19517         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19518         (gst_id3_tag_chain):
19519           rewrite buffer offset
19520
19521 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19522
19523         * configure.ac:
19524         * ext/Makefile.am:
19525         * ext/dts/Makefile.am:
19526         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19527         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19528         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19529         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19530         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19531         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19532         (plugin_init):
19533         * ext/dts/gstdtsdec.h:
19534           New DTS decoder.
19535         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19536         (gst_faad_srcconnect):
19537           Add ESDS atom handling (.m4a).
19538
19539 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19540
19541         * ext/divx/gstdivxdec.c: (plugin_init):
19542           Remove comment that makes no sense.
19543         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19544           Fix for obvious typo that resulted in warnings during gst-register.
19545         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19546         (gst_xviddec_sink_link):
19547           Fix caps negotiation a bit better.
19548         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19549           We call this 'codec_data', not 'esds'.
19550
19551 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19552
19553         * gst/monoscope/gstmonoscope.c:
19554           make sure we only provide 256x128
19555         * gst/monoscope/monoscope.c: (monoscope_init):
19556           assert size of 256x128
19557
19558 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * Makefile.am:
19561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19562         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19563           fixate to max width and height of device
19564
19565 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19566
19567         * Makefile.am:
19568         * sys/v4l/gstv4l.c:
19569         * sys/v4l/gstv4lsrc.c:
19570         * sys/v4l/v4l_calls.c:
19571         * sys/v4l/v4lsrc_calls.c:
19572           fix for qc-usb driver which fakes having more than one buffer
19573           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19574           buffer_free override
19575           add debugging
19576
19577 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19578
19579         * Makefile.am:
19580         * gst/videotestsrc/gstvideotestsrc.c:
19581         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19582         (gst_videotestsrc_init), (gst_videotestsrc_get),
19583         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19584         * gst/videotestsrc/gstvideotestsrc.h:
19585           add num-buffers property
19586
19587         2004-04-26  Benjamin Otte  <otte@gnome.org>
19588
19589         * ext/mad/gstid3tag.c: (plugin_init):
19590           set id3mux rank to NONE so it doesn't confuse spider
19591           require audio/mpeg,mpegversion=1 in id3mux
19592
19593 2004-04-26  Benjamin Otte  <otte@gnome.org>
19594
19595         * configure.ac:
19596           detect faad correctly as non-working if it's indeed non-working
19597
19598 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19599
19600         * Makefile.am:
19601         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19602         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19603         fix _getcaps so it only negotiates to its supported format
19604
19605 2004-04-25  Benjamin Otte  <otte@gnome.org>
19606
19607         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19608           fix memleak
19609
19610 2004-04-23  Benjamin Otte  <otte@gnome.org>
19611
19612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19613           audio/x-raw-int with height rules! not. Now it's depth.
19614
19615 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19616
19617         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19618         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19619         (gst_wavparse_loop):
19620           Missing variable initialization. Add handling of DVI ADPCM. Fix
19621           mis-parsing of LIST chunks. This works around a bug where we mis-
19622           parse non-aligning LIST chunks (so LIST chunks where the contents
19623           don't align with the actual LIST size). The correct fix is to use
19624           rifflib, I'm not going to fix wavparse - too much work. All this
19625           fixes #104878.
19626
19627 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19628
19629         reviewed by Benjamin Otte  <otte@gnome.org>
19630
19631         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19632           fix shoutcast not working (fixes #140844)
19633
19634 2004-04-22  Benjamin Otte  <otte@gnome.org>
19635
19636         * ext/hermes/gsthermescolorspace.c:
19637         (gst_hermes_colorspace_caps_remove_format_info):
19638         * gst/colorspace/gstcolorspace.c:
19639         (gst_colorspace_caps_remove_format_info):
19640         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19641         (gst_ffmpegcolorspace_caps_remove_format_info):
19642           s/gst_caps_simplify/gst_caps_do_simplify/
19643
19644 2004-04-22  Benjamin Otte  <otte@gnome.org>
19645
19646         * gst-libs/gst/riff/riff-media.c:
19647         (gst_riff_create_video_caps_with_data):
19648           mpegversion is an int
19649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19650           don't try to create pad templates with NULL caps, use any caps
19651           instead.
19652
19653 2004-04-20  David Schleef  <ds@schleef.org>
19654
19655         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19656         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19657         (bug #140384)
19658
19659 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19660
19661         reviewed by David Schleef
19662
19663         * ext/mad/gstid3tag.c: Add stdlib.h
19664         * gst/rtp/gstrtpgsmenc.c: same
19665         * gst/tags/gstid3tag.c: same
19666         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19667         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19668         GST_DISABLE_LOADSAVE use.
19669         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19670         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19671         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19672         atol(3)).
19673         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19674         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19675         strtoul(3)).
19676         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19677         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19678         $(ID3_CFLAGS).
19679         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19680         $(LIBFAME_CFLAGS).
19681
19682 2004-04-20  David Schleef  <ds@schleef.org>
19683
19684         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19685         last checkin.  Same idea.
19686
19687 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19688
19689         reviewed by David Schleef
19690
19691         * configure.ac: bump required gstreamer version to 0.8.1.1
19692         because of following changes [--ds]
19693
19694         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19695         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19696         (gst_riff_read_header):  Use GST_READ_UINT*
19697         macros to access possibly unaligned memory.
19698
19699         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19700         (mp3_type_find):  Use GST_READ_UINT*
19701         macros to access possibly unaligned memory.
19702         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19703         (speex_type_find): Likewise
19704
19705         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19706
19707         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19708         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19709         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19710         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19711         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19712         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19713         macros to access possibly unaligned memory.
19714
19715         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19716         Likewise.
19717
19718         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19719         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19720
19721         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19722         Likewise.
19723
19724         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19725         (gst_mpeg2subt_chain_subtitle): Likewise.
19726
19727         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19728         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19729         Likewise.
19730
19731         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19732         Likewise.
19733
19734         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19735         Likewise.
19736
19737         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19738         Likewise.
19739
19740 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19741
19742         * configure.ac:
19743           update required version of GStreamer because of GST_TIME_FORMAT
19744
19745 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19746
19747         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19748           remove leftover g_print
19749         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19750           don't try setting only a subset of the caps. We don't want to kill
19751           autoplugging on purpose
19752
19753 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19754
19755         * sys/ximage/ximagesink.c: (plugin_init):
19756         * sys/xvimage/xvimagesink.c: (plugin_init):
19757           add debugging categories
19758
19759 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19760
19761         * po/en_GB.po:
19762         * po/LINGUAS:
19763           Adding en_GB translation (Gareth Owen)
19764
19765 2004-04-20  David Schleef  <ds@schleef.org>
19766
19767         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19768         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19769         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19770         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19771         A number of new features and hacks to extract the esds atom and
19772         put it into the caps.  (bug #137724)
19773
19774 2004-04-19  David Schleef  <ds@schleef.org>
19775
19776         * gconf/Makefile.am: Fix for non-GNU make
19777         * gst-libs/gst/Makefile.am: Change directory order to handle
19778         GstPlay linking with gstinterfaces
19779         * gst-libs/gst/audio/make_filter: make use of tr portable
19780         * gst-libs/gst/play/Makefile.am: Add intended \
19781         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19782         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19783         function prototype instead of void *.
19784         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19785         macro.
19786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19787         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19788         * gst/videofilter/make_filter: make use of tr portable
19789         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19790
19791 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19792
19793         * po/LINGUAS:
19794         * po/uk.po:
19795           Added Ukrainian translation (Maxim V. Dziumanenko)
19796
19797 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19798
19799         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19800         (gst_gsmdec_link), (gst_gsmdec_chain):
19801           Fix capsnego, simplify chain function slightly.
19802         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19803           Add GSM.
19804
19805 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19806
19807         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19808         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19809         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19810           Hack to make wavparse work with spider (always -> sometimes pad).
19811           Fixes #135862 && #140411.
19812
19813 2004-04-18  Benjamin Otte  <otte@gnome.org>
19814
19815         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19816         (gst_osselement_rate_probe_check),
19817         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19818           get rid of \n in debug output
19819
19820 2004-04-17  Iain <iain@prettypeople.org>
19821
19822         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19823         not just EOS.
19824
19825 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19826
19827         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19828         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19829         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19830         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19831         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19832         (gst_id3_tag_change_state), (plugin_init):
19833           deprecate id3tag element and replace with id3demux/id3mux.
19834           great side effect: this ugly file is now even uglier, yay!
19835         * ext/mad/gstmad.h:
19836           remove non-available function
19837           update for new get_type
19838
19839 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19840
19841         * configure.ac:
19842           require mpeg2dec >= 0.4.0
19843
19844 2004-04-17  Benjamin Otte  <otte@gnome.org>
19845
19846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19847         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19848         (gst_xvimagesink_set_xwindow_id):
19849           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19850           assorted cleanup fixes.
19851
19852 2004-04-16  David Schleef  <ds@schleef.org>
19853
19854         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19855         * sys/xvimage/xvimagesink.h: same
19856
19857 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19858
19859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19860           Fix GST_ELEMENT_ERROR with (NULL)
19861
19862 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19863
19864         * gst-libs/gst/riff/riff-media.c:
19865         (gst_riff_create_video_caps_with_data):
19866           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19867
19868 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19869
19870         * gst-libs/gst/riff/riff-media.c:
19871         (gst_riff_create_video_caps_with_data),
19872         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19873         (gst_riff_create_video_template_caps),
19874         (gst_riff_create_audio_template_caps):
19875         * gst-libs/gst/riff/riff-media.h:
19876         * gst-libs/gst/riff/riff-read.c:
19877         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19878         * gst-libs/gst/riff/riff-read.h:
19879         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19880           Add MS RLE support. I added some functions to read out strf chunks
19881           into strf chunks and the data behind it. This is usually color
19882           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19883           caps creation. Lastly, add ADPCM (similar to wavparse - which
19884           should eventually be rifflib based).
19885         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19886         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19887         * gst/matroska/matroska-demux.h:
19888           Remove placeholders for some prehistoric tagging system. Didn't add
19889           support for any tag system really anyway.
19890         * gst/qtdemux/qtdemux.c:
19891           Add support for audio/x-m4a (MPEG-4) through spider.
19892         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19893         (gst_wavparse_loop):
19894           ADPCM support (#135862). Increase max. buffer size because we
19895           cannot split buffers for ADPCM (screws references) and I've seen
19896           files with 2048 byte chunks. 4096 seems safe for now.
19897
19898 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19899
19900         * configure.ac: bump nano to 1
19901
19902 === release 0.8.1 ===
19903
19904 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19905
19906         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19907
19908 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19909
19910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19911           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19912           Fixes #140058
19913
19914 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19915
19916         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19917           lower rank of dvddemux so that it's not used for mpeg playback.
19918
19919 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19920
19921         * configure.ac:
19922           save libs correctly when checking mad
19923
19924 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19925
19926         * ext/mad/gstid3tag.c: (plugin_init):
19927           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19928
19929 2004-04-13  David Schleef  <ds@schleef.org>
19930
19931         * common/m4/gst-feature.m4: Call -config scripts with
19932         --plugin-libs if it is supported.
19933         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19934         JPEG images are image/jpeg.
19935         * gst/debug/Makefile.am:
19936         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19937         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19938         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19939         (gst_negotiation_plugin_init): Add a property that acts like
19940         filter caps.
19941         * testsuite/gst-lint:  Move license checking to be a standard
19942         test.
19943
19944 2004-04-13  David Schleef  <ds@schleef.org>
19945
19946         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19947         patch from Sebastien Cote (bug #139958)
19948
19949 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19950
19951         * examples/gstplay/Makefile.am:
19952         * examples/gstplay/player.c: (main):
19953           make the commandline player example use gconf settings
19954
19955 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19956
19957         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19958         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19959         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19960           init/end library during state transition, not object
19961           creation/disposal.  get rid of custom dispose handler.
19962
19963
19964 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19965
19966         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19967         be a symlink
19968
19969 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19970
19971         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19972           Handle JUNK chunks inside data section. Prevents warnings.
19973
19974 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19975
19976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19977         (gst_riff_create_video_template_caps):
19978           Add MS video v1.
19979         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19980         (gst_avi_demux_stream_data):
19981           Add support for "rec-list" chunks.
19982
19983 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19984
19985         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19986           Fix another codecname mismatch.
19987
19988 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19989
19990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19991           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19992           so that MJPEG plays back.
19993
19994 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19995
19996         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19997         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19998         * gst/mpeg1videoparse/gstmp1videoparse.h:
19999           Fix for some slight mis-cuts in buffer parsing, and for some
20000           potential overflows or faults-causers. Adds disconts. Also fixes
20001           #139105 while we're at it.
20002
20003 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20004
20005         * configure.ac:
20006         * sys/v4l2/gstv4l2element.h:
20007           Workaround for missing struct v4l2_buffer declaration in Suse 9
20008           and Mandrake 10 linux/videodev2.h header file (#135919).
20009
20010 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20011
20012         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20013           Bail out if no filename was given.
20014
20015 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20016
20017         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20018         (gst_v4l2_fourcc_from_structure):
20019           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20020           Y41B somewhere).
20021
20022 2004-04-09  Benjamin Otte  <otte@gnome.org>
20023
20024         * ext/gnomevfs/gstgnomevfssink.c:
20025         (_gst_boolean_allow_overwrite_accumulator),
20026         (gst_gnomevfssink_class_init):
20027           fix erase signal - if any handler returns false the file will not be
20028           overwritten. If no handler is connected, the file will not be
20029           overwritten either.
20030           renamed signal to "allow-overwrite"
20031         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20032           free string when adding it to ID3 failed
20033         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20034           unref event when done
20035         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20036           free caps
20037         * gst/typefind/gsttypefindfunctions.c:
20038         (mpeg_video_stream_type_find):
20039           fix invalid read
20040
20041 2004-04-08  David Schleef  <ds@schleef.org>
20042
20043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20044         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20045
20046 2004-04-08  David Schleef  <ds@schleef.org>
20047
20048         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20049         we don't support (bug #139532)
20050
20051 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20052
20053         * ext/mad/gstmad.c: (gst_mad_handle_event),
20054         (gst_mad_check_caps_reset), (gst_mad_chain),
20055         (gst_mad_change_state):
20056           only set explicit caps if they haven't been set before for
20057           this stream.  MPEG-audio sample rate/channels aren't allowed
20058           to change in-stream.
20059           Fixes #139382
20060
20061 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20062
20063         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20064         (_gst_boolean_did_something_accumulator),
20065         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20066         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20067         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20068         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20069         (gst_gnomevfssink_change_state):
20070           Fix erase signal. Don't erase by default. Remove handoff signal.
20071           Remove erase property. Don't segfault. General cleanup.
20072
20073 2004-04-07  Benjamin Otte  <otte@gnome.org>
20074
20075         * gst-libs/gst/gconf/test-gconf.c: (main):
20076           add missing gst_init
20077
20078 2004-04-07  Benjamin Otte  <otte@gnome.org>
20079
20080         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20081           free the mutexes, too
20082
20083 2004-04-07  Benjamin Otte  <otte@gnome.org>
20084
20085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20086           actually free the URI string
20087         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20088           compute offset correctly when passing discont events
20089         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20090           don't leak discont events
20091         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20092           add some missing breaks so caps aren't copied randomly
20093         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20094           if we realloc memory, we better use it
20095
20096 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20097
20098         * ext/mad/gstmad.c: (normal_seek):
20099           fix GST_FORMAT_TIME usage
20100
20101 2004-04-05  David Schleef  <ds@schleef.org>
20102
20103         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20104         a deprecated function (hack!)
20105
20106 2004-04-05  Benjamin Otte  <otte@gnome.org>
20107
20108         * ext/esd/esdmon.c: (gst_esdmon_get):
20109           fix nonterminated vararg and memleak
20110
20111 2004-04-05  Benjamin Otte  <otte@gnome.org>
20112
20113         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20114         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20115         (gst_ladspa_set_property), (gst_ladspa_get_property),
20116         (gst_ladspa_instantiate), (gst_ladspa_activate),
20117         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20118           clean up debugging
20119
20120 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20121
20122         reviewed by Benjamin Otte  <otte@gnome.org>
20123
20124         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20125           check for broken LADSPA parameters (fixes #138635)
20126
20127 2004-04-05  Benjamin Otte  <otte@gnome.org>
20128
20129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20130           advertise buffer-frames correctly on sinkpads
20131
20132 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20133
20134         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20135         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20136         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20137         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20138         (gst_mad_check_caps_reset), (gst_mad_chain):
20139         add more debugging, only reset caps when we're not in error state
20140
20141 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20142
20143         * ext/mad/gstmad.c: add debugging category, comment + cleanups
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 == in test(1) operator
20151
20152 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20153
20154         reviewed by Benjamin Otte  <otte@gnome.org>
20155
20156         * configure.ac:
20157           fix --export-symblos-regex to a working regex.
20158
20159 2004-04-04  Benjamin Otte  <otte@gnome.org>
20160
20161         * sys/oss/.cvsignore:
20162           add for oss_probe
20163
20164 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20165
20166         reviewed by Benjamin Otte  <otte@gnome.org>
20167
20168         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20169           add missing 'new_media' argument (fixes #138168)
20170         * gst/matroska/matroska-demux.c:
20171         (gst_matroska_demux_handle_seek_event):
20172           add vararg terminator (fixes #138169)
20173
20174 2004-04-02  David Schleef  <ds@schleef.org>
20175
20176         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20177         disted (bug #138914)
20178
20179 2004-04-01  Benjamin Otte  <otte@gnome.org>
20180
20181         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20182         (gst_alsa_close_audio):
20183           handle case better where a soundcard can't pause
20184         * ext/ogg/gstoggdemux.c:
20185           don't crash when we get events but don't have pads yet
20186
20187 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20188
20189         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20190           throw an error if we couldn't probe any caps.
20191
20192 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20193
20194         * ext/dvdnav/gst-dvd:
20195         Add a really simple sample DVD player
20196
20197 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20198
20199         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20200         (gst_a52dec_push), (gst_a52dec_handle_event),
20201         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20202         (gst_a52dec_change_state):
20203         * ext/a52dec/gsta52dec.h:
20204           Use a debug category, Output timestamps correctly
20205           Emit tag info, Handle events, tell liba52dec about cpu
20206           capabilities so it can use MMX etc.
20207         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20208           Fix a crasher accessing invalid memory
20209         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20210         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20211         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20212         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20213         (dvdnavsrc_query):
20214           Some support for byte-format seeking.
20215           Small fixes for still frames and menu button overlays
20216         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20217         (gst_mpeg2dec_alloc_buffer):
20218           Use a debug category. Adjust the report level of several items to
20219           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20220           so it doesn't lose the GstBuffer pointer
20221         * gst/debug/Makefile.am:
20222         * gst/debug/gstdebug.c: (plugin_init):
20223         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20224         (gst_navseek_base_init), (gst_navseek_class_init),
20225         (gst_navseek_init), (gst_navseek_seek),
20226         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20227         (gst_navseek_get_property), (gst_navseek_chain),
20228         (gst_navseek_plugin_init):
20229         * gst/debug/gstnavseek.h:
20230           Add the navseek debug element for seeking back and forth in a
20231           video stream using arrow keys.
20232         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20233         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20234         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20235         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20236         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20237         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20238         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20239         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20240         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20241         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20242         * gst/mpeg2sub/gstmpeg2subt.h:
20243           Pretty much a complete rewrite. Now a loopbased element. May still
20244           require work to properly synchronise subtitle buffers.
20245         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20246         (gst_dvd_demux_send_subbuffer):
20247         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20248           Don't attempt to create subbuffers of size 0
20249           Reduce a couple of error outputs to warnings.
20250         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20251         (gst_y4mencode_chain):
20252         Output the y4m frame header correctly.
20253
20254 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20255
20256         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20257           throw errors instead of allowing SIGFPE
20258
20259 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20260
20261         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20262         (gst_gconf_render_bin_from_key):
20263           leak plugging and style fixing
20264
20265 2004-03-31  David Schleef  <ds@schleef.org>
20266
20267         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20268         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20269         (bug #138225)
20270         * gst/debug/Makefile.am:
20271         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20272         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20273         plugin.
20274         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20275         (gst_negotiation_base_init), (gst_negotiation_class_init),
20276         (gst_negotiation_init), (gst_negotiation_getcaps),
20277         (gst_negotiation_pad_link), (gst_negotiation_chain),
20278         (gst_negotiation_set_property), (gst_negotiation_get_property),
20279         (gst_negotiation_plugin_init):  New element to talk about random
20280         negotiation things happening in a pipeline.
20281
20282 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20285           fix integer addition with help of Stefan Kost
20286
20287 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20288
20289         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20290
20291 2004-03-30  David Schleef  <ds@schleef.org>
20292
20293         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20294         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20295         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20296         (bug #137504)
20297         * ext/mpeg2dec/gstmpeg2dec.h:
20298
20299 2004-03-30  David Schleef  <ds@schleef.org>
20300
20301         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20302
20303 2004-03-30  David Schleef  <ds@schleef.org>
20304
20305         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20306         Michael Petullo) to handle .mov
20307
20308 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20309
20310         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20311         (gst_osselement_rate_check_rate):
20312           probe caps correctly for sound cards that only support one format
20313
20314 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20315
20316         * ext/kio/kiosrc.cpp: (process_events):
20317           update handling event processing if inside KDE - untested
20318
20319 2004-03-29  David Schleef  <ds@schleef.org>
20320
20321         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20322         by 2 to not interfere with other colorspaces.
20323         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20324         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20325         one to not interfere with ffmpeg_colorspace.
20326
20327 2004-03-29  David Schleef  <ds@schleef.org>
20328
20329         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20330         aren't in the caps.
20331         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20332         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20333
20334 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20335
20336         * gst-libs/gst/riff/riff-media.c:
20337           fail on error, don't try to set stuff on NULL caps
20338
20339 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20340
20341         * configure.ac:
20342         * ext/Makefile.am:
20343         * ext/kio/Makefile.am:
20344         * ext/kio/kioreceiver.cpp:
20345         * ext/kio/kioreceiver.h:
20346         * ext/kio/kiosrc.cpp:
20347         * ext/kio/kiosrc.h:
20348           add experimental kiosrc plugin
20349         * ext/alsa/gstalsaplugin.c: (plugin_init):
20350           initialize debugging category only when we're sure registering the
20351           plugins worked.
20352
20353 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20354
20355         * examples/gstplay/player.c: (main):
20356         * gst-libs/gst/play/play.c: (gst_play_class_init),
20357         (gst_play_set_location), (gst_play_set_data_src),
20358         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20359         (gst_play_set_visualization), (gst_play_connect_visualization):
20360           check return values of element_set_state and return FALSE where
20361           failed
20362
20363 2004-03-29  Benjamin Otte  <otte@gnome.org>
20364
20365         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20366           try harder to check if an event is really a discont
20367
20368 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20369
20370         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20371         * po/az.po:
20372
20373 2004-03-28  Benjamin Otte  <otte@gnome.org>
20374
20375         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20377         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20378           get rid of non-standard "..." ranges in case statements.
20379
20380 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20381
20382         * gst/mpegstream/gstmpegdemux.c:
20383         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20384         specific functionality split to the new dvddemux element.
20385         * gst/mpegstream/gstdvddemux.c:
20386         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20387         streams, derived from mpegdemux.
20388         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20389         up. SCR based timestamp rewriting can be turned off (will probably
20390         completely disappear soon).
20391         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20392         hacking. General cleanup. All printf statements replaced by
20393         debugging messages. Almost complete libdvdnav support.
20394         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20395         by events. New properties for audio and subpicture languages.
20396         (dvdnavsrc_update_highlight): Now uses events.
20397         (dvdnavsrc_user_op): Cleaned up.
20398         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20399         based). Lots of cleanup, and propper support for most libdvdnav
20400         events.
20401         (dvdnavsrc_make_dvd_event): New function.
20402         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20403         (dvdnavsrc_make_clut_change_event): New function.
20404
20405 2004-03-26  Benjamin Otte  <otte@gnome.org>
20406
20407         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20408           fix bug where typefinding would claim it's theora whenever less then
20409           7 bytes of data were available
20410
20411 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20412
20413         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20414         (gst_alawdec_base_init), (gst_alawdec_class_init),
20415         (gst_alawdec_init), (gst_alawdec_chain):
20416         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20417         (gst_alawenc_base_init), (gst_alawenc_class_init),
20418         (gst_alawenc_init), (gst_alawenc_chain):
20419         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20420         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20421         (gst_mulawdec_init), (gst_mulawdec_chain):
20422         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20423         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20424         (gst_mulawenc_init), (gst_mulawenc_chain):
20425           Fix capsnego in all four, remove the unused property functions and
20426           simplify the chain functions slightly. I guess we could use macros
20427           or something similar for those, since the code is so similar, but
20428           I'm currently too lazy...
20429
20430 2004-03-24  David Schleef  <ds@schleef.org>
20431
20432         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20433         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20434         (gst_osselement_get_format_structure),
20435         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20436         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20437         (gst_osselement_rate_int_compare): Add code to handle rate probing
20438         (bug #120883)
20439         * sys/oss/gstosselement.h: same
20440         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20441         Use rate probing provided by osselement.
20442         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20443
20444 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20445
20446         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20447         (gst_xvidenc_get_property):
20448           ulong/int mess-up.
20449
20450 2004-03-24  David Schleef  <ds@schleef.org>
20451
20452         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20453         (gst_speexdec_init):
20454         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20455         (gst_speexenc_init):  Create the pad template correctly (from
20456         the static pad template, not a NULL pointer.)
20457
20458 2004-03-25  Benjamin Otte  <otte@gnome.org>
20459
20460         * gst/debug/Makefile.am:
20461         * gst/debug/breakmydata.c:
20462           add element that quasi-randomly changes bytes in the stream.
20463           Intended use is robustness checking of demuxers and decoders in
20464           media tests.
20465
20466 2004-03-24  Benjamin Otte  <otte@gnome.org>
20467
20468         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20469         (gst_alsa_probe_hw_params):
20470         * ext/alsa/gstalsa.h:
20471           debugging output fixes
20472
20473 2004-03-24  Benjamin Otte  <otte@gnome.org>
20474
20475         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20476           don't g_return_if_fail if element is PLAYING, fail silently as every
20477           other element.
20478         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20479           only fix needed for cast lvalue issues in gst-plugins
20480         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20481           add proxy_getcaps
20482
20483 2004-03-24  Benjamin Otte  <otte@gnome.org>
20484
20485         * gst/level/gstlevel.c: (gst_level_init):
20486           add proxying getcaps function, so level doesn't advertise impossible
20487           caps
20488
20489 2004-03-24  David Schleef  <ds@schleef.org>
20490
20491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20492         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20493         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20494         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20495         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20496         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20497         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20498         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20499         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20500         messages.  Divide the chunk size by the compression ratio
20501         (needed for MACE audio)
20502
20503 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20504
20505         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20506           Fix buffer overflow read error.
20507
20508 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20509
20510         * ext/alsa/gstalsa.h:
20511           Remove unused entry.
20512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20513           Add cinepak.
20514         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20515         (gst_videodrop_link), (gst_videodrop_chain):
20516           Fix, sort of. Was horribly broken with new capsnego. Bah...
20517
20518 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20519
20520         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20521         (plugin_init):
20522         Add a monkeysaudio typefind function
20523
20524 2004-03-23  Johan Dahlin  <johan@gnome.org>
20525
20526         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20527         (gst_play_video_fixate): Check so the structure has the field
20528         before trying to fixate them, this makes it possible to have
20529         fakesinks for video and audio output without printing errors on
20530         the output console.
20531
20532 2004-03-22  David Schleef  <ds@schleef.org>
20533
20534         * sys/oss/Makefile.am:
20535         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20536         (check_rate), (add_rate):  Rate probing test app.
20537
20538 2004-03-21  Benjamin Otte  <otte@gnome.org>
20539
20540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20541         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20542           add a fixation function that pretty much does the right thing (fixes
20543           #137556)
20544
20545 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20546
20547         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20548
20549 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20550
20551         reviewed by: Benjamin Otte  <otte@gnome.org>
20552
20553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20554           terminate gst_event_new_discontinuous correctly (fixes parts of
20555           #137711)
20556
20557 2004-03-19  David Schleef  <ds@schleef.org>
20558
20559         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20560         since it doesn't depend on X, and it's part of our ABI.
20561
20562 2004-03-19  Iain <iain@prettypeople.org>
20563
20564         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20565         is_int in the structure, not the local variable.
20566
20567 2004-03-19  David Schleef  <ds@schleef.org>
20568
20569         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20570         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20571         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20572         Improvements in caps negotiation.
20573
20574 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20575
20576         * po/LINGUAS:
20577         * po/af.po:
20578           adding Afrikaans (Petri Jooste)
20579
20580 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20581
20582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20583         (gst_ffmpegcolorspace_chain):
20584         throw error instead of g_critical (#137588)
20585
20586 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20587
20588         * Makefile.am:
20589         * configure.ac:
20590           dist common and m4 correctly
20591         * po/sv.po:
20592
20593 2004-03-17  David Schleef  <ds@schleef.org>
20594
20595         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20596         (bug #137348)
20597
20598 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20599
20600         * po/LINGUAS:
20601         * po/sv.po:
20602           adding Swedish translation (Christian Rose)
20603
20604 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20605
20606         * Makefile.am: use release.mak
20607
20608 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20609
20610         * common/ChangeLog:
20611         * common/gst-autogen.sh:
20612           add some explanation about the version detection
20613         * configure.ac:
20614           fix X check
20615
20616 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20617
20618         * configure.ac: bump nano to 1
20619
20620 === release 0.8.0 ===
20621
20622 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20623
20624         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20625
20626 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20627
20628         * configure.ac:
20629           update libtool version
20630         * gst-libs/gst/media-info/Makefile.am:
20631           actually use libtool version
20632
20633 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20634
20635         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20636
20637 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20638
20639         * configure.ac:
20640         * gst-plugins.spec.in:
20641         * pkgconfig/Makefile.am:
20642         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20643         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20644         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20645         * pkgconfig/gstreamer-libs.pc.in:
20646         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20647         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20648         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20649         * pkgconfig/gstreamer-plugins.pc.in:
20650           remove @VERSION@ from some of the pc files since core and plugins
20651           are decoupled.
20652           created gstreamer-plugins.pc as it's a better name, but keeping
20653           -libs around for now to get fixes upstream done first.
20654
20655 2004-03-15  Julien MOUTTE <julien@moutte.net>
20656
20657         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20658         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20659         * gst-libs/gst/play/play.h:
20660
20661 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20662
20663         * *.c, *.cc: don't mix tabs and spaces
20664
20665 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20666
20667         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20668           use the new ffmpegcolorspace
20669         * gst-plugins.spec.in:
20670           package new colorspace and media-info
20671         * configure.ac:
20672         * pkgconfig/Makefile.am:
20673           fix some more disting issues
20674         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20675         * pkgconfig/gstreamer-media-info.pc.in:
20676           generate media-info pc files
20677
20678 2004-03-15  Johan Dahlin  <johan@gnome.org>
20679
20680         * *.h: Revert indenting
20681
20682 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20683
20684         * configure.ac:
20685           adding ffmpegcolorspace element
20686         * gst/ffmpegcolorspace/Makefile.am:
20687         * gst/ffmpegcolorspace/avcodec.h:
20688         * gst/ffmpegcolorspace/common.h:
20689         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20690         * gst/ffmpegcolorspace/dsputil.h:
20691         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20692         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20693         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20694         (gst_ffmpeg_caps_to_pix_fmt):
20695         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20697         (gst_ffmpegcolorspace_caps_remove_format_info),
20698         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20699         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20700         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20701         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20702         (gst_ffmpegcolorspace_set_property),
20703         (gst_ffmpegcolorspace_get_property),
20704         (gst_ffmpegcolorspace_register):
20705         * gst/ffmpegcolorspace/imgconvert.c:
20706         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20707         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20708         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20709         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20710         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20711         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20712         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20713         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20714         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20715         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20716         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20717         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20718         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20719         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20720         (img_get_alpha_info), (deinterlace_line),
20721         (deinterlace_line_inplace), (deinterlace_bottom_field),
20722         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20723         * gst/ffmpegcolorspace/imgconvert_template.h:
20724         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20725         * gst/ffmpegcolorspace/mmx.h:
20726         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20727           adding ffmpegcolorspace element supplied by Ronald after cleaning
20728           up and pulling in the right bits of upstream source.
20729           I'm sure a better C/compiler wizard could do some cleaning up (for
20730           example use GLIB's malloc stuff), but as a first pass this
20731           works very well
20732
20733 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20734
20735         * ext/alsa/gstalsa.h:
20736           I assume Ronald forgot to commit the change to have cardname
20737           as a struct member.  Expect some public spanking at the next
20738           opportunity.
20739
20740 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20741
20742         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20743         (gst_alsa_open_audio), (gst_alsa_close_audio):
20744         * ext/alsa/gstalsa.c:
20745           Don't open the device if we're a mixer (= padless).
20746         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20747         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20748         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20749           Open mixer during state change rather than during object
20750           initialization. Also, get a device name. Currently in a somewhat
20751           hackish fashion, but I didn't really find something better.
20752
20753 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20754
20755         * *.c, *.h: run gst-indent
20756
20757 2004-03-14  Benjamin Otte  <otte@gnome.org>
20758
20759         * gst/modplug/gstmodplug.cc:
20760         * gst/modplug/gstmodplug.h:
20761           set correct timestamps on outgoing buffers
20762
20763 2004-03-14  Benjamin Otte  <otte@gnome.org>
20764
20765         * gst/modplug/gstmodplug.cc:
20766           handle events - don't do crap when a discont arrives that's not
20767           necessary
20768           This allows correct loading and playback of mods in Rhythmbox
20769
20770 2004-03-14  Benjamin Otte  <otte@gnome.org>
20771
20772         * configure.ac:
20773         * gst-libs/gst/gconf/Makefile.am:
20774         * pkgconfig/Makefile.am:
20775           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20776           they get rebuilt properly
20777         * configure.ac:
20778           when checking for vorbis, try pkgconfig first.
20779         * gst/modplug/gstmodplug.cc:
20780           add fixate function
20781
20782 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20783
20784         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20785           Fix for obvious mistake, where we first shift the offset and then
20786           read a samplesize element assuming the old offset. Note that this
20787           part still has something weird, i.e. my movies containing those
20788           don't actually play well, but at least there's something that looks
20789           like sound now.
20790
20791 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20792         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20793         (plugin_init):
20794         Add a typefind function for speex format
20795
20796 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20797
20798         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20799         (gst_asf_demux_setup_pad):
20800           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20801           instead of 0. Reason is simple: some elements have a fps range
20802           of 1-max instead of 0-max. So now ASF video actually works.
20803
20804 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20805
20806         * po/LINGUAS:
20807         * po/sr.po:
20808           adding serbian as a language
20809
20810 2004-03-13  Benjamin Otte  <otte@gnome.org>
20811
20812         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20813           return taglist correctly from _get function, don't gst_pad_push it.
20814           (fixes #137042)
20815
20816 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20817         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20818
20819 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20820
20821         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20822         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20823         (gst_alsa_mixer_track_new):
20824         * ext/alsa/gstalsamixertrack.h:
20825           Fix ancient leftovers... MixerTrack is a GObject.
20826
20827 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20828
20829         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20830         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20831           Don't block during probing...
20832
20833 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20834
20835         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20836         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20837         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20838         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20839         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20840         (gst_alsa_open_audio), (gst_alsa_close_audio):
20841         * ext/alsa/gstalsa.h:
20842           Add propertyprobe interface implementation, add some device-name
20843           property, all this so that it looks good in gnome-volume-control.
20844
20845 2004-03-12  David Schleef  <ds@schleef.org>
20846
20847         * configure.ac: the Hermes library controls hermescolorspace, not
20848         colorspace.
20849         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20850         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20851         not /* */
20852         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20853         * ext/sdl/sdlvideosink.h: ditto.
20854         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20855
20856 2004-03-12  Benjamin Otte  <otte@gnome.org>
20857
20858         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20859         (gst_x_overlay_got_xwindow_id):
20860         * gst-libs/gst/xoverlay/xoverlay.h:
20861           replace XID with unsigned long to get rid of the xlibs dependency in
20862           XOverlay (fixes #137004)
20863
20864 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20865         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20866         (gst_agingtv_setup):
20867         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20868         (gst_dicetv_base_init), (gst_dicetv_class_init),
20869         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20870         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20871         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20872         (gst_edgetv_setup), (gst_edgetv_rgb32):
20873         * gst/effectv/gsteffectv.c:
20874         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20875         (gst_quarktv_set_property):
20876         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20877         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20878         (gst_revtv_setup), (gst_revtv_rgb32):
20879         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20880         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20881         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20882         (gst_shagadelictv_rgb32):
20883         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20884         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20885         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20886         * gst/effectv/gstwarp.c:
20887         Port everything that can be ported to videofilter and fix up the caps.
20888         Can someone with a big-endian machine please check these?
20889
20890 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20891
20892         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20893         (gst_osssink_chain), (gst_osssink_change_state):
20894           Latest fixes for A/V sync, audio playback and such. This is about
20895           all... MPEG playback issues are mostly related to the async build-
20896           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20897
20898 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20899
20900         patch from: Stephane Loeuillet
20901
20902         * configure.ac:
20903           use pkg-config for some libraries, falling back to the old .m4 way
20904           (fixes #131270)
20905         * m4/libdv.m4:
20906           removed
20907
20908 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20909
20910         * configure.ac:
20911         * tools/Makefile.am:
20912         * tools/Makefile.in:
20913         * tools/gst-launch-ext-m.m:
20914         * tools/gst-launch-ext.1.in:
20915         * tools/gst-visualise-m.m:
20916         * tools/gst-visualise.1:
20917         * tools/gst-visualise.1.in:
20918           reorganizing generation of script tools
20919
20920 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20921
20922         * ext/divx/gstdivxdec.c:
20923           Downgrade priority. We prefer ffdec_mpeg4.
20924         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20925         (gst_faad_chain), (gst_faad_change_state):
20926           Fix capsnego. Doesn't work for some sounds because we don't have
20927           a 5:1 to stereo element.
20928         * ext/xvid/gstxvid.c: (plugin_init):
20929           Add priority.
20930         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20931         (gst_osssink_change_state):
20932           Add discont handling.
20933
20934 2004-03-09  Colin Walters  <walters@verbum.org>
20935
20936         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20937         conversion.
20938
20939 2004-03-09  Benjamin Otte  <otte@gnome.org>
20940
20941         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20942           the signals take 2 arguments
20943
20944 2004-03-09  David Schleef  <ds@schleef.org>
20945
20946         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20947         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20948         * ext/alsa/gstalsa.h:
20949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20950
20951 2004-03-09  Benjamin Otte  <otte@gnome.org>
20952
20953         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20954         (gst_mikmod_change_state):
20955         * ext/mikmod/gstmikmod.h:
20956           make mikmod's loop function not loop infinitely and call
20957           gst_element_yield anymore
20958         * gst/modplug/gstmodplug.cc:
20959           fix pad negotiation (fixes #136590)
20960
20961 2004-03-09  David Schleef  <ds@schleef.org>
20962
20963         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20964         doesn't conflict with the internal colorspace plugin.
20965         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20966         satisfy the crappy-ass shell shipped by a certain vendor.
20967         * gst/videofilter/make_filter: same (bug #135299)
20968
20969 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20970
20971         * configure.ac: bump nano to 1
20972
20973 === release 0.7.6 ===
20974
20975 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20976
20977         * configure.in: releasing 0.7.6, "There"
20978
20979 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20980
20981         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20982         * pkgconfig/gstreamer-play.pc.in:
20983           synchronize the two
20984
20985 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20986
20987         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20988         (cdparanoia_open), (cdparanoia_event):
20989           fix/add error handling
20990         * po/POTFILES.in:
20991           add cdparanoia source
20992         * tools/Makefile.am:
20993           make scripts executable
20994
20995 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20996
20997         * configure.ac:
20998         * ext/vorbis/Makefile.am:
20999         * sys/Makefile.am:
21000           remove id3types, vorbisfile and xvideosink from the build (#133783)
21001
21002 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21003
21004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21005           Fix metadata read crash (#136537).
21006
21007 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21008
21009         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21010         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21011           adding mime types, fixing the one-stop function
21012
21013 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21014
21015         * ext/nas/nassink.c and /ext/nas/nassink.h:
21016         More NAS love from Arwed von Merkatz
21017         So lets all sing 'Can you feel the NAS tonight'
21018
21019 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21020
21021         * tools/gst-launch-ext.in:
21022         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21023
21024 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21025
21026         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21027         (gst_mpeg2dec_init):
21028         remove the user_data pad for now, because it is being used in
21029         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21030         If someone knows how to fix this properly, please do.
21031
21032 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21033
21034         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21035         (gst_osssink_get_time):
21036         add a warning, IMO this won't get triggered anymore, remove later
21037
21038 2004-03-07  David Schleef  <ds@schleef.org>
21039
21040         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21041         format (bug #136470)
21042
21043 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21044
21045         * gst-libs/Makefile.am:
21046         * gst-libs/gst/media-info/Makefile.am:
21047         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21048         (error_callback), (gst_media_info_error_create),
21049         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21050         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21051         * gst-libs/gst/media-info/media-info-priv.h:
21052         * gst-libs/gst/media-info/media-info-test.c: (main):
21053         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21054         (gst_media_info_class_init), (gst_media_info_instance_init),
21055         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21056         (gst_media_info_read_idler), (gst_media_info_read):
21057         * gst-libs/gst/media-info/media-info.h:
21058         fixed, should work now
21059
21060 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21061
21062         * ext/nas/nassink.c:
21063         A bunch of NAS fixes from Arwed von Merkatz
21064
21065 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21066
21067         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21068         (qtdemux_parse_trak):
21069           Fix crash (j might be greater than n_samples, in which case we're
21070           writing outside the allocated space for the array) and memleak.
21071
21072 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21073
21074         * sys/oss/gstosssink.c: (gst_osssink_chain):
21075           And another caller that couldn't handle delay < 0 (unsigned
21076           integer overflow). Video now continues playing on an audio
21077           buffer underrun, and the clock continues working. Audio still
21078           stalls.
21079
21080 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21081
21082         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21083         (gst_osssink_get_time):
21084           get_delay() may return values lower than 0. In those cases, we
21085           should not actually cast to *unsigned* int64, that will break
21086           stuff horribly. In my case, it screwed up A/V sync in movies
21087           in totem rather badly.
21088
21089 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21090
21091         * ext/faac/gstfaac.c: (gst_faac_chain):
21092         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21093         * ext/libpng/gstpngenc.c: (user_write_data):
21094         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21095         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21096         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21097         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21098         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21099         of any buffer), should fix some leaks. I hope I didn't unref buffers
21100         that shouldn't be...
21101
21102 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21103
21104         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21105         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21106         (error_callback), (gmi_reset), (gmi_seek_to_track),
21107         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21108         (gmip_find_type_post), (gmip_find_stream_post),
21109         (gmip_find_track_streaminfo_post):
21110         * gst-libs/gst/media-info/media-info-priv.h:
21111         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21112         (info_print), (main):
21113         * gst-libs/gst/media-info/media-info.c:
21114         (gst_media_info_error_create), (gst_media_info_error_element),
21115         (gst_media_info_instance_init), (gst_media_info_get_property),
21116         (gst_media_info_new), (gst_media_info_set_source),
21117         (gst_media_info_read_idler), (gst_media_info_read):
21118         * gst-libs/gst/media-info/media-info.h:
21119           first pass at making this work again.  This seems to work on
21120           tagged ogg/vorbis and mp3 files.
21121
21122 2004-03-06  Benjamin Otte  <otte@gnome.org>
21123
21124         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21125           fix huge leak: gst_buffer_merge doesn't unref the first argument
21126           itself.
21127
21128 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21129
21130         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21131           report layer/mode/emphasis
21132
21133 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21134
21135         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21136
21137 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21138
21139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21140           signal serial
21141
21142 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21143
21144         * ext/vorbis/vorbis.c: (plugin_init):
21145         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21146         (gst_vorbis_dec_init), (vorbis_dec_event):
21147         add debug category
21148         make vorbisdec handle _BYTE and _TIME queries
21149
21150 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21151
21152         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21153           from the xing header
21154
21155 2004-03-06  Benjamin Otte  <otte@gnome.org>
21156
21157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21158         (gst_audio_convert_link), (gst_audio_convert_change_state),
21159         (gst_audio_convert_buffer_from_default_format):
21160           do conversions from/to float correctly, fix some caps nego errors,
21161           export correct supported caps in template and getcaps, use correct
21162           caps in try_set_caps functions
21163
21164 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21165
21166         For some reason, I only committed a ChangeLog entry yesterday and
21167         not the corresponding code...
21168         * ext/mad/gstmad.c: Fix detection of Xing headers
21169         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21170
21171 2004-03-06  Benjamin Otte  <otte@gnome.org>
21172
21173         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21174         (gst_ogg_demux_src_query):
21175           make sure to handle the case where there's no current chain
21176           gracefully.
21177
21178 2004-03-05  David Schleef  <ds@schleef.org>
21179
21180         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21181         Add fixate function. (bug #131128)
21182         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21183         (gst_sdlvideosink_fixate):  Add fixate function.
21184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21185         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21186         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21187         Fix missing break that was causing ulaw to be interpreted as
21188         raw int.
21189
21190 2004-03-05  David Schleef  <ds@schleef.org>
21191
21192         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21193         Fix code that ignores return value of gst_buffer_merge().
21194         (bug #114560)
21195         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21196         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21197         * testsuite/gst-lint:  Check for above.
21198
21199 2004-03-05  David Schleef  <ds@schleef.org>
21200
21201         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21202         caps and throw an element error.  (bug #136334)
21203
21204 2004-03-05  David Schleef  <ds@schleef.org>
21205
21206         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21207         (gst_faad_chain): Fix negotiation.
21208         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21209         key and button events.
21210         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21211         dung heap of code.
21212         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21213         depends on gconf
21214         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21215         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21216         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21217         function to encourage better negotiation, particularly between
21218         audioconvert and osssink.
21219         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21220         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21221         more important.
21222         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21223         typefinding.
21224         * gst/vbidec/vbiscreen.c:  Add glib header
21225         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21226
21227 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21228
21229         * ext/mad/gstmad.c: Fix detection of Xing headers
21230         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21231
21232 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21233
21234         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21235         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21236           debug updates
21237
21238 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21239
21240         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21241         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21242         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21243         files, and report the parsed length as a GST_TAG_DURATION tag.
21244         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21245
21246 2004-03-05  Benjamin Otte  <otte@gnome.org>
21247
21248         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21249           convert channels correctly. convert correctly to unsigned.
21250
21251 2004-03-05  Julien MOUTTE <julien@moutte.net>
21252
21253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21254         we have a window before clearing it.
21255
21256 2004-03-05  Julien MOUTTE <julien@moutte.net>
21257
21258         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21259         have a window before clearing it.
21260
21261 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21262
21263         * gconf/gstreamer.schemas.in:
21264         * gst-libs/gst/gconf/Makefile.am:
21265           version installation path the same way as for 0.6
21266         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21267         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21268         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21269           remove comment that was fixed
21270
21271 2004-03-05  David Schleef  <ds@schleef.org>
21272
21273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21274         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21275         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21276         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21277         Add prototype code for handling seeking and querying.
21278
21279 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21280
21281         * examples/gstplay/player.c: (main):
21282           Initialize variables to NULL. Prevents a segfault because the
21283           (uninitialized) variable is not NULL, resulting in a crash on
21284           trying to reach error->message.
21285
21286 2004-03-05  Benjamin Otte  <otte@gnome.org>
21287
21288         * gst/audioconvert/gstaudioconvert.c:
21289         (gst_audio_convert_buffer_to_default_format):
21290         make float=>int conversion work correctly even in cornercases.
21291
21292 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21293
21294         * debian/README.Debian:
21295         * debian/build-deps:
21296         * debian/changelog:
21297         * debian/control:
21298         * debian/control.in:
21299         * debian/copyright:
21300         * debian/gstreamer-a52dec.files:
21301         * debian/gstreamer-aa.files:
21302         * debian/gstreamer-alsa.files:
21303         * debian/gstreamer-alsa.manpages:
21304         * debian/gstreamer-arts.files:
21305         * debian/gstreamer-artsd.files:
21306         * debian/gstreamer-audiofile.files:
21307         * debian/gstreamer-avifile.files:
21308         * debian/gstreamer-cdparanoia.files:
21309         * debian/gstreamer-colorspace.files:
21310         * debian/gstreamer-doc.files:
21311         * debian/gstreamer-dv.files:
21312         * debian/gstreamer-dvd.files:
21313         * debian/gstreamer-esd.files:
21314         * debian/gstreamer-festival.files:
21315         * debian/gstreamer-flac.files:
21316         * debian/gstreamer-gconf.conffiles:
21317         * debian/gstreamer-gconf.files:
21318         * debian/gstreamer-gconf.postinst:
21319         * debian/gstreamer-gnomevfs.files:
21320         * debian/gstreamer-gsm.files:
21321         * debian/gstreamer-http.files:
21322         * debian/gstreamer-jack.files:
21323         * debian/gstreamer-jpeg.files:
21324         * debian/gstreamer-mad.files:
21325         * debian/gstreamer-mikmod.files:
21326         * debian/gstreamer-misc.files:
21327         * debian/gstreamer-mpeg2dec.files:
21328         * debian/gstreamer-oss.files:
21329         * debian/gstreamer-plugin-apps.files:
21330         * debian/gstreamer-plugin-apps.manpages:
21331         * debian/gstreamer-plugin-libs-dev.files:
21332         * debian/gstreamer-plugin-libs.files:
21333         * debian/gstreamer-plugin-template.postinst:
21334         * debian/gstreamer-plugin-template.postrm:
21335         * debian/gstreamer-sdl.files:
21336         * debian/gstreamer-sid.files:
21337         * debian/gstreamer-vorbis.files:
21338         * debian/gstreamer-x.files:
21339         * debian/mk.control:
21340         * debian/rules:
21341         Debian package info not maintained here.
21342
21343 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21344
21345         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21346         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21347         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21348         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21349         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21350         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21351         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21352         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21353         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21354         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21355         * gst-libs/gst/colorbalance/colorbalance.c:
21356         (gst_color_balance_class_init):
21357         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21358         (gst_color_balance_channel_class_init):
21359         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21360         * gst-libs/gst/play/play.c: (gst_play_class_init):
21361         * gst-libs/gst/propertyprobe/propertyprobe.c:
21362         (gst_property_probe_iface_init):
21363         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21364         * gst-libs/gst/tuner/tunerchannel.c:
21365         (gst_tuner_channel_class_init):
21366         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21367         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21368         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21369         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21370         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21371         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21372         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21374         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21375           fix signals to use - instead of _
21376         * ext/libcaca/gstcacasink.h:
21377         * ext/sdl/sdlvideosink.h:
21378           fix header rename
21379
21380 2004-03-04  David Schleef  <ds@schleef.org>
21381
21382         * testsuite/gst-lint:  Add a check for bad signal names.
21383
21384 2004-03-04  <kost@imn.htwk-leipzig.de>
21385
21386         reviewed by David Schleef
21387
21388         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21389         modified the alpha channel and caused a warning. (bug #136192)
21390
21391 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21392
21393         * gst-plugins.spec.in:
21394         Change names of plugins to actually be correct. Try to keep things
21395         alphabetical to avoid getting beat up by Thomas
21396
21397 2004-03-03  Julien MOUTTE <julien@moutte.net>
21398
21399         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21400         Using ximagesink as a default if no gconf key found. We should
21401         probably consider using alsasink instead of osssink for the audio
21402         part.
21403
21404 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21405
21406         * configure.ac:
21407           fix --with-plugins, don't think it ever worked before
21408         * gst-plugins.spec.in:
21409           even more updates
21410
21411 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21412
21413         * ext/sdl/sdlvideosink.h:
21414         * sys/ximage/ximagesink.h:
21415         * sys/xvideo/xvideosink.h:
21416         * sys/xvimage/xvimagesink.h:
21417           Fix for move of gstvideosink.h -> videosink.h.
21418
21419 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21420
21421         * gst-libs/gst/xwindowlistener/Makefile.am:
21422           this is a plugin library, not a library
21423
21424 2004-03-01  David Schleef  <ds@schleef.org>
21425
21426         * AUTHORS:  Added some names.  Add yourself if you're still
21427         missing.
21428
21429 2004-03-01  David Schleef  <ds@schleef.org>
21430
21431         * MAINTAINERS: Add
21432
21433 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21434
21435         * gst-plugins.spec.in: clean up spec file
21436
21437 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21438
21439         * gst-libs/gst/video/Makefile.am:
21440         * gst-libs/gst/video/gstvideosink.c:
21441         * gst-libs/gst/video/gstvideosink.h:
21442           rename gstvideosink.h to videosink.h to match other headers
21443         * gst/mixmatrix/Makefile.am:
21444           fix plugin filename
21445         * gst/tags/Makefile.am: fix plugin filename
21446
21447 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21448
21449         * gst/tags/Makefile.am: fix plugin filename
21450
21451 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21452
21453         * examples/gstplay/player.c: (got_time_tick), (main):
21454           add error handler
21455           display time_tick more readably
21456         * gst/mixmatrix/Makefile.am:
21457           fix plugin file name
21458
21459 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21460
21461         * sys/oss/gstosselement.c: (gst_osselement_probe),
21462         (device_combination_append), (gst_osselement_class_probe_devices):
21463         * sys/oss/gstosselement.h:
21464           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21465           on my system using alsa oss emulation, fixes bug #135597
21466
21467 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21468
21469         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21470         (gst_videodrop_chain), (gst_videodrop_change_state):
21471         * gst/videodrop/gstvideodrop.h:
21472           Work based on timestamp of input data, not based on the expected
21473           framerate from the input. The consequence is that this element now
21474           not only scales framerates, but also functions as a framerate
21475           corrector or framerate stabilizer/constantizer.
21476
21477 2004-02-27  David Schleef  <ds@schleef.org>
21478
21479         patches from jmmv@menta.net (Julio M. Merino Vidal)
21480
21481         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21482         GST_ELEMENT_ERROR call (bug #135634)
21483         * gst/interleave/interleave.c: (interleave_buffered_loop),
21484         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21485         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21486         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21487         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21488         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21489         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21490         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21491         Fix GST_ELEMENT_ERROR call.
21492         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21493         GST_ELEMENT_ERROR call.
21494
21495 2004-02-27  Benjamin Otte  <otte@gnome.org>
21496
21497         * gst-libs/gst/audio/audio.h:
21498           add macro to make sure header isn't included twice
21499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21500           don't use gst_buffer_free
21501         * gst/playondemand/filter.func:
21502           don't use gst_data_free. Free data only once.
21503
21504 2004-02-26  David Schleef  <ds@schleef.org>
21505
21506         * gst-libs/gst/colorbalance/Makefile.am:
21507         * gst-libs/gst/mixer/Makefile.am:
21508         * gst-libs/gst/tuner/Makefile.am:
21509         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21510         should not be disted, -marshal.h files should not be installed,
21511         and -enum.h files _should_ be installed.  Fix to make this the
21512         case.
21513
21514 === release 0.7.5 ===
21515
21516 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21517
21518         * configure.ac: release 0.7.5, "Under The Sea"
21519
21520 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21521
21522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21523         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21524         * gst/videoscale/gstvideoscale.c:
21525         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21526           assorted debug/warning fixes
21527
21528 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21529
21530         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21531         (gst_videoscale_init), (gst_videoscale_chain),
21532         (gst_videoscale_set_property), (plugin_init):
21533         * gst/videoscale/gstvideoscale.h:
21534         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21535         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21536         (gst_videoscale_planar400), (gst_videoscale_packed422),
21537         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21538         (gst_videoscale_24bit), (gst_videoscale_16bit),
21539         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21540         (gst_videoscale_scale_plane_slow),
21541         (gst_videoscale_scale_point_sample),
21542         (gst_videoscale_scale_nearest),
21543         (gst_videoscale_scale_nearest_str2),
21544         (gst_videoscale_scale_nearest_str4),
21545         (gst_videoscale_scale_nearest_32bit),
21546         (gst_videoscale_scale_nearest_24bit),
21547         (gst_videoscale_scale_nearest_16bit):
21548         add debugging category and use it properly
21549         fix use of GST_PTR_FORMAT
21550
21551 2004-02-25  Andy Wingo  <wingo@pobox.com>
21552
21553         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21554         push only when channel->buffer is NULL. Prevents segfaults doing
21555         the state change after a nonlocal exit, like a scheme exception.
21556
21557         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21558         Handle the case where the intersected caps is empty.
21559
21560 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21561
21562         * gst/law/mulaw-decode.c: (mulawdec_link):
21563         * gst/law/mulaw.c: (plugin_init):
21564           fix mulawdec so it actually works again
21565
21566 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21567
21568         reviewed by: David Schleef  <ds@schleef.org>
21569
21570         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21571         (gst_gamma_init), (gst_gamma_set_property),
21572         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21573         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21574         for RGB, with separate r g and b correction factors. (#131167)
21575
21576 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21577
21578         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21579           only signal tags for bitrate if they're > 0 (#134894)
21580
21581 2004-02-24  David Schleef  <ds@schleef.org>
21582
21583         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21584         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21585         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21586         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21587         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21588         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21589         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21590         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21591         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21592         category.  Attempt to fix timestamp calculation.
21593
21594 2004-02-24  Johan Dahlin  <johan@gnome.org>
21595
21596         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21597
21598 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21599
21600         * configure.ac:
21601         * gconf/Makefile.am:
21602         * gconf/gstreamer.schemas:
21603         * gst-libs/gst/gconf/Makefile.am:
21604         * gst-libs/gst/gconf/gconf.c:
21605           version gconf schemas and install locations
21606
21607 2004-02-23  Benjamin Otte  <otte@gnome.org>
21608
21609         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21610         (gst_xine_input_subclass_init):
21611           call parent dispose.
21612           change pad template for CD reader correctly
21613         * ext/xine/Makefile.am:
21614         * ext/xine/gstxine.h:
21615         * ext/xine/xine.c: (plugin_init):
21616         * ext/xine/xineaudiosink.c:
21617           wrap audio sinks, too
21618         * gst-libs/gst/resample/private.h:
21619         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21620         (gst_resample_reinit), (gst_resample_scale),
21621         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21622         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21623         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21624         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21625         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21626         * gst-libs/gst/resample/resample.h:
21627         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21628         (gst_audioscale_class_init), (gst_audioscale_link),
21629         (gst_audioscale_get_buffer), (gst_audioscale_init),
21630         (gst_audioscale_chain), (gst_audioscale_set_property),
21631         (gst_audioscale_get_property):
21632         * gst/audioscale/gstaudioscale.h:
21633           s/resample_*/gst_resample_*/i to not clobber namespaces
21634
21635 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21636
21637         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21638         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21639         (gst_riff_create_video_template_caps),
21640         (gst_riff_create_audio_template_caps),
21641         (gst_riff_create_iavs_template_caps):
21642         * gst-libs/gst/riff/riff-media.h:
21643         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21644         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21645         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21646         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21648         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21649         (gst_matroska_demux_plugin_init): First batch implementing audio and
21650         video codec tags in demuxers.
21651
21652 2004-02-22  Benjamin Otte  <otte@gnome.org>
21653
21654         * ext/xine/Makefile.am:
21655         * ext/xine/gstxine.h:
21656         * ext/xine/xine.c: (plugin_init):
21657         * ext/xine/xineinput.c:
21658           add input plugin wrapper. Playback from files, http, mms and cdda
21659           works.
21660         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21661           remove leftover G_GNUC_UNUSED
21662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21663         (gst_asf_demux_identify_guid):
21664           improve debugging output
21665
21666 2004-02-22  Benjamin Otte  <otte@gnome.org>
21667
21668         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21669
21670         * autogen.sh:
21671           replace test -e with test -x for mkinstalldirs to be more portable.
21672           (fixes #134816)
21673
21674 2004-02-22  Benjamin Otte  <otte@gnome.org>
21675
21676         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21677
21678         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21679           set rank to PRIMARY
21680         * gst/volume/gstvolume.c: (plugin_init):
21681           set rank to NONE
21682         fixes #134960
21683
21684 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21685
21686         reviewed by Benjamin Otte  <otte@gnome.org>
21687
21688         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21689           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21690
21691 2004-02-22  Benjamin Otte  <otte@gnome.org>
21692
21693         * configure.ac:
21694           export [_]*{gst,Gst,GST}.* symbols from plugins
21695
21696 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21697
21698         reviewed by: Benjamin Otte  <otte@gnome.org>
21699
21700         * ext/lame/gstlame.c: (add_one_tag):
21701         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21703         (gst_vorbisenc_metadata_set1):
21704         * gst/tags/gstid3tag.c:
21705         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21706           apply fixes from bugs #135042 (lame can't write tags) and #133817
21707           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21708
21709 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21710
21711         * configure.ac: Export only gst_plugin_desc from plugins.
21712          Note that this change only makes any effect with Linux using libtool
21713          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21714          fine. And don't try to have several versions of libtool in different
21715          directories.
21716
21717 2004-02-20  Andy Wingo  <wingo@pobox.com>
21718
21719         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21720         interleave respectively.
21721
21722         * gst/interleave/deinterleave.c: New plugin: deinterleave
21723         (replaces on oneton).
21724         * gst/interleave/interleave.c: New plugin: interleave.
21725         * gst/interleave/plugin.h: Support file.
21726         * gst/interleave/plugin.c: Support file.
21727
21728         * configure.ac: Remove intfloat and oneton, add interleave.
21729
21730         * ext/sndfile/gstsf.c: Handle events better.
21731
21732         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21733         and float2int operation. int2float has scheduling problems as
21734         noted in in2float_chain.
21735
21736 2004-02-20  Benjamin Otte  <otte@gnome.org>
21737
21738         * ext/xine/Makefile.am:
21739         * ext/xine/gstxine.h:
21740         * ext/xine/xine.c:
21741         * ext/xine/xineaudiodec.c:
21742         * ext/xine/xinecaps.c:
21743           add first version of xine plugin wrapper. Currently only wraps the
21744           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21745         * configure.ac:
21746         * ext/Makefile.am:
21747           add xine plugin wrapper, disabled by default. Use --enable-xine to
21748           build. Note that it'll segfault on gst-register if you don't remove
21749           the goom and tvtime post plugins from xine.
21750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21751         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21752           add extradata parsing for QDM2.
21753           change around debugging prints.
21754
21755 2004-02-19  Benjamin Otte  <otte@gnome.org>
21756
21757         * ext/lame/gstlame.c: (gst_lame_chain):
21758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21759           use gst_tag_list_insert when you want to insert tags
21760
21761 2004-02-18  David Schleef  <ds@schleef.org>
21762
21763         * configure.ac:  Move massink to gst-rotten
21764         * ext/Makefile.am:
21765         * ext/mas/Makefile.am:
21766         * ext/mas/massink.c:
21767         * ext/mas/massink.h:
21768
21769 2004-02-18  David Schleef  <ds@schleef.org>
21770
21771         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21772         typefinding, since it seems to be worse than nothing.
21773         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21774         atom to recognize .mp4 and .m4a files as video/quicktime.
21775
21776 2004-02-18  David Schleef  <ds@schleef.org>
21777
21778         * gst/sine/demo-dparams.c: (quit_live),
21779         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21780         Use double dparams, not float.
21781         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21782         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21783         sync'd elements don't really work correctly.
21784         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21785         (volume_update_volume), (volume_get_property):  Change dparam
21786         to double.
21787
21788 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21789
21790         * sys/ximage/ximagesink.c:
21791         (gst_ximagesink_xwindow_update_geometry),
21792         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21793         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21794         (gst_ximagesink_init): Rework the way software video scaling works. So
21795         now we check on each chain call if the video frames are feeling the
21796         window. If not we try to renegotiate caps. On failure we memorize that
21797         and we won't try again for that PLAYING sessions.
21798         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21799         failure.
21800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21801         synchronous flag.
21802
21803 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21804
21805         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21806           break up _link so we can give a better debug message for errors
21807
21808 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21809
21810         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21811           set up debug category
21812
21813 2004-02-18  Julien MOUTTE <julien@moutte.net>
21814
21815         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21816         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21817         the way renegotiation work. The event handling function is not taking
21818         care of external windows and renegotiate method check for pad flags
21819         NEGOTIATING. Should fix : #133209
21820
21821 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21822
21823         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21824         pad is negotiating before trying renegotiation.
21825
21826 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21827
21828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21829           pass on all possible mime types as typefind hints
21830
21831 2004-02-17  Julien MOUTTE <julien@moutte.net>
21832
21833         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21835         possible SHM leak if we crash. All other apps using XShm are doing
21836         that.
21837
21838 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21839
21840         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21841         (gst_ximagesink_expose): Renegotiate size on expose.
21842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21843         size on expose.
21844
21845 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21846
21847         * testsuite/alsa/sinesrc.c:
21848           cosmetic fix to fix compile issue with gcc 2.95.4
21849
21850 2004-02-16  Julien MOUTTE <julien@moutte.net>
21851
21852         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21853         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21854         failed opening the audio device.
21855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21856         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21857         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21858         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21859         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21860         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21861         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21862         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21863         Removing some useless g_return_if_fail like wingo suggested.
21864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21865         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21866         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21867         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21868         (gst_xvimagesink_update_colorbalance),
21869         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21870         (gst_xvimagesink_xcontext_clear),
21871         (gst_xvimagesink_get_fourcc_from_caps),
21872         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21873         (gst_xvimagesink_set_xwindow_id),
21874         (gst_xvimagesink_colorbalance_list_channels),
21875         (gst_xvimagesink_colorbalance_set_value),
21876         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21877         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21878
21879 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21880
21881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21882           throw error when not negotiated instead of asserting
21883
21884 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21885
21886         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21887         correct data refcounting.
21888
21889 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21890
21891         * gst/switch/gstswitch.c: (gst_switch_change_state),
21892         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21893         change, mostly the EOS flag.
21894
21895 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21896
21897         * examples/gstplay/player.c: (got_eos), (main): Adding some
21898         output for debugging.
21899         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21900         timeouts if we go to any state different from PLAYING.
21901         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21902         more EOS bugs in riff lib.
21903
21904 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21905
21906         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21907         visualization until i find a way to fix switch correctly.
21908         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21909         EOS arrives.
21910         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21911         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21912         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21913         Reworked switch to get a more correct behaviour with events and refing
21914         of data stored in sinkpads.
21915         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21916         we don't pull from a pad in EOS.
21917
21918 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21919
21920         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21921           remove v1 tag even if we can't read it (makes sure we don't detect
21922           it again)
21923
21924 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21925
21926         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21927         (gst_alsa_xrun_recovery):
21928         * ext/alsa/gstalsa.h:
21929           try xrun recovery when wait failed. Make xrun recovery function
21930           return TRUE/FALSE to indicate success. (might fix #134354)
21931
21932 2004-02-13  David Schleef  <ds@schleef.org>
21933
21934         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21935         (dynparm_value_changed), (main): Convert from float to double.
21936         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21937
21938 2004-02-13  David Schleef  <ds@schleef.org>
21939
21940         * gst/silence/gstsilence.c: (gst_silence_class_init),
21941         (gst_silence_set_clock), (gst_silence_get),
21942         (gst_silence_set_property), (gst_silence_get_property):
21943         * gst/silence/gstsilence.h: Add sync property.
21944         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21945         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21946         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21947         * gst/sine/gstsinesrc.h: Add sync property.
21948
21949 2004-02-13  David Schleef  <ds@schleef.org>
21950
21951         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21952         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21953
21954 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21955
21956         * configure.ac:
21957         * ext/Makefile.am:
21958         * gst-libs/ext/Makefile.am:
21959           move ffmpeg plugin to gst-ffmpeg module
21960
21961 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21962
21963         * configure.ac: use GST_ARCH to detect architecture
21964
21965 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21966
21967         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21968
21969 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21970
21971         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21972           classify LADSPA plugins based on number of src/sink pads
21973           (#133663, Stefan Kost)
21974         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21975           fix dparams registration
21976           (#133528, Stefan Kost)
21977         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21978           fix use of isprint and use g_ascii_isprint instead
21979           (#133316, Stefan Kost)
21980
21981 2004-02-11  David Schleef  <ds@schleef.org>
21982
21983         Convert a few inner loops to use liboil.  This is currently
21984         optional, and is only enabled if liboil is present (duh!).
21985         * configure.ac: Check for liboil-0.1
21986         * gst/intfloat/Makefile.am:
21987         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21988         (gst_int2float_chain_gint16):
21989         * gst/videofilter/Makefile.am:
21990         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21991         (tablelookup_u8), (gst_videobalance_planar411):
21992         * gst/videotestsrc/Makefile.am:
21993         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21994         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21995         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21996         (paint_hline_RGB565), (paint_hline_xRGB1555):
21997
21998 2004-02-11  David Schleef  <ds@schleef.org>
21999
22000         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22001         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22002         (gst_colorspace_getcaps), (gst_colorspace_link),
22003         (gst_colorspace_base_init), (gst_colorspace_init),
22004         (gst_colorspace_chain), (gst_colorspace_change_state),
22005         (plugin_init): Merge Ronald's patch (bug #117897) and update
22006         for new caps and negotiation.  Seems to work, although it
22007         shows off bugs in lcs.
22008
22009 2004-02-11  David Schleef  <ds@schleef.org>
22010
22011         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22012         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22013
22014 2004-02-11  David Schleef  <ds@schleef.org>
22015
22016         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22017         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22018         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22019         Add server and port properties
22020
22021 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * m4/a52.m4:
22024         * m4/aalib.m4:
22025         * m4/as-ffmpeg.m4:
22026         * m4/as-liblame.m4:
22027         * m4/as-slurp-ffmpeg.m4:
22028         * m4/check-libheader.m4:
22029         * m4/esd.m4:
22030         * m4/freetype2.m4:
22031         * m4/gconf-2.m4:
22032         * m4/glib.m4:
22033         * m4/gst-alsa.m4:
22034         * m4/gst-artsc.m4:
22035         * m4/gst-ivorbis.m4:
22036         * m4/gst-matroska.m4:
22037         * m4/gst-sdl.m4:
22038         * m4/gst-shout2.m4:
22039         * m4/gst-sid.m4:
22040         * m4/gtk.m4:
22041         * m4/libdv.m4:
22042         * m4/libfame.m4:
22043         * m4/libmikmod.m4:
22044         * m4/ogg.m4:
22045         * m4/vorbis.m4:
22046           fix underquotedness of macros (#133800)
22047         * m4/as-avifile.m4:
22048         * m4/xmms.m4:
22049           removed because no longer used
22050
22051 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22052
22053         * configure.ac:
22054           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22055           by autopoint (fixes #132996)
22056
22057 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22058
22059         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22060         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22061         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22062         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22063           fix memleaks
22064
22065 2004-02-11  David Schleef  <ds@schleef.org>
22066
22067         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22068         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22069         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22070         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22071         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22072         (gst_jpegenc_class_init), (gst_jpegenc_init),
22073         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22074         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22075         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22076         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22077
22078 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22079
22080         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22081         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22082         * ext/mikmod/gstmikmod.h:
22083           fix caps negotiation in mikmod
22084         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22085           output debug information
22086
22087 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22088
22089         * gst-libs/gst/colorbalance/Makefile.am:
22090         * gst-libs/gst/navigation/Makefile.am:
22091         * gst-libs/gst/xoverlay/Makefile.am:
22092           remove unused GST_OPT_CFLAGS from Makefiles
22093           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22094
22095 2004-02-07  David Schleef  <ds@schleef.org>
22096
22097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22098         push events to pads that haven't been created (#133508)
22099
22100 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22101
22102         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22103         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22104         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22105         (gst_dvdec_loop), (gst_dvdec_change_state):
22106         Second attempt at committing a working dvdec element.
22107
22108 2004-02-06  David Schleef  <ds@schleef.org>
22109
22110         Build fixes for OS X: (see #129600)
22111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22112         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22113         (gst_riff_read_strf_iavs):
22114         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22115         (gst_avi_demux_stream_odml):
22116         * gst/playondemand/Makefile.am:
22117         * gst/rtp/rtp-packet.c:
22118
22119 2004-02-05  David Schleef  <ds@schleef.org>
22120
22121         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22122         last change, because it Just Doesn't Compile.
22123
22124 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22125
22126         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22127           skip undecodable id3v2 tag instead of keeping it
22128
22129 2004-02-05  David Schleef  <ds@schleef.org>
22130
22131         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22132         Unref leaked buffer.  (Noticed by Ronald)
22133
22134 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22135
22136         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22137         Sync requires with other checks.  >= vs =.
22138
22139 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22140
22141         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22142         (gst_dvdec_video_link), (gst_dvdec_loop):
22143         * ext/dv/gstdvdec.h:
22144           rework the caps negotiation so that dvdec works again instead
22145           of just segfaulting.
22146
22147 === release 0.7.4 ===
22148
22149 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22150
22151         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22152         * configure.ac: changed for release
22153
22154 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22155
22156         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22157         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22158         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22159         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22160           reworked patch by David Lehn to fix libdir and includedir for
22161           uninstalled libraries
22162           removed play and gconf from gstreamer-libs since they have their
22163           own pkgconfig files
22164
22165 2004-02-04  David Schleef  <ds@schleef.org>
22166
22167         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22168         memleak.
22169
22170 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22171
22172         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22173           use correct GST_TAG_ENCODER tag
22174
22175 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22176
22177         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22178           be sure to stop the clock when going to paused
22179         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22180           reset number of transmitted when going to ready.
22181         fixes #132935
22182
22183 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22184
22185         reviewed by Benjamin Otte
22186
22187         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22188           extract track count (fixes #133410)
22189
22190 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22191
22192         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22193           that should be !=, not == (fixes #132519)
22194
22195 2004-02-04  David Schleef  <ds@schleef.org>
22196
22197         Make sure set_explicit_caps() is called before adding pad.
22198         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22199         * gst/id3/gstid3types.c: (gst_id3types_loop):
22200         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22201         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22202
22203 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22204
22205         * configure.ac:
22206           bump nano to 2, first prerelease
22207           put back AM_PROG_LIBTOOL
22208
22209 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22210
22211         * testsuite/alsa/Makefile.am:
22212           these are user test apps, not automatic testsuite tests
22213
22214 2004-02-04  David Schleef  <ds@schleef.org>
22215
22216         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22217         * gst/mpeg1videoparse/gstmp1videoparse.c:
22218         (mp1videoparse_parse_seq):
22219         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22221         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22222         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22223         (gst_xvideosink_getcaps):
22224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22225         * testsuite/gst-lint: more tests
22226
22227 2004-02-04  David Schleef  <ds@schleef.org>
22228
22229         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22230         with the code that they would expand to.
22231         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22232         (gst_flacdec_get_src_query_types),
22233         (gst_flacdec_get_src_event_masks):
22234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22235         (gst_gnomevfssrc_get_query_types),
22236         (gst_gnomevfssrc_get_event_mask):
22237
22238 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22239
22240         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22241         (gst_sinesrc_dispose):
22242           fix memleak by properly disposing sinesrc
22243
22244 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22245
22246         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22247         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22248         an overlay to redraw the image because it has been exposed.
22249         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22250         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22251         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22252         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22253         interface
22254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22255         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22256         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22257         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22258         interface
22259
22260 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22261
22262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22263           more memleak fixage
22264
22265 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22266
22267         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22268         * gst/typefind/gsttypefindfunctions.c:
22269           fix memleaks shown by gst-typefind
22270
22271 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22272
22273         * common/glib-gen.mak:
22274           add hack rule to touch .Plo files
22275         * gst-libs/gst/colorbalance/Makefile.am:
22276         * gst-libs/gst/mixer/Makefile.am:
22277         * gst-libs/gst/play/Makefile.am:
22278         * gst-libs/gst/tuner/Makefile.am:
22279           remove glib_root variable
22280
22281 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22282
22283         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22284           set explicit caps before adding the element, so the autopluggers can
22285           plug correctly.
22286         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22287         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22288         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22289         (dv_type_find):
22290           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22291           argument.
22292
22293 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22294
22295         * gst-libs/gst/colorbalance/Makefile.am:
22296         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22297         * gst-libs/gst/colorbalance/colorbalance.c:
22298         * gst-libs/gst/colorbalance/colorbalance.h:
22299         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22300         * gst-libs/gst/mixer/Makefile.am:
22301         * gst-libs/gst/mixer/mixer-marshal.list:
22302         * gst-libs/gst/mixer/mixer.c:
22303         * gst-libs/gst/mixer/mixer.h:
22304         * gst-libs/gst/mixer/mixermarshal.list:
22305         * gst-libs/gst/play/Makefile.am:
22306         * gst-libs/gst/play/play.h:
22307         * gst-libs/gst/tuner/Makefile.am:
22308         * gst-libs/gst/tuner/tuner-marshal.list:
22309         * gst-libs/gst/tuner/tuner.c:
22310         * gst-libs/gst/tuner/tuner.h:
22311         * gst-libs/gst/tuner/tunermarshal.list:
22312           use new glib-gen.mak snippet to clean up Makefile.am
22313           fix various bugs in Makefile.am's
22314
22315 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22316
22317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22318           handle chain parsing correctly in the multichain case
22319         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22320         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22321         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22322         (theora_dec_chain):
22323           handle events and queries correctly
22324
22325 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22326
22327         * .cvsignore:
22328         Ignore generated file _stdint.h.
22329
22330 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22331
22332         * gst-libs/gst/colorbalance/Makefile.am:
22333         * gst-libs/gst/colorbalance/colorbalance.h:
22334         * gst-libs/gst/mixer/Makefile.am:
22335         * gst-libs/gst/mixer/mixer.h:
22336         * gst-libs/gst/play/Makefile.am:
22337         * gst-libs/gst/play/play.h:
22338         * gst-libs/gst/tuner/Makefile.am:
22339         * gst-libs/gst/tuner/tuner.h:
22340         Generate enum type code with glib-mkenums.
22341         * gst-libs/gst/colorbalance/.cvsignore:
22342         * gst-libs/gst/mixer/.cvsignore:
22343         * gst-libs/gst/play/.cvsignore:
22344         * gst-libs/gst/tuner/.cvsignore:
22345         Ignore generated files.
22346
22347 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22348
22349         * gst-libs/gst/audio/.cvsignore:
22350         Ignore generated file.
22351         * gst-libs/gst/audio/Makefile.am:
22352         Do not install example filter.
22353
22354 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22355
22356         * examples/switch/.cvsignore:
22357         Ignore generated file.
22358
22359 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22360
22361         * common/m4/ax_create_stdint_h.m4:
22362         * configure.ac:
22363           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22364           _stdint.h.
22365         * Makefile.am:
22366           remove generated _stdint.h in DISTCLEANFILES
22367         * ext/a52dec/gsta52dec.c:
22368           include _stdint.h for a52dec. (should fix #133064)
22369
22370 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22371
22372         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22373         (gst_tag_to_vorbis_comments):
22374         Add replaygain support to vorbistag
22375
22376 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22377         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22378         (gst_ffmpeg_caps_to_extradata):
22379           Fix SVQ3 caps flag properties
22380           Use glib macro for bytes swap
22381
22382 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22383
22384         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22385         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22386         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22387         * ext/sndfile/gstsf.c: (plugin_init):
22388         * gst/avi/gstavi.c: (plugin_init):
22389         * sys/dxr3/dxr3init.c: (plugin_init):
22390         * sys/oss/gstossaudio.c: (plugin_init):
22391         * sys/v4l/gstv4l.c: (plugin_init):
22392         * sys/v4l2/gstv4l2.c: (plugin_init):
22393           remove textdomain calls
22394         * po/nl.po:
22395           update Dutch translation
22396
22397 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22398
22399         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22400         (gst_play_set_audio_sink): Moving volume in the audio thread for
22401         instantaneous volume change. Maybe i will add another volume in front
22402         of visualization later, not sure yet though.
22403
22404 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22405
22406         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22407         (gst_ximagesink_handle_xevents): Better X events handling, only take
22408         the latest events for configure and motion.
22409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22410
22411 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22412
22413         reviewed by: David Schleef  <ds@schleef.org>
22414
22415         Fix memory leaks:
22416         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22417         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22418
22419 2004-02-02  David Schleef  <ds@schleef.org>
22420
22421         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22422         of lines.
22423         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22424         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22425         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22426         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22427         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22428         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22429         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22430         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22431         (gst_float2_2_int_link):
22432         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22433         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22434         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22435         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22436         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22437         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22438         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22439         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22440         * testsuite/gst-lint: Add tests for bzero and ;;
22441
22442 2004-02-02  David Schleef  <ds@schleef.org>
22443
22444         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22445
22446 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22447
22448         * ext/aalib/gstaasink.c: (gst_aasink_open):
22449         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22451         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22452         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22453         (gst_afsink_close_file):
22454         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22455         (gst_afsrc_close_file):
22456         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22457         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22458         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22459         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22460         * ext/esd/esdmon.c: (gst_esdmon_get):
22461         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22462         * ext/faac/gstfaac.c: (gst_faac_chain):
22463         * ext/faad/gstfaad.c: (gst_faad_chain):
22464         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22465         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22466         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22467         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22468         (gst_flacdec_loop):
22469         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22470         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22471         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22472         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22473         (gst_gnomevfssink_close_file):
22474         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22475         (gst_gnomevfssrc_open_file):
22476         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22477         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22478         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22479         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22480         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22481         * ext/mad/gstmad.c: (gst_mad_chain):
22482         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22483         * ext/mpeg2dec/gstmpeg2dec.c:
22484         * ext/mpeg2enc/gstmpeg2enc.cc:
22485         * ext/mplex/gstmplex.cc:
22486         * ext/mplex/gstmplexibitstream.cc:
22487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22488         (gst_ogg_demux_push):
22489         * ext/raw1394/gstdv1394src.c:
22490         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22491         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22492         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22493         (gst_sf_loop):
22494         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22495         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22496         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22497         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22498         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22499         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22500         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22501         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22502         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22503         (gst_riff_read_element_data), (gst_riff_read_seek),
22504         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22505         * gst/adder/gstadder.c: (gst_adder_loop):
22506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22507         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22508         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22509         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22510         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22511         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22512         * gst/goom/gstgoom.c: (gst_goom_chain):
22513         * gst/id3/gstid3types.c: (gst_id3types_loop):
22514         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22515         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22516         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22517         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22518         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22519         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22520         (gst_ebml_read_float), (gst_ebml_read_header):
22521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22522         (gst_matroska_demux_parse_blockgroup):
22523         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22524         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22525         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22526         * gst/silence/gstsilence.c: (gst_silence_get):
22527         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22528         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22529         * gst/speed/gstspeed.c: (speed_loop):
22530         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22532         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22533         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22534         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22535         (gst_wavparse_loop):
22536         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22537         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22538         (dxr3audiosink_close):
22539         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22540         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22541         (dxr3videosink_close), (dxr3videosink_write_data):
22542         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22543         * sys/oss/gstosssink.c: (gst_osssink_chain):
22544         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22545         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22546         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22547         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22548         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22549         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22550         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22551         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22552         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22553         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22554         (gst_v4l_set_audio):
22555         * sys/v4l/v4l_calls.h:
22556         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22557         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22558         (gst_v4lmjpegsink_playback_init),
22559         (gst_v4lmjpegsink_playback_start):
22560         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22561         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22562         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22563         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22564         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22565         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22566         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22567         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22568         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22569         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22570         (gst_v4l2_get_output), (gst_v4l2_set_output),
22571         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22572         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22573         (gst_v4l2_set_attribute):
22574         * sys/v4l2/v4l2_calls.h:
22575         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22576         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22577         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22578         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22579         (gst_v4l2src_capture_stop):
22580         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22581         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22582         (gst_ximagesink_chain):
22583         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22584         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22585         (gst_xvideosink_xwindow_new):
22586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22587         (gst_xvimagesink_chain):
22588
22589 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22592         (gst_volume_get_volume), (volume_class_init), (volume_init),
22593         (volume_chain_int16), (volume_update_volume):
22594         * gst/volume/gstvolume.h:
22595           make code more readable by removing magic numbers
22596           make mixer interface export 0-100 range
22597           make it internally map to 0.0-1.0 range so users don't distort
22598           output by putting the sliders at full volume
22599
22600 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22601
22602         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22603         (gst_play_state_change), (gst_play_seek_to_time):
22604         block the tick callback for 0.5 secs after doing a seek
22605
22606 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22607
22608         * gst-libs/gst/play/play.c: (gst_play_new):
22609           check for GError
22610
22611 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22612
22613         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22614         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22615         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22616         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22618         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22619
22620 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22621
22622         * configure.ac:
22623         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22624           check for a function added in vorbis 1.1
22625
22626 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22627
22628         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22629         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22630           really start/stop clock only on PLAYING <=> PAUSED
22631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22632           remove \n from debugging lines
22633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22634           make it work when seeking does not
22635         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22636           reset on DISCONT
22637
22638 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22639
22640         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22641           start clock on PAUSED=>PLAYING, not later
22642         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22643           extract correct time for different discont formats
22644         (gst_alsa_sink_get_time):
22645           don't segfault when no format is negotiated yet, just return 0
22646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22647         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22648         (gst_ogg_pad_push):
22649           handle flush and discont events correctly
22650         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22651           handle discont events correctly
22652
22653 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22654
22655         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22656         (gst_play_error_create), (gst_play_error_plugin),
22657         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22658         * gst-libs/gst/play/play.h:
22659           add error handling during creation
22660         * examples/gstplay/player.c: (main):
22661           use new gst_play_new
22662
22663
22664 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22665
22666         * ext/theora/theoradec.c: (theora_dec_chain):
22667           make comments work
22668         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22669         (vorbis_dec_src_event), (vorbis_dec_chain):
22670           add encoder tag, fix tag reading to be more error tolerant, change
22671           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22672           gst_pad_event_default.
22673         * gst/tags/gstvorbistag.c:
22674         (gst_tag_list_from_vorbiscomment_buffer):
22675           undefine function specific define at end of function
22676
22677 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22678
22679         * ext/flac/gstflac.c: (plugin_init):
22680         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22681         * ext/flac/gstflacdec.h:
22682         * ext/flac/gstflacenc.h:
22683           Fix typos
22684
22685 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22686
22687         * examples/gstplay/player.c: s/gstplay.h/play.h/
22688
22689 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22690
22691         * gst-libs/gst/play/Makefile.am:
22692         * gst-libs/gst/play/gstplay.c:
22693         * gst-libs/gst/play/gstplay.h:
22694         * gst-libs/gst/play/play.c:
22695           more surgery, operation complete
22696
22697 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22698
22699         * gst-libs/gst/play/play.old.c:
22700         * gst-libs/gst/play/play.old.h:
22701           after CVS surgery by moving, remove
22702         * gst-libs/gst/play/playpipelines.c:
22703           remove
22704
22705         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22706           add negotiation error
22707
22708 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22709
22710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22711         (gst_ogg_demux_push):
22712           add some seeking debug info
22713           send a flush when seeking
22714
22715 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22716
22717         * configure.ac:
22718           use AC_C_INLINE
22719         * configure.ac:
22720         * ext/Makefile.am:
22721         * ext/theora/Makefile.am:
22722         * ext/theora/theoradec.c:
22723           add theora video decoder. Does just do simple decoding for now and
22724           has been tested against Theora cvs only. It only works when theora
22725           is compiled with --enable-static.
22726         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22727           always reset packetno on DISCONT
22728
22729 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22730
22731         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22732           Fix audio.
22733
22734 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22735
22736         * gst/mpegaudioparse/gstmpegaudioparse.c:
22737         (mp3_type_frame_length_from_header):
22738           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22739
22740 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22741
22742         * ext/esd/esdsink.c: (gst_esdsink_init):
22743           Since we have static pad template caps, we don't need to negotiate;
22744           either the core errors out or we know the format.
22745
22746 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22747
22748         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22749         (gst_riff_read_seek):
22750         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22751         (gst_ebml_read_seek):
22752           Fix event handling.
22753
22754 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22755
22756         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22757           removee video/x-theora from vp3 decoder, it doesn't handle raw
22758           theora streams
22759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22760           fix bug with finalizing element that never went to PAUSED
22761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22762           length and position queries were swapped
22763         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22764         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22765         (vorbis_dec_src_event):
22766           implement querying time and bytes
22767
22768 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22769
22770         * just about every source file:
22771           gst_element_error -> GST_ELEMENT_ERROR
22772
22773 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22774
22775         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22776         emiting FLUSH and even before DISCONT.
22777         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22778         get the best instant seeking as possible yay!
22779
22780 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22781
22782         * gst/mpeg1videoparse/gstmp1videoparse.c:
22783         (gst_mp1videoparse_real_chain):
22784           Committed wrong version last week... Grr... Didn't notice until now.
22785
22786 2004-01-29  Julien MOUTTE <julien@moutte.net>
22787
22788         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22790         have_xwindow_id signal in xwindow_create.
22791
22792 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22793
22794         * ext/ogg/gstoggdemux.c:
22795           lots of changes - mainly support for chained bitstreams, seeking,
22796           querying and bugfixes of course
22797         * ext/vorbis/Makefile.am:
22798         * ext/vorbis/vorbisdec.c:
22799         * ext/vorbis/vorbisdec.h:
22800           add vorbisdec raw vorbis decoder
22801         * ext/vorbis/vorbis.c: (plugin_init):
22802           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22803         * gst/intfloat/Makefile.am:
22804         * gst/intfloat/float22int.c:
22805         * gst/intfloat/float22int.h:
22806         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22807           add float2intnew plugin. It converts multichannel interleaved float to
22808           multichannel interleaved int. The name should probably be changed.
22809         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22810         (plugin_init):
22811           add typefinding for raw theora video so oggdemux can detect it.
22812
22813 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22814
22815         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22816         sink element first.
22817         * gst/videoscale/gstvideoscale.c:
22818         (gst_videoscale_handle_src_event): Fixing src event handler.
22819
22820 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22821
22822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22823         (gst_v4lsrc_open), (gst_v4lsrc_close),
22824         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22825         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22826         * sys/v4l/gstv4lsrc.h:
22827         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22828         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22829           Implement resizing... Hack. But that's why v4l is b0rked...
22830
22831 2004-01-28  Julien MOUTTE <julien@moutte.net>
22832
22833         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22834         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22835         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22836         (gst_ximagesink_xwindow_destroy):
22837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22838         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22839         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22840         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22841         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22842         correctly cleaning the image created to check xshm calls on succes,
22843         added a lot of XSync calls in X11 functions, and fixed a segfault when
22844         no image format was defined before negotiation happened.
22845
22846 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22847
22848         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22849           use gst_element_get_time to get correct time
22850
22851 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22852
22853         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22854         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22855         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22857         (gst_xvimagesink_check_xshm_calls),
22858         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22859         X plugins are now able to detect that XShm calls will fail even if the
22860         server claims that it has XShm support (remote displays most of the
22861         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22862         so that we use non XShm functions. This feature is almost useless for
22863         xvimagesink as Xv is not supported on remote displays anyway, but
22864         it might happen than even on the local display XShm calls fail.
22865
22866 2004-01-27  David Schleef  <ds@schleef.org>
22867
22868         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22869         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22870         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22871         changed esdsink to only use 44100,16,2, since esd sucks at rate
22872         conversion and esdsink has had difficulty negotiating.
22873
22874 2004-01-27  Julien MOUTTE <julien@moutte.net>
22875
22876         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22877         (gst_play_seek_to_time): Fixing the way to get current position.
22878
22879 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22880
22881         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22882           use gst_element_get_time to get correct time
22883
22884 2004-01-27  Julien MOUTTE <julien@moutte.net>
22885
22886         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22887         fix ever... Inverting 2 lines of code make spider autoplug correctly
22888         tagged mp3 !
22889
22890 2004-01-27  David Schleef  <ds@schleef.org>
22891
22892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22893         Use gst_pad_try_set_caps_nonfixed().
22894
22895 2004-01-27  David Schleef  <ds@schleef.org>
22896
22897         * gst/ac3parse/gstac3parse.c: update to checklist 5
22898         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22899         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22900         * gst/audioscale/gstaudioscale.c: same
22901         * gst/auparse/gstauparse.c: same
22902         * gst/avi/gstavidemux.c: same
22903
22904 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22905
22906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22907           stop processing after EOS
22908
22909 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22910
22911         * gst/asfdemux/asfheaders.h:
22912         * gst/asfdemux/gstasfdemux.c:
22913         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22914         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22915         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22916           lot's of fixes to make data extraction simpler and get the code
22917           architecture and compiler independant. Add debugging category
22918         * gst/goom/gstgoom.c: (gst_goom_change_state):
22919           reset channel count on PAUSED=>READY, not READY=>PAUSED
22920
22921 2004-01-26  Colin Walters  <walters@verbum.org>
22922
22923         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22924         code to pull a bigger buffer in iradio mode.  This as a side effect
22925         makes typefinding work.
22926
22927 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22928
22929         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22930         Fix SVQ3 decoding on PPC
22931
22932 2004-01-26  Julien MOUTTE <julien@moutte.net>
22933
22934         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22935         that one managed to stay there... Fixed.
22936
22937 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22938
22939         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22940         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22941         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22942         (qtdemux_video_caps):
22943         * gst/qtdemux/qtdemux.h:
22944         Add SVQ3 specific flags to qtdemux and ffmpeg
22945
22946 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22947
22948         * gst-libs/gst/audio/audio.h:
22949           remove buffer-frames from audio caps
22950         * gst/audioconvert/gstaudioconvert.c:
22951           fix plugin to really work.
22952
22953 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22954
22955         * gst-libs/gst/mixer/mixer.c:
22956         * gst-libs/gst/propertyprobe/propertyprobe.c:
22957         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22958         (gst_tuner_find_channel_by_name):
22959         * gst-libs/gst/tuner/tuner.h:
22960           Add gtk-doc style comments. Also fix a function name.
22961
22962 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22963
22964         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22965         (gst_divxdec_negotiate):
22966           Fix for new capsnego - also fixes gst-player with divxdec.
22967
22968 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22969
22970         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22971         (gst_play_identity_handoff), (gst_play_set_location),
22972         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22973         try in visualization implementation. Still have an issue with switch
22974         blocking when pulling from video_queue and only audio comes out of
22975         spider.
22976         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22977         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22978         release method. And check if the pad is usable before pulling.
22979
22980 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22981
22982         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22983         (gst_videobalance_init),
22984         (gst_videobalance_colorbalance_list_channels),
22985         (gst_videobalance_colorbalance_set_value),
22986         (gst_videobalance_colorbalance_get_value),
22987         (gst_videobalance_update_properties),
22988         (gst_videobalance_update_tables_planar411),
22989         (gst_videobalance_planar411):
22990         * gst/videofilter/gstvideobalance.h:
22991           Implement lookup-tables. +/- 10x faster.
22992
22993 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22994
22995         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22996         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22997           The index reading was broken. The rest worked fine, but the whole
22998           goal of my rewrite was to make avidemux readable, and this was
22999           not at all readable. Please use typed variables.
23000
23001 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23002
23003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23004           Additional pad usability check.
23005         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23006         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23007         (gst_mp1videoparse_real_chain):
23008           Fix MPEG video stream parsing. The original plugin had several
23009           issues, including not timestamping streams where the source was
23010           not timestamped (this happens with PTS values in mpeg system
23011           streams, but MPEG video is also a valid stream on its own so
23012           that needs timestamps too). We use the display time code for that
23013           for now. Also, if one incoming buffer contains multiple valid
23014           frames, we push them all on correctly now, including proper EOS
23015           handling. Lastly, several potential segfaults were fixed, and we
23016           properly sync on new sequence/gop headers to include them in next,
23017           not previous frames (since they're header for the next frame, not
23018           the previous). Also see #119206.
23019         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23020         (bpf_from_header):
23021           Move caps setting so we only do it after finding several valid
23022           MPEG-1 fraes sequentially, not right after the first one (which
23023           might be coincidental).
23024         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23025         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23026         (plugin_init):
23027           Add unsynced MPEG video stream typefinding, and change some
23028           probability values so we detect streams rightly. The idea is as
23029           follows: I can have an unsynced system stream which contains
23030           video. In the current code, I would randomly get a type for either
23031           system or video stream type found, because the probabilities are
23032           being calculated rather randomly. I now use fixed values, so we
23033           always prefer system stream if that was found (and that is how it
23034           should be). If no system stream was found, we can still identity                the stream as video-only.
23035
23036 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23037
23038         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23039         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23040           don't write to buffer. Extract data without the need of
23041           __attribute__ ((packed))
23042
23043 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23044
23045         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23046         (mpeg1_sys_type_find):
23047           Fix MPEG-1 stream typefinding.
23048
23049 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23050
23051         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23052           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23053
23054 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23055
23056         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23057         * ext/esd/gstesd.c: (plugin_init):
23058           private debugging, better error reporting
23059
23060 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23061
23062         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23063         (gst_riff_read_init), (gst_riff_read_change_state):
23064         * gst-libs/gst/riff/riff-read.h:
23065           Remove stuff fromold metadata system.
23066
23067 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23068
23069         * ext/ogg/gstoggdemux.c:
23070           Fix wrong file comment.
23071         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23072         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23073           Add metadata reading properly.
23074
23075 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23076
23077         * ext/Makefile.am:
23078           Fix nas DIST_SUBDIRS
23079           Uraeus:
23080           Fix bug where make distcheck doesn't get run on adding stuff to
23081           the build.
23082
23083 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23086         * ext/divx/gstdivxdec.h:
23087           Fix divx3 ("msmpeg4") playback using divxdec.
23088
23089 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23090
23091         * gst/typefind/gsttypefindfunctions.c:
23092         (mp3_type_frame_length_from_header): fix bug in length computation
23093         (mp3_type_find): improve debugging output
23094
23095 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23096
23097         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23098         (gst_play_set_location), (gst_play_seek_to_time),
23099         (gst_play_set_audio_sink), (gst_play_set_visualization),
23100         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23101         the pipeline from scratch. Visualization is back and switch went out as
23102         i realized it was not possible to use the way i wanted.
23103         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23104         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23105         clearing in state change from READY to NULL. So that one can clean the
23106         X ressources keeping the element.
23107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23108         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23109         (gst_xvimagesink_colorbalance_set_value),
23110         (gst_xvimagesink_colorbalance_get_value),
23111         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23112         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23113         change from READY to NULL and fixed some stupid bugs in colorbalance
23114         get/set values. Also added the following feature : when nobody tries to
23115         set some values to the colorbalance levels before the xcontext is
23116         grabbed, then when creating channels list from Xv attributes we set the
23117         internal values to the Xv defaults. This way we handle buggy Xv drivers
23118         that set default hue values far from the middle of the range (Thanks
23119         to Jon Trowbridge for pointing that issue).
23120         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23121         colorbalance levels have been set before xcontext is grabbed.
23122
23123 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23124
23125         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23126           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23127           it might block operations (which is bad for a mixer).
23128
23129 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23130
23131         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23132         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23133         (gmip_find_type_pre):
23134         * gst-libs/gst/media-info/media-info-priv.h:
23135         * gst-libs/gst/media-info/media-info.c:
23136         (gst_media_info_instance_init), (gst_media_info_read_idler):
23137         add fakesink to get caps on decoder src pad again
23138         fix callback prototype to match new have_type signal signature
23139
23140 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23141
23142         * gst/adder/gstadder.c: (gst_adder_link):
23143           fix non-compile and cut-n-paste code
23144
23145 2004-01-21  David Schleef  <ds@schleef.org>
23146
23147         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23148         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23149         (gst_swfdec_init), (gst_swfdec_change_state):
23150         * ext/swfdec/gstswfdec.h:
23151         Fix negotiation.
23152         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23153         (gst_adder_request_new_pad): Fix negotiation.
23154         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23155         Add a fixate function.
23156         * gst/intfloat/gstfloat2int.c:
23157         * gst/intfloat/gstfloat2int.h:
23158         * gst/intfloat/gstint2float.c:
23159         * gst/intfloat/gstint2float.h:
23160         Completely rewrite the negotiation.  Doesn't quite work yet,
23161         due to some buffer-frames problem.
23162
23163 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23164
23165         * ext/gnomevfs/gstgnomevfssrc.c:
23166         * sys/v4l2/v4l2_calls.h:
23167           fix includes for distcheck
23168
23169 2004-01-21  Christian Schaller <uraeus@gnome.org>
23170
23171         * ext/nas/
23172         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23173         based on earlier patch from Laurent Vivier
23174
23175 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23176
23177         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23178         Fix wma caps property
23179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23180         Fix typo (flags1 and flags2)
23181
23182 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23183
23184         * gst-libs/gst/media-info/media-info-priv.c:
23185         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23186         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23187         (gmip_find_stream), (gmip_find_track_metadata),
23188         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23189         (gmip_find_track_format):
23190         * gst-libs/gst/media-info/media-info-priv.h:
23191         * gst-libs/gst/media-info/media-info-test.c: (main):
23192         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23193         (gst_media_info_read_idler), (gst_media_info_read):
23194         * gst-libs/gst/media-info/media-info.h:
23195           register debugging category and use it for debugging
23196
23197 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23198
23199         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23200         (gst_vorbisfile_new_link):
23201           signal streaminfo through tags
23202
23203 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23204
23205         * ext/mplex/gstmplex.cc:
23206         * ext/mplex/gstmplexibitstream.cc:
23207           g++ doesn't like NULL in our i18n/error macros, should be
23208           either (NULL) or ("").
23209
23210 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23211
23212         * sys/dxr3/dxr3audiosink.c:
23213         * sys/dxr3/dxr3init.c:
23214         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23215         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23216           Fix more error error error errors (missing includes here).
23217
23218 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23219
23220         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23221           fix thomas' error errors.
23222
23223 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23224
23225         * ext/mpeg2enc/gstmpeg2enc.cc:
23226           fix error errors.
23227
23228 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23229
23230         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23231         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23232           Fix for new error system.
23233
23234 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23235
23236         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23237           fix for new error reporting
23238
23239 2004-01-20  David Schleef  <ds@schleef.org>
23240
23241         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23242         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23243         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23244         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23245         and neither is 100+, most likely.
23246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23247         (gst_xvimagesink_getcaps): same
23248
23249 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23250
23251         * configure.ac:
23252           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23253           clashes with ffmpeg.
23254
23255 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23256
23257         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23258         (gst_switch_init): Fixed switch element : proxying link and setting
23259         caps from src to sink on request.
23260
23261 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23262
23263         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23264         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23265         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23266         fix element_error
23267
23268 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23269
23270         * sys/v4l/v4l_calls.h:
23271         * sys/v4l2/v4l2_calls.h:
23272           element_error fixes
23273
23274 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23275
23276         * gst-libs/gst/gst-i18n-plugin.h:
23277           add locale.h
23278           remove config.h inclusion
23279
23280 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23281
23282         * autogen.sh:
23283           adding autopoint invocation
23284         * Makefile.am:
23285         * configure.ac:
23286         * gst-libs/gst/gettext.h:
23287           adding gettext bits
23288         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23289         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23290         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23291         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23292         (gst_gnomevfssink_close_file):
23293         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23294         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23295         * gst-libs/gst/gst-i18n-plugin.h:
23296         * gst/avi/gstavi.c: (plugin_init):
23297         * sys/dxr3/dxr3init.c: (plugin_init):
23298         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23299         * sys/oss/gstossaudio.c: (plugin_init):
23300         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23301         * sys/v4l/gstv4l.c: (plugin_init):
23302         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23303         * sys/v4l2/gstv4l2.c: (plugin_init):
23304         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23305         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23306         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23307         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23308         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23309         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23310           make sure locale and translation domain are set
23311           fix translated strings
23312         * po/.cvsignore:
23313         * po/LINGUAS:
23314         * po/Makevars:
23315         * po/POTFILES.in:
23316         * po/nl.po:
23317           put translation files into place
23318         * sys/xvideo/imagetest.c: (main):
23319         * ext/dv/demo-play.c: (main):
23320           fix unnecessary translations
23321
23322 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23323
23324         * ext/sndfile/gstsf.c:
23325         * gst/avi/gstavimux.c:
23326         * ext/audiofile/gstafsink.c:
23327         * ext/audiofile/gstafsrc.c:
23328         * ext/gnomevfs/gstgnomevfssink.c:
23329         * ext/gnomevfs/gstgnomevfssrc.c:
23330         * sys/oss/gstosselement.c:
23331         * sys/v4l/v4l_calls.h:
23332           fix i18n include
23333
23334 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23335
23336         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23337         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23338         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23339         (gst_v4l2_get_output), (gst_v4l2_set_output),
23340         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23341         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23342         (gst_v4l2_set_attribute):
23343         update to new error handling
23344
23345 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23346
23347         * ext/sidplay/gstsiddec.cc:
23348         * gst/modplug/gstmodplug.cc:
23349           parenthese NULL because C++ seems angry about it
23350
23351 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23352
23353         * gst-libs/gst/gst-i18n-plugin.h:
23354           add skeleton i18n stuff, but needs to be further implemented
23355
23356 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23357
23358         * examples/gstplay/player.c: (main):
23359         * ext/aalib/gstaasink.c: (gst_aasink_open):
23360         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23361         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23363         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23364         (gst_afsink_close_file):
23365         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23366         (gst_afsrc_close_file):
23367         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23368         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23369         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23370         * ext/esd/esdmon.c: (gst_esdmon_get):
23371         * ext/esd/esdsink.c: (gst_esdsink_chain):
23372         * ext/faac/gstfaac.c: (gst_faac_chain):
23373         * ext/faad/gstfaad.c: (gst_faad_chain):
23374         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23375         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23376         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23377         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23378         (gst_flacdec_loop):
23379         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23380         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23381         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23382         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23383         (gst_gnomevfssink_close_file):
23384         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23385         (gst_gnomevfssrc_open_file):
23386         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23387         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23388         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23389         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23390         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23391         * ext/mad/gstmad.c: (gst_mad_chain):
23392         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23393         * ext/mpeg2dec/gstmpeg2dec.c:
23394         * ext/mpeg2enc/gstmpeg2enc.cc:
23395         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23396         * ext/mplex/gstmplex.cc:
23397         * ext/mplex/gstmplexibitstream.cc:
23398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23399         (gst_ogg_demux_push), (gst_ogg_pad_push):
23400         * ext/raw1394/gstdv1394src.c:
23401         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23402         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23403         * ext/sidplay/gstsiddec.cc:
23404         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23405         (gst_sf_loop):
23406         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23407         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23408         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23409         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23410         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23411         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23412         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23413         * gst-libs/gst/Makefile.am:
23414         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23415         (gst_riff_read_element_data), (gst_riff_read_seek),
23416         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23417         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23419         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23420         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23421         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23422         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23423         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23424         * gst/goom/gstgoom.c: (gst_goom_chain):
23425         * gst/id3/gstid3types.c: (gst_id3types_loop):
23426         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23427         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23428         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23429         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23430         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23431         (gst_ebml_read_float), (gst_ebml_read_header):
23432         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23433         (gst_matroska_demux_parse_blockgroup):
23434         * gst/modplug/gstmodplug.cc:
23435         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23436         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23437         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23438         * gst/silence/gstsilence.c: (gst_silence_get):
23439         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23440         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23441         * gst/speed/gstspeed.c: (speed_loop):
23442         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23443         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23444         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23445         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23446         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23447         (gst_wavparse_loop):
23448         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23449         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23450         (dxr3audiosink_close):
23451         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23452         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23453         (dxr3videosink_close), (dxr3videosink_write_data):
23454         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23455         * sys/oss/gstosselement.h:
23456         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23457         (gst_osssink_chain):
23458         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23459         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23460         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23462         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23463         (gst_v4l_enable_overlay):
23464         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23465         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23466         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23467         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23468         (gst_v4l_set_audio):
23469         * sys/v4l/v4l_calls.h:
23470         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23471         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23472         (gst_v4lmjpegsink_playback_init),
23473         (gst_v4lmjpegsink_playback_start):
23474         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23475         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23476         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23477         (gst_v4lmjpegsrc_requeue_frame):
23478         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23479         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23480         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23481         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23482         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23483         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23484         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23485         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23486         (gst_v4l2src_capture_stop):
23487         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23488         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23489         (gst_ximagesink_chain):
23490         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23491         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23492         (gst_xvideosink_xwindow_new):
23493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23494         (gst_xvimagesink_chain):
23495         use new error signal, function and categories
23496
23497 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23498
23499         * configure.ac:
23500         * ext/Makefile.am:
23501         * ext/musicbrainz/gsttrm.c:
23502         * ext/musicbrainz/gsttrm.h:
23503         * ext/musicbrainz/Makefile.am:
23504         Add a trm plugin
23505
23506 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23507
23508         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23509         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23510         synchronous property for debugging.
23511         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23513         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23514         smaller block, fixing indent.
23515
23516 2004-01-16  David Schleef  <ds@schleef.org>
23517
23518         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23519         property affects the video stream.
23520         * sys/xvimage/xvimagesink.c:
23521         * sys/xvimage/xvimagesink.h:
23522         Add synchronous property for debugging.  Should probably be
23523         disabled in non-CVS builds.  Make sure that the Xv attribute
23524         exists before we set it (crash!).  Fix a silly float bug that
23525         caused colorbalance to just not work.
23526
23527 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23528
23529         * tools/gst-launch-ext.in - update for new plugins
23530
23531 2004-01-16  David Schleef  <ds@schleef.org>
23532
23533         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23534         already-freed caps.
23535
23536 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23537
23538         * Update spec for new colorspace plugin and libcaca plugin
23539         * Fix compilation of libcaca plugin (clock -> id)
23540
23541 2004-01-16  Julien MOUTTE <julien@moutte.net>
23542
23543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23544         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23545         (gst_xvimagesink_set_xwindow_id),
23546         (gst_xvimagesink_colorbalance_set_value),
23547         (gst_xvimagesink_colorbalance_get_value),
23548         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23549         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23550         correct colorbalance properties. They can now be set when the element
23551         is still in NULL state. The values will be committed to the Xv Port
23552         when xcontext is initialized.
23553         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23554         brightness int values in the GstXvImagesink structure.
23555
23556 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23557
23558         * gst-libs/gst/Makefile.am:
23559           restructure so having local patches works easier.
23560
23561 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23562
23563         * ext/mpeg2enc/Makefile.am:
23564         * ext/mpeg2enc/gstmpeg2enc.cc:
23565         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23566           Bugfix with respect to EOS handling.
23567
23568 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23569
23570         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23571           Link with right caps (else, it segfaults).
23572         * ext/mplex/gstmplexjob.cc:
23573           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23574
23575 2004-01-15  David Schleef  <ds@schleef.org>
23576
23577         * gst-libs/gst/audio/Makefile.am:
23578         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23579         from the template.
23580         * gst-libs/gst/audio/gstaudiofilter.c:
23581         * gst-libs/gst/audio/gstaudiofilter.h:
23582         Add bytes_per_sample and size and n_samples calculation.
23583         * gst-libs/gst/audio/gstaudiofilterexample.c:
23584         Remove, now autogenerated.
23585         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23586         Moved from gstaudiofilterexample, object name changed, code added
23587         so that it actually works.
23588         * gst-libs/gst/audio/make_filter:
23589         Script to build an audiofilter subclass from the template.
23590         * gst/colorspace/Makefile.am:
23591         * gst/colorspace/yuv2yuv.c:
23592         Remove file, since it's GPL, and we don't use it.
23593
23594 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23595
23596         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23598         them use the buffer free function to test how the buffer was allocated.
23599
23600 2004-01-15  David Schleef  <ds@schleef.org>
23601
23602         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23603         that handles osssink fallback.
23604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23605         (gst_audio_convert_getcaps):
23606         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23607         Add audio/x-qdm2 for QDM2 audio.
23608         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23609         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23610         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23611         Decrease minimum size to 16x16.
23612         * gst/wavparse/gstwavparse.c:
23613         Convert disabled pad template caps to new caps.
23614         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23616         (gst_xvimagesink_chain): Throw element error when display cannot
23617         be opened.  Increase minimum framerate to 1.0.  Check the data
23618         free function on a buffer to make sure it is the type we expect
23619         before manipulating it.
23620
23621 2004-01-15  Julien MOUTTE <julien@moutte.net>
23622
23623         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23624         (gst_videobalance_colorbalance_set_value): Implement passthru if
23625         settings are in the middle.
23626         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23627
23628 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23629
23630         * gst/videofilter/Makefile.am:
23631         * gst/volume/Makefile.am:
23632           Since we use videofilter symbols, link to it.
23633
23634 2004-01-15  Julien MOUTTE <julien@moutte.net>
23635
23636         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23637         mixer interface type to HARDWARE.
23638         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23639         type to SOFTWARE.
23640         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23641         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23642         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23643         (gst_volume_interface_init), (gst_volume_list_tracks),
23644         (gst_volume_set_volume), (gst_volume_get_volume),
23645         (gst_volume_set_mute), (gst_volume_mixer_init),
23646         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23647         (volume_init): Implementing mixer interface.
23648         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23649         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23650         (gst_osselement_change_state): Removing some trailing commas in
23651         structures.
23652         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23653         interface type to HARDWARE.
23654         * sys/v4l/gstv4lcolorbalance.c:
23655         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23656         type to HARDWARE.
23657         * sys/v4l2/gstv4l2colorbalance.c:
23658         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23659         interface type to HARDWARE.
23660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23661         same code than ximagesink for event handling.
23662
23663 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23664
23665         * ext/snapshot/Makefile.am:
23666         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23667         (gst_snapshot_chain):
23668         * ext/snapshot/gstsnapshot.h:
23669           This has to be a joke... Snapshot should be connected to a tee,
23670           colorspace element before it and EOS after that, where the other
23671           src of the tee receives normal data.
23672           The current way is *wrong*.
23673
23674 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23675
23676         * ext/hermes/gsthermescolorspace.c:
23677           Fix another compile error. Same as below.
23678
23679 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23680
23681         * gst/colorspace/gstcolorspace.c:
23682         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23683         (gst_colorspace_i420_to_yv12):
23684           Fix compiling... Didn't test if it actually works.
23685
23686 2004-01-15  David Schleef  <ds@schleef.org>
23687
23688         * configure.ac:
23689         * gst/colorspace/Makefile.am:
23690         * gst/colorspace/gstcolorspace.c:
23691         * gst/colorspace/gstcolorspace.h:
23692         * gst/colorspace/yuv2rgb.c:
23693         * gst/colorspace/yuv2rgb.h:
23694         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23695         code and GPL code.  Fix for new caps negotiation.  Rewrite
23696         much of the format handling code, and some of the conversion
23697         code.  Basically, rewrote almost everything.  This element
23698         handles I420, YV12 to RGB conversions.
23699         * ext/hermes/Makefile.am:
23700         * ext/hermes/gsthermescolorspace.c:
23701         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23702         Remove non-Hermes related code.  This element handles lots of
23703         RGB to RGB conversions, but no YUV.
23704         * ext/hermes/gstcolorspace.c:
23705         * ext/hermes/gstcolorspace.h:
23706         * ext/hermes/rgb2yuv.c:
23707         * ext/hermes/yuv2rgb.c:
23708         * ext/hermes/yuv2rgb.h:
23709         * ext/hermes/yuv2rgb_mmx16.s:
23710         * ext/hermes/yuv2yuv.c:
23711         * ext/hermes/yuv2yuv.h:
23712         Remove old code.
23713
23714 2004-01-14  Colin Walters  <walters@verbum.org>
23715
23716         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23717         they've already been.
23718
23719 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23720
23721         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23722           assume tag mode when pad is not connected
23723
23724 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23725
23726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23727           Don't update the time of the clock
23728         (gst_alsa_sink_loop):
23729           sync to the clock given to alsasink, not the own clock
23730         * sys/oss/gstosssink.c: (gst_osssink_chain):
23731           sync to the clock
23732         (gst_osssink_change_state):
23733           activate the clock
23734         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23736           remove bogus code that made DISCONT events unhandled
23737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23738           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23739           #131502)
23740         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23741         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23742         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23743           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23744           2nd warning in bug #131502)
23745
23746 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23747
23748         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23749         (gst_videobalance_colorbalance_set_value),
23750         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23751         for colorbalance interface implementation.
23752         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23753         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23754         (gst_ximagesink_dispose), (gst_ximagesink_init),
23755         (gst_ximagesink_class_init): Adding DISPLAY property.
23756         * sys/ximage/ximagesink.h: Adding display_name to store display.
23757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23758         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23759         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23760         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23761         properties (they still need polishing though for gst-launch use : no
23762         xcontext yet, i ll do that tomorrow).
23763         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23764
23765 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23766
23767         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23768         (gst_play_set_location), (gst_play_set_visualization): Preparing
23769         switch integration, adding videobalance in the pipeline.
23770
23771 2004-01-14  Julien MOUTTE <julien@moutte.net>
23772
23773         * gst-libs/gst/colorbalance/colorbalance.c:
23774         (gst_color_balance_class_init): Adding a default type.
23775         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23776         the type.
23777         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23778         (gst_videobalance_dispose), (gst_videobalance_class_init),
23779         (gst_videobalance_init), (gst_videobalance_interface_supported),
23780         (gst_videobalance_interface_init),
23781         (gst_videobalance_colorbalance_list_channels),
23782         (gst_videobalance_colorbalance_set_value),
23783         (gst_videobalance_colorbalance_get_value),
23784         (gst_videobalance_colorbalance_init): Implementing colorbalance
23785         interface.
23786         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23787         list.
23788         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23789         bug which was triggering a BadAccess X error when setting an overlay
23790         before pad was really negotiated.
23791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23792         Using the colorbalance type macro.
23793
23794 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23795
23796         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23797         (gst_flacenc_chain):
23798           handle tags correctly
23799         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23800           extract ID3v1 tags correctly
23801
23802 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23803
23804         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23805         (plugin_init):
23806           Improve matroska typefinding for odd-typed headers...
23807
23808 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23809
23810         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23811           Fix for using incremental number on padnames.
23812
23813 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23814
23815         * ext/divx/gstdivxdec.c:
23816         * ext/divx/gstdivxenc.c:
23817           Set category to divx4linux instead of divx (too generic).
23818         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23819         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23820         (gst_wavparse_loop), (gst_wavparse_change_state):
23821         * gst/wavparse/gstwavparse.h:
23822           fix parsing of WAV files with non-standard fmt-tag size and fix
23823           skipping of unrecognized chunks... Someone please fix this thing
23824           to use rifflib so all this is automated.
23825         * sys/v4l/Makefile.am:
23826         * sys/v4l2/Makefile.am:
23827           Add X_CFLAGS because we depend on X (for overlay).
23828
23829 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23830
23831         * ext/mpeg2dec/gstmpeg2dec.c:
23832           Don't issue a timestamp unless we tagged the frame
23833           with a PTS.
23834
23835 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23836
23837         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23838           Query the audio element to get the time, not the clock. We're
23839           interested in the element's time here.
23840
23841 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23842
23843         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23845         * ext/esd/esdsink.c: (gst_esdsink_chain):
23846         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23847         * ext/mas/massink.c: (gst_massink_chain):
23848         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23850         (gst_matroska_demux_parse_metadata):
23851         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23852         (gst_mpeg_parse_release_locks):
23853         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23854         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23855         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23856         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23857         (gst_osssink_change_state):
23858         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23859         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23860         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23861         (gst_xvideosink_release_locks):
23862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23863           use element time.
23864         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23865         (gst_alsa_clock_stop):
23866         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23867         (gst_audio_clock_get_internal_time):
23868           simplify for use with new clocking code.
23869         * testsuite/alsa/Makefile.am:
23870         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23871           fix testsuite for new caps system
23872
23873 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23874
23875         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23876         * ext/flac/gstflacenc.c: (add_one_tag):
23877           length is already host endian, no need to convert. Fixes playback of
23878           tagged files on PPC. (bug #128384)
23879
23880 2004-01-13  Julien MOUTTE <julien@moutte.net>
23881
23882         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23883         colorbalance interface stating if it is hardware based or software
23884         based.
23885         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23886         Removing a trailing comma.
23887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23888         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23889         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23890         the documentation seems to be wrong on the -1000 to 1000 interval.
23891
23892 2004-01-12  David Schleef  <ds@schleef.org>
23893
23894         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23895         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23896         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23897         Fix negotiation.  Add a bufferalloc function for the sink pad,
23898         and generally clean up some of the code.
23899
23900 2004-01-12  Julien MOUTTE <julien@moutte.net>
23901
23902         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23903         (gst_color_balance_channel_dispose): Adding safety check in dispose
23904         method.
23905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23906         (gst_xvimagesink_xcontext_clear),
23907         (gst_xvimagesink_interface_supported),
23908         (gst_xvimagesink_colorbalance_list_channels),
23909         (gst_xvimagesink_colorbalance_set_value),
23910         (gst_xvimagesink_colorbalance_get_value),
23911         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23912         Adding colorbalance interface support to set XV parameters such as
23913         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23914         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23915         interface.
23916
23917 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23918
23919         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23920         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23921         (gst_audio_convert_init), (gst_audio_convert_set_property),
23922         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23923         (gst_audio_convert_link),
23924         (gst_audio_convert_buffer_to_default_format),
23925         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23926           - implement _getcaps and use it
23927           - improve linking
23928           - remove float caps since no float conversion is actually done
23929           - remove properties and arguments that were to be used for rate
23930             conversion
23931
23932 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23933
23934         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23935         (gst_audio_structure_set_int):
23936         * gst-libs/gst/audio/audio.h:
23937           add helper functions for _getcaps matching the standard audio
23938           templates
23939
23940 2004-01-12  David Schleef  <ds@schleef.org>
23941
23942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23943         Test that pad is negotiated before getting its caps.
23944
23945 2004-01-12  Julien MOUTTE <julien@moutte.net>
23946
23947         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23948         analyzing the pads of an element the bin is mostly in READY state so
23949         no caps were negotiated. This helper function needs to work with
23950         _get_caps directly then. I was not freeing them though, added that to
23951         fix the mem leak.
23952
23953 2004-01-12  Julien MOUTTE <julien@moutte.net>
23954
23955         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23957         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23958         than the free_func.
23959
23960 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23961
23962         * sys/oss/gstossaudio.c: (plugin_init):
23963         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23964         * sys/oss/gstosselement.h:
23965           make an oss debugging category
23966           make failure more descriptive
23967
23968 2004-01-11  David Schleef  <ds@schleef.org>
23969
23970         * ext/ffmpeg/gstffmpeg.c:
23971         * ext/ffmpeg/gstffmpegcodecmap.c:
23972         * ext/ffmpeg/gstffmpegdec.c:
23973         * ext/ffmpeg/gstffmpegenc.c:
23974         * ext/ffmpeg/gstffmpegprotocol.c:
23975         * ext/gdk_pixbuf/gstgdkanimation.c:
23976         * ext/jpeg/gstjpeg.c:
23977         * ext/libpng/gstpng.c:
23978         * ext/mpeg2dec/perftest.c:
23979         * ext/speex/gstspeex.c:
23980         * gst-libs/gst/resample/dtos.c:
23981         * gst/intfloat/gstintfloatconvert.c:
23982         * gst/oneton/gstoneton.c:
23983         * gst/rtjpeg/RTjpeg.c:
23984         * gst/rtp/gstrtp.c:
23985         * sys/dxr3/dxr3init.c:
23986         * sys/glsink/gstgl_nvimage.c:
23987         * sys/glsink/gstgl_pdrimage.c:
23988         * sys/glsink/gstglsink.c:
23989         * testsuite/gst-lint:
23990         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23991
23992 2004-01-11  David Schleef  <ds@schleef.org>
23993
23994         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23995         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23996         * ext/gdk_pixbuf/gstgdkanimation.c:
23997         (gst_gdk_animation_iter_create_pixbuf):
23998         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23999         (gst_gdk_pixbuf_chain):
24000         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24001         * ext/jack/gstjack.c: (gst_jack_change_state):
24002         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24003         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24004         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24005         * gst/videofilter/gstvideofilter.c:
24006         (gst_videofilter_set_output_size):
24007         Remove all usage of gst_pad_get_caps(), and replace it with
24008         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24009
24010 2004-01-11  David Schleef  <ds@schleef.org>
24011
24012         * configure.ac:
24013         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24014         * ext/divx/gstdivxdec.c:
24015         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24016         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24017         handle images that span multiple buffers.  Now work with both
24018         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24019         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24020         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24021         video/video.h changes
24022         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24023         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24024         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24025         of GstData free function.
24026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24027         same.
24028
24029 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24030
24031         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24032         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24033         (gst_v4l2element_get_property):
24034         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24035           add norm, channel and frequency properties.
24036         * sys/v4l2/gstv4l2tuner.c:
24037           fixes for tuner interface changes
24038         * sys/v4l2/gstv4l2element.h:
24039         * sys/v4l2/gstv4l2src.c:
24040         * sys/v4l2/gstv4l2src.h:
24041         * sys/v4l2/v4l2src_calls.c:
24042         * sys/v4l2/v4l2src_calls.h:
24043           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24044
24045 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24046
24047         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24048         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24049         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24050         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24051         * gst-libs/gst/tuner/tuner.h:
24052           GObjects aren't const.
24053           Add find_by_name functions.
24054           Add checks to _changed functions.
24055         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24056         (gst_v4l_tuner_get_norm):
24057           Fixes for above.
24058
24059 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24060
24061         * gst-libs/gst/video/video.h:
24062           Fix caps template names to be understandable.
24063           Prefix everything with GST_VIDEO.
24064         * ext/aalib/gstaasink.c:
24065         * ext/divx/gstdivxdec.c:
24066         * ext/divx/gstdivxenc.c:
24067         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24068         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24069         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24070         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24071         * ext/libcaca/gstcacasink.c:
24072         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24073         * ext/snapshot/gstsnapshot.c:
24074         * ext/swfdec/gstswfdec.c:
24075         * ext/xvid/gstxviddec.c:
24076         * ext/xvid/gstxvidenc.c:
24077         * gst/chart/gstchart.c:
24078         * gst/deinterlace/gstdeinterlace.c:
24079         * gst/effectv/gsteffectv.c:
24080         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24081         * gst/goom/gstgoom.c:
24082         * gst/median/gstmedian.c:
24083         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24084         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24085         * gst/overlay/gstoverlay.c:
24086         * gst/smooth/gstsmooth.c:
24087         * gst/smpte/gstsmpte.c:
24088         * gst/synaesthesia/gstsynaesthesia.c:
24089         * gst/videocrop/gstvideocrop.c:
24090         * gst/videodrop/gstvideodrop.c:
24091         * gst/y4m/gsty4mencode.c:
24092         * sys/qcam/gstqcamsrc.c:
24093         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24094           Make them work with new video.h file.
24095         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24096         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24098         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24099           Make it work with new buffer allocation system.
24100
24101 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24102
24103         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24104         pad_alloc_buffer implementation to use ->srcpad
24105         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24106         pad_alloc_buffer implementation to use ->srcpad
24107         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24108         pad_alloc_buffer implementation to use ->srcpad
24109         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24110         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24111         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24112         a reference to everything we need.
24113         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24115         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24116         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24117         a reference to everything we need.
24118         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24119
24120 2004-01-11  David Schleef  <ds@schleef.org>
24121
24122         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24123         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24124         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24125         structure members.
24126         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24127         value during a resize/renegotiation.
24128         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24129         gst_pad_alloc_buffer();
24130         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24131         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24132         structure members.
24133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24134         Fix for rename of buffer private structure members.
24135         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24136         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24137         Fix for rename of buffer private structure members.
24138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24139         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24140         Fix for rename of buffer private structure members.
24141
24142 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24143
24144         reviewed by: David Schleef <ds@schleef.org>
24145
24146         * gst/videofilter/Makefile.am:
24147         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24148         from the patch by ds to fit in with recent make_filter changes.
24149
24150 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24151
24152         * configure.ac: Adding examples/switch/Makefile
24153         * examples/Makefile.am: Adding examples/switch
24154         * examples/switch/Makefile.am: Adding switcher example.
24155         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24156         (switch_timer), (main): Adding an example demonstrating switch usage
24157         with 2 videotestsrc showing different patterns.
24158         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24159         (gst_switch_init): Fixing switch with the new caps system.
24160
24161 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24162
24163         * gst-libs/gst/video/video.h:
24164           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24165           They should probably be like
24166           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24167
24168 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24169
24170         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24171         (qtdemux_parse_trak):
24172           fix audio chunk size/timestamp calculation
24173
24174 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24175
24176         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24177           fix SVQ3 caps
24178
24179 2004-01-11  Steve Baker  <steve@stevebaker.org>
24180
24181         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24182         (gst_agingtv_base_init), (gst_agingtv_class_init),
24183         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24184         (gst_agingtv_set_property), (gst_agingtv_get_property):
24185         Port agingTV to videofilter
24186
24187 2004-01-09  Julien MOUTTE <julien@moutte.net>
24188
24189         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24190         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24191
24192 2004-01-09  Julien MOUTTE <julien@moutte.net>
24193
24194         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24195         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24196         * gst-libs/gst/xoverlay/xoverlay.c:
24197         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24198         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24199         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24200         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24201         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24202         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24203         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24204         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24205         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24206         interface implementation to handle xid being 0 and fix some bugs
24207         triggered by Benjamin's testcase.
24208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24209         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24210         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24211         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24212         interface implementation to handle xid being 0 and fix some bugs
24213         triggered by Benjamin's testcase.
24214
24215 2004-01-09  David Schleef  <ds@schleef.org>
24216
24217         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24218         mouse pointer events.  It works.
24219
24220 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24221
24222         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24223           Use explicit caps - fix capsnego.
24224         * ext/xvid/gstxviddec.c:
24225         * ext/xvid/gstxvidenc.c:
24226           Remove macro-inside-macro which caused compile errors.
24227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24228           Error out if it's not a RIFF file. Else we error out without
24229           gst_element_error() which is not good...
24230
24231 2004-01-08  David Schleef  <ds@schleef.org>
24232
24233         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24234         Fix pad_link function to handle formats that ffmpeg returns
24235         as multiple caps structures.
24236         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24237         Only complain if source buffer is _smaller_ than expected.
24238         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24239         (gst_videoscale_handle_src_event): Resize navigation events
24240         when passing them upstream.
24241         * gst/videotestsrc/gstvideotestsrc.c:
24242         * gst/videotestsrc/gstvideotestsrc.h:
24243         * gst/videotestsrc/videotestsrc.c:
24244         * gst/videotestsrc/videotestsrc.h:
24245         Rewrite many of the buffer painting functions to handle odd
24246         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24247         been verified to work with my video card.
24248         * testsuite/gst-lint:  Add check for elements calling
24249         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24250
24251 2004-01-08  David Schleef  <ds@schleef.org>
24252
24253         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24254         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24255
24256 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24257
24258         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24259         configure event is not emiting the desired size signal. That fixes
24260         aspect ratio issues with gst-player.
24261
24262 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24263
24264         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24265           Fix capsnego.
24266
24267 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24268
24269         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24270         public method to fire size signal.
24271
24272 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24273
24274         * examples/gstplay/Makefile.am: Adding the interface library.
24275         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24276         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24277         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24278         GST_IS_X_OVERLAY before signal connect.
24279         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24280         Removing the have_video_size signal.
24281         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24282         and associated public method.
24283         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24284         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24285         signal.
24286         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24287         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24288         signal.
24289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24290         Using XOverlay public method to fire size signal.
24291
24292 2004-01-07  David Schleef  <ds@schleef.org>
24293
24294         * gst/videofilter/Makefile.am:
24295         * gst/videofilter/gstvideotemplate.c:
24296         * gst/videofilter/make_filter:
24297         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24298         Convert make_filter to /bin/sh script.
24299
24300 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24301
24302         * gst/modplug/gstmodplug.cc: fix element description
24303
24304 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24305
24306         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24307         (got_video_size): Adding some new lines in g_print calls.
24308         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24309         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24310         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24311         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24312         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24313         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24314         Complete code review, reverting some stuff i disagree with, adding
24315         some fixes : time synchronization on invalid timestamps, renegotiation
24316         of private window.
24317         * sys/ximage/ximagesink.h:
24318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24319         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24320         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24321         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24322         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24323         (gst_xvimagesink_buffer_new),
24324         (gst_xvimagesink_navigation_send_event),
24325         (gst_xvimagesink_set_xwindow_id),
24326         (gst_xvimagesink_get_desired_size),
24327         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24328         stuff i disagree with, adding some fixes : Renegotiation of private
24329         window, implementing get_desired_size.
24330
24331 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24332
24333         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24334         (gst_afsink_handle_event):
24335         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24336         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24337         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24338         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24339         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24340           Fix for instantiate-test (see core). Also remove dead code from
24341           jpegenc (which still needs fixing, but that's lower on my TODO
24342           list...).
24343         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24344           Never return NULL as caps.
24345
24346 2004-01-07  David Schleef  <ds@schleef.org>
24347
24348         * configure.ac:
24349         * ext/Makefile.am:
24350         * ext/librfb/Makefile.am:
24351         * ext/librfb/gstrfbsrc.c:
24352         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24353         is the protocol used by VNC.
24354
24355 2004-01-07  David Schleef  <ds@schleef.org>
24356
24357         * gst/videofilter/gstvideotemplate.c:
24358         * gst/videofilter/gstvideotemplate.h:
24359         * gst/videofilter/make_filter:
24360         Merge videotemplate header into source file.
24361         * gst/effectv/Makefile.am:
24362         * gst/effectv/gsteffectv.c: (plugin_init):
24363         * gst/effectv/gstwarp.c:
24364         Make warpTV a subclass of videofilter.
24365
24366 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24367
24368         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24369           Add guard against invalid utf-8 conversions in mad. Just in case.
24370
24371 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24372
24373         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24374           Fix for bug shown by poisoning
24375
24376 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24377
24378         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24379         (gst_v4lmjpegsrc_buffer_free):
24380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24381         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24382         (gst_v4lsrc_buffer_free):
24383           Fix for removed bufferpools.
24384
24385 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24386
24387         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24388         Fix caps negotiation.
24389
24390         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24391         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24392         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24393         (dvdnavsrc_event):
24394         * ext/mpeg2dec/gstmpeg2dec.c:
24395         * gst-libs/gst/navigation/navigation.c:
24396         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24397         * gst-libs/gst/navigation/navigation.h:
24398         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24399         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24401         Super-simple first version of mouse and keyboard events. Clicking
24402         on a DVD menu now works, although it may not take you where you
24403         expected.
24404
24405         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24406         * gst/videotestsrc/gstvideotestsrc.c:
24407         (gst_videotestsrc_src_fixate):
24408         These fixate functions were broken - they never actually
24409         fixated :)
24410
24411 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24412
24413         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24414         (gst_icecastsend_init):
24415           fix for new caps system.
24416         * gst-libs/gst/mixer/mixertrack.h:
24417         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24418           Add 'master track' flag (for tools like ACME that only want to
24419           change the main volume).
24420
24421 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24422
24423         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24424         (gst_xvid_csp_to_caps):
24425         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24426         * ext/xvid/gstxvidenc.c:
24427         ifdef out ARGB type when it isn't available
24428         in xvidcore 1.0.0beta2
24429
24430 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24431
24432         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24433           When we have received a new SCR right in the first buffer after
24434           a seek (so in the same cycle that handles the discont), we should
24435           handle the buffer instead of unreffing it, else we lose data.
24436
24437 2004-01-06  Iain <iain@prettypeople.org>
24438
24439         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24440           buffer-frames caps too.
24441
24442         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24443           caps that we need, don't destroy them all and rebuild them. And when
24444           creating src pads, use the src pad template rather than the sink...
24445
24446 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24447
24448         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24449           Add pad to element *after* setting functions such as event handler.
24450           Without this, the scheduler (opt) will link pads, set the event
24451           handler from the default event function (dispatcher in gstpad.c)
24452           and *after* that, we will set our own event function, which will
24453           thus never be used (and thus mpegdemux doesn't handle events).
24454
24455 2004-01-04  David Schleef  <ds@schleef.org>
24456
24457         Fix the fixate functions to handle new prototype:
24458         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24459         * gst/videotestsrc/gstvideotestsrc.c:
24460         (gst_videotestsrc_src_fixate):
24461         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24462         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24464
24465 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24466
24467         * sys/ximage/ximagesink.h:
24468         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24469         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24470         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24471         (gst_ximagesink_xoverlay_init):
24472           assorted fixes to make (re)embedding work
24473         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24474         (gst_ximagesink_get_desired_size):
24475           implement desired size additions to XOverlay
24476
24477 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24478
24479         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24480         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24481         (gst_x_overlay_got_desired_size):
24482         * gst-libs/gst/xoverlay/xoverlay.h:
24483           Add optional "desired size" signal and querying.
24484
24485 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24486
24487         * gst/matroska/matroska-demux.c:
24488         (gst_matroska_demux_parse_blockgroup):
24489           Fix EBML-laced block parsing. Diffs are relative to previous
24490           lace, not the first lace. Thanks to Mosu from the Matroska
24491           team for detecting this.
24492         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24493         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24494         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24495         (gst_wavparse_change_state):
24496         * gst/wavparse/gstwavparse.h:
24497           Quickfix for capsnego.
24498
24499 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24500
24501         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24502           Fix indenting, fix pad creation.
24503
24504 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24505
24506         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24507         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24508         (gst_xviddec_sink_link):
24509           Implement src_getcaps() so proper size caps is negotiated.
24510
24511 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24512
24513         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24514           Finish flac decoder on EOS. See #116178.
24515
24516 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24517
24518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24519         (gst_matroska_demux_add_stream):
24520         * gst/matroska/matroska-ids.h:
24521           Add getcaps() function to fix capsnego...
24522
24523 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24524
24525         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24526         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24527         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24528           Fix more integer overflows. Again, see #126967.
24529
24530 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24531
24532         * ext/mpeg2dec/gstmpeg2dec.c:
24533           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24534           #130416.
24535
24536 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24537
24538         * configure.ac:
24539         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24540         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24541         * ext/xvid/gstxvid.h:
24542         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24543         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24544         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24545         (gst_xviddec_change_state):
24546         * ext/xvid/gstxviddec.h:
24547         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24548         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24549         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24550         (gst_xvidenc_link), (gst_xvidenc_set_property),
24551         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24552         * ext/xvid/gstxvidenc.h:
24553           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24554
24555 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24556
24557         * gst/rtp/rtp-packet.c:
24558           Add sys/types.h include, since OS X doesn't define in_addr_t
24559           in netinet/in.h, like it does on Linux (see #129600).
24560
24561 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24562
24563         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24564
24565         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24566           Correct logic of dispose function (see #129306).
24567
24568 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24569
24570         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24571         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24572         (gst_mpeg_parse_init):
24573         * gst/mpegstream/gstmpegparse.h:
24574           Remove clock (which was never provided, i.e. dead code), and
24575           also fix integer overflows at high PTS values (see #126967).
24576
24577 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24578
24579         * ext/flac/gstflacdec.c:
24580         * ext/libpng/gstpngenc.h:
24581         * ext/mikmod/gstmikmod.h:
24582           OS X fixes (see #126628).
24583
24584 2004-01-02  David Schleef  <ds@schleef.org>
24585
24586         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24587         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24588         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24589         (gst_mpeg_parse_class_init): Move pad template registration
24590         to class_init, since the derived class (mpegdemux) doesn't
24591         want them.
24592
24593 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24594
24595         * sys/ximage/Makefile.am:
24596         * sys/xvideo/Makefile.am:
24597         * sys/xvimage/Makefile.am:
24598           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24599           after installation (see #127664).
24600
24601 2004-01-02  David Schleef  <ds@schleef.org>
24602
24603         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24604         (gst_ffmpegenc_connect):  Negotiation fixes.
24605         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24606         Remove inappropriate gst_caps_free().
24607         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24608         Reenable Ronald's internal resize code, since the core handles
24609         it correctly now.
24610
24611 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24612
24613         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24614         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24615         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24616           Fix pad template stuff.
24617
24618 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24619
24620         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24621         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24622           fix signed integer reading/writing.
24623
24624 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24625
24626         * ext/alsa/README:
24627           Remove outdated document
24628
24629 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24630
24631         * gst/cutter/gstcutter.c: (gst_cutter_init):
24632           src pad was being created twice - oops.
24633
24634 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24635
24636         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24637           Comment out internal resize. It doesn't handle the resulting
24638           XEvent internally, does another try_set_caps() which leads to
24639           a really nice loop.
24640           Real fix will come when Julien and Dave are awake. ;).
24641
24642 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24643
24644         * ext/mpeg2enc/gstmpeg2enc.cc:
24645           fix const/nonconst compile issue.
24646
24647 2004-01-02  David Schleef  <ds@schleef.org>
24648
24649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24650         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24651         Add fixate function and a check for bad formats.
24652
24653 2004-01-01  David Schleef  <ds@schleef.org>
24654
24655         Negotiation fixes:
24656         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24657         (gst_audiofilter_init):
24658         * gst/debug/efence.c: (gst_efence_init):
24659         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24660         (gst_deinterlace_init):
24661         * gst/volume/gstvolume.c: (volume_connect):
24662
24663 2004-01-01  David Schleef  <ds@schleef.org>
24664
24665         Convert elements to use gst_pad_use_explicit_caps() where
24666         appropriate:
24667         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24668         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24669         (gst_afparse_open_file):
24670         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24671         (gst_afsrc_open_file):
24672         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24673         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24674         (gst_ffmpegdec_chain):
24675         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24676         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24678         (gst_gdk_pixbuf_chain):
24679         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24680         (gst_jpegdec_chain):
24681         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24682         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24683         (gst_mikmod_negotiate):
24684         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24685         (gst_mpeg2dec_negotiate_format):
24686         * ext/mpeg2enc/gstmpeg2enc.cc:
24687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24688         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24689         (gst_speexdec_sinkconnect):
24690         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24691         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24692         (gst_vorbisfile_new_link):
24693         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24694         (gst_ac3parse_chain):
24695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24696         (gst_asf_demux_setup_pad):
24697         * gst/auparse/gstauparse.c: (gst_auparse_init),
24698         (gst_auparse_chain):
24699         * gst/id3/gstid3types.c: (gst_id3types_loop):
24700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24701         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24702         (mp1videoparse_parse_seq):
24703         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24704         (bpf_from_header):
24705         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24706         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24707         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24708         (gst_mpeg_parse_send_data):
24709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24710         (gst_qtdemux_add_stream):
24711         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24712         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24713         (gst_wavparse_parse_fmt):
24714
24715 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24716
24717         * configure.ac:
24718           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24719           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24720           it therefore uses the wrong include paths. Too bad... Note
24721           that 1.6.1.93 is not release yet. ;).
24722           Also add a check for mplex, which is now using the lib'ified
24723           mplex from mjpegtools, too.
24724         * ext/ffmpeg/gstffmpegcodecmap.c:
24725           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24726           issues. I don't think ffmpeg handles 3ivx correctly, so this
24727           probably won't work. But it won't hurt either.
24728         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24729         (gst_ffmpegdec_chain):
24730         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24731         (gst_ffmpegenc_chain_audio):
24732           Fix memleak in audio encoding. Close codec if open fails, this
24733           calls the cleanup routines so we can re-use the context.
24734         * ext/mpeg2enc/gstmpeg2enc.cc:
24735           Fix pad template names/types, fix memory issue with getcaps().
24736         * ext/mpeg2enc/gstmpeg2encoder.cc:
24737         * ext/mpeg2enc/gstmpeg2encoder.hh:
24738           Fix compile issue with new caps system (const thingy).
24739         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24740         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24741           We read a first frame right on initing, so that we have a caps
24742           when we init the output. This caps is cached in padprivate and
24743           read as first frame.
24744         * ext/mplex/Makefile.am:
24745         * ext/mplex/gstmplex.cc:
24746         * ext/mplex/gstmplex.h:
24747         * ext/mplex/gstmplex.hh:
24748         * ext/mplex/gstmplexibitstream.cc:
24749         * ext/mplex/gstmplexibitstream.hh:
24750         * ext/mplex/gstmplexjob.cc:
24751         * ext/mplex/gstmplexjob.hh:
24752         * ext/mplex/gstmplexoutputstream.cc:
24753         * ext/mplex/gstmplexoutputstream.hh:
24754           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24755           had issues, didn't do capsnego, supported only a subset of the
24756           mplex features and required a mplex fork in our local CVS. Plus
24757           that it worked agaist a very old mplex version. Rewriting was
24758           faster than updating it.
24759         * gst-libs/ext/Makefile.am:
24760         * gst-libs/ext/mplex/INSTRUCT:
24761         * gst-libs/ext/mplex/Makefile.am:
24762         * gst-libs/ext/mplex/README:
24763         * gst-libs/ext/mplex/TODO:
24764         * gst-libs/ext/mplex/ac3strm_in.cc:
24765         * gst-libs/ext/mplex/audiostrm.hh:
24766         * gst-libs/ext/mplex/audiostrm_out.cc:
24767         * gst-libs/ext/mplex/aunit.hh:
24768         * gst-libs/ext/mplex/bits.cc:
24769         * gst-libs/ext/mplex/bits.hh:
24770         * gst-libs/ext/mplex/buffer.cc:
24771         * gst-libs/ext/mplex/buffer.hh:
24772         * gst-libs/ext/mplex/fastintfns.h:
24773         * gst-libs/ext/mplex/format_codes.h:
24774         * gst-libs/ext/mplex/inputstrm.cc:
24775         * gst-libs/ext/mplex/inputstrm.hh:
24776         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24777         * gst-libs/ext/mplex/mjpeg_logging.cc:
24778         * gst-libs/ext/mplex/mjpeg_logging.h:
24779         * gst-libs/ext/mplex/mjpeg_types.h:
24780         * gst-libs/ext/mplex/mpastrm_in.cc:
24781         * gst-libs/ext/mplex/mpegconsts.cc:
24782         * gst-libs/ext/mplex/mpegconsts.h:
24783         * gst-libs/ext/mplex/mplexconsts.hh:
24784         * gst-libs/ext/mplex/multplex.cc:
24785         * gst-libs/ext/mplex/outputstream.hh:
24786         * gst-libs/ext/mplex/padstrm.cc:
24787         * gst-libs/ext/mplex/padstrm.hh:
24788         * gst-libs/ext/mplex/stillsstream.cc:
24789         * gst-libs/ext/mplex/stillsstream.hh:
24790         * gst-libs/ext/mplex/systems.cc:
24791         * gst-libs/ext/mplex/systems.hh:
24792         * gst-libs/ext/mplex/vector.cc:
24793         * gst-libs/ext/mplex/vector.hh:
24794         * gst-libs/ext/mplex/videostrm.hh:
24795         * gst-libs/ext/mplex/videostrm_in.cc:
24796         * gst-libs/ext/mplex/videostrm_out.cc:
24797         * gst-libs/ext/mplex/yuv4mpeg.cc:
24798         * gst-libs/ext/mplex/yuv4mpeg.h:
24799         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24800         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24801           We don't fork mjpegtools' mplex in our CVS anymore.
24802         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24803         (gst_avi_demux_add_stream):
24804         * gst/avi/gstavidemux.h:
24805           Add getcaps() function for proper caps nego. This makes some
24806           parts of AVI playback/reading work.
24807         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24808           Resize window on new capsnego. This is probably wrong, but
24809           I'm still committing it because with current capsnego, the
24810           first successfull capsnego is auto-fixated, therefore rounded
24811           down to the lowest values in the caps. this results in a 16x16
24812           XWindow that is not reized when real capsnego finishes.
24813           Dave, I see more cases of this, do you know a proper solution?
24814         * tools/gst-launch-ext.in:
24815           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24816
24817 2003-12-31  David Schleef  <ds@schleef.org>
24818
24819         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24820         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24821           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24822
24823 2003-12-30  David Schleef  <ds@schleef.org>
24824
24825         * ext/ffmpeg/gstffmpegcolorspace.c:
24826         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24827         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24828         (gst_ffmpegcsp_chain): Negotiation fixes
24829         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24830         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24831         (gst_audio_convert_link), (gst_audio_convert_channels):
24832         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24833         (gst_audioscale_link), (gst_audioscale_get_buffer),
24834         (gst_audioscale_chain): Negotiation fixes
24835         * gst/audioscale/gstaudioscale.h:
24836         * gst/videofilter/gstvideofilter.c:
24837         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24838         (gst_videofilter_link), (gst_videofilter_init),
24839         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24840         (gst_videofilter_find_format_by_structure):
24841         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24842         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24843         (gst_videoscale_link):
24844         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24845         (videoscale_find_by_structure), (gst_videoscale_setup):
24846         * gst/videoscale/videoscale.h: Negotiation fixes
24847         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24848         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24849         function, restrict resizing to a multiple of 4 (hack until
24850         everyone supports odd sizes correctly).
24851
24852 2003-12-29  Colin Walters  <walters@verbum.org>
24853
24854         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24855         signed.
24856
24857 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24858
24859         * ext/sndfile/gstsf.c: (gst_sf_loop):
24860           Fix warning about discarding const qualifier
24861
24862 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24863
24864         * gst/cutter/gstcutter.c:
24865         * gst/videoscale/gstvideoscale.c:
24866         * gst/volenv/gstvolenv.c:
24867         * gst-libs/gst/audio/audio.c:
24868         * gst-libs/gst/video/video.c:
24869           Fix warnings
24870
24871 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24872
24873         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24874           Don't send ALSA debugging to stderr.
24875         * ext/alsa/gstalsa.h:
24876           Use GST_WARNING instead of g_warning when ALSA functions fail.
24877
24878 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24879
24880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24881           Free XVAdapterInfo correctly.
24882
24883 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24884
24885         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24886         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24887           Make id3tag use correct caps nego.
24888
24889 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24890
24891         * ext/ivorbis/vorbis.c:
24892         * ext/ivorbis/vorbisenc.h:
24893         * ext/ivorbis/vorbisfile.c:
24894           Modify so that it uses the new caps things
24895
24896 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24897
24898         * testsuite/spider/spider1.c: (main):
24899         * testsuite/spider/spider2.c: (main):
24900         * testsuite/spider/spider3.c: (main):
24901           Make tests compile again. They probably don't work.
24902
24903 2003-12-24  Colin Walters  <walters@verbum.org>
24904
24905         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24906         we can't fixate the caps anymore.
24907
24908 2003-12-23  David Schleef  <ds@schleef.org>
24909
24910         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24911         * sys/oss/gstosssink.c: (gst_osssink_init),
24912         (gst_osssink_sink_fixate): Add fixate function.
24913
24914 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24915
24916         * ext/ffmpeg/gstffmpegcodecmap.c:
24917         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24918         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24919         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24920         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24921         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24922         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24923         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24924           fix typo in RGB masks, and move back to "old" colorspace
24925           capsnego code until whoever wrote this new crap has actually
24926           tested it so that it works.
24927           And yes, this works, keep it that way please.
24928
24929 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24930
24931         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24932         (gst_divxdec_init), (gst_divxdec_negotiate):
24933         * ext/divx/gstdivxdec.h:
24934         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24935         (gst_divxenc_init):
24936         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24937         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24938         * ext/mpeg2enc/gstmpeg2enc.cc:
24939         * ext/mpeg2enc/gstmpeg2encoder.cc:
24940         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24941         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24942         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24943         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24944         (dxr3spusink_init):
24945         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24946         (dxr3videosink_init):
24947           Fix caps breakage after Dave's caps branch merge.
24948
24949 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24950
24951         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24952           Fix for 24bpp display.
24953
24954 2003-12-23  Colin Walters  <walters@verbum.org>
24955
24956         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24957         a GnomeVFSHandle directly.
24958
24959 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24960
24961         * gst/volume/Makefile.am:
24962         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24963         (volume_base_init), (volume_init):
24964           Reenable volume element and fix to work with new caps stuff.
24965           Rhythmbox needs this.
24966
24967 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24968
24969         * gst/qtdemux/qtdemux.c: (plugin_init):
24970           qtdemux requires bytestream
24971
24972 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24973
24974         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24975           Fix remaining caps handling errors due to CAPS merge.
24976
24977 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24978
24979         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24980         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24981         (gst_faad_srcconnect):
24982           Port to new caps system.
24983
24984 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24985
24986         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24987         (got_video_size), (main): using g_print instead of g_message.
24988         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24989         signal which was not emitted because of "switch" element added to the
24990         bin but not connected. (Removing from the bin temporarily)
24991
24992 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24993
24994         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24995         find X development files. I don't understand the previous tests and
24996         they fail on my debian/ppc unstable. This one works.
24997         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24998         exiting.
24999         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25000         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25001         (gst_play_set_visualization): Add some safety checks in set_ methods
25002         and state_change. This was throwing some ugly CRITICAL messages when
25003         pipeline was getting disposed and casts were failing.
25004
25005 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25006
25007         * configure.ac:
25008           Improve mpeg2enc detection. This is for distributions that do
25009           ship mjpegtools, but without mpeg2enc. Also does object check
25010           for might there ever be ABI incompatibility.
25011         * ext/mpeg2enc/gstmpeg2enc.cc:
25012           Add Andrew as second maintainer (he's helping me), and also add
25013           an error if no caps was set. This happens if I pull before capsnego
25014           and that's something I should solve sometime else.
25015         * gst/matroska/matroska-demux.c:
25016         (gst_matroska_demux_parse_blockgroup):
25017           Fix time parsing.
25018         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25019         (gst_matroska_mux_track_header):
25020           Add caps to templates.
25021         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25022           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25023         * gst/mpegstream/gstmpegdemux.c:
25024           Remove layer since it causes warnings about unfixed caps.
25025         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25026           Fix obvious typo (we error out if caps were set, we should of
25027           course error out if *no* caps were set).
25028         * sys/oss/gstosselement.c: (gst_osselement_convert):
25029           Fix format conversion, we confused bits/bytes.
25030         * sys/oss/gstosselement.h:
25031           Improve documentation for 'bps'.
25032         * sys/v4l/TODO:
25033           Remove stuff about plugins that need removing - this was done
25034           ages ago.
25035         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25036         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25037         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25038         (gst_v4lsrc_src_query):
25039         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25040         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25041           Add get_query_types(), get_formats() and query() functions.
25042
25043 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25044
25045         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25046         * moved CVS to freedesktop.org