gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Properly handle the case...
[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         Properly handle the case where you get EOS before any buffers are
5         received. Use gst_buffer_make_metadata_writable where appropriate.
6
7         * ext/theora/theoradec.c (theora_handle_data_packet): This value
8         is often negative -- make it signed so as not to wrap around.
9         Fixes segfaults introduced on 9 March.
10
11 2006-04-03  Wim Taymans  <wim@fluendo.com>
12
13         * ext/theora/gsttheoradec.h:
14         * ext/theora/theoradec.c: (theora_dec_src_event):
15         Don't try to store a gdouble in a gboolean.
16         Small cleanups.
17
18 2006-04-03  Michael Smith  <msmith@fluendo.com>
19
20         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
21           Oggmux sucks.
22           Make it suck slightly less by writing out the final page.
23           Still can't encode a vorbis-in-ogg file correctly, though.
24
25 2006-04-03  Andy Wingo  <wingo@pobox.com>
26
27         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
28         a g_print.
29
30         * ext/theora/theora.c (plugin_init): Register theoraparse.
31
32         * ext/theora/gsttheoraparse.h: 
33         * ext/theora/theoraparse.c: New files implementing a theora
34         parser. Now we can properly remux ogg/theora+vorbis, yay.
35
36         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
37
38 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39
40         * gst/audiotestsrc/gstaudiotestsrc.c:
41           Fixed the sample pipeline (see #323798)
42
43 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
44
45         * configure.ac:
46         * win32/common/config.h:
47         * win32/common/config.h.in:
48           use AS_VERSION and AS_NANO
49           more cleanups
50
51 2006-03-31  Andy Wingo  <wingo@pobox.com>
52
53         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
54         uninitialized variable return that would happen.
55         
56         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
57         uninitialized variable return that would never happen.
58
59         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
60         (vorbis_parse_sink_event): Add an event function to flush our
61         state on a seek, and to drain buffers on a premature EOS.
62         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
63         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
64         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
65         (vorbis_parse_drain_queue): Queue up buffers until we can set
66         their timestamps and granulepos values.
67
68         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
69         and keep track of data needed for deriving granulepos and
70         timestamps for buffers.
71
72 2006-03-29  Wim Taymans  <wim@fluendo.com>
73
74         Patch by: j^ <j at bootlab dot org>
75
76         * ext/alsa/gstalsamixerelement.c:
77         (gst_alsa_mixer_element_class_init):
78         * ext/alsa/gstalsasink.c:
79         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
80         * ext/ogg/gstoggdemux.c:
81         * ext/ogg/gstoggmux.c:
82         * ext/ogg/gstoggparse.c:
83         * ext/pango/gstclockoverlay.c:
84         * ext/pango/gsttextoverlay.c:
85         * ext/pango/gsttextrender.c:
86         * ext/pango/gsttimeoverlay.c:
87         * ext/theora/theoradec.c:
88         * ext/theora/theoraenc.c:
89         * ext/vorbis/vorbisdec.c:
90         * ext/vorbis/vorbisenc.c:
91         * gst/audioconvert/gstaudioconvert.c:
92         * gst/subparse/gstsubparse.c:
93         * gst/tcp/gstmultifdsink.c:
94         * gst/tcp/gsttcpclientsink.c:
95         * gst/tcp/gsttcpclientsrc.c:
96         * gst/tcp/gsttcpserversink.c:
97         * gst/tcp/gsttcpserversrc.c:
98           better/unified long descriptions
99           Fixes #336477
100
101 2006-03-29  Wim Taymans  <wim@fluendo.com>
102
103         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
104         (stop_seek):
105         Don't let double and tripple clicks mess up our state.
106
107 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
108
109         * gst/playback/gstplaybin.c: (gen_video_element),
110         (gen_text_element), (gen_audio_element), (gen_vis_element):
111           Error out gracefully when we can't create any of the usual
112           conversion elements for some reason. Also, don't try to
113           create an audioscale (sic) element that's not used anyway.
114
115 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
116
117         * gst/playback/gstplaybasebin.c: (setup_source):
118           Don't post RESOURCE_NOT_FOUND error when we can't find a source
119           element for a particular protocol, that's confusing for users.
120           Instead, post a RESOURCE_FAILED error, so that our own error
121           message is actually shown in totem etc. (#336303).
122
123 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
124
125         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
126
127         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
128         (gst_gnome_vfs_src_get_icy_metadata):
129           Fix some minor memory leaks (#336194).
130
131 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
132
133         * ext/gnomevfs/gstgnomevfs.c:
134         (gst_gnome_vfs_location_to_uri_string):
135         * ext/gnomevfs/gstgnomevfs.h:
136         * ext/gnomevfs/gstgnomevfssink.c:
137         (gst_gnome_vfs_sink_set_property):
138         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
139           Make gnomevfssink accept filenames as well as URIs for the
140           "location" property, just like gnomevfssrc does (and
141           filesrc/filesink do) (#336190).
142
143 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
144
145         * tests/check/generic/clock-selection.c: (GST_START_TEST):
146           set to NULL before unreffing, fixes a valgrind leak.
147           Why was this not triggering the error that an object needs to
148           be NULL before unreffing ?
149         * win32/common/config.h:
150           update
151
152 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
153
154         * gst/subparse/gstsubparse.c: (convert_encoding),
155         (gst_sub_parse_change_state):
156         * gst/subparse/gstsubparse.h:
157           Text subtitle files may or may not be UTF-8. If it's not, we
158           don't really want to see '?' characters in place of non-ASCII
159           characters like accented characters. So let's assume the input
160           is UTF-8 until we come across text that is clearly not. If it's
161           not UTF-8, we don't really know what it is, so try the following:
162           (a) see whether the GST_SUBTITLE_ENCODING environment variable
163           is set; if not, check (b) if the current locale encoding is
164           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
165           the current locale encoding is UTF-8 and the environment variable
166           was not set to any particular encoding. Not perfect, but better
167           than nothing (and better than before, I think) (fixes #172848).
168
169 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
170
171         * configure.ac:
172           update core requirement to 0.10.4.1 because of async_playback
173           vmethod on GstBaseSink
174
175 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
176
177         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
178         * gst/adder/gstadder.c: (gst_adder_init):
179         use DEBUG_FUNCPTR for collectpads
180
181 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
182
183         * docs/plugins/Makefile.am:
184         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
185         * docs/plugins/gst-plugins-base-plugins-sections.txt:
186         * ext/cdparanoia/gstcdparanoiasrc.c:
187         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
188         (gst_gnome_vfs_sink_class_init):
189         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
191         * ext/ogg/gstoggmux.c:
192         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
193         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
194         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
195         * ext/pango/gsttextoverlay.c:
196         * ext/pango/gsttextrender.c:
197         * ext/theora/theoradec.c:
198         * ext/theora/theoraenc.c:
199         * ext/vorbis/vorbisdec.c:
200         * ext/vorbis/vorbisenc.c:
201         * gst-libs/gst/audio/gstaudiofilter.c:
202         (gst_audio_filter_base_init):
203         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
204         (gst_audio_filter_template_base_init):
205         * gst/adder/gstadder.c: (gst_adder_get_type):
206         * gst/adder/gstadder.h:
207         * gst/audioconvert/gstaudioconvert.c:
208         * gst/audiotestsrc/gstaudiotestsrc.c:
209         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
210         (gst_audio_test_src_create):
211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
212         * gst/playback/gstdecodebin.c:
213         * gst/playback/gstplaybin.c:
214         * gst/playback/gststreamselector.c:
215         (gst_stream_selector_base_init):
216         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
217         * gst/volume/gstvolume.c:
218         * sys/v4l/gstv4lmjpegsink.c:
219         * sys/v4l/gstv4lmjpegsrc.c:
220         * tests/check/libs/cddabasesrc.c:
221         * tests/old/examples/gob/gst-identity2.gob:
222         Add docs for adder, use GST_ELEMENT_DETAILS macro,
223         define GstElementDetails at the top
224
225 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
226
227         * win32/common/libgstinterfaces.def:
228         Add a lot of export functions for gst-python
229         * win32/vs6/libgstinterfaces.dsp:
230         Add a missing include folder in the project configuration
231         
232 2006-03-23  Wim Taymans  <wim@fluendo.com>
233
234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
235         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
236         (gst_base_audio_src_change_state):
237         Fix audio sources, forgot to make the ringbuffer
238         startable...
239
240 2006-03-23  Wim Taymans  <wim@fluendo.com>
241
242         * gst-libs/gst/audio/gstbaseaudiosrc.c:
243         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
244         (gst_base_audio_src_change_state):
245         unparent instead of unref the ringbuffer.
246
247 2006-03-23  Wim Taymans  <wim@fluendo.com>
248
249         * gst-libs/gst/audio/gstbaseaudiosink.c:
250         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
251         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
252         Implement new async_play vmethod to start slaving and allow
253         playback start in case of async PLAY state changes. 
254
255         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
256         Enable QoS with new method in base class.
257
258 2006-03-23  Wim Taymans  <wim@fluendo.com>
259
260         Patch by: Julien MOUTTE <julien at moutte dot net>
261
262         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
263         (gst_video_test_src_do_seek), (gst_video_test_src_create):
264         Partially handle 0 framerate, only EOS after the first frame
265         is missing.
266
267 2006-03-23  Wim Taymans  <wim@fluendo.com>
268
269         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
270
271         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
272         (gst_riff_create_video_template_caps):
273         * gst/ffmpegcolorspace/avcodec.h:
274         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
275         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
276         (gst_ffmpegcsp_avpicture_fill):
277         * gst/ffmpegcolorspace/imgconvert.c:
278         Patch for support of YVU9 AVI files (#334822)
279
280 2006-03-22  Edward Hervey  <edward@fluendo.com>
281
282         * docs/design/design-decodebin.txt:
283         Added design document for new decodebin
284         (Target Caps): text/x-pango-markup is also a default target caps.
285
286 2006-03-22  Wim Taymans  <wim@fluendo.com>
287
288         * gst-libs/gst/audio/gstbaseaudiosink.c:
289         (gst_base_audio_sink_dispose):
290         Since we _parent the ringbuffer, we also need to
291         _unparent instead of a plain _unref.
292
293 2006-03-22  Wim Taymans  <wim@fluendo.com>
294
295         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
296         (stop_seek), (scrub_toggle_cb), (main):
297         Add scrub checkbox.
298
299 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
300
301         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
302         (gst_ogg_parse_chain):
303           Fix very inefficient usage of linked lists (#335365).
304
305 2006-03-21  Edward Hervey  <edward@fluendo.com>
306
307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
308         * gst/playback/gstplaybin.c: (handoff):
309         * gst/playback/gststreamselector.c:
310         (gst_stream_selector_set_property):
311         gcc 4.1 unreferenced pointer fixes.
312         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
314         gst_buffer_ref() now takes a GstBuffer*.
315
316 2006-03-20  Julien MOUTTE  <julien@moutte.net>
317
318         * sys/xvimage/xvimagesink.c:
319         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
320         by Jan Schmidt.
321
322 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
323
324         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
325         (id3v1_type_find), (apetag_type_find), (plugin_init):
326           Can't do tag preferences via probability, as tags would then
327           lose against types that are recognised with MAXIMUM probability
328           (like .wav); so let all tag typefinders return MAXIMUM themselves
329           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
330           that we can prefer APE to ID3v1 (fixes #335028).
331           
332 2006-03-17  Wim Taymans  <wim@fluendo.com>
333
334         * gst-libs/gst/audio/gstbaseaudiosink.c:
335         (gst_base_audio_sink_change_state):
336         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
337         (gst_ring_buffer_may_start):
338         * gst-libs/gst/audio/gstringbuffer.h:
339         Only start playback if we are playing.
340         should fix #330748.
341
342 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
343
344         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
345         * win32/common/config.h:
346           Revert accidental commits to these files.
347
348 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
349
350         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
351
352         * tests/Makefile.am:
353           Don't try to build tests in tests/icles if we
354           don't have X (#323852)
355
356 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
357
358         * gst-libs/gst/tag/gstid3tag.c:
359           Add TXXX frame identifiers for replaygain stuff as used
360           by some taggers (see #323721).
361
362 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
363
364         * gst/playback/gststreamselector.c:
365         (gst_stream_selector_set_property),
366         (gst_stream_selector_bufferalloc):
367           Preserve the existing buggy streamselector behaviour by performing
368           a fallback buffer allocation when downstream isn't linked yet.
369           This should really be fixed in playbin by blocking pads until it's
370           linked them.
371           Also, use gst_pad_alloc_buffer instead of
372           gst_pad_alloc_buffer_and_set.
373
374 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
375
376         * gst-libs/gst/tag/gstid3tag.c:
377           Don't crash on unknown ID3v2 TXXX frames.
378           
379 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
380
381         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
382           Chain up to the parent finalize method.
383           Add 32-bit sample size to the template caps.
384
385         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
386         (gst_riff_create_video_template_caps):
387           Add the fourcc that the VMWare codec uses.
388           
389         * gst/playback/gststreamselector.c:
390         (gst_stream_selector_set_property),
391         (gst_stream_selector_bufferalloc),
392         (gst_stream_selector_request_new_pad):
393           For the active pad, forward buffer-alloc requests, otherwise
394           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
395           having to memcpy every frame when used by playbin.
396
397         * gst/tcp/gstmultifdsink.c:
398         (gst_multi_fd_sink_handle_client_write):
399           Get negotiated caps from the sink pad, rather than the sink
400           pad's peer.
401
402 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
403
404         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
405         
406         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
407           Don't forget to set src->callbacks_pushed to FALSE again when
408           popping them, otherwise re-activation in a different mode won't
409           work (#334620).
410
411 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
412
413         Patch by: Sebastien Moutte  <sebastien moutte net>
414
415         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
416         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
417         (gst_ffmpeg_smpfmt_to_caps):
418           Replace __VA_ARGS__ caps creation macros with varargs functions.
419           Makes things compile on MSVC (#320765), looks nicer, and we can
420           tell the compiler to check for the NULL terminator.
421
422 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
423
424         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
425
426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
427           Make sure the buffer we copy into is really always big
428           enough, this time for real (#333488).
429           
430 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
431
432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
433           Add support for 24bpp DIB (#305279).
434
435 2006-03-14  Wim Taymans  <wim@fluendo.com>
436
437         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
438         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
440         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
441         (gst_video_scale_init), (gst_video_scale_src_event):
442         Re-enable QoS after the release.
443         Rework videoscale to use the base class src_event handler.
444
445 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
446
447         * configure.ac:
448           back to CVS.
449
450 === release 0.10.5 ===
451
452 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
453
454         * configure.ac:
455           releasing 0.10.5, "Net"
456
457 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
458
459         * docs/plugins/Makefile.am:
460           Part of previous cdparanoiasrc docs fixes, forgot to commit.
461           
462 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
463
464         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
465         * docs/plugins/gst-plugins-base-plugins-sections.txt:
466         * docs/plugins/gst-plugins-base-plugins.hierarchy:
467           Add cdparanoiasrc to docs.
468
469         * gst-libs/gst/cdda/gstcddabasesrc.c:
470           More GstCddaBaseSrc docs.
471
472 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
473
474         * docs/libs/gst-plugins-base-libs-sections.txt:
475         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
476         * gst-libs/gst/tag/tag.h:
477           Add new API to libgsttag: gst_tag_from_id3_user_tag().
478
479 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
480
481         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
482           NULL-terminate array of mpeg4 video file extensions.
483           Fixes crash on PPC (#334226).
484
485 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
486
487         * ext/gnomevfs/gstgnomevfssrc.c:
488         (gst_gnome_vfs_src_check_get_range):
489           gnome_vfs_uri_is_local() alone is not a good indicator
490           whether we can operate in pull-mode with a specific URI,
491           as it returns FALSE for file:// URIs that point to an
492           NFS-mounted path. Be more conservative here: whitelist
493           local files, blacklist http URIs and use the old
494           mechanism for anything else (fixes #334216).
495
496 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
497
498         * configure.ac:
499           back to trunk
500
501 === release 0.10.4 ===
502
503 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
504
505         * configure.ac:
506           releasing 0.10.4, "Power"
507
508 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
509
510         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
511         Disable max-lateness by setting it to -1 for now, so that 
512         we can bed QoS stuff in thoroughly between now and the next
513         release.
514
515 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
516
517         Patch by: Fabrizio Gennari
518
519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
520           Make sure we don't read beyond the palette buffer in case of
521           broken or manipulated files (#333488)
522
523 2006-03-10  Edward Hervey  <edward@fluendo.com>
524
525         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
526         Fix for variable not initialized.
527
528 2006-03-09  Wim Taymans  <wim@fluendo.com>
529
530         * ext/libvisual/visual.c: (gst_visual_get_type),
531         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
532         (gst_visual_chain):
533         Small cleanups.
534
535         * ext/theora/gsttheoradec.h:
536         * ext/theora/theoradec.c: (gst_theora_dec_init),
537         (gst_theora_dec_reset), (_theora_granule_time),
538         (theora_dec_src_convert), (theora_dec_sink_convert),
539         (theora_dec_src_query), (theora_dec_src_event),
540         (theora_dec_sink_event), (theora_handle_comment_packet),
541         (theora_handle_header_packet), (theora_dec_push),
542         (theora_handle_data_packet), (theora_dec_chain),
543         (theora_dec_change_state):
544         Add simple QoS.
545
546 2006-03-09  Wim Taymans  <wim@fluendo.com>
547
548         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
549         (audiocast_register_listener), (gst_gnome_vfs_src_start):
550         Some cleanups.
551
552 2006-03-09  Wim Taymans  <wim@fluendo.com>
553
554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
555         Don't try to activate NULL chains.
556
557 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
558
559         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
560           Fix invalid memory access to region before peek'd data (#332964).
561
562 2006-03-09  Wim Taymans  <wim@fluendo.com>
563
564         Patch by: Christophe Fergeau
565
566         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
567         * ext/pango/gsttextrender.c: (gst_text_render_init):
568         * gst/adder/gstadder.c: (gst_adder_init):
569         Don't leak padtemplates, closes #333510.
570
571 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
572
573         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
574           Fix invalid memory access: make sure string passed to
575           regexec() is NUL-termianted.
576
577 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
580         (mp3_type_find):
581           Refactor mpeg/audio typefinding to make it more maintainable
582           and easier to fine-tune. Make probing into middle of the file
583           work properly (fixes #333900, also see #152688).
584
585 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
586
587         * gst/typefind/gsttypefindfunctions.c:
588         (utf8_type_find_have_valid_utf8_at_offset):
589           Remove part from previous commit that was bogus:
590           g_utf8_validate() does in fact not accept embedded
591           zeroes, so we don't need to check for those (thanks
592           to Mike for the hint).
593
594 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
595
596         * gst/typefind/gsttypefindfunctions.c:
597         (utf8_type_find_count_embedded_zeroes),
598         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
599           Make plain/text typefinder more conservative: firstly, check
600           for embedded zeroes, which are perfectly valid UTF-8 characters,
601           but also a fairly good sign that something is not a plain text
602           file; secondly, probe into the middle of the file if possible.
603           If we can't probe into the middle, limit the probability value
604           to be returned to TYPE_FIND_POSSIBLE (see #333900).
605
606 2006-03-08  Michael Smith  <msmith@fluendo.com>
607
608         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
609           Make typefind function name for mpeg4 video unique.
610
611 2006-03-08  Wim Taymans  <wim@fluendo.com>
612
613         * ext/libvisual/visual.c: (gst_visual_init),
614         (gst_visual_clear_actors), (gst_visual_dispose),
615         (gst_visual_reset), (gst_visual_src_setcaps),
616         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
617         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
618         (gst_visual_chain), (gst_visual_change_state):
619         Cleanups, post nice errors.
620         Handle sink and src events.
621         Implement simple QoS.
622
623         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
624         Use new basesink methods to configure max-lateness.
625         Small doc update.
626
627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
628         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
629         Debug statement cleanups.
630
631         * gst/volume/gstvolume.c: (gst_volume_class_init):
632         Simple cleanup.
633
634 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
635
636         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
637         (gst_text_overlay_init), (gst_text_overlay_set_property),
638         (gst_text_overlay_get_property):
639           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
640           as string type properties, but mark them deprecated. Add
641           'halignment' and 'valignment' properties that use enums
642           instead of strings.
643
644 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
645
646         Patch by: Fabrizio Gennari
647
648         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
649           Allow palettes with less than 256 colours in AVI files
650           (#333488)
651
652 2006-03-07  Julien MOUTTE  <julien@moutte.net>
653
654         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
655         (gst_text_overlay_video_event): Fix wrong EOS handling on text
656         pad. We were releasing the queued text buffer when we should keep
657         it until video pad gets EOS or discard the text buffer because it's
658         too old. That was eating the last subtitle buffer. Add some more
659         debug.
660
661 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
662
663         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
664         (gst_text_overlay_video_chain):
665           Fix invalid memory access (we can't access a buffer after it's been
666           pushed downstream without taking a reference); fix memory leak (if
667           there's no text to render, bail out before allocating stuff).
668
669 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
670
671         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
672         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
673         * ext/pango/gsttextoverlay.h:
674           If input is plain text, escape it before passing it to
675           pango_layout_set_markup().
676
677 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
680           Don't ignore flow return from gst_pad_push().
681
682 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
683
684         Patch by: Fabrizio Gennari
685
686         * ext/libvisual/visual.c: (gst_visual_getcaps),
687         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
690         (gst_vorbisenc_convert_sink):
691         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
692         (gst_audio_duration_from_pad_buffer):
693         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
694         (gst_audio_filter_chain):
695         * gst-libs/gst/rtp/gstbasertpdepayload.c:
696         (gst_base_rtp_depayload_setcaps):
697         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
698         (gst_video_get_size):
699         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
700           Don't leak references returned by gst_pad_get_parent()
701           (#333663)
702
703 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
704
705         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
706           change location param details
707         * gst/volume/gstvolume.c: (plugin_init):
708           correct plugin description
709
710 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
711
712         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
713         (gst_gnome_vfs_src_check_get_range):
714           Override GstBaseSrc::check_get_range() in order to avoid opening
715           the resource just to check whether we can operate in pull-mode or
716           not - we can predict that pretty well from the URI alone. Should
717           fix problems with last.fm (#331690). (Requires latest core CVS).
718
719 2006-03-06  Wim Taymans  <wim@fluendo.com>
720
721         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
722         (gst_video_sink_class_init):
723         Throw away frames that are later than 20 ms.
724
725 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
726
727         Patch by: Fabrizio Gennari
728
729         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
730           Set depth on WMA caps (#333545)
731
732 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
733
734         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
735         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
736           put Theora BOS pages before others.  This hardcodes
737           the Ogg/Theora I profile, but hey.
738
739 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
740
741         * ext/ogg/README:
742           updated with some examples
743         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
744         (granulepos_add), (theora_buffer_from_packet):
745         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
746         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
747         (gst_vorbisenc_chain):
748           implement strategy from ext/ogg/README
749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
750         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
751         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
752         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
753           Fix muxer so that oggz-validate is happy with all streams;
754           except for no eos mark, and the BOS page ordering
755         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
756         (check_buffer_granulepos):
757         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
758           update tests to check for OFFSET being set as requested
759           fixed type of granulepos, it's not a ClockTime
760
761 2006-03-05  Julien MOUTTE  <julien@moutte.net>
762
763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
764         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
765         Check that the xvimage we are creating has a correct size
766         before returning it. (#314897)
767
768 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
769
770         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
771           Give id3 and ape tag typefinders a rank slightly higher
772           than PRIMARY to ensure they're always run before any of
773           the other typefinders (in particular wav and mp3) (#324186).
774
775 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
776
777         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
778           Add support for '3IVD' fourcc (#333403).
779
780 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
781
782         * configure.ac:
783           Bump requirements to GStreamer CVS for the new error enum.
784
785         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
786           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
787           space left on the device (fixes #333352).
788
789 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
790
791         * win32/vs6:
792           add a project file for libgstvolume
793           update the workspace
794
795 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
796
797         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
798         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
799         (GST_START_TEST):
800           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
801           Set IN_CAPS on header buffers
802
803 2006-03-02  Wim Taymans  <wim@fluendo.com>
804
805         * docs/plugins/Makefile.am:
806         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
807         * docs/plugins/gst-plugins-base-plugins-sections.txt:
808         Add audioresample to docs.
809
810         * gst/audioconvert/gstaudioconvert.c:
811         Add revision date.
812
813         * gst/audioresample/gstaudioresample.c:
814         (gst_audioresample_base_init), (gst_audioresample_class_init),
815         (gst_audioresample_init), (gst_audioresample_dispose),
816         (audioresample_get_unit_size), (audioresample_transform_caps),
817         (resample_set_state_from_caps), (audioresample_transform_size),
818         (audioresample_set_caps), (audioresample_event),
819         (audioresample_do_output), (audioresample_transform),
820         (audioresample_pushthrough), (gst_audioresample_set_property),
821         (gst_audioresample_get_property), (plugin_init):
822         * gst/audioresample/gstaudioresample.h:
823         Added docs.
824         Small code cleanups.
825
826 2006-03-02  Wim Taymans  <wim@fluendo.com>
827
828         * docs/plugins/Makefile.am:
829         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
830         * docs/plugins/gst-plugins-base-plugins-sections.txt:
831         Added videoscale to docs.
832
833         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
834         (gst_video_rate_swap_prev), (gst_video_rate_event),
835         (gst_video_rate_chain):
836         Fix typo in docs.
837
838         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
839         (gst_video_scale_init), (gst_video_scale_prepare_size),
840         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
841         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
842         * gst/videoscale/gstvideoscale.h:
843         Added docs, examples.
844         Some code cleanups.
845         Post errors instead of g_warning.
846
847 2006-03-02  Wim Taymans  <wim@fluendo.com>
848
849         * docs/libs/gst-plugins-base-libs-docs.sgml:
850         * docs/libs/gst-plugins-base-libs-sections.txt:
851         * docs/libs/gst-plugins-base-libs.types:
852         * docs/plugins/Makefile.am:
853         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
854         * docs/plugins/gst-plugins-base-plugins-sections.txt:
855         Added some more docs to libs and plugins.
856
857         * gst-libs/gst/audio/gstringbuffer.c:
858         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
859         * gst-libs/gst/audio/gstringbuffer.h:
860         Document ringbuffer some more.
861
862         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
863         (gst_video_rate_setcaps), (gst_video_rate_reset),
864         (gst_video_rate_init), (gst_video_rate_flush_prev),
865         (gst_video_rate_swap_prev), (gst_video_rate_event),
866         (gst_video_rate_chain), (gst_video_rate_change_state):
867         * gst/videorate/gstvideorate.h:
868         Fix videorate to use segments.
869         Make it work with 0/1 framerates (closes #331903)
870         Handle EOS correctly.
871         Added docs.
872
873 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
874
875         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
876         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
877         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
878           In state change function, first chain up to parent class,
879           then handle downwards state change stuff. Remove some
880           commented out cruft from 0.8 code.
881
882 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
883
884         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
885         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
886         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
887         (gst_ogm_parse_chain):
888           Don't remove/re-add source pad if the new caps are the same as
889           the old caps anyway (#333042). When removing source pad, don't
890           unref it afterwards - we didn't ref it when adding. Sprinkle some
891           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
892           after using gst_pad_get_parent(). Return downstream flow return
893           value in chain function.
894
895 2006-03-02  Wim Taymans  <wim@fluendo.com>
896
897         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
898         * docs/plugins/gst-plugins-base-plugins.args:
899         * docs/plugins/gst-plugins-base-plugins.hierarchy:
900         * docs/plugins/gst-plugins-base-plugins.interfaces:
901         * docs/plugins/gst-plugins-base-plugins.signals:
902         Fix hierarchy, added some more elements to the docs.
903
904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
905         (gst_ffmpegcsp_get_type):
906         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
907         Fix docs for ffmpegcolorspace.
908
909 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
912         (apetag_type_find), (ape_type_find), (plugin_init):
913           Some typefinding fine-tuning:
914           - rank ID3/APE tags in order of preference via probabilities, so that
915             ID3v2 > APEv2 > APEv1 > ID3v1.
916           - three or four bytes don't really justify MAXIMUM probability,
917             change those to 'very likely' (musepack and monkeysaudio).
918
919 2006-03-01  Wim Taymans  <wim@fluendo.com>
920
921         * docs/plugins/Makefile.am:
922         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
923         * docs/plugins/gst-plugins-base-plugins-sections.txt:
924         * ext/alsa/gstalsamixer.c:
925         * ext/alsa/gstalsamixer.h:
926         * ext/alsa/gstalsamixerelement.c:
927         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
928         * ext/alsa/gstalsamixerelement.h:
929         * ext/alsa/gstalsasink.c:
930         * ext/alsa/gstalsasink.h:
931         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
932         (gst_alsasrc_init):
933         * ext/alsa/gstalsasrc.h:
934         Added alsa docs.
935         Small code cleanups.
936
937 2006-03-01  Wim Taymans  <wim@fluendo.com>
938
939         * ext/theora/Makefile.am:
940         Dist new header too,
941
942 2006-03-01  Wim Taymans  <wim@fluendo.com>
943
944         * docs/plugins/Makefile.am:
945         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
946         * docs/plugins/gst-plugins-base-plugins-sections.txt:
947         * ext/gnomevfs/gstgnomevfssink.h:
948         * ext/gnomevfs/gstgnomevfssrc.h:
949         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
950         * ext/vorbis/vorbisdec.h:
951         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
952         * ext/vorbis/vorbisenc.h:
953         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
954         (vorbis_parse_chain), (vorbis_parse_change_state):
955         * ext/vorbis/vorbisparse.h:
956         * gst/audioconvert/gstaudioconvert.h:
957         * gst/tcp/gsttcpserversink.h:
958         * gst/videotestsrc/gstvideotestsrc.c:
959         * gst/videotestsrc/gstvideotestsrc.h:
960         * gst/volume/gstvolume.c:
961         * gst/volume/gstvolume.h:
962         Fix some more docs.
963         Added docs for vorbisdec and vorbisparse.
964         Fix vorbisparse.
965
966 2006-03-01  Wim Taymans  <wim@fluendo.com>
967
968         * docs/plugins/Makefile.am:
969         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
970         * docs/plugins/gst-plugins-base-plugins-sections.txt:
971         * ext/pango/gstclockoverlay.h:
972         * ext/pango/gsttextoverlay.h:
973         * ext/pango/gsttextrender.h:
974         * ext/pango/gsttimeoverlay.h:
975         * ext/theora/gsttheoradec.h:
976         * ext/theora/gsttheoraenc.h:
977         * ext/theora/theoradec.c:
978         * ext/theora/theoraenc.c:
979         * gst/audioconvert/gstaudioconvert.h:
980         * gst/audiotestsrc/gstaudiotestsrc.h:
981         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
982         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
983         * gst/tcp/gstmultifdsink.h:
984         Updated/added documentation.
985
986         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
987         (gst_text_overlay_halign_get_type),
988         (gst_text_overlay_wrap_mode_get_type),
989         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
990         (gst_text_overlay_init), (gst_text_overlay_set_property),
991         (gst_text_overlay_get_property):
992         Fix up properties to be enums instead of string to make bindings,
993         introspection and automatic GUI creation possible.
994         Add getters for the properties.
995
996 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
997
998         * gst/audiotestsrc/gstaudiotestsrc.c:
999           added defines of M_PI and M_PI_2
1000         * gst/ffmpegcolorspace/avcodec.h:
1001           removed #include "stdint.h" for win32 as _stdint.h is 
1002           autogenerated to win32/common
1003         * win32/common/libgstaudio.def:
1004         * win32/common/libgsttag.def:
1005           added some exports
1006         * win32/vs6:
1007           some project files bugs corrected
1008         * win32/vs7:
1009           project files are reset to the default vs7 configuration 
1010           (they link to msvcr71.dll using default optimizations)
1011           
1012 2006-02-28  Wim Taymans  <wim@fluendo.com>
1013
1014         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1015         Fix some docs.
1016
1017 2006-02-28  Edward Hervey  <edward@fluendo.com>
1018
1019         * ext/alsa/gstalsasrc.c:
1020         Set proper class on the ElementDetails:
1021         Source/Audio instead of Src/Audio/
1022
1023 2006-02-28  Edward Hervey  <edward@fluendo.com>
1024
1025         * gst/videoscale/vs_scanline.c:
1026         (vs_scanline_resample_nearest_RGBA):
1027         Revert optimization in videoscale. It should go in liboil and have
1028         an appropriate liboil function.
1029
1030 2006-02-28  Wim Taymans  <wim@fluendo.com>
1031
1032         * gst-libs/gst/audio/gstbaseaudiosink.c:
1033         (gst_base_audio_sink_provide_clock):
1034         Don't try to provide a clock in the NULL state.
1035
1036 2006-02-28  Wim Taymans  <wim@fluendo.com>
1037
1038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1039         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1040         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1041         (gst_ogg_demux_deactivate_current_chain),
1042         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1043         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1044         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1045         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1046         Use GstSegment infrastructure to remove duplicated code
1047         and handle more seek cases correctly.
1048
1049 2006-02-28  Wim Taymans  <wim@fluendo.com>
1050
1051         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1052         (gst_ffmpegcsp_transform):
1053         Don't ignore return code from ffmpeg convert function.
1054
1055         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1056         Split out some long statements to ease debugging.
1057
1058 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1059
1060         * ext/libvisual/visual.c: (gst_visual_init),
1061         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1062         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1063         being able to renegotiate the size. Instead, use the negotiation
1064         algorithm from the goom plugin to pick an initial output caps. 
1065
1066         Also, allow theoretical libvisual plugins that might support non-GL 
1067         output even if they also do GL.
1068
1069 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1070
1071         * ext/libvisual/visual.c: (gst_visual_init),
1072         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1073         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1074         possible negotiation issues.
1075
1076 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1077
1078         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1079
1080 2006-02-24  Michael Smith  <msmith@fluendo.com>
1081
1082         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1083         (cmml_type_find), (plugin_init):
1084           Fix CMML type find function to not require a specific minor version
1085           of the CMML header.
1086
1087           Add an MPEG4 video elementary stream typefind function.
1088
1089 2006-02-04  Michael Smith  <msmith@fluendo.com>
1090
1091         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1092         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1093         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1094         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1095         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1096         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1097           Annodex support in ogg demuxer. Doesn't do very much without the
1098           other annodex patches (to come).
1099
1100 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1101
1102         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1103
1104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1105           Pick up palette for MS video v1 (#327028)
1106
1107 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1110         (gst_ffmpegcsp_caps_remove_format_info),
1111         (gst_ffmpegcsp_get_unit_size):
1112           The 'palette_data' field from incoming RGB caps shouldn't be
1113           proxied on outgoing YUV caps; also, restrict unit size
1114           adjustment in case of paletted data only to the unit that
1115           actually has a palette. Fixes #330711.
1116
1117 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1120         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1121         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1122         (gst_ffmpegcsp_get_unit_size):
1123           Plug some memory leaks.
1124
1125 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1126
1127         * sys/ximage/Makefile.am:
1128         * sys/xvimage/Makefile.am:
1129           Add some _CFLAGS and _LIBS that seem to be missing
1130           and/or required for Cygwin (see #317048).
1131
1132 2006-02-22  Wim Taymans  <wim@fluendo.com>
1133
1134         * ext/alsa/gstalsasrc.c:
1135         Fix description as pointed out by caugier.
1136
1137 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1138
1139         Reviewed by : Edward Hervey  <edward@fluendo.com>
1140
1141         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1142         (qt_type_find):
1143         Better 3gp typefinding (#331526).
1144
1145 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1146
1147         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1148           Don't send EOS event here, the base class will send one for us.
1149
1150         * gst/playback/gstplaybasebin.c: (prepare_output):
1151           Subpictures without video stream aren't allowed either.
1152         
1153         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1154           Fix debug statement copy'n'paste-o.
1155
1156 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1159           Fix issues with mixer keeping state when muting/unmuting
1160           and when changing the volume whilst muted (see #331763
1161           and #331765).
1162
1163 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1164
1165         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1166         (parse_subrip), (gst_sub_parse_format_autodetect):
1167           Set right caps given that we send escaped text. Also,
1168           honour <i></i>, <b></b> and <u></u> markers that can be found
1169           in .srt files (fixes #310202).
1170
1171 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         * gst-libs/gst/audio/mixerutils.c:
1174         (element_factory_rank_compare_func):
1175           Make order in which elements are tried more determinable.
1176
1177 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1178
1179         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1180         (remove_element_chain), (cleanup_decodebin),
1181         (gst_decode_bin_change_state): Make decodebin reusable by
1182         fixing remove_element_chain first and then introduce a
1183         cleaner in state change to ->NULL. (Closes #331678)
1184
1185 2006-02-19  Wim Taymans  <wim@fluendo.com>
1186
1187         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1188         use 0666 mask when creating files so umask gets applied
1189         correctly. Fixes #331295.
1190
1191 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         * gst/subparse/Makefile.am:
1194         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1195         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1196         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1197         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1198         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1199         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1200         * gst/subparse/gstssaparse.h:
1201         * gst/subparse/gstsubparse.c: (plugin_init):
1202           Add very basic parser for SSA subtitle streams (as often
1203           found in matroska files).
1204
1205 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1206
1207         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1208           That should be text/x-pango-markup, not text/x-pango-layout.
1209
1210 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1211
1212         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1213         Polishing.
1214
1215 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1216
1217         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1218         (gst_text_overlay_finalize), (gst_text_overlay_init),
1219         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1220         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1221         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1222         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1223         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1224         Fix state change deadlock.
1225
1226 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1227
1228         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1229         (gst_text_overlay_finalize), (gst_text_overlay_init),
1230         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1231         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1232         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1233         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1234         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1235         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1236         and subtitles files.
1237
1238 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1239
1240         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1241         should be considered as raw.
1242
1243 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1244
1245         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1246         (cb_probe):
1247         * gst/playback/gststreaminfo.h: Introduce language informations.
1248
1249 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1250
1251         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1252         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1253         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1254         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1255         Set shared memory segments to be deleted as soon as we have attached,
1256         that way they get cleaned up automatically if we crash.
1257
1258 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1259
1260         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1261         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1262         functions are called with lock held.
1263
1264 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1265
1266         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1267         (gst_text_overlay_finalize), (gst_text_overlay_init),
1268         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1269         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1270         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1271         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1272         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1273         (gst_text_overlay_change_state): Refactoring of textoverlay
1274         without collectpads. This now supports sparse subtitles coming
1275         from a demuxer instead of a sub file. Seeking is still broken 
1276         though. Need to discuss with wtay some more on how to handle
1277         seeking correctly.
1278         * ext/pango/gsttextoverlay.h:
1279         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1280         subtitles coming from the demuxer.
1281
1282 2006-02-17  Wim Taymans  <wim@fluendo.com>
1283
1284         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1285         (gst_vorbisenc_convert_sink):
1286         Use some more scaling functions.
1287
1288 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1289
1290         * ext/cdparanoia/gstcdparanoiasrc.c:
1291         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1292         (gst_cd_paranoia_paranoia_callback),
1293         (gst_cd_paranoia_src_signal_is_being_watched),
1294         (gst_cd_paranoia_src_read_sector):
1295         * ext/cdparanoia/gstcdparanoiasrc.h:
1296           Add back 'transport-error' and 'uncorrected-error' signals and
1297           make them actually be fired when bad stuff happens (#319340).
1298
1299 2006-02-17  Wim Taymans  <wim@fluendo.com>
1300
1301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1302         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1303         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1304         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1305         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1306         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1307         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1308         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1309         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1310         (gst_ring_buffer_clear):
1311         Small cleanups.
1312         Added some G_LIKELY.
1313
1314 2006-02-17  Wim Taymans  <wim@fluendo.com>
1315
1316         * gst-libs/gst/audio/TODO:
1317         Update TODO
1318
1319         * gst-libs/gst/audio/gstbaseaudiosink.c:
1320         (gst_base_audio_sink_get_offset):
1321         When trying to play samples ASAP and we don't have a
1322         previous sample, try to play at position 0 instead of
1323         an invalid position.
1324
1325 2006-02-17  Wim Taymans  <wim@fluendo.com>
1326
1327         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1328         (gst_alsasink_reset):
1329         Also release lock when we get an error in _reset();
1330         fix an error message.
1331
1332 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1333
1334         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1335         (gst_alsasink_init), (get_channel_free_structure),
1336         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1337         (gst_alsasink_close):
1338         * ext/alsa/gstalsasink.h:
1339           Add support for more than 2 channels (#326720).
1340
1341 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1342
1343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1344           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1345           with 4 or 6 channels, assume a default channel layout to make things
1346           work (not sure there's anything else we can do in those cases).
1347
1348 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1349
1350         * gst-libs/gst/audio/multichannel.c:
1351           Minor docs fix.
1352
1353         * gst-libs/gst/riff/Makefile.am:
1354         * gst-libs/gst/riff/riff-ids.h:
1355         * gst-libs/gst/riff/riff-media.c:
1356         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1357           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1358           channels and a channel layout map.
1359           
1360 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1361
1362         Reviewed by Edward Hervey  <edward@fluendo.com>
1363
1364         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1365         C-level optimization of the RGBA nearest neighbour function.
1366         Eventually this might end up in liboil with vectorized versions.
1367
1368 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * gst-libs/gst/audio/multichannel.c:
1371         (gst_audio_get_channel_positions):
1372           When we have more than 2 channels, but no channel layout is
1373           specified in the caps, return some default channel layout
1374           to the caller and warn about about a possibly buggy element
1375           (could be buggy filtercaps as well of course) (#317038).
1376
1377 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1378
1379         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1380           Add gst-libs/gst/cdda to list of lib search paths.
1381
1382 2006-02-15  Andy Wingo  <wingo@pobox.com>
1383
1384         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1385         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1386         to the Lord Jesus that I do not have to touch the ogg muxer ever
1387         again.
1388
1389 2006-02-15  Edward Hervey  <edward@fluendo.com>
1390
1391         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1392         quicktime movie files can also contain 'uuid' atoms.
1393
1394 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         * gst/audioconvert/plugin.c: (plugin_init):
1397           Register the GstAudioChannelPosition enum type with the type
1398           system in the plugin_init function, so that it is known before
1399           any element actually makes use of multi-channel stuff. This is
1400           required for example if one wants to be able to deserialise/use
1401           a caps string with channel positions before any pipeline has
1402           been setup and started, like with gst-launch.
1403
1404 2006-02-14  Wim Taymans  <wim@fluendo.com>
1405
1406         * gst-libs/gst/audio/gstringbuffer.c:
1407         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1408         (gst_ring_buffer_samples_done), (wait_segment),
1409         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1410         Add some compiler G_(UN_)LIKELY help.
1411         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1412         make sure they can exit their functions. Should fix #330748
1413
1414 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1415
1416         * Makefile.am:
1417         * configure.ac:
1418         * win32/MANIFEST:
1419         * win32/common/_stdint.h:
1420           Windows does not have long long; copy the generated _stdint.h
1421         * win32/common/interfaces-enumtypes.c:
1422         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1423         (gst_mixer_track_flags_get_type),
1424         (gst_tuner_channel_flags_get_type):
1425         * win32/common/multichannel-enumtypes.c:
1426         (gst_audio_channel_position_get_type):
1427           update
1428
1429 2006-02-13  Wim Taymans  <wim@fluendo.com>
1430
1431         * gst-libs/gst/audio/gstbaseaudiosink.c:
1432         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1433         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1434         Always sync on first sample we receive when starting.
1435
1436 2006-02-13  Wim Taymans  <wim@fluendo.com>
1437
1438         * gst/playback/gstplaybin.c: (gen_vis_element):
1439         Update vis bin docs.
1440         Move queue after tee so we don't queue video buffers but
1441         audio samples instead. Fixes problems where the video queue
1442         is filled and the audio queue empty.
1443
1444 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1445
1446         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1447           No need to push an EOS event here, GstBaseSrc will do that for us
1448           when we return FLOW_UNEXPECTED.
1449           
1450 2006-02-12  Wim Taymans  <wim@fluendo.com>
1451
1452         * gst-libs/gst/audio/gstbaseaudiosink.c:
1453         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1454         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1455         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1456         Use scale functions when possible.
1457         Fix error messages.
1458         Free clockid when after waiting for EOS.
1459         Use G_(UN_)LIKLY when it makes sense.
1460         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1461
1462 2006-02-12  Edward Hervey  <edward@fluendo.com>
1463
1464         * gst/playback/gstplaybasebin.c: (prepare_output): 
1465         Remove stray semi-colon (fixes #330888).
1466
1467 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1468
1469         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1471         Fix up the XShm call testing so that we catch errors, and don't
1472         cause new ones by attempting to detach from a segment we failed
1473         to attach to. Fixes #312439.
1474
1475 2006-02-10  Edward Hervey  <edward@fluendo.com>
1476
1477         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1478         Added flv file typefind (video/x-flv).
1479
1480 2006-02-10  Edward Hervey  <edward@fluendo.com>
1481
1482         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1483         (gst_riff_create_video_template_caps):
1484         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1485         Also added the caps to the default set of riff video caps.
1486
1487 2006-02-09  Andy Wingo  <wingo@pobox.com>
1488
1489         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1490         time and the end time of the last packet in the page.
1491         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1492         on the pages in our queue, set the duration as well. Reflow a
1493         debug statement.
1494         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1495         Fixes bad muxing order.
1496
1497 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1498
1499         * gst-libs/gst/rtp/gstbasertppayload.c:
1500         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1501           update seqnum before setting it on the packet; this makes sure
1502           that the timestamp and seqnum properties match after pushing
1503           a buffer
1504
1505 2006-02-09  Andy Wingo  <wingo@pobox.com>
1506
1507         * gst-libs/gst/audio/gstringbuffer.c
1508         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1509         overflow after 13.5 hours of recording. Kapow!
1510
1511         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1512         the buffer size -- we don't care about underrun/overrun reporting
1513         right now, just need to return a useful value.
1514
1515 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1516
1517         * configure.ac:
1518           Back to CVS
1519
1520 === release 0.10.3 ===
1521
1522 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1523
1524         * configure.ac:
1525           releasing 0.10.3, "Under Pressure"
1526
1527 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1528
1529         * configure.ac:
1530         Drat. Bump libtool version number for new API.
1531         Prelease 0.10.2.3 (of 0.10.3)
1532
1533 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1534
1535         * configure.ac:
1536         * win32/common/config.h:
1537         0.10.2.2 prerelease (of 0.10.3).
1538
1539 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1540
1541         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1542           Revert Andy's newsegment change pending a more correct
1543           fix.
1544
1545 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1546
1547         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1548         (qt_type_find), (plugin_init):
1549           detect more files as 3gp
1550           group and reorder the iso file formats
1551
1552 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1553
1554         * ext/vorbis/vorbis.c: (plugin_init):
1555           Register musicbrainz tags, so apps don't have to.
1556
1557 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1558
1559         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1560         (gst_tag_to_vorbis_tag):
1561           Make sure we called gst_tag_register_musicbrainz_tags()
1562           before possibly mapping a vorbiscomment string from/to a
1563           musicbrainz tag.
1564
1565 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1568           In case we can't find the required number of consecutive
1569           mpeg audio frames to positively identify an MPEG audio
1570           stream, check if there's at least a valid mpeg audio
1571           frame right at offset 0 and if so suggest mpeg/audio
1572           caps with a very low probability (#153004).
1573
1574 2006-02-07  Andy Wingo  <wingo@pobox.com>
1575
1576         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1577         a TIME segment if we get timestamped buffers. Requires recent
1578         fixes in core to work properly.
1579
1580 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1581
1582         * gst/playback/gstplaybasebin.c: (prepare_output):
1583           Don't print the URI as part of the error message, it
1584           makes error dialogs look rather ugly, especially if
1585           the URI is very long or has characters in it that
1586           need escaping.
1587
1588 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1589
1590         * gst/playback/gstplaybasebin.c: (prepare_output):
1591           Error out if we have only text or subtitles, but nothing
1592           else. Also error out if we have subtitles but no video
1593           stream.
1594
1595 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1596
1597         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1598           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1599           Post an error message on the bus when we encounter an
1600           error, which will hopefully be more meaningful than the
1601           'Internal Flow Error' message users get to see if we
1602           just return GST_FLOW_ERROR.
1603
1604 2006-02-07  Andy Wingo  <wingo@pobox.com>
1605
1606         * configure.ac (GST_MAJORMINOR): Update core version req to
1607         0.10.2.2, for the collectpads API addition (#330244).
1608
1609 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1610
1611         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1612           Return FALSE from plugin_init() when GnomeVFS can't
1613           be initialised for some reason (#328423).
1614
1615 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1616
1617         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1618         Stick to seeking theory until i find the bug.
1619         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1620
1621 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1622
1623         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1624         (theora_enc_finalize), (theora_enc_sink_setcaps),
1625         (theora_set_header_on_caps), (theora_enc_chain),
1626         (theora_enc_change_state):
1627         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1628           Make theoraenc and the tests leak free. Like, really.
1629
1630 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1631
1632         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1633         (theora_enc_finalize), (theora_enc_sink_setcaps):
1634           Add a finalize method to ensure we clean up state even if
1635           someone omitted the state change back to NULL.
1636
1637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1638         (gst_vorbisenc_chain):
1639           Free some more leaked bits.
1640
1641         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1642         (stop_pipeline):
1643           Wait for state changes to happen if they're ASYNC.
1644
1645           This ought to teach those fancy pants buildbots a lesson.
1646
1647 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1648
1649         * gst-libs/gst/tag/gstid3tag.c:
1650           Add mapping for ID3 International Standard Recording Code
1651           tag "TSRC"
1652
1653 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1654
1655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1656           Don't leak tag names.
1657
1658 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1659
1660         * docs/libs/gst-plugins-base-libs-docs.sgml:
1661         * docs/libs/gst-plugins-base-libs-sections.txt:
1662         * gst-libs/gst/tag/gstid3tag.c:
1663         * gst-libs/gst/tag/gstvorbistag.c:
1664         * gst-libs/gst/tag/tags.c:
1665           Split libgsttag docs into multiple sections.
1666
1667 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1668
1669         * docs/libs/Makefile.am:
1670         * docs/libs/gst-plugins-base-libs-docs.sgml:
1671         * docs/libs/gst-plugins-base-libs-sections.txt:
1672         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1673         * gst-libs/gst/tag/gstvorbistag.c:
1674         * gst-libs/gst/tag/tag.h:
1675         * gst-libs/gst/tag/tags.c:
1676           Add libgsttag to the docs.
1677
1678 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1679
1680         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1681         (gst_text_overlay_init), (gst_text_overlay_src_event),
1682         (gst_text_overlay_collected): Fix clockoverlay.
1683
1684 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * docs/libs/compiling.sgml:
1687           Fix typo: it's pkg-config, not pkg-gconfig
1688
1689         * docs/libs/gst-plugins-base-libs-docs.sgml:
1690         * docs/libs/gst-plugins-base-libs-sections.txt:
1691         * docs/libs/tmpl/gstgconf.sgml:
1692           There is no libgstgconf in 0.10, remove it
1693           from the docs.
1694
1695 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1696
1697         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1698         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1699         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1700         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1701         (gst_sub_parse_class_init), (gst_sub_parse_init),
1702         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1703         (parse_mpsub), (parser_state_init), (handle_buffer),
1704         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1705         * gst/subparse/gstsubparse.h: Introduce seeking code.
1706
1707 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1708
1709         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1710           Add comment about LANGUAGE tag inconsistency (we want
1711           ISO-639-1, but extract three-letter identifiers?)
1712
1713         * po/POTFILES.in:
1714           Add two translatable files.
1715
1716 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1717
1718         * gst-libs/gst/tag/Makefile.am:
1719         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1720         * gst-libs/gst/tag/tag.h:
1721         * gst-libs/gst/tag/tags.c:
1722         (gst_tag_register_musicbrainz_tags_internal),
1723         (gst_tag_register_musicbrainz_tags):
1724           Forward-port some tags stuff from the 0.8 branch. This is
1725           mostly the addition of musicbrainz tags and their mapping
1726           to vorbistags, and a vorbistag mapping of the language tag.
1727
1728 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1729
1730         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1731         refactoring.
1732
1733 2006-02-04  David Schleef  <ds@schleef.org>
1734
1735         * ext/ogg/gstoggmux.c:
1736         * gst/typefind/gsttypefindfunctions.c:
1737           Add Dirac typefinding and add dirac format to oggmux.
1738
1739 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         * gst/playback/gstdecodebin.c: (try_to_link_1):
1742           Don't put essential function call into
1743           g_return_*() macro, otherwise it'll all be
1744           replaced by NOOPs when compiling with
1745           G_DISABLE_CHECKS defined.
1746
1747 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1748
1749         * ext/ogg/gstoggdemux.c:
1750         * ext/ogg/gstoggparse.c:
1751         * gst/tcp/gsttcpserversink.c:
1752         * sys/v4l/v4lsrc_calls.c:
1753         * sys/v4l/v4lsrc_calls.h:
1754         Just make it compile with --disable-gst-debug.
1755
1756 2006-02-03  Wim Taymans  <wim@fluendo.com>
1757
1758         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1759         (gst_alsasink_class_init), (gst_alsasink_init),
1760         (gst_alsasink_write), (gst_alsasink_reset):
1761         * ext/alsa/gstalsasink.h:
1762         Add lock to protect alsa calls.
1763         Implement reset to flush samples ASAP, does not work
1764         with dmix though.
1765
1766 2006-02-02  Wim Taymans  <wim@fluendo.com>
1767
1768         * gst-libs/gst/audio/gstbaseaudiosink.c:
1769         (gst_base_audio_sink_provide_clock):
1770         Ugh.. getting late I guess...
1771
1772 2006-02-02  Wim Taymans  <wim@fluendo.com>
1773
1774         * gst-libs/gst/audio/gstbaseaudiosink.c:
1775         (gst_base_audio_sink_provide_clock),
1776         (gst_base_audio_sink_set_property),
1777         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1778         Don't try to provide a clock when we are not negotiated since
1779         we might not be able to make it run.
1780
1781 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         * gst/playback/gstdecodebin.c: (try_to_link_1):
1784           Unlinking two source pads is ... hard.
1785
1786 2006-02-02  Wim Taymans  <wim@fluendo.com>
1787
1788         * gst-libs/gst/audio/TODO:
1789         Updated.
1790
1791         * gst-libs/gst/audio/gstbaseaudiosink.c:
1792         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1793         On EOS, wait till the last sample is played before posting EOS.
1794
1795 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1796
1797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1798           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1799           setting queue_delay to zero. Also avoid thread being started if
1800           queue_delay is zero.
1801
1802 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1803
1804         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1805           Make test work again by connecting fakesinks to each decoded pad,
1806           which makes the pipeline wait until each fakesink has a buffer
1807           queued before going to PAUSED state. At that point we know the
1808           decodebin pads are negotiated.
1809
1810 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1811
1812         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1813         (gst_cdda_base_src_handle_event):
1814         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1815           Pass unhandled queries to the parent class's query function.
1816
1817 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1818
1819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1820         (gst_ogg_pad_src_query):
1821         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1822         * ext/theora/theoradec.c: (theora_dec_src_query),
1823         (theora_dec_sink_query):
1824         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1825         (vorbis_dec_sink_query):
1826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1827         (gst_vorbisenc_sink_query):
1828         * gst/adder/gstadder.c: (gst_adder_query):
1829           Pass unhandled queries upstream instead of just
1830           dropping them (#326447). Also, fix supported
1831           query types list for some elements.
1832
1833 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1836         (paris_type_find), (ilbc_type_find), (plugin_init):
1837           Fix typefinding for audio/x-au, audio/x-paris and
1838           audio/iLBC-sh. We cannot use the START_WITH macros
1839           here, because there can only be one typefind factory
1840           with the same name (caps), so the second one would
1841           replace the first one and the first one would never
1842           be called when doing typefinding (see #161712).
1843           
1844
1845 2006-01-31  Wim Taymans  <wim@fluendo.com>
1846
1847         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1848         (vorbis_handle_header_packet), (vorbis_dec_push),
1849         (vorbis_handle_data_packet):
1850         Use scale_int when we can, add some more scaling.
1851         Check packettype before parsing it.
1852
1853 2006-01-31  Wim Taymans  <wim@fluendo.com>
1854
1855         * ext/theora/theoradec.c: (_theora_granule_time),
1856         (theora_dec_src_convert), (theora_dec_sink_convert):
1857         Call right _scale functions.
1858         Use parameter instead of some other random value.
1859
1860 2006-01-31  Wim Taymans  <wim@fluendo.com>
1861
1862         * ext/theora/theoradec.c: (_theora_granule_frame),
1863         (_theora_granule_time), (_inc_granulepos),
1864         (theora_dec_src_convert), (theora_dec_sink_convert),
1865         (theora_handle_type_packet), (theora_handle_data_packet),
1866         (theora_dec_chain):
1867         Use higher precision timestamps calculation.
1868         Convert some other conversions to _scale.
1869
1870 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1871
1872         * gst/audiotestsrc/gstaudiotestsrc.c:
1873         (gst_audio_test_src_create_sine_table), (plugin_init):
1874         * gst/volume/gstvolume.c: (plugin_init):
1875           initialize gst_controller before using
1876
1877 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1878
1879         * tests/check/pipelines/theoraenc.c:
1880         * tests/check/pipelines/vorbisenc.c:
1881         Define constant using G_GINT64_CONSTANT to avoid errors when
1882         passing it around - otherwise it gets truncated to 32 bits.
1883
1884         Fixes failing tests.
1885
1886 2006-01-31  Andy Wingo  <wingo@pobox.com>
1887
1888         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1889         caps being set doesn't have a framerate value. Basically a stopgap
1890         measure.
1891
1892         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1893         technically correct enough to put into core though.
1894         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1895         DURATION. Fixes theoraenc ! oggmux.
1896
1897         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1898         fraction, not double.
1899
1900 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1901
1902         * win32/vs7:
1903         add vs7 project files created by Sergey Scobich
1904
1905 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1906
1907         * win32/vs8:
1908         add vs8 project files created by Sergey Scobich
1909         
1910 2006-01-30  Andy Wingo  <wingo@pobox.com>
1911
1912         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1913         timestamp + duration, not just timestamp -- ogg pages should be
1914         ordered by stop time. Necessary fix given the change in vorbis
1915         timestamps.
1916
1917         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1918         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1919         (granulepos_add): New function, handles the messiness of adjusting
1920         granulepos values.
1921         (theora_buffer_from_packet):
1922         (theora_enc_chain):
1923         (theora_enc_sink_event): Use granulepos_add, not +.
1924
1925         * tests/check/pipelines/theoraenc.c
1926         (check_buffer_granulepos_from_starttime): Just check the frame
1927         count, not the actual granulepos -- we can't dictate to the
1928         encoder when it should be placing keyframes.
1929
1930 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1931
1932         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1933           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1934           play an http:// stream from a server that's not serving
1935
1936 2006-01-30  Andy Wingo  <wingo@pobox.com>
1937
1938         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1939         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1940         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1941         available.
1942
1943         * ext/theora/gsttheoraenc.h:
1944         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1945         although theoraenc was timestamping correctly. Added handling of
1946         streams that start with nonzero timestamps.
1947
1948         * tests/check/Makefile.am:
1949         * tests/check/pipelines/theoraenc.c: New file, basically does same
1950         tests as vorbisenc.
1951
1952         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1953
1954 2006-01-30  Wim Taymans  <wim@fluendo.com>
1955
1956         * gst-libs/gst/audio/gstaudiosink.c:
1957         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1958         (gst_audioringbuffer_pause):
1959         Implement pause that does not wait for completion.
1960
1961         * gst-libs/gst/audio/gstbaseaudiosink.c:
1962         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1963         Don't drop buffers when going to PAUSED but perform preroll on
1964         remaining samples now that core base class supports this.
1965
1966         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1967         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1968         (gst_ring_buffer_commit):
1969         Pause should not signal waiters.
1970         Implement return value of _commit correctly.
1971
1972 2006-01-30  Andy Wingo  <wingo@pobox.com>
1973
1974         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1975
1976         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1977         updated to timestamp from the first sample, not the last.
1978         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1979         special care of granulepos and timestamp for header packets.
1980         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1981         when the first buffer has a nonzero timestamp.
1982
1983         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1984         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1985         case when the first audio buffer we get has a nonzero timestamp.
1986         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1987         properly timestamp vorbis buffers with the time of the first
1988         sample, not the last.
1989         
1990         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1991         vorbis_granule_time_copy -- now it takes the granule/subgranule
1992         offset into account.
1993
1994         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1995         timestamps, durations, and granulepos on buffers produced by
1996         vorbisenc.
1997
1998 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1999
2000         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2001         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2002           Patch from Eric Jonas to support conversions to/from UYVY 
2003           (Fixes: #324626)
2004
2005 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2006
2007         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2008         (setup_subtitle), (setup_source), (set_active_source):
2009         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2010         (gen_text_element), (gen_audio_element), (gen_vis_element),
2011         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2012
2013 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2014
2015         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2016         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2017                 use gst_guint64_to_gdouble to be compliant with vs6
2018         * gst/playback/gstdecodebin.c: (try_to_link_1)
2019         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2020                 use G_GINT64_CONSTANT for int64 constants
2021         * win32/common/libgstinterfaces.def:
2022                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2023         * win32/vs6:
2024                 update and add new project files
2025                 
2026 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2027
2028         * Makefile.am:
2029         * win32/MANIFEST:
2030         * win32/common/interfaces-enumtypes.c:
2031         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2032         (gst_mixer_track_flags_get_type),
2033         (gst_tuner_channel_flags_get_type):
2034         * win32/common/interfaces-enumtypes.h:
2035         * win32/common/multichannel-enumtypes.c:
2036         (gst_audio_channel_position_get_type):
2037         * win32/common/multichannel-enumtypes.h:
2038           add a win32-update rule like in core, and copy over enumtypes files
2039
2040 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2041
2042         * win32/MANIFEST:
2043         * win32/common/config.h:
2044         * win32/common/config.h.in:
2045           add config files just like in core
2046
2047 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2048
2049         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2050           Make gcc-4.1 happy (part of #327357).
2051
2052 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2053
2054         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2055         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2056         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2057         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2058         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2059         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2060           Update all error messages.  All of them should either use
2061           the default translated message, or actually provide a
2062           translatable string.
2063           Make the string for channel count problems meaningful.
2064
2065 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2066
2067         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2068           check for and throw RESOURCE_BUSY
2069
2070 2006-01-27  David Schleef  <ds@schleef.org>
2071
2072         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2073           checked in this change -- it requires liboil features not
2074           in 0.3.6.  Revert parts.
2075
2076 2006-01-27  David Schleef  <ds@schleef.org>
2077
2078         * REQUIREMENTS:
2079         * configure.ac: update liboil requirement to 0.3.6
2080         * gst/videoscale/Makefile.am:
2081         * gst/videoscale/vs_scanline.c: liboilify
2082
2083 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2084
2085         * ext/libvisual/visual.c: (get_buffer):
2086           When pad_alloc returns a GstFlowReturn other
2087           than GST_FLOW_OK, make sure it is passed upstream.
2088
2089 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2090
2091         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2092         (gst_alsasink_class_init):
2093           Free the device name string.
2094
2095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2096         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2097         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2098           Don't remove a pad from the collectpads structure until it
2099           is released - it's a request pad, and may receive data again
2100           if the element gets moved back to PLAYING state.
2101
2102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2103           Ensure we turn on double buffering on the Xv port, and
2104           set the colour key to something dark and mysterious that
2105           isn't black.
2106
2107 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2108
2109         * ext/alsa/gstalsaplugin.c: (plugin_init):
2110         * ext/cdparanoia/gstcdparanoiasrc.c:
2111         (gst_cd_paranoia_src_base_init), (plugin_init):
2112         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2114           - a library should not call setlocale. see "Libraries" node in
2115             gettext manual
2116           - make sure all plugins that use translation do bindtextdomain
2117             to point to the localedir
2118         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2119         (setup_sinks), (plugin_init):
2120           all this, and check for NULL when creating sinks
2121
2122 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2123
2124         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2125         (plugin_init): Make typefinding of subtitles work again.
2126
2127 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2130         (mp3_type_frame_length_from_header), (mp3_type_find),
2131         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2132         (plugin_init):
2133           Backport a bunch of typefinding fixes from the 0.8 branch.
2134           Also, improve wavpack typefinding: if we can't peek the
2135           entire wavpack block, try to parse the bits we can get and
2136           see if we find what we're looking for in those.
2137
2138 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2139
2140         * sys/ximage/ximagesink.c:
2141         (gst_ximagesink_calculate_pixel_aspect_ratio):
2142         * sys/xvimage/xvimagesink.c:
2143         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2144         more cases of pixel aspect ratio.
2145
2146 2006-01-26  Edward Hervey  <edward@fluendo.com>
2147
2148         * gst/playback/gstdecodebin.c: (pad_probe):
2149         Also consider the flush-start and tag events as unblockers
2150         for the pad probes.
2151
2152 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2153
2154         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2155         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2156         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2157         On the fly visualisation switch, works disabling, enabling as
2158         well but it won't be able to enable vis in a playbin that was
2159         created with no visualisation.
2160
2161 2006-01-25  Wim Taymans  <wim@fluendo.com>
2162
2163         * gst-libs/gst/audio/gstbaseaudiosink.c:
2164         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2165         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2166         resume after pause.
2167
2168 2006-01-25  Wim Taymans  <wim@fluendo.com>
2169
2170         * gst-libs/gst/audio/gstbaseaudiosink.c:
2171         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2172         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2173         Improve debugging.
2174         Post error when caps cannot be parsed.
2175         Resync on discontinuity in the stream.
2176         Clip samples to segment boundaries.
2177         return WRONG_STATE sooner when we are flushing.
2178
2179         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2180         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2181         Make audiosrc operate in TIME.
2182         Set TIMESTAMP and DURATION on buffers.
2183
2184 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2185
2186         * tests/examples/seek/seek.c: (main):
2187           Output tag messages as well.
2188
2189 2006-01-23  Edward Hervey  <edward@fluendo.com>
2190
2191         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2192         (free_pad_probes), (remove_fakesink), (pad_probe),
2193         (close_pad_link), (gst_decode_bin_change_state):
2194         Replace GstPadBlockCallback with pad probes that detect
2195         first buffer AND eos before removing fakesink.
2196         Fixes hang with demuxers doing EOS while pre-rolling.
2197         Solves #328279
2198
2199 2006-01-23  Andy Wingo  <wingo@pobox.com>
2200
2201         * ext/alsa/gstalsasink.c:
2202         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2203         (gst_base_rtp_depayload_setcaps),
2204         (gst_base_rtp_depayload_add_to_queue),
2205         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2206         
2207         Patch by: Jens Granseuer <jensgr at gmx dot net>
2208
2209 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2210
2211         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2212         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2213         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2214         frames. We might get a frame destroyed after changing state to
2215         NULL, adding a safety check on xcontext.
2216
2217 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2218
2219         * gst-libs/gst/interfaces/xoverlay.c:
2220           Fix prepare-xwindow-id code example in the docs - we need to
2221           ignore all messages that aren't element messages as well.
2222           
2223 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2224
2225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2226           I think one day i'll completely undestand how caps negotiation
2227           is supposed to work. This refactoring handles buffer_alloc
2228           called with caps we can't handle. We definitely don't want a
2229           set_caps with those caps, so we define and allocate a buffer
2230           we would like to receive.
2231
2232 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2233
2234         * gst/playback/gstplaybasebin.c: (setup_source):
2235           Free iterator when done.
2236
2237 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2238
2239         * gst-libs/gst/audio/gstbaseaudiosink.c:
2240         (gst_base_audio_sink_render):
2241           Fix playback of non-synchronised streams by assuming a rate
2242           of 1.0 instead of a random one.
2243
2244           Makes this work again:
2245
2246           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2247           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2248           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2249           audioresample ! alsasink
2250
2251 === release 0.10.2 ===
2252
2253 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2254
2255         * configure.ac:
2256           releasing 0.10.2, "Then the devil is six"
2257
2258 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2259
2260         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2261         * gst/playback/gststreamselector.c:
2262         (gst_stream_selector_set_property):
2263           Comment out broken code that connects to the state-changed signal.
2264           At this point, changing current stream selection is broken, but 
2265           stuff like gst-launch playbin current-audio=1 works and filters
2266           to the chosen stream.
2267
2268 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2269
2270         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2271           Fix #327216 (null dereference in vorbisdec)
2272
2273 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2274
2275         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2276           Post taglist actually on bus instead of just freeing it
2277           (fixes #327114 and totem bug #327080).
2278
2279         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2280           Use gst_element_found_tags_for_pad(), so that the tags
2281           are sent downstream as an event as well.
2282
2283 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2284
2285         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2286         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2287         (gst_ximagesink_buffer_alloc):
2288         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2289         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2290         (gst_xvimagesink_buffer_alloc):
2291           move all regularly occurring messages to GST_LOG level
2292           add some more object logs
2293
2294 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2295
2296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2297           fix a silly segfault
2298
2299 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2300
2301         * docs/libs/gst-plugins-base-libs-docs.sgml:
2302         * docs/libs/gst-plugins-base-libs-sections.txt:
2303         * gst-libs/gst/audio/mixerutils.c:
2304         * gst-libs/gst/audio/mixerutils.h:
2305           Add docs for mixerutils stuff.
2306
2307 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2308
2309         * gst/playback/gstplaybasebin.c: (setup_source):
2310           Fix playback for sources that emit raw audio or
2311           raw video streams (e.g.: cd audio sources) (#325984).
2312
2313 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2314
2315         * gst-libs/gst/audio/mixerutils.c:
2316         (gst_audio_mixer_filter_do_filter):
2317           actually save the element we create
2318
2319 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2320
2321         * gst-libs/gst/cdda/gstcddabasesrc.c:
2322         (gst_cdda_base_src_handle_track_seek):
2323           No need to post a tag message on the bus when seeking
2324           within the same track, only post it when the current
2325           track changes.
2326
2327 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2328
2329         * gst/playback/gstplaybasebin.c: (group_destroy),
2330         (probe_triggered), (new_decoded_pad), (mute_group_type),
2331         (set_active_source):
2332         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2333         * gst/playback/gststreamselector.c:
2334         (gst_stream_selector_base_init),
2335         (gst_stream_selector_set_property),
2336         (gst_stream_selector_request_new_pad):
2337           Reenable stream selection. These mechanisms need a complete overhaul
2338           in the face of 0.8->0.10 changes though.
2339
2340 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2341
2342         * ext/ogg/gstoggdemux.c:
2343           Change the pad template to src_%d to match the pads that 
2344           are created from it. decodebin needs this information in order
2345           to decide that oggdemux is capable of producing multiple pads
2346           (and hence needs queues inserted).
2347
2348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2349         (gst_ogg_mux_collected):
2350           Make debug output more useful by using GST_PTR_FORMAT.
2351
2352 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2353
2354         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2355
2356         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2357           Set depth and width for alaw/mulaw (fixes #326601).
2358
2359 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2360
2361         * tests/icles/Makefile.am:
2362           don't build the tests if we don't have the libs
2363
2364 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2365
2366         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2367         (gst_cd_paranoia_paranoia_callback):
2368           Don't try to free NULL pointers.
2369
2370 2006-01-10  Edward Hervey  <edward@fluendo.com>
2371
2372         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2373         (gst_audio_rate_change_state), (plugin_init):
2374         Add debugging category.
2375         Fix type issues.
2376         Add case for incoming buffers without valid offset/offset_end.
2377
2378 2006-01-10  Michael Smith  <msmith@fluendo.com>
2379
2380         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2381           Don't leak GCond in audio sources.
2382
2383 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2384
2385         * gst/playback/gstplaybin.c: (gen_audio_element):
2386           Don't leak an autoaudiosink/alsasink when we generate
2387           a new audio element. (old code, I guess)
2388
2389 2006-01-10  Michael Smith  <msmith@fluendo.com>
2390
2391         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2392           Support float audio in audiorate.
2393           Use width rather than depth for selecting sample width.
2394
2395 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2396
2397         * gst/videotestsrc/videotestsrc.h:
2398           Use GLib types here (that way we don't have to include the
2399           generated _stdint.h header, which makes life easier for win32
2400           folks that don't use autotools for the build) (#325990, patch
2401           by: Sergey Scobich).
2402
2403 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2404
2405         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2406         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2407         (gst_ring_buffer_pause), (wait_segment):
2408         * gst-libs/gst/audio/gstringbuffer.h:
2409           Name (private) union, makes Forte compiler happy (this time
2410           for real) (#324900).
2411
2412 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2413
2414         * gst-libs/gst/audio/Makefile.am:
2415           Link against libgstinterfaces, needed for mixer
2416           and property probe stuff.
2417
2418 2006-01-09  Edward Hervey  <edward@fluendo.com>
2419
2420         * gst-libs/gst/Makefile.am:
2421
2422 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2423
2424         * gst-libs/gst/audio/Makefile.am:
2425         * gst-libs/gst/audio/mixerutils.c:
2426         (gst_audio_mixer_filter_do_filter),
2427         (gst_audio_mixer_filter_check_element),
2428         (gst_audio_mixer_filter_probe_feature),
2429         (element_factory_rank_compare_func),
2430         (gst_audio_default_registry_mixer_filter):
2431         * gst-libs/gst/audio/mixerutils.h:
2432           Add gst_audio_default_registry_mixer_filter() utility
2433           function.
2434
2435 2006-01-03  Michael Smith  <msmith@fluendo.com>
2436
2437         * gst/audioresample/resample.h:
2438           As before, but for o_buf
2439
2440 2006-01-03  Michael Smith  <msmith@fluendo.com>
2441
2442         * gst/audioresample/resample.h:
2443           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2444           since we do arithmetic on it.
2445
2446 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2447
2448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2449         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2450         (gst_ring_buffer_pause), (wait_segment):
2451         * gst-libs/gst/audio/gstringbuffer.h:
2452           Sun's Forte compiler doesn't seem to like anonymous structs,
2453           so use same setup as in GstBaseSrc (fixes #324900).
2454
2455 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2456
2457         * configure.ac:
2458         * gst/volume/Makefile.am:
2459         * gst/volume/demo.c:
2460           move old example to tests/examples/volume/volune.c
2461         * tests/examples/Makefile.am:
2462         * tests/examples/seek/seek.c: (main):
2463           change window-close event from "delete-event" to "destroy"
2464         * tests/examples/volume/Makefile.am:
2465         * tests/examples/volume/volume.c: (value_changed_callback),
2466         (setup_gui), (message_received), (eos_message_received), (main):
2467           fix event handling and bus usage
2468
2469 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2470
2471         * gst/audiotestsrc/gstaudiotestsrc.c:
2472         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2473         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2474         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2475         (gst_audio_test_src_create_square),
2476         (gst_audio_test_src_create_saw),
2477         (gst_audio_test_src_create_triangle),
2478         (gst_audio_test_src_create_silence),
2479         (gst_audio_test_src_create_white_noise),
2480         (gst_audio_test_src_create_pink_noise),
2481         (gst_audio_test_src_init_sine_table),
2482         (gst_audio_test_src_create_sine_table),
2483         (gst_audio_test_src_change_wave),
2484         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2485         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2486         * gst/audiotestsrc/gstaudiotestsrc.h:
2487           update to basesrc changes, implement segmented seeking and eos
2488           handling, add a 'sine-tab' waveform for performance critical playback
2489
2490 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2491
2492         * po/POTFILES.in:
2493           ... and this time the other modified file that I missed last time.
2494
2495 2005-12-29  Michael Smith  <msmith@fluendo.com>
2496
2497         * gst/playback/gstdecodebin.c: (new_pad):
2498           Fix non-C89 variable declaration not at the start of a block. Should
2499           help some compilers.
2500
2501 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2502
2503         * tests/check/Makefile.am:
2504           And now fix 'make distcheck' (builddir != srcdir)
2505
2506 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         * configure.ac:
2509         * ext/cdparanoia/Makefile.am:
2510         * ext/cdparanoia/gstcdparanoia.c:
2511         * ext/cdparanoia/gstcdparanoia.h:
2512         * ext/cdparanoia/gstcdparanoiasrc.c:
2513         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2514         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2515         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2516         (gst_cd_paranoia_paranoia_callback),
2517         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2518         (gst_cd_paranoia_src_set_property),
2519         (gst_cd_paranoia_src_get_property), (plugin_init):
2520         * ext/cdparanoia/gstcdparanoiasrc.h:
2521           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2522           plugin again (there are still fixes required to playbin to make
2523           cdda:// uris work there).
2524
2525 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2526
2527         * tests/check/Makefile.am:
2528           Fix test case compilation.
2529
2530 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2531
2532         * gst-libs/gst/cdda/gstcddabasesrc.c:
2533         (gst_cdda_base_src_update_duration),
2534         (gst_cdda_base_src_calculate_cddb_id):
2535           An integer is not a string. Fix access to uninitialised variable.
2536
2537         * tests/check/Makefile.am:
2538           Add cddabasesrc unit test; also actually enable the vorbis test.
2539
2540         * tests/check/generic/states.c:
2541           Blacklist new cd audio elements as well.
2542
2543         * tests/check/libs/cddabasesrc.c:
2544           Unit test for GstCddaBaseSrc (discid calculation mostly).
2545
2546 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2547
2548         * docs/libs/Makefile.am:
2549         * docs/libs/gst-plugins-base-libs-docs.sgml:
2550         * docs/libs/gst-plugins-base-libs-sections.txt:
2551         * docs/libs/gst-plugins-base-libs.types:
2552           Add docs for libgstcdda/GstCddaBaseSrc.
2553
2554         * gst-libs/gst/interfaces/mixertrack.h:
2555           Do one struct member per line with a semicolon at the end, that way
2556           even gtk-doc might parse it without complaining.
2557
2558 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2559
2560         * configure.ac:
2561         * gst-libs/gst/Makefile.am:
2562         * gst-libs/gst/cdda/Makefile.am:
2563         * gst-libs/gst/cdda/base64.c:
2564         * gst-libs/gst/cdda/base64.h:
2565         * gst-libs/gst/cdda/gstcddabasesrc.c:
2566         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2567         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2568         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2569         (gst_cdda_base_src_get_property),
2570         (gst_cdda_base_src_get_track_from_sector),
2571         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2572         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2573         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2574         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2575         (gst_cdda_base_src_uri_get_protocols),
2576         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2577         (gst_cdda_base_src_uri_handler_init),
2578         (gst_cdda_base_src_setup_interfaces),
2579         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2580         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2581         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2582         (gst_cdda_base_src_add_tags),
2583         (gst_cdda_base_src_add_index_associations),
2584         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2585         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2586         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2587         (gst_cdda_base_src_create):
2588         * gst-libs/gst/cdda/gstcddabasesrc.h:
2589         * gst-libs/gst/cdda/sha1.c:
2590         * gst-libs/gst/cdda/sha1.h:
2591           Add new libgstcdda with GstCddaBaseSrc class.
2592
2593 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2594
2595         * ext/gnomevfs/gstgnomevfssink.h:
2596           Use GstBaseSinkClass as parent_class member for class struct, not
2597           GstBaseSink.
2598
2599 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2600
2601         Patch by: Michael Benes
2602
2603         * gst/videotestsrc/gstvideotestsrc.c:
2604         (gst_video_test_src_class_init), (gst_video_test_src_start):
2605           Add start method to reset running time and number of frames sent
2606           when starting up (fixes #324696)
2607
2608 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2609
2610         * docs/plugins/Makefile.am:
2611         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2612         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2613         * docs/plugins/gst-plugins-base-plugins.args:
2614         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2615         * docs/plugins/gst-plugins-base-plugins.signals:
2616           Add docs stuff for gnomevfssrc and gnomevfssink.
2617
2618         * ext/gnomevfs/gstgnomevfssrc.c:
2619           Fix example pipeline in gtk-doc blurb.
2620
2621 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2622
2623         * ext/gnomevfs/Makefile.am:
2624         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2625         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2626         (gst_gnome_vfs_handle_get_type), (plugin_init):
2627         * ext/gnomevfs/gstgnomevfs.h:
2628         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2629         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2630         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2631         (gst_gnome_vfs_sink_set_property),
2632         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2633         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2634         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2635         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2636         (gst_gnome_vfs_sink_uri_get_type),
2637         (gst_gnome_vfs_sink_uri_get_protocols),
2638         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2639         (gst_gnome_vfs_sink_uri_handler_init):
2640         * ext/gnomevfs/gstgnomevfssink.h:
2641           Port gnomevfssink; add gtk-doc blurb.
2642
2643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2644         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2645         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2646         (gst_gnome_vfs_src_uri_get_type),
2647         (gst_gnome_vfs_src_uri_get_protocols),
2648         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2649         (gst_gnome_vfs_src_uri_handler_init),
2650         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2651         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2652         (gst_gnome_vfs_src_send_additional_headers_callback),
2653         (gst_gnome_vfs_src_received_headers_callback),
2654         (gst_gnome_vfs_src_push_callbacks),
2655         (gst_gnome_vfs_src_pop_callbacks),
2656         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2657         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2658         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2659         * ext/gnomevfs/gstgnomevfssrc.h:
2660           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2661           file; add gtk-doc blurb with example pipelines.
2662
2663 === release 0.10.1 ===
2664
2665 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2666
2667         * configure.ac:
2668           releasing 0.10.1, "Dobro Dedek"
2669
2670 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2671
2672         * gst/typefind/gsttypefindfunctions.c:
2673         iLBC30 and iLBC20 added to typefind.
2674
2675 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2676
2677         * gst-libs/gst/audio/gstbaseaudiosink.c:
2678         (gst_base_audio_sink_class_init):
2679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2680         (gst_base_audio_src_class_init):
2681           update strings, values are in microseconds
2682           change the default sink buffer time to something that is smaller
2683           (to help software volume mixing have a slightly lower delay) but
2684           still be acceptable on Wim's laptop
2685
2686 2005-12-20  Edward Hervey  <edward@fluendo.com>
2687
2688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2689         Made a quack, forgot to add DUCK to the riff video template.
2690
2691 2005-12-19  Edward Hervey  <edward@fluendo.com>
2692
2693         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2694         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2695         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2696         (gst_ogm_parse_chain):
2697         Make sure pads are initialized correctly.
2698         * gst-libs/gst/riff/riff-ids.h:
2699         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2700         (gst_riff_create_video_template_caps):
2701         Add a whole bunch of FOURCC <=> MimeType.
2702         Extend the riff video pad template to support the newly added fourcc.
2703
2704 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2705
2706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2707         (gst_ogg_demux_activate_chain):
2708           Extra debug output when activating/deactivating chains.
2709
2710         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2711         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2712         (unlinked):
2713           Remove a queue from our list when it becomes unlinked.
2714           Don't add queues to elements in class 'Demux' if they
2715           can only produce one pad 
2716
2717 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2718
2719         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2720         (gst_video_sink_get_type): Add a debug category.
2721
2722 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2723
2724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2725         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2726           Handle downstream newsegment by sending our own newsegment before the
2727           next buffer to be released. (#323900)
2728
2729 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2730
2731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2732         (gst_base_rtp_depayload_set_gst_timestamp):
2733           add queue delay to new segment as well (as opposed to just the first
2734           buffer). (bug #322347)
2735
2736 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2737
2738         * ext/libvisual/visual.c: (make_valid_name):
2739           change some char* into char[]
2740         * gst/audiotestsrc/gstaudiotestsrc.c:
2741         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2742         (gst_audio_test_src_create):
2743         * gst/audiotestsrc/gstaudiotestsrc.h:
2744           prepare to handle EOS and SEGMENT_DONE
2745
2746 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2747
2748         * tests/check/generic/states.c: (GST_START_TEST):
2749           Blacklist cdparanoia element in state test.
2750
2751 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753           Patch by: Benjamin Pineau
2754
2755         * gst/tcp/gsttcp.c:
2756         * gst/tcp/gsttcpclientsink.c:
2757         * gst/tcp/gsttcpserversink.c:
2758         * gst/tcp/gsttcpserversrc.c:
2759           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2760
2761 2005-12-15  Michael Smith  <msmith@fluendo.com>
2762
2763         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2764         (gst_video_rate_chain):
2765           Fix timestamping for videorate when the first buffer it sees has a
2766           non-zero timestamp. Fix some misleading debug output.
2767
2768 2005-12-15  Michael Smith  <msmith@fluendo.com>
2769
2770         * gst/audioresample/gstaudioresample.c:
2771           Don't leak all input buffers to audioresample.
2772
2773 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2774
2775         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2776           Don't operate on empty text buffers. Strip newlines and
2777           tabs only from the end of the text, but leave them intact
2778           in the middle. Fix typo in gtk-doc description.
2779
2780 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2781
2782         * gst/playback/gstplaybasebin.c:
2783         * gst/playback/gstplaybin.c: (handoff):
2784           Make sure the video frame buffer we return to apps via the
2785           "frame" property always has caps set on it. Modify
2786           _gst_gvalue_set_object() macro to handle NULL objects
2787           gracefully too.
2788
2789 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2790
2791         * gst/audiotestsrc/gstaudiotestsrc.c:
2792         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2793         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2794         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2795         (gst_audio_test_src_create):
2796         * gst/audiotestsrc/gstaudiotestsrc.h:
2797         Adjust to some recent api changes and add wtays new cool seeking
2798         capabillities
2799
2800 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2801
2802         * ext/alsa/Makefile.am:
2803         * ext/alsa/gstalsadeviceprobe.c:
2804         * ext/alsa/gstalsadeviceprobe.h:
2805           Helper functions to add device probing via the GstPropertyProbe
2806           interface to a class.
2807
2808         * ext/alsa/gstalsamixer.h:
2809           Comment out GST_ALSA_MIXER, it returns a struct that's not
2810           used.
2811
2812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2813           Add some debug info. 
2814
2815         * ext/alsa/gstalsamixerelement.c:
2816         (gst_alsa_mixer_element_interface_supported),
2817         (gst_implements_interface_init),
2818         (gst_alsa_mixer_element_init_interfaces),
2819         (gst_alsa_mixer_element_class_init),
2820         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2821         (gst_alsa_mixer_element_set_property),
2822         (gst_alsa_mixer_element_get_property),
2823         (gst_alsa_mixer_element_change_state):
2824         * ext/alsa/gstalsamixerelement.h:
2825           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2826           for device handling (gnome-volume-control will need that).
2827
2828 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2829
2830         * ext/Makefile.am: fix cdparanoia entry
2831         * gst-plugins-base.spec.in: add cdparanoia
2832
2833 2005-12-12  Michael Smith  <msmith@fluendo.com>
2834
2835         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2836           Use the correct function to free list of typefind factories.
2837
2838 2005-12-12  Wim Taymans  <wim@fluendo.com>
2839
2840         * gst/videotestsrc/gstvideotestsrc.c:
2841         (gst_video_test_src_class_init), (gst_video_test_src_init),
2842         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2843         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2844         (gst_video_test_src_create):
2845         * gst/videotestsrc/gstvideotestsrc.h:
2846         Implement seeking in videotestsrc.
2847         Small cleanups.
2848
2849 2005-12-12  Wim Taymans  <wim@fluendo.com>
2850
2851         * ext/cdparanoia/Makefile.am:
2852         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2853         (gst_paranoia_endian_get_type), (_do_init),
2854         (cdparanoia_class_init), (cdparanoia_init),
2855         (cdparanoia_set_property), (cdparanoia_get_property),
2856         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2857         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2858         (cdparanoia_convert), (cdparanoia_get_query_types),
2859         (cdparanoia_query), (cdparanoia_set_index),
2860         (cdparanoia_uri_set_uri):
2861         * ext/cdparanoia/gstcdparanoia.h:
2862         Partially ported cdparanoia now that basesrc can support a
2863         plugin like this..
2864
2865 2005-12-12  Wim Taymans  <wim@fluendo.com>
2866
2867         * tests/examples/seek/scrubby.c: (main):
2868         Set higher priority for bus events so they don't get reordered with
2869         gtk gui events.
2870
2871         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2872         (flush_toggle_cb), (main):
2873         Added checkbox to disable flushing seeks. 
2874         Disable scrubbing when doing non flushing seeks.
2875
2876 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2877
2878         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2879         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2880         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2881         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2882           Implement some sort of event handling that doesn't rely on
2883           g_return_if_fail; make sure we always push the last chunk of an 
2884           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2885           state change function; remove some old cruft. Seeking is still
2886           rather unlikely to work though.
2887
2888         * tools/.cvsignore:
2889           Ignore more.
2890
2891 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2892
2893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2894         Fixed a leak of the current image reference when cleaning up.
2895         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2896
2897 2005-12-09  Michael Smith  <msmith@fluendo.com>
2898
2899         * tools/Makefile.am:
2900         * tools/gst-launch-ext-m.m:
2901           Remove gst-launch-ext. It doesn't work, and is no longer
2902           particularly useful.
2903
2904 2005-12-08  Luca Ognibene  <luogni@tin.it>
2905
2906         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2907           don't pass random values to ogmparse convert function.
2908           Make seeking possible in the exile1.ogm file.
2909
2910 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2911
2912         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2913         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2914           Work around refcount problem with g_value_set_object() that occur
2915           if the core has been compiled against GLib-2.6 (g_value_set_object()
2916           will only g_object_ref() the element, but the caller will
2917           gst_object_unref() it and bad things will happen due to the way
2918           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2919           totem for people on FC4 using Thomas's 0.10 RPMs.
2920           
2921 2005-12-07  Edward Hervey  <edward@fluendo.com>
2922
2923         Time to welcome ogm to 0.10 :)
2924         
2925         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2926         (gst_ogg_pad_typefind):
2927         Oggdemux can now properly typefind elements with dynamic pads.
2928         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2929         Properly set caps on src pad, and set caps on outgoing buffers.
2930
2931 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2932
2933         * ext/alsa/gstalsamixer.h:
2934         * ext/alsa/gstalsamixerelement.h:
2935         * ext/alsa/gstalsamixeroptions.h:
2936         * ext/alsa/gstalsamixertrack.h:
2937         * ext/alsa/gstalsasink.c:
2938         * ext/alsa/gstalsasink.h:
2939         * ext/alsa/gstalsasrc.c:
2940         * ext/alsa/gstalsasrc.h:
2941         * ext/cdparanoia/gstcdparanoia.h:
2942         * ext/gnomevfs/gstgnomevfsuri.h:
2943         * ext/ogg/gstoggdemux.c:
2944         * ext/ogg/gstoggmux.c:
2945         * ext/pango/gsttextoverlay.h:
2946         * ext/theora/theoradec.c:
2947         * ext/theora/theoraenc.c:
2948         * ext/vorbis/vorbisdec.h:
2949         * ext/vorbis/vorbisenc.c:
2950         * ext/vorbis/vorbisenc.h:
2951         * ext/vorbis/vorbisparse.h:
2952         * gst-libs/gst/audio/gstaudioclock.h:
2953         * gst-libs/gst/audio/gstaudiosink.c:
2954         * gst-libs/gst/audio/gstaudiosink.h:
2955         * gst-libs/gst/audio/gstaudiosrc.c:
2956         * gst-libs/gst/audio/gstaudiosrc.h:
2957         * gst-libs/gst/audio/gstbaseaudiosink.c:
2958         * gst-libs/gst/audio/gstbaseaudiosink.h:
2959         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2960         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2961         * gst-libs/gst/audio/gstringbuffer.h:
2962         * gst-libs/gst/audio/multichannel.h:
2963         * gst-libs/gst/floatcast/floatcast.h:
2964         * gst-libs/gst/interfaces/colorbalance.c:
2965         * gst-libs/gst/interfaces/colorbalance.h:
2966         * gst-libs/gst/interfaces/colorbalancechannel.h:
2967         * gst-libs/gst/interfaces/mixer.h:
2968         * gst-libs/gst/interfaces/mixeroptions.h:
2969         * gst-libs/gst/interfaces/mixertrack.h:
2970         * gst-libs/gst/interfaces/navigation.h:
2971         * gst-libs/gst/interfaces/propertyprobe.h:
2972         * gst-libs/gst/interfaces/tuner.h:
2973         * gst-libs/gst/interfaces/tunerchannel.h:
2974         * gst-libs/gst/interfaces/tunernorm.h:
2975         * gst-libs/gst/interfaces/xoverlay.h:
2976         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2977         * gst-libs/gst/riff/riff-ids.h:
2978         * gst-libs/gst/riff/riff-media.h:
2979         * gst-libs/gst/riff/riff-read.h:
2980         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2981         * gst-libs/gst/rtp/gstbasertppayload.c:
2982         * gst-libs/gst/rtp/gstbasertppayload.h:
2983         * gst-libs/gst/rtp/gstrtpbuffer.c:
2984         * gst-libs/gst/rtp/gstrtpbuffer.h:
2985         * gst-libs/gst/tag/gsttageditingprivate.h:
2986         * gst-libs/gst/tag/gstvorbistag.c:
2987         (gst_tag_list_from_vorbiscomment_buffer):
2988         * gst-libs/gst/tag/tag.h:
2989         * gst-libs/gst/video/video.h:
2990         * gst/adder/gstadder.c:
2991         * gst/adder/gstadder.h:
2992         * gst/audioconvert/audioconvert.c:
2993         * gst/audioconvert/audioconvert.h:
2994         * gst/audioconvert/gstaudioconvert.c:
2995         * gst/audioconvert/gstchannelmix.c:
2996         * gst/audioconvert/gstchannelmix.h:
2997         * gst/audiorate/gstaudiorate.c:
2998         * gst/audioresample/buffer.h:
2999         * gst/audioresample/functable.h:
3000         * gst/audioresample/gstaudioresample.c:
3001         * gst/audioresample/resample.h:
3002         * gst/ffmpegcolorspace/avcodec.h:
3003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3004         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3005         * gst/ffmpegcolorspace/imgconvert.c:
3006         * gst/ffmpegcolorspace/imgconvert_template.h:
3007         * gst/playback/gstdecodebin.c:
3008         * gst/playback/gstplaybasebin.h:
3009         * gst/playback/gstplaybin.c:
3010         * gst/playback/gststreaminfo.h:
3011         * gst/tcp/gstfdset.c:
3012         * gst/tcp/gstfdset.h:
3013         * gst/tcp/gstmultifdsink.c:
3014         * gst/tcp/gstmultifdsink.h:
3015         * gst/tcp/gsttcp.h:
3016         * gst/tcp/gsttcpclientsrc.c:
3017         * gst/tcp/gsttcpclientsrc.h:
3018         * gst/tcp/gsttcpplugin.h:
3019         * gst/tcp/gsttcpserversink.c:
3020         * gst/tcp/gsttcpserversrc.c:
3021         * gst/typefind/gsttypefindfunctions.c:
3022         * gst/videorate/gstvideorate.c:
3023         * gst/videotestsrc/gstvideotestsrc.h:
3024         * gst/videotestsrc/videotestsrc.h:
3025         * sys/v4l/gstv4lcolorbalance.h:
3026         * sys/v4l/gstv4ltuner.h:
3027         * sys/v4l/gstv4lxoverlay.h:
3028         * sys/v4l/v4l_calls.h:
3029         * sys/v4l/videodev_mjpeg.h:
3030         * tests/check/elements/audioconvert.c:
3031         * tests/check/elements/audioresample.c:
3032         * tests/check/elements/audiotestsrc.c:
3033         * tests/check/elements/videotestsrc.c:
3034         * tests/check/elements/volume.c:
3035         * tests/examples/seek/scrubby.c:
3036         * tests/examples/seek/seek.c:
3037           expand tabs
3038
3039 === release 0.10.0 ===
3040
3041 2005-12-05   <thomas (at) apestaart (dot) org>
3042
3043         * configure.ac:
3044           releasing 0.10.0, "Mont-d'or"
3045
3046 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3047
3048         * tests/examples/seek/Makefile.am:
3049         Build fix for when gtk is not available.
3050
3051 2005-12-05  Andy Wingo  <wingo@pobox.com>
3052
3053         * ext/libvisual/visual.c: (get_buffer):
3054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3055         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3056         * ext/theora/theoradec.c: (theora_handle_data_packet):
3057         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3058         (theora_enc_chain):
3059         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3060         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3061         Update for alloc_buffer changes.
3062
3063 2005-12-05  Andy Wingo  <wingo@pobox.com>
3064
3065         patch by: Kai Vehmanen <kv2004 eca cx>
3066         
3067         * gst-libs/gst/rtp/gstbasertpdepayload.c
3068         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3069
3070 2005-12-04  Andy Wingo  <wingo@pobox.com>
3071
3072         patch by: Sebastien Cote <sebas642 yahoo ca>
3073         
3074         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3075         Fixes #319172.
3076
3077 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3078
3079         * docs/plugins/Makefile.am:
3080         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3081         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3082         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3083         * ext/pango/gstclockoverlay.c:
3084         * ext/pango/gsttextoverlay.c: 
3085         * ext/pango/gsttextrender.c:
3086         * ext/pango/gsttimeoverlay.c:
3087           Add gtk-doc blurbs to pango elements.
3088
3089 2005-12-02  Wim Taymans  <wim@fluendo.com>
3090
3091         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3092         * gst/audioresample/buffer.h:
3093         * gst/audioresample/gstaudioresample.c:
3094         * gst/audioresample/gstaudioresample.h:
3095         * gst/audioresample/resample.c: (resample_input_flush),
3096         (resample_input_pushthrough), (resample_input_eos),
3097         (resample_get_output_size_for_input),
3098         (resample_get_input_size_for_output), (resample_get_output_size),
3099         (resample_get_output_data):
3100         * gst/audioresample/resample.h:
3101         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3102         Fix audioresample, seek torture, new segments, reverse negotiation
3103         etc.. work fine.
3104
3105 2005-12-02  Wim Taymans  <wim@fluendo.com>
3106
3107         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3108         Small cleanups.
3109
3110 2005-12-02  Wim Taymans  <wim@fluendo.com>
3111
3112         * gst/audioconvert/gstaudioconvert.c:
3113         (gst_audio_convert_transform):
3114         Post errors.
3115
3116 === release 0.9.7 ===
3117
3118 2005-12-01   <thomas (at) apestaart (dot) org>
3119
3120         * configure.ac:
3121           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3122
3123 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3124
3125         * Makefile.am:
3126         * po/hu.po:
3127         * win32/MANIFEST:
3128         * win32/gst.sln:
3129           add win32 MANIFEST file
3130           do something to the hungarian translation
3131
3132 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3133
3134         * ext/Makefile.am:
3135           Add $(PANGO_DIR) to SUBDIRS
3136
3137         * ext/pango/gstclockoverlay.c:
3138         * ext/pango/gsttimeoverlay.c:
3139           Fix and improve element descriptions.
3140
3141 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3142
3143         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3144         * docs/plugins/inspect/plugin-libvisual.xml:
3145         * docs/plugins/inspect/plugin-pango.xml:
3146           add pango plugin to docs
3147
3148 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3149
3150         * configure.ac:
3151         * ext/Makefile.am:
3152           moved pango to base
3153
3154 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3155
3156         * configure.ac:
3157         * tests/Makefile.am:
3158         * tests/icles/.cvsignore:
3159         * tests/icles/Makefile.am:
3160         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3161         (close_display), (resize_window), (move_window), (create_window),
3162         (terminate_playback), (pause_playback), (start_playback), (main):
3163           add stress test for xoverlay from Julien
3164
3165 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3166
3167         * docs/libs/tmpl/gstcolorbalance.sgml:
3168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3169         * gst-libs/gst/rtp/gstbasertppayload.c:
3170         * gst-libs/gst/rtp/gstrtpbuffer.c:
3171         * gst-libs/gst/rtp/gstrtpbuffer.h:
3172           Do burger's rename for rtp payloaders and depayloaders
3173
3174 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3175
3176         * win32/:
3177           add Visual Studio 6 build files
3178
3179 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3180
3181         * docs/libs/gst-plugins-base-libs-docs.sgml:
3182         * docs/libs/gst-plugins-base-libs-sections.txt:
3183         * docs/libs/tmpl/gstaudio.sgml:
3184         * docs/libs/tmpl/gstringbuffer.sgml:
3185         * gst-libs/gst/interfaces/xoverlay.c:
3186         * gst-libs/gst/video/gstvideofilter.c:
3187         * gst-libs/gst/video/gstvideosink.c:
3188           update documentation
3189
3190 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3191
3192         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3193         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3194         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3195         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3196         (gst_multi_fd_sink_get_stats),
3197         (gst_multi_fd_sink_remove_client_link),
3198         (gst_multi_fd_sink_handle_client_read),
3199         (gst_multi_fd_sink_client_queue_data),
3200         (gst_multi_fd_sink_client_queue_caps),
3201         (gst_multi_fd_sink_client_queue_buffer),
3202         (gst_multi_fd_sink_new_client),
3203         (gst_multi_fd_sink_handle_client_write),
3204         (gst_multi_fd_sink_recover_client),
3205         (gst_multi_fd_sink_queue_buffer),
3206         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3207         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3208         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3209         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3210         * gst/tcp/gstmultifdsink.h:
3211         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3212         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3213         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3214         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3215         (gst_tcp_client_sink_set_property),
3216         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3217         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3218         * gst/tcp/gsttcpclientsink.h:
3219         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3220         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3221         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3222         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3223         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3224         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3225         * gst/tcp/gsttcpclientsrc.h:
3226         * gst/tcp/gsttcpplugin.c: (plugin_init):
3227         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3228         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3229         (gst_tcp_server_sink_finalize),
3230         (gst_tcp_server_sink_handle_server_read),
3231         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3232         (gst_tcp_server_sink_set_property),
3233         (gst_tcp_server_sink_get_property),
3234         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3235         * gst/tcp/gsttcpserversink.h:
3236         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3237         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3238         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3239         (gst_tcp_server_src_set_property),
3240         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3241         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3242         * gst/tcp/gsttcpserversrc.h:
3243           more borgifying
3244
3245 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3246
3247         * docs/plugins/Makefile.am:
3248         * docs/plugins/gst-plugins-base-plugins.args:
3249         * docs/plugins/inspect/plugin-libvisual.xml:
3250         * gst/audioconvert/plugin.h:
3251         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3252         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3253         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3254         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3255         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3256         (plugin_init):
3257         * gst/audiotestsrc/gstaudiotestsrc.c:
3258         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3259         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3260         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3261         (gst_audio_test_src_get_query_types),
3262         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3263         (gst_audio_test_src_create_square),
3264         (gst_audio_test_src_create_saw),
3265         (gst_audio_test_src_create_triangle),
3266         (gst_audio_test_src_create_silence),
3267         (gst_audio_test_src_create_white_noise),
3268         (gst_audio_test_src_init_pink_noise),
3269         (gst_audio_test_src_generate_pink_noise_value),
3270         (gst_audio_test_src_create_pink_noise),
3271         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3272         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3273         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3274         (plugin_init):
3275         * gst/audiotestsrc/gstaudiotestsrc.h:
3276         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3277         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3278         (gst_sub_parse_init), (gst_sub_parse_formats),
3279         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3280         (convert_encoding), (get_next_line),
3281         (gst_sub_parse_data_format_autodetect),
3282         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3283         (gst_sub_parse_loop), (gst_sub_parse_chain),
3284         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3285         (plugin_init):
3286         * gst/subparse/gstsubparse.h:
3287         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3288         (gst_video_rate_base_init), (gst_video_rate_class_init),
3289         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3290         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3291         (gst_video_rate_init), (gst_video_rate_event),
3292         (gst_video_rate_chain), (gst_video_rate_set_property),
3293         (gst_video_rate_get_property), (gst_video_rate_change_state),
3294         (plugin_init):
3295         * gst/videoscale/gstvideoscale.c:
3296         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3297         (gst_video_scale_src_template_factory),
3298         (gst_video_scale_sink_template_factory),
3299         (gst_video_scale_get_type), (gst_video_scale_base_init),
3300         (gst_video_scale_class_init), (gst_video_scale_init),
3301         (gst_video_scale_set_property), (gst_video_scale_get_property),
3302         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3303         (gst_video_scale_prepare_size), (parse_caps),
3304         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3305         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3306         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3307         (plugin_init):
3308         * gst/videoscale/gstvideoscale.h:
3309         * gst/videotestsrc/gstvideotestsrc.c:
3310         (gst_video_test_src_pattern_get_type),
3311         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3312         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3313         (gst_video_test_src_set_pattern),
3314         (gst_video_test_src_set_property),
3315         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3316         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3317         (gst_video_test_src_event), (gst_video_test_src_get_times),
3318         (gst_video_test_src_create), (plugin_init):
3319         * gst/videotestsrc/gstvideotestsrc.h:
3320         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3321         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3322         (gst_video_test_src_black):
3323         * gst/videotestsrc/videotestsrc.h:
3324           borgify further
3325           clean up docs a little
3326
3327 2005-11-30  Wim Taymans  <wim@fluendo.com>
3328
3329         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3330         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3331         (gst_basertppayload_event), (gst_basertppayload_push),
3332         (gst_basertppayload_change_state):
3333         * gst-libs/gst/rtp/gstbasertppayload.h:
3334         closed #320644.
3335
3336 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3337
3338         * docs/libs/gst-plugins-base-libs-docs.sgml:
3339         * docs/libs/gst-plugins-base-libs-sections.txt:
3340         * gst-libs/gst/video/gstvideofilter.c:
3341         * gst-libs/gst/video/gstvideosink.c:
3342         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3343
3344 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3345
3346         * LICENSE:
3347           move
3348         * po/af.po:
3349         * po/az.po:
3350         * po/cs.po:
3351         * po/en_GB.po:
3352         * po/hu.po:
3353         * po/it.po:
3354         * po/nb.po:
3355         * po/nl.po:
3356         * po/or.po:
3357         * po/sq.po:
3358         * po/sr.po:
3359         * po/sv.po:
3360         * po/uk.po:
3361         * po/vi.po:
3362         * Makefile.am:
3363           update
3364         * scripts/autoplugins.sh:
3365           remove
3366
3367 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3368
3369         * Makefile.am:
3370         * configure.ac:
3371         * examples/Makefile.am:
3372         * examples/capsfilter/Makefile.am:
3373         * examples/capsfilter/capsfilter1.c:
3374         * examples/gob/Makefile.am:
3375         * examples/gob/gst-identity2.gob:
3376         * examples/indexing/.cvsignore:
3377         * examples/indexing/Makefile.am:
3378         * examples/indexing/indexmpeg.c:
3379         * examples/seeking/.cvsignore:
3380         * examples/seeking/Makefile.am:
3381         * examples/seeking/cdparanoia.c:
3382         * examples/seeking/cdplayer.c:
3383         * examples/seeking/chained.c:
3384         * examples/seeking/scrubby.c:
3385         * examples/seeking/seek.c:
3386         * examples/stats/Makefile.am:
3387         * examples/stats/mp2ogg.c:
3388         * examples/switch/.cvsignore:
3389         * examples/switch/Makefile.am:
3390         * examples/switch/switcher.c:
3391         * tests/Makefile.am:
3392         * tests/check/generic/.cvsignore:
3393         * tests/check/pipelines/.cvsignore:
3394         * tests/examples/Makefile.am:
3395         * tests/examples/seek/Makefile.am:
3396           reorganize stuff under tests/
3397
3398 2005-11-30  Edward Hervey  <edward@fluendo.com>
3399
3400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3401         Go away you stupid GstStaticPadTemplate memleak.
3402
3403 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3404
3405         * gst-libs/gst/net/Makefile.am:
3406         * gst-libs/gst/net/README:
3407         * gst-libs/gst/net/gstnetbuffer.c:
3408         * gst-libs/gst/net/gstnetbuffer.h:
3409           this was moved to "netbuffer"
3410
3411 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3412
3413         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3414         (gst_video_filter_class_init), (gst_video_filter_init):
3415         * gst-libs/gst/video/gstvideofilter.h:
3416           borgify name to bring in line with other classes
3417
3418 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3419
3420         * gst/audioscale/.cvsignore:
3421         * gst/audioscale/Makefile.am:
3422         * gst/audioscale/README:
3423         * gst/audioscale/audioscale.vcproj:
3424         * gst/audioscale/dtof.c:
3425         * gst/audioscale/dtos.c:
3426         * gst/audioscale/functable.c:
3427         * gst/audioscale/gstaudioscale.c:
3428         * gst/audioscale/gstaudioscale.h:
3429         * gst/audioscale/private.h:
3430         * gst/audioscale/resample.c:
3431         * gst/audioscale/resample.h:
3432         * gst/audioscale/test.c:
3433           remove
3434
3435 2005-11-30  Edward Hervey  <edward@fluendo.com>
3436
3437         * gst-libs/gst/netbuffer/Makefile.am:
3438         really, really tired
3439
3440 2005-11-30  Edward Hervey  <edward@fluendo.com>
3441
3442         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3443         Update for new GstTypeFindFactory _register()
3444
3445 2005-11-30  Edward Hervey  <edward@fluendo.com>
3446
3447         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3448         Let's not override libgstnet from core for no reason...
3449         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3450         Ok, maybe not so quick next time.
3451
3452 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3453
3454         * configure.ac:
3455         * gst-libs/gst/Makefile.am:
3456           moved gst-libs/gst/net to netbuffer through CVS surgery
3457           remove old directory
3458           updating build to accomodate
3459           (#322257)
3460
3461 2005-11-29  Andy Wingo  <wingo@pobox.com>
3462
3463         * pkgconfig/gstreamer-plugins-base.pc.in:
3464         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3465         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3466         (#322257).
3467
3468 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3469
3470         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3471         3rd time's the charm. Correct ref-counting for discarded buffers.
3472
3473 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3474
3475         * gst/playback/gststreamselector.c:
3476         (gst_stream_selector_class_init),
3477         (gst_stream_selector_set_property),
3478         (gst_stream_selector_get_property),
3479         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3480         Fix ref-counting
3481
3482 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * gst/subparse/gstsubparse.c: (feed_textbuf):
3485           Don't access already unref'ed buffer.
3486
3487 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3488
3489         * gst/playback/gststreamselector.c:
3490         (gst_stream_selector_class_init), (gst_stream_selector_init),
3491         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3492         (gst_stream_selector_get_property),
3493         (gst_stream_selector_get_linked_pad),
3494         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3495         * gst/playback/gststreamselector.h:
3496         Add the active-pad property for playbin to use shortly. Ignore buffers
3497         from any other pad, returning GST_FLOW_NOT_LINKED
3498
3499 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3500
3501         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3502         patch from bug #322704 (Alessandro Decina).
3503
3504 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3505
3506         * gst-libs/gst/audio/Makefile.am:
3507           folded audiofilter into the audio library
3508
3509 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3510
3511         * gst/videoscale/gstvideoscale.h:
3512         * gst/videoscale/gstvideoscale.c:
3513           remove unimplemented scale methods
3514
3515 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3516
3517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3518           Don't leak caps.
3519
3520 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3521
3522         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3523         (gst_ximagesink_setcaps):
3524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3525         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3526         happens (only visible on ximagesink but bug is in xv too) set_caps was
3527         destroying the internal x[v]image used to memcpy non locally alloced
3528         buffers so that it got renewed on next _chain. The issue is that 
3529         _expose will try to put that image as it reffed it in _put.
3530         Using gst_buffer_unref instead of destroy fixes it !
3531
3532 2005-11-28  Edward Hervey  <edward@fluendo.com>
3533
3534         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3535         (try_to_link_1), (queue_filled_cb):
3536         Better use of the queues. Start with a small size queue and only increase
3537         the size of the queues when the other queues are empty.
3538
3539 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3540
3541         * gst-libs/gst/video/Makefile.am:
3542           compile in copied-over videofilter into the video library
3543         * gst-libs/gst/video/videosink.h:
3544           rename the header to gstvideosink.h since it's a base GstObject class
3545         * sys/ximage/ximagesink.h:
3546         * sys/xvimage/xvimagesink.h:
3547           use the new header
3548
3549 2005-11-28  Wim Taymans  <wim@fluendo.com>
3550
3551         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3552         * gst/playback/gstplaybasebin.h:
3553         Prepare to handle errors betters.
3554
3555         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3556         Set sinks to PAUSED first before adding and linking them so that
3557         we don't interrupt dataflow.
3558
3559 2005-11-28  Wim Taymans  <wim@fluendo.com>
3560
3561         * gst-libs/gst/audio/TODO:
3562         Updated TODO
3563
3564         * gst-libs/gst/audio/gstaudiosink.c:
3565         (gst_audioringbuffer_open_device),
3566         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3567         (gst_audioringbuffer_release):
3568         Small cleanups.
3569
3570         * gst-libs/gst/audio/gstbaseaudiosink.c:
3571         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3572         (gst_base_audio_sink_change_state):
3573         Slave to the master clock when going to PLAYING and unslave when
3574         going to PAUSED.
3575
3576         * gst-libs/gst/audio/gstringbuffer.c:
3577         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3578         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3579         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3580         (gst_ring_buffer_clear_all), (wait_segment),
3581         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3582         (gst_ring_buffer_advance):
3583         * gst-libs/gst/audio/gstringbuffer.h:
3584         Add some docs and cleanups.
3585
3586 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3587
3588         * sys/xvimage/xvimagesink.c:
3589         (gst_xvimagesink_navigation_send_event): Fix navigation events
3590         coordinates translation with pixel aspect ratios.
3591
3592 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3593
3594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3595         Use calculated video geometry from _setcaps instead of buffer
3596         caps to respect pixel aspect ratio. (fixes #322388)
3597
3598 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3599
3600         * docs/libs/tmpl/gstcolorbalance.sgml:
3601         * docs/libs/tmpl/gstmixer.sgml:
3602         * docs/libs/tmpl/gstxoverlay.sgml:
3603         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3604         interface.
3605
3606 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3607
3608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3609         Refuse to create an XvImage if we can't find the format.
3610
3611 2005-11-28  Edward Hervey  <edward@fluendo.com>
3612
3613         * gst-libs/gst/riff/riff-media.c:
3614         (gst_riff_create_audio_template_caps):
3615         Add ATRAC3 to the list of riff-possible audio caps.
3616         I know we still don't have a plugin for atrac3, but it's saner to output
3617         that than a cryptic mimetype.
3618
3619 2005-11-27  Edward Hervey  <edward@fluendo.com>
3620
3621         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3622         Don't try to create a zero-sized subbuffer.
3623
3624 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3625
3626         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3627         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3628         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3629         (gst_ximagesink_expose): Fixed a tricky race.
3630         * sys/ximage/ximagesink.h:
3631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3632         (gst_xvimagesink_expose): Fixed a tricky race.
3633         * sys/xvimage/xvimagesink.h:
3634
3635 2005-11-27  Edward Hervey  <edward@fluendo.com>
3636
3637         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3638         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3639         Remove unused properties, and add queues between demuxers and decoders
3640         so that a lot more files can preroll properly.
3641
3642 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3643
3644         * gst-libs/gst/net/Makefile.am:
3645         * gst-libs/gst/rtp/Makefile.am:
3646         * gst-libs/gst/tag/Makefile.am:
3647           remove silly include
3648         * gst/tags/Makefile.am:
3649         * gst/tags/gsttagediting.c:
3650         * gst/tags/gsttageditingprivate.h:
3651         * gst/tags/tagedit.vcproj:
3652           remove directory, is as good as empty
3653
3654 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3655
3656         * configure.ac:
3657           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3658         * gst-libs/Makefile.am:
3659         * gst-libs/gst/audio/Makefile.am:
3660         * gst-libs/gst/interfaces/Makefile.am:
3661         * gst-libs/gst/net/Makefile.am:
3662         * gst-libs/gst/riff/Makefile.am:
3663         * gst-libs/gst/rtp/Makefile.am:
3664         * gst-libs/gst/tag/Makefile.am:
3665         * gst-libs/gst/video/Makefile.am:
3666           and use them
3667
3668 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3669
3670         * docs/libs/tmpl/gstcolorbalance.sgml:
3671         * docs/libs/tmpl/gstmixer.sgml:
3672         * docs/libs/tmpl/gstxoverlay.sgml:
3673         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3674         * sys/ximage/ximagesink.h:
3675         * sys/xvimage/xvimagesink.h: More and more documentation.
3676
3677 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3678
3679         * docs/libs/gst-plugins-base-libs-docs.sgml:
3680         * docs/libs/gst-plugins-base-libs-sections.txt:
3681         * docs/libs/tmpl/gstcolorbalance.sgml:
3682         * docs/libs/tmpl/gstmixer.sgml:
3683         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3684         to documentation.
3685
3686 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3687
3688         * docs/plugins/Makefile.am:
3689         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3690         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3691         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3692
3693 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3694
3695         * docs/plugins/Makefile.am:
3696         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3697         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3698         * docs/plugins/inspect/plugin-adder.xml:
3699         * docs/plugins/inspect/plugin-alsa.xml:
3700         * docs/plugins/inspect/plugin-audioconvert.xml:
3701         * docs/plugins/inspect/plugin-audiorate.xml:
3702         * docs/plugins/inspect/plugin-audioresample.xml:
3703         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3704         * docs/plugins/inspect/plugin-decodebin.xml:
3705         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3706         * docs/plugins/inspect/plugin-gnomevfs.xml:
3707         * docs/plugins/inspect/plugin-ogg.xml:
3708         * docs/plugins/inspect/plugin-playbin.xml:
3709         * docs/plugins/inspect/plugin-subparse.xml:
3710         * docs/plugins/inspect/plugin-tcp.xml:
3711         * docs/plugins/inspect/plugin-theora.xml:
3712         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3713         * docs/plugins/inspect/plugin-video4linux.xml:
3714         * docs/plugins/inspect/plugin-videorate.xml:
3715         * docs/plugins/inspect/plugin-videoscale.xml:
3716         * docs/plugins/inspect/plugin-videotestsrc.xml:
3717         * docs/plugins/inspect/plugin-volume.xml:
3718         * docs/plugins/inspect/plugin-vorbis.xml:
3719         * docs/plugins/inspect/plugin-ximagesink.xml:
3720         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3721         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3722
3723 2005-11-26  Edward Hervey  <edward@fluendo.com>
3724
3725         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3726         Properly return GstFlowReturn from gst_pad_push in chain functions.
3727
3728 2005-11-25  Michael Smith  <msmith@fluendo.com>
3729
3730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3731         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3732         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3733         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3734           Handle various conditions better when we don't understand a stream.
3735           Removes a heap of CRITICALs on ogg streams containing unknown data.
3736
3737 2005-11-24  Andy Wingo  <wingo@pobox.com>
3738
3739         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3740         Be threadsafe.
3741
3742 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3743
3744         * configure.ac: back to HEAD
3745
3746 === release 0.9.6 ===
3747
3748 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3749
3750         * configure.ac:
3751           releasing 0.9.6, "White Eight"
3752
3753 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3754
3755         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3756         * docs/plugins/inspect/plugin-sine.xml:
3757           remove sinesrc some more
3758
3759 2005-11-23  Wim Taymans  <wim@fluendo.com>
3760
3761         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3762         If we are reading too slowly, jump forward in the ringbuffer
3763         instead of blocking.
3764
3765 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3766
3767         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3768         (gst_visual_chain):
3769         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3770         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3771         (gst_videorate_chain):
3772         * gst/videotestsrc/gstvideotestsrc.c:
3773         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3774         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3775         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3776         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3777         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3778         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3779           Updates for API changes
3780
3781 2005-11-23  Wim Taymans  <wim@fluendo.com>
3782
3783         * gst-libs/gst/audio/gstbaseaudiosink.c:
3784         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3785         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3786         Fix for calibration API change.
3787
3788 2005-11-23  Michael Smith <msmith@fluendo.com>
3789
3790         * gst-libs/gst/audio/multichannel.c:
3791         (gst_audio_get_channel_positions),
3792         (gst_audio_set_channel_positions),
3793         (gst_audio_set_structure_channel_positions_list),
3794         (gst_audio_fixate_channel_positions):
3795           Use gst_value_array_*() functions on value arrays, not
3796           gst_value_list_*().
3797
3798 2005-11-23  Edward Hervey  <edward@fluendo.com>
3799
3800         * autogen.sh:
3801         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3802         Fixes autogen
3803
3804 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3805
3806         * check/Makefile.am:
3807         * check/elements/videotestsrc.c: (setup_videotestsrc),
3808         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3809         (main):
3810           add a test for videotestsrc
3811
3812 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3813
3814         * gst/sine/.cvsignore:
3815         * gst/sine/Makefile.am:
3816         * gst/sine/gstsinesrc.c:
3817         * gst/sine/gstsinesrc.h:
3818         * gst/sine/sinesrc.vcproj:
3819           and remove sinesrc from the repository.  Closes #321446
3820
3821 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3822
3823         * configure.ac:
3824         * gst-plugins-base.spec.in:
3825           remove sinesrc from the build
3826
3827 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3828
3829         * check/Makefile.am:
3830         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3831         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3832         (main):
3833           add a test for audiotestsrc, testing all waves.  Even seems
3834           leak-free at first glance, nice job Stefan
3835
3836 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3837
3838         * po/af.po:
3839         * po/az.po:
3840         * po/cs.po:
3841         * po/en_GB.po:
3842         * po/hu.po:
3843         * po/it.po:
3844         * po/nb.po:
3845         * po/nl.po:
3846         * po/or.po:
3847         * po/sq.po:
3848         * po/sr.po:
3849         * po/sv.po:
3850         * po/uk.po:
3851         * po/vi.po:
3852           Translation string updates
3853
3854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3855         (gst_v4lsrc_set_caps):
3856         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3857         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3858         * sys/v4l/v4lsrc_calls.h:
3859           Improve v4lsrc, by making it work again.
3860
3861 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3862
3863         * ext/libvisual/visual.c: (gst_visual_chain):
3864           Fix the fps calculations.
3865
3866         * gst/ffmpegcolorspace/avcodec.h:
3867           Move structure element for clarity
3868
3869         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3870         * gst-libs/gst/interfaces/tunernorm.h:
3871         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3872         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3873         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3874         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3875         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3876         (gst_v4lmjpegsrc_getcaps):
3877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3878         (gst_v4lsrc_set_caps):
3879         * sys/v4l/gstv4lsrc.h:
3880         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3881         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3882         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3883         * sys/v4l/v4lsrc_calls.h:
3884           Fractional framerates...
3885
3886 2005-11-22  Wim Taymans  <wim@fluendo.com>
3887
3888         * gst-libs/gst/audio/gstbaseaudiosink.c:
3889         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3890         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3891         And we provide a clock by default, of course...
3892
3893 2005-11-22  Wim Taymans  <wim@fluendo.com>
3894
3895         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3896         This clock can be slaved to a master clock now.
3897
3898         * gst-libs/gst/audio/gstbaseaudiosink.c:
3899         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3900         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3901         (gst_base_audio_sink_set_clock),
3902         (gst_base_audio_sink_set_property),
3903         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3904         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3905         * gst-libs/gst/audio/gstbaseaudiosink.h:
3906         Handle slaving the internal clock to the clock selected in the
3907         pipeline.
3908         Add property to make the basesink not provide a clock.
3909
3910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3911         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3912         (gst_base_rtp_depayload_wait):
3913         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3914         We can use the clock in GstElement, no need to store it ourselves.
3915
3916 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3917
3918         * docs/libs/tmpl/gstaudio.sgml:
3919           update
3920         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3921         (gst_paranoia_endian_get_type):
3922         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3923         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3924         * gst/audiotestsrc/gstaudiotestsrc.c:
3925         (gst_audiostestsrc_wave_get_type):
3926         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3927         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3928         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3929         (gst_sync_method_get_type), (gst_unit_type_get_type),
3930         (gst_client_status_get_type), (gst_multifdsink_class_init),
3931         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3932         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3933         (gst_multifdsink_get_property):
3934         * gst/tcp/gstmultifdsink.h:
3935         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3936         * gst/videotestsrc/gstvideotestsrc.c:
3937         (gst_videotestsrc_pattern_get_type):
3938           remove deprecated properties
3939           fix up enums to correctly have short lowercase dashed nicks
3940
3941 2005-11-22  Michael Smith <msmith@fluendo.com>
3942
3943         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3944         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3945           Add underscore.
3946
3947 2005-11-22  Michael Smith <msmith@fluendo.com>
3948
3949         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3950         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3951           Use utility method for scaling clocktime for fractional framerates.
3952
3953 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3954
3955         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3956         (gst_visual_chain):
3957         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3958         * ext/theora/theoradec.c: (theora_handle_type_packet):
3959         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3960         (theora_enc_chain):
3961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3962         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3963         * gst-libs/gst/video/video.h:
3964         * gst/ffmpegcolorspace/avcodec.h:
3965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3966         (gst_ffmpeg_caps_to_pixfmt):
3967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3968         (gst_ffmpegcsp_set_caps):
3969         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3970         (gst_videorate_setcaps), (gst_videorate_blank_data),
3971         (gst_videorate_chain):
3972         * gst/videotestsrc/gstvideotestsrc.c:
3973         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3974         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3975         (gst_videotestsrc_event), (gst_videotestsrc_create):
3976         * gst/videotestsrc/gstvideotestsrc.h:
3977         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3978         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3979         (gst_ximagesink_get_times), (gst_ximagesink_init):
3980         * sys/ximage/ximagesink.h:
3981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3982         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3983         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3984         * sys/xvimage/xvimagesink.h:
3985           Convert elements to use fractions for their framerate.
3986           V4L elements to come later tonight.
3987
3988 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3989
3990         * gst-libs/gst/audio/audio.c:
3991         * gst-libs/gst/audio/audio.h:
3992           remove some deprecated functions
3993
3994 2005-11-22  Andy Wingo  <wingo@pobox.com>
3995
3996         * Update for gst_tag_setter API changes.
3997
3998 2005-11-22  Andy Wingo  <wingo@pobox.com>
3999
4000         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4001         (gst_ogg_demux_perform_seek):
4002         * ext/theora/theoradec.c (theora_dec_sink_event):
4003         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4004         update-funcnames.
4005
4006 2005-11-22  Wim Taymans  <wim@fluendo.com>
4007
4008         * examples/seeking/seek.c: (main):
4009         Give higher priority to bus signals than the gtk events
4010         to fix a race condition in the segment looping.
4011
4012 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4013
4014         * ext/theora/Makefile.am:
4015         * ext/vorbis/Makefile.am:
4016         * gst-libs/gst/tag/Makefile.am:
4017         * gst-plugins-base.spec.in:
4018           Rename libgsttagedit to libgsttag (#322117).
4019
4020 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4021
4022         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4024           Call gst_x_overlay_prepare_xwindow_id() to give applications
4025           a final chance to set their own xwindow id before the video
4026           sink creates its own window.
4027
4028 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4029
4030         * sys/xvimage/xvimagesink.c:
4031         (gst_xvimagesink_navigation_send_event): Handle navigation
4032         events correcly with borders if applicable.
4033
4034 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         Patch by: Luca Ognibene
4037
4038         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4039         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4041         (gst_ffmpegcsp_caps_remove_format_info):
4042         * gst/ffmpegcolorspace/imgconvert.c:
4043         * gst/ffmpegcolorspace/imgconvert_template.h:
4044           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4045           #318353); use gst_structure_has_name().
4046
4047 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4048
4049         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4050         (gst_ximagesink_class_init): Add debug macros on functions.
4051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4052         (gst_xvimagesink_xwindow_draw_borders),
4053         (gst_xvimagesink_xvimage_put),
4054         (gst_xvimagesink_xwindow_update_geometry),
4055         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4056         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4057         (gst_xvimagesink_xcontext_clear),
4058         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4059         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4060         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4061         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4062         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4063         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4064         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4065         expose while being PAUSED, out of data flow navigation events, etc..
4066
4067 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4068
4069         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4070         * gst-libs/gst/audio/audio.h:
4071           fix prototype - wondering why the test worked regardless
4072
4073 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4074
4075         * check/Makefile.am:
4076         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4077         * gst-libs/gst/audio/audio.h:
4078           add a method that returns a proper GstClockTime
4079
4080 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4081
4082         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4083         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4084         * gst-libs/gst/interfaces/xoverlay.h:
4085           Remove everything having to do with the desired size; add 
4086           gst_x_overlay_prepare_xwindow_id() function; remove the
4087           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4088           post a message on the bus instead (#321816).
4089
4090         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4092         (gst_xvimagesink_xoverlay_init):
4093           Remove desired size stuff (#321816).
4094
4095 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4096
4097         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4098         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4099         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4100           Terminate vararg functions with NULL instead of 0 to 
4101           make gcc4 happy.
4102
4103 2005-11-21  Andy Wingo  <wingo@pobox.com>
4104
4105         patch by: Sebastien Cote <sebas642@yahoo.ca>
4106         
4107         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4108         * gst-libs/gst/rtp/gstrtpbuffer.c
4109         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4110
4111 2005-11-21  Andy Wingo  <wingo@pobox.com>
4112
4113         * gst/playback/gstplaybin.c (gen_audio_element) 
4114         (gen_video_element): Use the new MISSING_PLUGIN core error
4115         category. Closes #320060.
4116
4117         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4118         * gst/videorate/gstvideorate.c (gst_videorate_event):
4119         * ext/theora/theoradec.c (theora_dec_sink_event): 
4120         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4121         stream lock.
4122
4123         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4124         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4125         stream lock changes.
4126
4127 2005-11-21  Wim Taymans  <wim@fluendo.com>
4128
4129         * gst-libs/gst/audio/gstbaseaudiosink.c:
4130         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4131         (gst_base_audio_sink_provide_clock),
4132         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4133         (gst_base_audio_sink_change_state):
4134         * gst/audioresample/gstaudioresample.c:
4135         Segment update fix.
4136
4137 2005-11-21  Andy Wingo  <wingo@pobox.com>
4138
4139         * *.h:
4140         * *.c: Ran scripts/update-macros. Oh yes.
4141
4142 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4143
4144         * sys/ximage/Makefile.am:
4145         * sys/ximage/ximage.c:
4146           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4147           remove your old libgstximage.* manually if necessary).
4148
4149 2005-11-21  Michael Smith <msmith@fluendo.com>
4150
4151         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4152           Minimal fix for bug #320200: set the min/max bitrate in the correct
4153           units. A better fix would be to upgrade to the RATEMANAGE2
4154           interface, rather than using the deprecated interface used here, but
4155           that would require an update in our libvorbis dependency (to 1.1),
4156           which is probably undesirable.
4157
4158 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4159
4160         * ext/libvisual/visual.c: (get_buffer):
4161         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4162         (gst_base_audio_src_fixate):
4163         * gst/audioconvert/gstaudioconvert.c:
4164         (gst_audio_convert_fixate_caps):
4165         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4166         * gst/audiotestsrc/gstaudiotestsrc.c:
4167         (gst_audiotestsrc_src_fixate):
4168         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4169         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4170         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4171         * gst/videotestsrc/gstvideotestsrc.c:
4172         (gst_videotestsrc_src_fixate):
4173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4175           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4176           (#322027)
4177
4178
4179 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4180
4181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4182         (gst_riff_create_iavs_caps):
4183         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4184         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4185         (gst_riff_parse_info):
4186         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4189           Fixes for GST_FOURCC_FORMAT API change.
4190
4191 2005-11-21  Andy Wingo  <wingo@pobox.com>
4192
4193         patch by: Alessandro Dessina <alessandro nnva org>
4194
4195         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4196         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4197         (gst_ogg_parse_chain):
4198         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4199         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4200         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4201         gst_value_list calls on arrays. Fixes #321962.
4202
4203 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4204
4205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4206         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4207         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4208         * gst/adder/gstadder.c: (gst_adder_init),
4209         (gst_adder_request_new_pad), (gst_adder_collected),
4210         (gst_adder_change_state):
4211           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4212           API change.
4213
4214 2005-11-21  Michael Smith <msmith@fluendo.com>
4215
4216         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4217         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4218           Properly handle pad_push return values.
4219
4220 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4221
4222         * gst-libs/gst/tag/Makefile.am:
4223         * gst-libs/gst/tag/gstvorbistag.c:
4224         (gst_tag_list_to_vorbiscomment_buffer):
4225           Remove obsolete vorbistag element and debug category.
4226
4227         * gst/playback/gstplaybasebin.c: (check_queue):
4228           Don't divide by 0 when queue-threshold is 0.
4229
4230         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4231           Don't modify an existing pixel-aspect-ratio if we fail to read
4232           a new one.
4233
4234 2005-11-20  Wim Taymans  <wim@fluendo.com>
4235
4236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4237         (gst_vorbisenc_push_packet):
4238         GST_PAD_IS_USABLE is gone, use the return value of
4239         the push or pad_alloc_buffer instead.
4240
4241 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4242
4243         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4244         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4245         (gst_ximagesink_ximage_destroy),
4246         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4247         (gst_ximagesink_xwindow_new),
4248         (gst_ximagesink_xwindow_update_geometry),
4249         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4250         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4251         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4252         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4253         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4254         (gst_ximagesink_navigation_send_event),
4255         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4256         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4257         (gst_ximagesink_finalize), (gst_ximagesink_init),
4258         (gst_ximagesink_class_init):
4259         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4260         This new version brings correct software scaling, non flickering
4261         window while resizing, pixel aspect ratio handling, usage of
4262         hardware buffer pools, out of data flow event thread for 
4263         navigation and handling of expose events even when being PAUSED,
4264         a new property to keep video aspect ratio when resizing, etc...
4265
4266 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4267
4268         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4269         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4270         handling of PAR.
4271
4272 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4273
4274         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4275         Unsetting IS_SINK flag from the fakesink, so decodebin
4276         never behaves as a sink.
4277
4278 2005-11-17  Wim Taymans  <wim@fluendo.com>
4279
4280         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4281         (gst_base_audio_src_change_state):
4282         Fix the audiosrc base class again, we did not unflush.
4283
4284 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4285
4286         * examples/seeking/seek.c: (make_dv_pipeline),
4287         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4288         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4289         to ogg/vorbis/theora pipeline.
4290
4291 2005-11-17  Wim Taymans  <wim@fluendo.com>
4292
4293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4294         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4295         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4296         Fix EOS on multiple streams.
4297         More debugging.
4298
4299 2005-11-16  Wim Taymans  <wim@fluendo.com>
4300
4301         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4302         (gst_ogg_demux_perform_seek):
4303         Segment done must include stream time.
4304
4305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4306         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4307         (gst_ogg_mux_change_state):
4308         Fix ogg muxer again.
4309
4310 2005-11-16  Wim Taymans  <wim@fluendo.com>
4311
4312         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4313         Fix compile again.
4314
4315 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4316
4317         * ext/libvisual/visual.c: (gst_visual_init):
4318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4319         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4320         (gst_ogg_parse_chain):
4321         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4322         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4323         * ext/theora/theoradec.c: (gst_theora_dec_init):
4324         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4325         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4326         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4327         * gst/adder/gstadder.c: (gst_adder_class_init),
4328         (gst_adder_dispose):
4329         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4330         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4331         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4332           Fix a whole set of pad template leaks
4333
4334 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4335
4336         * check/generic/states.c: (GST_START_TEST):
4337           fix the test so that it only checks for elements that are part of
4338           this source module
4339
4340 2005-11-16  Michael Smith <msmith@fluendo.com>
4341
4342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4343         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4344         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4345         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4346         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4347         (gst_ogg_mux_change_state):
4348           Fix leaking collectpads.
4349
4350 2005-11-16  Edward Hervey  <edward@fluendo.com>
4351
4352         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4353         (gst_videorate_event), (gst_videorate_chain):
4354         Handle segment seeks
4355
4356 2005-11-16  Wim Taymans  <wim@fluendo.com>
4357
4358         * gst-libs/gst/audio/gstbaseaudiosink.c:
4359         (gst_base_audio_sink_provide_clock),
4360         (gst_base_audio_sink_change_state):
4361         Set ringbuffer to non-flushing when going to PAUSED, set to
4362         flushing again when going to READY.
4363
4364         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4365         (gst_ring_buffer_stop):
4366         Start in flushing mode by default.
4367         Don't set flushing in the _stop method, let the app call
4368         this explicitly.
4369
4370 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4371
4372         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4373         * gst-libs/gst/video/videosink.h: Add helper function needed
4374         for video sinks.
4375
4376 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * gst/videoscale/gstvideoscale.c:
4379         (gst_videoscale_handle_src_event):
4380           Don't leak reference to pad parent.
4381
4382 2005-11-16  Wim Taymans  <wim@fluendo.com>
4383
4384         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4385         Set ringbuffer to flushing when stopping so that we don't
4386         block on wait_segment anymore and livelock.
4387
4388 2005-11-16  Wim Taymans  <wim@fluendo.com>
4389
4390         * examples/seeking/seek.c: (send_event), (do_seek),
4391         (loop_toggle_cb), (segment_done), (main):
4392         Added looping checkbox.
4393
4394 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4395
4396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4397         (gst_ogg_demux_init):
4398         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4399         (gst_vorbis_dec_init):
4400           revert unrefs, they don't pass make check
4401
4402 2005-11-15  Johan Dahlin  <johan@gnome.org>
4403
4404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4405         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4406         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4407         (gst_vorbis_dec_init):
4408         Fix pad template leaks. 
4409
4410 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4411
4412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4413           Make state change function thread safe.
4414
4415 2005-11-15  Edward Hervey  <edward@fluendo.com>
4416
4417         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4418         (gst_ogg_demux_class_init):
4419         Implement GstElement::send_event, so we can send seek events
4420         in GST_STATE_READY
4421
4422 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4423
4424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4425         Discovered how to take away flickering while resizing the
4426         window. Please don't put that in ximagesink, refactoring in
4427         progress.
4428
4429 2005-11-14  Michael Smith <msmith@fluendo.com>
4430
4431         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4432         (gst_multifdsink_render):
4433           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4434
4435 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * gst/playback/gstplaybin.c: (gen_audio_element):
4438           Use autoaudiosink, it tends to be more widely available than
4439           autoaudiiosink.
4440           
4441 2005-11-14  Andy Wingo  <wingo@pobox.com>
4442
4443         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4444         as well if it is available. Fixes #316442.
4445
4446 2005-11-14  Michael Smith <msmith@fluendo.com>
4447
4448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4449         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4450         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4451         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4452         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4453         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4455         (gst_vorbisenc_change_state):
4456           Fix a small memory leak in vorbisenc.
4457           Fix large memory leaks in oggmux, also fix lots of state change
4458           bugs in oggmux.
4459
4460 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4461
4462         * gst/videotestsrc/gstvideotestsrc.c:
4463         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4464         (gst_videotestsrc_src_fixate):
4465           move fixation to a fixate function
4466           remove negotiate function, basesrc's is good enough
4467           fixes a bug for check when using the element alone
4468
4469 2005-11-13  Edward Hervey  <edward@fluendo.com>
4470
4471         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4472         (key_toggle_cb), (main):
4473         Added checkboxes for adding/removing the accurate and key_unit seek
4474         flags.
4475
4476 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4477
4478         * configure.ac: back to HEAD
4479
4480 === release 0.9.5 ===
4481
4482 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4483
4484         * configure.ac:
4485           releasing 0.9.5, "No No Kia"
4486
4487 2005-11-11  Edward Hervey  <edward@fluendo.com>
4488
4489         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4490         Added parse-launch syntax seeking mode for the seeking example.
4491         This should help stress-test even more cases.
4492         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4493
4494 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4495
4496         * sys/xvimage/xvimagesink.c:
4497         (gst_xvimagesink_navigation_send_event):
4498           Check whether peer pad exists before sending navigation events
4499           to it.
4500
4501 2005-11-11  Michael Smith <msmith@fluendo.com>
4502
4503         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4504         (gst_vorbisenc_buffer_from_packet):
4505         * ext/vorbis/vorbisenc.h:
4506           Set duration on encoded buffers. This allows oggmux's
4507           max_page_delay parameter to actually work.
4508
4509 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4510
4511         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4512         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4513         (gst_ffmpegcsp_avpicture_fill):
4514         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4515         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4516           Make palettes work again (see #132341). Use our own macros
4517           for rounding up.
4518
4519 2005-11-10  Andy Wingo  <wingo@pobox.com>
4520
4521         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4522         string doober.
4523
4524 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4525
4526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4527         (gst_ffmpegcsp_transform_caps):
4528           Prefer passthrough in transform_caps
4529
4530 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4531
4532         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4533           check for ALSA errors properly, instead of relying on ALSA's
4534           error strings to serve to the user.
4535
4536 2005-11-10  Wim Taymans  <wim@fluendo.com>
4537
4538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4539         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4540         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4541         Modernise the seek code.
4542
4543 2005-11-10  Michael Smith <msmith@fluendo.com>
4544         
4545         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4546         (setup_substreams), (set_active_source):
4547           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4548           trying to go to NULL if we failed to read a file.
4549
4550 2005-11-10  Wim Taymans  <wim@fluendo.com>
4551
4552         * gst/audiotestsrc/gstaudiotestsrc.c:
4553         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4554         (gst_audiotestsrc_create):
4555         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4556         (gst_sinesrc_get_times), (gst_sinesrc_create):
4557         * gst/videotestsrc/gstvideotestsrc.c:
4558         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4559         (gst_videotestsrc_create):
4560         The base class can now sync for us.
4561
4562 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4563
4564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4565           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4566           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4567           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4568           format=(fourcc)I420" ! xvimagesink
4569
4570 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4573         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4574         (gst_sinesrc_newsegment):
4575           Send newsegment event in TIME format, set duration if
4576           num-buffers is set, fix duration querying.
4577
4578 2005-11-10  Michael Smith <msmith@fluendo.com>
4579
4580         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4581         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4582         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4583         (gst_ogg_mux_collected):
4584          Fix EOS handling, partially. Now forwarding an EOS event once we have
4585          EOS on all pads works correctly. However, we still don't properly set
4586          EOS on the actual ogg stream pages.
4587
4588 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4589
4590         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4591           Set elements to NULL state before disposing of them.
4592
4593 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4594
4595         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4596
4597         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4598         (gst_base_rtp_depayload_init),
4599         (gst_base_rtp_depayload_set_gst_timestamp):
4600         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4601           We need to send a newsegment event for each instance, not
4602           just for the first instance of this class (get rid of
4603           static variable in function). (#321011).
4604           
4605 2005-11-08  Michael Smith <msmith@fluendo.com>
4606
4607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4608         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4609         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4610         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4611           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4612           This makes us mux things correctly according to the ogg muxing
4613           rules. Still not handling EOS correctly right now, though.
4614
4615 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         * gst/audioconvert/gstaudioconvert.c:
4618           Fix typo in docs. 
4619
4620 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4623         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4624           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4625           creating a new chain; should fix live streaming. Also
4626           add more debug output and fix a typo.
4627
4628 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4629
4630         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4631
4632         * gst/volume/gstvolume.c: (volume_set_caps):
4633           Fix compilation on Solaris with Forte. (#320923)
4634
4635 2005-11-08  Wim Taymans  <wim@fluendo.com>
4636
4637         * gst-libs/gst/audio/gstbaseaudiosink.c:
4638         (gst_base_audio_sink_render):
4639         No need to do a typecheck.
4640
4641 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4642
4643         * ext/alsa/gstalsa.h:
4644           We register a debug category, so let's use it.
4645
4646 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4647
4648         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4649         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4650         Fixed a small problem.
4651
4652 2005-11-04  Wim Taymans  <wim@fluendo.com>
4653
4654         * examples/seeking/Makefile.am:
4655         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4656         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4657         (make_playerbin_pipeline), (format_value), (update_scale),
4658         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4659         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4660         (print_usage), (main):
4661         Added app for playback speed testing.
4662
4663         * examples/seeking/seek.c: (dynamic_link),
4664         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4665         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4666         (message_received), (main):
4667         Updated seek example.
4668
4669 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4670
4671         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4672         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4673         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4674         (gst_base_rtp_depayload_set_clock):
4675         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4676         Don't sleep on the bench (system clock) when you have a nice 
4677         comfortable bed (Gstreamer clock) to sleep on.
4678
4679 2005-11-03  Wim Taymans  <wim@fluendo.com>
4680
4681         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4682         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4683         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4684         Handle the case where a pad_block failed.
4685
4686 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4687
4688         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4689
4690         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4691         (gst_base_rtp_depayload_add_to_queue),
4692         (gst_base_rtp_depayload_push),
4693         (gst_base_rtp_depayload_set_gst_timestamp),
4694         (gst_base_rtp_depayload_queue_release):
4695           Fixes some bugs in the depayloader's queuing/de-queueing code.
4696
4697 2005-10-31  Michael Smith <msmith@fluendo.com>
4698
4699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4700         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4701         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4702           Patch from Alessandro Decina <alessandro@nnva.org>.
4703           Make oggdemux only find the final time in a chain, not per-pad,
4704           since the per-pad information can be very expensive to locate, and
4705           it isn't used anywhere. This makes reading a file containing
4706           OggSkeleton reasonably fast.
4707           Also, make chain finding work when there are logical bitstreams that
4708           can't be decoded. Fixes #319110.
4709
4710 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4711
4712         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4713         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4714         (gst_base_rtp_depayload_chain),
4715         (gst_base_rtp_depayload_add_to_queue),
4716         (gst_base_rtp_depayload_push),
4717         (gst_base_rtp_depayload_set_gst_timestamp),
4718         (gst_base_rtp_depayload_queue_release),
4719         (gst_base_rtp_depayload_start_thread),
4720         (gst_base_rtp_depayload_set_property),
4721         (gst_base_rtp_depayload_get_property):
4722         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4723         Some random fixes, to fullfill the desires of thomas.
4724
4725 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4726
4727         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4728         (gst_base_rtp_depayload_add_to_queue),
4729         (gst_base_rtp_depayload_push):
4730         Fixed the queueing algorithm.
4731
4732 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4733
4734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4735         (gst_base_rtp_depayload_push):
4736         A small fix
4737
4738 2005-10-31  Wim Taymans  <wim@fluendo.com>
4739
4740         * gst-libs/gst/audio/gstringbuffer.h:
4741         Don't break ABI.
4742
4743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4744         (gst_ffmpeg_caps_to_pixfmt):
4745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4746         (gst_ffmpegcsp_set_caps):
4747         Some more comments.
4748         Handle missing required caps fields better.
4749
4750 2005-10-31  Wim Taymans  <wim@fluendo.com>
4751
4752         * gst-libs/gst/audio/gstbaseaudiosink.c:
4753         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4754         (gst_base_audio_sink_render):
4755         * gst-libs/gst/audio/gstringbuffer.c:
4756         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4757         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4758         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4759         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4760         (gst_ring_buffer_read):
4761         * gst-libs/gst/audio/gstringbuffer.h:
4762         Add flushing mode to the ringbuffer so that it in all cases does
4763         not try to handle more audio. This makes sure it does not try to
4764         block anymore when flushing and fixes a livelock.
4765
4766 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4767
4768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4769         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4770         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4771           Explicitly check for -1 values before doing a conversion
4772           and always map them to -1. (#315545)
4773
4774 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4775
4776         * gst/playback/gstplaybin.c: (gen_video_element):
4777           first try autovideosink, then xvimagesink, then error out
4778         * po/POTFILES.in:
4779           add translatable file
4780         * po/af.po:
4781         * po/az.po:
4782         * po/cs.po:
4783         * po/en_GB.po:
4784         * po/hu.po:
4785         * po/it.po:
4786         * po/nb.po:
4787         * po/nl.po:
4788         * po/or.po:
4789         * po/sq.po:
4790         * po/sr.po:
4791         * po/sv.po:
4792         * po/uk.po:
4793         * po/vi.po:
4794           update translations
4795
4796 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4797
4798         * gst-libs/gst/rtp/gstbasedepayload.c:
4799         * gst-libs/gst/rtp/gstbasedepayload.h:
4800           Minor cleanups
4801
4802 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4803
4804         * gst/playback/.cvsignore:
4805         * gst/playback/decodetest.c:
4806         * gst/playback/test3.c:
4807           Port these two tests as well.
4808
4809 2005-10-27  Wim Taymans  <wim@fluendo.com>
4810
4811         * ext/theora/theoradec.c: (theora_dec_src_query),
4812         (theora_dec_sink_event):
4813         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4814         (theora_enc_change_state):
4815         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4816         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4817         Take proper locks when handling events.
4818
4819 2005-10-27  Wim Taymans  <wim@fluendo.com>
4820
4821         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4822         (gst_adder_change_state):
4823         Fix timestamps and fix deadlock when stopping the collectpads.
4824
4825 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4826
4827         * gst-libs/gst/rtp/gstrtpbuffer.h:
4828         Declaring the payload types as strings too so that they can be used
4829         in the padtemplate inialization.
4830
4831 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4832
4833         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4834
4835         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4836         (gst_base_rtp_depayload_class_init):
4837         Fixes a small but nasty bug. The derived elements no longer segfaults
4838         on finalization.
4839
4840 2005-10-26  Michael Smith <msmith@fluendo.com>
4841
4842         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4843           When clearing an audioconvert context, set tmpbufsize to zero, so
4844           we'll allocate it again later if required.
4845           This fixes audioconvert re-negotiating formats, which previously
4846           segfaulted with a NULL destination buffer.
4847
4848 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4849
4850         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4851         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4852         (gst_base_rtp_depayload_set_gst_timestamp),
4853         (gst_base_rtp_depayload_queue_release):
4854         Fixed a smalll memleak.
4855
4856 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4857         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4858         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4859         (gst_base_rtp_depayload_finalize),
4860         (gst_base_rtp_depayload_setcaps),
4861         (gst_base_rtp_depayload_add_to_queue),
4862         (gst_base_rtp_depayload_push),
4863         (gst_base_rtp_depayload_set_gst_timestamp),
4864         (gst_base_rtp_depayload_queue_release),
4865         (gst_base_rtp_depayload_thread),
4866         (gst_base_rtp_depayload_change_state):
4867         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4868         Changed the C++ comments to C comments
4869
4870 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4871
4872         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4873         * gst/tcp/gsttcpclientsrc.h:
4874         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4875         * gst/tcp/gsttcpserversrc.h:
4876           Remove unused 'curoffset' structure member.
4877
4878 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4879
4880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4881         (gst_base_rtp_depayload_base_init),
4882         (gst_base_rtp_depayload_finalize):
4883         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4884         * gst-libs/gst/rtp/gstbasertppayload.h:
4885           The pad-template on the sinkpad should be set by the derived classes.
4886           Also added some useful macros.
4887
4888 2005-10-24  Wim Taymans  <wim@fluendo.com>
4889
4890         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4891         Correctly flush decoder samples even if we could not
4892         copy them to an output buffer. Fixes #319618.
4893
4894 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4895
4896         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4898         the caps against our xcontext caps.
4899
4900 2005-10-24  Wim Taymans  <wim@fluendo.com>
4901
4902         * gst-libs/gst/audio/gstbaseaudiosink.c:
4903         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4904         Remove g_print
4905         Use sync property from baseclass to disable sync.
4906
4907 2005-10-24  Wim Taymans  <wim@fluendo.com>
4908
4909         * gst-libs/gst/audio/gstbaseaudiosink.c:
4910         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4911         Buffers with no timestamps get aligned with previous buffers or
4912         on underrun, played ASAP.
4913
4914 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4915
4916         * gst-libs/gst/video/video.h:
4917         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4918         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4920         here comes my change on caps for framerate and geometry range.
4921         We are now accepting 1 to MAXINT for width and height, and from
4922         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4923         to be blended correctly in videomixer.
4924
4925 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4926
4927         * configure.ac:
4928           back to HEAD
4929
4930 === release 0.9.4 ===
4931
4932 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4933
4934         * NEWS:
4935         * RELEASE:
4936         * configure.ac:
4937           releasing 0.9.4, "Velociraptor"
4938
4939 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4940
4941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4942         * po/POTFILES.in:
4943           STOPPED -> FAILED
4944
4945 2005-10-21  Wim Taymans  <wim@fluendo.com>
4946
4947         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4948         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4949         (pad_blocked), (close_pad_link), (new_pad):
4950         Don't try to remove elements twice.
4951
4952 2005-10-21  Wim Taymans  <wim@fluendo.com>
4953
4954         * ext/theora/theoradec.c: (theora_dec_src_query),
4955         (theora_dec_sink_event):
4956         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4957         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4958         (vorbis_handle_data_packet):
4959         * ext/vorbis/vorbisdec.h:
4960         Fix old naming.
4961
4962         * gst-libs/gst/audio/gstbaseaudiosink.c:
4963         (gst_base_audio_sink_render):
4964         Don't try to sync on buffers without a timestamp.
4965
4966 2005-10-21  Wim Taymans  <wim@fluendo.com>
4967
4968         * ext/theora/theoradec.c: (theora_dec_src_query),
4969         (theora_dec_sink_event):
4970         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4971         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4972         (vorbis_handle_data_packet):
4973         * ext/vorbis/vorbisdec.h:
4974         Fix old naming.
4975
4976 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4977
4978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4979         (gst_vorbisenc_src_query):
4980           Implement position and duration queries.
4981
4982         * gst/playback/test3.c: (update_scale), (main):
4983           Fix for async state changes and print nicer output.
4984
4985 2005-10-20  Wim Taymans  <wim@fluendo.com>
4986
4987         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4988         (dump_element_stats), (main):
4989         * gst/playback/test6.c: (main):
4990         Fix tests again
4991
4992 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4993
4994         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4995         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4996           Don't use functions for position queries when handling
4997           duration queries.
4998
4999 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5000
5001         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5002         (vorbis_handle_data_packet), (vorbis_dec_chain),
5003         (vorbis_dec_change_state):
5004         * ext/vorbis/vorbisdec.h:
5005           Vorbis streams can be embedded in other container formats
5006           than ogg, container formats where the demuxer might set 
5007           timestamps on encoded vorbis buffers instead of those silly 
5008           granulepos thingies. In short: make vorbisdec handle 
5009           timestamps on incoming buffers as well.
5010
5011 2005-10-20  Wim Taymans  <wim@fluendo.com>
5012
5013         * gst/playback/gstplaybasebin.c: (group_destroy),
5014         (gst_play_base_bin_change_state):
5015         Fix leak.
5016         Handle case where playbasebin is now ASYNC because
5017         decodebin is.
5018
5019 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5020
5021         * gst/audioconvert/Makefile.am:
5022         * gst/audioconvert/bufferframesconvert.c:
5023         * gst/audioconvert/plugin.c: (plugin_init):
5024         * gst/audioconvert/plugin.h:
5025           And bye bye buffer-frames-convert
5026
5027 2005-10-19  Wim Taymans  <wim@fluendo.com>
5028
5029         * check/elements/audioconvert.c:
5030         * docs/libs/tmpl/gstaudio.sgml:
5031         * docs/libs/tmpl/gstcolorbalance.sgml:
5032         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5033         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5034         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5035         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5036         * gst-libs/gst/audio/audio.h:
5037         * gst/audioconvert/audioconvert.h:
5038         * gst/audioconvert/gstaudioconvert.c:
5039         (gst_audio_convert_parse_caps):
5040         * gst/volume/gstvolume.c:
5041         Bye bye buffer-frames.
5042
5043 2005-10-19  Wim Taymans  <wim@fluendo.com>
5044
5045         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5046         (query_positions_elems), (query_positions_pads), (update_scale),
5047         (do_seek), (set_update_scale), (message_received), (main):
5048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5049         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5050         (gst_ogg_demux_loop):
5051         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5052         * ext/theora/theoradec.c: (theora_dec_src_query),
5053         (theora_dec_sink_event):
5054         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5055         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5056         * gst/adder/gstadder.c: (gst_adder_query):
5057         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5058         * gst/playback/test3.c: (update_scale):
5059         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5060         (dump_element_stats), (main):
5061         * gst/playback/test6.c: (main):
5062         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5063         Query API update.
5064
5065 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5066
5067         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5068         (xml_check_first_element), (xml_type_find), (smil_type_find),
5069         (plugin_init):
5070           Add typefinding for SMIL and for generic XML. Based on patch by
5071           Akos Maroy (#308663).
5072
5073 2005-10-18  Wim Taymans  <wim@fluendo.com>
5074
5075         * gst/playback/Makefile.am:
5076         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5077         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5078         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5079         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5080         (gst_decode_bin_change_state):
5081         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5082         (gst_play_bin_send_event_to_sink):
5083         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5084         (dump_element_stats), (main):
5085         * gst/playback/test6.c: (main):
5086         Make playbin async, it'll commit state to paused when all streams
5087         are detected.
5088         Remove ugly hack.
5089         Added test6.c to show async behaviour.
5090
5091 2005-10-18  Wim Taymans  <wim@fluendo.com>
5092
5093         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5094         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5095         Fix for segment-start/stop API change.
5096
5097 2005-10-18  Wim Taymans  <wim@fluendo.com>
5098
5099         * check/Makefile.am:
5100         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5101         (main):
5102         Add future test for clock selection.
5103
5104 2005-10-18  Wim Taymans  <wim@fluendo.com>
5105
5106         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5107         (gst_alsasink_close):
5108         Set handle to NULL.
5109
5110         * gst-libs/gst/audio/gstringbuffer.c:
5111         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5112         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5113         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5114         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5115         (gst_ring_buffer_read):
5116         More debug info.
5117
5118 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5119
5120         * gst/audiotestsrc/Makefile.am:
5121         * gst/sine/Makefile.am:
5122         * gst/volume/Makefile.am:
5123           fix broken build of controllerized plugins
5124
5125 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5126
5127         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5128
5129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5130         (gst_riff_create_video_template_caps):
5131           Add support for Indeo-3 (IV32).
5132
5133 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5134
5135         * configure.ac:
5136           rewrite
5137
5138 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5139
5140         * gst-libs/gst/video/video.c: (gst_video_get_size):
5141         * gst/audiotestsrc/gstaudiotestsrc.c:
5142           doc updates
5143
5144 2005-10-17  Andy Wingo  <wingo@pobox.com>
5145
5146         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5147         with the collectpads change.
5148         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5149
5150         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5151
5152         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5153
5154         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5155         alloc_buffer flow return to callers.
5156         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5157         change. Fix some memleaks in theoraenc.
5158
5159         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5160         in strange circumstance.
5161
5162 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5163
5164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5165         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5166         from caps, let's use the caps...
5167
5168 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5169
5170         * configure.ac:
5171           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5172
5173 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5174
5175         * gst-libs/gst/interfaces/Makefile.am:
5176           fix silly typo
5177
5178 2005-10-16  Andy Wingo  <wingo@pobox.com>
5179
5180         * gst/playback/gstdecodebin.c
5181         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5182         function!
5183         (try_to_link_1): Increase kraziness level.
5184
5185 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5186
5187         * configure.ac:
5188           restructure like the core one
5189         * gst-libs/gst/audio/Makefile.am:
5190         * gst-libs/gst/interfaces/Makefile.am:
5191         * gst-libs/gst/net/Makefile.am:
5192         * gst-libs/gst/riff/Makefile.am:
5193         * gst-libs/gst/rtp/Makefile.am:
5194         * gst-libs/gst/tag/Makefile.am:
5195         * gst-libs/gst/video/Makefile.am:
5196           use correct linker flags, now the libs are properly versioned
5197         * check/elements/audioconvert.c: (verify_convert):
5198         * ext/alsa/gstalsaplugin.c:
5199         * ext/cdparanoia/gstcdparanoia.c:
5200         * ext/gnomevfs/gstgnomevfs.c:
5201         * ext/libvisual/visual.c:
5202         * ext/ogg/gstogg.c:
5203         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5204         * ext/theora/theora.c:
5205         * ext/vorbis/vorbis.c:
5206         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5207         * gst-libs/gst/tag/gsttagediting.c:
5208         * gst-libs/gst/video/video.c:
5209         * gst/adder/gstadder.c:
5210         * gst/audioconvert/plugin.c:
5211         * gst/audiorate/gstaudiorate.c:
5212         * gst/audioresample/gstaudioresample.c:
5213         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5214         * gst/audioscale/gstaudioscale.c:
5215         * gst/audioscale/resample.c:
5216         * gst/audiotestsrc/gstaudiotestsrc.c:
5217         * gst/ffmpegcolorspace/gstffmpeg.c:
5218         * gst/playback/gstdecodebin.c: (close_pad_link):
5219         * gst/playback/gstplaybin.c: (gen_video_element),
5220         (gen_audio_element):
5221         * gst/sine/gstsinesrc.c:
5222         * gst/subparse/gstsubparse.c:
5223         * gst/tags/gsttagediting.c:
5224         * gst/tcp/gsttcpplugin.c:
5225         * gst/typefind/gsttypefindfunctions.c:
5226         * gst/videorate/gstvideorate.c:
5227         * gst/videoscale/gstvideoscale.c:
5228         * gst/videotestsrc/gstvideotestsrc.c:
5229         * gst/volume/gstvolume.c:
5230         * sys/v4l/gstv4l.c:
5231         * sys/ximage/ximage.c:
5232         * sys/xvimage/xvimagesink.c:
5233           fix up defines
5234
5235 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5236
5237         * ext/vorbis/vorbisenc.c:
5238         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5239         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5240         (gst_tag_to_vorbis_comments):
5241           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5242
5243 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5244
5245         * examples/stats/mp2ogg.c:
5246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5247           typo fixes
5248
5249 2005-10-13  Michael Smith <msmith@fluendo.com>
5250
5251         * ext/ogg/gstoggmux.c:
5252           Use magic glib macros to define constants as 64 bit, to ensure
5253           appropriate vararg passing.
5254
5255 2005-10-13  Michael Smith <msmith@fluendo.com>
5256
5257         * ext/ogg/gstoggmux.c:
5258         * gst/audioconvert/audioconvert.c: (float):
5259           Don't use LL suffix, as it's not portable, and neither of these
5260           uses required it anyway.
5261
5262 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5263
5264         * examples/indexing/indexmpeg.c: (main):
5265         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5266         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5267         (cdparanoia_convert), (cdparanoia_query):
5268         * ext/cdparanoia/gstcdparanoia.h:
5269         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5270         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5271         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5273         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5274         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5275         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5276         (gst_multifdsink_render), (gst_multifdsink_start),
5277         (gst_multifdsink_stop):
5278         * gst/tcp/gstmultifdsink.h:
5279         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5280         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5281         (gst_tcpclientsink_stop):
5282         * gst/tcp/gsttcpclientsink.h:
5283         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5284         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5285         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5286         * gst/tcp/gsttcpclientsrc.h:
5287         * gst/tcp/gsttcpserversink.h:
5288         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5289         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5290         (gst_tcpserversrc_stop):
5291         * gst/tcp/gsttcpserversrc.h:
5292         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5293         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5294         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5295           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5296           moved bitshift from macro to enum definition
5297
5298 2005-10-12  Wim Taymans  <wim@fluendo.com>
5299
5300         * examples/seeking/Makefile.am:
5301         Oops.
5302
5303 2005-10-12  Wim Taymans  <wim@fluendo.com>
5304
5305         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5306         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5307         Don't assert on normal stuff.
5308
5309         * gst/playback/gstplaybin.c: (do_playbin_seek):
5310         API fix.
5311
5312 2005-10-12  Wim Taymans  <wim@fluendo.com>
5313
5314         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5315         * examples/seeking/Makefile.am:
5316         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5317         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5318         (do_seek), (set_update_scale), (message_received), (main):
5319         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5320         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5321         Update for _get_state() API change.
5322
5323 2005-10-11  Wim Taymans  <wim@fluendo.com>
5324
5325         * gst-libs/gst/audio/gstbaseaudiosink.c:
5326         (gst_base_audio_sink_render):
5327         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5328         (gst_base_audio_src_create):
5329         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5330         (gst_ring_buffer_read):
5331         Cleanups.
5332         Commit and read from ringbuffer in samples rather than bytes.
5333
5334 2005-10-11  Wim Taymans  <wim@fluendo.com>
5335
5336         * gst-libs/gst/audio/gstbaseaudiosink.c:
5337         (gst_base_audio_sink_render):
5338         Respect segment rate and accum when scheduling samples.
5339
5340 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5341
5342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5343         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5344         EOS correctly, that needs more work.
5345
5346 2005-10-11  Wim Taymans  <wim@fluendo.com>
5347
5348         * check/generic/states.c: (GST_START_TEST):
5349         remove old property.
5350
5351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5352         (gst_ogg_demux_perform_seek):
5353         * ext/theora/theoradec.c: (theora_dec_sink_event):
5354         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5355         (vorbis_handle_data_packet):
5356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5357         (gst_base_rtp_depayload_set_gst_timestamp):
5358         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5359         Update for newsegment API change.
5360
5361 2005-10-11  Michael Smith <msmith@fluendo.com>
5362
5363         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5364         (do_playbin_seek), (gst_play_bin_send_event):
5365           Override send_event differently, so that we can takes bits of
5366           functionality from GstPipeline (special handling for seeks,
5367           including pausing/resuming, and resetting stream time) and still get
5368           the appropriate behaviour of only forwarding event to a single sink,
5369           rather than all of them.
5370           Unfortunately requires a lot of code duplication, but the
5371           alternatives are equally ugly in the end.
5372
5373 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5374
5375         * check/elements/audioconvert.c: (setup_audioconvert),
5376         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5377         (GST_START_TEST), (audioconvert_suite):
5378           clean up tests a little, fix some leaks.
5379
5380 2005-10-10  Wim Taymans  <wim@fluendo.com>
5381
5382         * ext/alsa/gstalsasink.c:
5383         Also allow unsigned int.
5384
5385         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5386         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5387         Small cleanup
5388
5389 2005-10-10  Wim Taymans  <wim@fluendo.com>
5390
5391         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5392         Small update, use API as stated in design docs.
5393
5394         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5395         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5396         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5397         (message_received), (main):
5398         Updated seek example for GOption. Some usability improvements.
5399
5400 2005-10-10  Wim Taymans  <wim@fluendo.com>
5401
5402         * gst/audioconvert/audioconvert.h:
5403         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5404         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5405         Alloc temp storage somewhere else where we can do it more
5406         portable.
5407
5408 2005-10-10  Wim Taymans  <wim@fluendo.com>
5409
5410         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5411         (gst_tcpserversrc_start):
5412         Don't block in accept while doing the state change, move
5413         to poll and make cancellable.
5414
5415 2005-10-09  Philippe Khalaf <burger@speedy.org>
5416
5417         * gst-libs/gst/rtp/rtpbasedepayload.c:
5418         Set timestamp and add queue delay to timestamp
5419         * gst-libs/gst/rtp/rtpbuffer.h:
5420         Set correct payload type for h263
5421
5422 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5423
5424         * gst/audiotestsrc/gstaudiotestsrc.c:
5425         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5426         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5427         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5428         (gst_audiotestsrc_create_triangle),
5429         (gst_audiotestsrc_create_silence),
5430         (gst_audiotestsrc_create_white_noise),
5431         (gst_audiotestsrc_init_pink_noise),
5432         (gst_audiotestsrc_generate_pink_noise_value),
5433         (gst_audiotestsrc_create_pink_noise),
5434         (gst_audiotestsrc_change_wave):
5435         * gst/audiotestsrc/gstaudiotestsrc.h:
5436           fixed typo, added pink noise
5437
5438 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5441         (plugin_init):
5442           Add wavpack and spc typefind functions from 0.8 branch.
5443
5444 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5445
5446         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5447         (ar_type_find), (msdos_type_find), (plugin_init):
5448           Add typefind functions for tar archives, ar archives,
5449           RAR archives, and msdos-executables (dlls, exe, etc.).
5450           Some of those would be wrongly identified as mpeg
5451           streams of some sort before (#315550).
5452
5453 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5454
5455         * configure.ac:
5456         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5457         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5458         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5459         * gst/audiotestsrc/Makefile.am:
5460         * gst/audiotestsrc/gstaudiotestsrc.c:
5461         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5462         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5463         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5464         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5465         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5466         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5467         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5468         (gst_audiotestsrc_create_silence),
5469         (gst_audiotestsrc_create_white_noise),
5470         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5471         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5472         (gst_audiotestsrc_start), (plugin_init):
5473         * gst/audiotestsrc/gstaudiotestsrc.h:
5474           add new plugin and element
5475         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5476           use gobject_class
5477
5478 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5481         (gst_adder_init), (gst_adder_request_new_pad),
5482         (gst_adder_change_state):
5483           Add query function to source pad, so adder reports the correct
5484           time/sample position when queried (#315457); fix state change
5485           function; use GST_DEBUG_FUNCPTR() for pad functions.
5486
5487 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5488
5489         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5490           Fix leaks in typefind registration
5491           Clean up the gratuitous commenting and whitespacing a little
5492
5493 2005-10-08  Wim Taymans  <wim@fluendo.com>
5494
5495         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5496         Only actually wait for the thread to be stopped if it's 
5497         running.
5498
5499 2005-10-08  Wim Taymans  <wim@fluendo.com>
5500
5501         * gst-libs/gst/audio/gstbaseaudiosink.c:
5502         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5503         If we receive EOS we can start playback of what we had.
5504
5505 2005-10-08  Wim Taymans  <wim@fluendo.com>
5506
5507         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5508         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5509         (gst_multifdsink_stop):
5510         Fix crasher when going to NULL multiple times.
5511
5512 2005-10-06  Wim Taymans  <wim@fluendo.com>
5513
5514         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5515         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5516         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5517         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5518         patch from Edgard Lima <edgard.lima@indt.org.br>
5519         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5520
5521 2005-10-06  Wim Taymans  <wim@fluendo.com>
5522
5523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5524         Report the FLOW_RETURN as string in the error message.
5525
5526         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5527         Don't assert when clearing an unnegotiated buffer.
5528
5529 2005-10-04  Michael Smith <msmith@fluendo.com>
5530
5531         * gst/playback/gstplaybasebin.c: (group_destroy),
5532         (gen_preroll_element), (remove_groups), (setup_source):
5533         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5534         (setup_sinks), (gst_play_bin_send_event),
5535         (gst_play_bin_change_state):
5536           Set state to NULL before removing from bin. Fix refcounting.
5537
5538 2005-10-04  Michael Smith <msmith@fluendo.com>
5539
5540         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5541           Correct refcounting in send_event() function. Previously was wrong
5542           if the first sink was unable to handle the event.
5543
5544 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5545
5546         * configure.ac:
5547           back to development
5548
5549 === release 0.9.3 ===
5550
5551 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5552
5553         * configure.ac:
5554           Releasing 0.9.3, "De Facto"
5555
5556 2005-10-03  Andy Wingo  <wingo@pobox.com>
5557
5558         * gst/playback/gstdecodebin.c (try_to_link_1)
5559         (remove_element_chain): set element to NULL before removing it.
5560
5561 2005-10-02  Johan Dahlin  <johan@gnome.org>
5562
5563         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5564         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5565         MT safe.
5566
5567 2005-10-02  Andy Wingo  <wingo@pobox.com>
5568
5569         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5570         (gst_ring_buffer_prepare_read): 
5571         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5572         Demote to LOG.
5573
5574 2005-09-29  Wim Taymans  <wim@fluendo.com>
5575
5576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5577         * ext/theora/theoradec.c: (theora_handle_data_packet):
5578         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5579         Propagate error codes from alloc_buffer too.
5580
5581 2005-09-29  Wim Taymans  <wim@fluendo.com>
5582
5583         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5584         We use fixed caps.
5585
5586         * gst/playback/Makefile.am:
5587         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5588         (dump_element_stats), (main):
5589         Added example stream introspection code.
5590
5591 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5592
5593         * gst/adder/gstadder.c: (gst_adder_collected):
5594           fix adder for float elements
5595
5596 2005-09-28  Wim Taymans  <wim@fluendo.com>
5597
5598         * gst-libs/gst/audio/gstbaseaudiosink.c:
5599         (gst_base_audio_sink_class_init),
5600         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5601         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5602         (gst_base_audio_src_class_init),
5603         (gst_base_audio_src_provide_clock):
5604         get_clock -> provide_clock
5605
5606 2005-09-28  Andy Wingo  <wingo@pobox.com>
5607
5608         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5609         and unlocking.
5610
5611         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5612         unlocking.
5613
5614         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5615         Actually add the pad template.
5616         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5617
5618         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5619         I'm at it...
5620
5621         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5622         from fdsrc. Get caps in create() instead of start() so it can be
5623         interrupted. Interruption somewhat untested.
5624
5625         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5626         Proper EOS handling.
5627
5628 2005-09-27  Andy Wingo  <wingo@pobox.com>
5629
5630         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5631
5632         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5633
5634         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5635
5636         * gst/tcp/gsttcp.h: 
5637         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5638         out of tcpclientsrc.c. Cancellable.
5639         (gst_tcp_socket_read): Made private, cancellable, with better
5640         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5641         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5642         whole buffer, and better diagnostics.
5643         (gst_tcp_gdp_read_caps): Same.
5644
5645         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5646
5647 2005-09-26  Andy Wingo  <wingo@pobox.com>
5648
5649         * gst/sine/gstsinesrc.h:
5650         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5651         change the 'sync' property to 'is-live' and implement it halfway,
5652         update for controller api change.
5653
5654         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5655         controller api change.
5656
5657 2005-09-24  Wim Taymans  <wim@fluendo.com>
5658
5659         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5660         * gst-libs/gst/audio/gstaudiosink.c:
5661         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5662         (gst_audioringbuffer_stop):
5663         * gst-libs/gst/audio/gstbaseaudiosink.c:
5664         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5665         (gst_base_audio_sink_change_state):
5666         * gst-libs/gst/audio/gstbaseaudiosink.h:
5667         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5668         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5669         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5670         * gst-libs/gst/audio/gstringbuffer.h:
5671         Fix sync again. Moved sample alignment to basesink.
5672
5673 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5674
5675         * docs/plugins/Makefile.am:
5676         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5677         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5678         * gst/volume/gstvolume.c:
5679           add/fix docs
5680         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5681         * gst-libs/gst/audio/audio.h:
5682           add conversion macros for frames <-> clocktime
5683
5684 2005-09-23  David Schleef  <ds@schleef.org>
5685
5686         * gst/audioresample/Makefile.am:
5687         * gst/audioresample/debug.h:
5688         * gst/audioresample/gstaudioresample.c:
5689         * gst/audioresample/resample.c: Convert to using gst debugging
5690
5691 2005-09-22  Wim Taymans  <wim@fluendo.com>
5692
5693         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5694         (gst_play_bin_send_event):
5695         Only seek on one sink, the first one that succeeds.
5696
5697 2005-09-22  Michael Smith <msmith@fluendo.com>
5698
5699         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5700         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5701         Don't flush encoder state unless we have an initialised encoder.
5702         Clear out encoder state on PAUSED_TO_READY.
5703
5704 2005-09-22  Wim Taymans  <wim@fluendo.com>
5705
5706         * gst-libs/gst/rtp/gstbasertppayload.c:
5707         (gst_basertppayload_class_init), (gst_basertppayload_init),
5708         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5709         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5710         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5711         (gst_basertppayload_set_property),
5712         (gst_basertppayload_get_property),
5713         (gst_basertppayload_change_state):
5714         * gst-libs/gst/rtp/gstbasertppayload.h:
5715         Added max-ptime to control amount of data in the rtp packets.
5716
5717 2005-09-21  Andy Wingo  <wingo@pobox.com>
5718
5719         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5720         thingies.
5721
5722         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5723         can be called multiple times, dogs.
5724
5725 2005-09-21  Wim Taymans  <wim@fluendo.com>
5726
5727         * gst-libs/gst/rtp/gstbasertppayload.c:
5728         (gst_basertppayload_class_init), (gst_basertppayload_init),
5729         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5730         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5731         (gst_basertppayload_push), (gst_basertppayload_get_property),
5732         (gst_basertppayload_change_state):
5733         Allow 0 ssrc too.
5734
5735 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5736
5737         * docs/libs/compiling.sgml:
5738           fixing typos
5739
5740 2005-09-20  Wim Taymans  <wim@fluendo.com>
5741
5742         * gst-libs/gst/rtp/gstbasertppayload.c:
5743         (gst_basertppayload_class_init), (gst_basertppayload_init),
5744         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5745         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5746         (gst_basertppayload_push), (gst_basertppayload_set_property),
5747         (gst_basertppayload_get_property),
5748         (gst_basertppayload_change_state):
5749         * gst-libs/gst/rtp/gstbasertppayload.h:
5750         Added property to configure sequence number offsets.
5751
5752 2005-09-20  Wim Taymans  <wim@fluendo.com>
5753
5754         * gst-libs/gst/rtp/gstbasertppayload.c:
5755         (gst_basertppayload_class_init), (gst_basertppayload_init),
5756         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5757         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5758         (gst_basertppayload_push), (gst_basertppayload_set_property),
5759         (gst_basertppayload_get_property),
5760         (gst_basertppayload_change_state):
5761         * gst-libs/gst/rtp/gstbasertppayload.h:
5762         Make timestamp offset configurable.
5763
5764 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5765
5766         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5767           fix wrong pop/unref
5768
5769 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5770
5771         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5772
5773         * gst-libs/gst/interfaces/propertyprobe.c:
5774         (gst_property_probe_probe_property_name),
5775         (gst_property_probe_needs_probe_name),
5776         (gst_property_probe_get_values_name),
5777         (gst_property_probe_probe_and_get_values_name):
5778           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5779           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5780
5781 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5782
5783         * check/Makefile.am:
5784           have some tests be disabled for valgrinding
5785         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5786         (GST_START_TEST):
5787         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5788           Fix A Leak.  Chain To Parent Finalize.
5789
5790 2005-09-19  Wim Taymans  <wim@fluendo.com>
5791
5792         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5793         Fixed wav pipeline.
5794
5795 2005-09-19  Wim Taymans  <wim@fluendo.com>
5796
5797         * gst-libs/gst/rtp/gstbasertppayload.c:
5798         (gst_basertppayload_class_init), (gst_basertppayload_init),
5799         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5800         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5801         (gst_basertppayload_push), (gst_basertppayload_get_property),
5802         (gst_basertppayload_change_state):
5803         Posting ERROR and WARNING messages is good.
5804
5805 2005-09-19  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5808         (gst_base_rtp_depayload_add_to_queue),
5809         (gst_base_rtp_depayload_push),
5810         (gst_base_rtp_depayload_set_gst_timestamp),
5811         (gst_base_rtp_depayload_queue_release):
5812         This one was not supposed to go in.
5813
5814 2005-09-19  Wim Taymans  <wim@fluendo.com>
5815
5816         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5817         Fix for bus API.
5818
5819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5820         (gst_base_rtp_depayload_chain),
5821         (gst_base_rtp_depayload_add_to_queue),
5822         (gst_base_rtp_depayload_push),
5823         (gst_base_rtp_depayload_set_gst_timestamp),
5824         (gst_base_rtp_depayload_queue_release):
5825         Some cleanups.
5826
5827         * gst-libs/gst/rtp/gstbasertppayload.c:
5828         (gst_basertppayload_class_init), (gst_basertppayload_init),
5829         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5830         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5831         (gst_basertppayload_get_property),
5832         (gst_basertppayload_change_state):
5833         Added debugging category.
5834
5835 2005-09-18  David Schleef  <ds@schleef.org>
5836
5837         * gst/playback/gstdecodebin.c: free plugin list correctly
5838         * gst/playback/gstplaybin.c: emit warning if autovideosink
5839           and autoaudiosink can't be found (instead of segfaulting)
5840
5841 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5842
5843         * check/elements/audioconvert.c: (GST_START_TEST):
5844           try out 24 bit conversion
5845
5846 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5847
5848         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5849         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5850         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5851         * ext/vorbis/vorbisenc.h:
5852           Fix EOS handling.  Still needs a fix in the ogg muxer to
5853           mark the last page as eos.
5854
5855 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5856
5857         * common/gtk-doc-plugins.mak:
5858         * docs/plugins/Makefile.am:
5859         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5860         * gst/ffmpegcolorspace/Makefile.am:
5861         * gst/ffmpegcolorspace/avcodec.h:
5862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5863         * gst/tcp/gstmultifdsink.c:
5864           fix up ffmpegcolorspace docs; extract header
5865
5866 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5867
5868         * common/gtk-doc-plugins.mak:
5869         * docs/plugins/Makefile.am:
5870         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5871         * ext/theora/Makefile.am:
5872         * ext/theora/gsttheoraenc.h:
5873         * ext/theora/theoraenc.c:
5874         * ext/vorbis/vorbisenc.c:
5875           pick up signals and args for vorbis; add some docs for vorbis
5876
5877 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5878
5879         * common/gstdoc-scangobj:
5880         * common/gtk-doc-plugins.mak:
5881         * docs/libs/Makefile.am:
5882         * docs/plugins/gst-plugins-base-plugins.args:
5883         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5884         * docs/plugins/gst-plugins-base-plugins.interfaces:
5885         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5886         * docs/plugins/gst-plugins-base-plugins.signals:
5887           only scanobj stuff from our source module.  Not sure yet
5888           if that's correct, given the hierarchy stuff :)
5889
5890 2005-09-15  Wim Taymans  <wim@fluendo.com>
5891
5892         * gst/audioconvert/gstaudioconvert.c:
5893         And enable 24 bits mode as well..
5894
5895 2005-09-15  Wim Taymans  <wim@fluendo.com>
5896
5897         * gst-libs/gst/rtp/Makefile.am:
5898         * gst-libs/gst/rtp/gstbasertppayload.c:
5899         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5900         (gst_basertppayload_class_init), (gst_basertppayload_init),
5901         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5902         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5903         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5904         (gst_basertppayload_set_property),
5905         (gst_basertppayload_get_property),
5906         (gst_basertppayload_change_state):
5907         * gst-libs/gst/rtp/gstbasertppayload.h:
5908         Added rtp payloader base class.
5909
5910 2005-09-15  Andy Wingo  <wingo@pobox.com>
5911
5912         * configure.ac (plugindir): Remove the EOL matcher from the
5913         regexp, as it causes me problems. Libtool? Make? Who knows?
5914
5915 2005-09-14  David Schleef  <ds@schleef.org>
5916
5917         * check/generic/states.c: 
5918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5919         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5920           Fixes for changes in registry API.
5921
5922         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5923           to GST_PLUGIN_LDFLAGS.
5924         * ext/libvisual/visual.c: Make the library shut up.
5925         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5926         * gst-libs/gst/audio/gstaudiofilter.c: same
5927
5928 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5929
5930         * docs/plugins/Makefile.am:
5931         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5932         * docs/plugins/inspect/plugin-libvisual.xml:
5933         * docs/plugins/tmpl/element-tcpserversink.sgml:
5934         * ext/theora/theoraenc.c:
5935           add libvisual plugin and theoraenc element to docs
5936
5937 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5938
5939         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5940         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5941         * ext/theora/theoraenc.c:
5942           add theoraenc
5943
5944 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5945
5946         * gst/audioconvert/Makefile.am:
5947           Audioconvert derives from GstBaseTransform and should
5948           link to the library with our base elements to avoid
5949           unresolved symbols. Makes things work with MinGW (#316160)
5950
5951         * gst/playback/test4.c: (main):
5952           Fix MinGW build problem and use g_usleep() instead of 
5953           sleep() (#316162)
5954
5955 2005-09-12  Wim Taymans  <wim@fluendo.com>
5956
5957         * gst/audioconvert/audioconvert.c: (float),
5958         (audio_convert_prepare_context), (audio_convert_convert):
5959         * gst/audioconvert/audioconvert.h:
5960         Cleanups, speedups, simplifications, added back support
5961         for 24 bits.
5962
5963 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5964
5965         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5966         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5967         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5968         * docs/plugins/tmpl/element-tcpserversink.sgml:
5969         * gst/ffmpegcolorspace/gstffmpeg.c:
5970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5971         * gst/videotestsrc/gstvideotestsrc.c:
5972         * gst/volume/gstvolume.c:
5973           add more elements to the docs
5974
5975 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5976
5977         * check/Makefile.am:
5978         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5979         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5980           Add extra tests for basetransform based components. 
5981           Comment out the test_element_negotiation test until we decide
5982           if it's testing correct behaviour.
5983         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5984         (gst_visual_chain), (gst_visual_change_state):
5985           Slightly more correct but still bogus timestamping.
5986           Fix state change function.
5987         * gst/audioconvert/gstaudioconvert.c:
5988         (gst_audio_convert_class_init):
5989         * gst/audioresample/gstaudioresample.c:
5990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5991         (gst_ffmpegcsp_class_init):
5992         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5993         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5994         (gst_videoscale_prepare_image):
5995         * gst/volume/gstvolume.c: (gst_volume_class_init),
5996         (volume_transform_ip):
5997           Basetransform updates. Enable passthrough modes.
5998         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5999         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6000         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6001           Negotiation fix that allows the window to return to the original
6002           size and renegotiate passthrough upstream. Extra debug output.
6003
6004 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6005
6006         * gst/sine/gstsinesrc.c:
6007         * gst/volume/gstvolume.c:
6008           fix up header include
6009
6010 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6011
6012         * gst-libs/gst/audio/gstbaseaudiosink.c:
6013         (gst_base_audio_sink_render):
6014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6015         * gst/volume/gstvolume.c: (gst_volume_class_init),
6016         (volume_transform):
6017           fixing lost sync, some more debugging
6018
6019 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6020
6021         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6022         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6023         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6024         (gst_xvimagesink_check_xshm_calls):
6025           Fix compilation when XShm is not available.
6026
6027 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6028
6029         * ext/libvisual/visual.c: (gst_visual_dispose),
6030         (gst_visual_getcaps), (gst_visual_src_setcaps),
6031         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6032         (gst_visual_change_state):
6033           Finish fixing up libvisual plugin so that it runs. 
6034
6035 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6036
6037         * ext/vorbis/vorbisenc.c:
6038         * gst-libs/gst/tag/gstvorbistag.c:
6039           gsttaginterface.h -> gsttagsetter.h
6040
6041 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6042
6043         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6044           added another test that failes for me (test is not active by default)
6045
6046 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6047
6048         * configure.ac:
6049           v4l2 is no longer in gst-plugins-base
6050
6051 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6052
6053         * configure.ac:
6054           In the output at the end, don't show the first plugin on the same
6055           line as "Core plug-ins, always built:".
6056           Indent the output as for other plugin categories
6057         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6058           #define that can be used to not use peer buffer_alloc functions for
6059           test purposes.
6060         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6061         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6062         (gst_ximagesink_show_frame):
6063         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6064         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6065         (gst_xvimagesink_show_frame):
6066           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6067           fails gracefully instead of XError aborting or deadlocking.
6068
6069 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6070
6071         * ext/libvisual/Makefile.am:
6072           link against gst-base-libs
6073
6074 2005-09-06  David Schleef  <ds@schleef.org>
6075
6076         * configure.ac: Enable libvisual plugin.
6077         * ext/libvisual/Makefile.am:
6078         * ext/libvisual/visual.c: Fixes to make it compile.
6079
6080 === release 0.9.2 ===
6081
6082 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6083
6084         * NEWS:
6085         * RELEASE:
6086         * configure.ac:
6087         * docs/random/ChangeLog-0.8:
6088           releasing 0.9.2, "Spoon"
6089
6090 2005-09-05  Michael Smith <msmith@fluendo.com>
6091
6092         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6093           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6094           that in the vorbisenc element.
6095
6096 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6097
6098         * common/gtk-doc-plugins.mak:
6099         * docs/plugins/Makefile.am:
6100           fix distcheck
6101         * gst/audioresample/resample.c:
6102           fix wrong docstring
6103
6104 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6105
6106         * common/gst-xmlinspect.py:
6107         * common/gtk-doc-plugins.mak:
6108           only inspect plugins for this given package
6109           require gst-python 0.9
6110
6111 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6112
6113         * Makefile.am:
6114         * autogen.sh:
6115         * common/gst-xmlinspect.py:
6116         * configure.ac:
6117         * docs/Makefile.am:
6118         * docs/plugins/inspect/plugin-alsa.xml:
6119         * docs/plugins/inspect/plugin-audioresample.xml:
6120         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6121         * docs/plugins/inspect/plugin-ogg.xml:
6122         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6123         * docs/plugins/tmpl/element-multifdsink.sgml:
6124         * docs/plugins/tmpl/element-tcpserversink.sgml:
6125         * docs/plugins/tmpl/element-vorbisenc.sgml:
6126         * gst-plugins-base.spec.in:
6127           various doc-related updates
6128
6129 2005-08-31  Wim Taymans  <wim@fluendo.com>
6130
6131         * gst-libs/gst/audio/gstbaseaudiosink.c:
6132         (gst_base_audio_sink_render):
6133         Resync if the buffer timestamps drift more than a 10th 
6134         of a second.
6135
6136 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6137
6138         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6139         (gst_v4lsrc_get_property):
6140           The 'timestamp-offset' property is registered as an int64, so
6141           let's use g_value_{set|get}_int64() in our setter and getter
6142           functions (makes it work and fixes warnings with gst-inspect).
6143
6144 2005-08-30  Wim Taymans  <wim@fluendo.com>
6145
6146         * check/elements/audioconvert.c: (setup_audioconvert):
6147         * check/elements/audioresample.c: (setup_audioresample):
6148         * check/elements/volume.c: (setup_volume):
6149         Fix checks.
6150
6151 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6152
6153         * common/gtk-doc-plugins.mak:
6154         * common/plugins.xsl:
6155         * docs/plugins/Makefile.am:
6156           make module a param
6157
6158 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6159
6160         * examples/seeking/seek.c: (make_mp3_pipeline),
6161         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6162         (play_cb), (pause_cb), (stop_cb):
6163           update the example
6164
6165 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6166
6167         * gst/volume/gstvolume.c: (gst_volume_class_init),
6168         (volume_transform):
6169           do not update controlled params, if buffer has no timestamp
6170
6171 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6172
6173         * configure.ac:
6174         * gst/sine/Makefile.am:
6175         * gst/volume/Makefile.am:
6176           controllerized elements also need to link against controller-libs ;)
6177
6178 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6179
6180         * docs/libs/tmpl/gstcolorbalance.sgml:
6181         * docs/libs/tmpl/gstgconf.sgml:
6182         * docs/libs/tmpl/gstmixer.sgml:
6183         * docs/libs/tmpl/gstringbuffer.sgml:
6184         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6185         (gst_sinesrc_create):
6186         * gst/volume/gstvolume.c: (gst_volume_class_init),
6187         (volume_transform):
6188           controllerized two audio plugins
6189
6190 2005-08-29  Andy Wingo  <wingo@pobox.com>
6191
6192         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6193         (vorbis_handle_data_packet): Fix some int overflow errors.
6194
6195         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6196         -1.
6197         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6198         valid.
6199         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6200         if it's valid. Fixed streaming-mode playback.
6201
6202         * check/elements/volume.c (cleanup_volume): Fix for running
6203         CK_FORK=no.
6204
6205         * check/elements/audioconvert.c: Convert from native endian, not
6206         little endian.
6207
6208 2005-08-29  Michael Smith <msmith@fluendo.com>
6209
6210         * ext/ogg/Makefile.am:
6211         * ext/ogg/gstogg.c: (plugin_init):
6212         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6213         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6214         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6215         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6216         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6217         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6218         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6219         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6220         Add an ogg parser element.
6221
6222 2005-08-28  Andy Wingo  <wingo@pobox.com>
6223
6224         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6225
6226 2005-08-26  Wim Taymans  <wim@fluendo.com>
6227
6228         * gst/audioconvert/audioconvert.c: (if), (float),
6229         (audio_convert_get_func_index), (check_default),
6230         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6231         (audio_convert_clean_context), (audio_convert_get_sizes),
6232         (audio_convert_convert):
6233         Cleanups.
6234
6235 2005-08-26  Wim Taymans  <wim@fluendo.com>
6236
6237         * gst/audioconvert/audioconvert.c: (if), (float),
6238         (audio_convert_get_func_index), (check_default),
6239         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6240         (audio_convert_clean_context), (audio_convert_get_sizes),
6241         (audio_convert_convert):
6242         More elegant and working temp buffer selection algo.
6243
6244 2005-08-26  Wim Taymans  <wim@fluendo.com>
6245
6246         * gst/audioconvert/audioconvert.c: (if), (float),
6247         (audio_convert_get_func_index), (check_default),
6248         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6249         (audio_convert_clean_context), (audio_convert_get_sizes),
6250         (get_temp_buffer), (audio_convert_convert):
6251         Use realloc else we lose our original data.
6252
6253 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6254
6255         * gst/audioresample/gstaudioresample.c:
6256           use base class' newsegment to properly timestamp
6257
6258 2005-08-26  Wim Taymans  <wim@fluendo.com>
6259
6260         * gst/audioconvert/audioconvert.c: (if), (float),
6261         (audio_convert_get_func_index), (check_default),
6262         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6263         (audio_convert_clean_context), (audio_convert_get_sizes),
6264         (get_temp_buffer), (audio_convert_convert):
6265         * gst/audioconvert/gstaudioconvert.c:
6266         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6267         (gst_audio_convert_transform_caps),
6268         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6269         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6270         Oops, allocate enough space to perform the channel mix.
6271
6272 2005-08-26  Wim Taymans  <wim@fluendo.com>
6273
6274         * gst/audioconvert/Makefile.am:
6275         * gst/audioconvert/audioconvert.c: (if), (float),
6276         (audio_convert_get_func_index), (check_default),
6277         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6278         (audio_convert_clean_context), (audio_convert_get_sizes),
6279         (get_temp_buffer), (audio_convert_convert):
6280         * gst/audioconvert/audioconvert.h:
6281         * gst/audioconvert/gstaudioconvert.c:
6282         (gst_audio_convert_class_init), (gst_audio_convert_init),
6283         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6284         (gst_audio_convert_get_unit_size),
6285         (gst_audio_convert_transform_caps),
6286         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6287         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6288         * gst/audioconvert/gstaudioconvert.h:
6289         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6290         (gst_channel_mix_fill_identical),
6291         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6292         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6293         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6294         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6295         (gst_channel_mix_mix):
6296         * gst/audioconvert/gstchannelmix.h:
6297         Cleanups, librarify a bit, optimize, better negotiation and more.
6298
6299 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6300
6301         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6302         Another from MikeS:
6303         During typefinding, don't support negative offsets
6304         (offsets from the end of the stream) in our typefind->peek() function
6305         - nothing embedded in ogg ever needs them. However, we need to recognise
6306         those requests and reject them, otherwise we return invalid pointers.
6307
6308 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6309
6310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6311         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6312         (vorbisdec_finalize), (vorbis_handle_type_packet):
6313           Big shout-out to MikeS for fixing this giant memory leak.
6314           Huzzah!
6315
6316 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6317
6318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6319         (audio_convert_get_unit_size):
6320           plug some leaks
6321
6322 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6323
6324         * check/Makefile.am:
6325         * check/elements/audioconvert.c: (setup_audioconvert),
6326         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6327         (GST_START_TEST), (audioconvert_suite), (main):
6328           add a test for audioconvert
6329         * gst/audioresample/gstaudioresample.c:
6330         * gst/audioresample/gstaudioresample.h:
6331           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6332           note that for buffers of 1/3 sec this means DURATION(c) is 
6333           one nanosecond more than for a and b
6334
6335 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6336
6337         * check/Makefile.am:
6338         * check/elements/audioresample.c: (setup_audioresample),
6339         (cleanup_audioresample), (fail_unless_perfect_stream),
6340         (test_perfect_stream_instance), (GST_START_TEST),
6341           add a check for audioresample
6342         (audioresample_suite), (main):
6343         * check/elements/volume.c: (GST_START_TEST):
6344           remove unused method
6345         * gst/audioresample/gstaudioresample.c:
6346           set correct buffer parameters since we're changing them
6347         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6348           add some debug
6349
6350 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6351
6352         * gst/audioresample/debug.c:
6353         * gst/audioresample/gstaudioresample.c:
6354           add room for extra overlap samples when asked to transform size
6355           protect against possible mem corruption and check for discrepancies
6356           between written size and outbuffer's size so we can warn for
6357           potential problems
6358         * gst/audioresample/resample.c: (resample_init),
6359         (resample_get_output_size_for_input), (resample_get_output_size),
6360         (resample_set_n_channels), (resample_set_format):
6361           set debug level based on RESAMPLE_DEBUG env var
6362           make sure that get_output_size* returns a whole number of
6363           sample_size
6364           set sample_size each time either channel or format is set
6365         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6366         * gst/audioresample/resample_functable.c:
6367         (resample_scale_functable):
6368         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6369           remove r->sample_size, it's done in resample.c now
6370           add some debugging to the ref implementation
6371           make sure we only give back bytes that are wholes of the sample
6372           size
6373
6374 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6375         * gst/playback/gstplaybasebin.c: (fill_buffer):
6376         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6377
6378 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6379
6380         * gst/volume/gstvolume.c:
6381           made set_caps function static
6382
6383 2005-08-24  Wim Taymans  <wim@fluendo.com>
6384
6385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6386         (gst_vorbisenc_change_state):
6387         Stop leaking taglists.
6388
6389 2005-08-24  Wim Taymans  <wim@fluendo.com>
6390
6391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6392         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6393         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6394         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6395         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6396         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6397         Parse seeking events better.
6398         Unref static caps.
6399         Generate correct newsegment events, fixes seeking in live oggs.
6400
6401         * ext/theora/theoradec.c: (theora_dec_src_query),
6402         (theora_dec_src_event), (theora_dec_src_getcaps),
6403         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6404         Use newsegment values to report correct play time.
6405
6406         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6407         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6408         * ext/vorbis/vorbisdec.h:
6409         Parse and use newsegment values to report correct play time.
6410
6411         * gst-libs/gst/audio/gstbaseaudiosink.c:
6412         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6413         Clear ringbuffer on flush.
6414         Use newsegment values to calculate playback time.
6415
6416         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6418         Basesink does newsegment calculations for us now.
6419
6420 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6421
6422         * check/Makefile.am:
6423         * configure.ac:
6424           add core's plugins to the mix so that playbin works
6425         * check/generic/states.c: (GST_START_TEST):
6426           set a 0 timeout on pipelines, so they don't force the next
6427           state change
6428         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6429         (gst_play_base_bin_change_state):
6430           remove the crappy error handling and do GST error handling
6431
6432 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6433
6434         * check/Makefile.am:
6435         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6436           add same test as to core, it bitches out on playbin atm.
6437
6438 2005-08-24  Wim Taymans  <wim@fluendo.com>
6439
6440         * configure.ac:
6441         Remove audioscale.
6442
6443 2005-08-24  Wim Taymans  <wim@fluendo.com>
6444
6445         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6446         (gst_videoscale_prepare_size), (parse_caps),
6447         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6448         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6449         (gst_videoscale_transform):
6450         * gst/videoscale/gstvideoscale.h:
6451         Refactor, make use of BaseTranform really well.
6452
6453 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6454
6455         * configure.ac:
6456           compile audioresample
6457         * gst/audioresample/Makefile.am:
6458         * gst/audioresample/buffer.c:
6459         * gst/audioresample/functable.c:
6460         * gst/audioresample/gstaudioresample.c:
6461         * gst/audioresample/gstaudioresample.h:
6462         * gst/audioresample/resample.c:
6463         (resample_get_output_size_for_input):
6464         * gst/audioresample/resample.h:
6465         * gst/audioresample/resample_chunk.c:
6466         * gst/audioresample/resample_functable.c:
6467         * gst/audioresample/resample_ref.c:
6468           port to use basetransform; doesn't work in all cases yet
6469
6470 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6471
6472         * gst/audioconvert/gstaudioconvert.c:
6473         (gst_audio_convert_class_init), (gst_audio_convert_init),
6474         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6475         (audio_convert_fixate_caps), (audio_convert_set_caps),
6476         (audio_convert_transform),
6477         (gst_audio_convert_buffer_to_default_format),
6478         (gst_audio_convert_buffer_from_default_format),
6479         (gst_audio_convert_channels):
6480         * gst/audioconvert/gstchannelmix.c:
6481         * gst/audioconvert/gstchannelmix.h:
6482           port to basetransform
6483         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6484         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6485         (gst_ffmpegcsp_get_unit_size):
6486         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6487         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6488           fix for basetransform changes
6489
6490 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6491
6492         * check/Makefile.am:
6493           Add CHECK_CFLAGS and LDFLAGS
6494
6495         * gst/playback/gstplaybasebin.c: (fill_buffer):
6496           GST_MESSAGE_SRC became a GObject
6497
6498 2005-08-24  Wim Taymans  <wim@fluendo.com>
6499
6500         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6501         (gst_ring_buffer_clear_all):
6502         * gst-libs/gst/audio/gstringbuffer.h:
6503         Added function to clear the ringbuffer.
6504
6505 2005-08-24  Andy Wingo  <wingo@pobox.com>
6506
6507         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6508         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6509         of _open and _close.
6510
6511         * sys/v4l/gstv4lxoverlay.h:
6512         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6513         an Xv connection here, instead of all the time. Make Xv only be
6514         loaded if you axe for it. Kindof a workaround for buggy behaviour
6515         of Xv when using remote xservers (XvQueryExtension would block).
6516         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6517         replace the _open and _close public API. Only start the xv
6518         connection if necessary.
6519         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6520
6521 2005-08-23  David Schleef  <ds@schleef.org>
6522
6523         * gst/audioresample/Makefile.am: Leet audioresampling code
6524         * gst/audioresample/buffer.c:
6525         * gst/audioresample/buffer.h:
6526         * gst/audioresample/debug.c:
6527         * gst/audioresample/debug.h:
6528         * gst/audioresample/functable.c:
6529         * gst/audioresample/functable.h:
6530         * gst/audioresample/gstaudioresample.c:
6531         * gst/audioresample/gstaudioresample.h:
6532         * gst/audioresample/resample.c:
6533         * gst/audioresample/resample.h:
6534         * gst/audioresample/resample_chunk.c:
6535         * gst/audioresample/resample_functable.c:
6536         * gst/audioresample/resample_ref.c:
6537
6538 2005-08-23  Wim Taymans  <wim@fluendo.com>
6539
6540         * examples/seeking/seek.c: (make_vorbis_pipeline),
6541         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6542         Small seek updates.
6543
6544 2005-08-23  Andy Wingo  <wingo@pobox.com>
6545
6546         * gst-libs/gst/audio/gstbaseaudiosrc.c
6547         (gst_base_audio_src_fixate): Only fixate endianness if it is
6548         present in the caps.
6549
6550 2005-08-22  Andy Wingo  <wingo@pobox.com>
6551
6552         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6553         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6554         device-name property.
6555
6556         * gst-libs/gst/audio/gstaudiosrc.h:
6557         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6558         close_device in the ring buffer, like gstaudiosink.
6559
6560         * ext/alsa/gstalsamixer.h:
6561         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6562         macro to implement the interface without much code. Cleanups. 
6563
6564         * ext/alsa/gstalsasrc.h:
6565         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6566         READY.
6567
6568         * ext/alsa/Makefile.am: Add new files.
6569         * ext/alsa/gstalsamixerelement.c: 
6570         * ext/alsa/gstalsamixerelement.c: Split element code out from
6571         mixer code so that alsasrc can be a mixer too.
6572
6573 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6574
6575         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6576         (GST_START_TEST):
6577         * check/elements/vorbisdec.c: (setup_vorbisdec),
6578         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6579         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6580         (vorbis_handle_identification_packet),
6581         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6582         (vorbis_handle_header_packet), (vorbis_dec_push),
6583         (vorbis_dec_chain):
6584           use the setup/teardown methods to save code.  save code is good.
6585
6586 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6587
6588         * check/Makefile.am:
6589           add ext dir for plugins
6590           add vorbisdec test conditionally
6591         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6592         (GST_START_TEST), (volume_suite):
6593           add a test with wrong caps
6594         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6595         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6596           add a vorbisdec test
6597         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6598         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6599           clean up debug output
6600         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6601           yay, fix a segfault/security issue in vorbisdec
6602           gst-launch fakesrc ! vorbisdec wasn't happy
6603         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6604         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6605         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6606         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6607         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6608         (gst_vorbisenc_set_metadata), (get_constraints_string),
6609         (update_start_message), (gst_vorbisenc_setup),
6610         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6611         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6612         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6613         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6614         * ext/vorbis/vorbisenc.h:
6615           march in line
6616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6617         (gst_ffmpegcsp_transform):
6618           have the kow come home
6619         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6620           debug my func ptr
6621         * gst/volume/gstvolume.c: (volume_set_caps):
6622           add a debug
6623
6624 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6625
6626         * Makefile.am:
6627         * check/.cvsignore:
6628         * check/Makefile.am:
6629         * check/elements/.cvsignore:
6630         * check/elements/volume.c: (chain_func), (event_func),
6631         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6632         (main):
6633         * configure.ac:
6634           add unit test structure for gst-plugins-base
6635           add a test for volume
6636         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6637         (gst_volume_set_volume), (gst_volume_get_volume),
6638         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6639         (volume_funcfind), (volume_process_float), (volume_process_int16),
6640         (volume_set_caps), (volume_transform), (volume_update_mute),
6641         (volume_update_volume), (volume_set_property),
6642         (volume_get_property):
6643           document a little; use basetransform vmethod _set_caps
6644
6645 2005-08-19  Andy Wingo  <wingo@pobox.com>
6646
6647         * ext/alsa/gstalsamixertrack.h:
6648         * ext/alsa/gstalsamixertrack.c:
6649         * ext/alsa/gstalsamixeroptions.h:
6650         * ext/alsa/gstalsamixeroptions.c:
6651         * ext/alsa/gstalsamixer.h:
6652         * ext/alsa/gstalsamixer.c: Port to 0.9.
6653
6654         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6655         Remove gstalsa.c and alsaclock. No more cruft here.
6656         
6657 2005-08-18  Wim Taymans  <wim@fluendo.com>
6658
6659         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6660         (gst_base_rtp_depayload_chain),
6661         (gst_base_rtp_depayload_add_to_queue),
6662         (gst_base_rtp_depayload_push),
6663         (gst_base_rtp_depayload_queue_release):
6664         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6665         Fix for RTPBuffer changes.
6666
6667         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6668         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6669         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6670         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6671         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6672         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6673         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6674         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6675         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6676         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6677         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6678         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6679         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6680         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6681         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6682         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6683         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6684         (gst_rtpbuffer_get_payload):
6685         * gst-libs/gst/rtp/gstrtpbuffer.h:
6686         Don't subclass GstBuffer but add methods and helper functions
6687         to construct and manipulate RTP packets in regular GstBuffers.
6688
6689 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6690
6691         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6692           moved statement below switch
6693         * gst/volume/gstvolume.c: (gst_volume_class_init):
6694           added debug ptr
6695
6696 2005-08-16  Wim Taymans  <wim@fluendo.com>
6697
6698         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6699         (gst_base_audio_src_change_state):
6700         Open and close device in READY<->NULL state change.
6701
6702 2005-08-16  Andy Wingo  <wingo@pobox.com>
6703
6704         * examples/seeking/Makefile.am: Don't compile non-compiling
6705         compiled objects with the compiler.
6706
6707         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6708         elements.
6709
6710 2005-08-12  Philippe Khalaf <burger@speedy.org>
6711         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6712         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6713           Made a thread to release the queue.
6714           Removed timestamp conversion for now.
6715
6716 2005-08-10  Philippe Khalaf <burger@speedy.org>
6717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6718         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6719           Added rtp timestamp -> gst timestamp conversion.
6720           Fixed several problems with queue.
6721
6722 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6723
6724         * gst-libs/gst/audio/gstaudioclock.h:
6725         * gst-libs/gst/audio/gstaudiofilter.h:
6726         * gst-libs/gst/audio/gstaudiosink.h:
6727         * gst-libs/gst/audio/gstaudiosrc.h:
6728         * gst-libs/gst/audio/gstbaseaudiosink.h:
6729         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6730         * gst-libs/gst/audio/gstringbuffer.h:
6731         * gst-libs/gst/net/gstnetbuffer.h:
6732         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6733         * gst-libs/gst/rtp/gstrtpbuffer.h:
6734           Add padding (you will need to rebuild gst-plugins-base,
6735           gst-plugins and all applications afterwards!)
6736
6737 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6738
6739         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6740         (gst_riff_parse_chunk):
6741           Fix bug in debug message and add some more debug messages.
6742
6743 2005-08-08  Edward Hervey  <edward@fluendo.com>
6744
6745         * gst-libs/gst/riff/riff-media.c:
6746         backported updates since branch
6747
6748 2005-08-08  Andy Wingo  <wingo@pobox.com>
6749
6750         * gst-libs/gst/audio/gstbaseaudiosink.c
6751         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6752         like good elements should. Close on READY->NULL too.
6753
6754         * gst-libs/gst/audio/gstaudiosink.c
6755         (gst_audioringbuffer_open_device,
6756         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6757         (gst_audioringbuffer_release): Updates for new ring buffer API,
6758         hook into the new audio sink api.
6759
6760         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6761         (GstAudioSinkClass.close): Just open and close the device -- no
6762         resource allocation or configuration.
6763         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6764         vmethods, handle device setup and resource allocation.
6765
6766         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6767         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6768         base class API.
6769
6770         * gst-libs/gst/audio/gstringbuffer.h
6771         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6772         New vmethods.
6773
6774         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6775         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6776         New API functions. The device should be opened before acquiring
6777         and closed after releasing.
6778
6779 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6780
6781         * gst-libs/gst/interfaces/mixer.h:
6782           Reset padding to GST_PADDING.
6783
6784 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6785
6786         * gst/playback/gstplaybin.c: (remove_sinks):
6787           Remove visualization from parent explicitely; works around some
6788           apparent refcount issue that I haven't tracked down yet.
6789
6790 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6791
6792         * ext/alsa/gstalsasink.c: (set_hwparams):
6793           Assign debug category, add negotiation debug msgs.
6794
6795 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6796
6797         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6798           Fix error code for file-not-found to NOT_FOUND.
6799
6800 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6801
6802         * common/gtk-doc-plugins.mak:
6803         * docs/plugins/Makefile.am:
6804         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6805         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6806           renamed to actual element names, so much nicer to look at
6807         * docs/plugins/tmpl/gstmultifdsink.sgml:
6808           remove
6809         * docs/plugins/tmpl/multifdsink.sgml:
6810         * docs/plugins/tmpl/tcpserversink.sgml:
6811           add
6812         * ext/alsa/gstalsa.c:
6813         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6814         * ext/ogg/gstoggmux.c:
6815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6816         * gst/playback/gstdecodebin.c:
6817         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6818         * gst/tcp/gsttcpserversink.c:
6819           various fixes and documentation additions
6820
6821 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6822
6823         * common/Makefile.am:
6824         * common/gstdoc-scangobj:
6825         * common/gtk-doc-plugins.mak:
6826         * common/gtk-doc.mak:
6827           add a custom scangobj that uses the registry
6828           add a custom gtk-doc-plugins.mak that uses it
6829           some doc build fixes
6830         * configure.ac:
6831         * docs/Makefile.am:
6832         * docs/plugins/Makefile.am:
6833         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6834         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6835         * docs/plugins/gst-plugins-base-plugins.types:
6836         * docs/plugins/tmpl/gstmultifdsink.sgml:
6837           add docs for one element, multifdsink
6838         * gst/adder/gstadder.h:
6839         * gst/volume/gstvolume.h:
6840           don't privatize enum
6841         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6842         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6843         (gst_sync_method_get_type), (gst_client_status_get_type),
6844         (gst_multifdsink_class_init),
6845         (gst_multifdsink_client_queue_buffer),
6846         (gst_multifdsink_handle_client_write):
6847         * gst/tcp/gstmultifdsink.h:
6848         * gst/tcp/gsttcp.h:
6849         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6850         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6851         (gst_tcpclientsink_render):
6852         * gst/tcp/gsttcpclientsink.h:
6853         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6854         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6855         (gst_tcpclientsrc_start):
6856         * gst/tcp/gsttcpclientsrc.h:
6857         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6858         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6859         * gst/tcp/gsttcpserversrc.h:
6860         * gst/typefind/gsttypefindfunctions.c:
6861           remove superfluous Type stuff
6862
6863 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6864
6865         * gst/playback/gstplaybin.c: (gen_video_element):
6866           Enable videoscale.
6867
6868 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6869
6870         * gst-libs/gst/gconf/gconf.c:
6871         * gst-libs/gst/gconf/gconf.h:
6872           Fix some Andy Problem [tm].
6873
6874 2005-08-04  Andy Wingo  <wingo@pobox.com>
6875
6876         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6877         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6878         (gst_ffmpegcsp_get_size): Adapt to API changes.
6879
6880         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6881         Implement an in-place do-nothing transform.
6882
6883 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6884
6885         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6886         (gst_ximagesink_renegotiate_size):
6887           Do not set new window sizes yet if we prepare a new buffer size
6888           for upstream renegotiation (software scaling) at some point in the
6889           future, because this new size waqs not actually accepted yet. Once
6890           accepted, renegotiation later on will set the new sizes just fine.
6891           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6892           embedding testcase.
6893
6894 2005-08-03  Andy Wingo  <wingo@pobox.com>
6895
6896         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6897         (gst_ximagesink_buffer_alloc): 
6898         Protect the height, width, and desired_caps with the pool_lock.
6899         Fixes videotestsrc ! queue ! ximagesink.
6900
6901 2005-08-02  Edward Hervey  <edward@fluendo.com>
6902
6903         * gst/volume/gstvolume.c:
6904         include left from controller cleanup
6905
6906 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6908           Stop collectpads before calling the parent state
6909           change function on PAUSED->READY.
6910
6911 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6912         * configure.ac:
6913           When testing for X libs, use the X CFlags 
6914         * gst/adder/gstadder.c: (gst_adder_change_state):
6915           Stop the collectpads before calling parent state change function
6916           on PAUSED->READY, otherwise we deadlock deactivating pads.
6917
6918 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6919
6920         * configure.ac:
6921         * docs/libs/tmpl/gstcolorbalance.sgml:
6922         * docs/libs/tmpl/gstmixer.sgml:
6923         * examples/Makefile.am:
6924         * gst/sine/Makefile.am:
6925         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6926         (gst_sinesrc_set_property), (plugin_init):
6927         * gst/sine/gstsinesrc.h:
6928         * gst/volume/Makefile.am:
6929         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6930         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6931         (volume_process_float), (volume_process_int16),
6932         (volume_set_property), (plugin_init):
6933         * gst/volume/gstvolume.h:
6934           deactivate and remove dparams (libgstcontrol)
6935
6936 2005-07-29  Wim Taymans  <wim@fluendo.com>
6937
6938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6939         Convert me to BaseTransform!! help..
6940
6941 2005-07-29  Andy Wingo  <wingo@pobox.com>
6942
6943         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6944         sinks.
6945
6946         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6947         support of both endiannesses.
6948
6949 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6950
6951         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6952           Fix confusing debug message (s/event/query/)
6953
6954 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6955
6956         * gst/videotestsrc/videotestsrc.h:
6957           Use "_stdint.h" instead of <stdint.h>
6958
6959 2005-07-27  Wim Taymans  <wim@fluendo.com>
6960
6961         * ext/vorbis/Makefile.am:
6962         Revert wrong commit.
6963
6964 2005-07-27  Wim Taymans  <wim@fluendo.com>
6965
6966         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6967         More compilation fixen.
6968
6969 2005-07-27  Wim Taymans  <wim@fluendo.com>
6970
6971         * gst-libs/gst/audio/gstbaseaudiosink.c:
6972         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6973         (gst_base_audio_sink_create_ringbuffer),
6974         (gst_base_audio_sink_change_state):
6975         Fix compilation.
6976
6977 2005-07-27  Wim Taymans  <wim@fluendo.com>
6978
6979         * examples/seeking/seek.c: (setup_dynamic_link),
6980         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6981         (query_positions_elems), (query_positions_pads), (do_seek):
6982         Update seek example.
6983
6984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6985         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6986         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6987         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6988         (gst_ogg_demux_handle_event),
6989         (gst_ogg_demux_deactivate_current_chain),
6990         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6991         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6992         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6993         (gst_ogg_demux_loop):
6994         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6995         * ext/theora/theoradec.c: (theora_dec_src_event),
6996         (theora_dec_src_getcaps), (theora_dec_sink_event),
6997         (theora_dec_push), (theora_dec_chain):
6998         * ext/vorbis/Makefile.am:
6999         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7000         (vorbis_dec_sink_event), (vorbis_dec_push),
7001         (vorbis_handle_data_packet):
7002         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7003         (gst_vorbisenc_chain):
7004         * gst/playback/gststreaminfo.c: (cb_probe):
7005         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7006         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7007         * gst/videoscale/gstvideoscale.c:
7008         (gst_videoscale_handle_src_event):
7009         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7010         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7011         (gst_ximagesink_navigation_send_event):
7012         * sys/xvimage/xvimagesink.c:
7013         (gst_xvimagesink_navigation_send_event):
7014         Various event updates and cleanups
7015
7016 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7017
7018         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7019           Fix segfault for I420/YV12.
7020
7021 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7022
7023         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7024           Report bitrate.
7025
7026 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7027
7028         * gst/playback/gstplaybin.c: (gen_video_element),
7029         (gen_audio_element):
7030           Switch to auto*sink elements as default sinks; add volume element
7031           so that volume control in totem works.
7032
7033 2005-07-21  Wim Taymans  <wim@fluendo.com>
7034
7035         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7036         * gst/playback/gstplaybin.c: (setup_sinks),
7037         (gst_play_bin_change_state):
7038         Refcount fix and more comments.
7039
7040 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7041
7042         * sys/ximage/Makefile.am:
7043         * sys/ximage/ximage.c: (plugin_init):
7044         * sys/ximage/ximagesink.c:
7045         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7046         
7047
7048 2005-07-21  Wim Taymans  <wim@fluendo.com>
7049
7050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7051         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7052         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7053         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7054         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7055         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7056         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7057         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7058         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7059         Generate correct disconts for live chained oggs.
7060
7061         * gst-libs/gst/audio/gstbaseaudiosink.c:
7062         (gst_base_audio_sink_render),
7063         (gst_base_audio_sink_create_ringbuffer),
7064         (gst_base_audio_sink_change_state):
7065         Handle discont math correctly.
7066
7067         * gst/playback/gstplaybin.c: (add_sink):
7068         Some small debug cleanup.
7069
7070 2005-07-21  Wim Taymans  <wim@fluendo.com>
7071
7072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7073         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7074         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7075         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7076         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7077         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7078         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7079         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7080         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7081         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7082         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7083         (gst_ogg_demux_change_state), (gst_ogg_print):
7084         Reorganize code to send the right disconts when in streaming
7085         mode.
7086
7087 2005-07-20  Andy Wingo  <wingo@pobox.com>
7088
7089         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7090         fix (?), fixes a seggie mcfalterson (#310894).
7091
7092 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7093
7094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7095         (gst_ogg_mux_set_header_on_caps):
7096         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7097         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7098         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7099         * gst-libs/gst/audio/multichannel.c:
7100         (gst_audio_set_channel_positions),
7101         (gst_audio_set_structure_channel_positions_list):
7102         * gst/playback/gstdecodebin.c: (dynamic_create):
7103         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7104         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7105           Fixes for API changes in core.
7106
7107 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7108
7109         * gst/playback/gstplaybasebin.c: (fill_buffer):
7110           Use _new_custom() so we can set custom message types for buffering
7111           messages.
7112
7113 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7114
7115         * configure.ac:
7116         * gst-libs/gst/Makefile.am:
7117         * gst-libs/gst/gconf/.cvsignore:
7118         * gst-libs/gst/gconf/Makefile.am:
7119         * gst-libs/gst/gconf/test-gconf.c:
7120         * pkgconfig/Makefile.am:
7121         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7122         * pkgconfig/gstreamer-gconf.pc.in:
7123           Remove gconf stuff, use gconf elements instead from now on.
7124
7125 2005-07-20  Wim Taymans  <wim@fluendo.com>
7126
7127         * gst-libs/gst/audio/TODO:
7128         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7129         (gst_audio_clock_get_internal_time):
7130         * gst-libs/gst/audio/gstaudioclock.h:
7131         * gst-libs/gst/audio/gstbaseaudiosink.c:
7132         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7133         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7134         (gst_base_audio_sink_render),
7135         (gst_base_audio_sink_create_ringbuffer),
7136         (gst_base_audio_sink_change_state):
7137         Make sure the audio clock always returns an increasing value.
7138
7139 2005-07-19  Andy Wingo  <wingo@pobox.com>
7140
7141         * gst/videotestsrc/: Cleanups.
7142
7143 2005-07-19  Wim Taymans  <wim@fluendo.com>
7144
7145         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7146         Better debugging.
7147
7148 2005-07-19  Wim Taymans  <wim@fluendo.com>
7149
7150         * examples/seeking/seek.c: (make_dv_pipeline),
7151         (make_vorbis_theora_pipeline), (query_rates),
7152         (query_positions_elems), (query_positions_pads), (do_seek):
7153         Make correct DV pipeline.
7154
7155 2005-07-18  Andy Wingo  <wingo@pobox.com>
7156
7157         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7158         default. Also because it's the only thing that really works. (This
7159         is used in the GConf elements).
7160         Use AS_LIBTOOL_TAGS.
7161
7162 2005-07-18  Wim Taymans  <wim@fluendo.com>
7163
7164         * gst/playback/gstdecodebin.c: (remove_element_chain):
7165         * gst/playback/gstplaybin.c: (add_sink):
7166         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7167         (gst_stream_info_set_mute):
7168         * gst/playback/gststreamselector.c:
7169         (gst_stream_selector_get_linked_pad),
7170         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7171         More leak and compile fixes.
7172
7173 2005-07-18  Wim Taymans  <wim@fluendo.com>
7174
7175         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7176         (query_rates), (query_positions_elems), (query_positions_pads),
7177         (do_seek), (seek_cb), (stop_seek):
7178         Updated seek example. 
7179
7180         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7181         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7182         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7183         * gst/playback/gstplaybin.c: (add_sink):
7184         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7185         (gst_stream_info_set_mute):
7186         Some refcount leak fixes.
7187
7188 2005-07-16  Wim Taymans  <wim@fluendo.com>
7189
7190         * gst-libs/gst/audio/gstbaseaudiosink.c:
7191         (gst_base_audio_sink_render):
7192         Align samples even if we have roundoff errors in the 
7193         timestamp conversion.
7194
7195 2005-07-16  Wim Taymans  <wim@fluendo.com>
7196
7197         * docs/libs/tmpl/gstringbuffer.sgml:
7198         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7199         (query_rates), (query_positions_elems), (query_positions_pads),
7200         (update_scale), (do_seek):
7201         Updated seek example.
7202
7203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7204         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7205         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7206         (gst_ogg_demux_loop):
7207         Push out correct discont values.
7208
7209         * ext/theora/theoradec.c: (theora_dec_src_convert),
7210         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7211         (theora_dec_sink_event), (theora_handle_type_packet),
7212         (theora_handle_header_packet), (theora_dec_push),
7213         (theora_handle_data_packet), (theora_dec_chain),
7214         (theora_dec_change_state):
7215         Better timestamping.
7216
7217         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7218         (vorbis_dec_sink_event), (vorbis_dec_push),
7219         (vorbis_handle_data_packet), (vorbis_dec_chain):
7220         * ext/vorbis/vorbisdec.h:
7221         Better timestamping.
7222
7223         * gst-libs/gst/audio/gstbaseaudiosink.c:
7224         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7225         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7226         Handle syncing on timestamps instead of sample offsets. Make
7227         use of DISCONT values as described in design docs.
7228
7229         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7230         (gst_base_audio_src_get_time):
7231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7232         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7233         (gst_ring_buffer_read):
7234         * gst-libs/gst/audio/gstringbuffer.h:
7235         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7236         (gst_ximagesink_show_frame):
7237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7238         Correcly convert buffer timestamp to stream time.
7239
7240 2005-07-16  Wim Taymans  <wim@fluendo.com>
7241
7242         * gst/audioconvert/gstaudioconvert.c:
7243         (gst_audio_convert_get_buffer):
7244         Timestamp buffers correctly.
7245
7246         * gst/playback/gstplaybin.c: (gen_video_element):
7247         Make internal fakesink silent.
7248
7249 2005-07-15  Wim Taymans  <wim@fluendo.com>
7250
7251         * gst/ffmpegcolorspace/Makefile.am:
7252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7253         (gst_ffmpegcsp_caps_remove_format_info),
7254         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7255         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7256         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7257         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7258         Ported ffmpegcolorspace to basetransform.
7259
7260         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7261         * gst/volume/gstvolume.c: (volume_transform):
7262         Ported to new API.
7263
7264 2005-07-14  Wim Taymans  <wim@fluendo.com>
7265
7266         * gst/videotestsrc/Makefile.am:
7267         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7268         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7269         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7270         (gst_videotestsrc_init), (gst_videotestsrc_event),
7271         (gst_videotestsrc_create), (gst_videotestsrc_start),
7272         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7273         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7274         (gst_videotestsrc_get_property):
7275         * gst/videotestsrc/gstvideotestsrc.h:
7276         Make videotestsrc a pushsrc.
7277
7278 2005-07-14  Wim Taymans  <wim@fluendo.com>
7279
7280         * gst/tcp/gstfdset.c: (gst_fdset_free):
7281         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7282         (gst_multifdsink_add), (gst_multifdsink_remove),
7283         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7284         (gst_multifdsink_remove_client_link),
7285         (gst_multifdsink_client_queue_data),
7286         (gst_multifdsink_client_queue_caps),
7287         (gst_multifdsink_client_queue_buffer),
7288         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7289         (gst_multifdsink_stop):
7290         * gst/tcp/gstmultifdsink.h:
7291         0.8 backporting.
7292
7293         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7294         Also draw image when not from a pool.
7295
7296 2005-07-14  Wim Taymans  <wim@fluendo.com>
7297
7298         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7299         (mute_stream), (silence_stream):
7300         Small debug additions.
7301
7302 2005-07-14  Wim Taymans  <wim@fluendo.com>
7303
7304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7305         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7306         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7307         Better error recovery, ignore unconnected pads and
7308         non-fatal errors.
7309
7310 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7311
7312         * docs/libs/tmpl/gstaudio.sgml:
7313         * docs/libs/tmpl/gstcolorbalance.sgml:
7314         * docs/libs/tmpl/gstgconf.sgml:
7315         * docs/libs/tmpl/gstmixer.sgml:
7316         * docs/libs/tmpl/gstringbuffer.sgml:
7317         * docs/libs/tmpl/gsttuner.sgml:
7318         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7319         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7320         (gst_tcpclientsrc_class_init):
7321         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7322         (gst_tcpserversrc_class_init):
7323         * sys/v4l/gstv4lelement.c:
7324           more autistic cleanliness in functions/names/defines
7325
7326 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7327
7328         * configure.ac:
7329           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7330           added manually to each Makefile.am so we are sure it goes
7331           *last* and doesn't add -L flags before linking in libs of our
7332           own, like, say, internal .la libs, that then accidentally pick
7333           up the installed copy.
7334         * docs/libs/Makefile.am:
7335         * ext/alsa/Makefile.am:
7336         * ext/cdparanoia/Makefile.am:
7337         * ext/gnomevfs/Makefile.am:
7338         * ext/libvisual/Makefile.am:
7339         * ext/ogg/Makefile.am:
7340         * ext/theora/Makefile.am:
7341         * ext/vorbis/Makefile.am:
7342         * gst-libs/gst/video/Makefile.am:
7343         * gst/adder/Makefile.am:
7344         * gst/audioconvert/Makefile.am:
7345         * gst/audiorate/Makefile.am:
7346         * gst/audioscale/Makefile.am:
7347         * gst/ffmpegcolorspace/Makefile.am:
7348         * gst/playback/Makefile.am:
7349         * gst/sine/Makefile.am:
7350         * gst/subparse/Makefile.am:
7351         * gst/tags/Makefile.am:
7352         * gst/tcp/Makefile.am:
7353         * gst/typefind/Makefile.am:
7354         * gst/videorate/Makefile.am:
7355         * gst/videoscale/Makefile.am:
7356         * gst/videotestsrc/Makefile.am:
7357         * gst/volume/Makefile.am:
7358         * sys/v4l/Makefile.am:
7359         * sys/ximage/Makefile.am:
7360         * sys/xvimage/Makefile.am:
7361           adapt properly to this change. This should make sure that
7362           plugins and libs properly link to the as-yet-uninstalled
7363           copies of stuff like libgstinterfaces and libgstvideo
7364
7365 2005-07-13  Andy Wingo  <wingo@pobox.com>
7366
7367         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7368         (gst_v4lsrc_fixate): Fixate on format as well.
7369
7370         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7371         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7372         buffer points to it.
7373         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7374         rather just doing X calls ourselves. Also fixes a memleak.
7375
7376 2005-07-12  Andy Wingo  <wingo@pobox.com>
7377
7378         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7379         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7380         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7381         TRUE to avoid deadlocks if an element holds on to our buffers.
7382
7383 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7384
7385         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7386         (gst_sinesrc_init), (gst_sinesrc_create),
7387         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7388         (gst_sinesrc_start):
7389         * gst/sine/gstsinesrc.h:
7390           removing num-buffers property before moving it
7391
7392 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7393
7394         * configure.ac:
7395           use overridable ERROR_CFLAGS
7396         * docs/libs/gst-plugins-base-libs.types:
7397         * docs/libs/tmpl/gstringbuffer.sgml:
7398         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7399         (gst_alsasink_class_init):
7400         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7401         (gst_alsasrc_class_init):
7402         * gst-libs/gst/audio/audio.h:
7403         * gst-libs/gst/audio/gstaudioclock.h:
7404         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7405         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7406         (gst_audio_filter_link), (gst_audio_filter_init),
7407         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7408         (gst_audio_filter_get_property),
7409         (gst_audio_filter_class_add_pad_templates):
7410         * gst-libs/gst/audio/gstaudiofilter.h:
7411         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7412         (gst_audio_filter_template_get_type),
7413         (gst_audio_filter_template_base_init),
7414         (gst_audio_filter_template_class_init),
7415         (gst_audio_filter_template_init),
7416         (gst_audio_filter_template_set_property),
7417         (gst_audio_filter_template_get_property), (plugin_init),
7418         (gst_audio_filter_template_setup),
7419         (gst_audio_filter_template_filter),
7420         (gst_audio_filter_template_filter_inplace):
7421         * gst-libs/gst/audio/gstaudiosink.c:
7422         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7423         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7424         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7425         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7426         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7427         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7428         * gst-libs/gst/audio/gstaudiosink.h:
7429         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7430         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7431         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7432         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7433         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7434         (gst_audio_src_class_init), (gst_audio_src_init),
7435         (gst_audio_src_create_ringbuffer):
7436         * gst-libs/gst/audio/gstaudiosrc.h:
7437         * gst-libs/gst/audio/gstbaseaudiosink.c:
7438         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7439         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7440         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7441         (gst_base_audio_sink_set_property),
7442         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7443         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7444         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7445         (gst_base_audio_sink_create_ringbuffer),
7446         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7447         * gst-libs/gst/audio/gstbaseaudiosink.h:
7448         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7449         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7450         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7451         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7452         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7453         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7454         (gst_base_audio_src_event), (gst_base_audio_src_create),
7455         (gst_base_audio_src_create_ringbuffer),
7456         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7457         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7458         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7459         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7460         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7461         (gst_ring_buffer_debug_spec_caps),
7462         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7463         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7464         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7465         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7466         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7467         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7468         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7469         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7470         (gst_ring_buffer_clear):
7471         * gst-libs/gst/audio/gstringbuffer.h:
7472         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7473         (gst_video_sink_class_init), (gst_video_sink_get_type):
7474         * gst-libs/gst/video/videosink.h:
7475         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7476         (gst_multifdsink_class_init),
7477         (gst_multifdsink_handle_client_write),
7478         (gst_multifdsink_change_state):
7479         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7480         (gst_tcpclientsink_setcaps):
7481         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7482         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7483         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7484         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7485         (gst_ximagesink_send_pending_navigation),
7486         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7487         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7489         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7490         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7491         (gst_xvimagesink_send_pending_navigation),
7492         (gst_xvimagesink_navigation_send_event),
7493         (gst_xvimagesink_set_xwindow_id),
7494         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7495         (gst_xvimagesink_get_type):
7496         more macro splitting
7497
7498 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7499
7500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7501           plug a memleak, allows me to import 1479 albums in one go
7502           in jamboree
7503         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7504         (vorbis_handle_type_packet), (vorbis_dec_chain),
7505         (vorbis_dec_change_state):
7506           fix some format strings
7507
7508 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7509
7510         * docs/libs/tmpl/gstcolorbalance.sgml:
7511         * docs/libs/tmpl/gstmixer.sgml:
7512         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7513         (gst_alsasink_set_property), (gst_alsasink_get_property):
7514         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7515         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7516           add device property
7517
7518 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7519
7520         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7521         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7522         (audiocast_register_listener), (audiocast_thread_run),
7523         (gst_gnomevfssrc_send_additional_headers_callback),
7524         (gst_gnomevfssrc_received_headers_callback),
7525         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7526         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7527         (gst_gnomevfssrc_get_size):
7528           add/clean up debugging
7529         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7530           cleanups
7531
7532 2005-07-07  Andy Wingo  <wingo@pobox.com>
7533
7534         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7535         framerate. Need to get a handle on when exactly this function is
7536         called, tho.
7537
7538         * sys/v4l/v4lsrc_calls.h:
7539         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7540         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7541         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7542
7543         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7544         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7545         v4lelements are sources.
7546
7547         * sys/v4l/gstv4lxoverlay.h:
7548         * sys/v4l/gstv4lxoverlay.c:
7549         * sys/v4l/gstv4ltuner.h:
7550         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7551         
7552         * sys/v4l/gstv4lsrc.h:
7553         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7554         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7555         or something should handle that. Made a live source.
7556
7557         * sys/v4l/gstv4lelement.h:
7558         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7559         signals. Some cleanups.
7560
7561         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7562
7563         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7564         stuff.
7565
7566         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7567         stuff.
7568
7569         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7570
7571 2005-07-07  Wim Taymans  <wim@fluendo.com>
7572
7573         * ext/theora/theoradec.c: (theora_get_query_types),
7574         (theora_dec_src_getcaps), (theora_dec_push):
7575         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7576         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7577         Remove deprecated/unused query types.
7578
7579 2005-07-06  Wim Taymans  <wim@fluendo.com>
7580
7581         * ext/alsa/Makefile.am:
7582         * ext/alsa/gstalsaplugin.c: (plugin_init):
7583         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7584         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7585         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7586         (gst_alsasrc_class_init), (gst_alsasrc_init),
7587         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7588         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7589         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7590         (gst_alsasrc_reset):
7591         * ext/alsa/gstalsasrc.h:
7592         * gst-libs/gst/audio/Makefile.am:
7593         * gst-libs/gst/audio/gstaudiosink.c:
7594         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7595         (gst_audioringbuffer_start):
7596         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7597         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7598         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7599         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7600         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7601         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7602         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7603         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7604         * gst-libs/gst/audio/gstaudiosrc.h:
7605         * gst-libs/gst/audio/gstbaseaudiosink.c:
7606         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7607         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7608         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7609         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7610         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7611         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7612         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7613         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7614         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7615         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7616         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7617         (gst_baseaudiosrc_change_state):
7618         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7619         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7620         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7621         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7622         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7623         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7624         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7625         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7626         * gst-libs/gst/audio/gstringbuffer.h:
7627         Added audiosource base classes.
7628         Ported alsasrc, still very basic.
7629
7630 2005-07-06  Wim Taymans  <wim@fluendo.com>
7631
7632         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7633         (theora_dec_push), (theora_handle_data_packet):
7634         Prepare for better timestamp fix later.
7635
7636         * gst/audioconvert/gstaudioconvert.c:
7637         List most accurate caps first
7638
7639         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7640         Use proper pad task function.
7641
7642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7643         (gst_xvimagesink_show_frame):
7644         Fix deadlock when alloc failed.
7645
7646 2005-07-05  Andy Wingo  <wingo@pobox.com>
7647
7648         * ext/gnomevfs/gstgnomevfssrc.c:
7649         * gst/sine/gstsinesrc.c:
7650         * gst/tcp/gsttcpserversrc.c:
7651         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7652
7653         * sys/v4l/: Port from 0.8.
7654
7655         * Many files: Null if we got it....
7656
7657 2005-07-05  Andy Wingo  <wingo@pobox.com>
7658
7659         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7660         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7661         Signedness fixes.
7662
7663 2005-07-05  Wim Taymans  <wim@fluendo.com>
7664
7665         * configure.ac:
7666         * gst/tcp/Makefile.am:
7667         * gst/tcp/README:
7668         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7669         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7670         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7671         (is_sync_frame), (gst_multifdsink_handle_client_write),
7672         (gst_multifdsink_render), (gst_multifdsink_start),
7673         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7674         * gst/tcp/gstmultifdsink.h:
7675         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7676         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7677         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7678         * gst/tcp/gsttcp.h:
7679         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7680         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7681         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7682         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7683         * gst/tcp/gsttcpclientsink.h:
7684         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7685         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7686         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7687         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7688         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7689         * gst/tcp/gsttcpclientsrc.h:
7690         * gst/tcp/gsttcpplugin.c: (plugin_init):
7691         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7692         * gst/tcp/gsttcpserversink.h:
7693         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7694         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7695         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7696         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7697         (gst_tcpserversrc_stop):
7698         * gst/tcp/gsttcpserversrc.h:
7699         * gst/tcp/gsttcpsink.c:
7700         * gst/tcp/gsttcpsink.h:
7701         * gst/tcp/gsttcpsrc.c:
7702         * gst/tcp/gsttcpsrc.h:
7703         Ported tcp plugins to 0.9. 
7704         
7705
7706 2005-07-05  Andy Wingo  <wingo@pobox.com>
7707
7708         * gst/playback/gstplaybasebin.c (fill_buffer):
7709         message_new_application fixen.
7710
7711         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7712         Style fix.
7713
7714 2005-07-04  Wim Taymans  <wim@fluendo.com>
7715
7716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7717         Set caps on output buffer.
7718
7719 2005-07-04  Andy Wingo  <wingo@pobox.com>
7720
7721         * ext/gnomevfs/gstgnomevfssrc.c
7722         (gst_gnomevfssrc_received_headers_callback) 
7723         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7724         hopefully.
7725
7726         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7727         No refcount leakage.
7728
7729         * configure.ac: Enable -Werror.
7730         
7731         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7732         * gst/audioconvert/bufferframesconvert.c
7733         (buffer_frames_convert_fixate):
7734         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7735         (gst_audio_convert_fixate):
7736         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7737         (gst_sinesrc_create): Fixate func changes.
7738         
7739         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7740         (gst_ximagesink_buffer_alloc): Unused var.
7741
7742 2005-07-01  Andy Wingo  <wingo@pobox.com>
7743
7744         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7745         getcaps to do explicit caps. Needs to be done in all decoders,
7746         possibly via a base class.
7747
7748         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7749
7750         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7751         caps on the sink pad, just rely on the pad template. Also, setting
7752         ANY caps on a pad is not valid because the caps are not fixed.
7753
7754         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7755         caps on the buffer, and get the width from the desired_caps if
7756         they're set.
7757         (gst_ximagesink_renegotiate_size): Implement via setting the
7758         desired_caps on the ximagesink.
7759         (gst_ximagesink_setcaps): Only reset the width of the player if it
7760         wasn't already set. Not sure if this is right.
7761         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7762
7763         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7764         that the user wants. NULL unless the window has been resized.
7765
7766         * gst/volume/gstvolume.c (volume_transform): Adapt to
7767         basetransform refcount changes.
7768         
7769 2005-07-01  Andy Wingo  <wingo@pobox.com>
7770
7771         * gst/videoscale/gstvideoscale.c:
7772         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7773         from BaseTransform, implements a transform_caps. Removed dead code
7774         including some PAR stuff that was never reached -- should probably
7775         be added back somehow.
7776
7777 2005-07-01  Andy Wingo  <wingo@pobox.com>
7778
7779         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7780         come later.
7781
7782 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7783
7784         * configure.ac:
7785         * docs/libs/Makefile.am:
7786         * docs/libs/gst-plugins-libs.types:
7787         * ext/alsa/Makefile.am:
7788         * ext/alsa/gstalsamixer.h:
7789         * ext/alsa/gstalsamixeroptions.h:
7790         * ext/alsa/gstalsamixertrack.h:
7791         * gst-libs/gst/Makefile.am:
7792         * gst-libs/gst/colorbalance/.cvsignore:
7793         * gst-libs/gst/colorbalance/Makefile.am:
7794         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7795         * gst-libs/gst/colorbalance/colorbalance.c:
7796         * gst-libs/gst/colorbalance/colorbalance.h:
7797         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7798         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7799         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7800         * gst-libs/gst/interfaces/Makefile.am:
7801         * gst-libs/gst/interfaces/colorbalance.c:
7802         (gst_color_balance_class_init):
7803         * gst-libs/gst/interfaces/colorbalance.h:
7804         * gst-libs/gst/interfaces/interfaces-marshal.list:
7805         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7806         * gst-libs/gst/interfaces/mixer.h:
7807         * gst-libs/gst/interfaces/mixeroptions.h:
7808         * gst-libs/gst/interfaces/navigation.c:
7809         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7810         * gst-libs/gst/interfaces/tuner.h:
7811         * gst/volume/Makefile.am:
7812         * gst/volume/gstvolume.c:
7813         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7814         * sys/ximage/Makefile.am:
7815         * sys/ximage/ximagesink.c:
7816         * sys/xvimage/Makefile.am:
7817         * sys/xvimage/xvimagesink.c:
7818           fold in all interfaces into an interfaces dir, preserving CVS
7819           history
7820
7821 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7822
7823         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7824           Fix build after riff changes.
7825
7826 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7827
7828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7829         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7830         (gst_riff_create_video_template_caps),
7831         (gst_riff_create_audio_template_caps),
7832         (gst_riff_create_iavs_template_caps):
7833         * gst-libs/gst/riff/riff-media.h:
7834         * gst-libs/gst/riff/riff-read.h:
7835         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7836           Add gst_riff_init() to initialize the debug category, instead
7837           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7838
7839 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7840
7841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7842           Oops, I shouldn't apply hacks.
7843
7844 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7845
7846         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7847           Remove pad_loop function which doesn't work.
7848
7849 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7850
7851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7852           Send EOS when deactivating.
7853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7854         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7855         (gen_preroll_element), (probe_triggered), (mute_stream),
7856         (silence_stream), (new_decoded_pad), (setup_substreams),
7857         (set_active_source):
7858         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7859         (remove_sinks), (add_sink):
7860         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7861           Change for new probe API.
7862
7863 2005-06-29  Wim Taymans  <wim@fluendo.com>
7864
7865         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7866         * gst-libs/gst/audio/gstbaseaudiosink.c:
7867         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7868         (gst_baseaudiosink_change_state):
7869         * gst-libs/gst/audio/gstbaseaudiosink.h:
7870         * gst-libs/gst/audio/gstringbuffer.c:
7871         (gst_ringbuffer_set_callback):
7872         Fix compilation error.
7873         Ringbuffer starts out as not running.
7874         Free our clock in dispose.
7875         When releasing the ringbuffer we need to renegotiate so
7876         clear the pad caps.
7877
7878 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7879
7880         * autogen.sh:
7881         * configure.ac:
7882         * docs/Makefile.am:
7883         * docs/libs/Makefile.am:
7884         * docs/libs/gst-plugins-libs-docs.sgml:
7885         * docs/libs/gst-plugins-libs-sections.txt:
7886         * docs/libs/gst-plugins-libs.types:
7887         * docs/libs/tmpl/gstaudio.sgml:
7888         * docs/libs/tmpl/gstcolorbalance.sgml:
7889         * docs/libs/tmpl/gstringbuffer.sgml:
7890         * gst-libs/gst/audio/gstringbuffer.c:
7891         (gst_ringbuffer_set_callback):
7892           reinstate gtk-doc docs for plugin libs
7893
7894 2005-06-28  Wim Taymans  <wim@fluendo.com>
7895
7896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7897         (gst_ogg_demux_init):
7898         Removed pad loop function.
7899
7900 2005-06-28  Wim Taymans  <wim@fluendo.com>
7901
7902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7903         If we're building a chain we are not in an error case
7904         when we queue a buffer.
7905
7906 2005-06-28  Andy Wingo  <wingo@pobox.com>
7907
7908         * *.c: Don't cast to GstObject before reffing/unreffing.
7909
7910 2005-06-27  Andy Wingo  <wingo@pobox.com>
7911
7912         * gst/videotestsrc/gstvideotestsrc.c
7913         (gst_videotestsrc_activate_push): Activation API changes.
7914
7915         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7916         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7917         they have refs on the decodebin.
7918
7919         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7920         parent class.
7921         (gst_ogg_pad_typefind): Don't leak a pad ref.
7922         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7923         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7924         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7925
7926 2005-06-27  Edward Hervey  <edward@fluendo.com>
7927
7928         * ext/theora/theoradec.c: (theora_dec_change_state): 
7929         re-arranged call to parent's state change in order to avoid locks (or
7930         worse).
7931
7932 2005-06-26  Edward Hervey  <edward@fluendo.com>
7933
7934         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7935         2nd argument of 'unknow-type' signal is a GstCaps and not a
7936         GstMiniObject
7937
7938 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7939         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7940           Set the worker thread's running flag to TRUE before starting the
7941           thread.
7942         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7943           Catch a failure to add typefind to the bin.
7944
7945 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7946
7947         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7948         (gst_sinesrc_init), (gst_sinesrc_create),
7949         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7950         (gst_sinesrc_start):
7951         * gst/sine/gstsinesrc.h:
7952           add num-buffers and timestamp-offset properties
7953         * gst/videotestsrc/gstvideotestsrc.c:
7954         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7955         (gst_videotestsrc_get_property):
7956           add timestamp-offset property
7957
7958 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7959
7960         * configure.ac: add videorate
7961         * gst-plugins-base.spec.in: add videorate
7962
7963 2005-06-23  Wim Taymans  <wim@fluendo.com>
7964
7965         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7966         (gst_videorate_getcaps), (gst_videorate_setcaps),
7967         (gst_videorate_event), (gst_videorate_chain):
7968         Fixed videorate, fixating an already fixated caps is not
7969         an error.
7970
7971 2005-06-23  Wim Taymans  <wim@fluendo.com>
7972
7973         * ext/ogg/README:
7974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7975         Buffer on caps is not boxed anymore.
7976
7977 2005-06-22  Wim Taymans  <wim@fluendo.com>
7978
7979         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7980         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7981         Set buffers on caps as miniobjects and not as boxed.
7982
7983 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7984
7985         * configure.ac:
7986           back to HEAD
7987
7988 === release 0.9.1 ===
7989
7990 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7991
7992         * .cvsignore:
7993         * NEWS:
7994         * README:
7995         * RELEASE:
7996         * configure.ac:
7997         * po/af.po:
7998         * po/az.po:
7999         * po/cs.po:
8000         * po/en_GB.po:
8001         * po/hu.po:
8002         * po/it.po:
8003         * po/nb.po:
8004         * po/nl.po:
8005         * po/or.po:
8006         * po/sq.po:
8007         * po/sr.po:
8008         * po/sv.po:
8009         * po/uk.po:
8010         * po/vi.po:
8011           updates for release
8012
8013 2005-06-09  Andy Wingo  <wingo@pobox.com>
8014
8015         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8016         
8017 2005-06-09  Andy Wingo  <wingo@pobox.com>
8018
8019         * configure.ac:
8020         * gst-libs/gst/Makefile.am:
8021         * gst-libs/gst/net/Makefile.am:
8022         Add gstnet to build.
8023
8024 2005-06-09  Andy Wingo  <wingo@pobox.com>
8025
8026         * gst-libs/gst/gconf/gconf.c:
8027         * gst/playback/test.c:
8028         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8029         fixes.
8030
8031         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8032
8033         * ext/theora/theoraenc.c (theora_enc_chain): 
8034         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8035
8036         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8037         RealPad.
8038
8039 2005-06-02  Wim Taymans  <wim@fluendo.com>
8040
8041         * gst-libs/gst/net/Makefile.am:
8042         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8043         * pkgconfig/gstreamer-libs.pc.in:
8044         Added net stuff, version net lib.
8045
8046 2005-06-02  Wim Taymans  <wim@fluendo.com>
8047
8048         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8049         (query_rates), (query_positions_elems), (query_positions_pads),
8050         (do_seek):
8051         Updated seek example.
8052
8053 2005-06-02  Andy Wingo  <wingo@pobox.com>
8054
8055         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8056         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8057         list.
8058
8059         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8060         remove the typefind, the bin dispose will do it for us. When it's
8061         removed and unreffed, the signal handler will be disconnected,
8062         too.
8063         (unlinked): It's too difficult to disconnect from unlinked
8064         handlers, as they are on pads not elements. Just punt if the pads
8065         aren't grandkids of the bin.
8066
8067 2005-06-02  Wim Taymans  <wim@fluendo.com>
8068
8069         * ext/ogg/README:
8070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8071         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8073         * ext/theora/theoradec.c: (theora_dec_src_query),
8074         (theora_handle_data_packet):
8075         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8076         (theora_enc_chain):
8077         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8078         (vorbis_handle_data_packet):
8079         * gst/audioconvert/bufferframesconvert.c:
8080         (buffer_frames_convert_chain):
8081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8082         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8083         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8084         (gst_ffmpegcsp_chain):
8085         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8086         (gst_videorate_getcaps), (gst_videorate_setcaps),
8087         (gst_videorate_event), (gst_videorate_chain):
8088         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8089         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8090         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8091         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8092         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8093         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8094         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8095         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8096         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8097         Cleanups and buffer alloc.
8098
8099 2005-05-31  Wim Taymans  <wim@fluendo.com>
8100
8101         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8102         Don't try to call the delay method when the device is not
8103         opened.
8104
8105 2005-05-31  Wim Taymans  <wim@fluendo.com>
8106
8107         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8108         Get actual segment size and buffer size after opening
8109         the device.
8110
8111 2005-05-30  Wim Taymans  <wim@fluendo.com>
8112
8113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8114         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8115         Also FLUSH upstream, makes the loop function exit faster.
8116         
8117         * ext/theora/theoradec.c: (theora_dec_src_query):
8118         Some more debug info in the query.
8119         
8120         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8121         (gst_ximagesink_setcaps):
8122         Release lock on par error, better error reporting.
8123
8124 2005-05-26  Wim Taymans  <wim@fluendo.com>
8125
8126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8127         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8128         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8129         Clear chains in READY
8130         Queue packets until the chain is activated.
8131
8132 2005-05-25  Wim Taymans  <wim@fluendo.com>
8133
8134         * gst-libs/gst/audio/gstaudiosink.c:
8135         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8136         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8137         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8138         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8139         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8140         (gst_audiosink_create_ringbuffer):
8141         * gst-libs/gst/audio/gstbaseaudiosink.c:
8142         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8143         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8144         (gst_baseaudiosink_set_property), (build_linear_format),
8145         (debug_spec_caps), (debug_spec_buffer),
8146         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8147         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8148         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8149         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8150         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8151         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8152         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8153         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8154         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8155         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8156         (wait_segment), (gst_ringbuffer_commit),
8157         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8158         (gst_ringbuffer_clear):
8159         Various small cleanups.
8160
8161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8162         (gst_audio_convert_change_state):
8163         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8164         No need to take the locks anymore.
8165
8166 2005-05-25  Wim Taymans  <wim@fluendo.com>
8167
8168         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8169         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8170         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8171         (type_found):
8172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8173         (group_destroy), (group_commit), (queue_overrun),
8174         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8175         (mute_stream), (new_decoded_pad), (setup_substreams),
8176         (setup_source), (mute_group_type), (set_active_source),
8177         (gst_play_base_bin_change_state):
8178         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8179         (gen_video_element), (gen_text_element), (gen_audio_element),
8180         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8181         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8182         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8183         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8184         Some playbin cleanups mostly refcounting sloppyness.
8185
8186 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8187
8188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8189           Work with streaming input.
8190
8191 2005-05-25  Wim Taymans  <wim@fluendo.com>
8192
8193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8194         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8195         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8196         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8197         No need to take the STREAM lock anymore.
8198
8199 2005-05-25  Wim Taymans  <wim@fluendo.com>
8200
8201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8202         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8203         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8204         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8205         (gst_ogg_demux_sink_activate):
8206         * ext/theora/theoradec.c: (theora_dec_src_event),
8207         (theora_handle_comment_packet), (theora_dec_chain),
8208         (theora_dec_change_state):
8209         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8210         (vorbis_handle_data_packet), (vorbis_dec_chain),
8211         (vorbis_dec_change_state):
8212         Remove STREAM locks as they are taken in core now.
8213         Never set bogus granulepos on vorbis/theora.
8214         Fix leaks in theoradec tag parsing.
8215
8216 2005-05-25  Wim Taymans  <wim@fluendo.com>
8217
8218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8219         Fix memleaks, GST_BUFFER_DATA() is not freed.
8220
8221 2005-05-25  Wim Taymans  <wim@fluendo.com>
8222
8223         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8224         Open non-blocking, set to blocking mode afterwards to avoid
8225         lockups when audio device is busy.
8226
8227 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8228
8229         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8230           This can't be good.
8231
8232 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8233
8234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8235         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8236         (gst_audio_convert_setcaps):
8237           Implement instant setup switching.
8238
8239 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8240
8241         * gst/playback/gstplaybasebin.c: (probe_triggered):
8242           Fix missing unlock.
8243         * gst/playback/gstplaybin.c: (add_sink):
8244           First add, then link (otherwise pad link fails).
8245
8246 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8247
8248         * examples/Makefile.am:
8249         fix buildbot (make distcheck)
8250
8251 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8252
8253         * gst/playback/gstplaybin.c: (gen_vis_element):
8254           Remove some wrong code. Doesn't work yet.
8255
8256 2005-05-19  Wim Taymans  <wim@fluendo.com>
8257
8258         * gst-libs/gst/net/Makefile.am:
8259         * gst-libs/gst/net/README:
8260         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8261         (gst_netbuffer_class_init), (gst_netbuffer_init),
8262         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8263         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8264         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8265         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8266         * gst-libs/gst/net/gstnetbuffer.h:
8267         Added buffer subclass to store extra to/from addresses for
8268         network sources/sinks.
8269
8270 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8271
8272         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8273           Don't lock an unassigned variable.
8274
8275 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8276
8277         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8278           Increase buffer for video, decrease buffer for other media types.
8279         * gst/playback/gstplaybin.c: (gen_video_element),
8280         (gen_audio_element):
8281           Change names for debugging purposes.
8282
8283 2005-05-18  Wim Taymans  <wim@fluendo.com>
8284
8285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8286         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8287         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8288         (gst_ffmpegcsp_chain):
8289         Enable buffer alloc passthrough if the source and dest
8290         formats are the same.
8291
8292 2005-05-17  Wim Taymans  <wim@fluendo.com>
8293
8294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8295         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8296         (gst_ogg_demux_chain_unlocked):
8297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8298         (gst_audio_convert_caps_remove_format_info),
8299         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8300         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8302         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8303         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8304         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8305         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8306         (gst_ffmpegcsp_get_property):
8307         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8308         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8309         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8310         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8311         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8312         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8313         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8314         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8315         Leak fixes in oggdemux.
8316         Some cleanups in audioconvert.
8317         Make passthrough work along with buffer_alloc etc.
8318         Make buffer_alloc and buffer recycling actually work in
8319         xvimagesink.
8320
8321 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8322
8323         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8324           make the compiler happy
8325
8326 2005-05-17  Wim Taymans  <wim@fluendo.com>
8327
8328         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8329         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8330         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8331         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8332         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8333         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8334         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8335         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8336         (gst_xvimagesink_set_xwindow_id):
8337         * sys/xvimage/xvimagesink.h:
8338         Port xvimagesink to new MiniObject.
8339
8340 2005-05-17  Wim Taymans  <wim@fluendo.com>
8341
8342         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8343         (gst_audiofilter_chain):
8344         * gst-libs/gst/audio/gstaudiosink.c:
8345         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8346         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8347         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8348         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8349         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8350         (gst_audiosink_create_ringbuffer):
8351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8352         (gst_audio_convert_caps_remove_format_info),
8353         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8354         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8355         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8356         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8357         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8358         Fix passthrough in ffmpegcolorspace.
8359         Fix memset in audiosink on wrong memory.
8360
8361 2005-05-16  David Schleef  <ds@schleef.org>
8362
8363         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8364         to GstMiniObject.
8365
8366 2005-05-16  David Schleef  <ds@schleef.org>
8367
8368         Port from GstData to GstMiniObject.
8369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8371         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8372         (gst_ogg_mux_collected):
8373         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8374         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8375         (theora_handle_data_packet):
8376         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8377         (theora_set_header_on_caps), (theora_enc_chain):
8378         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8379         (vorbis_handle_comment_packet):
8380         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8381         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8382         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8383         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8384         * gst/audioconvert/gstaudioconvert.c:
8385         (gst_audio_convert_get_buffer):
8386         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8387         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8388         (mute_stream), (silence_stream):
8389         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8390         * gst/volume/gstvolume.c: (volume_transform):
8391         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8392         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8393         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8394         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8395         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8396         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8397         (gst_ximagesink_buffer_alloc):
8398         * sys/ximage/ximagesink.h:
8399
8400 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8401
8402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8403         (fill_buffer), (check_queue), (queue_threshold_reached),
8404         (queue_out_of_data):
8405         * gst/playback/gstplaybasebin.h:
8406           Post buffer-fullness on the bus.
8407
8408 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8409
8410         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8411         (try_to_link_1):
8412         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8413         (group_commit), (probe_triggered), (setup_source),
8414         (gst_play_base_bin_change_state):
8415         * gst/playback/gstplaybasebin.h:
8416         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8417         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8418         (gst_play_bin_change_state):
8419           Move setup_output_pads into a virtual function, remove
8420           group-switch (no longer needed) and redirect (handled by bus
8421           now) signals.
8422
8423 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8424
8425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8426         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8427         (get_active_group), (get_building_group), (group_destroy),
8428         (group_commit), (check_queue), (queue_overrun),
8429         (queue_threshold_reached), (queue_out_of_data),
8430         (gen_preroll_element), (remove_groups), (unknown_type),
8431         (add_element_stream), (no_more_pads), (probe_triggered),
8432         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8433         (setup_substreams), (setup_source), (finish_source),
8434         (prepare_output), (muted_group_change_state),
8435         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8436         (gst_play_base_bin_change_state):
8437         * gst/playback/gstplaybasebin.h:
8438         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8439         (gst_play_bin_init), (gst_play_bin_set_property),
8440         (gen_video_element), (gen_text_element), (gen_audio_element),
8441         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8442         (gst_play_bin_change_state):
8443         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8444         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8445         (stream_info_change_state), (gst_stream_info_set_mute),
8446         (gst_stream_info_get_property):
8447         * gst/playback/gststreaminfo.h:
8448         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8449         (gst_stream_selector_get_linked_pad),
8450         (gst_stream_selector_getcaps),
8451         (gst_stream_selector_get_linked_pads),
8452         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8453         * gst/playback/gststreamselector.h:
8454           Rough port of playbin. Needs some more work, but is mostly done,
8455           and uses a few locks in important places, which should make stuff
8456           like chain-switches clean. Still uses GST_STATE() in a few places,
8457           which isn't all that good an idea, subtitles/elements disabled
8458           because no elements to test with and thus probably broken, query
8459           and event handling moved to GstBin, internal thread removed
8460           alltogether because the pipeline does that for us now. Can play
8461           Ogg/Vorbis files. Haven't tested anything else yet.
8462
8463 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8464
8465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8466           Do no-more-pads (needed for autoplugging).
8467
8468 2005-05-10  Andy Wingo  <wingo@pobox.com>
8469
8470         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8471         message to the bus with the tags. Still not sent downstream tho.
8472
8473         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8474         get_parent.
8475         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8476         avoid refcounting hassles.
8477
8478 2005-05-09  Andy Wingo  <wingo@pobox.com>
8479
8480         * gst/volume/Makefile.am:
8481         * gst/volume/demo.c
8482         * gst/volume/gstvolume.h
8483         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8484         basetransform. Probably need an audio filter base class.
8485
8486 2005-05-09  Wim Taymans  <wim@fluendo.com>
8487
8488         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8489         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8490         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8491         (gst_vorbisenc_chain):
8492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8493         (gst_audio_convert_caps_remove_format_info),
8494         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8495         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8496         Make caps writable before writing to it.
8497         Fix negotiation in audioconvert some more.
8498
8499 2005-05-09  Wim Taymans  <wim@fluendo.com>
8500
8501         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8502         (gst_videorate_getcaps), (gst_videorate_setcaps),
8503         (gst_videorate_event), (gst_videorate_chain):
8504         Better negotiation.
8505
8506 2005-05-09  Wim Taymans  <wim@fluendo.com>
8507
8508         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8509         (gst_videorate_getcaps), (gst_videorate_setcaps),
8510         (gst_videorate_blank_data), (gst_videorate_init),
8511         (gst_videorate_event), (gst_videorate_chain),
8512         (gst_videorate_change_state):
8513         Port videorate, do a better job at negotiation while we're at
8514         it.
8515
8516 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8517
8518         * configure.ac:
8519           Disable libvisual
8520
8521         * examples/Makefile.am:
8522         * gst-libs/gst/audio/Makefile.am:
8523         * gst-libs/gst/riff/Makefile.am:
8524         * gst-libs/gst/tag/Makefile.am:
8525         * gst-libs/gst/video/Makefile.am:
8526           Fixups for missing variables.
8527
8528 2005-05-09  Wim Taymans  <wim@fluendo.com>
8529
8530         * examples/seeking/seek.c: (make_theora_pipeline),
8531         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8532         (query_rates), (query_positions_elems), (query_positions_pads),
8533         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8535         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8536         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8537         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8538         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8540         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8541         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8542         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8543         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8544         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8545         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8546         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8547         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8548         (theora_dec_src_convert), (theora_dec_sink_convert),
8549         (theora_dec_src_query), (theora_dec_sink_query),
8550         (theora_dec_src_event), (theora_dec_sink_event),
8551         (theora_handle_comment_packet), (theora_handle_type_packet),
8552         (theora_handle_header_packet), (theora_handle_data_packet),
8553         (theora_dec_chain):
8554         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8555         (vorbis_dec_convert), (vorbis_dec_src_query),
8556         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8557         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8558         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8559         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8560         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8561         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8562         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8563         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8564         (gst_play_bin_query):
8565         * gst/playback/test3.c: (update_scale):
8566         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8567         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8568         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8569         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8570         (gst_videotestsrc_src_query):
8571         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8572         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8573         (paint_hline_YUV9):
8574         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8575         Port to new query API.
8576         Updated seek.
8577         Cleanups in x[v]imagesink
8578
8579 2005-05-09  Andy Wingo  <wingo@pobox.com>
8580
8581         * ext/alsa/gstalsasink.h:
8582         * ext/gnomevfs/gstgnomevfssrc.c:
8583         (gst_gnomevfssrc_get_icy_metadata):
8584         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8585         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8586         * ext/theora/theoradec.c (theora_dec_src_query)
8587         (theora_dec_src_event, theora_dec_sink_event)
8588         (theora_handle_comment_packet, theora_handle_data_packet):
8589         * ext/theora/theoraenc.c (theora_enc_chain):
8590         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8591         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8592         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8593         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8594         (qt_type_find):
8595         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8596         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8597         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8598         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8599         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8600         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8601         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8602         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8603         (paint_setup_RGB565, paint_setup_xRGB1555):
8604         * gst/videotestsrc/videotestsrc.h:
8605         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8606         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8607         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8608         GCC4 fixes.
8609         
8610         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8611         gst_pad_query_position. Fixes oggdemux.
8612
8613 2005-05-08  David Schleef  <ds@schleef.org>
8614
8615         * configure.ac: Require liboil.
8616         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8617         a few more.
8618         * gst/videotestsrc/videotestsrc.c:
8619         * gst/videotestsrc/videotestsrc.h:
8620
8621 2005-05-06  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8624         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8625         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8626         Well, unreffing a buffer right before pushing it is asking
8627         for trouble..
8628
8629 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8630
8631         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8632
8633 2005-05-06  Wim Taymans  <wim@fluendo.com>
8634
8635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8636         (gst_audio_convert_caps_remove_format_info),
8637         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8638         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8640         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8641         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8642         * gst/sine/Makefile.am:
8643         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8644         (gst_sinesrc_class_init), (gst_sinesrc_init),
8645         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8646         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8647         (gst_sinesrc_update_freq):
8648         * gst/sine/gstsinesrc.h:
8649         * gst/tcp/gstmultifdsink.c:
8650         * sys/xvimage/xvimagesink.c:
8651         Fixed negotiation wrt _peer_get_caps()
8652         Some cleanups.
8653
8654
8655 2005-05-06  Wim Taymans  <wim@fluendo.com>
8656
8657         * gst-libs/gst/audio/gstaudiosink.c:
8658         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8659         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8660         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8661         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8662         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8663         (gst_audiosink_create_ringbuffer):
8664         * gst-libs/gst/audio/gstbaseaudiosink.c:
8665         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8666         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8667         (gst_baseaudiosink_set_property), (build_linear_format),
8668         (debug_spec_caps), (debug_spec_buffer),
8669         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8670         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8671         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8672         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8673         * gst-libs/gst/audio/gstbaseaudiosink.h:
8674         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8675         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8676         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8677         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8678         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8679         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8680         (wait_segment), (gst_ringbuffer_commit),
8681         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8682         (gst_ringbuffer_clear):
8683         * gst-libs/gst/audio/gstringbuffer.h:
8684         Make the base audiosink return an error when there is no
8685         audiobuffer negotiated.
8686
8687 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8688
8689         * ext/Makefile.am:
8690         Disable cdparanoia until someone ports it!
8691
8692 2005-05-06  Wim Taymans  <wim@fluendo.com>
8693
8694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8695         (gst_ogg_demux_sink_activate):
8696         And revert after wingo's revert.. sigh..
8697
8698 2005-05-05  Andy Wingo  <wingo@pobox.com>
8699
8700         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8701         GObject.
8702         * configure.ac: Return audiorate and subparse from the ghetto.
8703         Re-enable -Wall -Werror.
8704         * gst/subparse/gstsubparse.c:
8705         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8706         or chain-based. Cleaned up a bit. Not tested.
8707         
8708 2005-05-05  Christian Schaller <christian@fluendo.com> 
8709
8710         * Makefile.am: remove stuff that is not building
8711         * configure.ac: remove stuff that is not building
8712         * examples/Makefile.am: remove stuff that is not building
8713         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8714         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8715         * sys/Makefile.am: remove stuff that is not building
8716         * testsuite/Makefile.am: remove stuff that is not building
8717
8718 2005-05-05  Andy Wingo  <wingo@pobox.com>
8719
8720         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8721         * gst-libs/gst/tag/gstvorbistag.c:
8722         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8723         * gst/adder/gstadder.h:
8724         * gst/audioconvert/gstchannelmix.c:
8725         (gst_audio_convert_fill_one_other):
8726         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8727         (gst_audiorate_init), (gst_audiorate_chain):
8728         * gst/playback/gstplaybasebin.c: (setup_source):
8729         * gst/playback/test3.c: (update_scale):
8730         Some GCC4 fixes
8731         
8732         * po/af.po:
8733         * po/az.po:
8734         * po/cs.po:
8735         * po/en_GB.po:
8736         * po/hu.po:
8737         * po/it.po:
8738         * po/nb.po:
8739         * po/nl.po:
8740         * po/or.po:
8741         * po/sq.po:
8742         * po/sr.po:
8743         * po/sv.po:
8744         * po/uk.po:
8745         * po/vi.po: Foo
8746
8747 2005-05-05  Wim Taymans  <wim@fluendo.com>
8748
8749         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8750         (gst_audio_convert_caps_remove_format_info),
8751         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8752         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8753         * gst/videotestsrc/gstvideotestsrc.c:
8754         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8755         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8756         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8757         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8758         Don't ignore _push() return values.
8759         Make sure no processing is done when shutting down.
8760         Videotestsrc pad activation fix.
8761
8762 2005-05-05  Wim Taymans  <wim@fluendo.com>
8763
8764         * gst/adder/Makefile.am:
8765         * gst/adder/gstadder.c: (gst_adder_setcaps),
8766         (gst_adder_class_init), (gst_adder_init),
8767         (gst_adder_request_new_pad), (gst_adder_collected),
8768         (gst_adder_change_state):
8769         * gst/adder/gstadder.h:
8770         Ported adder as an example of a mixer element using
8771         collect pads. Needs more negotiation work.
8772
8773 2005-05-05  Wim Taymans  <wim@fluendo.com>
8774
8775         * ext/theora/theoradec.c: (_inc_granulepos),
8776         (theora_dec_src_event), (theora_dec_sink_event),
8777         (theora_handle_comment_packet), (theora_handle_type_packet),
8778         (theora_handle_header_packet), (theora_handle_data_packet),
8779         (theora_dec_chain):
8780         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8781         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8782         (theora_push_buffer), (theora_push_packet),
8783         (theora_enc_sink_event), (theora_enc_chain),
8784         (theora_enc_change_state), (theora_enc_set_property),
8785         (theora_enc_get_property):
8786         Added stream lock to decoder so that we can serialize
8787         the discont event.
8788         More theoraenc porting, recover from errors, do clean
8789         shutdown.
8790
8791 2005-05-05  Wim Taymans  <wim@fluendo.com>
8792
8793         * ext/ogg/Makefile.am:
8794         * ext/ogg/README:
8795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8796         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8797         (gst_ogg_print):
8798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8799         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8800         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8801         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8802         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8803         (gst_ogg_mux_change_state):
8804         Ported ogg muxer.
8805
8806 2005-05-05  Wim Taymans  <wim@fluendo.com>
8807
8808         * docs/design-audiosinks.txt:
8809         * gst-libs/gst/audio/TODO:
8810         * gst-libs/gst/audio/gstaudiosink.c:
8811         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8812         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8813         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8814         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8815         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8816         (gst_audiosink_create_ringbuffer):
8817         * gst-libs/gst/audio/gstbaseaudiosink.c:
8818         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8819         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8820         (gst_baseaudiosink_set_property), (build_linear_format),
8821         (debug_spec_caps), (debug_spec_buffer),
8822         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8823         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8824         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8825         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8826         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8827         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8828         (gst_ringbuffer_release), (gst_ringbuffer_play),
8829         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8830         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8831         (gst_ringbuffer_set_sample), (wait_segment),
8832         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8833         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8834         More work on the audiosink, mostly debugging and a race in
8835         shutdown.
8836
8837 2005-04-28  Wim Taymans  <wim@fluendo.com>
8838
8839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8840         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8841         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8842         (vorbis_dec_src_query), (vorbis_dec_src_event),
8843         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8844         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8845         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8846         Don't crap out when seeking back to position 0.
8847
8848 2005-04-28  Wim Taymans  <wim@fluendo.com>
8849
8850         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8851         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8852         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8853         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8854         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8855         Make audio sink configurable, use alsasink as default.
8856
8857 2005-04-28  Wim Taymans  <wim@fluendo.com>
8858
8859         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8860         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8861         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8862         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8863         (vorbis_dec_change_state):
8864         * ext/vorbis/vorbisdec.h:
8865         Refactor, use STREAM_LOCK.
8866
8867 2005-04-28  Wim Taymans  <wim@fluendo.com>
8868
8869         * ext/theora/theoradec.c: (_inc_granulepos),
8870         (theora_dec_sink_event), (theora_handle_comment_packet),
8871         (theora_handle_type_packet), (theora_handle_header_packet),
8872         (theora_handle_data_packet), (theora_dec_chain),
8873         (theora_dec_change_state):
8874         Refactor a bit, use STREAM_LOCK.
8875
8876 2005-04-28  Wim Taymans  <wim@fluendo.com>
8877
8878         * ext/alsa/Makefile.am:
8879         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8880         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8881         (gst_alsa_link), (gst_alsa_close_audio):
8882         * ext/alsa/gstalsaplugin.c: (plugin_init):
8883         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8884         (gst_alsasink_dispose), (gst_alsasink_base_init),
8885         (gst_alsasink_class_init), (gst_alsasink_init),
8886         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8887         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8888         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8889         (gst_alsasink_reset):
8890         * ext/alsa/gstalsasink.h:
8891         Implement alsasink with simple open/write/close API. 
8892         Make alsa dir build by disabling compilation of code.
8893
8894 2005-04-28  Wim Taymans  <wim@fluendo.com>
8895
8896         * gst-libs/gst/audio/Makefile.am:
8897         * gst-libs/gst/audio/audio.h:
8898         * gst-libs/gst/audio/audioclock.c:
8899         * gst-libs/gst/audio/audioclock.h:
8900         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8901         (gst_audio_clock_class_init), (gst_audio_clock_init),
8902         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8903         * gst-libs/gst/audio/gstaudioclock.h:
8904         * gst-libs/gst/audio/gstaudiosink.c:
8905         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8906         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8907         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8908         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8909         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8910         (gst_audiosink_create_ringbuffer):
8911         * gst-libs/gst/audio/gstbaseaudiosink.c:
8912         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8913         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8914         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8915         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8916         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8917         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8918         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8919         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8920         * gst-libs/gst/audio/gstbaseaudiosink.h:
8921         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8922         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8923         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8924         (gst_ringbuffer_release), (gst_ringbuffer_play),
8925         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8926         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8927         (gst_ringbuffer_set_sample), (wait_segment),
8928         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8929         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8930         * gst-libs/gst/audio/gstringbuffer.h:
8931         Make ringbuffer faster and more simple by removing the locks
8932         in the playback thread.
8933         Add sample accurate playback based on buffer sample offsets.
8934         Make the baseaudiosink provide a clock.
8935         Parse caps in the base class.
8936         Correctly handle seeking, flushing and state changes.
8937
8938 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8939
8940         * configure.ac:
8941         * gst/audioconvert/Makefile.am:
8942         * gst/audioscale/Makefile.am:
8943           Fix part of the build.  Come on guys, autogen didn't even work :)
8944
8945 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8946
8947         * configure.ac:
8948         * gst-libs/gst/Makefile.am:
8949         * gst-libs/gst/media-info/.cvsignore:
8950         * gst-libs/gst/media-info/Makefile.am:
8951         * gst-libs/gst/media-info/README:
8952         * gst-libs/gst/media-info/media-info-priv.c:
8953         * gst-libs/gst/media-info/media-info-priv.h:
8954         * gst-libs/gst/media-info/media-info-test.c:
8955         * gst-libs/gst/media-info/media-info.c:
8956         * gst-libs/gst/media-info/media-info.h:
8957         * gst-libs/gst/media-info/media-info.vcproj:
8958         * pkgconfig/Makefile.am:
8959         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8960         * pkgconfig/gstreamer-media-info.pc.in:
8961           Remove media-info, which is also successed by playbin (see Totem
8962           implementation).
8963
8964 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8965
8966         * configure.ac:
8967         * examples/Makefile.am:
8968         * examples/gstplay/.cvsignore:
8969         * examples/gstplay/Makefile.am:
8970         * examples/gstplay/player.c:
8971         * gst-libs/gst/Makefile.am:
8972         * gst-libs/gst/play/.cvsignore:
8973         * gst-libs/gst/play/Makefile.am:
8974         * gst-libs/gst/play/play.c:
8975         * gst-libs/gst/play/play.h:
8976         * gst-libs/gst/play/play.vcproj:
8977         * pkgconfig/Makefile.am:
8978         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8979         * pkgconfig/gstreamer-play.pc.in:
8980           Remove libgstplay, playbin is now the official successor.
8981
8982 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8983
8984         * configure.ac:
8985         * gst-libs/gst/Makefile.am:
8986         * gst-libs/gst/xwindowlistener/Makefile.am:
8987         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8988         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8989           Remove deprecated xwindowlistener (I've moved xwindowlistening
8990           in the v4l/v4l2 plugins over to serverside).
8991
8992 2005-04-25  David Schleef  <ds@schleef.org>
8993
8994         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8995         to examples/dynparams.  Examples do not belong interspersed with
8996         source code.
8997         * examples/dynparams/demo-dparams.c:
8998         * gst/sine/Makefile.am:
8999         * gst/sine/demo-dparams.c:
9000
9001 2005-04-25  David Schleef  <ds@schleef.org>
9002
9003         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9004         * gst-libs/gst/audio/Makefile.am:
9005         * gst-libs/gst/riff/Makefile.am:
9006         * gst-libs/gst/tag/Makefile.am:
9007         * gst-libs/gst/video/Makefile.am:
9008         * gst-libs/gst/xwindowlistener/Makefile.am:
9009
9010         Convert to 0.9 API, seems to work:
9011         * sys/ximage/Makefile.am:
9012         * sys/ximage/ximagesink.c:
9013
9014 2005-04-24  David Schleef  <ds@schleef.org>
9015
9016         Link plugins against libraries:
9017         * ext/alsa/Makefile.am:
9018         * gst/tcp/Makefile.am:
9019
9020         Remove asm code that should be in liboil
9021         * gst/videoscale/Makefile.am:
9022         * gst/videoscale/videoscale_x86_asm.s:
9023
9024         gettext wants these checked in:
9025         * po/af.po:
9026         * po/az.po:
9027         * po/cs.po:
9028         * po/en_GB.po:
9029         * po/hu.po:
9030         * po/it.po:
9031         * po/nb.po:
9032         * po/nl.po:
9033         * po/or.po:
9034         * po/sq.po:
9035         * po/sr.po:
9036         * po/sv.po:
9037         * po/uk.po:
9038         * po/vi.po:
9039
9040 2005-04-24  David Schleef  <ds@schleef.org>
9041
9042         Convert gst_main() to g_main_loop_run()
9043         * gst/playback/decodetest.c: (main):
9044         * gst/playback/test2.c: (main):
9045         * gst/playback/test3.c: (main):
9046         * gst/playback/test4.c: (main):
9047
9048         Link plugins against libraries:
9049         * ext/libvisual/Makefile.am:
9050         * sys/xvimage/Makefile.am:
9051
9052 2005-04-24  David Schleef  <ds@schleef.org>
9053
9054         * configure.ac: Remove idct and resample libs
9055         * gst-libs/gst/Makefile.am: same
9056
9057         Remove usage of gst_library_load():
9058         * ext/alsa/gstalsaplugin.c: (plugin_init):
9059         * ext/libvisual/visual.c: (plugin_init):
9060         * ext/ogg/gstogg.c: (plugin_init):
9061         * ext/theora/theora.c: (plugin_init):
9062         * ext/vorbis/vorbis.c: (plugin_init):
9063         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9064         * gst/audioscale/gstaudioscale.c:
9065         * gst/adder/gstadder.c: (plugin_init):
9066         * gst/audioconvert/plugin.c: (plugin_init):
9067         * sys/ximage/ximagesink.c: (plugin_init):
9068         * sys/xvimage/xvimagesink.c: (plugin_init):
9069         * gst/tcp/gsttcpplugin.c: (plugin_init):
9070
9071         Link plugins against libraries:
9072         * ext/ogg/Makefile.am:
9073         * ext/theora/Makefile.am:
9074         * ext/vorbis/Makefile.am:
9075         * gst/audioconvert/Makefile.am:
9076
9077         Create proper libraries:
9078         * gst-libs/gst/riff/Makefile.am:
9079         * gst-libs/gst/audio/Makefile.am:
9080         * gst-libs/gst/video/Makefile.am:
9081
9082         Move resample library to audioscale plugin directory:
9083         * gst-libs/gst/resample/Makefile.am:
9084         * gst-libs/gst/resample/README:
9085         * gst-libs/gst/resample/dtof.c:
9086         * gst-libs/gst/resample/dtos.c:
9087         * gst-libs/gst/resample/functable.c:
9088         * gst-libs/gst/resample/private.h:
9089         * gst-libs/gst/resample/resample.c:
9090         * gst-libs/gst/resample/resample.h:
9091         * gst-libs/gst/resample/resample.vcproj:
9092         * gst-libs/gst/resample/test.c:
9093         * gst/audioscale/Makefile.am:
9094         * gst/audioscale/README:
9095         * gst/audioscale/dtof.c:
9096         * gst/audioscale/dtos.c:
9097         * gst/audioscale/functable.c:
9098         * gst/audioscale/private.h:
9099         * gst/audioscale/resample.c:
9100         * gst/audioscale/resample.h:
9101         * gst/audioscale/test.c:
9102
9103         Move tagedit library to gst-libs:
9104         * gst-libs/gst/tag/Makefile.am:
9105         * gst-libs/gst/tag/gstid3tag.c:
9106         * gst-libs/gst/tag/gsttagediting.c:
9107         * gst-libs/gst/tag/gsttageditingprivate.h:
9108         * gst-libs/gst/tag/gstvorbistag.c:
9109         * gst/tags/Makefile.am:
9110         * gst/tags/gstid3tag.c:
9111         * gst/tags/gstvorbistag.c:
9112
9113         Fix for core changes:
9114         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9115         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9116         (gst_sinesrc_getrange):
9117
9118 2005-04-23  David Schleef  <ds@schleef.org>
9119
9120         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9121         in gst-plugins in a long time, and properly belongs in liboil.
9122         * gst-libs/gst/idct/Makefile.am:
9123         * gst-libs/gst/idct/README:
9124         * gst-libs/gst/idct/dct.h:
9125         * gst-libs/gst/idct/doieee:
9126         * gst-libs/gst/idct/fastintidct.c:
9127         * gst-libs/gst/idct/floatidct.c:
9128         * gst-libs/gst/idct/idct.c:
9129         * gst-libs/gst/idct/idct.h:
9130         * gst-libs/gst/idct/idtc.vcproj:
9131         * gst-libs/gst/idct/ieeetest.c:
9132         * gst-libs/gst/idct/intidct.c:
9133
9134 2005-04-20  Wim Taymans  <wim@fluendo.com>
9135
9136         * docs/design-audiosinks.txt:
9137         * gst-libs/gst/audio/Makefile.am:
9138         * gst-libs/gst/audio/TODO:
9139         * gst-libs/gst/audio/gstaudiosink.c:
9140         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9141         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9142         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9143         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9144         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9145         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9146         (gst_audiosink_class_init), (gst_audiosink_init),
9147         (gst_audiosink_create_ringbuffer):
9148         * gst-libs/gst/audio/gstaudiosink.h:
9149         * gst-libs/gst/audio/gstbaseaudiosink.c:
9150         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9151         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9152         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9153         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9154         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9155         (gst_baseaudiosink_create_ringbuffer),
9156         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9157         * gst-libs/gst/audio/gstbaseaudiosink.h:
9158         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9159         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9160         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9161         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9162         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9163         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9164         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9165         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9166         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9167         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9168         * gst-libs/gst/audio/gstringbuffer.h:
9169         An attempt at a set of audio base classes together with some
9170         design docs.
9171
9172 2005-04-20  Wim Taymans  <wim@fluendo.com>
9173
9174         * gst/audioconvert/Makefile.am:
9175         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9176         (gst_audio_convert_caps_remove_format_info),
9177         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9178         (gst_audio_convert_channels):
9179         Link against audio libs.
9180         Fix audio convert plugin.
9181
9182 2005-04-20  Wim Taymans  <wim@fluendo.com>
9183
9184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9185         (gst_ogg_demux_sink_activate):
9186         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9187         (theora_set_header_on_caps), (theora_enc_sink_event),
9188         (theora_enc_chain):
9189         Fix theora encoder.
9190
9191 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9192
9193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9194         * gst/playback/gstdecodebin.c: (find_compatibles):
9195           Work with staticpadtemplates in elementfactories.
9196
9197 2005-04-12  Wim Taymans  <wim@fluendo.com>
9198
9199         * gst/playback/README:
9200         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9201         (compare_ranks), (print_feature), (gst_decode_bin_init),
9202         (dynamic_create), (dynamic_free), (find_compatibles),
9203         (mimetype_is_raw), (close_pad_link), (got_redirect),
9204         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9205         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9206         (gst_decode_bin_change_state):
9207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9208         (gst_play_base_bin_init), (group_destroy), (group_commit),
9209         (check_queue), (queue_overrun), (queue_threshold_reached),
9210         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9211         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9212         (got_redirect), (setup_source), (play_base_eos),
9213         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9214         (gst_play_base_bin_remove_element):
9215         * gst/playback/gstplaybasebin.h:
9216         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9217         (gst_play_bin_init), (gst_play_bin_dispose),
9218         (gst_play_bin_set_property), (gen_video_element),
9219         (gen_text_element), (gen_audio_element), (remove_sinks),
9220         (gst_play_bin_send_event):
9221         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9222         (stream_info_change_state), (gst_stream_info_set_mute):
9223         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9224         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9225         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9226         (gst_stream_selector_chain):
9227         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9228         (main):
9229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9230         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9231         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9232         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9233         Raw and crude port of decodebin. 
9234         Make playbin compile.
9235
9236 2005-04-06  Wim Taymans  <wim@fluendo.com>
9237
9238         * ext/gnomevfs/Makefile.am:
9239         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9240         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9241         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9242         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9243         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9244         (gst_gnomevfssrc_stop):
9245         * ext/ogg/Makefile.am:
9246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9247         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9248         * ext/theora/Makefile.am:
9249         * ext/theora/theoradec.c: (_inc_granulepos),
9250         (theora_dec_sink_event), (theora_dec_chain):
9251         * ext/vorbis/Makefile.am:
9252         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9253         (vorbis_dec_sink_event), (vorbis_dec_chain):
9254         * gst-libs/gst/audio/Makefile.am:
9255         * sys/xvimage/Makefile.am:
9256         Make gnomevfssrc extend the source base class.
9257         Fix linking against libs in various plugins.
9258
9259 2005-04-06  Andy Wingo  <wingo@pobox.com>
9260
9261         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9262         GST_BASE_LIBS.
9263
9264         * configure.ac: Add check and AC_SUBST for libgstbase.
9265
9266 2005-03-31  Wim Taymans  <wim@fluendo.com>
9267
9268         * examples/seeking/Makefile.am:
9269         * examples/seeking/cdparanoia.c: (main):
9270         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9271         (play_cb), (pause_cb), (stop_cb), (main):
9272         * examples/seeking/playbin.c:
9273         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9274         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9275         (make_sid_pipeline), (make_vorbis_pipeline),
9276         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9277         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9278         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9279         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9280         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9281         (stop_cb), (main):
9282         * examples/seeking/spider_seek.c:
9283         * examples/seeking/vorbisfile.c:
9284         * ext/gnomevfs/Makefile.am:
9285         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9286         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9287         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9288         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9289         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9290         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9291         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9292         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9293         * ext/ogg/README:
9294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9295         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9296         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9297         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9298         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9299         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9300         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9301         (gst_ogg_demux_factory_filter), (compare_ranks),
9302         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9303         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9304         (gst_ogg_chain_new), (gst_ogg_chain_free),
9305         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9306         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9307         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9308         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9309         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9310         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9311         (gst_ogg_demux_get_prev_page),
9312         (gst_ogg_demux_deactivate_current_chain),
9313         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9314         (gst_ogg_demux_bisect_forward_serialno),
9315         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9316         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9317         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9318         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9319         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9320         (gst_ogg_demux_change_state), (gst_ogg_print):
9321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9322         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9323         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9324         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9325         (gst_ogg_mux_loop):
9326         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9327         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9328         (theora_dec_src_convert), (theora_dec_sink_convert),
9329         (theora_dec_src_query), (theora_dec_src_event),
9330         (theora_dec_sink_event), (theora_dec_chain),
9331         (theora_dec_change_state):
9332         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9333         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9334         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9335         (theora_enc_change_state):
9336         * ext/vorbis/Makefile.am:
9337         * ext/vorbis/oggvorbisenc.c:
9338         * ext/vorbis/oggvorbisenc.h:
9339         * ext/vorbis/vorbis.c: (plugin_init):
9340         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9341         (vorbis_dec_src_query), (vorbis_dec_src_event),
9342         (vorbis_dec_sink_event), (vorbis_dec_chain),
9343         (vorbis_dec_change_state):
9344         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9345         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9346         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9347         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9348         (gst_vorbisenc_change_state):
9349         * ext/vorbis/vorbisenc.h:
9350         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9351         * gst-libs/gst/audio/audioclock.c:
9352         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9353         (gst_audiofilter_init), (gst_audiofilter_chain):
9354         * gst-libs/gst/audio/testchannels.c: (main):
9355         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9356         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9357         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9358         (gmip_find_track_streaminfo), (gmip_find_track_format):
9359         * gst-libs/gst/media-info/media-info.c:
9360         (gst_media_info_read_idler):
9361         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9362         (gst_play_get_all_by_interface):
9363         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9364         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9365         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9366         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9367         (gst_riff_parse_info):
9368         * gst-libs/gst/riff/riff-read.h:
9369         * gst-libs/gst/riff/riff.c: (plugin_init):
9370         * gst-libs/gst/video/Makefile.am:
9371         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9372         (gst_videosink_class_init), (gst_videosink_get_type):
9373         * gst-libs/gst/video/videosink.h:
9374         * gst/audioconvert/bufferframesconvert.c:
9375         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9376         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9377         * gst/audioconvert/channelmixtest.c: (main):
9378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9379         (gst_audio_convert_chain),
9380         (gst_audio_convert_caps_remove_format_info),
9381         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9382         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9383         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9384         (gst_audio_convert_buffer_to_default_format),
9385         (gst_audio_convert_buffer_from_default_format),
9386         (gst_audio_convert_channels):
9387         * gst/audioconvert/gstchannelmix.h:
9388         * gst/ffmpegcolorspace/avcodec.h:
9389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9390         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9391         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9392         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9393         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9394         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9395         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9396         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9397         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9398         (dv_type_find):
9399         * gst/videotestsrc/gstvideotestsrc.c:
9400         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9401         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9402         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9403         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9404         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9405         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9406         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9408         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9409         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9410         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9411         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9412         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9413         (gst_xvimagesink_navigation_send_event),
9414         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9415         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9416         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9417         * sys/xvimage/xvimagesink.h:
9418         Plugin port to 0.9, ogg/theora playback should work in the seek
9419         example now.
9420         Removed old examples.
9421         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9422         explained in 0.9 TODO doc.
9423
9424
9425 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9426
9427         * autogen.sh:
9428         * configure.ac:
9429         * ext/Makefile.am:
9430         * gst/Makefile.am:
9431         * po/POTFILES.in:
9432         * po/af.po:
9433         * po/az.po:
9434         * po/cs.po:
9435         * po/en_GB.po:
9436         * po/hu.po:
9437         * po/it.po:
9438         * po/nb.po:
9439         * po/nl.po:
9440         * po/or.po:
9441         * po/sq.po:
9442         * po/sr.po:
9443         * po/sv.po:
9444         * po/uk.po:
9445         * po/vi.po:
9446         * sys/Makefile.am:
9447         * testsuite/Makefile.am:
9448           remove a whole bunch of plugins.  This module now contains a set
9449           of free reference plugins/elements as agreed.
9450
9451 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9452
9453         * configure.ac:
9454           hunting season on 0.9 is now OPEN
9455
9456 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9457
9458         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9459           Kick the hell out of gcc for not warning me about a symbol conflict.
9460
9461 2005-02-22  Luca Ognibene  <luogni@tin.it>
9462
9463         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9464
9465         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9466           Don't leak caps string (fixes #168134)
9467
9468         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9469         (gst_jpegenc_init), (gst_jpegenc_finalize),
9470         (gst_jpegenc_change_state):
9471           Don't leak line buffers and context struct (fixes #168133).
9472
9473 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9474
9475         * configure.ac:
9476         * ext/dirac/gstdiracdec.cc:
9477         (gst_diracdec_chain):
9478           Since dirac 0.5.0 the framerate in dirac is expressed as a
9479           rational number. Fix build and up requirement to 0.5.0, and
9480           also pass parameters to gst_diracdec_link in the right order
9481           (fixes #167959).
9482
9483 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9484
9485         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9486         * ext/faad/gstfaad.h:
9487         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9488         certain invalid muxed streams, where some packets will contain 
9489         junk after decoder data. Partially fixes #149158.
9490
9491 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9492         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9493           Make sure we only write to writable buffers
9494
9495 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9496
9497         * gst-libs/gst/riff/riff-media.c:
9498         (gst_riff_create_audio_caps_with_data):
9499           Do actually fix invalid RIFF fmt header values for alaw
9500           and mulaw audio instead of just saying so.
9501
9502         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9503           Give gst_riff_create_audio_caps_with_data() a chance to
9504           fix up broken format header fields before extracting any
9505           parameters from the header. (fixes #167633)
9506
9507 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9508
9509         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9510
9511         * gst/audioconvert/bufferframesconvert.c:
9512         (buffer_frames_convert_link):
9513           Don't leak othercaps. (fixes #167878)
9514
9515 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9516
9517         * configure.ac:
9518         * ext/libvisual/visual.c: (gst_visual_srclink),
9519         (gst_visual_change_state):
9520           Support libvisual 0.2.0.
9521
9522 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9523
9524         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9525         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9526           Use same rowstrides for I420 as used everywhere else.
9527
9528 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9529
9530         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9531           Declare variables at beginning of block and make gcc-2.95 happy
9532           (fixes # 167482, patch by Gergely Nagy).
9533           
9534         * gst/tcp/gsttcpclientsrc.c:
9535         * gst/tcp/gsttcpclientsrc.h:
9536           Move some includes into the header, so that struct sockaddr_in is
9537           defined when it should be defined on FreeBSD as well (fixes
9538           #167483).
9539           
9540         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9541           Don't pass uninitialised values to setsockopt() here either.
9542
9543 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9544
9545         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9546
9547         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9548           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9549
9550 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9551
9552         * gst/playback/gstplaybin.c: (add_sink):
9553           Invert bin_add/link order to workaround deadlock in opt.
9554
9555 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9556
9557         * gst/modplug/gstmodplug.cc:
9558           Add missing break causing position queries to fail.
9559
9560 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9561
9562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9563           Granpos can apparently be -1, which screws up calculations...
9564
9565 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9566
9567         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9568         (gst_ximagesink_send_pending_navigation),
9569         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9570         (gst_ximagesink_init):
9571         * sys/ximage/ximagesink.h:
9572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9573         (gst_xvimagesink_send_pending_navigation),
9574         (gst_xvimagesink_navigation_send_event),
9575         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9576         * sys/xvimage/xvimagesink.h:
9577           Use a mutex protected list to marshal navigation
9578           events into the stream thread from whichever thread
9579           sends them.
9580
9581 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9582
9583         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9584           Display current position and track length; misc. clean-ups.
9585           
9586         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9587         (speed_init), (speed_chain):
9588           Add query function, so that the stream length and current position
9589           get adjusted when queried (note that current position queries may
9590           still be wrong if the audio sink returns values based on buffer
9591           timestamps instead of passing on the query).
9592
9593 2005-02-13  Benjamin Otte  <otte@gnome.org>
9594
9595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9596         (gst_audio_convert_channels):
9597           create channel conversion matrix when linking
9598         * gst/audioconvert/.cvsignore:
9599         * gst/audioconvert/Makefile.am:
9600         * gst/audioconvert/channelmixtest.c: (main):
9601           add (ugly) test that ensures stereo <=> mono conversion works
9602           correctly
9603
9604 2005-02-13  Benjamin Otte  <otte@gnome.org>
9605
9606         * gst/audioconvert/gstchannelmix.h:
9607           include missing header file
9608         * gst/audioconvert/gstchannelmix.c:
9609         (gst_audio_convert_fill_compatible):
9610           use same sign for both channels when converting to/from compatible
9611           channel. Previously used different signs made the signals cancel
9612           each other out and appear like silence. (fixes #167269)
9613
9614 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9615
9616         * gst/ffmpegcolorspace/avcodec.h:
9617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9618         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9619         (gst_ffmpegcsp_avpicture_fill):
9620         * gst/ffmpegcolorspace/imgconvert.c:
9621           Convert to and from YV12 (fixes #156379).
9622
9623 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9624
9625         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9626         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9627         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9628         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9629         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9630         methods from chain and negotiation and vice versa (Fixes #166142).
9631         * sys/ximage/ximagesink.h: Add stream_lock.
9632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9633         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9634         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9635         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9636
9637 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9638
9639         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9640           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9641           error message when we can't open the DVD device (when dvdnav_open()
9642           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9643           the above). Send something more useful instead (fixes #167117).
9644
9645 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9646
9647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9648         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9649         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9650         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9651         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9652         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9653         methods from chain and negotiation and vice versa (Fixes #166142).
9654         Fix a possible bug of images in the buffer pool being discarded because
9655         we are looking at the wrong geometry.
9656         * sys/xvimage/xvimagesink.h: Add stream_lock.
9657
9658 2005-02-11  David Schleef  <ds@schleef.org>
9659
9660         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9661         unsigned int. (fixes #167128)
9662
9663 2005-02-11  David Schleef  <ds@schleef.org>
9664
9665         * gst/librfb/Makefile.am: Testing stuff before committing is
9666           for wimps... and people with fast machines.  Fix stupid
9667           mistake.
9668
9669 2005-02-11  David Schleef  <ds@schleef.org>
9670
9671         * configure.ac: Pull in librfb from my CVS tree, because it is
9672           too small and annoying to be separate.  Move rfbsrc plugin
9673           to gst/.
9674         * ext/Makefile.am:
9675         * ext/librfb/Makefile.am:
9676         * ext/librfb/gstrfbsrc.c:
9677         * gst/librfb/Makefile.am:
9678         * gst/librfb/gstrfbsrc.c:
9679         * gst/librfb/rfb.c:
9680         * gst/librfb/rfb.h:
9681         * gst/librfb/rfbbuffer.c:
9682         * gst/librfb/rfbbuffer.h:
9683         * gst/librfb/rfbbytestream.c:
9684         * gst/librfb/rfbbytestream.h:
9685         * gst/librfb/rfbcontext.h:
9686         * gst/librfb/rfbdecoder.c:
9687         * gst/librfb/rfbdecoder.h:
9688         * gst/librfb/rfbutil.h:
9689
9690 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9691
9692         * gst/speed/Makefile.am:
9693         * gst/speed/demo-mp3.c: (main):
9694         * gst/speed/filter.func:
9695         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9696         (speed_class_init), (speed_init), (speed_chain_int16),
9697         (speed_chain_float32), (speed_chain), (speed_set_property),
9698         (speed_get_property), (speed_change_state):
9699         * gst/speed/gstspeed.h:
9700           Fix speed element and make it chain-based (fixes #156467),
9701           and make it handle more than one channel.
9702
9703 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9704
9705         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9706         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9707         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9708         * ext/dts/gstdtsdec.h:
9709           Don't clobber the stack constructing the channels array.
9710           Make the element chain-based. DTS tracks can now be played.
9711           
9712 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9713
9714         * gst-libs/gst/audio/multichannel.h:
9715         * gst-libs/gst/gconf/gconf.h:
9716         * gst-libs/gst/idct/idct.h:
9717         * gst-libs/gst/media-info/media-info-priv.h:
9718         * gst-libs/gst/play/play.h:
9719         * gst-libs/gst/resample/private.h:
9720         * gst-libs/gst/resample/resample.h:
9721         * gst-libs/gst/riff/riff-ids.h:
9722         * gst-libs/gst/video/video.h:
9723         * gst-libs/gst/video/videosink.h:
9724           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9725           missing, so that they work when included from C++ code.
9726
9727 2005-02-09  David Schleef  <ds@schleef.org>
9728
9729         * testsuite/gst-lint: Check for non-statically scoped
9730           parent_class variables.  This won't be a problem once
9731           plugins are loaded with RTLD_LOCAL.
9732
9733 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9734
9735         * ext/mplex/gstmplexibitstream.cc:
9736           gcc madness.
9737
9738 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9739
9740         * ext/ogg/gstogmparse.c:
9741         * gst/debug/gstnavigationtest.c:
9742           Die, thou faulty symbol pollutors (non-static parent_class).
9743
9744 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9745
9746         * ext/mplex/gstmplexibitstream.cc:
9747           Fix event handling (#165525).
9748
9749 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9750
9751         * ext/mikmod/gstmikmod.c:
9752         * gst/modplug/gstmodplug.cc:
9753           Add missing endianness to template (fixes #165509).
9754
9755 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9756
9757         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9758           Fix wrong order of reading of optional bytes (#165290).
9759
9760 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9761
9762         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9763           Implement FILLER event awareness.
9764
9765 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9766
9767         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9768           Fix track calculations (#166208).
9769
9770 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9771
9772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9773
9774         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9775         * ext/libpng/gstpngenc.c:
9776           Fix byte-order, use proper fixed caps. Fixes #164197.
9777
9778 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9779
9780         * configure.ac:
9781           Add dvdlpcmdec 
9782
9783         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9784         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9785           Don't push buffers if the src pad isn't negotiated yet.
9786           
9787         * gst/audioconvert/gstaudioconvert.c:
9788         (gst_audio_convert_buffer_to_default_format),
9789         (gst_audio_convert_buffer_from_default_format):
9790           Add support for 24-bit width.
9791
9792         * gst/dvdlpcmdec/.cvsignore:
9793         * gst/dvdlpcmdec/Makefile.am:
9794         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9795         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9796         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9797         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9798         (plugin_init):
9799         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9800           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9801           format. Needs support for the channels maps if someone can find 
9802           a DVD LPCM track with > 2 channels.
9803
9804         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9805         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9806         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9807         * gst/mpegstream/gstdvddemux.h:
9808         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9809         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9810         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9811         * gst/mpegstream/gstmpegdemux.h:
9812         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9813         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9814         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9815         (gst_mpeg_parse_handle_src_query),
9816         (gst_mpeg_parse_handle_src_event):
9817           Use audio/x-dvd-lpcm for LPCM output.
9818           Add DTS output.
9819
9820 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9821
9822         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9823
9824         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9825         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9826           Add BGRA handling (#165736).
9827
9828 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9829
9830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9831
9832         * gst/law/alaw-decode.c: (alawdec_link):
9833         * gst/law/alaw-encode.c: (alawenc_link):
9834         * gst/law/mulaw-decode.c: (mulawdec_link):
9835         * gst/law/mulaw-encode.c: (mulawenc_link):
9836           Fix caps memleaks (#166600).
9837
9838 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9839
9840         * ext/tarkin/mem.h:
9841         * ext/tarkin/wavelet.h:
9842         * ext/tarkin/yuv.h:
9843         * gst/ffmpegcolorspace/avcodec.h:
9844           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9845           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9846
9847 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9848
9849         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9851         (gst_xvimagesink_change_state):
9852           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9853           Xv video (and thereby regenerate Xv colourkey) in clear() so
9854           that PLAY -> READY -> PLAY works (fixes #162504).
9855
9856 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9857
9858         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9859           Switch to list instead of range, since MJPEG-devices really just
9860           support decimations, not any size.
9861
9862 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9863         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9864         (gst_mpeg2dec_reset), (free_all_buffers),
9865         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9866         * ext/mpeg2dec/gstmpeg2dec.h:
9867           The libmpeg2 user-allocated buffer management is awkward, 
9868           to say the least. Hopefully this fixes things.
9869
9870 2005-02-04  Andy Wingo  <wingo@pobox.com>
9871
9872         * gst/audioconvert/bufferframesconvert.c
9873         (buffer_frames_convert_fixate): New function, fixates to 256
9874         frames per buffer by default. (Much better than 1.)
9875         (buffer_frames_convert_init): Set the fixate function for both src
9876         and sink pad.
9877         (buffer_frames_convert_link): After success setting nonfixed caps,
9878         get the negotiated caps so we can know how many buffer-frames it
9879         will be. No idea how this worked at all before.
9880
9881 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9882
9883         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9884         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9885         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9886         (handle_sequence), (handle_picture):
9887         * ext/mpeg2dec/gstmpeg2dec.h:
9888           Rearrange buffer tracking and refcounting and refactor
9889           a little for readability. 
9890
9891 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9892         * sys/v4l/gstv4l.c: (plugin_init):
9893         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9894         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9895         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9896         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9897         * sys/v4l/gstv4ljpegsrc.h:
9898         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9899         * sys/v4l/v4l_calls.h:
9900         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9901         (gst_v4lsrc_get_fps):
9902         * sys/v4l/v4lsrc_calls.h:
9903           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9904           you jpeg inside rgb frames" driver.
9905           Don't error in the v4lsrc link function, just return 
9906           REFUSED.
9907
9908 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9909
9910         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9911         (gst_qcamsrc_open):
9912           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9913
9914 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9915
9916         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9917           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9918
9919 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9920
9921         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9922           Reset negotiated state on PAUSED->READY.
9923
9924 2005-02-02  David Schleef  <ds@schleef.org>
9925
9926         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9927         whereever possible.  (Fixes #165997)
9928         * examples/capsfilter/capsfilter1.c: (main):
9929         * examples/dynparams/filter.c: (create_ui):
9930         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9931         * examples/seeking/chained.c: (main):
9932         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9933         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9934         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9935         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9936         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9937         * examples/switch/switcher.c: (main):
9938         * ext/dv/demo-play.c: (main):
9939         * ext/faad/gstfaad.c: (gst_faad_change_state):
9940         * ext/mad/gstmad.c: (gst_mad_chain):
9941         * ext/smoothwave/demo-osssrc.c: (main):
9942         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9943         (gst_gconf_render_bin_from_description),
9944         (gst_gconf_get_default_audio_sink),
9945         (gst_gconf_get_default_video_sink),
9946         (gst_gconf_get_default_audio_src),
9947         (gst_gconf_get_default_video_src),
9948         (gst_gconf_get_default_visualization_element):
9949         * gst/level/demo.c: (main):
9950         * gst/level/plot.c: (main):
9951         * gst/playback/gstplaybin.c: (gen_video_element),
9952         (gen_audio_element):
9953         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9954         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9955         * gst/sine/demo-dparams.c: (main):
9956         * gst/spectrum/demo-osssrc.c: (main):
9957         * gst/speed/demo-mp3.c: (main):
9958         * gst/volume/demo.c: (main):
9959         * testsuite/embed/embed.c: (main):
9960
9961 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9962
9963         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9964         (gst_tcpclientsink_finalize):
9965         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9966         (gst_tcpclientsrc_finalize):
9967         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9968         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9969         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9970         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9971           Don't leak the hostname when shutting down.
9972           In tcpserversrc, take a copy of the default hostname.
9973
9974 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9977           Set caps to systemstream=TRUE.
9978
9979 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9980
9981         * testsuite/Makefile.am:
9982           Fix more OSX buildbots.
9983
9984 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9985
9986         * ext/mpeg2dec/gstmpeg2dec.c:
9987           Don't send things to NULL PAD_PEERs
9988
9989         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9990           Copy-on-write the incoming buffer.
9991
9992         * gst/mpegstream/gstdvddemux.h:
9993         * gst/mpegstream/gstmpegclock.h:
9994         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9995         (normal_seek), (gst_mpeg_demux_handle_src_event):
9996         * gst/mpegstream/gstmpegdemux.h:
9997         * gst/mpegstream/gstmpegpacketize.h:
9998         * gst/mpegstream/gstmpegparse.c:
9999         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10000         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10001         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10002         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10003         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10004         * gst/mpegstream/gstmpegparse.h:
10005         * gst/mpegstream/gstrfc2250enc.h:
10006           Various changes to the way time is computed that make seeking and
10007           total time estimation much better here.
10008           Use G_BEGIN/END_DECLS instead of __cplusplus
10009
10010         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10011           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10012
10013 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10014
10015         * gst/subparse/gstsubparse.c:
10016           Fix OSX buildbot.
10017
10018 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10019
10020         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10021         (theora_enc_chain), (theora_enc_change_state):
10022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10023         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10024         (gst_vorbisenc_change_state):
10025         * ext/vorbis/vorbisenc.h:
10026           Set granulepos and timestamp correctly for streams not
10027           starting at 0, taking into account the initial delay.
10028
10029 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10030
10031         * gst/mpegstream/gstdvddemux.c:
10032           Add audio/x-dts to audio pad template caps
10033
10034 2005-01-30  David Schleef  <ds@schleef.org>
10035
10036         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10037         (create_context), (gst_polypsink_link): Fix silly endianness
10038         bug.  Add some debugging.  Remove float from caps; it doesn't
10039         work.  Attempt to get remote audio working.
10040
10041 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10042
10043         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10044           Add 3IV2 fourcc.
10045
10046 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10049         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10050         (gst_avi_demux_stream_data):
10051         * gst/avi/gstavidemux.h:
10052           Invert DIB images. Fixes #132341.
10053
10054 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10055
10056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10057         (gst_ffmpegcsp_chain):
10058           D'oh, reference the palette data, not the palette structure.
10059           Fixes color distortion in #132341.
10060
10061 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10062
10063         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10064           PAR can be non-fixed when not provided as argument (#162626).
10065
10066 2005-01-29  David Moore  <dcm@acm.org>
10067
10068         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10069
10070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10071         (gst_qtdemux_loop_header):
10072           Re-apply patch from #142272 that allows non-seekable sources,
10073           re-proposed by Daniel Drake <dsd@gentoo.org>.
10074
10075 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10076
10077         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10078           Use the src template for creating the src pad (#162330).
10079
10080 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10081
10082         * configure.ac:
10083         * ext/musepack/Makefile.am:
10084         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10085         (gst_musepackdec_init), (gst_musepackdec_dispose),
10086         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10087         (gst_musepack_stream_init), (gst_musepackdec_loop),
10088         (gst_musepackdec_change_state):
10089         * ext/musepack/gstmusepackdec.cpp:
10090         * ext/musepack/gstmusepackdec.h:
10091         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10092         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10093         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10094         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10095         * ext/musepack/gstmusepackreader.cpp:
10096         * ext/musepack/gstmusepackreader.h:
10097           Update to 1.1 API (#165446).
10098
10099 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10100
10101         * ext/Makefile.am:
10102           Unbreak buildbot.
10103
10104 2005-01-28  Andy Wingo  <wingo@pobox.com>
10105
10106         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10107         to reflect a different dubious internet source. Add a reference
10108         and some commentary.
10109
10110 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10111
10112         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10113         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10114         * gst/playback/gststreamselector.h:
10115           Be more selective when we're redoing caps negotiation from
10116           within the chain function on a stream change.
10117
10118 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10119
10120         * configure.ac:
10121         * ext/Makefile.am:
10122         * ext/amrnb/Makefile.am:
10123         * ext/amrnb/amrnb.c: (plugin_init):
10124         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10125         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10126         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10127         (gst_amrnbdec_state_change):
10128         * ext/amrnb/amrnbdec.h:
10129         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10130         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10131         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10132         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10133         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10134         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10135         * ext/amrnb/amrnbparse.h:
10136           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10137         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10138           Add AMR-NB/-WB raw formats.
10139         * ext/alsa/gstalsa.c: (gst_alsa_link):
10140           Keep valid time when changing format.
10141         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10142         (qtdemux_parse_trak):
10143           Add some more format-specific options (#140141, #143555, #155163).
10144
10145 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10146
10147         * gst/matroska/matroska-demux.c:
10148         (gst_matroska_demux_parse_blockgroup):
10149           Fix logic error in timing of subtitle stream synchronization.
10150         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10151           Add skip-chunk, which is found in kodak-camera streams.
10152
10153 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10154
10155         * po/LINGUAS:
10156         * po/vi.po:
10157           Adding Vietnamese translation (submitted by Clytie Siddall)
10158
10159 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10160
10161         * gst/playback/gstdecodebin.c: (try_to_link_1):
10162           Use realpad for signal.
10163
10164 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10165
10166         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10167           Fix category so decodebin picks it up.
10168
10169 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10170
10171         * ext/mad/Makefile.am:
10172         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10173         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10174         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10175         (found_type), (gst_id3demux_bin_change_state):
10176         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10177         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10178         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10179         (gst_id3_tag_change_state), (plugin_init):
10180         * ext/mad/gstmad.h:
10181           Add id3demuxbin (which is a simple bin consisting of id3demux
10182           and typefind), take over rank from id3demux, remove typefind
10183           code from id3demux. Makes all broken mp3s that I know of work,
10184           and thereby fixes #152688.
10185
10186 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10187
10188         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10189
10190         * ext/mad/gstmad.c: (gst_mad_src_event):
10191         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10192           Allow seeks on audio pad, make mad forward those (#164826).
10193         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10194           Set duration (#165335).
10195
10196 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10197
10198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10199         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10200         (gst_asf_demux_process_ext_content_desc),
10201         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10202         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10203         * gst/asfdemux/gstasfdemux.h:
10204           Improve metadata display, e.g. if the metadata comes before the
10205           streams are loaded (which is perfectly valid).
10206
10207 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10208
10209         * tools/gst-launch-ext-m.m:
10210           Fix AVI/ASF pipelines (#165340).
10211
10212 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10213         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10214         build failure on amd64
10215
10216 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10217
10218         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10219         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10220           Check environment variables GST_ID3V2_TAG_ENCODING,
10221           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10222           list of character encodings to force interpretation of non-unicode
10223           strings stored in an ID3v2 tag to a particular encoding. If none
10224           is specified, try to use current locale's encoding, then fall back
10225           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10226         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10227         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10228           Check environment variables GST_ID3V1_TAG_ENCODING,
10229           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10230           list of character encodings to use in case a string encountered
10231           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10232           specified, try to use the current locale's encoding, then fall
10233           back to ISO-8859-1 (which will always succeed).
10234
10235 2005-01-25  Benjamin Otte  <otte@gnome.org>
10236
10237         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10238           - on half framerate, compute the rate in advance so the comparisons
10239             don't compare wrong values
10240           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10241             behaviour
10242           - don't use mad_header_decode anymore, mad_frame_decode does that
10243             automatically
10244           - when getting rid of consumed bytes, reset the stream's skiplen
10245           (fixes #163867)
10246
10247 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10248
10249         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10250           Use 1/2 a second for default max_discont, as PES streams from DVB
10251           seem to have larger spacings in the SCR. 
10252           Fix a typo.
10253
10254 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10255
10256         * gst/playback/gstplaybasebin.c: (group_commit):
10257           Notify delayed stream-info availability.
10258
10259 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10260         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10261         (gst_a52dec_handle_event), (gst_a52dec_chain):
10262         Add some debug output. Check that a discont has a valid
10263         time associated.
10264         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10265         (gst_alsa_sink_loop):
10266         Ignore TAG events. A little extra debug for broken timestamps.
10267         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10268         (dvdnavsrc_change_state):
10269         Ensure we send a discont to engage the link before we send any
10270         other events.
10271         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10272         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10273         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10274         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10275         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10276         dvd://title works in totem because typefinding sends a seek that ends
10277         up going back to chapter 1 regardless.
10278         * ext/mpeg2dec/gstmpeg2dec.c:
10279         * ext/mpeg2dec/gstmpeg2dec.h:
10280         Output correct timestamps and handle disconts.
10281         * ext/ogg/gstoggdemux.c: (get_relative):
10282         Small guard against a null dereference.
10283         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10284         (gst_textoverlay_set_property):
10285         Free memory when done. Don't call gst_event_filler_get_duration on
10286         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10287         g_warning.
10288         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10289         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10290         (gst_sw_srclink), (gst_smoothwave_chain):
10291         Draw solid lines, prettier colours.
10292         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10293         Add a default palette that'll work for some movies.
10294         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10295         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10296         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10297         * gst/mpegstream/gstdvddemux.h:
10298         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10299         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10300         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10301         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10302         * gst/mpegstream/gstmpegparse.h:
10303         Use PTM/NAV events when for timestamp adjustment when connected to 
10304         dvdnavsrc. Don't use many discont events where one suffices.
10305         * gst/playback/gstplaybasebin.c: (group_destroy),
10306         (gen_preroll_element), (gst_play_base_bin_add_element):
10307         * gst/playback/gstplaybasebin.h:
10308         Make sure we remove subtitles from the same bin we put them in.
10309         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10310         (gst_subparse_buffer_format_autodetect),
10311         (gst_subparse_change_state):
10312         Fix some memleaks and invalid accesses.
10313         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10314         (oggskel_type_find), (cmml_type_find), (plugin_init):
10315         Some typefind functions for Annodex v3.0 files
10316         * gst/wavparse/gstwavparse.h:
10317         GstRiffReadClass is the correct parent class.
10318
10319 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10320
10321         * gst-libs/gst/riff/riff-media.c:
10322         (gst_riff_create_video_caps_with_data):
10323           Add extradata to huffyuv (fixes #165013).
10324         * gst-libs/gst/riff/riff-read.c:
10325         (gst_riff_read_strf_vids_with_data):
10326           Fix extradata extraction if it is in the chunk size.
10327
10328 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10329
10330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10331
10332         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10333         (gst_quarktv_change_state), (gst_quarktv_dispose):
10334           Memory free'ing location fix (#164708).
10335
10336 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10337
10338         * gst/playback/gstplaybasebin.c: (group_commit),
10339         (gen_preroll_element), (probe_triggered), (gen_source_element),
10340         (setup_source), (gst_play_base_bin_change_state),
10341         (gst_play_base_bin_add_element):
10342           Don't block for streams.
10343         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10344         (gst_stream_info_set_mute):
10345           Use gst_pad_set_active_recursive.
10346
10347 2005-01-25  Andy Wingo  <wingo@pobox.com>
10348
10349         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10350         for #ifndef HAVE_XVIDEO.
10351
10352 2005-01-24  Jeffrey C. Ollie
10353
10354         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10355
10356         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10357         * ext/gsm/gstgsmdec.h:
10358         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10359         * ext/gsm/gstgsmenc.h:
10360         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10361         was given by property. Add proper buffer timestamps and offsets.
10362
10363 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10364
10365         * gst-libs/gst/riff/riff-media.c:
10366         (gst_riff_create_audio_caps_with_data):
10367           Audio can be <8000Hz.
10368
10369 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10370
10371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10372           Explicit state change to workaround refcount bugs.
10373
10374 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10375
10376         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10377         (gst_avimux_riff_get_avi_header):
10378           Fix...
10379
10380 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10381
10382         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10383         (gst_riff_read_element_data):
10384         * gst-libs/gst/riff/riff-read.h:
10385           Add _peek version (req'ed in CDXA).
10386         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10387         (gst_cdxaparse_loop):
10388           Fix parsing in playbin.
10389         * gst/playback/gstdecodebin.c: (close_pad_link):
10390           Ignore current_ pads, they cause major annoyance.
10391
10392 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10393
10394         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10395           Safety guard.
10396
10397 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10398
10399         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10400           Fix padding...
10401
10402 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10403
10404         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10405           Allow for 0-sized buffers. Fixes length query problems in
10406           starwars.mkv from the testsuite.
10407
10408 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10409
10410         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10411         (gst_video_box_i420), (gst_video_box_chain):
10412           Fix row strides for I420 (fixes #163159)
10413           
10414 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10415
10416         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10417           MPEG2 has a useful rate property, so we can actually use that.
10418           For MPEG-1, continue using the bytes/time properties.
10419
10420 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10421
10422         * gst-libs/gst/riff/riff-media.c:
10423         (gst_riff_create_video_caps_with_data),
10424         (gst_riff_create_video_template_caps):
10425           Add intel-h263.
10426
10427 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10428
10429         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10430           Fail if caps negotiation fails. Should fix #162184, and should
10431           definately be in there regardless of it fixing the actual bug.
10432         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10433         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10434         (gst_avimux_riff_get_avix_header),
10435         (gst_avimux_riff_get_video_header),
10436         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10437         (gst_avimux_start_file), (gst_avimux_handle_event),
10438         (gst_avimux_change_state):
10439         * gst/avi/gstavimux.h:
10440           Refactor structure writing to use GST_WRITE_UINT macros, add
10441           metadata writing support.
10442
10443 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10444
10445         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10446           Elements may already be destroyed when this function is called.
10447
10448 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10449
10450         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10451         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10452           More memory leak fixes (#149162).
10453
10454 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10455
10456         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10457         (gst_qtdemux_add_stream):
10458           Fix two memleaks.
10459
10460 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10461
10462         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10463           Argh...
10464
10465 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10466
10467         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10468           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10469           when fixating to six channels in Totem.
10470
10471 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10472
10473         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10474           Fix compile warnings on Solaris 10 buildbot
10475
10476 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10477
10478         * ext/dvdread/dvdreadsrc.c: (_read):
10479           Don't read beyond the last cell in a chapter (fixes 
10480           invalid memory access)
10481
10482 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10483
10484         * ext/dvdread/stream_labels.c:
10485         (dvdreadsrc_get_audio_stream_labels):
10486           Use NULL for an empty GList instead of g_list_alloc(); fix 
10487           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10488           of GString (easier to bulk free later)
10489
10490 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10491
10492         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10493
10494         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10495         (gst_ffmpeg_pixfmt_to_caps):
10496           Fix BGRA32 caps (#164209).
10497
10498 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10499
10500         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10501
10502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10503         (gst_ffmpeg_caps_to_pixfmt):
10504           alpha_mask can be RGBA/ABGR. Fixes #164265.
10505
10506 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10507
10508         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10509
10510         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10511         (gst_mpeg2dec_alloc_buffer):
10512         * ext/mpeg2dec/gstmpeg2dec.h:
10513           Crop if decoding size is not the actual image size (#163676).
10514
10515 2005-01-17  Steve Baker  <steve@stevebaker.org>
10516
10517         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10518
10519         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10520         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10521           Add libsndfile typefind functions (#163309).
10522
10523 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10524
10525         * tools/gst-launch-ext-m.m:
10526           Add .aac, fix .m1v/.m2v (#163891).
10527
10528 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10529
10530         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10531           Sanity check, don't wait endlessly since the clock might not
10532           actually run at this point (which is a deadlock). Fixes #164069.
10533
10534 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10535
10536         * gst/playback/gstplaybasebin.c: (probe_triggered):
10537           Of course, only pause if group is done...
10538
10539 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10540
10541         * gst/playback/gstplaybasebin.c: (probe_triggered):
10542           Thread safety.
10543
10544 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10545
10546         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10547           Don't return state change success when the parent
10548           failed.
10549
10550 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10551
10552         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10553           Free events (fix memleak in #162905).
10554
10555 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10556
10557         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10558
10559         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10560         (gst_ffmpeg_caps_to_pixfmt):
10561           Fix for depth = 15. Fixes #161675.
10562
10563 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10564
10565         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10566           Set FPS correctly, even for webcams and the like.
10567         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10568           Don error on setting while capturing.
10569
10570 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10571
10572         * ext/dv/gstdvdec.c:
10573         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10574         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10575           I'm a bad boy. using /1001. to force C to do float division
10576           and not integer division (as it did in my last commit)
10577           Thanks to David I. Lehn for pointing this mistake.
10578
10579 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10580
10581         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10582           Revert Johan??s 1.35->1.36 since it breaks compat.
10583
10584 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10585
10586         * ext/dv/gstdvdec.c:
10587         * ext/libfame/gstlibfame.c:
10588         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10589         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10590           replace framerate aproximations by their real value
10591           (24000/1001, 30000/1001, 60000/1001)
10592           Finish fixing bug #164049
10593
10594 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10595
10596         * ext/ogg/gstoggmux.c:
10597           eos/bos debugging
10598         * gst/tcp/gstmultifdsink.c:
10599         * gst/tcp/gstmultifdsink.h:
10600         * gst/tcp/gsttcp.c:
10601         * gst/tcp/gsttcp.h:
10602         * gst/tcp/gsttcpclientsink.c:
10603         * gst/tcp/gsttcpclientsrc.c:
10604         * gst/tcp/gsttcpserversink.c:
10605         * gst/tcp/gsttcpserversrc.c:
10606           improve reusability of elements after state changes and errors
10607           make multifdsink throw away streamheaders when receiving new ones
10608
10609 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10610
10611         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10612           Fix for if items are already in list...
10613
10614 2005-01-12  Benjamin Otte  <otte@gnome.org>
10615
10616         * gst/adder/gstadder.c: (gst_adder_loop):
10617           fix adder a bit so it doesn't screw up with events as much anymore
10618
10619 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10620
10621         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10622         (pixbufscale_scale), (gst_pixbufscale_chain):
10623         * ext/gdk_pixbuf/pixbufscale.h:
10624           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10625           to ensure rowstrides are calculated the same way as 
10626           ffmpegcolorspace
10627           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10628           that we pick up duration and offset also.
10629
10630 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10631
10632         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10633         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10634           Reusability fixes.
10635
10636 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10637
10638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10639         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10640         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10641         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10642           Update flags when requested.
10643
10644 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10645
10646         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10647           Fix dmix.
10648
10649 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10650
10651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10652         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10653         (probe_triggered), (new_decoded_pad), (gen_source_element),
10654         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10655         * gst/playback/gstplaybasebin.h:
10656         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10657         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10658         (gst_play_bin_change_state):
10659           Implement group-switch signal for use in apps to clear metadata
10660           cache, clean up subtitle, add suburi property instead of # hack,
10661           some error-out fixes.
10662
10663 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10664
10665         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10666           Debug.
10667         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10668           If we got a state change in the _get handler, don't return success.
10669
10670 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10671
10672         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10673         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10674           Make jpegdec quiet on MJPEG decoding
10675         * gst/asfdemux/README:
10676           Fix mimetypes for MJPEG and H263
10677
10678 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10679
10680         * ext/theora/theoradec.c: (theora_dec_chain):
10681           Fix broken code generation by gcc by swapping arguments.
10682         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10683           Fix \n in debug.
10684
10685 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10686
10687         * TODO:
10688           delete this file, it is by far outdated
10689         * ext/alsa/gstalsa.1: remove
10690         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10691         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10692         (gst_alsa_get_caps):
10693           Add HW probing for supported sample rates. Fixes #161704
10694
10695 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10696
10697         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10698           Don't crash, biatch! :).
10699
10700 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10701
10702         * ext/musepack/gstmusepackreader.cpp:
10703         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10704           Some work on tags - still doesn't work in playbin...
10705         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10706           Handle events...
10707
10708 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10709
10710         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10711           Also shove tags on kid pads.
10712
10713 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10714
10715         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10716           Don't bail on unknown events.
10717         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10718           Don't crash on events before negotiation.
10719         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10720           Send tags on pads, too.
10721         * gst/playback/gststreamselector.c:
10722         (gst_stream_selector_request_new_pad):
10723           Forward events on first pad if no input was selected yet.
10724
10725 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10726
10727         * gst/playback/gstplaybasebin.c: (setup_substreams):
10728           Don't disable streamtype if the stream doesn't exist, since
10729           then playing a video after audio will disable both and nothing
10730           will happen. Fixes the testsuite.
10731
10732 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10733
10734         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10735         (gst_v4l_xoverlay_set_xwindow_id):
10736         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10737         (gst_v4l2_xoverlay_set_xwindow_id):
10738           Add debug categories, fix overlay disabling.
10739
10740 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10741
10742         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10743         * ext/alsa/gstalsa.h:
10744           Add HW probing for period_count/size and buffer_size MIX/MAX
10745           Adjust default/user defined value if out of bounds
10746           Should fix bug #162024
10747
10748 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10749
10750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10751           Fix warning (#161191).
10752
10753 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10754
10755         * ext/dvdread/stream_labels.c:
10756         (dvdreadsrc_get_audio_stream_labels):
10757           Fix warning (init the good variable in switch default)
10758
10759 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10760
10761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10762
10763         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10764           Fix gcc-2.95 compile (#163485).
10765
10766 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * configure.ac:
10769         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10770         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10771         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10772         (gst_flacenc_change_state):
10773         * ext/flac/gstflacenc.h:
10774           Update for API change in flac-1.1.1. Update requirement in
10775           configure.ac. Fixes #162974.
10776
10777 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10778
10779         * gst/playback/gstplaybasebin.c: (group_destroy):
10780           Remove hack to get rid of assert and get rid of unlinked
10781           signals properly.
10782
10783 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10784
10785         * gst/playback/gstplaybasebin.c: (setup_source):
10786           Set source to NULL so that resources are free'ed. Fixes issues
10787           with playback of CDDA and similar device-accessing things.
10788
10789 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10790
10791         * testsuite/embed/Makefile.am:
10792           test->noinst, fix make test in buildbot.
10793
10794 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10795
10796         * ext/dvdread/stream_labels.c: new file
10797         * ext/dvdread/stream_labels.h: new file
10798         * ext/dvdread/Makefile.am:
10799         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10800           Extract audio stream label from DVD IFO files.
10801           It only dump them on the console for now, still have to
10802           make playbin aware of them.
10803
10804 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10805
10806         * gst/playback/gstplaybasebin.c: (setup_source):
10807           Fix hanging subs.
10808
10809 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10810
10811         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10812         (gen_preroll_element), (remove_groups), (setup_subtitle),
10813         (gen_source_element), (setup_source):
10814         * gst/playback/gstplaybasebin.h:
10815           Multiple .sub files is just a stupid idea... Fix some threading
10816           mistakes. Interestingly, external .sub files cause playbin to
10817           hang, I don't know why... Parsing fixes contributed by Fran??ois
10818           Kooman <fkooman@tuxed.net>.
10819
10820 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10821
10822         * testsuite/embed/Makefile.am:
10823           Fix buildbot.
10824
10825 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10826
10827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10828
10829         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10830         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10831         (gst_pngenc_set_property):
10832         * ext/libpng/gstpngenc.h:
10833           Add compression level property (#163323).
10834
10835 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10836
10837         * configure.ac:
10838         * examples/capsfilter/capsfilter1.c: (main):
10839         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10840         * ext/dvdread/Makefile.am:
10841         * ext/dvdread/demo-play:
10842         * ext/dvdread/demo-play.c:
10843         * gconf/gstreamer.schemas.in:
10844         * gst-libs/gst/gconf/gconf.c:
10845         * sys/v4l/TODO:
10846         * testsuite/Makefile.am:
10847         * testsuite/embed/Makefile.am:
10848         * testsuite/embed/embed.c: (cb_expose), (main):
10849           Remove all references to xvideosink, fix examples (#140845).
10850         * gst/playback/gstplaybasebin.c: (group_destroy):
10851           Apparently, disposal does not unlink - so do explicitely.
10852         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10853           Add debug.
10854
10855 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10856
10857         * README: fix PKG_CONFIG_PATH instructions, what was there
10858         previously was breaking default search path, not nice. 
10859         Fixes #163358
10860
10861 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10862
10863         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10864         (gst_audioscale_chain):
10865           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10866           when resampling - how the ^@$^!@^! is this possible?!?
10867
10868 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10869
10870         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10871           Reset variables on READY.
10872         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10873         (gst_matroska_mux_loop):
10874           Require data before writing header.
10875
10876 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10877
10878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10879
10880         * ext/mad/gstmad.c: (gst_mad_chain):
10881           Don't call mad_stream_sync() directly after recovering sync.
10882           Fixes #151661.
10883
10884 2005-01-09  Martin Eikermann  <meiker@upb.de>
10885
10886         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10887
10888         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10889         (snapshot_handler), (gst_snapshot_sinkconnect),
10890         (gst_snapshot_chain):
10891           Allocate resources when required, fix recursive signal emission
10892           and fix caps. Fixes #161667.
10893
10894 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10895
10896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10897
10898         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10899         (gst_pngdec_chain):
10900           Handle only 8-bppc (bits-per-pixel-component) images, better
10901           error handling and correct strides. Fixes #163177.
10902         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10903         (gst_pngenc_chain):
10904           Better error handling. Fixes #163348.
10905
10906 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10907
10908         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10909         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10910         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10911         (dvdnavsrc_uri_handler_init):
10912           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10913         * gst/playback/gstplaybasebin.c: (gen_source_element):
10914           Add MMS to streaming URIs.
10915
10916 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10917
10918         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10919         * sys/xvimage/xvimagesink.c:
10920         (gst_xvimagesink_navigation_send_event):
10921           Check for pad availability before sending event.
10922
10923 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10924
10925         * gst-plugins.spec.in:
10926           Add subparse.
10927
10928 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10929
10930         * configure.ac:
10931           Since we use functions from CVS, up requirement.
10932
10933 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10934
10935         * gst/playback/Makefile.am:
10936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10937         (group_destroy), (group_commit), (group_is_muted),
10938         (gen_preroll_element), (add_stream), (unknown_type),
10939         (probe_triggered), (preroll_unlinked), (mute_stream),
10940         (silence_stream), (new_decoded_pad), (setup_substreams),
10941         (setup_source), (get_active_source), (mute_group_type),
10942         (muted_group_change_state), (set_active_source),
10943         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10944         (play_base_eos), (gst_play_base_bin_change_state):
10945         * gst/playback/gstplaybasebin.h:
10946         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10947         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10948         (gst_stream_info_dispose), (stream_info_mute_pad),
10949         (stream_info_change_state), (gst_stream_info_set_mute):
10950         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10951         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10952         (gst_stream_selector_init), (gst_stream_selector_dispose),
10953         (gst_stream_selector_get_linked_pad),
10954         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10955         (gst_stream_selector_get_linked_pads),
10956         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10957         * gst/playback/gststreamselector.h:
10958           Adding stream selection support plus required properties for
10959           applications to use this. Fully fixes #100931.
10960
10961 2005-01-08  Benjamin Otte  <otte@gnome.org>
10962
10963         * gst/games/gstpuzzle.c: (nav_event_handler):
10964           - handle nav events differently: forward every event no matter if it
10965             was handled or not.
10966           - translate events
10967           You can now cheat by using navigationtest ! puzzle and moving the
10968           mouse close to the edge of a tile. ;)
10969
10970 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10971
10972         * configure.ac:
10973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10974         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10975         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10976         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10977         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10978         (gst_ogm_parse_plugin_init):
10979         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10980         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10981         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10982         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10983         * ext/pango/gsttextoverlay.h:
10984         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10985         (gst_matroska_demux_handle_seek_event),
10986         (gst_matroska_demux_sync_streams),
10987         (gst_matroska_demux_parse_blockgroup),
10988         (gst_matroska_demux_subtitle_caps),
10989         (gst_matroska_demux_plugin_init):
10990         * gst/matroska/matroska-ids.h:
10991         * gst/playback/gstdecodebin.c: (close_pad_link):
10992         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10993         (gen_preroll_element), (remove_groups), (add_stream),
10994         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10995         (setup_source):
10996         * gst/playback/gstplaybasebin.h:
10997         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10998         * gst/subparse/Makefile.am:
10999         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11000         (gst_subparse_base_init), (gst_subparse_class_init),
11001         (gst_subparse_init), (gst_subparse_formats),
11002         (gst_subparse_eventmask), (gst_subparse_event),
11003         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11004         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11005         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11006         (parse_mpsub_deinit), (parse_mpsub_init),
11007         (gst_subparse_buffer_format_autodetect),
11008         (gst_subparse_format_autodetect), (gst_subparse_loop),
11009         (gst_subparse_change_state), (gst_subparse_type_find),
11010         (plugin_init):
11011         * gst/subparse/gstsubparse.h:
11012         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11013         (plugin_init):
11014           Add subtitle support, .sub parser (supports SRT and MPsub),
11015           OGM text support, Matroska UTF-8 text support, deadlock fixes
11016           all over the place, subtitle awareness in decodebin/playbin
11017           and some fixes to textoverlay to handle subtitles in a stream
11018           correctly. Fixes #100931.
11019
11020 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11021
11022         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11023           Check for pad availability before doing a query on it.
11024
11025 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11026
11027         * ext/dv/gstdvdec.c:
11028           really fix bpp24/32 dvdec caps (classic rgba indeed)
11029         * gst/asfdemux/gstasfdemux.c:
11030         (gst_asf_demux_process_ext_content_desc):
11031           don't send text tags if they are empty (bis repetita)
11032
11033 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11034
11035         * ext/dv/gstdvdec.c:
11036          remove unneeded comment from dvdec
11037           (related to DV 4CC codes in AVI files)
11038           moved them in gstreamer/docs/random/mimetypes
11039         * gst/asfdemux/gstasfdemux.c:
11040         (gst_asf_demux_process_ext_content_desc):
11041          don't send text tags if they are empty
11042          fix mem leak on error path
11043         * gst/ffmpegcolorspace/avcodec.h:
11044         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11045         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11046         (gst_ffmpegcsp_avpicture_fill):
11047         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11048         * gst/ffmpegcolorspace/imgconvert_template.h:
11049          adds BGR32 and BGRA32 to ffmpegcolorspace
11050           (still bad colors, fixing it on next commit)
11051           helps with dvdec outputing BGR32
11052
11053 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11054
11055         * ext/dv/gstdvdec.c:
11056          Fix audio caps i just broke (missing ',')
11057         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11058         (gst_matroska_mux_reset):
11059          Fix typo + add FIXME about old "x-gst-metadata" crap
11060
11061 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11062
11063         * ext/dv/demo-play.c: (main):
11064          xvideosink -> xvimagesink
11065         * ext/dv/gstdvdec.c:
11066          change rgb 32/32 caps to 24/32 (no alpha)
11067          change nb of channels to be a list (2 or 4, not 2)
11068          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11069         * gst/asfdemux/gstasfdemux.c:
11070         (gst_asf_demux_process_ext_content_desc):
11071          Add 'date/year' to extracted metadata list
11072
11073 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11074
11075         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11076           The return value of fixate_to does not imply that the requested
11077           value was set, so don't assume.
11078
11079 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11080
11081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11082
11083         * ext/libpng/gstpngdec.c:
11084         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11085         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11086         * ext/libpng/gstpngenc.h:
11087           Alpha support (encoder; #163161), mime fixage.
11088
11089 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11090
11091         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11092
11093         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11094         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11095         (gst_faac_set_property), (gst_faac_get_property):
11096         * ext/faac/gstfaac.h:
11097           Allow for ADTS output (#153434).
11098
11099 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11100
11101         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11102           Fix against template (#150576).
11103
11104 2005-01-06  Benjamin Otte  <otte@gnome.org>
11105
11106         * gst/games/gstpuzzle.c: (draw_puzzle):
11107           don't draw a puzzle if either width or height of tiles would be 0.
11108
11109 2005-01-06  Benjamin Otte  <otte@gnome.org>
11110
11111         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11112         (gst_puzzle_class_init), (gst_puzzle_finalize):
11113           no memleaks, please
11114         (gst_puzzle_create), (gst_puzzle_init),
11115         (gst_puzzle_set_property), (gst_puzzle_setup):
11116           change initialization code around so we don't reshuffle on resize
11117         (draw_puzzle):
11118           fix another stupid typo
11119
11120 2005-01-06  Benjamin Otte  <otte@gnome.org>
11121
11122         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11123           fix stupid typo that borked copying on YUY2
11124
11125 2005-01-06  Benjamin Otte  <otte@gnome.org>
11126
11127         * gst/games/gstpuzzle.c: (draw_puzzle):
11128           fix edges when image sizes aren't multiples of tile sizes
11129
11130 2005-01-06  Benjamin Otte  <otte@gnome.org>
11131
11132         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11133           make RGB endianness work correctly
11134         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11135           refactor and fix race with initial shuffling
11136         (nav_event_handler):
11137           allow using the mouse to puzzle
11138         (draw_puzzle):
11139           insist on tiles having width and height as multiples of 4 to get
11140           clean YUV image handling
11141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11142         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11143           s/DEBUG/LOG/ for common messages
11144         (gst_xvimagesink_navigation_send_event):
11145           fix mouse event translation to not include screen PAR
11146         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11147           fix mouse event translation to actually work
11148
11149 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11150
11151         * gst/asfdemux/gstasfdemux.c:
11152         (gst_asf_demux_process_ext_content_desc):
11153          Extract TrackNumber metadata + clean up code
11154         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11155          Hope this is the good fix (var used unitialised)
11156
11157 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11158
11159         * ext/faad/gstfaad.c: (gst_faad_chain):
11160           Only increment timestamp if it's valid. Fixes raw AAC streams.
11161
11162 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11163
11164         * configure.ac:
11165         * gst/games/Makefile.am:
11166         * gst/games/gstpuzzle.c:
11167           add a puzzle game with...
11168         * gst/games/gstvideoimage.c:
11169         * gst/games/gstvideoimage.h:
11170           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11171           from videotestsrc and made into something that would be a nice
11172           library for a lot of other plugins.
11173
11174 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11175
11176         * configure.ac:
11177          don't compile faad plugin if a RC of 2.0 is found
11178          Fixes #155346 (and FC1 buildbot)
11179         * gst/asfdemux/gstasfdemux.c:
11180         (gst_asf_demux_process_ext_content_desc):
11181          try to make Solaris compiler happier
11182
11183 2005-01-06  Paul Jack  <pjack@sfaf.org>
11184
11185         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11186
11187         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11188           Fix segfault (#161667).
11189
11190 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11191
11192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11193           Fix framerate reporting.
11194
11195 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11196
11197         * gst-libs/gst/riff/riff-ids.h:
11198         * gst/wavenc/riff.h:
11199          Add AMR (VBR and CBR) ids to riff.h audio codec list
11200         * gst/asfdemux/gstasfdemux.c:
11201         (gst_asf_demux_process_ext_content_desc),
11202         (gst_asf_demux_process_object):
11203           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11204
11205 2005-01-05  Martin Eikermann  <meiker@upb.de>
11206
11207         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11208
11209         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11210         (gst_dvd_demux_handle_discont):
11211         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11212         (gst_mpeg_demux_handle_discont):
11213           Recreate pads on new-media (#160730).
11214         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11215           Send discont even if manager changes timestamps (#161929).
11216
11217 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11218
11219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11220
11221         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11222           Fix invalid memory access (#159211).
11223
11224 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11225
11226         * examples/gstplay/player.c: (main):
11227           Don't iterate.
11228         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11229           Add visualizations.
11230         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11231         (gst_a52dec_handle_frame):
11232           Set duration.
11233         * ext/dvdnav/gst-dvd:
11234           Add audioconvert. Fixes #161325.
11235         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11236           Explicitely case to gint64. Possible valgrind error.
11237         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11238         (gst_play_tick_callback), (gst_play_change_state),
11239         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11240         (gst_play_set_location), (gst_play_get_location),
11241         (gst_play_seek_to_time), (gst_play_set_data_src),
11242         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11243         (gst_play_set_visualization), (gst_play_connect_visualization),
11244         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11245         (gst_play_new):
11246           Use playbin. Fixes #139749 and #147744.
11247         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11248           Add genre tag.
11249         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11250         (audioscale_get_type), (gst_audioscale_base_init),
11251         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11252         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11253         (gst_audioscale_link), (gst_audioscale_get_buffer),
11254         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11255         (gst_audioscale_init), (gst_audioscale_dispose),
11256         (gst_audioscale_chain), (gst_audioscale_set_property),
11257         (gst_audioscale_get_property), (plugin_init):
11258           Indent properly.
11259         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11260           Fix LPCM.
11261         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11262         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11263         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11264           Add more metadata (fixes #162656).
11265
11266 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11267
11268         * configure.ac:
11269           back to cvs
11270
11271 === release 0.8.7 ===
11272
11273 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11274
11275         * NEWS:
11276         * RELEASE:
11277         * configure.ac:
11278           releasing 0.8.7, "Hyperspace"
11279
11280 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11281
11282         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11283
11284         * gst/playback/gstplaybasebin.c:
11285          Fix for #162924 - free caps after use, not before
11286
11287 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11288
11289         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11290
11291         * gst/playback/gstplaybasebin.c:
11292         * gst/wavparse/gstwavparse.c:
11293           Fix for #154773 - fixes playback of small .wav files
11294
11295 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11296
11297         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11298
11299         * gst/audioscale/gstaudioscale.c:
11300           Fix for #162819 - make audioscale reusable
11301           Fixes playback of more than one file with playbin/totem
11302
11303 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11304
11305         * gst/ffmpegcolorspace/avcodec.h:
11306         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11307         * gst/ffmpegcolorspace/imgconvert.c:
11308           clean up the mess that made me cry and avoid needless duplication
11309
11310 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11311
11312         * gst/ffmpegcolorspace/imgconvert.c:
11313           give some indication of why we're segfaulting
11314
11315 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11316
11317         * configure.ac:
11318           Fix indentation, fix v4l2 plugin detection.
11319         * ext/Makefile.am:
11320           Fix libmms location (Maciej, use diff -u!).
11321         * ext/alsa/gstalsa.c: (gst_alsa_init):
11322           Initialize caps cache to NULL.
11323         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11324           Only change state on audiosink if it exists.
11325
11326 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11327
11328         * gst/matroska/matroska-demux.c:
11329         * gst/matroska/matroska-ids.h:
11330         * gst/matroska/matroska-demux.h:
11331         Fix Vorbis streams failing to decode in some files, where cluster_time
11332         isn't 0, because then it doesn't send codec_priv before actual data.
11333         Remove time-based test and replace it with marker set on beginning of
11334         new stream
11335
11336 2004-12-28  David Schleef  <ds@schleef.org>
11337
11338         Merge patch from Ronald fixing problems with streaming
11339         text.
11340         * ext/cairo/gstcairo.c: (plugin_init):
11341         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11342         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11343         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11344         (gst_textoverlay_font_init), (gst_textoverlay_init),
11345         (gst_textoverlay_set_property):
11346         * ext/cairo/gsttextoverlay.h:
11347
11348 2004-12-27  David Schleef  <ds@schleef.org>
11349
11350         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11351         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11352         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11353         (gst_textoverlay_font_init), (gst_textoverlay_init),
11354         (gst_textoverlay_set_property): Improvements to actually
11355         render text as white on black outline on video, including
11356         font selection and horizontal/vertical alignment.  (Ronald's
11357         christmas present)
11358         * ext/cairo/gsttextoverlay.h:
11359
11360 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11361
11362         * ext/ogg/gstogg.c:
11363         * ext/ogg/gstogmparse.c:
11364           fix ogm[audio/video]parse plugin registration
11365           (riff won't load if bytestream is already loaded)
11366
11367 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11368
11369         * gst/audioconvert/gstchannelmix.c:
11370           fix for GLIB < 2.4
11371
11372 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11373
11374         * Makefile.am:
11375         * configure.ac:
11376           disable docs again until it actually passes make distcheck.
11377
11378 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11379
11380         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11381         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11382         (plugin_init):
11383           Add 3GP (variables name Q3GP because they can't start with a
11384           number). Add samr audio fourcc (used in .3gp files), decoder
11385           is work in progress. Also do a GST_WARNING instead of ERROR
11386           in case of unknown nodes, to decrease output.
11387
11388 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11389
11390         * Makefile.am:
11391           really fix dist
11392
11393 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11394
11395         * configure.ac:
11396         * ext/speex/gstspeexdec.h:
11397         * ext/speex/gstspeexenc.h:
11398           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11399           Fix detection code in configure.ac
11400
11401 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11402
11403         * gst/matroska/matroska-demux.c:
11404         (gst_matroska_demux_parse_blockgroup):
11405           Save position, so that queries give proper return values. Don't
11406           know how this could ever have worked before...
11407
11408 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11409
11410         * configure.ac:
11411           Put additional LAME check inside the conditional.  Fixes #152339
11412
11413 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11414
11415         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11416         (gst_avi_demux_stream_scan):
11417           Add some more debug. Fix logic error when setting movi offset
11418           while reading index.
11419
11420 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11421
11422         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11423         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11424         (gst_avi_demux_process_next_entry):
11425           Add some debugging. Better detection of broken indexes and the
11426           accompanying index recovery. No infinite loops on state changes
11427           when we're still in our loopfunction.
11428
11429 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11430
11431         * configure.ac:
11432           Fix up.
11433
11434 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11435
11436         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11437
11438         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11439           Normalizing the value before setting
11440         (gst_sunaudiomixer_get_volume):
11441           Normalizing the value after getting. Fixes bug# 161980
11442
11443 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11444
11445         * Makefile.am: Make sure docs gets disted
11446         * docs/Makefile.am: Make sure all needed files get disted
11447         * gst-plugins.spec.in: latest updates
11448
11449 2004-12-22  Wim Taymans  <wim@fluendo.com>
11450
11451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11452         Revert patch 1.38 as clock distribution over schedulers does
11453         not work correcly in the core yet.
11454
11455 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11456
11457         * sys/oss/README: remove this file, which predates my birth
11458           (and which content is by far outdated)
11459
11460 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11461
11462         * Makefile.am:
11463         * configure.ac:
11464         * docs/Makefile.am:
11465         * docs/libs/Makefile.am:
11466         * docs/libs/gst-plugins-libs-docs.sgml:
11467         * docs/libs/gst-plugins-libs-sections.txt:
11468         * docs/libs/tmpl/gstgconf.sgml:
11469         * docs/upload.mak:
11470         * docs/version.entities.in:
11471           Added boilerplate gtk-doc files for plugin-libs documentation.
11472
11473 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11474
11475         * gst/auparse/gstauparse.c: fix int and float audio caps
11476
11477 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11478
11479         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11480         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11481           g_assert() can be a macro, don't use #ifdef inside it.
11482
11483 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11484
11485         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11486
11487         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11488         (gst_videorate_init), (gst_videorate_chain),
11489         (gst_videorate_change_state):
11490           Event handling (fixes #159986).
11491
11492 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11493
11494         * gst-libs/gst/riff/riff-media.c:
11495         (gst_riff_create_video_caps_with_data):
11496           Add BLZ0 (Blizzard's version of DivX) fourcc.
11497
11498 2004-12-18  David Schleef  <ds@schleef.org>
11499
11500         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11501         portability fix.
11502
11503 2004-12-18  David Schleef  <ds@schleef.org>
11504
11505         * gst/tta/ttadec.h: Disable some header code that isn't used
11506         and clearly isn't portable.
11507
11508 2004-12-18  David Schleef  <ds@schleef.org>
11509
11510         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11511         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11512         (avcodec_get_pix_fmt), (avpicture_layout),
11513         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11514         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11515         Fix code to not use GCC extensions (and c99 extensions that
11516         Forte does not like.)
11517
11518 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11519
11520         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11521
11522         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11523         (gst_deinterlace_chain):
11524           Rowstride fixes. Fixes #161039.
11525         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11526         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11527         (gst_video_crop_getcaps), (gst_video_crop_link),
11528         (gst_video_crop_i420), (gst_video_crop_chain),
11529         (gst_video_crop_change_state):
11530           Rework of negotiation. Actually works now. Fixes #158650.
11531
11532 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11533
11534         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11535           That was very stupid.
11536
11537 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11538
11539         * gst/matroska/matroska-demux.c:
11540         (gst_matroska_demux_parse_blockgroup):
11541           Fix possible crasher.
11542
11543 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11544
11545         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11546         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11547           Lace sizes can be zero.
11548
11549 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11550
11551         * ext/musepack/gstmusepackdec.cpp:
11552           Fetch error return values. Fixes #161624.
11553         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11554           Really EOS.
11555
11556 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11557
11558         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11559           Work for truncated (unfinished download etc.) files. Fixes #160514.
11560
11561 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11562
11563         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11564           Fix for integer overflow. Makes #156001 not crash. Probably masks
11565           the real bug.
11566
11567 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11568
11569         * gst/ac3parse/gstac3parse.c: (plugin_init):
11570           Parsers never have ranks. Fixes #159651.
11571
11572 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11573
11574         * gst/playback/gstdecodebin.c: (compare_ranks):
11575           make sure the facotries are ordered the same every time even if they
11576           have the same rank by using the name
11577         * gst/playback/gstdecodebin.c: (find_compatibles):
11578           make sure we don't add factories to the list twice
11579
11580 2004-12-16  David Schleef  <ds@schleef.org>
11581
11582         * configure.ac: look for musepack headers as musepack/*.h
11583         (fixes #159847)
11584         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11585         * ext/musepack/gstmusepackreader.h: same
11586
11587 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11588
11589         * gst-libs/gst/riff/riff-read.c:
11590         (gst_riff_read_strf_auds_with_data):
11591           Read extradata correctly (fixes #155879).
11592
11593 2004-12-16  David Schleef  <ds@schleef.org>
11594
11595         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11596         audio.  does _not_ attempt or allow conversion unless channels
11597         is 1 or 2.
11598
11599 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11600
11601         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11602
11603 2004-12-16  David Schleef  <ds@schleef.org>
11604
11605         * gst/audioscale/gstaudioscale.c: the resample library only
11606         handles 1 or 2 channels.  Change caps to compensate.
11607
11608 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11609
11610         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11611         (gst_matroska_demux_audio_caps):
11612           Some MPEG-AAC hacks, because else it doesn't work...
11613
11614 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11615
11616         * gst-libs/gst/riff/riff-media.c:
11617         (gst_riff_create_video_caps_with_data),
11618         (gst_riff_create_video_template_caps):
11619           Add h264.
11620
11621 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11622
11623         * gst-libs/gst/audio/Makefile.am:
11624           Try to fix buildbot.
11625
11626 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11627
11628         * gst/tcp/gstmultifdsink.c:
11629           Clean up and uniformize debugging.
11630
11631 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11632
11633         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11634
11635         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11636         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11637         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11638         (gst_mpeg_demux_change_state):
11639           Reset on ready. Fixes 160276.
11640
11641 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11642
11643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11644
11645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11646         (gst_ffmpegcsp_pad_link):
11647           Fix memleak (#154815).
11648
11649 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11650
11651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11652
11653         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11654         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11655         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11656         * ext/musicbrainz/gsttrm.h:
11657           Add support for using a proxy server when getting a trm id from
11658           the MusicBrainz database (#149613).
11659
11660 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11661
11662         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11663
11664         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11665         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11666           Fix memleaks (#157233).
11667
11668 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11669
11670         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11671
11672         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11673         * gst-libs/gst/resample/resample.h:
11674         * gst/audioscale/gstaudioscale.c:
11675           Fix memleak (#159215).
11676
11677 2004-12-16  Toni Willberg  <toniw@iki.fi>
11678
11679         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11680
11681         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11682         * sys/oss/oss_probe.c: (main):
11683           Check for mono/stereo support (similar to samplerate probing),
11684           fixes #159433. Also add missing copyright header to oss_probe.c.
11685
11686 2004-12-15  David Schleef  <ds@schleef.org>
11687
11688         * configure.ac: add audioresample and cairo plugins.  Remove
11689         HAVE_MMX stuff, because it's not used.
11690         * ext/Makefile.am: same
11691         * ext/audioresample/Makefile.am: You are not ready for an
11692         audio resampling element based on audioresample.
11693         * ext/audioresample/gstaudioresample.c:
11694         * ext/audioresample/gstaudioresample.h:
11695         * ext/cairo/Makefile.am: You are not ready for overlay elements
11696         based on cairo.  Don't look too closely, these elements kinda
11697         suck right now.
11698         * ext/cairo/gstcairo.c: new
11699         * ext/cairo/gsttextoverlay.c: new
11700         * ext/cairo/gsttextoverlay.h: new
11701         * ext/cairo/gsttimeoverlay.c: new
11702         * ext/cairo/gsttimeoverlay.h: new
11703         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11704         problem with compilers that don't support variadic macros.
11705
11706 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11707
11708         Reviewed by:  David Schleef  <ds@schleef.org>
11709
11710         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11711         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11712         bit.  Also ran indent-gst.
11713         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11714         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11715         (gst_sunaudiosrc_setparams):
11716
11717 2004-12-14  David Schleef  <ds@schleef.org>
11718
11719         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11720         output rate to 16000.  Should fix #160235.
11721
11722 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11723
11724         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11725         Add typefinding for mpeg2 pes streams
11726
11727 2004-12-13  David Schleef  <ds@schleef.org>
11728
11729         * configure.ac:  Applied patch from bug #143659, making default
11730         sources and sinks OS-dependent (for Solaris), and added code
11731         for OS/X.
11732         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11733
11734 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11735
11736         * gst-libs/gst/riff/riff-media.c:
11737           forgot to add h2.64 to avidemux template caps
11738
11739 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11740
11741         * gst/wavenc/riff.h:
11742         * gst-libs/gst/riff/riff-media.c:
11743         * gst-libs/gst/riff/riff-ids.h:
11744         * gst/avi/gstavimux.c
11745         add 4CC code for VideoSoft h264 in AVI (VSSH)
11746           fixes bug #160655
11747         remove s323 from riff, it's quicktime specific :(
11748
11749 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11750
11751         * gst/asfdemux/README
11752         * gst/wavenc/riff.h
11753         * gst-libs/gst/riff/riff-ids.h
11754         * gst-libs/gst/riff/riff-media.c
11755         * gst/qtdemux/qtdemux.c:
11756           add new 4CC codes for h263 related codecs
11757           fixes partially bug #155163
11758
11759 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11760
11761         * configure.ac: Update polyaudio requirement to 0.7
11762         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11763
11764 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11765
11766         * gst/interleave/deinterleave.c:
11767         fix my name's spelling! :)
11768
11769 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11770
11771         * AUTHORS ChangeLog
11772         * gst/auparse/gstauparse.c
11773         * gst/interleave/deinterleave.c
11774         * gst/law/:
11775                 alaw-decode.c alaw-encode.c
11776                 mulaw-decode.c mulaw-encode.c
11777         * gst/oneton/gstoneton.c
11778         * sys/osxaudio/:
11779                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11780         * sys/osxvideo/:
11781                 cocoawindow.h cocoawindow.m
11782                 osxvideosink.h osxvideosink.m
11783
11784         put the same mail address for Zaheer Abbas Merali everywhere
11785
11786 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11787
11788         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11789           Align by packetsize, and assert that we a packet available before
11790           playing. The first makes webstreams work (they often include
11791           trailing padding data in a packet), the second allows pausing a
11792           ASF stream in totem without getting demux errors afterwards.
11793
11794 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11795
11796         * ext/ogg/gstoggdemux.c: (get_relative):
11797           Check for non-NULL before accessing member (end-of-chain).
11798
11799 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11800
11801         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11802         (cdparanoia_set_property), (cdparanoia_get_property):
11803         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11804         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11805         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11806         (dvdreadsrc_init), (dvdreadsrc_set_property),
11807         (dvdreadsrc_get_property):
11808         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11809         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11810           Synchronize property names where not yet the case. Devices are
11811           now device=X, other versions are deprecated (but still exist).
11812           Also use g_free() unconditionally.
11813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11814         (setup_source), (gst_play_base_bin_get_property):
11815           Expose source.
11816
11817 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11818
11819         * configure.ac: move GCONF macro outside conditional for the am
11820           conditional. Fixes #160439
11821
11822 2004-12-08  David Schleef  <ds@schleef.org>
11823
11824         * tools/gst-visualise-m.m: Switch to elements that currently
11825         exist.
11826
11827 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11828
11829         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11830           We love wrong commas.
11831
11832 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11833
11834         * gst/matroska/matroska-demux.c:
11835         (gst_matroska_demux_handle_src_query):
11836           Don't set DEFAULT, unsupported - makes length display incorrectly
11837           in some cases.
11838
11839 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11840
11841         * gst/monoscope/README: remove blurb about files being GPL
11842         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11843         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11844           monoscope is now effectively LGPL licensed
11845
11846 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11847
11848         * gst/monoscope/README: Update information to be more correct
11849         * gst/monoscope/convolve.c: Relicense to LGPL
11850         * gst/monoscope/convolve.h: Relicense to LGPL
11851
11852 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11853
11854         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11855           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11856         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11857           set default_duration for mpeg1 audio
11858
11859 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11860
11861         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11862         * ext/alsa/gstalsa.h:
11863           refactor big chunks of the core caps negotiation code to make it
11864           a lot faster, because people claim it's really slow
11865           (actually, just cache the getcaps when the device is opened)
11866
11867 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11868
11869         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11870         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11871         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11872         (gst_a52dec_change_state), (plugin_init):
11873         * ext/a52dec/gsta52dec.h:
11874           Do something useful with timestamps. Make chain-based (since
11875           there's really no reason to be loopbased).
11876         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11877           Update current_byte/frame correctly.
11878
11879 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11880
11881         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11882         (gst_ape_demux_stream_init):
11883           Forward tags, too.
11884
11885 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11886
11887         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11888           Let's make sure we're done typefinding when detecting tags.
11889
11890 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11891
11892         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11893         (gst_ebml_read_init), (gst_ebml_read_use_event),
11894         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11895         (gst_ebml_read_seek), (gst_ebml_read_skip),
11896         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11897         (gst_ebml_read_master):
11898         * gst/matroska/ebml-read.h:
11899         * gst/matroska/matroska-demux.c:
11900         (gst_matroska_demux_parse_contents),
11901         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11902           Disgustingly evil hack for working around INTERRUPT events and
11903           their extremely annoying habit of being a pain in the ass. We
11904           simply peek a cluster before reading any of it.
11905
11906 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11907
11908         * ext/musepack/gstmusepackdec.cpp:
11909           There's also floating point libmusepacks.
11910
11911 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11912
11913         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11914         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11915           Set DURATION even if source buffer didn't. Also use increasing
11916           timestamps.
11917         * gst-libs/gst/riff/riff-media.c:
11918         (gst_riff_create_audio_caps_with_data):
11919           Block_align can have larger values than 8192.
11920
11921 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11922
11923         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11924         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11925         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11926         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11927           Fix caps.
11928
11929 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11930
11931         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11932           Fix logic bug.
11933
11934 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11935
11936         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11937           Yay, another one.
11938
11939 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11940
11941         * ext/esd/esdsink.c: (gst_esdsink_chain):
11942           Make error actually say something useful (fixes #156798).
11943         * gst-libs/gst/riff/riff-media.c:
11944         (gst_riff_create_video_caps_with_data),
11945         (gst_riff_create_video_template_caps):
11946           Add Intel Video 5.0 fourcc (IV50).
11947
11948 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11949
11950         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11951         detection on mono and stereo mp3 files.
11952
11953 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11954
11955         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11956           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11957           the contained stream).
11958
11959 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11960
11961         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11962           Oops, remove debug.
11963
11964 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11965
11966         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11967
11968         * gst/law/alaw-decode.c: (alawdec_getcaps):
11969         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11970           Prevent warnings when negotiating caps (fixes #159338).
11971
11972 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11973
11974         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11975         (gst_ffmpegcsp_chain):
11976           Remove old leftover that shouldn't be there...
11977
11978 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11979
11980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11981
11982         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11983           Don't forward DISCONT events (fixes #159684).
11984
11985 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11986
11987         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11988           Unlink manually since sometimes bin disposal (and therefore
11989           pad unlinking) is delayed, which will cause a new media file
11990           to not be able to start playing instantly.
11991
11992 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11993
11994         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11995           On mute of an unlinked stream, check for pad availability so
11996           we don't crash on unlinked pad.
11997
11998 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11999
12000         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12001         (gst_avi_demux_massage_index):
12002           Fix quite humiliating bug in omitting 0-sized index chunks but
12003           forgetting to count them for timestamps.
12004
12005 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12006
12007         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12008           Actually leave the loop if we failed to sync. Don't crash.
12009
12010 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12011
12012         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12013         (gst_dvd_demux_process_private):
12014         * gst/mpegstream/gstdvddemux.h:
12015           Fix crash (#159759). Doesn't work, though. :-(.
12016
12017 2004-11-28  Benjamin Otte  <otte@gnome.org>
12018
12019         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12020           more overwriting protection due to modifying channels one by one
12021           instead of all at once
12022
12023 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12024
12025         * gst/audioconvert/gstchannelmix.c:
12026         (gst_audio_convert_fill_normalize):
12027           Normalize using absolute values.
12028
12029 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12030
12031         * configure.ac:
12032         * ext/Makefile.am:
12033         * ext/directfb/Makefile.am:
12034         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12035         (gst_directfbvideosink_get_pixel_format),
12036         (gst_directfbvideosink_get_format_from_fourcc),
12037         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12038         (gst_directfbvideosink_sink_link),
12039         (gst_directfbvideosink_change_state),
12040         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12041         (gst_directfbvideosink_buffer_alloc),
12042         (gst_directfbvideosink_interface_supported),
12043         (gst_directfbvideosink_interface_init),
12044         (gst_directfbvideosink_navigation_send_event),
12045         (gst_directfbvideosink_navigation_init),
12046         (gst_directfbvideosink_set_property),
12047         (gst_directfbvideosink_get_property),
12048         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12049         (gst_directfbvideosink_base_init),
12050         (gst_directfbvideosink_class_init),
12051         (gst_directfbvideosink_get_type), (plugin_init):
12052         * ext/directfb/directfbvideosink.h: Adding a first version of
12053         directfbvideosink.
12054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12055         more.
12056
12057 2004-11-28  Benjamin Otte  <otte@gnome.org>
12058
12059         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12060           walk the samples backwards if out_channels > in_channels so we don't
12061           overwrite data
12062
12063 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12064
12065         * gst/audioconvert/Makefile.am:
12066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12067         (gst_audio_convert_link), (gst_audio_convert_change_state),
12068         (gst_audio_convert_channels):
12069         * gst/audioconvert/gstchannelmix.c:
12070         (gst_audio_convert_unset_matrix),
12071         (gst_audio_convert_fill_identical),
12072         (gst_audio_convert_fill_compatible),
12073         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12074         (gst_audio_convert_fill_others),
12075         (gst_audio_convert_fill_normalize),
12076         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12077         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12078         * gst/audioconvert/gstchannelmix.h:
12079           Implement a channel mixer.
12080
12081 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12082
12083         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12084         * ext/alsa/gstalsa.h:
12085         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12086         Make alsasink actually honor gst_element_set_clock and use that
12087         clock instead of its internal one.
12088
12089 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12090
12091         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12092         (gst_play_base_bin_change_state): nullify source and decoder when
12093         going from READY to NULL so that we don't try to do weird stuff with
12094         them when going from NULL to READY
12095         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12096         instead of g_object_unref
12097         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12098         it should be correct
12099         (gst_play_bin_change_state): don't call remove_sinks if we are
12100         currently disposing the object
12101
12102 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12103
12104         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12105           Don't forget bass if it's there. Else left channel is silent...
12106
12107 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12108
12109         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12110         (gst_a52dec_change_state):
12111           Don't do sample adjusting anymore, we use float audio now.
12112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12113           Don't fixate to non-existing properties.
12114
12115 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12116
12117         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12118         (gst_a52dec_change_state):
12119           Advertise that we can do surround sound.
12120
12121 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12122
12123         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12124           Add buffer-frames=0.
12125         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12126         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12127         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12128         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12129         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12130         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12131         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12132         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12133         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12134         * ext/dvdread/dvdreadsrc.h:
12135           Add seeking, querying for bytes, sectors, title, angle and
12136           chapter. Handle multiple chapters. Relicense to LGPL because
12137           Billy agreed on that (thanks Billy!).
12138
12139 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12140
12141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12142         call parent dispose method
12143
12144 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12145
12146         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12147         (gst_audio_clock_get_internal_time):
12148         Fix active <-> inactive transitions: ensure time value always
12149         grows and avoid abrupt value changes.
12150
12151 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12152
12153         * configure.ac:
12154         * gst/tta/Makefile.am:
12155         * gst/tta/crc32.h:
12156         * gst/tta/filters.h:
12157         * gst/tta/gsttta.c:
12158         * gst/tta/gstttadec.c:
12159         * gst/tta/gstttadec.h:
12160         * gst/tta/gstttaparse.c:
12161         * gst/tta/gstttaparse.h:
12162         * gst/tta/ttadec.h:
12163           added TTA parser and decoder
12164
12165 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12166
12167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12168         (probe_triggered), (check_queue), (buffer_underrun),
12169         (buffer_running), (buffer_overrun), (gen_source_element),
12170         (setup_source):
12171         * gst/playback/gstplaybasebin.h:
12172           Implement buffering. Needs some more work.
12173
12174 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12175
12176         * ext/theora/theoradec.c: (theora_dec_chain):
12177           Fix ilog mask range overflow.
12178
12179 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12180
12181         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12182           Don't omit the last (which in case of dmix is the only :) )
12183           channel count. Don't set channels if <= 2.
12184
12185 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12186
12187         * gst/playback/gstplaybin.c: (gen_video_element),
12188         (gen_audio_element): Removed 2 obsolete comments
12189
12190 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12191
12192         * ext/vorbis/oggvorbisenc.c
12193         * ext/vorbis/vorbisenc.c :
12194           change description fields of those plugins to differentiate them
12195           (pitivi show Encoders by description, they had the same one)
12196
12197 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12198
12199         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12200
12201         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12202         (gst_play_bin_set_property), (gen_video_element),
12203         (gen_audio_element):
12204           Refcounting fixes for provided audio-/videosinks.
12205
12206 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12207
12208         * gst/playback/gstplaybin.c: (gen_video_element),
12209         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12210           Don't reference all sinks, but only the video- and audiosinks.
12211           The vis. element should be disposed when we're done with it.
12212           We don't have any reason to keep it around. This fixes warnings
12213           when reusing playbin for playing multiple audio files with
12214           vis. enabled. Also release audio device on pause - idea stolen
12215           from Rhythmbox.
12216
12217 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12218
12219         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12220         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12221         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12222         * ext/alsa/gstalsaplugin.c: (plugin_init):
12223         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12224         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12225         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12226         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12227         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12228         (gst_faad_change_state), (plugin_init):
12229         * ext/faad/gstfaad.h:
12230         * ext/vorbis/vorbis.c: (plugin_init):
12231         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12232         * gst-libs/gst/audio/Makefile.am:
12233         * gst-libs/gst/audio/audio.c: (plugin_init):
12234         * gst-libs/gst/audio/multichannel.c:
12235         (gst_audio_check_channel_positions),
12236         (gst_audio_get_channel_positions),
12237         (gst_audio_set_channel_positions),
12238         (gst_audio_set_structure_channel_positions_list),
12239         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12240         (gst_audio_fixate_channel_positions):
12241         * gst-libs/gst/audio/multichannel.h:
12242         * gst-libs/gst/audio/testchannels.c: (main):
12243         * gst/audioconvert/gstaudioconvert.c:
12244         (gst_audio_convert_class_init), (gst_audio_convert_init),
12245         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12246         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12247         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12248         * gst/audioconvert/plugin.c: (plugin_init):
12249           Surround sound support.
12250
12251 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12252
12253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12254           Fix position for discont if we're close as well. Nitpicking, but
12255           saves a few milliseconds of extra waiting or skipping.
12256
12257 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12258
12259         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12260           We sometimes need parsers for playback, so add those too.
12261
12262 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12263
12264         * configure.ac:
12265         * gst/apetag/Makefile.am:
12266         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12267         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12268         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12269         (gst_ape_demux_get_src_query_types),
12270         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12271         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12272         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12273         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12274         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12275         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12276         (gst_ape_demux_change_state):
12277         * gst/apetag/apedemux.h:
12278         * gst/apetag/apetag.c: (plugin_init):
12279         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12280         (plugin_init):
12281           APE v1/2 tag reader plus typefind function.
12282
12283 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12284
12285         * configure.ac:
12286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12287         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12288           Remove hacks for older core. Require newer core version
12289           accordingly.
12290
12291 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12292
12293         * gst/cdxaparse/Makefile.am:
12294         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12295         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12296         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12297         * gst/cdxaparse/gstcdxaparse.h:
12298         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12299         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12300         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12301         (gst_cdxastrip_get_src_query_types),
12302         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12303         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12304         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12305         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12306         * gst/cdxaparse/gstcdxastrip.h:
12307           SVCD/VCD header stripping separated from CDXA image parsing.
12308         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12309         (plugin_init):
12310           Add VCD/SVCD header typefinding for VCD/SVCD.
12311         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12312         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12313         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12314         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12315         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12316         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12317         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12318         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12319         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12320         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12321         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12322         * sys/vcd/vcdsrc.h:
12323           Fix up, add seeking, querying, URI interface. Works in totem now.
12324
12325 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12326
12327         * configure.ac:
12328           back to CVS
12329
12330 === release 0.8.6 ===
12331
12332 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12333
12334         * NEWS:
12335         * RELEASE:
12336         * configure.ac:
12337         * po/af.po:
12338         * po/az.po:
12339         * po/cs.po:
12340         * po/en_GB.po:
12341         * po/hu.po:
12342         * po/it.po:
12343         * po/nb.po:
12344         * po/nl.po:
12345         * po/or.po:
12346         * po/sq.po:
12347         * po/sr.po:
12348         * po/sv.po:
12349         * po/uk.po:
12350           releasing 0.8.6, "IOU Love"
12351
12352 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12353
12354         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12355
12356         * gst/playback/gstplaybasebin.c:
12357           Fix unplayable files error handling.  Fixes #158365
12358
12359 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12360
12361         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12362
12363         * gst/typefind/gsttypefindfunctions.c:
12364           Fix broken mp3 typefinding.  Fixes #158375
12365
12366 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12367
12368         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12369
12370         * ext/ogg/gstoggdemux.c:
12371           Fix sync on broken files.  Fixes #158976
12372
12373 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12374
12375         patch by: Edward Hervey <bilboed@bilboed.com>
12376
12377         * ext/libpng/gstpngenc.c:
12378           Copy over buffer properties.  Fixes #158832
12379
12380 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12381
12382         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12383
12384         * ext/dvdread/dvdreadsrc.c:
12385           Fixes invalid reads (#158462)
12386
12387 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12388
12389         * sys/v4l/gstv4lsrc.c:
12390         * sys/v4l/gstv4lsrc.h:
12391         * sys/v4l/v4lsrc_calls.c:
12392           Probe less and cache it.  Fixes #159187.
12393
12394 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12395
12396         * gst/videorate/gstvideorate.c:
12397           Handle all video formats. Fixes #159186.
12398
12399 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12400         * gst/synaesthesia/gstsynaesthesia.c:
12401         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12402         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12403         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12404         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12405         (gst_synaesthesia_change_state), (plugin_init):
12406         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12407         Force 320x200 output, as that's the only thing the underlying
12408         synaesthesia implementation supports. Still needs to be made
12409         re-entrant.
12410
12411 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12412
12413         * configure.ac:
12414           Fix mpeg2enc configure check (similar to mplex check below).
12415
12416 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12417
12418         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12419
12420         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12421           Fix for gcc-2.95 (fixes #158221).
12422
12423 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12424
12425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12426           Re-add clock distribution hack (until new core is released).
12427           Fixes #158125.
12428
12429 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12430         * configure.ac:
12431           fix mplex configure check segfaulting on some systems (bug #140994)
12432
12433 2004-11-13  Benjamin Otte  <otte@gnome.org>
12434
12435         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12436           add debugging
12437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12438           do a wait when we enter the loop func with no data available to
12439           write instead of getting into an 100% CPU loop by just returning and
12440           being called again by the scheduler
12441
12442 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12443
12444         * configure.ac:
12445         * ext/libvisual/visual.c: (gst_visual_get_type),
12446         (libvisual_log_handler), (gst_visual_getcaps),
12447         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12448         (plugin_init):
12449           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12450         * ext/smoothwave/Makefile.am:
12451         * ext/smoothwave/demo-osssrc.c: (main):
12452         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12453         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12454         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12455         (plugin_init):
12456         * ext/smoothwave/gstsmoothwave.h:
12457           Make gstsmoothwave a working element in the 20th century.
12458
12459         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12460           Fix incorrect link function
12461
12462 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12463
12464         * gst/volume/gstvolume.c:
12465           Allow buffer-frames=0.
12466
12467 2004-11-12 Iain <iaingnome@gmail.com>
12468
12469         * configure.ac: Check for polypaudio
12470
12471         * ext/Makefile.am: Build the polyp dir
12472
12473         * ext/polyp: The polypsink sources.
12474
12475 2004-10-30 Iain <iaingnome@gmail.com>
12476
12477         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12478         caps to reflect the new number of channels.
12479
12480 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12481
12482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12483           Fix for negotiation order problem. This would show when the
12484           ALSA loopfuction was called before any other function. ALSA
12485           wouldn't do anything because we're not negotiated yet, leading
12486           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12487
12488 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12489
12490         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12491
12492         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12493           No warnings (#157986).
12494
12495 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12496
12497         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12498           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12499
12500 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12501
12502         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12503           Signal no-more-pads (so it works in playbin).
12504
12505 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12506
12507         * ext/musepack/gstmusepackreader.cpp:
12508           Workaround for older core.
12509
12510 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12511
12512         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12513           Actually test for odd width/height rather than testing whether
12514           a temporary variable that was 0 before we subtracted 1 is now
12515           not equal to zero (which it always is).
12516
12517 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12518
12519         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12520         Fix compilation if HAVE_XVIDEO is not defined
12521
12522 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12523
12524         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12525         Fix compilation if HAVE_XVIDEO is not defined
12526
12527 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12528
12529         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12530         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12531         (gst_goom_change_state), (plugin_init):
12532         Use the bytestream adapter so goom doesn't depend on the input
12533         buffer size.
12534         Add a debug category
12535
12536 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12537
12538         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12539           Only set hardware parameters *after* negotiation. Before
12540           negotiation, it will set ANY and that seems to cause crashes
12541           (see e.g. #151288, #153227).
12542
12543 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12544
12545         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12546           This seems to be antique leftover. It needs to pass error
12547           checking.
12548         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12549         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12550         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12551         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12552           Fix GstXOverlay implementation (#151059).
12553
12554 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12555
12556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12557           Don't assert (#157853).
12558
12559 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12560
12561         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12562           Fix bytes/samples confustion.
12563         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12564           Fix for underrun (#144389).
12565
12566 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12567
12568         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12569           Disable halfway-seek for pending release (since it needs a new
12570           core release).
12571
12572 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12573
12574         * sys/v4l/gstv4lsrc.c:
12575         * sys/v4l/gstv4lsrc.h:
12576         * sys/v4l/v4lsrc_calls.c:
12577           add autoprobe-fps property so we can separate autoprobing parts
12578
12579 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12580
12581         * sys/v4l/gstv4lsrc.c:
12582         * sys/v4l/v4lsrc_calls.c:
12583         initialise fourcc to catch unset fourcc's, and debug
12584
12585 2004-11-09  Wim Taymans  <wim@fluendo.com>
12586
12587         * gst/playback/README:
12588         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12589         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12590         (gst_play_bin_dispose), (gst_play_bin_set_property),
12591         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12592         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12593         (gst_play_bin_get_formats), (gst_play_bin_convert),
12594         (gst_play_bin_get_query_types), (gst_play_bin_query):
12595         Cleanups and some more documentation.
12596
12597 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12598
12599         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12600         (gst_cacasink_init), (gst_cacasink_chain):
12601         * ext/libcaca/gstcacasink.h:
12602         Cacasink inherits from VideoSink, so let that store the clock.
12603
12604 2004-11-09  Wim Taymans  <wim@fluendo.com>
12605
12606         * gst/playback/README:
12607         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12608         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12609         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12610         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12611         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12612         (setup_sinks):
12613         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12614         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12615         * gst/playback/gststreaminfo.h:
12616         Updated README.
12617         Only switch groups if all streams have muted (EOSed).
12618         Send Tags in sync with the stream playback instead of in
12619         the playback/preroll phase.
12620         Some cleanups, free the fakesrc elements.
12621
12622 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12623
12624         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12625           buffer-frames property was missing
12626         * ext/arts/gst_arts.c:
12627           rate missing from sinkcaps
12628         * ext/audiofile/gstafparse.c:
12629         * ext/audiofile/gstafsink.c:
12630         * ext/audiofile/gstafsrc.c:
12631         * ext/swfdec/gstswfdec.c:
12632           int audio doesn't know buffer-frames
12633         * ext/cdparanoia/gstcdparanoia.c:
12634           int audio doesn't know chunksize either
12635         * ext/nas/nassink.c:
12636           it's endianness, not endianess
12637         * gst-libs/gst/audio/audio.h:
12638           make float standard pad template caps really describe float
12639         * gst/law/mulaw.c: (linear_factory):
12640           signed only, please
12641         * gst/mpegstream/gstdvddemux.c:
12642           widths of 20 are not valid
12643
12644 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12645
12646         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12647
12648         * po/LINGUAS:
12649         * po/it.po:
12650           Add Italian
12651
12652 2004-11-08  Wim Taymans  <wim@fluendo.com>
12653
12654         * gst/playback/README:
12655         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12656         * gst/playback/gstplaybasebin.c: (probe_triggered),
12657         (gst_play_base_bin_change_state):
12658         Updated README, added more comments for fixmes etc..
12659
12660 2004-11-08  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12663         We can remove this hack now.
12664
12665 2004-11-08  Wim Taymans  <wim@fluendo.com>
12666
12667         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12668         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12669         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12670         Only mix AYUV for maximum quality.
12671
12672 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12673
12674         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12675         (gst_ogg_demux_push), (gst_ogg_pad_push):
12676           Let's act as if we're synchronized now! :).
12677         * ext/theora/theoradec.c: (theora_dec_chain):
12678           Add some debug.
12679
12680 2004-11-08  Wim Taymans  <wim@fluendo.com>
12681
12682         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12683         (gst_alpha_set_property), (gst_alpha_sink_link),
12684         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12685         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12686         (gst_alpha_init_params), (gst_alpha_chain):
12687         Implement alpha functions for AYUV too, this increases
12688         accuracy quite a bit.
12689
12690 2004-11-08  Wim Taymans  <wim@fluendo.com>
12691
12692         * gst/ffmpegcolorspace/avcodec.h:
12693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12694         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12695         (gst_ffmpegcsp_avpicture_fill):
12696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12697         (gst_ffmpegcsp_caps_remove_format_info):
12698         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12699         (shrink12), (img_get_alpha_info), (deinterlace_line),
12700         (deinterlace_line_inplace):
12701         * gst/ffmpegcolorspace/imgconvert_template.h:
12702         Added AYUV colorspace and handle RGBA a bit more respectful.
12703
12704 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12705
12706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12707           Actually always send a discont (cornercase when resending the
12708           same serial-tagged chain twice).
12709
12710 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12711
12712         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12713         (gst_ximagesink_finalize):
12714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12715         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12716
12717 2004-11-08  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12720         Don't segfault on NULL data.
12721
12722 2004-11-08  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst/playback/gstdecodebin.c: (unlinked):
12725         * gst/playback/gstplay-marshal.list:
12726         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12727         (gst_play_base_bin_init), (group_create), (get_active_group),
12728         (get_building_group), (group_destroy), (group_commit),
12729         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12730         (add_element_stream), (no_more_pads), (probe_triggered),
12731         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12732         (state_change), (setup_source), (gst_play_base_bin_get_property),
12733         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12734         (gst_play_base_bin_link_stream),
12735         (gst_play_base_bin_get_streaminfo):
12736         * gst/playback/gstplaybasebin.h:
12737         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12738         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12739         Add support for chained ogg files. Prepare for playlist
12740         support. This patch introduces the concept of pad groups, which
12741         together compose one playable media file.
12742
12743 2004-11-07  David Schleef  <ds@schleef.org>
12744
12745         * testsuite/gst-lint: Check for pad templates that aren't statically
12746         scoped.
12747
12748 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12749
12750         * configure.ac:
12751         * ext/Makefile.am:
12752         * ext/musepack/Makefile.am:
12753         * ext/musepack/gstmusepackdec.cpp:
12754         * ext/musepack/gstmusepackdec.h:
12755         * ext/musepack/gstmusepackreader.cpp:
12756         * ext/musepack/gstmusepackreader.h:
12757           Add musepack decoder.
12758         * ext/faad/gstfaad.c: (gst_faad_base_init):
12759           Make pad templates static.
12760         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12761         (plugin_init):
12762           Add musepack typefinder, make mp3 typefinding work halfway stream,
12763           which doesn't actually work yet because id3demux doesn't implement
12764           _get_length().
12765
12766 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12767
12768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12769         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12770           Fix interrupt event handling (#144436).
12771
12772 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12773
12774         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12775           Hide unused glory.
12776
12777 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12778
12779         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12780
12781         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12782           Fix weird caps (#157548).
12783
12784 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12785
12786         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12787
12788         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12789           Add missing NULL terminator (#157543).
12790
12791 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12792
12793         * gst/tcp/gsttcp.h:
12794         * gst/tcp/gsttcpclientsink.c:
12795         * gst/tcp/gsttcpclientsrc.c:
12796         * gst/tcp/gsttcpserversink.c:
12797         * gst/tcp/gsttcpserversrc.c:
12798           ports can go up to 65535.  Move common defines to gsttcp.h
12799
12800 2004-11-05  Wim Taymans  <wim@fluendo.com>
12801
12802         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12803         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12804         Added two more colorspaces.
12805
12806 2004-11-05  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12809         (gst_ffmpegcsp_avpicture_fill):
12810         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12811         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12812         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12813         More stride fixes.
12814
12815 2004-11-05  Wim Taymans  <wim@fluendo.com>
12816
12817         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12818         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12819         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12820         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12821         (gst_videomixer_loop):
12822         More stride fixes.
12823
12824 2004-11-05  Benjamin Otte  <otte@gnome.org>
12825
12826         * ext/mad/gstmad.c: (gst_mad_chain):
12827           don't overflow data buffer. Flush not needed sync data when syncing
12828           failed.
12829
12830 2004-11-04  Wim Taymans  <wim@fluendo.com>
12831
12832         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12833         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12834         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12835         (gst_alpha_init_params), (gst_alpha_chain),
12836         (gst_alpha_change_state):
12837         Updated the chroma keying algorithm with something more
12838         sophisticated.
12839
12840 2004-11-03  Wim Taymans  <wim@fluendo.com>
12841
12842         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12843         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12844         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12845         Fix stride issues. Does not completely work for odd
12846         heights.
12847
12848 2004-11-03  Wim Taymans  <wim@fluendo.com>
12849
12850         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12851         (gst_alpha_chroma_key), (gst_alpha_chain):
12852         Fix stride issues. Does not completely work for odd
12853         heights.
12854
12855 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12856
12857         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12858         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12859         leak fixes
12860
12861 2004-11-03  Wim Taymans  <wim@fluendo.com>
12862
12863         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12864         (gst_ffmpegcsp_avpicture_fill):
12865         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12866         (avpicture_alloc):
12867         * gst/ffmpegcolorspace/imgconvert_template.h:
12868         Use correct _fill function to get correct strides.
12869
12870 2004-11-02  David Schleef  <ds@schleef.org>
12871
12872         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12873         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12874         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12875         Change all g_print()s to debugging.  Add a bunch of consistency
12876         checks.
12877
12878 2004-11-02  Wim Taymans  <wim@fluendo.com>
12879
12880         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12881         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12882         (unlinked), (no_more_pads), (close_link):
12883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12884         (unknown_type), (add_element_stream), (new_decoded_pad),
12885         (removed_decoded_pad), (setup_source):
12886         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12887         (gst_stream_info_class_init), (gst_stream_info_init),
12888         (gst_stream_info_new), (gst_stream_info_dispose),
12889         (stream_info_mute_pad), (gst_stream_info_set_property),
12890         (gst_stream_info_get_property):
12891         * gst/playback/gststreaminfo.h:
12892         Fix playback of multiple files.
12893         a slightly different approach to handling dynamic pad removals.
12894         This one only looks at pads that we have linked.
12895
12896 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12897
12898         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12899         free" warning from libc.
12900
12901 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12902
12903         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12904         (get_unconnected_element), (remove_starting_from), (pad_removed),
12905         (close_link):
12906           Implement support for dynamic pad changing. We listen to "live"
12907           pad removals (i.e. while playing) and re-setup autoplugging
12908           after that. Playbasebin/playbin need some more work for this
12909           to finally work, but decodebin supports (and replugs) chained
12910           ogg now.
12911
12912 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12913
12914         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12915         (gst_alsa_finalize):
12916         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12917         (gst_cdaudio_finalize):
12918         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12919         (cdparanoia_finalize):
12920         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12921         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12922         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12923         (dvdreadsrc_finalize):
12924         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12925         (gst_flacdec_finalize):
12926         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12927         (gst_flacenc_finalize):
12928         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12929         (gst_gnomevfssink_finalize):
12930         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12931         (gst_gnomevfssrc_finalize):
12932         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12933         (gst_fameenc_finalize):
12934         * ext/nas/nassink.c: (gst_nassink_class_init),
12935         (gst_nassink_finalize):
12936         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12937         (gst_sdlvideosink_class_init):
12938         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12939         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12940         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12941         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12942         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12943         (gst_x_window_listener_dispose):
12944         * gst/audioscale/gstaudioscale.c:
12945         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12946         (play_on_demand_finalize):
12947         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12948         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12949         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12950         (cdplayer_finalize):
12951         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12952         (gst_glimagesink_class_init):
12953         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12954         (gst_osselement_finalize):
12955         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12956         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12957         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12958           Fixes a bunch of problems with finalize and dispose functions,
12959           either assumptions that dispose is only called once, or not calling
12960           the parent class dispose/finalize function
12961
12962 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12963
12964         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12965           added two api precondition guards
12966           use g_strdup with getenv to fix crash when using ENVVAR
12967
12968 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12969         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12970         (gst_esdsink_finalize):
12971         Use a finalize function, not dispose, and more importantly,
12972         call the parent class finalize function too
12973
12974 2004-11-01  Johan Dahlin  <johan@gnome.org>
12975
12976         * ext/ogg/gstoggdemux.c:
12977         * gst/tags/gstvorbistag.c:
12978         Plug leaks.
12979
12980 2004-10-31  Benjamin Otte  <otte@gnome.org>
12981
12982         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12983           lotsa memleaks today. But they're all small...
12984
12985 2004-10-31  Benjamin Otte  <otte@gnome.org>
12986
12987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12988           another memleak crushed
12989
12990 2004-10-31  Benjamin Otte  <otte@gnome.org>
12991
12992         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12993           fix memleak
12994
12995 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12996
12997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12998           Hack to prevent crash when going to READY inside signal handler
12999           while this function is active.
13000
13001 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13002
13003         * gst/ffmpegcolorspace/Makefile.am:
13004         * gst/ffmpegcolorspace/avcodec.h:
13005         * gst/ffmpegcolorspace/common.h:
13006         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13007         * gst/ffmpegcolorspace/dsputil.h:
13008         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13009         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13010         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13011         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13012         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13013         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13014         (gst_ffmpegcsp_avpicture_fill):
13015         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13017         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13018         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13019         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13020         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13021         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13022         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13023         * gst/ffmpegcolorspace/imgconvert.c:
13024         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13025         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13026         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13027         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13028         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13029         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13030         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13031         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13032         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13033         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13034         (grow21), (grow22), (grow41), (grow44), (conv411),
13035         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13036         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13037         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13038         (avpicture_free), (is_yuv_planar), (img_convert),
13039         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13040         (deinterlace_line_inplace), (deinterlace_bottom_field),
13041         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13042         * gst/ffmpegcolorspace/imgconvert_template.h:
13043         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13044         * gst/ffmpegcolorspace/mmx.h:
13045         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13046         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13047         (av_freep), (avcodec_get_context_defaults),
13048         (avcodec_alloc_context), (avcodec_init):
13049           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13050           handling plus update from ffmpeg CVS. Large clean-up.
13051
13052 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13053
13054         * gst/playback/Makefile.am:
13055           We need the marshallers for decodebin, too.
13056
13057 2004-10-30  David Schleef  <ds@schleef.org>
13058
13059         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13060           quicktime typefinding work with 64-bit offsets.
13061
13062 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13063
13064         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13065           Set EOS on the element when processing an EOS event.
13066         * ext/speex/gstspeexdec.h:
13067         * ext/speex/gstspeexenc.h:
13068           Only keep a const ptr to the mode
13069         * gst-libs/gst/riff/riff-media.c:
13070         (gst_riff_create_audio_caps_with_data),
13071         (gst_riff_create_audio_template_caps):
13072           Allow WMAV3, with up to 6 channels.
13073         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13074           Don't call gst_pad_set_event_function on a sink pad.
13075         * gst/mpegstream/gstdvddemux.c:
13076         (gst_dvd_demux_get_subpicture_stream),
13077         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13078           Copy the explicit caps that were set across to the cur_* pads,
13079           instead of trying to use a possibly non-existent negotiated caps.
13080           Reset the type of subpicture pads to UNKNOWN after calling
13081           init_stream, so that the caps get set.
13082
13083 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13084
13085         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13086
13087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13088           Don't touch buffer if it is of size 0 (fixes #151064).
13089
13090 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13091
13092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13093           Synchronized discont handling.
13094
13095 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13096
13097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13098         (gst_ogg_demux_push):
13099           Make seeking sort-of exact again (fixes #156387).
13100
13101 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13102
13103         * gst/playback/gstplaybasebin.c: (unknown_type),
13104         (add_element_stream), (new_decoded_pad),
13105         (gst_play_base_bin_change_state):
13106         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13107         (gst_stream_info_init), (gst_stream_info_new),
13108         (gst_stream_info_dispose), (gst_stream_info_get_property):
13109         * gst/playback/gststreaminfo.h:
13110           Make caps explicitely available. Makes testing for unsupported
13111           types possible. Improves error reporting.
13112
13113 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13114
13115         * gst/audioconvert/gstaudioconvert.c:
13116         (gst_audio_convert_buffer_to_default_format):
13117           Really don't touch read-only buffers (#156563).
13118
13119 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13120
13121         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13122
13123         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13124           Fix memleak (#155223).
13125
13126 2004-10-29  Wim Taymans  <wim@fluendo.com>
13127
13128         * gst/tcp/.cvsignore:
13129         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13130         (gst_multifdsink_class_init), (gst_multifdsink_init),
13131         (gst_multifdsink_add), (gst_multifdsink_remove),
13132         (gst_multifdsink_remove_client_link), (is_sync_frame),
13133         (gst_multifdsink_new_client),
13134         (gst_multifdsink_handle_client_write),
13135         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13136         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13137         (gst_multifdsink_get_property):
13138         * gst/tcp/gstmultifdsink.h:
13139         Added burst on connect sync_method, deprecated sync_clients,
13140         streamlined the sync code some more.
13141
13142 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13143
13144         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13145         (gst_play_base_bin_change_state):
13146           Improve error reporting.
13147
13148 2004-10-28  Wim Taymans  <wim@fluendo.com>
13149
13150         * gst/tcp/Makefile.am:
13151         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13152         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13153         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13154         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13155         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13156         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13157         (gst_fdset_wait):
13158         Added more locks around fdset structures. Fixed/reworked
13159         the poll array resizing code.
13160         Added stress test for fdset.
13161
13162 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13163
13164         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13165         fix build
13166
13167 2004-10-28  Benjamin Otte  <otte@gnome.org>
13168
13169         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13170           fix link function to always query channels and query width for
13171           floats
13172         * configure.ac:
13173           add equalizer dir
13174         * gst/equalizer/Makefile.am:
13175         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13176         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13177         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13178         (arg_to_scale), (setup_filter),
13179         (gst_iir_equalizer_compute_frequencies),
13180         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13181         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13182         (plugin_init):
13183           add an equalizer
13184
13185 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13186
13187         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13188
13189         * po/LINGUAS:
13190         * po/nb.po:
13191           Added Norwegian Bokmaal translation
13192
13193 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13194
13195         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13196           Don't break on options (fixes #156488).
13197
13198 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13199
13200         * configure.ac:
13201         * ext/cdaudio/Makefile.am:
13202         * sys/Makefile.am:
13203           fix build on older automake
13204
13205 2004-10-26  Wim Taymans  <wim@fluendo.com>
13206
13207         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13208         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13209         Allow a little margin when negotiating the framerate.
13210
13211 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13212
13213         * gst/level/gstlevel.c:
13214           synchonised naming of pads and pad-templates
13215
13216 2004-10-26  Wim Taymans  <wim@fluendo.com>
13217
13218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13219         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13220         (_find_streams_check), (gst_ogg_demux_push):
13221         Fix EOS again. Needs to be done in a better way. We should not
13222         remove the pad if there is no new chained stream.
13223
13224 2004-10-26 Iain <iaingnome@gmail.com>
13225
13226         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13227         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13228         of the caps.
13229         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13230         pad.
13231         (interleave_release_pad): Remove the pad.
13232         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13233         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13234         the set device.
13235         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13236         attrs
13237         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13238         (gst_xvimagesink_finalize): Free the par.
13239
13240 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13241
13242         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13243         (gst_avimux_stop_file):
13244           First calculate the rate, and only then use it. Hdr.rate is a
13245           multiple and not a derivative of hdr.scale. Scale is not the
13246           same as blockalign but is solely related to rate.
13247
13248 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13249
13250         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13251         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13252           Implement seeking.
13253
13254 2004-10-25  James Henstridge  <james@jamesh.id.au>
13255
13256         Reviewed by:  David Schleef  <ds@schleef.org>
13257
13258         * examples/gstplay/player.c: (got_stream_length), (main):
13259         * examples/seeking/cdplayer.c: (update_scale):
13260         * examples/seeking/seek.c: (format_value), (update_scale):
13261         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13262         (stop_seek):
13263         Build fixes on AMD64.
13264
13265 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13266
13267         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13268
13269         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13270         Fix for some v4l cards which hang in v4lsrc
13271
13272 2004-10-25  Wim Taymans  <wim@fluendo.com>
13273
13274         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13275         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13276         Make sure to remove the pad when a new chain is
13277         encountered. Set some vars to NULL so we don't try
13278         to reference freed memory.
13279
13280 2004-10-25  Wim Taymans  <wim@fluendo.com>
13281
13282         * examples/seeking/Makefile.am:
13283         * examples/seeking/cdplayer.c: (update_scale):
13284         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13285         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13286         (format_value), (update_scale), (iterate), (start_seek),
13287         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13288         (print_usage), (main):
13289         Added some more examples, update others.
13290
13291 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13292
13293         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13294         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13295         * ext/theora/theoradec.c: (theora_dec_chain):
13296         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13297           Add codec-name metadata.
13298
13299 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13300
13301         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13302
13303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13304         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13305         * ext/alsa/gstalsamixertrack.h:
13306         * po/POTFILES.in:
13307           ALSA mixer track label internationalization (#154054).
13308
13309 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13310
13311         * ext/theora/theoradec.c: (theora_dec_chain):
13312           Export bitrate as metadata.
13313
13314 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13315
13316         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13317         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13318         * ext/alsa/gstalsamixertrack.h:
13319           Fix names, fix loop.
13320
13321 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13322
13323         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13324         (speex_dec_convert):
13325           sinkconvert function so oggdemux can get the file length (totem).
13326
13327 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13328
13329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13330
13331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13332           Don't push incomplete packets.
13333         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13334           Fix MPEG-4 audio typefinding.
13335
13336 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13337
13338         * sys/v4l/Makefile.am:
13339         * sys/v4l/gstv4l.c: (plugin_init):
13340         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13341         (gst_v4lelement_init), (gst_v4lelement_dispose),
13342         (gst_v4lelement_change_state):
13343         * sys/v4l/gstv4lelement.h:
13344         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13345         (gst_v4l_xoverlay_close), (idle_refresh),
13346         (gst_v4l_xoverlay_set_xwindow_id):
13347         * sys/v4l/gstv4lxoverlay.h:
13348         * sys/v4l/v4l-overlay_calls.c:
13349         * sys/v4l/v4l_calls.h:
13350         * sys/v4l2/Makefile.am:
13351         * sys/v4l2/gstv4l2.c: (plugin_init):
13352         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13353         (gst_v4l2element_init), (gst_v4l2element_dispose),
13354         (gst_v4l2element_change_state):
13355         * sys/v4l2/gstv4l2element.h:
13356         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13357         (gst_v4l2_xoverlay_close), (idle_refresh),
13358         (gst_v4l2_xoverlay_set_xwindow_id):
13359         * sys/v4l2/gstv4l2xoverlay.h:
13360         * sys/v4l2/v4l2-overlay_calls.c:
13361         * sys/v4l2/v4l2_calls.h:
13362           Remove client-side overlay handling, use the X-server v4l plugin
13363           for that. Nicer overlay, less code. Also make the plugin
13364           compileable without X (but then without overlay, obviously).
13365           Makes xwindowlistener obsolete, should we remove that?
13366
13367 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13368
13369         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13370         (gst_osssrc_src_query):
13371         * sys/oss/gstosssrc.h:
13372           OK, so people want offset in DEFAULT. This time, actually fix all
13373           cases.
13374         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13375           Add FPS properly.
13376
13377 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13378
13379         * gst/asfdemux/gstasfmux.c:
13380         * gst/avi/gstavimux.c:
13381           Framerate.
13382
13383 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13384
13385         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13386           Fix properties (channel, norm, frequency).
13387
13388 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13389
13390         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13391           Flag typo.
13392         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13393           No warnings.
13394
13395 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13396
13397         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13398           Fix hang.
13399
13400 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13401
13402         * sys/v4l2/gstv4l2element.h:
13403           Yet Another Hack (tm) for kernel header borkedness.
13404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13405         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13406         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13407         (gst_v4l2src_change_state):
13408         * sys/v4l2/gstv4l2src.h:
13409         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13410         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13411           Fix caps, keep track of state, work.
13412
13413 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13414
13415         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13416           Quiet.
13417
13418 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13419
13420         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13421           Don't mix bytes and samples.
13422
13423 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13424
13425         * ext/ogg/gstoggmux.c:
13426           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13427           and theora. Any is incorrect.
13428         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13429           Fix caps.
13430         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13431         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13432         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13433         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13434         * sys/v4l/gstv4lmjpegsrc.h:
13435         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13436         (gst_v4lsrc_change_state):
13437         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13438         (gst_v4lmjpegsrc_capture_stop):
13439           Fix caps. Keep track of internal state. Work.
13440
13441 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13442
13443         * ext/Makefile.am:
13444           Fix the build fixes.
13445
13446 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13447
13448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13449         (gst_ogg_demux_src_event), (_find_chain_seek),
13450         (gst_ogg_pad_push):
13451           Check for pad availability before using it.
13452         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13453           Fix parsing of chained ogg. Needs more work on the decoder side.
13454
13455 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13456
13457         * gst/spectrum/Makefile.am:
13458         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13459         (idle_func):
13460           Fix demo and reenable it. Yes, I'm currently playing with audio
13461           analysis tools
13462
13463 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13464
13465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13466           We love it if files that start at zero work too...
13467
13468 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13469
13470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13471           Handle files with missing EOS headers.
13472
13473 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13474
13475         * gst/tcp/gsttcpserversink.c:
13476         (gst_tcpserversink_handle_server_read),
13477         (gst_tcpserversink_init_send):
13478         Zero some variables first (need for accept not to return EINVAL)
13479
13480 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13481
13482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13483         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13484         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13485         (theora_dec_chain):
13486         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13487         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13488           Seeking and querying finetune.
13489
13490 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13491
13492         * configure.ac:
13493         * ext/Makefile.am:
13494         * ext/raw1394/Makefile.am:
13495           fix the build
13496
13497 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13498
13499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13500           Wrong return.
13501         * gst/playback/Makefile.am:
13502         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13503         * gst/playback/gstplay-marshal.list:
13504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13505           Fix marshallers.
13506
13507 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13508
13509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13510           Silence.
13511
13512 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13513
13514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13515         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13516         (gst_ogg_pad_push):
13517           Yay for non-lineair granulepos in theora.
13518
13519 2004-10-18  Wim Taymans  <wim@fluendo.com>
13520
13521         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13522         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13523         * ext/dv/gstdvdec.h:
13524         Make sure we renegotiate aspect ratio when the camera switches.
13525
13526 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13527
13528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13529         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13530           Start at zero.
13531         * ext/theora/theoradec.c: (theora_dec_chain):
13532           Skip headers. Bad idea for chained ogg, but fixes seeking.
13533
13534 2004-10-18  Wim Taymans  <wim@fluendo.com>
13535
13536         * configure.ac:
13537         I swear, this is the last time I touch this.
13538
13539 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13540
13541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13542         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13543         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13544           Faster seeking.
13545         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13546           Time-to-default conversion.
13547         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13548           Don't error on unknown packets, just skip. We should probably
13549           read them if we want to support chained ogg.
13550
13551 2004-10-18  Wim Taymans  <wim@fluendo.com>
13552
13553         * configure.ac:
13554         Added cdaudio to wrong list.
13555
13556 2004-10-18  Wim Taymans  <wim@fluendo.com>
13557
13558         * configure.ac:
13559         Revive cdaudio.
13560
13561 2004-10-18  Wim Taymans  <wim@fluendo.com>
13562
13563         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13564         (gst_dvdec_video_link), (gst_dvdec_push):
13565         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13566         (gst_smokeenc_resync), (gst_smokeenc_chain):
13567         Fix mimetype on smoke encoder.
13568         Add aspect ratio to dvdec. Not sure if these
13569         values are correct though....
13570
13571 2004-10-18  Wim Taymans  <wim@fluendo.com>
13572
13573         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13574         Fix vorbis property descriptions and ranges.
13575
13576 2004-10-18  Wim Taymans  <wim@fluendo.com>
13577
13578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13579         Really do nothing when no data is available.
13580         Go to the playing state when the stream is not seekable
13581         instead of failing.
13582
13583 2004-10-18  Wim Taymans  <wim@fluendo.com>
13584
13585         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13586         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13587         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13588         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13589         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13590         Added uri handler for cd://
13591         Port to new API.
13592
13593 2004-10-18  Wim Taymans  <wim@fluendo.com>
13594
13595         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13596         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13597         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13598         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13599         (remove_prerolls), (unknown_type), (add_element_stream),
13600         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13601         (gst_play_base_bin_remove_element),
13602         (gst_play_base_bin_link_stream):
13603         * gst/playback/gstplaybin.c: (gen_video_element),
13604         (gen_vis_element), (remove_sinks), (setup_sinks):
13605         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13606         (gst_stream_info_get_type), (gst_stream_info_class_init),
13607         (gst_stream_info_init), (gst_stream_info_new),
13608         (gst_stream_info_dispose), (stream_info_mute_pad),
13609         (gst_stream_info_set_property), (gst_stream_info_get_property):
13610         * gst/playback/gststreaminfo.h:
13611         Add sink padtemplate to decodebin.
13612         Added some more comments.
13613         Make queue size configurable in playbasebin.
13614         Added possibility to use elements as sinks (ex cdaudio).
13615
13616 2004-10-15  Wim Taymans  <wim@fluendo.com>
13617
13618         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13619         (gst_speexenc_chain):
13620         Fix speex timestamps so that it gets muxed properly.
13621
13622 2004-10-15  Wim Taymans  <wim@fluendo.com>
13623
13624         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13625         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13626         (gst_dv1394src_init), (gst_dv1394src_dispose),
13627         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13628         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13629         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13630         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13631         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13632         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13633         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13634         * ext/raw1394/gstdv1394src.h:
13635         Added conversion/query functions.
13636         Update buffer timestamps,
13637         Added signals.
13638         Added uri dv:// so it might play from the firewire in playbin.
13639         Fix a possible leak.
13640         Added debugging.
13641
13642 2004-10-15  Wim Taymans  <wim@fluendo.com>
13643
13644         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13645         (gst_dv1394src_init), (gst_dv1394src_set_property),
13646         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13647         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13648         * ext/raw1394/gstdv1394src.h:
13649         Added AV/C VTR control support needed for some cameras.
13650         Added automatic port detection.
13651         Added properties for selecting the channel.
13652         The configure.ac script is not yet updated to reflect the
13653         new libavc1394 and librom1394 dependencies.
13654
13655 2004-10-15  Wim Taymans  <wim@fluendo.com>
13656
13657         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13658         (qtdemux_parse), (gst_qtdemux_handle_esds):
13659         An esds box is not a container.
13660         Fix parsing of mp4v boxes.
13661         Do not try to renegotiate fps for each frame. Need to
13662         find a better method. This should fix mp4 playback.
13663
13664 2004-10-14  David Schleef  <ds@schleef.org>
13665
13666         * configure.ac: update for swfdec-0.3 and liboil-0.2
13667         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13668         * ext/swfdec/gstswfdec.h: same
13669         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13670         * gst/videotestsrc/videotestsrc.c: same
13671
13672 2004-10-14  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13675         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13676         (is_sync_frame), (gst_multifdsink_new_client),
13677         (gst_multifdsink_handle_client_write),
13678         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13679         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13680         Turn warnings into info.
13681         Don't allow a state change in the streaming thread.
13682
13683 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13684
13685         * ext/vorbis/oggvorbisenc.c:
13686         * ext/vorbis/vorbisdec.c:
13687           fix template sample rate
13688
13689 2004-10-13  Wim Taymans  <wim@fluendo.com>
13690
13691         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13692         Decoding the header first fixes some problems in resyncing
13693         in more mp3s.
13694
13695 2004-10-12  Wim Taymans  <wim@fluendo.com>
13696
13697         * gst/playback/gstplaybin.c: (gen_video_element),
13698         (gen_vis_element), (remove_sinks), (setup_sinks):
13699         Added vis plugin support, need to configure the vis
13700         element to activate it.
13701
13702 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13703
13704         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13705         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13706           Some debug.
13707         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13708         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13709         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13710         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13711         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13712         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13713         * gst/avi/gstavidemux.h:
13714           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13715           recovery (where, if part of the index is broken, we will still read
13716           the rest of the index and recover the broken part by stream
13717           scanning). More broken media support. EOS workarounds. General AVI
13718           braindamage headache recovery. Aspirin included.
13719
13720 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13721
13722         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13723         (cdparanoia_event), (cdparanoia_query):
13724           Get rid of hideous lead-in.
13725
13726 2004-10-11  Wim Taymans  <wim@fluendo.com>
13727
13728         * gst/playback/gstplaybasebin.c: (setup_source):
13729         Wrong var used to get g_list_next.
13730
13731 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13732
13733         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13734         (cdparanoia_get), (cdparanoia_open):
13735           Report discid as metadata, add duration.
13736
13737 2004-10-11  Wim Taymans  <wim@fluendo.com>
13738
13739         * gst/playback/gstplaybasebin.c: (setup_source):
13740         Cleanup the previous pipeline a little earlier for the
13741         case that a source element provides raw data.
13742
13743 2004-10-11  Benjamin Otte  <otte@gnome.org>
13744
13745         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13746           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13747           consuming the last 128 bytes, even though it was valid mp3 data.
13748
13749 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13750
13751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13752         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13753         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13754         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13755
13756 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13757
13758         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13759         Fix for webcams that support only specific width or height
13760
13761 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13762
13763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13764
13765         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13766           Fix wrong discont event setup (fixes #154967).
13767
13768 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13769
13770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13771
13772         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13773           Error out on invalid data (fixes #154807).
13774
13775 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13776
13777         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13778
13779         * ext/dvdread/dvdreadsrc.c: (_read):
13780           Make titles > 0 work again (fixes #154834).
13781
13782 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13783
13784         * gst-libs/gst/riff/riff-media.c:
13785         (gst_riff_create_video_template_caps):
13786           WMV3 missing in template caps.
13787
13788 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13789
13790         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13791           OK, so the original code was too strict. It makes random AVI files
13792           hang for seconds upon opening, which is unacceptable and is far
13793           beyond the original goal of getting multiple chunks for one-chunk
13794           sounc stream files. So now do just that.
13795
13796 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13797
13798         * gst/playback/gstplaybasebin.c: (setup_source),
13799         (gst_play_base_bin_change_state):
13800           Actually clean up streaminfo if output fails. This would trigger
13801           if, for example, there was no CD in the drive. No preroll, so
13802           a streaminfo structure is created, but the subsequent state change
13803           of the thread fails.
13804         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13805           Don't change state if parent failed.
13806
13807 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13808
13809         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13810         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13811         (gen_video_element), (remove_sinks):
13812           Add small bits of code for screenshot handling.
13813
13814 2004-10-08  Wim Taymans  <wim@fluendo.com>
13815
13816         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13817         (gen_video_element), (gen_audio_element), (setup_sinks):
13818         Don't assume the user provided sinks are named "sink"...
13819
13820 2004-10-08  Wim Taymans  <wim@fluendo.com>
13821
13822         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13823         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13824         (gst_play_base_bin_link_stream):
13825         Do not try to autoplug sources that generate raw streams like
13826         cdparanoia.
13827         disconnect the preroll overrun signal when we don't need it anymore.
13828
13829 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13830
13831         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13832         Added reworked patch from #154903 from milosz derezynski (deadchip).
13833
13834 2004-10-08  Wim Taymans  <wim@fluendo.com>
13835
13836         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13837         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13838         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13839         (cdparanoia_convert), (cdparanoia_uri_get_type),
13840         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13841         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13842         * ext/cdparanoia/gstcdparanoia.h:
13843         This adds the cdda://<tracknum> uri.
13844
13845 2004-10-08  Wim Taymans  <wim@fluendo.com>
13846
13847         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13848         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13849         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13851         (unknown_type), (gst_play_base_bin_remove_element),
13852         (gst_play_base_bin_link_stream):
13853         * gst/playback/gstplaybasebin.h:
13854         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13855         (gst_play_bin_set_property), (gen_video_element),
13856         (gen_audio_element), (setup_sinks):
13857         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13858         (gst_stream_info_get_type), (gst_stream_info_class_init),
13859         (gst_stream_info_init), (gst_stream_info_new),
13860         (gst_stream_info_dispose), (stream_info_mute_pad),
13861         (gst_stream_info_set_property), (gst_stream_info_get_property):
13862         * gst/playback/gststreaminfo.h:
13863         Reuse the audio and video bins.
13864         Some internal cleanups in the stream selection code.
13865
13866 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13867
13868         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13869         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13870         * sys/ximage/ximagesink.h:
13871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13872         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13873         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13874         not coming from those elements. Moreover these elements should not keep
13875         the xid they have been given when in NULL state.
13876
13877 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13878
13879         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13880         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13881         * sys/ximage/ximagesink.h:
13882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13883         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13884         * sys/xvimage/xvimagesink.h:
13885           Actually only create a new toplevel window if we're not gonna
13886           embed it right after.
13887
13888 2004-10-07  Wim Taymans  <wim@fluendo.com>
13889
13890         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13891         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13892         * gst/playback/gstplaybin.c: (setup_sinks):
13893         Implement muting/unmuting of streams, mute streams that are not
13894         used.
13895
13896 2004-10-07  Wim Taymans  <wim@fluendo.com>
13897
13898         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13899         (plugin_init):
13900         Added lame audio/x-ac3 typefind function.
13901
13902 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13903
13904         * configure.ac:
13905           bump nano to cvs
13906
13907 === release 0.8.5 ===
13908
13909 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13910
13911         * NEWS:
13912         * RELEASE:
13913         * configure.ac:
13914           releasing 0.8.5, "Take You On"
13915
13916 2004-10-06  Wim Taymans  <wim@fluendo.com>
13917
13918         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13919         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13920         (no_more_pads), (close_link), (type_found):
13921         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13922         * gst/playback/gstplaybin.c: (gen_video_element):
13923         Do not signal the no_more_pads after the first pad when
13924         we are plugging a non dynamic element with multiple
13925         output pads (like swfdec, dvdec, ...).
13926
13927 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13928
13929         * configure.ac:
13930           bump for prerelease
13931
13932 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13933
13934         * gst/wavparse/gstwavparse.c:
13935           add ATRAC3 to STATIC CAPS to fix a warning
13936
13937         * gst/matroska/ebml-read.c:
13938         * gst-libs/gst/riff/riff-read.c:
13939           fix typos
13940
13941 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13942
13943         * gst-libs/gst/riff/riff-media.c:
13944           generate caps for ATRAC3 audio streams
13945
13946         * gst/realmedia/rmdemux.c:
13947           generate caps for ATRAC3 audio streams
13948
13949 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13950
13951         * gst/wavparse/Makefile.am
13952         * gst/wavparse/riff.h
13953         * gst/wavparse/wavparse.vcproj
13954           riff.h removal (unused and duplication with riff-ids.h)
13955
13956 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13957
13958         * gst/wavparse/gstwavparse.h
13959           remove duplicated defines for audio codec codes
13960
13961         * gst-libs/gst/riff/riff-ids.h
13962         * gst/wavenc/riff.h:
13963           add "4CC" code for ATRAC3 audio streams
13964           add "4CC" code for ITU_G721_ADPCM (unused for now)
13965
13966 2004-10-06  Wim Taymans  <wim@fluendo.com>
13967
13968         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13969         Actually _do_ negotiation. Pass gdouble as arg instead
13970         of guint64 for the framerate.
13971
13972 2004-10-06  Wim Taymans  <wim@fluendo.com>
13973
13974         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13975         (find_compatibles), (close_pad_link), (try_to_link_1),
13976         (no_more_pads), (close_link), (type_found):
13977         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13978         * gst/playback/gstplaybin.c: (gen_video_element),
13979         (gen_audio_element):
13980         Set state on newly added element to READY so that negotiation
13981         can happen ASAP.
13982         Addes some more debug info.
13983         Do not try to plug pads with multiple caps structures or ANY
13984         because it is too dangerous since we do not do dynamic
13985         replugging.
13986
13987 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13988
13989         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13990
13991         * po/LINGUAS:
13992         * po/or.po:
13993           add Oriya translation
13994
13995 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13996
13997         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13998           Prevent overwrite of size member. Makes audio sound crappy.
13999
14000 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14001
14002         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14003         Add rmvb to the list of known RealMedia extensions
14004
14005 2004-10-05  Wim Taymans  <wim@fluendo.com>
14006
14007         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14008         (mngdec_openstream), (mngdec_closestream),
14009         (mngdec_handle_sink_event), (mngdec_readdata),
14010         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14011         (mngdec_getcanvasline), (mngdec_refresh),
14012         (gst_mngdec_change_state):
14013         Set the framerate correctly.
14014
14015 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14016
14017         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14018           There was something wrong with the index massaging.
14019
14020 2004-10-04  Wim Taymans  <wim@fluendo.com>
14021
14022         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14023         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14024         (gst_smokedec_chain):
14025         * ext/jpeg/gstsmokedec.h:
14026         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14027         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14028         * ext/jpeg/gstsmokeenc.h:
14029         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14030         (smokecodec_decode_new), (smokecodec_info_free),
14031         (smokecodec_set_quality), (smokecodec_get_quality),
14032         (smokecodec_set_threshold), (smokecodec_get_threshold),
14033         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14034         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14035         (smokecodec_encode), (smokecodec_parse_id),
14036         (smokecodec_parse_header), (smokecodec_decode):
14037         * ext/jpeg/smokecodec.h:
14038         * ext/jpeg/smokeformat.h:
14039         Updated smoke, new bitstream, allows embedding in ogg.
14040
14041 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14042
14043         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14044           Fix seeking in some files. All this code is no longer needed (and
14045           actually breaks stuff) because we now synchronize the full index
14046           right when reading the header.
14047
14048 2004-10-04  Wim Taymans  <wim@fluendo.com>
14049
14050         * configure.ac:
14051         configure update for libmng.
14052
14053 2004-10-04  Wim Taymans  <wim@fluendo.com>
14054
14055         * ext/libmng/Makefile.am:
14056         * ext/libmng/gstmng.c: (plugin_init):
14057         * ext/libmng/gstmng.h:
14058         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14059         (gst_mngdec_base_init), (gst_mngdec_class_init),
14060         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14061         (gst_mngdec_loop), (gst_mngdec_get_property),
14062         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14063         (mngdec_closestream), (mngdec_handle_sink_event),
14064         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14065         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14066         (gst_mngdec_change_state):
14067         * ext/libmng/gstmngdec.h:
14068         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14069         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14070         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14071         (gst_mngenc_chain), (gst_mngenc_get_property),
14072         (gst_mngenc_set_property):
14073         * ext/libmng/gstmngenc.h:
14074         Added basic MNG decoder. Needs more work. The encoder does
14075         not work yet.
14076
14077 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14078
14079         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14080         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14081         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14082           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14083           no-more-pads.
14084
14085 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14086
14087         * configure.ac:
14088           you need at least 1.0.4 of speex
14089
14090 2004-10-04 Iain <iaingnome@gmail.com>
14091
14092         * ext/speex/gstspeexdec.h: Revert the includes changes.
14093
14094         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14095
14096 2004-09-30 Iain <iaingnome@gmail.com>
14097
14098         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14099         found during init or set as a property instead of hardcoding /dev/audio
14100
14101 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14102
14103         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14104         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14105         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14106         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14107         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14108         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14109         (gst_rmdemux_dump_data):
14110           Use debug category, fix EOS handling. filesrc ! rmdemux now
14111           works.
14112
14113 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14114
14115         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14116         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14117         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14118           Improve allocation, cutting and sorting of the index. How takes a
14119           few seconds instead of minutes.
14120
14121 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14122
14123         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14124           fixed compilation
14125
14126 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14127
14128         * gst-libs/gst/riff/riff-media.c:
14129         (gst_riff_create_video_caps_with_data),
14130         (gst_riff_create_video_template_caps):
14131           Add wing commander format mimetype/fourccs.
14132         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14133           Don't crash if some value is 0.
14134
14135 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14136
14137         * gst-libs/gst/riff/riff-media.c:
14138         (gst_riff_create_video_caps_with_data),
14139         (gst_riff_create_video_template_caps):
14140           Add DIB fourcc (raw, palettized 8-bit RGB).
14141         * gst-libs/gst/riff/riff-read.c:
14142         (gst_riff_read_strf_vids_with_data):
14143           Oops, fix strf_data reading bug.
14144         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14145           Use a non-NULL tag.
14146         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14147           Time for hacks. Sorry Dave. At least one quicktime movie (a
14148           trailer) that I've encountered contains multiple video tracks.
14149           One of those is the actual video track, the other are one-frame
14150           tracks (images). Unfortunately, the number of frames according
14151           to the trak header is 1 for each, so that doesn't help. So
14152           instead, I look at the duration and discard tracks with a
14153           duration shorter than 20% of the length of the stream. Better
14154           than nothing.
14155
14156 2004-10-01  Christian Schaller <christian@fluendo.com>
14157
14158         * ext/ivorbis/vorbis.c:
14159           Patch from Phil Blundell (Bug 152341)
14160
14161 2004-10-01  Wim Taymans  <wim@fluendo.com>
14162
14163         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14164         (speex_dec_get_formats), (speex_dec_convert),
14165         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14166         (speex_dec_chain), (gst_speexdec_get_property),
14167         (gst_speexdec_set_property):
14168         Small cleanups.
14169
14170 2004-10-01  Wim Taymans  <wim@fluendo.com>
14171
14172         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14173         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14174         (gst_wavparse_other), (gst_wavparse_loop),
14175         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14176         (gst_wavparse_srcpad_event):
14177         * gst/wavparse/gstwavparse.h:
14178         Added some more debugging info.
14179         Fix the case where the length of the file is 0.
14180         Make sure we seek to sample borders.
14181
14182 2004-10-01  Wim Taymans  <wim@fluendo.com>
14183
14184         * gst/playback/README:
14185         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14186         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14187         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14188         Add some debug info to decodebin, update README
14189
14190 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14191
14192         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14193           Don't use g_print(); use GST_DEBUG().
14194
14195 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14196
14197         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14198         (gst_ogg_mux_queue_pads):
14199           Handle EOS properly.
14200
14201 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14202
14203         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14204
14205         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14206         (gst_faad_chain), (gst_faad_change_state):
14207         * ext/faad/gstfaad.h:
14208           Allow playback of raw (unframed) MPEG AAC files (#148993).
14209
14210 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14211
14212         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14213
14214         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14215           Throw error if we didn't recognize the stream. Fixes #152289.
14216
14217 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14218
14219         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14220           Fix negotiation.
14221
14222 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14223
14224         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14225
14226         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14227           Fix memleak.
14228
14229 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14230
14231         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14232
14233         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14234           Solve #152805.
14235         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14236           Solve 152806.
14237
14238 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14239
14240         * gst-libs/gst/riff/riff-media.c:
14241         (gst_riff_create_video_caps_with_data),
14242         (gst_riff_create_audio_caps_with_data):
14243           Add codec_data handling (like asfdemux used to do).
14244         * gst/asfdemux/gstasf.c: (plugin_init):
14245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14246         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14247           Use riff-media for caps creation instead of our own (mostly
14248           broken) copy of its functions.
14249
14250 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14251
14252         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14253           Don't actually error out if we get another return value than
14254           -EINVAL. Opposite to what I first thought, drivers have random
14255           return values for this, although -EINVAL is the expected return
14256           value. Since this is not fatal, we shouldn't use
14257           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14258
14259 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14260
14261         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14262         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14263         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14264         (dvdreadsrc_get), (dvdreadsrc_open_file),
14265         (dvdreadsrc_change_state):
14266           Fix. Don't do one big huge loop around the whole DVD, that will
14267           cache all data and thus eat sizeof(dvd) (several GB) before we
14268           see something.
14269         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14270           Actually NULL'ify event after using it.
14271         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14272         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14273         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14274         (gst_ebml_read_seek), (gst_ebml_read_skip):
14275           Handle events.
14276         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14277         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14278         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14279           Fix timing (this will probably break if I seek using menus, but
14280           I didn't get there yet). VOBs and normal DVDs should now work.
14281           Add a mpeg2-only pad with high rank so this get autoplugged for
14282           MPEG-2 movies.
14283         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14284         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14285         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14286         (gst_mpeg_demux_get_audio_stream),
14287         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14288         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14289           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14290           MPEG-1 but use dvddemux for MPEG-2.
14291         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14292         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14293         (gst_mpeg_parse_parse_packhead):
14294           Timing. Only add pad template if it exists. Add sink template from
14295           class and not from ourselves. This means we will always use the
14296           correct sink template even if it is not the one defined in this
14297           file.
14298
14299 2004-09-29  Wim Taymans  <wim@fluendo.com>
14300
14301         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14302         (gst_mpeg_demux_parse_pes):
14303         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14304         Fix playback of mpeg again, timestamps where screwed up by
14305         patch 1.61.
14306
14307 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14308
14309         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14310           Only return true if we actually filled something in. Prevents
14311           player applications from showing a random length for flac files.
14312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14313         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14314         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14315         (gst_riff_read_strf_vids_with_data),
14316         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14317           OK, ok, so I implemented event handling. Apparently it's normal
14318           that we receive random events at random points without asking
14319           for it.
14320         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14321         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14322         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14323         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14324         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14325         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14326         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14327         * gst/avi/gstavidemux.h:
14328           Implement non-lineair chunk handling and subchunk processing.
14329           The first solves playback of AVI files where the audio and video
14330           data of individual buffers that we read are not synchronized.
14331           This should not happen according to the wonderful AVI specs, but
14332           of course it does happen in reality. It is also a prerequisite for
14333           the second. Subchunk processing allows us to cut chunks in small
14334           pieces and process each of these pieces separately. This is
14335           required because I've seen several AVI files with incredibly large
14336           audio chunks, even some files with only one audio chunk for the
14337           whole file. This allows for proper playback including seeking.
14338           This patch is supposed to fix all AVI A/V sync issues.
14339         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14340         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14341           Work.
14342         * gst/modplug/gstmodplug.cc:
14343           Proper return value setting for the query() function.
14344         * gst/playback/gstplaybasebin.c: (setup_source):
14345           Being in non-playing state (after, e.g., EOS) is not necessarily
14346           a bad thing. Allow for that. This fixes playback of short files.
14347           They don't actually playback fully now, because the clock already
14348           runs. This means that small files (<500kB) with a small length
14349           (<2sec) will still not or barely play. Other files, such as mod
14350           or flx, will work correctly, however.
14351
14352 2004-09-28  Wim Taymans  <wim@fluendo.com>
14353
14354         * ext/speex/gstspeex.c: (plugin_init):
14355         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14356         (gst_speex_dec_class_init), (speex_dec_get_formats),
14357         (speex_get_event_masks), (speex_get_query_types),
14358         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14359         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14360         (gst_speexdec_get_property), (gst_speexdec_set_property),
14361         (speex_dec_change_state):
14362         * ext/speex/gstspeexdec.h:
14363         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14364         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14365         (gst_speexenc_base_init), (gst_speexenc_class_init),
14366         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14367         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14368         (gst_speexenc_src_query), (gst_speexenc_init),
14369         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14370         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14371         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14372         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14373         (gst_speexenc_chain), (gst_speexenc_get_property),
14374         (gst_speexenc_set_property), (gst_speexenc_change_state):
14375         * ext/speex/gstspeexenc.h:
14376         Rewrote speex encoder, make sure it can be embedded in ogg.
14377         Implemented speex decoder.
14378
14379 2004-09-28  Christian Schaller <christian@fluendo.com>
14380
14381         * configure.ac:
14382         Remove kioslave plugin. Markey is brewing a new working one
14383         * ext/Makefile.am: Remove kioslave plugin
14384         * ext/kio: remove
14385         * gst-plugins.spec.in: remove kio plugin from spec
14386
14387 2004-09-27  Wim Taymans  <wim@fluendo.com>
14388
14389         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14390         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14391         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14392         (gst_multifdsink_new_client),
14393         (gst_multifdsink_handle_client_write),
14394         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14395         (gst_multifdsink_handle_clients):
14396         * gst/tcp/gstmultifdsink.h:
14397         Make syncing to keyframes actually work for new clients and lagging
14398         clients.
14399
14400 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14401
14402         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14403         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14404         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14405         * gst/debug/gstnavigationtest.h:
14406           make navigationtest display button-press and button-release events
14407
14408 2004-09-26 Iain <iaingnome@gmail.com>
14409
14410         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14411         the channels have received a new media event.
14412         (interleave_buffered_loop): Compresses a new media event on all
14413         channels into one.
14414
14415 2004-09-26 Iain <iaingnome@gmail.com>
14416
14417         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14418         call the sinkpad's default event handler and not the srcpads. He also
14419         says this is confusing :)
14420         (gst_wavenc_stop_file): Company says that seek events only go upstream
14421         we should send a discontinuous downstream instead.
14422
14423 2004-09-25  Christian Schaller <christian@fluendo.com>
14424
14425         * Update SPEC file to be usable in conjunction with Fedora Core,
14426           Fedora.us and freshrpms packages
14427         * Fix typo in multifilesrc test Makefile
14428
14429 2004-09-24  Wim Taymans  <wim@fluendo.com>
14430
14431         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14432         Only signal the no_more_pads signal when we have
14433         added the stream to our list.
14434
14435 2004-09-24  Wim Taymans  <wim@fluendo.com>
14436
14437         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14438         (new_decoded_pad):
14439         * gst/playback/gstplaybasebin.h:
14440         * gst/playback/gstplaybin.c: (setup_sinks):
14441         Don't try to preroll or decode more than one audio/video
14442         track.
14443
14444 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14445
14446         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14447           Throw error if we failed to find a suitable output. This should
14448           throw an error if we successfully set up a pipeline (e.g. because
14449           we recognized a media file) but found no decodable streams in it
14450           (e.g. because it contains only media stream types for which we
14451           have no decoders, or because it's not a media type).
14452
14453 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14454
14455         * ext/dirac/Makefile.am:
14456         * ext/dirac/gstdirac.cc:
14457         * ext/dirac/gstdiracdec.cc:
14458         * ext/dirac/gstdiracdec.h:
14459           Do something. Don't actually know if this works because I don't
14460           have a demuxer yet.
14461         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14462           Add channels=1 to caps returned from _getcaps().
14463         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14464         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14465         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14466         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14467         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14468         (gst_ogm_parse_change_state):
14469           Separate between audio/video so ogmaudioparse actually uses the
14470           audio pad templates. Both audio and video work now, including
14471           autoplugging. Also use sometimes-srcpad hack.
14472         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14473           Handle events better. Don't hang on infinite loops.
14474         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14475         (gst_avi_demux_init), (gst_avi_demux_reset),
14476         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14477         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14478         (gst_avi_demux_change_state):
14479         * gst/avi/gstavidemux.h:
14480           Improve A/V sync. Still not perfect.
14481         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14482         (gst_ebml_read_skip):
14483           Handle events better.
14484         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14485         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14486         (qtdemux_audio_caps):
14487           Add IMA4. Improve event handling. Save offset after a seek when
14488           the headers are at the end of the file so that we don't end up in
14489           an infinite loop.
14490         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14491           Add low-priority typefind support for files with no length.
14492
14493 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14494
14495         * testsuite/multifilesink/Makefile.am:
14496         fix typo
14497
14498 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14499
14500         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14502         mistakes from thaytan's patches.
14503
14504 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14505
14506         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14507           For completeness, XSync in the destroy function as xvimage does.
14508
14509 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14510
14511         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14512            Correct caps negotiation
14513         * gst/volume/gstvolume.c: (volume_chain_float),
14514         (volume_chain_int16):
14515            Modify debug output to be little more informative
14516         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14518         (gst_xvimagesink_xvimage_destroy):
14519           Add XSync calls after detaching from the shared memory segment to
14520           avoid a crash.
14521
14522 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14523
14524         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14525         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14526         * ext/vorbis/vorbis.c: (plugin_init):
14527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14528         (gst_vorbisenc_chain):
14529         * ext/vorbis/vorbisenc.h:
14530         remove explicit newmedia support from oggmux and vorbisenc
14531         add debug category to vorbisenc
14532         * gst/multifilesink/gstmultifilesink.c:
14533         (gst_multifilesink_class_init), (gst_multifilesink_init),
14534         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14535         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14536         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14537         (plugin_init):
14538         * gst/multifilesink/gstmultifilesink.h:
14539         add support for streamheader in multifilesink
14540
14541 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14542
14543         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14544         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14545         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14546           Prevent infinite loops. More correct error reporting.
14547         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14548           Error out if negotiation fails.
14549         * gst/playback/gstplaybasebin.c: (setup_source),
14550         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14551         (gst_play_base_bin_found_tag):
14552           Error/tag forwarding. Pre-roll fixes for source errors on state
14553           changes (e.g. "file does not exist") to prevent hangs.
14554
14555 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14556
14557         * testsuite/multifilesink/Makefile.am:
14558         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14559         (gst_newmedia_class_init), (gst_newmedia_init),
14560         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14561         (newfile_signal), (test_signal), (main):
14562         * testsuite/multifilesink/multifilesrc_test.c: (main):
14563         * testsuite/multifilesink/oggtheora_test.c:
14564         (gst_newmedia_base_init), (gst_newmedia_class_init),
14565         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14566         (test_format), (newfile_signal), (test_signal), (main):
14567         * testsuite/multifilesink/oggvorbis_test.c:
14568         (gst_newmedia_base_init), (gst_newmedia_class_init),
14569         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14570         (test_format), (newfile_signal), (test_signal), (main):
14571         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14572         (gst_newmedia_class_init), (gst_newmedia_init),
14573         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14574         (newfile_signal), (test_signal), (main):
14575         New media tests
14576
14577 2004-09-20  Christian Schaller <christian@fluendo.com>
14578
14579         * Fix mikmod license to LGPL as they have relicensed
14580         * Move Dirac and Effectv into LGPL section of README_license
14581
14582 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14583
14584         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14585         (gst_mad_change_state):
14586           Allow for mp3 rate/channels changes. However, only very
14587           conservatively. Reason that we *have* to enable this is smiply
14588           because the mad find_sync() function is not good enough, it will
14589           regularly sync on random data as valid frames and therefore make
14590           us provide random caps as *final* caps of the stream. The best fix
14591           I could think of is to simply require several of the same stream
14592           changes in a row before we change caps.
14593           The actual testcase that works now is #
14594         * ext/ogg/Makefile.am:
14595         * ext/ogg/gstogg.c: (plugin_init):
14596         * ext/ogg/gstogmparse.c:
14597           OGM support (video only for now; I need an audio sample file).
14598         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14599         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14600         (gst_asf_demux_add_video_stream):
14601           WMV extradata.
14602         * gst/playback/gstplaybasebin.c: (unknown_type):
14603           Don't error out on single unknown-types after all. It's wrong.
14604           If we found type of video and audio but not of a subtitle stream,
14605           it will still error out (which is unwanted). Will find a better fix
14606           later on.
14607         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14608         (ogmaudio_type_find), (plugin_init):
14609           OGM support.
14610
14611 2004-09-20  Johan Dahlin  <johan@gnome.org>
14612
14613         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14614         after setting caps.
14615
14616 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14617
14618         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14619         * gst/wavenc/gstwavenc.h:
14620         Added newmedia support to wavenc
14621
14622 2004-09-17  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14625         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14626         (gst_fdset_fd_can_write), (gst_fdset_wait):
14627         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14628         (gst_multifdsink_init), (gst_multifdsink_add),
14629         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14630         (gst_multifdsink_remove_client_link),
14631         (gst_multifdsink_client_queue_buffer),
14632         (gst_multifdsink_handle_client_write),
14633         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14634         (gst_multifdsink_close), (gst_multifdsink_change_state):
14635         * gst/tcp/gstmultifdsink.h:
14636         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14637         (gst_tcpserversink_removed):
14638         Small cleanups in fdset.c
14639         Use a hastable to map fd to the client structure for faster
14640         lookup in _remove and get_stats.
14641         Added virtual function to close the fds.
14642         Handle clients even when the select/poll call was unblocked because
14643         of a command.
14644         Implement syncing to keyframe in the recovery procedure.
14645
14646 2004-09-16 Iain <iaingnome@gmail.com>
14647
14648         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14649         try caps.
14650
14651 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14652
14653         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14654           Caps are only set if the type of the stream is unknown, but this
14655           is initialized in ->init_stream(), so set to UNKNOWN after calling
14656           ->init_stream() so that capsnego starts.
14657
14658 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14659
14660         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14661         (gst_avi_demux_stream_data):
14662           Just hardcode for raw audio then. AVI audio sucks.
14663
14664 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14665
14666         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14667         * gst/matroska/matroska-mux.c: (audiosink_templ),
14668         (gst_matroska_mux_audio_pad_link):
14669         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14670         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14671
14672 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14673
14674         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14675         (gst_avi_demux_stream_data):
14676           Try to fix a/v sync issues.
14677
14678 2004-09-15  David Schleef  <ds@schleef.org>
14679
14680         * configure.ac: remove NASM check, since we don't use it.  Update
14681         dirac check to 0.4
14682         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14684         Initialized variables.
14685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14686         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14687         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14688         SVQ3 format
14689
14690 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14691
14692         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14693         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14694         * gst/avi/gstavidemux.h:
14695           Fix for compressed audio (mp3) timestamp generation. How did this
14696           ever work?
14697
14698 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14699
14700         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14701           Volume is a double not a float.
14702
14703 2004-09-15  Wim Taymans  <wim@fluendo.com>
14704
14705         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14706         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14707         Don't close the fd in multifdsink as we didn't open it in the
14708         first place. Some cleanups.
14709
14710 2004-09-15  Wim Taymans  <wim@fluendo.com>
14711
14712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14713         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14714         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14715         Fix the case where the muxer would mark pages as delta
14716         frames when they are not (vorbis only ogg).
14717
14718 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14719
14720         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14721         (gst_play_base_bin_change_state):
14722           Handle the case where we failed to setup a clear pipeline. This
14723           will throw an error (or EOS, another nice case) and if you don't
14724           catch that, the app will wait for the signal forever (and thus
14725           hang).
14726
14727 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14728
14729         * ext/gnomevfs/gstgnomevfssink.c:
14730         (gst_gnomevfssink_uri_get_protocols):
14731         * ext/gnomevfs/gstgnomevfssrc.c:
14732         (gst_gnomevfssrc_uri_get_protocols):
14733         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14734         * ext/gnomevfs/gstgnomevfsuri.h:
14735           Use _uri_new() instead of _open(), so it doesn't take as long and
14736           Christophe's computer won't hang.
14737         * gst/playback/gstplaybasebin.c: (unknown_type):
14738           Throw error on unknown media type, so apps actually display it.
14739
14740 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14741
14742         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14743           this script to work on Solaris since bash shell handles echo
14744           differenly than bash.
14745
14746 2004-09-17  Wim Taymans  <wim@fluendo.com>
14747
14748         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14749         (setup_source), (gst_play_base_bin_set_property),
14750         (gst_play_base_bin_add_element):
14751         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14752         Some more work on making sure seeking pauses the pipeline and
14753         that changing the uri actually does something.
14754
14755 2004-09-17  Wim Taymans  <wim@fluendo.com>
14756
14757         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14758         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14759         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14760         (gst_tcpserversink_close):
14761         Be a bit more paranoid when freeing memory.
14762
14763 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14764
14765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14766         (qtdemux_parse_trak):
14767           Don't crash by dividing by zero (see sample movie in #126922).
14768
14769 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14770
14771         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14772           Don't touch non-existing data (fixes crash on file in #140147).
14773
14774 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14775
14776         * gst/playback/gstplaybasebin.c:
14777         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14778           Handle double disposals, and proper change of URIs.
14779
14780 2004-09-13  Martin Eikermann <meiker@upb.de>
14781
14782         * gst/mpegstream/gstmpegparse.c:
14783           fix synchronistation for streams recorded from digital PCR
14784           fixes bug #119376
14785
14786 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14787
14788         * ext/gnomevfs/Makefile.am:
14789         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14790         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14791         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14792         (gst_gnomevfssink_uri_get_type),
14793         (gst_gnomevfssink_uri_get_protocols),
14794         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14795         (gst_gnomevfssink_uri_handler_init),
14796         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14797         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14798         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14799         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14800         (gst_gnomevfssrc_uri_get_type),
14801         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14802         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14803         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14804         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14805         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14806         * ext/gnomevfs/gstgnomevfsuri.h:
14807           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14808           of fake URIs to see which this version of Gnome-VFS likes, and
14809           uses that for the Gst-URI interface. Makes playbin support http://
14810           streams. Also fix up some stupid behaviour in gnomevfssrc.
14811
14812 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14813
14814         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14815         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14816         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14817         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14818           Update mixer (to sync with other sessions) if we try to obtain
14819           a new value. This makes alsamixer work accross applications.
14820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14821           Only call sync functions if we're running, else alsalib asserts.
14822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14823           Sometimes fails to compile. Possibly a gcc bug.
14824         * gst/playback/gstplaybin.c: (gen_video_element),
14825         (gen_audio_element):
14826           Add a reference to an application-provided object, because we lose
14827           this same reference if we add it to the bin. If we don't do this,
14828           we can only use this object once and thus crash if we go from
14829           ready to playing, back to ready and back to playing again.
14830           Also add an audioscale element because several cheap soundcards -
14831           like mine - don't support all samplerates.
14832         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14833         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14834           Fix wrong order or PAR calls. Makes automatically obtained PAR
14835           from the X server atually being used.
14836
14837 2004-09-12  David Schleef  <ds@schleef.org>
14838
14839         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14840         #151887, #152102, #152247.
14841         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14842         * examples/seeking/cdparanoia.c: same
14843         * examples/seeking/cdplayer.c: same
14844         * examples/seeking/seek.c: same
14845         * examples/seeking/spider_seek.c: same
14846         * examples/seeking/vorbisfile.c: same
14847         * examples/stats/mp2ogg.c: same
14848         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14849         (gst_esdsink_dispose): Dispose of element properly.
14850         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14851         fixes.
14852         * ext/nas/nassink.c: (gst_nassink_class_init),
14853         (gst_nassink_dispose): Dispose of element correctly.
14854         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14855         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14856         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14857         Fix 64-bit warning.
14858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14859         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14860         Fix 64-bit warning.
14861
14862 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14863
14864         * configure.ac : change speex detection as 1.1.6 now uses
14865           .pc/pkg-config and they changed their headers location.
14866
14867 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14868
14869         * gst/matroska/matroska-mux.h:
14870         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14871         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14872         (gst_matroska_mux_write_data):
14873           Write multiple blocks/frames per cluster.
14874                 Write meta-seek information (seek heads).
14875
14876 2004-09-09  Scott Wheeler <wheeler@kde.org>
14877
14878         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14879         (gst_play_bin_set_property), (gst_play_bin_get_property),
14880         (gen_audio_element), (gen_audio_element):
14881           Add a volume element / property to the pipeline.
14882
14883 2004-09-07  Wim Taymans  <wim@fluendo.com>
14884
14885         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14886         Copy timestamps from the master pad to the output buffers.
14887
14888 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14889
14890         * ext/raw1394/gstdv1394src.c:
14891           throw errors when applicable
14892
14893 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14894
14895         * gst/matroska/ebml-ids.h:
14896         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14897         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14898         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14899           automatically convert unix time <-> ebml time when reading/writing
14900           a date, use gst_ebml_write_uint to write CUETIME,
14901           not gst_ebml_write_date.
14902         * gst/matroska/matroska-ids.h:
14903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14904         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14905         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14906         (gst_matroska_mux_write_data):
14907           Write track and segment UIDs, write muxing date, write
14908           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14909           Create cues for audio only files.
14910
14911 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14912
14913         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14914         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14915           Re-commit ALSA switches.
14916         * gst/adder/gstadder.c: (gst_adder_loop):
14917           64-bit fix (#151416).
14918         * gst/debug/progressreport.c: (gst_progressreport_report):
14919           64-bit fix (#151419).
14920         * gst/matroska/matroska-demux.c:
14921         (gst_matroska_demux_parse_contents):
14922           64-bit fix (#151420).
14923         * gst/playback/test3.c: (update_scale):
14924           64-bit fix (#151421).
14925
14926 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14927
14928         * configure.ac:
14929           bump nano to cvs
14930
14931 === release 0.8.4 ===
14932
14933 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14934
14935         * configure.ac: releasing 0.8.4, "Alias"
14936
14937 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14938
14939         * ext/theora/Makefile.am:
14940           fix makefile.  Fixes #151462.
14941
14942 2004-08-30  Wim Taymans  <wim@fluendo.com>
14943
14944         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14945         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14946         (gst_multifdsink_remove_client_link),
14947         (gst_multifdsink_client_queue_buffer),
14948         (gst_multifdsink_handle_client_write):
14949         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14950         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14951         Fix some memory leaks.
14952
14953 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14954
14955         Patch by: David Schleef
14956
14957         * configure.ac:
14958         * sys/Makefile.am:
14959           rename our detection macro for V4L2.  Fixes #151236.
14960
14961 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         Patch by: David Schleef
14964
14965         * configure.ac:
14966           check to define LAMEPRESET.  Fixes #151232.
14967
14968 2004-08-27  David Schleef  <ds@schleef.org>
14969
14970         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14971         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14972         (gst_glimagesink_fixate):  Move local variable declarations to
14973         make gcc-2.95 happy.
14974
14975 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14976
14977         * configure.ac:
14978           bump nano for prerelease
14979
14980 2004-08-27  David Schleef  <ds@schleef.org>
14981
14982         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14983         * sys/sunaudio/gstsunaudiosrc.c:
14984         * sys/sunaudio/gstsunaudiosrc.h:
14985
14986 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14987
14988         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14989         handle EOS correctly
14990         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14991         * gst/matroska/matroska-mux.h:
14992         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14993         VFW compatibility mode
14994
14995 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14996
14997         patch by: Zaheer Abbas Merali
14998
14999         * ext/ogg/gstoggmux.c:
15000         * ext/vorbis/vorbisenc.c:
15001         * ext/vorbis/vorbisenc.h:
15002           handle NEWMEDIA
15003
15004 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15005
15006         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15007         fix byte order reversion on little endian machines.
15008         * gst/matroska/matroska-mux.c: (audiosink_templ),
15009         (gst_matroska_mux_audio_pad_link):
15010         add TTA codec to the list of supported codecs.
15011         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15012         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15013         (gst_matroska_mux_write_data):
15014         * gst/matroska/matroska-mux.h:
15015         write segment duration correctly, write muxing app string, fixes bugs
15016         #140897 and #140898.
15017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15018         wait for all pads to be negotiated before starting to mux.
15019
15020 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15021
15022         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15023         * ext/lame/gstlame.h:
15024         Added new media support to lame
15025
15026 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15027
15028         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15029         send vorbis headers at the beginning of a stream, fixes bug #141554.
15030         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15031         bug #148950.
15032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15033         (gst_matroska_demux_plugin_init):
15034         * gst/matroska/matroska-ids.h:
15035         enable demuxing of TTA audio streams, fixes bug #148951.
15036         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15037         enable typefinding for TTA audio files, fixes bug #148711.
15038         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15039         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15040         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15041
15042 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15043
15044         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15045         (gst_riff_read_element_data), (gst_riff_read_seek),
15046         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15047         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15048         <teuf@gnome.org>
15049
15050 2004-08-23 Iain <iaingnome@gmail.com>
15051
15052         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15053         tags. They appear to be handled differently to normal.
15054         (tag_list_to_id3_tag_foreach): Ditto.
15055
15056 2004-08-22  Wim Taymans  <wim@fluendo.com>
15057
15058         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15059         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15060         Make sure we never send -1 granulepos.
15061
15062 2004-08-20  Wim Taymans  <wim@fluendo.com>
15063
15064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15065         (gst_ogg_mux_loop):
15066         I will accept bitchslappings with non sharp objects.
15067
15068 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15069
15070         * configure.ac:
15071         Clean up the test for lame presets
15072
15073 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15074
15075         * configure.ac:
15076         * ext/lame/Makefile.am:
15077         * ext/lame/gstlame.c: (gst_lame_class_init),
15078         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15079         Only enable lame presets if version of lame has presets in API
15080
15081 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15082         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15083         * gst/udp/gstudpsrc.h:
15084           Don't call gst_pad_push in a get function. Fixes #150449
15085
15086 2004-08-18  Wim Taymans  <wim@fluendo.com>
15087
15088         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15089         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15090         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15091         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15092         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15093         (gst_fdset_wait):
15094         * gst/tcp/gstfdset.h:
15095         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15096         (gst_multifdsink_client_queue_buffer),
15097         (gst_multifdsink_handle_client_write):
15098         * gst/tcp/gstmultifdsink.h:
15099         Some extra checks in gstfdset.
15100         Only use send() when the fd is a socket. Don't try to
15101         read from write only fds.
15102
15103 2004-08-18  Wim Taymans  <wim@fluendo.com>
15104
15105         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15106         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15107         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15108         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15109         (gst_fdset_wait):
15110         Add more locking and bounds checking.
15111
15112 2004-08-18  Wim Taymans  <wim@fluendo.com>
15113
15114         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15115         Realloc test fdset in the lock and right before starting
15116         the poll call. Bump the limit to 4096.
15117
15118 2004-08-17  David Schleef  <ds@schleef.org>
15119
15120         * sys/sunaudio/Makefile.am:
15121         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15122         of rates and channels.  Make debugging less obnoxious.
15123
15124         Patch from Balamurali Viswanathan implementing a mixer for
15125         Sun audio.  (bug #144091):
15126         * sys/sunaudio/gstsunelement.c:
15127         * sys/sunaudio/gstsunelement.h:
15128         * sys/sunaudio/gstsunmixer.c:
15129         * sys/sunaudio/gstsunmixer.h:
15130
15131 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15132
15133         * gst/audioscale/gstaudioscale.c:
15134         * gst/audioscale/gstaudioscale.h:
15135         made audioscale resample from any sample rate to any sample rate
15136
15137 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15138
15139         * ext/libpng/gstpngdec.c:
15140           error out on unsupported types
15141
15142 2004-08-17  Iain <iaingnome@gmail.com>
15143
15144         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15145         mid_side and loose_mid_side properties if its a stereo stream.
15146
15147 2004-08-17  Wim Taymans  <wim@fluendo.com>
15148
15149         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15150         (theora_get_formats), (theora_dec_src_convert),
15151         (theora_dec_sink_convert), (theora_dec_src_query),
15152         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15153         Add a debug line.
15154
15155 2004-08-17  Wim Taymans  <wim@fluendo.com>
15156
15157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15158         (gst_ogg_pad_push):
15159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15160         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15161         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15162         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15163         Mark delta units in the muxer.
15164         Try to decode the packet after an out-of-sync error from
15165         libogg.
15166
15167 2004-08-17  Wim Taymans  <wim@fluendo.com>
15168
15169         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15170         (gst_multifdsink_init), (gst_multifdsink_add),
15171         (gst_multifdsink_client_queue_buffer),
15172         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15173         * gst/tcp/gstmultifdsink.h:
15174         Added option to send a keyframe to clients as the first buffer.
15175         Make timeout property writable.
15176
15177 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15178
15179         patch by: Wim Taymans
15180
15181         * gst/tcp/gstfdset.c:
15182         * gst/tcp/gstmultifdsink.c:
15183           fix index comparison, should include 0
15184
15185 2004-08-16  Wim Taymans  <wim@fluendo.com>
15186
15187         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15188         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15189         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15190         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15191         (gst_fdset_wait):
15192           copy when reallocing for poll so the select arguments don't get
15193           changed during the call
15194
15195 2004-08-16  Wim Taymans  <wim@fluendo.com>
15196
15197         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15198         (gst_theora_enc_class_init), (theora_enc_sink_link),
15199         (theora_buffer_from_packet), (theora_enc_chain):
15200         Fix bug where buffers were not marked as keyframes
15201         correctly.
15202
15203 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15204
15205         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15206         (gst_lame_preset_get_type), (gst_lame_class_init):
15207         describe the enum values for vbr mode and presets more verbosely
15208
15209 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15210
15211         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15212         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15213         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15214         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15215         * ext/lame/gstlame.h:
15216         add preset property to lame so it can use lame presets
15217
15218 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15219
15220         * ext/lame/gstlame.c: (gst_lame_get_property):
15221         whoops forgot break, thanks teuf
15222
15223 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15224
15225         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15226         (gst_lame_class_init), (gst_lame_src_getcaps),
15227         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15228         (gst_lame_get_property), (gst_lame_setup):
15229         * ext/lame/gstlame.h:
15230         fix lame's broken vbr stuff, allow it to resample if need be, and also
15231         make xing header optional
15232
15233 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15234
15235         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15236         added getcaps function so samplerate doesnt get fixated to silly values
15237
15238 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15239
15240         * ext/lame/gstlame.c: (gst_lame_src_link):
15241         revert previous fix
15242
15243 2004-08-12  Johan Dahlin  <johan@gnome.org>
15244
15245         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15246         checks. Doesn't matter what state we are in. Interfaces are a
15247         compile time thing, not runtime. It also broke the python bindings.
15248
15249 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15250
15251         * ext/lame/gstlame.c: (gst_lame_src_link):
15252         made source pad link function check if sinkpad is ok..fixes the problem
15253         where core fixates the output rate of lame stupidly
15254
15255 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15256
15257         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15258         * sys/v4l/v4l_calls.c:
15259         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15260           fix fixate function to handle nonsimple caps.
15261           remove bogus check in _link
15262           cleanups
15263
15264 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15265
15266         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15267         set default compression ratio parameter to 0.0 so bitrate parameter
15268         works :)
15269
15270 2004-08-11  David Schleef  <ds@schleef.org>
15271
15272         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15273
15274 2004-08-11  David Schleef  <ds@schleef.org>
15275
15276         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15277         before.
15278
15279 2004-08-11  David Schleef  <ds@schleef.org>
15280
15281         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15282
15283 2004-08-11  David Schleef  <ds@schleef.org>
15284
15285         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15286           license field
15287         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15288         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15289           LGPL.
15290         * gst/auparse/gstauparse.c: Fix plugin license field.
15291         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15292         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15293         * gst/rtp/gstrtp.c: Fix plugin license field.
15294
15295 2004-08-11  Wim Taymans  <wim@fluendo.com>
15296
15297         * gst/tcp/Makefile.am:
15298         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15299         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15300         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15301         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15302         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15303         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15304         (gst_fdset_fd_can_write), (gst_fdset_wait):
15305         * gst/tcp/gstfdset.h:
15306         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15307         (gst_multifdsink_class_init), (gst_multifdsink_init),
15308         (gst_multifdsink_add), (gst_multifdsink_remove),
15309         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15310         (gst_multifdsink_remove_client_link),
15311         (gst_multifdsink_handle_client_read),
15312         (gst_multifdsink_client_queue_data),
15313         (gst_multifdsink_client_queue_caps),
15314         (gst_multifdsink_client_queue_buffer),
15315         (gst_multifdsink_handle_client_write),
15316         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15317         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15318         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15319         (gst_multifdsink_close):
15320         * gst/tcp/gstmultifdsink.h:
15321         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15322         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15323         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15324         (gst_tcpserversink_close):
15325         * gst/tcp/gsttcpserversink.h:
15326         Abstracted away the select call, implemented poll (yes we ran into
15327         the 1024 limit in production).
15328
15329 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15330
15331         * gst/tcp/gsttcp.c:
15332         * gst/tcp/gsttcpplugin.c:
15333           improve debuggging, remove assert
15334
15335 2004-08-10  Wim Taymans  <wim@fluendo.com>
15336
15337         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15338         (gst_client_status_get_type), (gst_multifdsink_class_init),
15339         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15340         (gst_multifdsink_handle_client_read),
15341         (gst_multifdsink_handle_client_write),
15342         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15343         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15344         (gst_multifdsink_get_property):
15345         * gst/tcp/gstmultifdsink.h:
15346         * gst/tcp/gsttcp-marshal.list:
15347         Starting to prepare for specifying buffer time in other units
15348         than buffers. Expose remove reason in signal.
15349
15350 2004-08-10  Wim Taymans  <wim@fluendo.com>
15351
15352         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15353         (gst_multifdsink_remove), (gst_multifdsink_clear),
15354         (gst_multifdsink_remove_client_link),
15355         (gst_multifdsink_handle_client_read),
15356         (gst_multifdsink_client_queue_data),
15357         (gst_multifdsink_client_queue_buffer),
15358         (gst_multifdsink_handle_client_write),
15359         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15360         (gst_multifdsink_chain), (gst_multifdsink_close):
15361         * gst/tcp/gstmultifdsink.h:
15362         Added more debugging info. Changed the way clients are
15363         removed from the lists. Fixed a bug where a bad file descriptor
15364         could cause many clients to be removed.
15365
15366 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15367
15368         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15369           allow all pixel-aspect-ratios, not just 1:1
15370
15371 2004-08-09  David Schleef  <ds@schleef.org>
15372
15373         * sys/glsink/ARB_multitexture.h:  Remove old files.
15374         * sys/glsink/EXT_paletted_texture.h:
15375         * sys/glsink/NV_register_combiners.h:
15376         * sys/glsink/gstgl_nvimage.c:
15377         * sys/glsink/gstgl_pdrimage.c:
15378         * sys/glsink/gstgl_rgbimage.c:
15379         * sys/glsink/gstglsink.c:
15380         * sys/glsink/gstglsink.h:
15381         * sys/glsink/gstglxwindow.c:
15382         * sys/glsink/regcomb_yuvrgb.c:
15383
15384 2004-08-09  David Schleef  <ds@schleef.org>
15385
15386         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15387         GL sink plugin.  (Bug #147302)
15388
15389         * configure.ac: Test for OpenGL
15390         * sys/Makefile.am: Use test for OpenGL
15391         * sys/glsink/Makefile.am:
15392         * sys/glsink/glimagesink.c: rewrite
15393         * sys/glsink/glimagesink.h: rewrite
15394
15395 2004-08-09  David Schleef  <ds@schleef.org>
15396
15397         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15398         sane framerates.
15399         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15401         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15402
15403 2004-08-09  Wim Taymans  <wim@fluendo.com>
15404
15405         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15406         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15407         (gst_multifdsink_client_remove),
15408         (gst_multifdsink_handle_client_read),
15409         (gst_multifdsink_handle_client_write),
15410         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15411         Do a bit more logging, make the client_read code more robust.
15412
15413 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15414
15415         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15416         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15417         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15418         (gst_jpegdec_init), (gst_jpegdec_chain):
15419         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15420         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15421           cleanups, debugging fixes and memleak plugging
15422
15423 2004-08-09  Wim Taymans  <wim@fluendo.com>
15424
15425         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15426         (theora_get_formats), (theora_dec_src_convert),
15427         (theora_dec_sink_convert), (theora_dec_src_query),
15428         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15429         (theora_dec_change_state):
15430         Don't crash on missing header packets.
15431
15432 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15433
15434         * po/LINGUAS:
15435         * po/sq.po:
15436           Added Albanian translation (Laurent Dhima)
15437         * po/cs.po:
15438           updated
15439
15440 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15441
15442         * ext/lame/gstlame.c:
15443           fix/add debugging
15444
15445 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15446
15447         * sys/ximage/ximagesink.c:
15448         * sys/xvimage/xvimagesink.c:
15449           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15450
15451 2004-08-06  Wim Taymans  <wim@fluendo.com>
15452
15453         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15454         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15455         (gst_multifdsink_client_remove),
15456         (gst_multifdsink_handle_client_read),
15457         (gst_multifdsink_handle_client_write),
15458         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15459         Make sure we don't try to read more from a client that what
15460         ioctl says us or we deadlock.
15461
15462 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15463
15464         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15465         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15466         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15467           decouple running_time and n_frames so it can handle changing
15468           framerate while running
15469
15470 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15471
15472         * po/nl.po:
15473         * po/sv.po:
15474           updated translations
15475
15476 2004-08-04  Benjamin Otte  <otte@gnome.org>
15477
15478         * gst/videotestsrc/gstvideotestsrc.c:
15479         (gst_videotestsrc_get_capslist), (generate_capslist),
15480         (plugin_init):
15481           generate the list of supported caps at startup and reuse it instead
15482           of always generating it
15483
15484 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15485
15486         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15487           whoops, last checkin broke normal build
15488
15489 2004-08-03  Benjamin Otte  <otte@gnome.org>
15490
15491         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15492         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15493         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15494         (gst_alsa_mixer_get_option):
15495         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15496         (dvdnavsrc_print_event):
15497         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15498         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15499         (gst_ogg_mux_pad_unlink):
15500         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15501         (gst_multipart_mux_pad_unlink):
15502         * gst/videofilter/gstvideobalance.c:
15503         (gst_videobalance_colorbalance_set_value):
15504         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15505         (gst_videomixer_pad_unlink):
15506         * po/uk.po:
15507         * sys/oss/gstossmixer.c:
15508         * sys/v4l/gstv4lcolorbalance.c:
15509         * sys/v4l/gstv4ltuner.c:
15510         * sys/v4l/v4lsrc_calls.c:
15511         * sys/v4l2/gstv4l2colorbalance.c:
15512         * sys/v4l2/gstv4l2tuner.c:
15513           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15514
15515 2004-08-03  Benjamin Otte  <otte@gnome.org>
15516
15517         * examples/dynparams/filter.c: (ui_control_create):
15518         * examples/gstplay/player.c: (print_tag):
15519         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15520         * ext/gdk_pixbuf/gstgdkanimation.c:
15521         (gst_gdk_animation_iter_may_advance):
15522         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15523         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15524         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15525         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15526         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15527         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15528         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15529         * gst/sine/demo-dparams.c: (main):
15530         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15531         * testsuite/alsa/formats.c: (create_pipeline):
15532         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15533           fixes for G_DISABLE_ASSERT and friends
15534         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15535         (mp3_type_frame_length_from_header), (mp3_type_find),
15536         (plugin_init):
15537           require mp3 typefinding to have at least MIN_HEADERS valid headers
15538           add typefinding for AAC adts files
15539
15540 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15541
15542         * sys/ximage/ximagesink.c:
15543         (gst_ximagesink_calculate_pixel_aspect_ratio):
15544         * sys/xvimage/xvimagesink.c:
15545         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15546         Make sure we calculate pixel-aspect-ratio using floating point maths
15547
15548 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15549
15550         * po/uk.po:
15551           updated translation
15552
15553 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15554
15555         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15557           add debugging for display PAR calculation
15558
15559 2004-08-02  David Schleef  <ds@schleef.org>
15560
15561         * configure.ac: Fix mikmod CFLAGS.
15562
15563 2004-07-27  Benjamin Otte  <otte@gnome.org>
15564
15565         * gst/audioscale/gstaudioscale.c:
15566         - fix templates to only support S16, it's the only format that works
15567         - make caps nego code use try_set_caps_nonfixed and fixation instead
15568         of try_set_caps twice, which is not nice for autopluggers
15569         - change rank to secondary, so autopluggers can pick it up after
15570         audioconvert
15571
15572 2004-08-02  Iain <iain@prettypeople.org>
15573
15574         * gst/interleave/interleave.c (interleave_init),
15575         (interleave_request_new_pad),
15576         (interleave_pad_removed),
15577         (interleave_buffered_loop): Use the real pad count, not the artificial
15578         one.
15579
15580 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15581
15582         * configure.ac: bump nano back to development
15583
15584 === release 0.8.3 ===
15585
15586 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * configure.ac: releasing 0.8.3, "Water"
15589
15590 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15591
15592         * sys/xvimage/xvimagesink.c:
15593         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15594         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15595         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15596         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15597         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15598         * sys/xvimage/xvimagesink.h:
15599           apply similar PAR fixes as to ximagesink
15600
15601 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15602
15603         patch from: Benjamin Otte
15604
15605         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15606           add link function to lame.  Fixes #148986.
15607
15608 2004-08-02  Johan Dahlin  <johan@gnome.org>
15609
15610         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15611         fix debugging log
15612
15613 2004-07-30  David Schleef  <ds@schleef.org>
15614
15615         * gst/videomixer/Makefile.am: Fix things that should have been
15616         fixed in the last checkin.
15617
15618 2004-07-30  David Schleef  <ds@schleef.org>
15619
15620         * gst/multipart/Makefile.am: Fix things that should have been
15621         fixed in the last checkin.
15622
15623 2004-07-30  David Schleef  <ds@schleef.org>
15624
15625         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15626
15627 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15628
15629         * configure.ac:
15630           bump nano for prerelease
15631         * po/af.po:
15632         * po/az.po:
15633         * po/cs.po:
15634         * po/en_GB.po:
15635         * po/hu.po:
15636         * po/nl.po:
15637         * po/sr.po:
15638         * po/sv.po:
15639         * po/uk.po:
15640           updates
15641
15642 2004-07-30  Wim Taymans  <wim@fluendo.com>
15643
15644         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15645         (gst_multifdsink_add), (gst_multifdsink_remove),
15646         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15647         (gst_multifdsink_client_remove),
15648         (gst_multifdsink_handle_client_write),
15649         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15650         * gst/tcp/gstmultifdsink.h:
15651         Recover from a select with a bad file descriptor by removing
15652         the client.
15653
15654 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15655
15656         * configure.ac:
15657           fix requirement of core
15658         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15659         (gst_play_pipeline_setup):
15660           don't use colorspace element.  do use hermescolorspace element.
15661           make macro to get a colorspace element.
15662           mark strings for translation.
15663         * po/POTFILES.in:
15664           add play.c
15665         * po/af.po:
15666         * po/az.po:
15667         * po/cs.po:
15668         * po/en_GB.po:
15669         * po/hu.po:
15670         * po/nl.po:
15671         * po/sr.po:
15672         * po/sv.po:
15673         * po/uk.po:
15674           update translations
15675
15676 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15677
15678         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15679         fix default for newmedia flag
15680
15681 2004-07-30  Wim Taymans  <wim@fluendo.com>
15682
15683         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15684         (gst_theora_dec_init), (theora_get_formats),
15685         (theora_dec_src_convert), (theora_dec_sink_convert),
15686         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15687         (theora_dec_chain), (theora_dec_set_property),
15688         (theora_dec_get_property):
15689         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15690         (gst_theora_enc_class_init), (gst_theora_enc_init),
15691         (theora_enc_sink_link), (theora_enc_chain),
15692         (theora_enc_set_property), (theora_enc_get_property):
15693         Added cropping option to theora decoder.
15694         Added border option to theora encoder.
15695
15696 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15697
15698         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15699         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15700         (gst_pngenc_set_property):
15701         * ext/libpng/gstpngenc.h:
15702         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
15703
15704 2004-07-30  Wim Taymans  <wim@fluendo.com>
15705
15706         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15707         (theora_enc_sink_link), (theora_enc_chain),
15708         (theora_enc_set_property), (theora_enc_get_property):
15709         Fix encoding of non-multiple-of-16 video.
15710
15711 2004-07-29  David Schleef  <ds@schleef.org>
15712
15713         * configure.ac: make test for audiofile more strict
15714
15715 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15716
15717         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15718           give different names to typefind functions
15719
15720 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15721
15722         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15723         (gst_ximagesink_calculate_pixel_aspect_ratio),
15724         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15725         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15726         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15727         (gst_ximagesink_get_property), (gst_ximagesink_init):
15728         * sys/ximage/ximagesink.h:
15729           allocate PAR's dynamically.
15730           use autodetected PAR if no object-set PAR is given.
15731           add workaround for directfb's X not setting physical size.
15732           fix to xvimagesink will follow tomorrow.
15733
15734 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15735
15736         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15737         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15738         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15739         (gst_shout2send_class_init), (gst_shout2send_init),
15740         (set_shout_metadata), (gst_shout2send_set_metadata),
15741         (gst_shout2send_chain), (gst_shout2send_set_property),
15742         (gst_shout2send_get_property), (gst_shout2send_connect),
15743         (gst_shout2send_change_state):
15744         * ext/shout2/gstshout2.h:
15745         - fix for sending mp3 audio to icecast2 server, if pad link function not
15746         called before PAUSED state
15747         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15748         - added tagging support for mp3 audio broadcasted
15749         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15750         debug info
15751
15752 2004-07-28  Wim Taymans  <wim@fluendo.com>
15753
15754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15755         (gst_ogg_demux_push):
15756         Return query failure when we don't know the length of
15757         an ogg stream insteda of returning TRUE with a bogus value.
15758
15759 2004-07-28  Wim Taymans  <wim@fluendo.com>
15760
15761         * ext/theora/theoradec.c: (theora_get_formats),
15762         (theora_dec_src_convert), (theora_dec_sink_convert),
15763         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15764         (theora_dec_chain):
15765         Don't screw up the 1 Chroma for 1 luma sample situation when we
15766         have an odd offset/width by adding a black border in those cases.
15767
15768 2004-07-28  Wim Taymans  <wim@fluendo.com>
15769
15770         * ext/theora/theoradec.c: (theora_get_formats),
15771         (theora_dec_src_convert), (theora_dec_sink_convert),
15772         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15773         (theora_dec_chain):
15774         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15775         Added first attempt at cropping of the image as required by the
15776         theora spec. We need more properties in the caps (offset_x,
15777         offset_y,stride) to implement this correctly.
15778
15779 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15780
15781         * ext/dvdnav/README:
15782           Update the README to use dvddemux
15783         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15784           Ensure getcaps returns a subset of the template caps
15785         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15786         (gst_mpeg2subt_init):
15787           Ensure getcaps returns a subset of the template caps
15788         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15789         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15790         (gst_dvd_demux_get_subpicture_stream),
15791         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15792         * gst/mpegstream/gstdvddemux.h:
15793           Set the explicit caps on the current_video pad before pushing
15794           anything
15795         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15796         (gst_mpeg_demux_get_audio_stream):
15797           Free caps used to gst_pad_set_explicit_caps, which takes a const
15798           GstCaps *
15799
15800 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15801
15802         * configure.ac: update GStreamer requirement to 0.8.4 because of
15803           GstFraction.
15804
15805 2004-07-28  Wim Taymans  <wim@fluendo.com>
15806
15807         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15808         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15809         Add the pad to the element after setting up the caps. This
15810         makes it a lot easier to autoplug.
15811
15812 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15813
15814         * gst/median/gstmedian.c:
15815         * gst/mpeg2subt/gstmpeg2subt.c:
15816         * gst/mpegaudioparse/gstmpegaudioparse.c:
15817         * gst/mpegstream/gstdvddemux.c:
15818         * gst/mpegstream/gstmpegdemux.c:
15819         * gst/mpegstream/gstmpegpacketize.c:
15820         * gst/rtjpeg/gstrtjpeg.c:
15821         * gst/rtjpeg/gstrtjpegdec.c:
15822         * gst/rtjpeg/gstrtjpegenc.c:
15823         * gst/sine/gstsinesrc.c:
15824         * gst/smooth/gstsmooth.c:
15825         * gst/smpte/gstsmpte.c:
15826         * gst/smpte/gstsmpte.h:
15827         * gst/stereo/gststereo.c:
15828         * gst/videofilter/gstgamma.c:
15829         * gst/videofilter/gstvideobalance.c:
15830         * gst/videofilter/gstvideofilter.c:
15831         * gst/videofilter/gstvideoflip.c:
15832         * gst/videoscale/gstvideoscale.c:
15833         * gst/videoscale/videoscale.c:
15834         * gst/videotestsrc/gstvideotestsrc.c:
15835         * gst/videotestsrc/videotestsrc.c:
15836         * gst/wavenc/gstwavenc.c:
15837         * gst/wavparse/gstwavparse.c:
15838           fix local includes and 64 bits constants
15839
15840 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15841
15842         * win32/gst.sln:
15843         * gst-libs/gst/*/*.vcproj:
15844         * gst/*/*.vcproj:
15845           more working plugins
15846
15847 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15848
15849         * testsuite/alsa/Makefile.am:
15850         * testsuite/alsa/srcstate.c:
15851         add test for alsasrc changing state
15852
15853 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15854
15855         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15856         (gst_silence_get):
15857         * gst/silence/gstsilence.h:
15858         fix silence generation for 16bit raw audio
15859
15860 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15861
15862         * gst/matroska/matroska-demux.c:
15863         (gst_matroska_demux_parse_metadata),
15864         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15865         * gst/mpegaudio/common.c:
15866         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15867         (gst_videoscale_getcaps), (gst_videoscale_link),
15868         (gst_videoscale_src_fixate), (gst_videoscale_init),
15869         (gst_videoscale_finalize):
15870         * gst/videoscale/gstvideoscale.h:
15871         * gst/videotestsrc/gstvideotestsrc.c:
15872         (gst_videotestsrc_get_capslist):
15873         * gst/wavenc/gstwavenc.c:
15874         * sys/oss/gstossmixer.c: (fill_labels):
15875         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15876         (gst_ximagesink_handle_xevents),
15877         (gst_ximagesink_calculate_pixel_aspect_ratio),
15878         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15879         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15880         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15881         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15882         (gst_ximagesink_init), (gst_ximagesink_class_init):
15883         * sys/ximage/ximagesink.h:
15884         * sys/xvimage/xvimagesink.c:
15885         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15886         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15887         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15888         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15889         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15890         * sys/xvimage/xvimagesink.h:
15891           first batch of pixel aspect ratio commits.
15892
15893 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15894
15895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15896         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15897         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15898           handle stride, needs work if we want to move stride handling
15899           upstream, but works correctly for our purposes.
15900
15901 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15902
15903         * gst/videoscale/README:
15904           add testing examples
15905         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15906         (gst_videoscale_chain):
15907         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15908         (gst_videoscale_get_size):
15909           add get_size function that handles stride like videotestsrc.
15910           fixes conversion for YUV formats for as much as I can test them.
15911
15912 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15913
15914         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15915         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15917         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15918         (gst_xvimagesink_xvimage_put):
15919           further cleanups, logging, error handling and synchronizing
15920
15921 2004-07-27  Wim Taymans  <wim@fluendo.com>
15922
15923         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15924         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15925         (gst_videomixer_pad_set_property),
15926         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15927         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15928         (gst_videomixer_class_init), (gst_videomixer_init),
15929         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15930         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15931         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15932         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15933         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15934         (gst_videomixer_loop), (plugin_init):
15935         Be a nicer negotiation citizen and provide a getcaps function on
15936         the srcpad. This also fixes a crash when resizing.
15937
15938 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15939
15940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15941         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15942
15943 2004-07-27  Wim Taymans  <wim@fluendo.com>
15944
15945         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15946         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15947         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15948         (gst_pngenc_set_property):
15949         * ext/libpng/gstpngenc.h:
15950         Added snapshot property to pngenc.
15951         removed g_print from pngdec
15952
15953 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15954
15955         * gst/ac3parse/ac3parse.vcproj
15956         * gst/adder/adder.vcproj
15957         * gst/alpha/alpha.vcproj
15958         * gst/alpha/alphacolor.vcproj
15959         * gst/asfdemux/asf.vcproj
15960         * gst/audioconvert/audioconvert.vcproj
15961         * gst/audiorate/audiorate.vcproj
15962         * gst/audioscale/audioscale.vcproj
15963         * gst/auparse/auparse.vcproj
15964         * gst/avi/avi.vcproj
15965         * gst/cdxaparse/cdxaparse.vcproj
15966         * gst/chart/chart.vcproj
15967         * gst/colorspace/colorspace.vcproj
15968         * gst/cutter/cutter.vcproj
15969         * gst/debug/debug.vcproj
15970         * gst/debug/efence.vcproj
15971         * gst/debug/navigationtest.vcproj
15972         * gst/deinterlace/deinterlace.vcproj
15973         * gst/effectv/effectv.vcproj
15974         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15975         * gst/filter/filter.vcproj
15976         * gst/flx/flxdec.vcproj
15977         * gst/goom/goom.vcproj
15978         * gst/interleave/interleave.vcproj
15979         * gst/law/alaw.vcproj
15980         * gst/law/mulaw.vcproj
15981         * gst/matroska/matroska.vcproj
15982         * gst/median/median.vcproj
15983         * gst/mixmatrix/mixmatrix.vcproj
15984         * gst/mpeg1sys/mpeg1systemencode.vcproj
15985         * gst/mpeg1videoparse/mp1videoparse.vcproj
15986         * gst/mpeg2sub/mpeg2subt.vcproj
15987         * gst/mpegaudio/mpegaudio.vcproj
15988         * gst/mpegaudioparse/mpegaudioparse.vcproj
15989         * gst/mpegstream/mpegstream.vcproj
15990         * gst/multifilesink/multifilesink.vcproj
15991         * gst/multipart/multipart.vcproj
15992         * gst/oneton/oneton.vcproj
15993         * gst/overlay/overlay.vcproj
15994         * gst/passthrough/passthrough.vcproj
15995         * gst/qtdemux/qtdemux.vcproj
15996         * gst/realmedia/rmdemux.vcproj
15997         * gst/rtjpeg/rtjpeg.vcproj
15998         * gst/rtp/rtp.vcproj
15999         * gst/silence/silence.vcproj
16000         * gst/sine/sinesrc.vcproj
16001         * gst/smooth/smooth.vcproj
16002         * gst/smpte/smpte.vcproj
16003         * gst/spectrum/spectrum.vcproj
16004         * gst/speed/speed.vcproj
16005         * gst/stereo/stereo.vcproj
16006         * gst/switch/switch.vcproj
16007         * gst/tags/tagedit.vcproj
16008         * gst/tcp/tcp.vcproj
16009         * gst/typefind/typefindfunctions.vcproj
16010         * gst/udp/udp.vcproj
16011         * gst/videobox/videobox.vcproj
16012         * gst/videocrop/videocrop.vcproj
16013         * gst/videodrop/videodrop.vcproj
16014         * gst/videofilter/gamma.vcproj
16015         * gst/videofilter/videobalance.vcproj
16016         * gst/videofilter/videofilter.vcproj
16017         * gst/videofilter/videoflip.vcproj
16018         * gst/videoflip/videoflip.vcproj
16019         * gst/videomixer/videomixer.vcproj
16020         * gst/videorate/videorate.vcproj
16021         * gst/videoscale/videoscale.vcproj
16022         * gst/videotestsrc/videotestsrc.vcproj
16023         * gst/virtualdub/virtualdub.vcproj
16024         * gst/volenv/volenv.vcproj
16025         * gst/volume/volume.vcproj
16026         * gst/wavenc/wavenc.vcproj
16027         * gst/wavparse/wavparse.vcproj
16028         * gst/y4m/y4menc.vcproj
16029         * gst-libs/gst/audio/audio.vcproj
16030         * gst-libs/gst/audio/audiofilter.vcproj
16031         * gst-libs/gst/colorbalance/colorbalance.vcproj
16032         * gst-libs/gst/idct/idtc.vcproj
16033         * gst-libs/gst/media-info/media-info.vcproj
16034         * gst-libs/gst/mixer/mixer.vcproj
16035         * gst-libs/gst/navigation/navigation.vcproj
16036         * gst-libs/gst/play/play.vcproj
16037         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16038         * gst-libs/gst/resample/resample.vcproj
16039         * gst-libs/gst/riff/riff.vcproj
16040         * gst-libs/gst/tuner/tuner.vcproj
16041         * gst-libs/gst/video/video.vcproj
16042         * gst-libs/gst/xoverlay/xoverlay.vcproj
16043           avoid problems with math.h, fix release dependancy
16044           rename GStreamer-0.8.lib to libgstreamer.lib
16045
16046 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16047
16048         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16050         the atom is not available we have to unlock the mutex. Fixes #148023
16051
16052 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16053
16054         * gst-libs/gst/media-info/media-info.h:
16055           issue for a vararg macro with MSVC
16056
16057 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16058
16059         * gst/effectv/effectv.vcproj
16060         * gst-libs/gst/idct/idct.vcproj:
16061         * gst-libs/gst/media-info/media-info.vcproj:
16062         * gst-libs/gst/navigation/navigation.vcproj:
16063         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16064         * gst-libs/gst/video/video.vcproj:
16065         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16066           fixes for build problems
16067
16068 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16069
16070         * gst-libs/gst/audio/audio.def:
16071         * gst-libs/gst/audio/riff.def:
16072           add some definitions needed by plugins
16073
16074 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16075
16076         * gst/asfdemux/gstasfmux.c
16077           Fix some 64 bits constants to be glib friendly
16078
16079 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16080
16081         * gst/ac3parse/gstac3parse.c
16082         * gst/audioscale/gstaudioscale.c
16083         * gst/auparse/gstauparse.c
16084         * gst/colorspace/gstcolorspace.c
16085         * gst/colorspace/yuv2rgb.h
16086           local include fixes
16087
16088 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16089
16090         * win32/gst.sln
16091           add more plugins to the build
16092
16093 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16094
16095         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16096         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16097
16098 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16099
16100         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16101         (gst_level_set_property), (gst_level_get_property),
16102         (gst_level_base_init), (gst_level_class_init):
16103           add debugging categories.  cleanups.
16104
16105 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16106
16107         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16108         (gst_videoscale_planar411), (gst_videoscale_planar400),
16109         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16110         (gst_videoscale_scale_nearest_str1),
16111         (gst_videoscale_scale_nearest_str2),
16112         (gst_videoscale_scale_nearest_str4),
16113         (gst_videoscale_scale_nearest_16bit),
16114         (gst_videoscale_scale_nearest_24bit):
16115           fixed stride issues
16116           tested with 320x240 -> 321, 322, 324 x240
16117           tested with YV12, I420, YUY2, UYVY
16118           fixed packed422rev (don't think it could have worked before)
16119           by testing with UYVY
16120
16121 2004-07-26  Benjamin Otte  <otte@gnome.org>
16122
16123         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16124         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16125         (plugin_init):
16126           add debugging category, add error checks like checking return values
16127           of setup calls, make sure it still works after
16128           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16129
16130 2004-07-26  Wim Taymans  <wim@fluendo.com>
16131
16132         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16133         (gst_mpeg_demux_get_audio_stream),
16134         (gst_mpeg_demux_process_private):
16135         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16136         Check for error codes from the negotiation functions. Make sure
16137         we really set the pad caps when a new pad is created.
16138
16139 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16140
16141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16142         (gst_ffmpeg_caps_to_pix_fmt):
16143         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16144         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16145         (gst_ffmpegcolorspace_pad_link):
16146           don't make function do two things at the same time without reason.
16147
16148 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16149
16150         * gst/ac3parse/ac3parse.vcproj
16151         * gst/adder/adder.vcproj
16152         * gst/alpha/alpha.vcproj
16153         * gst/alpha/alphacolor.vcproj
16154         * gst/asfdemux/asf.vcproj
16155         * gst/audioconvert/audioconvert.vcproj
16156         * gst/audiorate/audiorate.vcproj
16157         * gst/audioscale/audioscale.vcproj
16158         * gst/auparse/auparse.vcproj
16159         * gst/avi/avi.vcproj
16160         * gst/cdxaparse/cdxaparse.vcproj
16161         * gst/chart/chart.vcproj
16162         * gst/colorspace/colorspace.vcproj
16163         * gst/cutter/cutter.vcproj
16164         * gst/debug/debug.vcproj
16165         * gst/debug/efence.vcproj
16166         * gst/debug/navigationtest.vcproj
16167         * gst/deinterlace/deinterlace.vcproj
16168         * gst/effectv/effectv.vcproj
16169         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16170         * gst/filter/filter.vcproj
16171         * gst/flx/flxdec.vcproj
16172         * gst/goom/goom.vcproj
16173         * gst/interleave/interleave.vcproj
16174         * gst/law/alaw.vcproj
16175         * gst/law/mulaw.vcproj
16176         * gst/matroska/matroska.vcproj
16177         * gst/median/median.vcproj
16178         * gst/mixmatrix/mixmatrix.vcproj
16179         * gst/mpeg1sys/mpeg1systemencode.vcproj
16180         * gst/mpeg1videoparse/mp1videoparse.vcproj
16181         * gst/mpeg2sub/mpeg2subt.vcproj
16182         * gst/mpegaudio/mpegaudio.vcproj
16183         * gst/mpegaudioparse/mpegaudioparse.vcproj
16184         * gst/mpegstream/mpegstream.vcproj
16185         * gst/multifilesink/multifilesink.vcproj
16186         * gst/multipart/multipart.vcproj
16187         * gst/oneton/oneton.vcproj
16188         * gst/overlay/overlay.vcproj
16189         * gst/passthrough/passthrough.vcproj
16190         * gst/qtdemux/qtdemux.vcproj
16191         * gst/realmedia/rmdemux.vcproj
16192         * gst/rtjpeg/rtjpeg.vcproj
16193         * gst/rtp/rtp.vcproj
16194         * gst/silence/silence.vcproj
16195         * gst/sine/sinesrc.vcproj
16196         * gst/smooth/smooth.vcproj
16197         * gst/smpte/smpte.vcproj
16198         * gst/spectrum/spectrum.vcproj
16199         * gst/speed/speed.vcproj
16200         * gst/stereo/stereo.vcproj
16201         * gst/switch/switch.vcproj
16202         * gst/tags/tagedit.vcproj
16203         * gst/tcp/tcp.vcproj
16204         * gst/typefind/typefindfunctions.vcproj
16205         * gst/udp/udp.vcproj
16206         * gst/videobox/videobox.vcproj
16207         * gst/videocrop/videocrop.vcproj
16208         * gst/videodrop/videodrop.vcproj
16209         * gst/videofilter/gamma.vcproj
16210         * gst/videofilter/videobalance.vcproj
16211         * gst/videofilter/videofilter.vcproj
16212         * gst/videofilter/videoflip.vcproj
16213         * gst/videoflip/videoflip.vcproj
16214         * gst/videomixer/videomixer.vcproj
16215         * gst/videorate/videorate.vcproj
16216         * gst/videoscale/videoscale.vcproj
16217         * gst/videotestsrc/videotestsrc.vcproj
16218         * gst/virtualdub/virtualdub.vcproj
16219         * gst/volenv/volenv.vcproj
16220         * gst/volume/volume.vcproj
16221         * gst/wavenc/wavenc.vcproj
16222         * gst/wavparse/wavparse.vcproj
16223         * gst/y4m/y4menc.vcproj
16224           more plugins supported under windows
16225
16226 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16227
16228         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16229         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16230         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16232         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16233           Add debugging statements.  Use the sizes as returned by the
16234           *CreateImage calls.
16235
16236 2004-07-26  Johan Dahlin  <johan@gnome.org>
16237
16238         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16239         the pad is negotiated.
16240
16241         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16242
16243 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16244
16245         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16246         * gst-libs/gst/idct/idct.vcproj:
16247         * gst-libs/gst/media-info/media-info.vcproj:
16248         * gst-libs/gst/mixer/mixer.vcproj:
16249         * gst-libs/gst/navigation/navigation.vcproj:
16250         * gst-libs/gst/play/play.vcproj:
16251         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16252         * gst-libs/gst/resample/resample.vcproj:
16253         * gst-libs/gst/tuner/tuner.vcproj:
16254         * gst-libs/gst/video/video.vcproj:
16255         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16256           more plugins supported under windows
16257
16258 2004-07-25 Iain <iain@prettypeople.org>
16259
16260         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16261         pad now rather than when the pad is created because state changes wipe
16262         explicit caps (fixes #148043).
16263
16264 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16265
16266         reviewed by Benjamin Otte  <otte@gnome.org>
16267
16268         * ext/mad/gstmad.c:
16269           fix mad plugin crashing on Sun (fixes #148289)
16270
16271 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16272
16273         * gst/avi/avi.def:
16274         * gst/avi/avi.vcproj:
16275         * gst/matroska/matroska.def:
16276         * gst/matroska/matroska.vcproj:
16277           remove unused .def files
16278
16279 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16280
16281         * gst-libs/gst/audio/gstaudiofilter.c:
16282           Clean the local include
16283
16284 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16285
16286         * win32/gst.sln:
16287         * gst-libs/gst/audio/audio.def:
16288         * gst-libs/gst/audio/audio.vcproj:
16289         * gst-libs/gst/audio/audiofilter.vcproj:
16290         * gst-libs/gst/audio/riff.def:
16291         * gst-libs/gst/audio/riff.vcproj:
16292         * gst-libs/gst/gst-libs.def:
16293         * gst-libs/gst/gst-libs.vcproj:
16294         * gst/avi/avi.vcproj:
16295         * gst/avi/avi.vcproj:
16296           Copy the files where needed after building, cleaner projects
16297
16298 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16299
16300         * gst/matroska/ebml-write.c:
16301           Fix some 64 bits constants to be glib friendly
16302
16303 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16304
16305         * win32/gst.sln:
16306         * gst-libs/gst/gst-libs.def:
16307         * gst-libs/gst/gst-libs.vcproj:
16308         * gst/matroska/matroska.def:
16309         * gst/matroska/matroska.vcproj:
16310           Add the preliminary canvas to build plugins on Win32
16311
16312 2004-07-23  Benjamin Otte  <otte@gnome.org>
16313
16314         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16315           don't enfore negotiation from source side, it breaks
16316           sinesrc ! audioconvert ! osssink
16317
16318 2004-07-22  David Schleef  <ds@schleef.org>
16319
16320         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16321         for ELF files, since they can easily be recognized as audio/mpeg.
16322         (bug #147441)
16323
16324 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16325
16326         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16327         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16328         (gst_videoscale_scale_nearest_24bit),
16329         (gst_videoscale_scale_nearest_16bit):
16330           fix 16bit and 24bit for stride (24bit might need testing)
16331           don't pretend we do more than one algorithm
16332
16333 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16334
16335         * configure.ac:
16336         * gst/Makefile.am:
16337         * gst/multifilesink/Makefile.am:
16338         * gst/multifilesink/gstmultifilesink.c:
16339         (gst_multifilesink_get_formats),
16340         (gst_multifilesink_get_query_types), (_do_init),
16341         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16342         (gst_multifilesink_init), (gst_multifilesink_dispose),
16343         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16344         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16345         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16346         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16347         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16348         (gst_multifilesink_uri_get_type),
16349         (gst_multifilesink_uri_get_protocols),
16350         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16351         (gst_multifilesink_uri_handler_init), (plugin_init):
16352         * gst/multifilesink/gstmultifilesink.h:
16353         * testsuite/Makefile.am:
16354         * testsuite/multifilesink/Makefile.am:
16355         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16356         (gst_newmedia_class_init), (gst_newmedia_init),
16357         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16358         (newfile_signal), (test_signal), (main):
16359         multifilesink plugin for creating new files every time a new media
16360         discontinuity event occurs
16361
16362 2004-07-22  Wim Taymans  <wim@fluendo.com>
16363
16364         * gst/alpha/Makefile.am:
16365         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16366         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16367         (gst_alpha_color_init), (gst_alpha_color_set_property),
16368         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16369         (transform), (gst_alpha_color_chain),
16370         (gst_alpha_color_change_state), (plugin_init):
16371         Stupid plugin to to RGBA to AYUV conversion because none of
16372         the colorspace plugins can handle that yet.
16373
16374 2004-07-22  Wim Taymans  <wim@fluendo.com>
16375
16376         * examples/seeking/seek.c: (update_scale), (main):
16377         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16378         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16379         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16380         (gst_decode_bin_init), (gst_decode_bin_dispose),
16381         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16382         (no_more_pads), (close_link), (type_found),
16383         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16384         (plugin_init):
16385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16386         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16387         (gst_play_base_bin_dispose), (queue_overrun),
16388         (gen_preroll_element), (remove_prerolls), (unknown_type),
16389         (no_more_pads), (new_stream), (setup_source),
16390         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16391         (play_base_eos), (gst_play_base_bin_change_state),
16392         (gst_play_base_bin_add_element),
16393         (gst_play_base_bin_remove_element),
16394         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16395         (gst_play_base_bin_unlink_stream),
16396         (gst_play_base_bin_get_streaminfo):
16397         * gst/playback/gstplaybin.c: (gen_video_element),
16398         (gen_audio_element):
16399         * gst/playback/gststreaminfo.h:
16400         More playback updates, attempt to fix things after the state change
16401         breakage.
16402
16403 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16406         (gst_videoscale_scale_nearest_16bit):
16407           comment algorithm
16408
16409 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16410
16411         * gst/videotestsrc/gstvideotestsrc.c:
16412         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16413         (gst_videotestsrc_init), (gst_videotestsrc_get),
16414         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16415         (gst_videotestsrc_get_property):
16416         * gst/videotestsrc/gstvideotestsrc.h:
16417         * gst/videotestsrc/videotestsrc.c:
16418         * gst/videotestsrc/videotestsrc.h:
16419           cleanup and commenting
16420
16421 2004-07-21  Wim Taymans  <wim@fluendo.com>
16422
16423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16424         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16425         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16426         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16427         (_find_chain_get_unknown_part), (_find_streams_check),
16428         (gst_ogg_demux_push), (gst_ogg_pad_push):
16429         * ext/theora/theoradec.c: (theora_get_formats),
16430         (theora_dec_src_convert), (theora_dec_sink_convert),
16431         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16432         (theora_dec_chain):
16433         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16434         (vorbis_dec_convert), (vorbis_dec_src_query),
16435         (vorbis_dec_src_event), (vorbis_dec_event):
16436         More seeking fixes, oggdemux now supports seeking to time and
16437         uses the downstream element to convert granulepos to time.
16438         Seeking in theora-only ogg files now works.
16439
16440 2004-07-21  Wim Taymans  <wim@fluendo.com>
16441
16442         * ext/theora/theoradec.c: (gst_theora_dec_init),
16443         (theora_get_formats), (theora_get_event_masks),
16444         (theora_get_query_types), (theora_dec_src_convert),
16445         (theora_dec_sink_convert), (theora_dec_src_query),
16446         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16447         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16448         (vorbis_get_event_masks), (vorbis_get_query_types),
16449         (gst_vorbis_dec_init), (vorbis_dec_convert),
16450         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16451         Added query/convert/formats functions to vorbis and theora decoders
16452         so that the outside world can use them too. Fixed seeking on an
16453         ogg/theora/vorbis file by disabling the seeking seeking on the
16454         theora srcpad.
16455
16456 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16457
16458         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16459         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16460         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16461         images creation for both elements. We don't create the image on caps
16462         nego or renego, we just destroy the internal one if present if it does
16463         not match the needs. The chain function takes care of creating a new
16464         image when needed.
16465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16466         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16467         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16468         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16469         the image format information. The buffer pool checks for the context
16470         image format and discard images with different formats.
16471         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16472
16473 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16474
16475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16476         (gst_ffmpegcolorspace_chain):
16477           no point in doing any chaining if the pad we want to push from
16478           isn't usable.
16479
16480 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16481
16482         * gst-libs/gst/riff/riff-media.c:
16483         (gst_riff_create_audio_caps_with_data):
16484           Fix double end-to-native symbol conversion (#148021).
16485
16486 2004-07-20  David Schleef  <ds@schleef.org>
16487
16488         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16489         Don't use an Atom that doesn't exist.
16490
16491 2004-07-20  Wim Taymans  <wim@fluendo.com>
16492
16493         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16494         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16495         (gst_multifdsink_client_remove),
16496         (gst_multifdsink_handle_client_write),
16497         (gst_multifdsink_queue_buffer):
16498         * gst/tcp/gstmultifdsink.h:
16499         More multifdsink stats. Avoid deadlock by releasing locks
16500         before sending out a signal.
16501
16502 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16503
16504         * po/LINGUAS:
16505         * po/hu.po:
16506           added Hungarian translation (Laszlo Dvornik)
16507
16508 2004-07-20  Wim Taymans  <wim@fluendo.com>
16509
16510         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16511         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16512         (gst_multifdsink_handle_client_write),
16513         (gst_multifdsink_queue_buffer):
16514         * gst/tcp/gsttcp-marshal.list:
16515         Fixed the stupid marshal definition.
16516
16517 2004-07-20  Wim Taymans  <wim@fluendo.com>
16518
16519         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16520         (gst_multifdsink_init), (gst_multifdsink_add),
16521         (gst_multifdsink_client_remove),
16522         (gst_multifdsink_handle_client_write),
16523         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16524         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16525         (gst_multifdsink_init_send):
16526         * gst/tcp/gstmultifdsink.h:
16527         Added more stats, added timeout for a client, fixed some typos
16528         and added some comments.
16529
16530 2004-07-20  Wim Taymans  <wim@fluendo.com>
16531
16532         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16533         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16534         (gst_multifdsink_client_remove),
16535         (gst_multifdsink_handle_client_write):
16536         * gst/tcp/gstmultifdsink.h:
16537         * gst/tcp/gsttcp-marshal.list:
16538         Added get_stats method that returns a GValueArray of
16539         stats values.
16540
16541 2004-07-19  Benjamin Otte  <otte@gnome.org>
16542
16543         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16544           make sure longname, description and author are valid UTF-8
16545
16546 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16547
16548         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16549         (gst_ximagesink_set_property):
16550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16551         (gst_xvimagesink_set_property):
16552           make sure SYNCHRONOUS is respected after getting the X context
16553
16554 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16555
16556         * gst/matroska/matroska-demux.c:
16557         (gst_matroska_demux_handle_src_event),
16558         (gst_matroska_demux_parse_blockgroup):
16559         * gst/matroska/matroska-ids.h:
16560           add BlockReference tag and ignore it to clear out log.
16561           ignore NAVIGATION events to clear out log.
16562
16563 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16564
16565         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16566         (gst_matroska_demux_add_stream):
16567         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16568           add debug categories
16569
16570 2004-07-16  Wim Taymans  <wim@fluendo.com>
16571
16572         * ext/libpng/Makefile.am:
16573         * ext/libpng/gstpng.c: (plugin_init):
16574         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16575         (gst_pngdec_get_type), (gst_pngdec_base_init),
16576         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16577         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16578         * ext/libpng/gstpngdec.h:
16579         Added png decoder.
16580
16581 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16582
16583         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16584         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16585         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16586         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16587         (gst_ximagesink_buffer_alloc):
16588         * sys/ximage/ximagesink.h:
16589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16590         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16591         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16592         (gst_xvimagesink_buffer_alloc):
16593         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16594         again. Using internal data pointer of the x(v)image to store image's
16595         data to be coherent with the buffer alloc mechanism. Investigated the
16596         image destruction code to be sure that everything gets freed correctly.
16597
16598 2004-07-16  Wim Taymans  <wim@fluendo.com>
16599
16600         * gst-libs/gst/riff/riff-read.c:
16601         (gst_riff_read_strf_vids_with_data),
16602         (gst_riff_read_strf_auds_with_data):
16603         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16604         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16605         Make sure we don't create 0 sized subbuffers in riff-read.
16606         Signal the no more pads signal after reading the avi header.
16607
16608 2004-07-16  Wim Taymans  <wim@fluendo.com>
16609
16610         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16611         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16612         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16613         (gst_decode_bin_init), (gst_decode_bin_dispose),
16614         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16615         (no_more_pads), (close_link), (type_found),
16616         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16617         (gst_decode_bin_change_state), (plugin_init):
16618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16619         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16620         (gst_play_base_bin_dispose), (queue_overrun),
16621         (gen_preroll_element), (remove_prerolls), (unknown_type),
16622         (no_more_pads), (new_stream), (setup_source),
16623         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16624         (play_base_eos), (gst_play_base_bin_change_state),
16625         (gst_play_base_bin_add_element),
16626         (gst_play_base_bin_remove_element),
16627         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16628         (gst_play_base_bin_unlink_stream),
16629         (gst_play_base_bin_get_streaminfo):
16630         * gst/playback/gstplaybasebin.h:
16631         Better error recovery. Added configurable preroll queue size. Faster
16632         detection of no-more-pads.
16633
16634 2004-07-16  Wim Taymans  <wim@fluendo.com>
16635
16636         * gst-libs/gst/video/video.h:
16637         Added 32 bits RGBA. Not sure if we should use another mime-type
16638         for alpha rgb. Currently the presence of the alpha_mask property
16639         signals an alpha channel.
16640
16641 2004-07-16  Wim Taymans  <wim@fluendo.com>
16642
16643         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16645         FPS seems to be 0.0 to MAX everywhere else.
16646
16647 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16648
16649         * gst-libs/gst/riff/riff-media.c:
16650         (gst_riff_create_video_caps_with_data):
16651           mp42/mp43 (no caps) exist too.
16652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16653           Set pixel_width/height; we've got them in-caps.
16654         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16655         * gst/wavparse/gstwavparse.c: (plugin_init):
16656           Both are valid primary.
16657         * sys/oss/gstossmixer.c:
16658           Remove i18n hack and enable translations.
16659
16660 2004-07-15  Benjamin Otte  <otte@gnome.org>
16661
16662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16663         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16664           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16665
16666 2004-07-15  Benjamin Otte  <otte@gnome.org>
16667
16668         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16669         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16670         (gst_alsa_close_audio):
16671           disable some of the debugging code for now. Writing debugging to a
16672           buffer is broken in current alsalib releases.
16673
16674 2004-07-12  Benjamin Otte  <otte@gnome.org>
16675
16676         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16677           use bufferpools
16678
16679 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16680
16681         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16682         (theora_dec_src_query), (theora_dec_event):
16683         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16684           add debugging categories.  Remove \n's.
16685
16686 2004-07-13  Johan Dahlin  <johan@gnome.org>
16687
16688         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16689         (gst_play_bin_get_property): Impl.
16690
16691 2004-07-13  Wim Taymans  <wim@fluendo.com>
16692
16693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16694         When trying to find the stream length, seek back N pages
16695         instead of just one, where N is the number of streams in
16696         the current chain.
16697
16698 2004-07-13  Wim Taymans  <wim@fluendo.com>
16699
16700         * gst-libs/gst/riff/riff-media.c:
16701         (gst_riff_create_audio_caps_with_data),
16702         (gst_riff_create_audio_caps),
16703         (gst_riff_create_audio_template_caps):
16704         * gst-libs/gst/riff/riff-media.h:
16705         * gst-libs/gst/riff/riff-read.c:
16706         (gst_riff_read_strf_vids_with_data),
16707         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16708         * gst-libs/gst/riff/riff-read.h:
16709         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16710         (gst_avi_demux_add_stream):
16711         Set codec_data on caps for avidemuxer.
16712
16713 2004-07-12  David Schleef  <ds@schleef.org>
16714
16715         * configure.ac: Fix test for Objective C
16716
16717 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16718         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16719         (gst_gdk_pixbuf_chain):
16720           Add svg and pcx to template caps, and ensure that getcaps returns a
16721           subset of the template caps.
16722           Copy each row manually for output, as gdkpixbuf may pad the
16723           rowstride to a 32-bit word boundary.
16724
16725 2004-07-12  Wim Taymans  <wim@fluendo.com>
16726
16727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16728         (gst_riff_create_video_template_caps):
16729         Fix the template caps to include some more media types.
16730
16731 2004-07-12  Wim Taymans  <wim@fluendo.com>
16732
16733         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16734         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16735         (compare_ranks), (print_feature), (gst_decode_bin_init),
16736         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16737         (try_to_link_1), (new_pad), (close_link), (type_found),
16738         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16739         (gst_decode_bin_change_state), (plugin_init):
16740         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16741         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16742         (gst_play_base_bin_dispose), (queue_overrun),
16743         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16744         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16745         (gst_play_base_bin_get_property), (play_base_eos),
16746         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16747         (gst_play_base_bin_remove_element),
16748         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16749         (gst_play_base_bin_unlink_stream),
16750         (gst_play_base_bin_get_streaminfo):
16751         * gst/playback/gstplaybasebin.h:
16752         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16753         (gst_play_bin_class_init), (gst_play_bin_init),
16754         (gst_play_bin_dispose), (gst_play_bin_set_property),
16755         (gst_play_bin_get_property), (gen_video_element),
16756         (gen_audio_element), (remove_sinks), (setup_sinks),
16757         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16758         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16759         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16760         (gst_play_bin_query), (plugin_init):
16761         * gst/playback/test4.c: (main):
16762         More fixes on reusing of the element.
16763
16764 2004-07-11  Benjamin Otte  <otte@gnome.org>
16765
16766         * ext/mad/gstmad.c: (normal_seek):
16767           allow seeking for other methods than just SET
16768
16769 2004-07-11  Andy Wingo  <wingo@pobox.com>
16770
16771         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16772         float, "any" caps -> buffer_frames=[0,MAX].
16773
16774         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16775         doesn't intersect our caps with the template any more. Do it
16776         ourselves.
16777         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16778
16779 2004-07-09  Wim Taymans  <wim@fluendo.com>
16780
16781         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16782         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16783         (compare_ranks), (print_feature), (gst_decode_bin_init),
16784         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16785         (try_to_link_1), (new_pad), (close_link), (type_found),
16786         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16787         (gst_decode_bin_change_state), (plugin_init):
16788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16789         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16790         (gst_play_base_bin_dispose), (queue_overrun),
16791         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16792         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16793         (gst_play_base_bin_get_property), (play_base_eos),
16794         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16795         (gst_play_base_bin_remove_element),
16796         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16797         (gst_play_base_bin_unlink_stream),
16798         (gst_play_base_bin_get_streaminfo):
16799         * gst/playback/gstplaybasebin.h:
16800         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16801         (gst_play_bin_class_init), (gst_play_bin_init),
16802         (gst_play_bin_dispose), (gst_play_bin_set_property),
16803         (gst_play_bin_get_property), (gen_video_element),
16804         (gen_audio_element), (remove_sinks), (setup_sinks),
16805         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16806         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16807         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16808         (gst_play_bin_query), (plugin_init):
16809         * gst/playback/test4.c: (main):
16810         Work on object reuse and seeking.
16811
16812 2004-07-09  Wim Taymans  <wim@fluendo.com>
16813
16814         * examples/seeking/seek.c: (iterate):
16815         Don't consume all CPU in the idle loop.
16816
16817 2004-07-09  Wim Taymans  <wim@fluendo.com>
16818
16819         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16820         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16821         Add pad to element *after* setting the pad functions so that
16822         the scheduler can use the correct ones.
16823
16824 2004-07-09  Wim Taymans  <wim@fluendo.com>
16825
16826         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16827         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16828         Sync to keyframe after seek
16829
16830 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16831
16832         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16834         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16835         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16836         * ext/libvisual/visual.c: (gst_visual_change_state):
16837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16838         * ext/theora/theoradec.c: (theora_dec_change_state):
16839         * ext/theora/theoraenc.c: (theora_enc_change_state):
16840         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16841         * gst-libs/gst/navigation/navigation.c:
16842         * gst/adder/gstadder.c: (gst_adder_change_state):
16843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16844         (gst_audio_convert_get_buffer):
16845         * gst/multipart/multipartdemux.c:
16846         (gst_multipart_demux_change_state):
16847         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16849         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16850         * gst/videoscale/gstvideoscale.c:
16851         (gst_videoscale_handle_src_event):
16852         * gst/volume/gstvolume.c: (volume_chain_int16):
16853           don't assert in state change, this should be done by the base
16854           GstElement class.
16855           various debugging fixes.
16856
16857 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16858
16859         * configure.ac:
16860         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16861         (gst_play_dispose), (gst_play_set_location),
16862         (gst_play_set_data_src), (gst_play_set_video_sink),
16863         (gst_play_set_audio_sink), (gst_play_set_visualization),
16864         (gst_play_connect_visualization), (gst_play_get_sink_element),
16865         (gst_play_get_all_by_interface):
16866         * gst-libs/gst/play/play.h:
16867           add new method to get elements implementing an interface.
16868           add various error logging
16869
16870 2004-07-08  Wim Taymans  <wim@fluendo.com>
16871
16872         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16873         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16874         (make_playerbin_pipeline), (query_durations_elems),
16875         (query_durations_pads), (query_positions_elems),
16876         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16877         (main):
16878         Added playbin seeking example.
16879
16880 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16881
16882         * gst-libs/gst/play/play.c: (gst_play_set_location),
16883         (gst_play_set_data_src), (gst_play_set_video_sink),
16884         (gst_play_set_audio_sink), (gst_play_set_visualization),
16885         (gst_play_connect_visualization), (gst_play_get_framerate):
16886           use a macro to look up elements from hash table
16887
16888 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16889
16890         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16891         (gst_play_get_length_callback), (gst_play_set_location),
16892         (gst_play_seek_to_time), (gst_play_set_data_src),
16893         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16894         (gst_play_set_visualization), (gst_play_connect_visualization),
16895         (gst_play_get_sink_element):
16896         - add debugging info
16897         - fix looking up sink elements by iterating over complete caps
16898         - put everything except for source and autoplugger in a complete bin
16899
16900 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16901
16902         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16904         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16905         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16906         * ext/alsa/gstalsasink.h:
16907         - add debugging info
16908         - clean up schizophrenia of data/buffer/event
16909         - fix double event unref error
16910
16911 2004-07-08  Wim Taymans  <wim@fluendo.com>
16912
16913         * gst/playback/Makefile.am:
16914         Add headers to noinst
16915
16916 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16917
16918         * tools/gst-launch-ext-m.m:
16919         * tools/gst-launch-ext.1.in:
16920           convert to the third millenium
16921
16922 2004-07-07  David Schleef  <ds@schleef.org>
16923
16924         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16925
16926 2004-07-07  Wim Taymans  <wim@fluendo.com>
16927
16928         * gst/playback/Makefile.am:
16929         * gst/playback/README:
16930         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16931         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16932         (compare_ranks), (print_feature), (gst_decode_bin_init),
16933         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16934         (try_to_link_1), (new_pad), (close_link), (type_found),
16935         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16936         (plugin_init):
16937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16938         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16939         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16940         (gen_preroll_element), (no_more_pads), (new_stream),
16941         (setup_source), (gst_play_base_bin_set_property),
16942         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16943         (gst_play_base_bin_add_element),
16944         (gst_play_base_bin_remove_element),
16945         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16946         (gst_play_base_bin_unlink_stream),
16947         (gst_play_base_bin_get_streaminfo):
16948         * gst/playback/gstplaybasebin.h:
16949         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16950         (gst_play_bin_class_init), (gst_play_bin_init),
16951         (gst_play_bin_dispose), (gst_play_bin_set_property),
16952         (gst_play_bin_get_property), (gen_video_element),
16953         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16954         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16955         (gst_play_bin_get_formats), (gst_play_bin_convert),
16956         (gst_play_bin_get_query_types), (gst_play_bin_query),
16957         (plugin_init):
16958         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16959         (gst_stream_info_get_type), (gst_stream_info_class_init),
16960         (gst_stream_info_init), (gst_stream_info_new),
16961         (gst_stream_info_dispose), (gst_stream_info_set_property),
16962         (gst_stream_info_get_property):
16963         * gst/playback/gststreaminfo.h:
16964         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16965         (main):
16966         * gst/playback/test2.c: (main):
16967         * gst/playback/test3.c: (update_scale), (main):
16968         More playbin fixes. Added README. Do better element filtering.
16969         Added base class to preroll media. Added test apps.
16970
16971 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16972
16973         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16974         * ext/mpeg2dec/gstmpeg2dec.h:
16975           various debugging improvements.  Reset stream to next picture
16976           instead of sequence header, otherwise seeks cannot work.
16977
16978 2004-07-07  Wim Taymans  <wim@fluendo.com>
16979
16980         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16981         (gst_video_box_class_init), (gst_video_box_set_property),
16982         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16983         Use pad_alloc where possible.
16984
16985 2004-07-07  Wim Taymans  <wim@fluendo.com>
16986
16987         * sys/oss/gstosselement.c: (gst_osselement_reset),
16988         (gst_osselement_parse_caps):
16989         * sys/oss/gstosselement.h:
16990         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16991         Fix offset on osssrc.
16992
16993 2004-07-07  Wim Taymans  <wim@fluendo.com>
16994
16995         * ext/theora/theora.c: (plugin_init):
16996         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16997         (theora_dec_src_query), (theora_dec_chain):
16998         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16999         (theora_enc_sink_link), (theora_buffer_from_packet),
17000         (theora_push_packet), (theora_enc_chain):
17001         Fix theora granulepos calculation.
17002         Fix overflow in duration/position calculation.
17003         Bump rank to PRIMARY for theoradec.
17004         Use granulepos of last packet to calculate position.
17005         Set keyframe flag on buffers when needed.
17006
17007 2004-07-06  David Schleef  <ds@schleef.org>
17008
17009         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17010         serious?  (Fixed, obviously.)
17011
17012 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17013
17014         * po/LINGUAS:
17015         * po/cs.po:
17016           added Czech translation (Miloslav Trmac)
17017
17018 2004-07-05  Wim Taymans  <wim@fluendo.com>
17019
17020         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17021         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17022         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17023         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17024         (close_link), (type_found), (gst_decode_bin_set_property),
17025         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17026         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17027         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17028         (gst_decode_bin_query), (plugin_init):
17029         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17030         (gst_play_bin_class_init), (gst_play_bin_init),
17031         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17032         (get_video_element), (new_pad), (setup_source),
17033         (gst_play_bin_set_property), (gst_play_bin_get_property),
17034         (gst_play_bin_change_state), (gst_play_bin_add_element),
17035         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17036         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17037         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17038         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17039         * gst/playback/test.c: (main):
17040         More fixes, cleaned up playbin, make it use decodebin. Added
17041         threaded property to playbin.
17042
17043 2004-07-05  Wim Taymans  <wim@fluendo.com>
17044
17045         * configure.ac:
17046         * gst/playback/Makefile.am:
17047         * gst/playback/decodetest.c: (main):
17048         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17049         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17050         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17051         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17052         (close_link), (type_found), (gst_decode_bin_set_property),
17053         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17054         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17055         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17056         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17057         (plugin_init):
17058         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17059         (gst_play_bin_class_init), (gst_play_bin_init),
17060         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17061         (collect_sink_pads), (find_compatibles), (close_pad_link),
17062         (try_to_link_1), (new_pad), (close_link), (type_found),
17063         (setup_source), (gst_play_bin_set_property),
17064         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17065         (compare_ranks), (gst_play_bin_collect_factories),
17066         (gst_play_bin_change_state), (gst_play_bin_add_element),
17067         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17068         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17069         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17070         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17071         * gst/playback/test.c: (main):
17072         Added some playback helper elements and some test apps, very alpha
17073         still.
17074
17075 2004-07-04  Benjamin Otte  <otte@gnome.org>
17076
17077         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17078           only restart audio when we indeed have an xrun to fix repeated
17079           xruns. Fix suggested by Giuliano Pochini.
17080
17081 2004-07-03  David Schleef  <ds@schleef.org>
17082
17083         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17084         call to gst_debug_log() if debugging is disabled (bug #145118)
17085
17086 2004-07-03  Benjamin Otte  <otte@gnome.org>
17087
17088         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17089           use our own functions for restarting the alsa device.
17090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17091           I should apply patches myself - use MIN for the third argument, not
17092           the second, this fixes seeking
17093
17094 2004-07-02  David Schleef  <ds@schleef.org>
17095
17096         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17097         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17098         do with the logic.
17099
17100 2004-07-02  David Schleef  <ds@schleef.org>
17101
17102         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17103         output buffers.  Fix logic mistake.  (bug #144866)
17104
17105 2004-07-02  David Schleef  <ds@schleef.org>
17106
17107         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17108         on X.  (bug #144753)
17109
17110 2004-07-02  David Schleef  <ds@schleef.org>
17111
17112         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17113         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17114         (bug #144624)
17115         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17116         (gst_osselement_rate_probe_check): Add another workaround for
17117         buggy drivers (bug #145336)
17118
17119 2004-07-02  David Schleef  <ds@schleef.org>
17120
17121         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17122         Most systems don't have MSG_NOSIGNAL.
17123
17124 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17125
17126         * Makefile.am:
17127         * gst-libs/gst/colorbalance/Makefile.am:
17128         * gst-libs/gst/mixer/Makefile.am:
17129         * gst-libs/gst/play/Makefile.am:
17130         * gst-libs/gst/tuner/Makefile.am:
17131           (hopefully) fix both install and dist and make error message useful.
17132           needs testing across automakes.
17133
17134 2004-07-02  Benjamin Otte  <otte@gnome.org>
17135
17136         * ext/ogg/gstogg.c: (plugin_init):
17137           we require bytestream now
17138         * ext/ogg/gstoggdemux.c:
17139           huge diff to implement chain setup in a fast and generic way. This
17140           improves tag reading and startup of huge files (read: Theora videos)
17141           quite a bit. It probably contains bugs, too, so please test.
17142           Seeking is not improved to the fast method.
17143
17144 2004-06-29  Wim Taymans  <wim@fluendo.com>
17145
17146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17147         * ext/ogg/gstoggmux.c:
17148         Fix memleak in oggdemux when running unconnected pads.
17149         doc update in mux, start working on keyframe mode.
17150
17151 2004-06-29  Benjamin Otte  <otte@gnome.org>
17152
17153         * sys/oss/gstosssink.c:
17154         * sys/oss/gstosssrc.c:
17155           advertise correct template caps - we indeed do non-native endianness
17156           and 8bit audio has no endianness
17157         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17159           avoid (wrong) duplications in getcaps function and return
17160           template caps
17161
17162 2004-06-29  Wim Taymans  <wim@fluendo.com>
17163
17164         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17165         (gst_multifdsink_class_init), (gst_multifdsink_add),
17166         (gst_multifdsink_remove), (gst_multifdsink_clear),
17167         (gst_multifdsink_client_remove),
17168         (gst_multifdsink_handle_client_read),
17169         (gst_multifdsink_client_queue_data),
17170         (gst_multifdsink_client_queue_caps),
17171         (gst_multifdsink_client_queue_buffer),
17172         (gst_multifdsink_handle_client_write),
17173         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17174         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17175         (gst_multifdsink_init_send), (gst_multifdsink_close):
17176         Fix wrong GList iteration that could crash the server when
17177         more then 2 clients disconnect at the same time. Read all the
17178         pending commands in one batch to recover from command storms under
17179         very heavy load.
17180
17181 2004-06-28  Wim Taymans  <wim@fluendo.com>
17182
17183         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17184         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17185         (gst_videomixer_pad_set_property),
17186         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17187         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17188         (gst_videomixer_class_init), (gst_videomixer_init),
17189         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17190         (pad_zorder_compare), (gst_videomixer_sort_pads),
17191         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17192         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17193         (gst_videomixer_update_queues), (gst_videomixer_loop),
17194         (plugin_init):
17195         Avoid divide by zero, choose masterpad as the pad with the highest
17196         framerate.
17197
17198 2004-06-27  Julien Moutte  <julien@moutte.net>
17199
17200         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17201         (gst_ximagesink_xwindow_new):
17202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17203         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17204         function directly. We might want to call it from somewhere else one day.
17205
17206 2004-06-27  Julien Moutte  <julien@moutte.net>
17207
17208         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17209         (gst_ximagesink_xwindow_new):
17210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17211         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17212         window decorations.
17213
17214 2004-06-27  Wim Taymans  <wim@fluendo.com>
17215
17216         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17217         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17218         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17219         (gst_dvdec_set_property), (gst_dvdec_get_property):
17220         * ext/dv/gstdvdec.h:
17221         Implement drop_factor property to lower the framerate with
17222         a factor.
17223
17224 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17225
17226         * gst-libs/gst/colorbalance/Makefile.am:
17227         * gst-libs/gst/mixer/Makefile.am:
17228         * gst-libs/gst/play/Makefile.am:
17229         * gst-libs/gst/tuner/Makefile.am:
17230           unbreak Company's fix that didn't install the -enum.h files
17231
17232 2004-06-27  Wim Taymans  <wim@fluendo.com>
17233
17234         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17235         (gst_dvdec_change_state):
17236         * ext/dv/gstdvdec.h:
17237         Fix timestamp, duration and offset of the buffers.
17238
17239 2004-06-27  Wim Taymans  <wim@fluendo.com>
17240
17241         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17242         (gst_multifdsink_class_init), (gst_multifdsink_add),
17243         (gst_multifdsink_remove), (gst_multifdsink_clear),
17244         (gst_multifdsink_client_remove),
17245         (gst_multifdsink_handle_client_read),
17246         (gst_multifdsink_client_queue_data),
17247         (gst_multifdsink_client_queue_caps),
17248         (gst_multifdsink_client_queue_buffer),
17249         (gst_multifdsink_handle_client_write),
17250         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17251         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17252         (gst_multifdsink_init_send), (gst_multifdsink_close):
17253         * gst/tcp/gstmultifdsink.h:
17254         * gst/tcp/gsttcpserversink.c:
17255         (gst_tcpserversink_handle_server_read),
17256         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17257         More multifdsink fixes, more recovery policy fixes.
17258         Removed stupid g_print
17259
17260 2004-06-26  Wim Taymans  <wim@fluendo.com>
17261
17262         * gst/tcp/Makefile.am:
17263         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17264         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17265         (gst_multifdsink_class_init), (gst_multifdsink_init),
17266         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17267         (gst_multifdsink_handle_client_read),
17268         (gst_multifdsink_client_queue_data),
17269         (gst_multifdsink_client_queue_caps),
17270         (gst_multifdsink_client_queue_buffer),
17271         (gst_multifdsink_handle_client_write),
17272         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17273         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17274         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17275         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17276         (gst_multifdsink_close), (gst_multifdsink_change_state):
17277         * gst/tcp/gstmultifdsink.h:
17278         * gst/tcp/gsttcpplugin.c: (plugin_init):
17279         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17280         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17281         (gst_tcpserversink_handle_server_read),
17282         (gst_tcpserversink_handle_select),
17283         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17284         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17285         * gst/tcp/gsttcpserversink.h:
17286         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17287         one of the locks, added recovery policy to multifdsink.
17288
17289 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17290
17291         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17292           fix decision for when getting frames with same timestamp
17293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17294         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17295         (gst_v4lsrc_get_property):
17296         * sys/v4l/gstv4lsrc.h:
17297           add latency offset property
17298
17299 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17300
17301         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17302         (plugin_init):
17303           fix debugging. add category.
17304
17305 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17306
17307         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17308           fix wrong offsets
17309
17310 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17311
17312         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17313         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17314         (gst_alsa_src_change_state):
17315           return a time that is in sync with the element's processing
17316
17317 2004-06-25  Wim Taymans  <wim@fluendo.com>
17318
17319         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17320         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17321         (gst_tcpserversink_client_remove),
17322         (gst_tcpserversink_handle_client_read),
17323         (gst_tcpserversink_client_queue_data),
17324         (gst_tcpserversink_client_queue_caps),
17325         (gst_tcpserversink_client_queue_buffer),
17326         (gst_tcpserversink_handle_client_write),
17327         (gst_tcpserversink_queue_buffer),
17328         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17329         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17330         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17331         (gst_tcpserversink_close):
17332         * gst/tcp/gsttcpserversink.h:
17333         Serversink rewrite. Really do non blocking writes to clients and
17334         maintain an internal queue to handle slower clients while not
17335         disturbing fast clients.
17336
17337 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17338
17339         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17340           better debug, don't override OFFSET and OFFSET_END
17341
17342 2004-06-25  Iain <iain@prettypeople.org>
17343
17344         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17345         name=source for the wavparse pipeline.
17346
17347 2004-06-24  Johan Dahlin  <johan@gnome.org>
17348
17349         * ext/theora/theoraenc.c (theora_enc_chain): Call
17350         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17351         streamheader caps are set correctly.
17352
17353 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17354
17355         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17356         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17357           respect minimum bitrate; same could be done for max bitrate
17358
17359 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17360
17361         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17362         (gst_vorbisenc_setup):
17363           fix sample rate range
17364
17365 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17366
17367         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17368         (gst_oggvorbisenc_setup):
17369         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17370         (gst_vorbisenc_setup):
17371           resolve ambiguities in code and description
17372
17373 2004-06-24  Wim Taymans  <wim@fluendo.com>
17374
17375         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17376         * ext/alsa/gstalsa.h:
17377         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17378         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17379         Use alsa trigger_tstamp to get the timestamp of the first
17380         sample in the buffer for more precise sync. Some cleanups.
17381
17382 2004-06-24  Wim Taymans  <wim@fluendo.com>
17383
17384         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17385         (gst_audiorate_init), (gst_audiorate_chain),
17386         (gst_audiorate_set_property), (gst_audiorate_get_property):
17387         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17388         (gst_videorate_chain):
17389         Added some logging, fixed an overflow bug in videorate.
17390
17391 2004-06-24  Benjamin Otte  <otte@gnome.org>
17392
17393         * ext/kio/Makefile.am:
17394           fix for builddir != srcdir and distcheck
17395
17396 2004-06-24  Benjamin Otte  <otte@gnome.org>
17397
17398         * gst-libs/gst/colorbalance/Makefile.am:
17399         * gst-libs/gst/mixer/Makefile.am:
17400         * gst-libs/gst/play/Makefile.am:
17401         * gst-libs/gst/tuner/Makefile.am:
17402         * gst/tcp/Makefile.am:
17403         * sys/dxr3/Makefile.am:
17404           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17405           tarball.
17406           Also add all *.list files that were missing.
17407         * Makefile.am:
17408           add a distcheck hook to ensure the above doesn't happen again.
17409
17410 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17411
17412         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17413
17414 2004-06-23  Colin Walters  <walters@redhat.com>
17415
17416         * m4/Makefile.am: Distribute gst-fionread.m4.
17417
17418 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17419
17420         * configure.ac: back to dev
17421
17422 2004-06-23  Wim Taymans  <wim@fluendo.com>
17423
17424         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17425         (gst_alsa_xrun_recovery):
17426         * ext/alsa/gstalsa.h:
17427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17428         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17429         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17430         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17431         (gst_alsa_src_loop):
17432         Add clock to alsasrc. Take new capture timestamp when
17433         restarting after an overrun. Split up some functions between
17434         alsasrc and alsasink.
17435
17436 === release 0.8.2 ===
17437
17438 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17439
17440         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17441         (gst_alsa_change_state), (gst_alsa_update_avail),
17442         (gst_alsa_xrun_recovery):
17443         * ext/alsa/gstalsa.h:
17444         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17445           merge back changes from release
17446
17447 2004-06-23  Wim Taymans  <wim@fluendo.com>
17448
17449         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17450         (gst_audiorate_init), (gst_audiorate_chain),
17451         (gst_audiorate_set_property), (gst_audiorate_get_property):
17452         Implement sample dropping and notify
17453
17454 2004-06-22  Wim Taymans  <wim@fluendo.com>
17455
17456         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17457         (theora_enc_sink_link), (theora_buffer_from_packet),
17458         (theora_push_packet), (theora_enc_chain):
17459         Some cleanups, make sure the timestamps are correct.
17460
17461 2004-06-22  Wim Taymans  <wim@fluendo.com>
17462
17463         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17464         (gst_alsa_change_state), (gst_alsa_update_avail),
17465         (gst_alsa_xrun_recovery):
17466         * ext/alsa/gstalsa.h:
17467         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17468         Cleanups, take queued samples into account when reporting
17469         the time.
17470
17471 2004-06-22  Wim Taymans  <wim@fluendo.com>
17472
17473         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17474         (gst_videorate_init):
17475         Initialize the property as well.
17476
17477 2004-06-22  Wim Taymans  <wim@fluendo.com>
17478
17479         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17480         (gst_videorate_init), (gst_videorate_chain),
17481         (gst_videorate_set_property), (gst_videorate_get_property):
17482         Add property to make videorate silent.
17483         Add property to prefer new frames over old ones.
17484
17485 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17486
17487         * sys/osxvideo/Makefile.am:
17488         Workaround so that the osxvideo .so file gets linked with the
17489         Cocoa, OpenGL and QuickTime frameworks
17490
17491 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17492
17493         * sys/osxaudio/Makefile.am:
17494         Workaround so that the osxaudio .so file gets linked with the
17495         CoreAudio framework
17496
17497 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17498
17499         * configure.ac:
17500         Whoops, my fault...fixed build issues
17501
17502 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17503
17504         * configure.ac:
17505         Add objective-c support if running in Darwin/Mac OS X
17506         * sys/Makefile.am:
17507         * sys/osxvideo:
17508         * sys/osxvideo/Makefile.am:
17509         * sys/osxvideo/osxvideosink.h:
17510         * sys/osxvideo/osxvideosink.m:
17511         * sys/osxvideo/cocoawindow.h:
17512         * sys/osxvideo/cocoawindow.m:
17513         Add osxvideosink, a cocoa-based osx video sink
17514
17515
17516 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17517         * ext/dvdnav/gst-dvd:
17518         Grab the gconf key from the right spot
17519         * gst/debug/gstnavseek.c: (gst_navseek_init),
17520         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17521         (gst_navseek_chain):
17522         * gst/debug/gstnavseek.h:
17523           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17524           and loop parameters of a segment seek.
17525         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17526         (gst_videotestsrc_get_event_masks),
17527         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17528         * gst/videotestsrc/gstvideotestsrc.h:
17529           Add seeking support to videotestsrc
17530           Initialise the timestamp_offset variable.
17531
17532 2004-06-18  Wim Taymans  <wim@fluendo.com>
17533
17534         * ext/sidplay/gstsiddec.cc:
17535         Fix negotiation and set correct end offset.
17536
17537 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17538
17539         * configure.ac: branch and prerelease
17540
17541 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17542
17543         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17544         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17545         (gst_tcpclientsrc_init_receive):
17546         * gst/tcp/gsttcpclientsrc.h:
17547           read caps when connecting to server for GDP so we set them correctly
17548
17549 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17550
17551         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17552           notify drops and duplicates
17553         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17554           no good reason to limit ourselves to 100x100
17555
17556 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17557
17558         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17559         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17560         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17561         (gst_v4lsrc_get_property):
17562         * sys/v4l/gstv4lsrc.h:
17563         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17564         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17565         (gst_v4l_set_audio):
17566         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17567         (gst_v4lsrc_try_capture):
17568         * sys/v4l/v4lsrc_calls.h:
17569           change try_palette to more general try_capture
17570           add autoprobe option so we can turn off autoprobing
17571           various fixes
17572
17573 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17574
17575         * configure.ac:
17576           add videorate
17577         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17578         (gst_ximagesink_class_init):
17579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17580         (gst_xvimagesink_class_init):
17581           run them as finalize, not dispose, since dispose can be invoked
17582           multiple times
17583
17584 2004-06-17  Wim Taymans  <wim@fluendo.com>
17585
17586         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17587         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17588         * ext/alsa/gstalsa.h:
17589         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17590         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17591         (gst_alsa_src_change_state):
17592         * ext/alsa/gstalsasrc.h:
17593         Make the xrun code timestamp and offset the buffers correctly.
17594         moved the clock to the base class, use alsa methods to get time.
17595         Do correct timestamping on outgoing buffers.
17596
17597 2004-06-17  Wim Taymans  <wim@fluendo.com>
17598
17599         * gst/audiorate/Makefile.am:
17600         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17601         (gst_audiorate_base_init), (gst_audiorate_class_init),
17602         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17603         (gst_audiorate_set_property), (gst_audiorate_get_property),
17604         (gst_audiorate_change_state), (plugin_init):
17605         Added an audiorate converter that fills in gaps.
17606
17607 2004-06-17  Johan Dahlin  <johan@gnome.org>
17608
17609         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17610
17611 2004-06-16  Wim Taymans  <wim@fluendo.com>
17612
17613         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17614         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17615         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17616         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17617         (gst_v4lsrc_get_property):
17618         * sys/v4l/gstv4lsrc.h:
17619         Added a copy mode to v4lsrc where it will output a copied version
17620         of its internal hardware buffer.
17621         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17622         can't | them.
17623
17624 2004-06-16  Wim Taymans  <wim@fluendo.com>
17625
17626         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17627         Timestamp fixes.
17628
17629 2004-06-16  Wim Taymans  <wim@fluendo.com>
17630
17631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17632         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17633         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17634         (gst_v4lsrc_get_property):
17635         * sys/v4l/gstv4lsrc.h:
17636         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17637         Added a sync mode enum property to control v4lsrc timestamp method
17638         Removed the use-fixed-fps property and moved functionality in
17639         the enum.
17640         Don't error on an error value from v4l-conf, it might not always
17641         be a real error.
17642
17643 2004-06-16  Wim Taymans  <wim@fluendo.com>
17644
17645         * gst/videorate/Makefile.am:
17646         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17647         (gst_videorate_base_init), (gst_videorate_class_init),
17648         (gst_videorate_getcaps), (gst_videorate_link),
17649         (gst_videorate_init), (gst_videorate_chain),
17650         (gst_videorate_set_property), (gst_videorate_get_property),
17651         (gst_videorate_change_state), (plugin_init):
17652         Added a video timestamp corrector.
17653
17654 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17655
17656         fixed a potential leak with previous commit
17657
17658         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17659
17660 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17661
17662         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17663         Added missing refcount, fixes bug #144425
17664         Cheers Tim for finding the bug
17665
17666 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17667
17668         * sys/v4l/gstv4l.c: (plugin_init):
17669         * sys/v4l/gstv4lcolorbalance.c:
17670         * sys/v4l/gstv4lcolorbalance.h:
17671         * sys/v4l/gstv4lelement.c:
17672         * sys/v4l/gstv4lelement.h:
17673         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17674         * sys/v4l/gstv4lmjpegsink.h:
17675         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17676         * sys/v4l/gstv4lmjpegsrc.h:
17677         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17678         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17679         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17680         * sys/v4l/gstv4lsrc.h:
17681         * sys/v4l/gstv4ltuner.c:
17682         * sys/v4l/gstv4ltuner.h:
17683         * sys/v4l/gstv4lxoverlay.c:
17684         * sys/v4l/gstv4lxoverlay.h:
17685         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17686         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17687         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17688         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17689         (gst_v4l_set_audio):
17690         * sys/v4l/v4l_calls.h:
17691         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17692         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17693         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17694         (gst_v4lmjpegsink_playback_init),
17695         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17696         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17697         (gst_v4lmjpegsink_playback_stop),
17698         (gst_v4lmjpegsink_playback_deinit):
17699         * sys/v4l/v4lmjpegsink_calls.h:
17700         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17701         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17702         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17703         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17704         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17705         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17706         * sys/v4l/v4lmjpegsrc_calls.h:
17707         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17708         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17709         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17710         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17711         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17712         (gst_v4lsrc_try_palette):
17713         * sys/v4l/v4lsrc_calls.h:
17714           bunch of paranoia cleanups
17715
17716 2004-06-14  David Schleef  <ds@schleef.org>
17717
17718         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17719         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17720         Send discont events and change timestamps appropriately when
17721         we get a seek event.  (bug #144240)
17722         * ext/cdparanoia/gstcdparanoia.h:
17723
17724 2004-06-14  Benjamin Otte  <otte@gnome.org>
17725
17726         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17727           snd_pcm_hw_params_set_rate  since the latter fails for no good
17728           reason on some setups.
17729
17730 2004-06-14  David Schleef  <ds@schleef.org>
17731
17732         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17733         standard.  Thank you for playing.
17734
17735 2004-06-14  Wim Taymans  <wim@fluendo.com>
17736
17737         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17738         Patch 1.3 broke the ordering of the colorspace info and
17739         made the plugin basically work by coincidence, reordered
17740         the info.
17741
17742 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17743
17744         * ext/lame/gstlame.c:
17745         * ext/mad/gstmad.c:
17746           sync caps.  Make sure mad can only output a list of rates, not
17747           a full range.  In the future, have three caps lists for each of the
17748           mpeg versions.  Change mpegversion to a double as well.
17749
17750 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17751
17752         * gst/volume/.cvsignore:
17753         * gst/volume/Makefile.am:
17754         * gst/volume/demo.c: (value_changed_callback), (idler),
17755         (setup_gui), (main):
17756           added small demo app
17757
17758 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17759         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17760         * ext/esd/esdsink.h:
17761         Close the esd connection on pause, because esd will just wait -
17762         blocking all other esd clients indefinitely.
17763
17764 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17765
17766         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17767           previous commit with GST_DEBUG
17768
17769 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17770
17771         * configure.ac:
17772           add a header check for a dvdread header in dvdnav.  Fixes #133002
17773
17774 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17775
17776         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17777         * gst/tcp/gsttcpclientsink.h:
17778         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17779         * gst/tcp/gsttcpclientsrc.h:
17780         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17781         (gst_tcpserversink_handle_server_read),
17782         (gst_tcpserversink_init_send):
17783         * gst/tcp/gsttcpserversink.h:
17784         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17785         * gst/tcp/gsttcpserversrc.h:
17786         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17787         version of IP)
17788
17789 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17790
17791         * configure.ac:
17792         Added ogg library so that OSX detects libtheora properly
17793
17794 2004-06-11  Wim Taymans  <wim@fluendo.com>
17795
17796         * ext/theora/theoradec.c: (theora_dec_chain),
17797         (theora_dec_change_state):
17798         Don't try to decode frames before we received a keyframe.
17799
17800 2004-06-11  Wim Taymans  <wim@fluendo.com>
17801
17802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17803         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17804         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17805         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17806         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17807         Added property to set the maximum delay of a page.
17808
17809 2004-06-10  Wim Taymans  <wim@fluendo.com>
17810
17811         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17812         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17813         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17814         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17815         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17816         Added max-delay property to control the maximum amount
17817         of data to put in one page.
17818
17819 2004-06-10  Wim Taymans  <wim@fluendo.com>
17820
17821         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17822         (gst_theora_enc_init), (theora_enc_sink_link),
17823         (theora_buffer_from_packet), (theora_enc_set_property),
17824         (theora_enc_get_property):
17825         Set duration on encoded buffer, added some more properties
17826
17827 2004-06-10  Wim Taymans  <wim@fluendo.com>
17828
17829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17830         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17831         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17832         * ext/theora/theoraenc.c: (theora_enc_chain):
17833         Fix refcounting bugs
17834
17835 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17836
17837         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17838         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17839         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17840         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17841         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17842         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17843         (gst_asf_demux_change_state):
17844         * gst/asfdemux/gstasfdemux.h:
17845           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17846           feels like. I think we should set a new requirement for demuxers
17847           from now on to implement sane loop functions, data loops, query
17848           and seek functions before first commit into CVS. And this commit
17849           fixes all of the above.
17850
17851 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17852
17853         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17854           vorbis comments are properly encoded in UTF-8 before adding them
17855           to a GstTagList
17856
17857 2004-06-09  Benjamin Otte  <otte@gnome.org>
17858
17859         * ext/alsa/gstalsa.c: (add_channels):
17860           handle min <= max correctly
17861         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17862         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17863           add fixation functions so we fixate correctly. No preferring of alaw
17864           anymore because it's the first structure.
17865         * ext/alsa/gstalsa.h:
17866         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17867         (gst_alsa_hw_params_dump):
17868           add functions to ease debugging in alsalib
17869         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17870         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17871         (gst_alsa_start_audio):
17872           only specify hw params if we really setup a format (fixes #134007 -
17873           or at least works around it)
17874
17875 2004-06-09  Wim Taymans  <wim@fluendo.com>
17876
17877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17878         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17879         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17880         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17881         (gst_ogg_mux_loop):
17882         Use stream caps to setup the initial pages in the ogg stream.
17883         Correctly set the streamheader caps on the srcpad.
17884
17885 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17886
17887         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17888         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17889         (gst_v4lsrc_getcaps):
17890         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17891         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17892           add querying of fps lists for webcams.  Negotiating to a framerate
17893           now works.
17894
17895 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17896
17897         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17898         (theora_push_buffer), (theora_push_packet),
17899         (theora_set_header_on_caps), (theora_enc_chain):
17900           mark buffers and put on streamheader, raw theora streaming
17901           now works too, whee
17902
17903 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17904
17905         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17906         (gst_tcp_gdp_read_caps):
17907           do a looping read for caps and GDP headers too
17908
17909 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17910
17911         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17912         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17913           return EOS instead of NULL in _get
17914
17915 2004-06-08  Wim Taymans  <wim@fluendo.com>
17916
17917         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17918         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17919         (gst_tcp_gdp_write_caps):
17920         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17921         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17922         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17923         Memory leak fixes
17924
17925 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17926
17927         * ext/vorbis/Makefile.am:
17928         * ext/vorbis/vorbis.c: (plugin_init):
17929         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17930         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17931         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17932         (vorbis_parse_change_state):
17933         * ext/vorbis/vorbisparse.h:
17934           adding a vorbisparse element that marks the buffers, streaming
17935           raw vorbis using GDP now works, whee
17936
17937 2004-06-08  Wim Taymans  <wim@fluendo.com>
17938
17939         * ext/jpeg/Makefile.am:
17940         * ext/jpeg/README:
17941         * ext/jpeg/gstjpeg.c: (plugin_init):
17942         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17943         (gst_smokedec_base_init), (gst_smokedec_class_init),
17944         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17945         * ext/jpeg/gstsmokedec.h:
17946         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17947         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17948         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17949         (gst_smokeenc_resync), (gst_smokeenc_chain),
17950         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17951         * ext/jpeg/gstsmokeenc.h:
17952         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17953         (smokecodec_flush_destination), (smokecodec_term_destination),
17954         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17955         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17956         (smokecodec_term_source), (smokecodec_encode_new),
17957         (smokecodec_decode_new), (smokecodec_info_free),
17958         (smokecodec_set_quality), (smokecodec_get_quality),
17959         (smokecodec_set_threshold), (smokecodec_get_threshold),
17960         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17961         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17962         (smokecodec_parse_header), (smokecodec_decode):
17963         * ext/jpeg/smokecodec.h:
17964         Added a new simple jpeg based codec
17965
17966 2004-06-08  Wim Taymans  <wim@fluendo.com>
17967
17968         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17969         (gst_multipart_mux_loop):
17970         Fix memory leak
17971
17972 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17973
17974         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17975         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17976         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17977         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17978         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17979         * gst/tcp/gsttcpserversink.h:
17980           take streamheader into account
17981
17982 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17983
17984         * gst/level/Makefile.am:
17985         * gst/level/gstlevel.c: (gst_level_class_init):
17986           clean up marshal generation
17987
17988 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17989
17990         * gst/tcp/Makefile.am:
17991         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17992         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17993         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17994         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17995         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17996         (gst_tcpclientsrc_get_property):
17997         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17998         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17999         (gst_tcpserversink_handle_client_read),
18000         (gst_tcpserversink_handle_client_write),
18001         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18002         * gst/tcp/gsttcpserversink.h:
18003           add signals client-added and client-removed
18004         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18005         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18006         (gst_tcpserversrc_get_property):
18007         uniformized, change default protocol to NONE
18008         * gst/tcp/gsttcp-marshal.list: added
18009 2004-06-07  Benjamin Otte  <otte@gnome.org>
18010
18011         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18012           handle discont events if they happen before caps nego
18013
18014 2004-06-07  Wim Taymans  <wim@fluendo.com>
18015
18016         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18017         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18018         (gst_multipart_demux_plugin_init):
18019         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18020         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18021         (gst_multipart_mux_change_state):
18022         Small updates, fix a memleak
18023
18024 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18025
18026         * configure.ac: OSS portability
18027         * ext/arts/gst_arts.c: idem
18028         * sys/oss/gstosselement.c: idem
18029         * sys/oss/gstossmixer.c: idem
18030         * sys/oss/gstosssink.c: idem
18031         * sys/oss/gstosssrc.c: idem
18032         * sys/oss/oss_probe.c: idem
18033           - check for soundcard.h in different places for some BSD
18034
18035 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18036
18037         * AUTHORS:
18038         Add me to the authors file
18039         * configure.ac:
18040         Increase the libdv requirement to >= version 0.100
18041         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18042         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18043         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18044         * ext/dv/gstdvdec.h:
18045         Add support for the new_media flag when sending DISCONT events
18046         Make the querying work when video pad is not linked
18047
18048 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18049
18050         reviewed by Benjamin Otte  <otte@gnome.org>
18051
18052         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18053           create a NULL-initialized array of pads, so we don't think they
18054           exist already. (fixes #143130)
18055
18056 2004-06-07  Benjamin Otte  <otte@gnome.org>
18057
18058         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18059         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18060         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18061           don't use // coments
18062
18063 2004-06-07  Benjamin Otte  <otte@gnome.org>
18064
18065         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18066           cast to GstClockTime to get higher granularity
18067         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18068           use gst_element_set_time_delay to get the exact time
18069         * ext/mad/gstmad.c: (gst_mad_chain):
18070           use the negotiated rate instead of the current frame's rate which
18071           might be wrong because of bit errors. This avoids emitting totally
18072           bogus timestamps and screwing sync.
18073         (fixes #143454)
18074
18075 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18076
18077         reviewed by Benjamin Otte  <otte@gnome.org>
18078
18079         * gst/adder/gstadder.c: (gst_adder_loop):
18080           properly error out when no negotiation has happened yet. (fixes
18081           #143032)
18082
18083 2004-06-06  Benjamin Otte  <otte@gnome.org>
18084
18085         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18086           forward correctly transformed offset in discont events. Based on
18087           patch by Arwed v. Merkatz. (fixes #142851)
18088
18089 2004-06-06  David Schleef  <ds@schleef.org>
18090
18091         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18092         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18093         problems on several systems.
18094
18095 2004-06-06  Benjamin Otte  <otte@gnome.org>
18096
18097         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18098           use explicit caps on the srcpad
18099         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18100           properly error out if caps couldn't be set (fixes #142764)
18101
18102 2004-06-06  Benjamin Otte  <otte@gnome.org>
18103
18104         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18105         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18106         (gst_alsa_start_audio):
18107           - don't call set_periods_integer anymore, it breaks the
18108           configuration randomly
18109           - call snd_pcm_hw_params_set_access directly instead of using masks
18110           - don't fail if the sw_params can't be set, just use the default
18111           params and hope it works. Alsalib has weird issues when you touch
18112           sw_params and does no proper error reporting about what failed.
18113         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18114         (gst_alsa_close_audio):
18115           make our alsa debugging go via gst debugging and not conditionally
18116           defined
18117         * ext/alsa/gstalsa.h:
18118           add ALSA_DEBUG_FLUSH macro
18119         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18120         (plugin_init):
18121           wrap alsa errors to be printed via the gst debugging system and not
18122           spammed to stderr
18123
18124 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18125
18126         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18127         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18128         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18129         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18130         (qtdemux_parse_trak):
18131         * gst/qtdemux/qtdemux.h:
18132           Bitch. Also known as seeking, querying & co.
18133         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18134         (gst_osssink_change_state):
18135         * sys/oss/gstosssink.h:
18136           Resyncing is for weenies, this hack is no longer needed and was
18137           broken anyway (since it - unintendedly - always leaves resync to
18138           TRUE).
18139
18140 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18141
18142         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18143         * gst/tcp/gsttcpclientsrc.h: idem
18144           - define MSG_NOSIGNAL if not done
18145           - include unistd.h for off_t
18146           (fixes #143749)
18147
18148 2004-06-05  Benjamin Otte  <otte@gnome.org>
18149
18150         * configure.ac:
18151         * ext/kio/Makefile.am:
18152           check for qt's moc preprocessor explicitly and use it
18153
18154 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18155
18156         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18157           don't get a signal for EPIPE on socket writes
18158           (somebody check if this works on other platforms)
18159
18160 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18161
18162         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18163         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18164           check error condition on available samples correctly
18165
18166 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18167
18168         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18169           avoid a segfault
18170         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18171         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18172         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18173         (gst_tcpserversrc_gdp_read_header):
18174          use ssize_t over size_t since the former is signed and thus the
18175          check for error codes can work
18176
18177 2004-06-02  Wim Taymans  <wim@fluendo.com>
18178
18179         reviewed by: Johan
18180
18181         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18182         (gst_multipart_mux_loop):
18183         Oops
18184
18185 2004-06-02  Wim Taymans  <wim@fluendo.com>
18186
18187         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18188         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18189         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18190         (gst_multipart_mux_change_state):
18191         Added configurable boundary specifier, added the value as a
18192         caps field as well.
18193
18194 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18195
18196         * gst/tcp/gsttcp.c:
18197         * gst/tcp/gsttcpclientsrc.c:
18198         * gst/tcp/gsttcpclientsrc.h:
18199         * gst/tcp/gsttcpserversrc.c:
18200           - portability fix, to compile on OSX
18201             (fixes #143146)
18202
18203         * sys/osxaudio/gstosxaudioelement.c:
18204         * sys/osxaudio/gstosxaudiosink.c:
18205         * sys/osxaudio/gstosxaudiosrc.c:
18206           - compilation warnings on OSX
18207             (fixes #143153)
18208
18209 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18210
18211         * ext/vorbis/vorbisdec.c : sign warning fixes
18212
18213         * gst-libs/gst/mixer/mixertrack.c :
18214           do no use defines which are glib 2.4 specific
18215
18216 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18217
18218         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18219           buffer since libflac doesn't expect it (reports a sync error when
18220           it encounters that)
18221
18222
18223 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18224
18225         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18226         * gst-libs/gst/mixer/mixertrack.c:
18227         (gst_mixer_track_get_property), (get_mixer_track_init),
18228         (get_mixer_track_get_property): Added property accessors
18229         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18230         * gst-libs/gst/mixer/mixeroptions.c:
18231         (gst_mixer_options_get_values): Added
18232         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18233         * gst-libs/gst/mixer/mixer.c: Fixed comment
18234
18235
18236 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18237
18238         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18239           improve error messages on open
18240
18241
18242 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18243
18244         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18245           check if v4l-conf is in path
18246
18247 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18248
18249         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18250           change assert to a more readable error message
18251
18252 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18253
18254         * gst-libs/gst/tuner/tunerchannel.h:
18255           - add a freq_multiplicator field to make the conversion
18256             between internal frequency unit and Hz
18257         * sys/v4l/gstv4lelement.c:
18258         * sys/v4l2/gstv4l2element.c:
18259           - change default video device to /dev/video0
18260         * sys/v4l/v4l_calls.c:
18261         * sys/v4l2/v4l2_calls.c:
18262           - we only expose frequency to the user in Hz instead of
18263             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18264
18265 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18266         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18267           Initialise b_o_s and e_o_s variables
18268         * gst-libs/gst/riff/riff-media.c:
18269         (gst_riff_create_video_caps_with_data):
18270           Add some unusual fourcc's from mplayer avi's
18271         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18272           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18273           autoplugging.
18274
18275 2004-05-28  Wim Taymans  <wim@fluendo.com>
18276
18277         * configure.ac:
18278         * gst/alpha/Makefile.am:
18279         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18280         (gst_alpha_get_type), (gst_alpha_base_init),
18281         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18282         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18283         (gst_alpha_chroma_key), (gst_alpha_chain),
18284         (gst_alpha_change_state), (plugin_init):
18285         A plugin to add an alpha channel to I420 video. Can optionally do
18286         chroma keying.
18287         * gst/multipart/Makefile.am:
18288         * gst/multipart/multipart.c: (plugin_init):
18289         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18290         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18291         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18292         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18293         (gst_multipart_demux_change_state),
18294         (gst_multipart_demux_plugin_init):
18295         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18296         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18297         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18298         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18299         (gst_multipart_mux_pad_unlink),
18300         (gst_multipart_mux_request_new_pad),
18301         (gst_multipart_mux_handle_src_event),
18302         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18303         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18304         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18305         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18306         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18307         send multipart jpeg images to a browser.
18308         * gst/videobox/Makefile.am:
18309         * gst/videobox/README:
18310         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18311         (gst_video_box_get_type), (gst_video_box_base_init),
18312         (gst_video_box_class_init), (gst_video_box_init),
18313         (gst_video_box_set_property), (gst_video_box_get_property),
18314         (gst_video_box_sink_link), (gst_video_box_i420),
18315         (gst_video_box_ayuv), (gst_video_box_chain),
18316         (gst_video_box_change_state), (plugin_init):
18317         Crops or adds borders around an image. can do alpha channel
18318         borders as well.
18319         * gst/videomixer/Makefile.am:
18320         * gst/videomixer/README:
18321         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18322         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18323         (gst_videomixer_pad_get_sink_event_masks),
18324         (gst_videomixer_pad_get_property),
18325         (gst_videomixer_pad_set_property),
18326         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18327         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18328         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18329         (gst_videomixer_base_init), (gst_videomixer_class_init),
18330         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18331         (gst_videomixer_handle_src_event),
18332         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18333         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18334         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18335         (gst_videomixer_loop), (gst_videomixer_get_property),
18336         (gst_videomixer_set_property), (gst_videomixer_change_state),
18337         (plugin_init):
18338         Generic video mixer plugin, can handle multiple inputs all with
18339         different framerates and video sizes. Is fully alpha channel
18340         aware.
18341
18342 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18343
18344         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18345           Select first track as master track. Not sure how else to handle
18346           that...
18347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18348           Discard discont events. Should fix #142962.
18349
18350 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18351
18352         * ext/alsa/Makefile.am:
18353         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18354         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18355         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18356         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18357         (gst_alsa_mixer_get_option):
18358         * ext/alsa/gstalsamixer.h:
18359         * ext/alsa/gstalsamixeroptions.c:
18360         (gst_alsa_mixer_options_get_type),
18361         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18362         (gst_alsa_mixer_options_new):
18363         * ext/alsa/gstalsamixeroptions.h:
18364         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18365         * ext/alsa/gstalsamixertrack.h:
18366           Add enumerations (as GstMixerOptions). Make correct distinction
18367           between input/output tracks. Add capture/playback private flag.
18368           Use flag to decide on whether to set capture or playback volumes
18369           or switches. Use playback and record switches.
18370         * gst-libs/gst/mixer/Makefile.am:
18371         * gst-libs/gst/mixer/mixer-marshal.list:
18372         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18373         (gst_mixer_set_option), (gst_mixer_get_option),
18374         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18375         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18376         * gst-libs/gst/mixer/mixer.h:
18377         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18378         (gst_mixer_options_class_init), (gst_mixer_options_init),
18379         (gst_mixer_options_dispose):
18380         * gst-libs/gst/mixer/mixeroptions.h:
18381           Add GstMixerOptions.
18382         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18383           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18384           broken device detection on computers with multiple OSS sound
18385           cards.
18386
18387 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18388
18389         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18390           fixate nicely even when the peer is not negotiating
18391
18392 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18393
18394         * gst/audioconvert/gstaudioconvert.c:
18395         (gst_audio_convert_parse_caps):
18396           make sure we don't allow depth > width
18397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18398           fixate endianness to G_BYTE_ORDER as default
18399         * gst/audioscale/gstaudioscale.c:
18400           we don't handle another endianness as host-endianness
18401
18402 2004-05-25  David Schleef  <ds@schleef.org>
18403
18404         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18405
18406 2004-05-24  Benjamin Otte  <otte@gnome.org>
18407
18408         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18409         (gst_oggvorbisenc_setup):
18410           properly fail when we can't setup the vorbis encoder due to
18411           unsupported settings
18412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18413         (gst_vorbisenc_setup):
18414           same
18415         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18416           fix case where warnings occured when one pad was unlinked while the
18417           other's link function was called
18418
18419 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18420
18421         * gst/tcp/Makefile.am:
18422           use GST_ENABLE_NEW
18423
18424 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18425
18426         * gst-libs/gst/resample/private.h:
18427           don't use optimizations that are #if 0'ed
18428
18429 2004-05-24  Wim Taymans  <wim@fluendo.com>
18430
18431         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18432         Fix potential division by zero error and hopefully get
18433         the position query right to get correct timestamps on avi
18434         audio.
18435
18436 2004-05-24  Wim Taymans  <wim@fluendo.com>
18437
18438         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18439         (gst_videoscale_scale_nearest_str2),
18440         (gst_videoscale_scale_nearest_str4),
18441         (gst_videoscale_scale_nearest_32bit),
18442         (gst_videoscale_scale_nearest_24bit),
18443         (gst_videoscale_scale_nearest_16bit):
18444         Fix the scaling algorithm and avoid a buffer overflow.
18445         removed the while loop in the scaling function as it
18446         was used for point sampling only.
18447
18448 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18449
18450         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18451         (gst_id3_tag_class_init), (gst_id3_tag_init),
18452         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18453         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18454         (gst_id3_tag_send_tag_event):
18455           lots of fixes to make id3mux work and id3demux work correctly
18456
18457 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18458
18459         * ext/Makefile.am:
18460           add rules to build shout2send (was removed by accident
18461           when this module was no more marked experimental/broken)
18462
18463 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18464
18465         * ext/shout2/gstshout2.c:
18466         * ext/shout2/gstshout2.h:
18467           adding a "connection problem" signal to shout2send
18468           (fixes #142954)
18469
18470 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18471
18472         * ext/kio/kioreceiver.cpp:
18473         * ext/kio/kioreceiver.h:
18474           fix sign comparison issues
18475
18476 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18477
18478         * gst/cdxaparse/gstcdxaparse.c:
18479         * gst/cdxaparse/gstcdxaparse.h:
18480           some renaming
18481           add some checks/sanity
18482           prepare for seek addition
18483
18484         * sys/sunaudio/gstsunaudio.c:
18485           remove exported dupe init function
18486
18487 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18488
18489         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18490         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18491           Fix format conversion and position querying.
18492         * gst/debug/progressreport.c: (gst_progressreport_report):
18493           Don't output a bogus total value that we didn't query.
18494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18495           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18496           only a blank window after xine has been used.
18497
18498 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18499
18500         * m4/as-arts.m4:
18501           sync with upstream version to fix test on FC2
18502           readd with -ko to preserve Id header
18503
18504 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18505
18506         * configure.ac:
18507           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18508         * gst/tcp/gsttcpclientsrc.c: idem
18509         * gst/tcp/gsttcpserversink.c: idem
18510         * gst/tcp/gsttcpserversrc.c: idem
18511         * m4/gst-fionread.m4: idem
18512
18513         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18514
18515         * configure.ac: enable speex plugin for speex 1.1.5+
18516         * ext/speex/gstspeexenc.c: fix cast warning
18517
18518         * ext/esd/README: fix typo
18519
18520 2004-05-20  David Schleef  <ds@schleef.org>
18521
18522         * configure.ac: Minor cosmetic change to convince the buildbot to
18523         reautogen.
18524         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18525         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18526         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18527         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18528         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18529         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18530         More hacking.  Plays audio now.
18531
18532 2004-05-20  David Schleef  <ds@schleef.org>
18533
18534         * configure.ac:
18535         * sys/Makefile.am:
18536
18537 2004-05-20  David Schleef  <ds@schleef.org>
18538
18539         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18540         * sys/osxaudio/gstosxaudio.c:
18541         * sys/osxaudio/gstosxaudioelement.c:
18542         * sys/osxaudio/gstosxaudioelement.h:
18543         * sys/osxaudio/gstosxaudiosink.c:
18544         * sys/osxaudio/gstosxaudiosink.h:
18545         * sys/osxaudio/gstosxaudiosrc.c:
18546         * sys/osxaudio/gstosxaudiosrc.h:
18547
18548 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18549
18550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18551         (gst_vorbisenc_chain):
18552           put the codec headers on the caps as streamheader as well as
18553           pushing them out
18554
18555 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18556
18557         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18558         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18559         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18560         split up push_packet into two functions
18561
18562 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18563
18564         * gst/tcp/.cvsignore:
18565           ignore enums
18566         * gst/tcp/Makefile.am:
18567         * gst/tcp/README:
18568         * gst/tcp/gsttcp.c:
18569         * gst/tcp/gsttcp.h:
18570         * gst/tcp/gsttcpclientsink.c:
18571         * gst/tcp/gsttcpclientsink.h:
18572         * gst/tcp/gsttcpclientsrc.c:
18573         * gst/tcp/gsttcpclientsrc.h:
18574         * gst/tcp/gsttcpplugin.c:
18575         * gst/tcp/gsttcpserversink.c:
18576         * gst/tcp/gsttcpserversink.h:
18577         * gst/tcp/gsttcpserversrc.c:
18578         * gst/tcp/gsttcpserversrc.h:
18579           add new tcp elements
18580
18581 2004-05-19  Wim Taymans  <wim@fluendo.com>
18582
18583         * gst/law/mulaw-conversion.c: (mulaw_encode):
18584         Fix overflow bug in ulaw encoding.
18585
18586 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18587
18588         * ext/mad/gstmad.c: (gst_mad_handle_event):
18589           don't unref the event twice
18590
18591 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18592
18593         * configure.ac:
18594           remove -Wno-sign-compare
18595
18596 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18597
18598         * configure.ac:
18599           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18600           if you want to work against glib 2.2 and 2.4
18601
18602 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18603
18604         * gst/tcp/Makefile.am:
18605         * gst/tcp/gsttcp.c:
18606         * gst/tcp/gsttcp.h:
18607         * gst/tcp/gsttcpsink.h:
18608         * gst/tcp/gsttcpsrc.h:
18609           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18610
18611 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18612
18613         * gst/debug/tests.c: (md5_get_value):
18614           fix segfault on gst-inspect
18615
18616 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18617
18618         * gst/debug/testplugin.c:
18619         * gst/debug/tests.c:
18620         * gst/debug/tests.h:
18621           add new extensible and configurable testing element. Current tests
18622           include buffer count, stream length, timestamp/duration matching and
18623           md5.
18624         * gst/debug/Makefile.am:
18625         * gst/debug/gstdebug.c: (plugin_init):
18626           add infrastructure for new element
18627
18628 2004-05-19  Johan Dahlin  <johan@gnome.org>
18629
18630         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18631         ending of the array. Fixes gst-inspect segfault on ppc.
18632
18633 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18634
18635         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18636
18637         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18638
18639 2004-05-18  David Schleef  <ds@schleef.org>
18640
18641         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18642         warnings (bugs, actually) noticed by gcc but not forte.
18643
18644 2004-05-18  David Schleef  <ds@schleef.org>
18645
18646         * sys/sunaudio/Makefile.am:
18647         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18648
18649 2004-05-18  David Schleef  <ds@schleef.org>
18650
18651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18652         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18653         to allow qtdemux to use non-seekable streams. (bug #142272)
18654
18655 2004-05-18  David Schleef  <ds@schleef.org>
18656
18657         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18658         (gst_resample_sinc_ft_float): Remove use of static temporary
18659         buffer.  This code was obviously not supposed to last long, but
18660         it's stuck in our ABI, so it required a little hack to make it
18661         ABI-compatible.  Fixes #142585.
18662         * gst-libs/gst/resample/resample.h: same.
18663
18664 2004-05-18  David Schleef  <ds@schleef.org>
18665
18666         * configure.ac: Add sunaudio
18667         * examples/Makefile.am: make gstplay depend on gconf
18668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18669         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18670         (convert_table_lookup), (img_convert): remove c99-isms
18671         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18672           unsigned, to fix a warning on Solaris
18673         * gst/mpeg1sys/systems.c: bcopy->memcpy
18674         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18675         * sys/Makefile.am: Add sunaudio
18676
18677 2004-05-18  Wim Taymans  <wim@fluendo.com>
18678
18679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18680         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18681         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18682         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18683         (gst_ogg_mux_loop):
18684         Fix an ugly memleak where the muxer didn't flush enough ogg
18685         pages. This also resulted in badly muxed ogg files.
18686
18687 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18688
18689         * gst/asfdemux/asfheaders.c :
18690         * gst/asfdemux/asfheaders.h :
18691         * gst/asfdemux/gstasfdemux.c :
18692           - fix ASF_OBJ_PADDING guid
18693           - add 3 new object guids (language list, metadata,
18694             extended stream properties)
18695           - add a function to parse extended header objects
18696
18697 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18698
18699         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18700           remove leftover debugging g_print
18701
18702 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * ext/mad/gstmad.c: (gst_mad_handle_event):
18705           Fix for when the first format in a discont event is not a
18706           byte-based one. Should fix #137710.
18707
18708 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18709
18710         * m4/a52.m4 : fix compilation with -Wall -Werror
18711         * m4/libfame.m4 : idem
18712         * m4/libmikmod.m4 : idem
18713
18714 2004-05-17  Benjamin Otte  <otte@gnome.org>
18715
18716         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18717           signal the new tags before giving up the reference
18718
18719 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18720
18721         * ext/shout2/gstshout2.c:
18722           use application/ogg instead of application/x-ogg (patch by Patrick
18723           Guimond, fixes #142432)
18724         * sys/oss/gstosselement.c: (gst_osselement_reset),
18725         (gst_osselement_sync_parms):
18726           don't set fragment size unless specified (fixes #142493)
18727
18728 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18729
18730         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18731           fixes #142664
18732
18733 2004-05-17  Benjamin Otte  <otte@gnome.org>
18734
18735         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18736           compute offsets correctly for internal buffers so timestamps are set
18737           correctly when we can't seek. Also handle cases where there are no
18738           offsets. (based on a patch by David Moore, fixes #142507)
18739
18740 2004-05-17  Benjamin Otte  <otte@gnome.org>
18741
18742         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18743           use correct variable when determining amount of data to skip so we
18744           don't skip into the void and segfault
18745
18746 2004-05-16  Benjamin Otte  <otte@gnome.org>
18747
18748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18749           Hi, I'm a memleak
18750
18751 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18752
18753         * gst/asfdemux/gstasfdemux.c:
18754           - fix a mem leak and always propagate tags
18755           - add WMV3 to known video codecs (but no decoder yet)
18756           - replace "surplus data" at end of audio header for what
18757             it is : codec specific data
18758           - fix a typo
18759
18760 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18761
18762         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18763
18764         * gst-libs/gst/audio/audioclock.c:
18765           Fix wrong return type (#142205).
18766
18767 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18768
18769         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18770           Ignore CRCs by default (fixes #142566).
18771
18772 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18773
18774         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18775         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18776         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18777         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18778         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18779         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18780           Fix for cases where we fail to attach to a mixer.
18781
18782 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18783
18784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18785           Don't touch events after not owning them anymore.
18786         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18787         (gst_wavparse_fmt), (gst_wavparse_other),
18788         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18789         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18790         (gst_wavparse_srcpad_event):
18791         * gst/wavparse/gstwavparse.h:
18792           Add seeking, fix querying.
18793
18794 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18795
18796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18797           - process comments even if they don't end with \0\0
18798             g_convert would ignore them if present and works well without them
18799
18800 2004-05-16  Benjamin Otte  <otte@gnome.org>
18801
18802         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18803           simplify caps
18804
18805 2004-05-16  Benjamin Otte  <otte@gnome.org>
18806
18807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18808           don't write to memory we might not write to - g_convert does that
18809           for us anyway (fixes #142613)
18810         (gst_asf_demux_audio_caps):
18811           comment out gst_util_dump_mem
18812
18813 2004-05-16  Benjamin Otte  <otte@gnome.org>
18814
18815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18816           compute correct expected timestamps after seek (broken since
18817           last commit)
18818         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18819           rename element and debugging category to gdkpixbufscale
18820
18821 2004-05-16  Benjamin Otte  <otte@gnome.org>
18822
18823         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18824           add error checking to snd_pcm_delay and remove duplicate call to
18825           snd_pcm_delay that caused issues (see inline code comments)
18826         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18827           make more readable and fix return value when snd_pcm_delay fails
18828         (fixes #142586)
18829
18830 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18831         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18832         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18833         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18834         (gst_pixbufscale_link), (gst_pixbufscale_init),
18835         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18836         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18837         (gst_pixbufscale_get_property), (pixbufscale_init):
18838         * ext/gdk_pixbuf/pixbufscale.h:
18839         Add these files I forgot earlier
18840
18841 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18842         * ext/gdk_pixbuf/Makefile.am:
18843         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18844         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18845         Add new pixbufscale element to scale RGB video
18846         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18847         and HYPER interpolation correctly.
18848         * ext/theora/theoraenc.c: (theora_enc_chain),
18849         Discard buffer and return if explicit caps could not be set
18850         (theora_enc_get_property):
18851         Make _get return kbps for the bitrate consistent with
18852         the _set function.
18853
18854
18855 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18856
18857         * ext/libvisual/visual.c: (gst_visual_chain):
18858           add missing visual_audio_analyze
18859
18860 2004-05-14  David Schleef  <ds@schleef.org>
18861
18862         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18863         is killed while we're playing.
18864         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18865         gst_element_no_more_pads().
18866
18867 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18868
18869         * gst-libs/gst/riff/riff-read.c :
18870           - fix INFO tag extraction in RIFF/AVI files
18871             because gst_event_unref (event) also freed taglist
18872           - avoid a mem leak
18873
18874 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18875
18876         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18877         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18878
18879         * gst/auparse/gstauparse.c :
18880           - add code (commented for now) to support audio/x-adpcm on src pad
18881             (we have no decoder for those layout yet)
18882
18883         * gst/cdxaparse/gstcdxaparse.c :
18884         * gst/cdxaparse/gstcdxaparse.h :
18885           - partial rewrite using RiffRead (ripped iain's wavparse code)
18886
18887         * gst/rtp/gstrtpL16enc.c : typo
18888         * gst/rtp/gstrtpgsmenc.c : typo
18889
18890 2004-05-13  Benjamin Otte  <otte@gnome.org>
18891
18892         * configure.ac:
18893           check for exact version of libvisual, it's not supposed to be
18894           API/ABI stable yet
18895
18896 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18897
18898         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18899           signal no-more-pads
18900
18901 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18902
18903         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18904         Report which format was used for GST_FORMAT_DEFAULT
18905         * gst/debug/Makefile.am:
18906         * gst/debug/gstdebug.c: (plugin_init):
18907         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18908         (gst_progressreport_class_init), (gst_progressreport_init),
18909         (gst_progressreport_report), (gst_progressreport_set_property),
18910         (gst_progressreport_get_property), (gst_progressreport_chain),
18911         (gst_progressreport_plugin_init):
18912         Add progressreport element for testing.
18913
18914 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18915
18916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18917         * sys/v4l/gstv4lsrc.h:
18918         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18919         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18920         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18921         (gst_v4lsrc_grab_frame):
18922           add more debugging
18923           send a discont at start
18924
18925 2004-05-12  Colin Walters  <walters@redhat.com>
18926
18927         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18928         inflooping if we can't find a chunk.  Or in other words, don't blow
18929         chunks if we don't have a chunk to blow.
18930
18931 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18932         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18933         Remove old debug output
18934         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18935         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18936         (gst_dvdec_set_property), (gst_dvdec_get_property):
18937         Change the quality setting to an enum, so it works from gst-launch
18938         Don't renegotiate a non-linked pad. Allows audio only decoding.
18939         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18940         (gst_deinterlace_link), (gst_deinterlace_init):
18941         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18942         (gst_videodrop_link):
18943         Some caps negotiation fixes
18944
18945 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18946
18947         * ext/tarkin/gsttarkin.c :
18948           - Change RANK from NONE to PRIMARY
18949         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18950           - Change RANK from NONE to MARGINAL
18951         * ext/divx/gstdivxenc.c :
18952           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18953
18954 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18955
18956         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18957         (gst_vorbisenc_push_packet):
18958           copy a function that was added between 1.0 and 1.0.1 until we
18959           depend on worthwhile features of post-1.0
18960
18961 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18962
18963         * configure.ac:
18964           enable shout2 by default
18965         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18966         (gst_shout2send_base_init), (gst_shout2send_init),
18967         (gst_shout2send_connect), (gst_shout2send_change_state):
18968         * ext/shout2/gstshout2.h:
18969           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18970           #142262)
18971         * ext/theora/theora.c: (plugin_init):
18972           don't set rank on encoders
18973
18974 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18975
18976         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18977           Use codec_data property instead of flag1 and flag2 for wma
18978
18979 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18980
18981         * gst/cdxaparse/gstcdxaparse.c :
18982           - Add mpegversion to CAPS to make it link
18983           - Rank is as GST_RANK_SECONDARY instead of NONE
18984         * gst/auparse/gstauparse.c :
18985           - Document all audio encoding we can encounter from Solaris 9
18986             headers and libsndfile information.
18987           - Increase max. rate from 48000 to 192000 (to match other elements)
18988           - Don't try to play junk data between header and samples
18989
18990 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18991
18992         * ext/libvisual/visual.c: (gst_visual_getcaps):
18993           use the right caps depending on endianness (I hope)
18994         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18995           use GST_RANK_NONE for all non-decoding elements or spider gets
18996           mighty confused
18997
18998 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18999
19000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19001           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19002
19003 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19004
19005         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19006         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19007         (gst_switch_loop), (gst_switch_get_type):
19008           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19009           HEADERS. Had to be said.
19010
19011 2004-05-10  David Schleef  <ds@schleef.org>
19012
19013         * configure.ac: Add prototype Dirac support.
19014         * ext/Makefile.am:
19015         * ext/dirac/Makefile.am:
19016         * ext/dirac/gstdirac.cc:
19017         * ext/dirac/gstdiracdec.cc:
19018
19019 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19020
19021         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19022         (gst_auparse_init), (gst_auparse_chain),
19023         (gst_auparse_change_state):
19024           Hack around spider. Remove me some day please.
19025
19026 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19027
19028         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19029           Fix for some uninitialized variables in previous patch, also
19030           makes it work. Fixes #142286 while we're at it.
19031
19032 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19033
19034         * gst/auparse/gstauparse.c:
19035                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19036                 only unsupported formats are ADPCM/CCITT G.72x
19037                 reviewed by Ronald
19038         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19039
19040 2004-05-10  Wim Taymans  <wim@fluendo.com>
19041
19042         * ext/vorbis/Makefile.am:
19043         * ext/vorbis/README:
19044         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19045         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19046         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19047         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19048         (gst_oggvorbisenc_convert_sink),
19049         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19050         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19051         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19052         (get_constraints_string), (update_start_message),
19053         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19054         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19055         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19056         * ext/vorbis/oggvorbisenc.h:
19057         * ext/vorbis/vorbis.c: (plugin_init):
19058         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19059         (raw_caps_factory), (gst_vorbisenc_class_init),
19060         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19061         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19062         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19063         * ext/vorbis/vorbisenc.h:
19064         Added a raw vorbis encoder to be used with the oggmuxer.
19065         We still need the old encoder for some gnome applications,
19066         read the README to find out how that works.
19067         The raw encoder is called "rawvorbisenc" until 0.9.
19068
19069 2004-05-10  Wim Taymans  <wim@fluendo.com>
19070
19071         * ext/ogg/gstogg.c: (plugin_init):
19072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19073         (gst_ogg_print):
19074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19075         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19076         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19077         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19078         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19079         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19080         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19081         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19082         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19083         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19084         Added an ogg muxer.
19085         Small typo fixes in the demuxer.
19086
19087 2004-05-10  Wim Taymans  <wim@fluendo.com>
19088
19089         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19090         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19091         (theora_enc_change_state), (theora_enc_set_property),
19092         (theora_enc_get_property):
19093         Mark the last packet with an EOS flag which is not really needed
19094         in gstreamer.
19095         Do some better video framerate initialisation.
19096         Update the buffer timestamp.
19097
19098 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19099
19100         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19101         Return the result of the parent state change call
19102
19103 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19104
19105         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19106         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19107         * gst/law/alaw-encode.c : (idem)
19108         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19109         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19110         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19111
19112 2004-05-09  Benjamin Otte  <otte@gnome.org>
19113
19114         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19115           don't use a fixed buffer size when writing variable length data to
19116           it. Fixes memory corruption and makes alsasrc work
19117
19118 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19119
19120         * ext/gnomevfs/gstgnomevfssink.c:
19121         (_gst_boolean_allow_overwrite_accumulator),
19122         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19123           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19124           RUN_LAST, and don't use that to set the accumulator value because
19125           then it's always FALSE.
19126
19127 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19128
19129         * gst-libs/gst/riff/riff-media.c:
19130         (gst_riff_create_video_caps_with_data),
19131         (gst_riff_create_audio_caps),
19132         (gst_riff_create_audio_template_caps):
19133         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19134           Fix for unaligned RIFF files (i.e. where all the chunks together
19135           in a LIST chunk are not of the same size as the size given in
19136           the LIST chunk header). Fixes several odd WAVE files. Also fix
19137           ADPCM (block_align property) in audio, so that wavparse based
19138           on this works now as it used to stand-alone.
19139
19140 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19141
19142         reviewed by Benjamin Otte  <otte@gnome.org>
19143
19144         * ext/a52dec/gsta52dec.c:
19145         * ext/divx/gstdivxdec.c:
19146         * ext/divx/gstdivxenc.c:
19147         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19148         * ext/faac/gstfaac.c: (gst_faac_base_init):
19149         * ext/faad/gstfaad.c: (gst_faad_base_init):
19150         * ext/ivorbis/vorbisfile.c:
19151         * ext/lame/gstlame.c:
19152         * ext/libfame/gstlibfame.c:
19153         * ext/mpeg2enc/gstmpeg2enc.cc:
19154         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19155         * ext/sidplay/gstsiddec.cc:
19156         * ext/speex/gstspeexdec.c:
19157         * ext/speex/gstspeexenc.c:
19158         * ext/xvid/gstxviddec.c:
19159         * ext/xvid/gstxvidenc.c:
19160           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19161           (fixes #142193)
19162
19163 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19164
19165         * ext/alsa/gstalsa.c: (device_list),
19166         (gst_alsa_class_probe_devices):
19167         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19168           Fix alsa oddness in mixer after the combination of using mixer
19169           in source/sink elements and using hw:x,y instead of just hw:x.
19170
19171 2004-05-09  Benjamin Otte  <otte@gnome.org>
19172
19173         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19174         (gst_wavparse_create_sourcepad):
19175           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19176           sourcepads
19177
19178 2004-05-09  Benjamin Otte  <otte@gnome.org>
19179
19180         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19181           allow discont events before caps nego
19182
19183 2004-05-08  Benjamin Otte  <otte@gnome.org>
19184
19185         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19186           don't leak events
19187
19188 2004-05-08  Benjamin Otte  <otte@gnome.org>
19189
19190         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19191         (gst_level_change_state), (gst_level_init):
19192         * gst/level/gstlevel.h:
19193           figure out if we're initialized directly instead of keeping a
19194           variable that's wrong in 90% of cases
19195           don't initialize pads and then leak them and use a new unitialized
19196           pad. (fixes #142084)
19197           these were bugs so n00bish I didn't find them for an hour :/
19198
19199 2004-05-08 Iain <iain@prettypeople.org>
19200
19201         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19202         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19203         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19204         return the length that was read.
19205         (gst_riff_read_strf_auds): Allow fmt tags as well.
19206
19207 2004-05-07  David Schleef  <ds@schleef.org>
19208
19209         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19210         signed char assumption in faad.h.
19211
19212 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19213
19214         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19215           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19216
19217 2004-05-07  Colin Walters  <walters@redhat.com>
19218
19219         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19220         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19221         function.
19222         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19223         Add dispose function.
19224
19225 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19226         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19227           Fix caps nego and pad templates. RGB mode caps should
19228           work now.
19229         * ext/dvdnav/gst-dvd:
19230           Move mpeg2dec inside the thread because otherwise the
19231           queue rejects cap changes mid-stream
19232         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19233         (gst_mpeg2dec_flush_decoder):
19234           For mpeg2dec > 0.4.0, call the flush function instead of
19235           manually extracting all in-flight frames.
19236         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19237         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19238           Change mime type video/dv go video/x-dv to match the
19239           rest of gst-plugins
19240
19241 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19242
19243         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19244         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19245         (gst_alsa_sink_class_init):
19246         * ext/alsa/gstalsasink.h:
19247         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19248         (gst_alsa_src_class_init):
19249         * ext/alsa/gstalsasrc.h:
19250           Make alsasink/src a subclass of alsamixer so that mixer stuff
19251           shows up in gst-rec. Needs some finetuning.
19252
19253 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19254
19255         * ext/lame/gstlame.c: (gst_lame_chain):
19256           simplify
19257         * ext/mad/gstmad.c: (gst_mad_handle_event):
19258           fix event leak
19259         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19260           be able to detect mp3 files < 4096 bytes
19261
19262 2004-05-06  Wim Taymans  <wim@fluendo.com>
19263
19264         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19265         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19266         (theora_enc_set_property), (theora_enc_get_property):
19267         Also encode the first frame, cleanup some code.
19268
19269 2004-05-06  Wim Taymans  <wim@fluendo.com>
19270
19271         * ext/mpeg2enc/gstmpeg2enc.cc:
19272         Forward events first before deciding that negotiation was
19273         not performed.
19274
19275 2004-05-06  Wim Taymans  <wim@fluendo.com>
19276
19277         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19278         First process the events before deciding that negotiation
19279         was not performed.
19280
19281 2004-05-06  Wim Taymans  <wim@fluendo.com>
19282
19283         * ext/theora/Makefile.am:
19284         * ext/theora/theora.c: (plugin_init):
19285         * ext/theora/theoradec.c: (theora_dec_change_state):
19286         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19287         (gst_theora_enc_class_init), (gst_theora_enc_init),
19288         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19289         (theora_enc_chain), (theora_enc_change_state),
19290         (theora_enc_set_property), (theora_enc_get_property):
19291         Added a theora encoder, grouped the encoder and decoder into the
19292         same plugin.
19293
19294 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19295
19296         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19297         (gst_jpegenc_chain):
19298         fix DURATION on outgoing buffers
19299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19300         debug using time formats
19301         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19303         (gst_xvimagesink_sink_link):
19304         windows with width/height 0 generate X errors, so don't allow them
19305
19306 2004-05-05  Wim Taymans  <wim@fluendo.com>
19307
19308         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19309         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19310         (gst_mpeg2dec_negotiate_format):
19311         * ext/mpeg2dec/gstmpeg2dec.h:
19312           removed the static pad template so that we can add the
19313           more accurate framerate value to the caps.
19314
19315
19316 2004-05-04  Benjamin Otte  <otte@gnome.org>
19317
19318         * configure.ac:
19319           check for kdemacros.h, too (should fix #141821)
19320         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19321           don't crash if no header was sent, but nicely error out (fixes part
19322           of #141554)
19323
19324 2004-05-04  Wim Taymans  <wim@fluendo.com>
19325
19326         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19327         parent dispose function to avoid segfault on destroy.
19328
19329 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19330
19331         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19332         (plugin_init):
19333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19334         (gst_xvimagesink_sink_link):
19335         clean up debugging caps
19336         also recreate xvimage when format has changed
19337
19338 2004-05-04  Benjamin Otte  <otte@gnome.org>
19339
19340         * ext/libvisual/Makefile.am:
19341         * ext/libvisual/visual.c: (gst_visual_class_init),
19342         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19343         (gst_visual_srclink), (gst_visual_chain),
19344         (gst_visual_change_state), (plugin_init):
19345           use a GstAdapter to correctly adapt buffer sizes - allows using a
19346           framerate
19347
19348 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19349
19350         * sys/v4l/gstv4lelement.h:
19351         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19352         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19353         (gst_v4lsrc_buffer_free):
19354         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19355         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19356         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19357         (gst_v4lsrc_requeue_frame):
19358         move some debugging categories around
19359         query for fps index and set accordingly if found
19360
19361 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19362
19363         * ext/lame/gstlame.c:
19364         correct defaults that lame_init puts out of range
19365
19366 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19367
19368         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19369         (gst_divxenc_class_init):
19370         fix range since -1 is the default
19371         * gst/mpeg1sys/gstmpeg1systemencode.c:
19372         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19373         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19374         (gst_rtjpegdec_chain):
19375         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19376         (gst_rtjpegenc_chain):
19377         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19378         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19379         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19380         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19381         * sys/v4l/gstv4lsrc.c:
19382         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19383         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19384         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19385         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19386         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19387           remove gst_info calls
19388
19389 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19390
19391         * Makefile.am:
19392         * po/af.po:
19393         * po/az.po:
19394         * po/en_GB.po:
19395         * po/nl.po:
19396         * po/sr.po:
19397         * po/sv.po:
19398           Updated translations
19399
19400 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19401
19402         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19403           refactor/comment code
19404
19405 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * gst/asfdemux/Makefile.am:
19408         * gst/asfdemux/asfheaders.c:
19409         * gst/asfdemux/asfheaders.h:
19410         * gst/asfdemux/gstasf.c: (plugin_init):
19411         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19412         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19413         (gst_asf_demux_setup_pad):
19414         * gst/asfdemux/gstasfdemux.h:
19415         * gst/asfdemux/gstasfmux.c:
19416         * gst/asfdemux/gstasfmux.h:
19417           Add tagging support to demuxer, split out registration in its own
19418           file instead of in demux (hacky), and prevent having some tables
19419           in our memory multiple times (in asfheaders.h).
19420
19421 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19422
19423         * gst/matroska/matroska-demux.c:
19424         (gst_matroska_demux_parse_metadata):
19425         * gst/matroska/matroska-ids.h:
19426           Basic tag reading support.
19427
19428 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19431           Really detect ac-3 audio.
19432         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19433           really detect matroska files (off-by-1).
19434
19435 2004-04-30  David Schleef  <ds@schleef.org>
19436
19437         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19438         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19439         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19440         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19441         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19442         hackage -- parse a lot more atoms, extract a few tags.  One might even
19443         mistake this for tag support.  Maybe it is.
19444         * gst/qtdemux/qtdemux.h:
19445
19446 2004-04-30  Colin Walters  <walters@verbum.org>
19447
19448         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19449
19450 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19451
19452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19453         (gst_ffmpegcolorspace_getcaps):
19454           remove broken nego fix
19455
19456 2004-04-30  Benjamin Otte  <otte@gnome.org>
19457
19458         * configure.ac:
19459         * ext/Makefile.am:
19460         * ext/libvisual/Makefile.am:
19461         * ext/libvisual/visual.c:
19462           add initial support for libvisual (http://libvisual.sourceforge.net)
19463           libvisual is still quite alpha, so expect crashes in there :)
19464
19465 2004-04-29  David Schleef  <ds@schleef.org>
19466
19467         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19468         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19469         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19470         code; you will no longer respect me.
19471
19472 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19473
19474         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19475         * ext/alsa/gstalsa.h :
19476         change alsa pcm device discovery to find more than 1 device
19477         per card. code review by Ronald.
19478
19479 2004-04-29  David Schleef  <ds@schleef.org>
19480
19481         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19482         Add a check for a driver bug on FreeBSD.  (bug #140565)
19483
19484 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19485
19486         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19487         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19488         (gst_jpegenc_getcaps):
19489           move format setting to inner loop
19490         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19491         (gst_ffmpegcolorspace_getcaps):
19492           use GST_PAD_CAPS if available so that we use already negotiated
19493           caps
19494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19495         (qtdemux_parse_moov), (qtdemux_parse):
19496           extra debugging
19497         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19498         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19499           move hardcoded path to DEFINE
19500
19501 2004-04-28  David Schleef  <ds@schleef.org>
19502
19503         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19504         (bug #140064)
19505
19506 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19507
19508         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19509           Don't probe for playback device if we're a source element. Fixes
19510           #139658.
19511
19512 2004-04-29  Benjamin Otte  <otte@gnome.org>
19513
19514         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19515         (gst_id3_tag_chain):
19516           rewrite buffer offset
19517
19518 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19519
19520         * configure.ac:
19521         * ext/Makefile.am:
19522         * ext/dts/Makefile.am:
19523         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19524         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19525         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19526         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19527         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19528         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19529         (plugin_init):
19530         * ext/dts/gstdtsdec.h:
19531           New DTS decoder.
19532         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19533         (gst_faad_srcconnect):
19534           Add ESDS atom handling (.m4a).
19535
19536 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19537
19538         * ext/divx/gstdivxdec.c: (plugin_init):
19539           Remove comment that makes no sense.
19540         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19541           Fix for obvious typo that resulted in warnings during gst-register.
19542         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19543         (gst_xviddec_sink_link):
19544           Fix caps negotiation a bit better.
19545         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19546           We call this 'codec_data', not 'esds'.
19547
19548 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19549
19550         * gst/monoscope/gstmonoscope.c:
19551           make sure we only provide 256x128
19552         * gst/monoscope/monoscope.c: (monoscope_init):
19553           assert size of 256x128
19554
19555 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19556
19557         * Makefile.am:
19558         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19559         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19560           fixate to max width and height of device
19561
19562 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19563
19564         * Makefile.am:
19565         * sys/v4l/gstv4l.c:
19566         * sys/v4l/gstv4lsrc.c:
19567         * sys/v4l/v4l_calls.c:
19568         * sys/v4l/v4lsrc_calls.c:
19569           fix for qc-usb driver which fakes having more than one buffer
19570           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19571           buffer_free override
19572           add debugging
19573
19574 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19575
19576         * Makefile.am:
19577         * gst/videotestsrc/gstvideotestsrc.c:
19578         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19579         (gst_videotestsrc_init), (gst_videotestsrc_get),
19580         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19581         * gst/videotestsrc/gstvideotestsrc.h:
19582           add num-buffers property
19583
19584         2004-04-26  Benjamin Otte  <otte@gnome.org>
19585
19586         * ext/mad/gstid3tag.c: (plugin_init):
19587           set id3mux rank to NONE so it doesn't confuse spider
19588           require audio/mpeg,mpegversion=1 in id3mux
19589
19590 2004-04-26  Benjamin Otte  <otte@gnome.org>
19591
19592         * configure.ac:
19593           detect faad correctly as non-working if it's indeed non-working
19594
19595 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19596
19597         * Makefile.am:
19598         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19599         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19600         fix _getcaps so it only negotiates to its supported format
19601
19602 2004-04-25  Benjamin Otte  <otte@gnome.org>
19603
19604         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19605           fix memleak
19606
19607 2004-04-23  Benjamin Otte  <otte@gnome.org>
19608
19609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19610           audio/x-raw-int with height rules! not. Now it's depth.
19611
19612 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19613
19614         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19615         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19616         (gst_wavparse_loop):
19617           Missing variable initialization. Add handling of DVI ADPCM. Fix
19618           mis-parsing of LIST chunks. This works around a bug where we mis-
19619           parse non-aligning LIST chunks (so LIST chunks where the contents
19620           don't align with the actual LIST size). The correct fix is to use
19621           rifflib, I'm not going to fix wavparse - too much work. All this
19622           fixes #104878.
19623
19624 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19625
19626         reviewed by Benjamin Otte  <otte@gnome.org>
19627
19628         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19629           fix shoutcast not working (fixes #140844)
19630
19631 2004-04-22  Benjamin Otte  <otte@gnome.org>
19632
19633         * ext/hermes/gsthermescolorspace.c:
19634         (gst_hermes_colorspace_caps_remove_format_info):
19635         * gst/colorspace/gstcolorspace.c:
19636         (gst_colorspace_caps_remove_format_info):
19637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19638         (gst_ffmpegcolorspace_caps_remove_format_info):
19639           s/gst_caps_simplify/gst_caps_do_simplify/
19640
19641 2004-04-22  Benjamin Otte  <otte@gnome.org>
19642
19643         * gst-libs/gst/riff/riff-media.c:
19644         (gst_riff_create_video_caps_with_data):
19645           mpegversion is an int
19646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19647           don't try to create pad templates with NULL caps, use any caps
19648           instead.
19649
19650 2004-04-20  David Schleef  <ds@schleef.org>
19651
19652         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19653         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19654         (bug #140384)
19655
19656 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19657
19658         reviewed by David Schleef
19659
19660         * ext/mad/gstid3tag.c: Add stdlib.h
19661         * gst/rtp/gstrtpgsmenc.c: same
19662         * gst/tags/gstid3tag.c: same
19663         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19664         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19665         GST_DISABLE_LOADSAVE use.
19666         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19667         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19668         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19669         atol(3)).
19670         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19671         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19672         strtoul(3)).
19673         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19674         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19675         $(ID3_CFLAGS).
19676         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19677         $(LIBFAME_CFLAGS).
19678
19679 2004-04-20  David Schleef  <ds@schleef.org>
19680
19681         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19682         last checkin.  Same idea.
19683
19684 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19685
19686         reviewed by David Schleef
19687
19688         * configure.ac: bump required gstreamer version to 0.8.1.1
19689         because of following changes [--ds]
19690
19691         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19692         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19693         (gst_riff_read_header):  Use GST_READ_UINT*
19694         macros to access possibly unaligned memory.
19695
19696         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19697         (mp3_type_find):  Use GST_READ_UINT*
19698         macros to access possibly unaligned memory.
19699         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19700         (speex_type_find): Likewise
19701
19702         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19703
19704         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19705         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19706         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19707         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19708         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19709         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19710         macros to access possibly unaligned memory.
19711
19712         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19713         Likewise.
19714
19715         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19716         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19717
19718         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19719         Likewise.
19720
19721         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19722         (gst_mpeg2subt_chain_subtitle): Likewise.
19723
19724         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19725         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19726         Likewise.
19727
19728         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19729         Likewise.
19730
19731         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19732         Likewise.
19733
19734         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19735         Likewise.
19736
19737 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19738
19739         * configure.ac:
19740           update required version of GStreamer because of GST_TIME_FORMAT
19741
19742 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19743
19744         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19745           remove leftover g_print
19746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19747           don't try setting only a subset of the caps. We don't want to kill
19748           autoplugging on purpose
19749
19750 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19751
19752         * sys/ximage/ximagesink.c: (plugin_init):
19753         * sys/xvimage/xvimagesink.c: (plugin_init):
19754           add debugging categories
19755
19756 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19757
19758         * po/en_GB.po:
19759         * po/LINGUAS:
19760           Adding en_GB translation (Gareth Owen)
19761
19762 2004-04-20  David Schleef  <ds@schleef.org>
19763
19764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19765         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19766         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19767         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19768         A number of new features and hacks to extract the esds atom and
19769         put it into the caps.  (bug #137724)
19770
19771 2004-04-19  David Schleef  <ds@schleef.org>
19772
19773         * gconf/Makefile.am: Fix for non-GNU make
19774         * gst-libs/gst/Makefile.am: Change directory order to handle
19775         GstPlay linking with gstinterfaces
19776         * gst-libs/gst/audio/make_filter: make use of tr portable
19777         * gst-libs/gst/play/Makefile.am: Add intended \
19778         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19779         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19780         function prototype instead of void *.
19781         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19782         macro.
19783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19784         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19785         * gst/videofilter/make_filter: make use of tr portable
19786         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19787
19788 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19789
19790         * po/LINGUAS:
19791         * po/uk.po:
19792           Added Ukrainian translation (Maxim V. Dziumanenko)
19793
19794 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19795
19796         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19797         (gst_gsmdec_link), (gst_gsmdec_chain):
19798           Fix capsnego, simplify chain function slightly.
19799         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19800           Add GSM.
19801
19802 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19803
19804         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19805         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19806         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19807           Hack to make wavparse work with spider (always -> sometimes pad).
19808           Fixes #135862 && #140411.
19809
19810 2004-04-18  Benjamin Otte  <otte@gnome.org>
19811
19812         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19813         (gst_osselement_rate_probe_check),
19814         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19815           get rid of \n in debug output
19816
19817 2004-04-17  Iain <iain@prettypeople.org>
19818
19819         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19820         not just EOS.
19821
19822 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19823
19824         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19825         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19826         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19827         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19828         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19829         (gst_id3_tag_change_state), (plugin_init):
19830           deprecate id3tag element and replace with id3demux/id3mux.
19831           great side effect: this ugly file is now even uglier, yay!
19832         * ext/mad/gstmad.h:
19833           remove non-available function
19834           update for new get_type
19835
19836 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19837
19838         * configure.ac:
19839           require mpeg2dec >= 0.4.0
19840
19841 2004-04-17  Benjamin Otte  <otte@gnome.org>
19842
19843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19844         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19845         (gst_xvimagesink_set_xwindow_id):
19846           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19847           assorted cleanup fixes.
19848
19849 2004-04-16  David Schleef  <ds@schleef.org>
19850
19851         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19852         * sys/xvimage/xvimagesink.h: same
19853
19854 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19855
19856         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19857           Fix GST_ELEMENT_ERROR with (NULL)
19858
19859 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19860
19861         * gst-libs/gst/riff/riff-media.c:
19862         (gst_riff_create_video_caps_with_data):
19863           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19864
19865 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * gst-libs/gst/riff/riff-media.c:
19868         (gst_riff_create_video_caps_with_data),
19869         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19870         (gst_riff_create_video_template_caps),
19871         (gst_riff_create_audio_template_caps):
19872         * gst-libs/gst/riff/riff-media.h:
19873         * gst-libs/gst/riff/riff-read.c:
19874         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19875         * gst-libs/gst/riff/riff-read.h:
19876         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19877           Add MS RLE support. I added some functions to read out strf chunks
19878           into strf chunks and the data behind it. This is usually color
19879           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19880           caps creation. Lastly, add ADPCM (similar to wavparse - which
19881           should eventually be rifflib based).
19882         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19883         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19884         * gst/matroska/matroska-demux.h:
19885           Remove placeholders for some prehistoric tagging system. Didn't add
19886           support for any tag system really anyway.
19887         * gst/qtdemux/qtdemux.c:
19888           Add support for audio/x-m4a (MPEG-4) through spider.
19889         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19890         (gst_wavparse_loop):
19891           ADPCM support (#135862). Increase max. buffer size because we
19892           cannot split buffers for ADPCM (screws references) and I've seen
19893           files with 2048 byte chunks. 4096 seems safe for now.
19894
19895 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19896
19897         * configure.ac: bump nano to 1
19898
19899 === release 0.8.1 ===
19900
19901 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19902
19903         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19904
19905 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19906
19907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19908           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19909           Fixes #140058
19910
19911 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19912
19913         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19914           lower rank of dvddemux so that it's not used for mpeg playback.
19915
19916 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19917
19918         * configure.ac:
19919           save libs correctly when checking mad
19920
19921 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19922
19923         * ext/mad/gstid3tag.c: (plugin_init):
19924           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19925
19926 2004-04-13  David Schleef  <ds@schleef.org>
19927
19928         * common/m4/gst-feature.m4: Call -config scripts with
19929         --plugin-libs if it is supported.
19930         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19931         JPEG images are image/jpeg.
19932         * gst/debug/Makefile.am:
19933         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19934         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19935         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19936         (gst_negotiation_plugin_init): Add a property that acts like
19937         filter caps.
19938         * testsuite/gst-lint:  Move license checking to be a standard
19939         test.
19940
19941 2004-04-13  David Schleef  <ds@schleef.org>
19942
19943         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19944         patch from Sebastien Cote (bug #139958)
19945
19946 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19947
19948         * examples/gstplay/Makefile.am:
19949         * examples/gstplay/player.c: (main):
19950           make the commandline player example use gconf settings
19951
19952 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19953
19954         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19955         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19956         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19957           init/end library during state transition, not object
19958           creation/disposal.  get rid of custom dispose handler.
19959
19960
19961 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19962
19963         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19964         be a symlink
19965
19966 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19967
19968         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19969           Handle JUNK chunks inside data section. Prevents warnings.
19970
19971 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19972
19973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19974         (gst_riff_create_video_template_caps):
19975           Add MS video v1.
19976         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19977         (gst_avi_demux_stream_data):
19978           Add support for "rec-list" chunks.
19979
19980 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19981
19982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19983           Fix another codecname mismatch.
19984
19985 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19986
19987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19988           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19989           so that MJPEG plays back.
19990
19991 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19992
19993         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19994         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19995         * gst/mpeg1videoparse/gstmp1videoparse.h:
19996           Fix for some slight mis-cuts in buffer parsing, and for some
19997           potential overflows or faults-causers. Adds disconts. Also fixes
19998           #139105 while we're at it.
19999
20000 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20001
20002         * configure.ac:
20003         * sys/v4l2/gstv4l2element.h:
20004           Workaround for missing struct v4l2_buffer declaration in Suse 9
20005           and Mandrake 10 linux/videodev2.h header file (#135919).
20006
20007 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20008
20009         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20010           Bail out if no filename was given.
20011
20012 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20013
20014         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20015         (gst_v4l2_fourcc_from_structure):
20016           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20017           Y41B somewhere).
20018
20019 2004-04-09  Benjamin Otte  <otte@gnome.org>
20020
20021         * ext/gnomevfs/gstgnomevfssink.c:
20022         (_gst_boolean_allow_overwrite_accumulator),
20023         (gst_gnomevfssink_class_init):
20024           fix erase signal - if any handler returns false the file will not be
20025           overwritten. If no handler is connected, the file will not be
20026           overwritten either.
20027           renamed signal to "allow-overwrite"
20028         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20029           free string when adding it to ID3 failed
20030         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20031           unref event when done
20032         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20033           free caps
20034         * gst/typefind/gsttypefindfunctions.c:
20035         (mpeg_video_stream_type_find):
20036           fix invalid read
20037
20038 2004-04-08  David Schleef  <ds@schleef.org>
20039
20040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20041         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20042
20043 2004-04-08  David Schleef  <ds@schleef.org>
20044
20045         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20046         we don't support (bug #139532)
20047
20048 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20049
20050         * ext/mad/gstmad.c: (gst_mad_handle_event),
20051         (gst_mad_check_caps_reset), (gst_mad_chain),
20052         (gst_mad_change_state):
20053           only set explicit caps if they haven't been set before for
20054           this stream.  MPEG-audio sample rate/channels aren't allowed
20055           to change in-stream.
20056           Fixes #139382
20057
20058 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20059
20060         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20061         (_gst_boolean_did_something_accumulator),
20062         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20063         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20064         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20065         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20066         (gst_gnomevfssink_change_state):
20067           Fix erase signal. Don't erase by default. Remove handoff signal.
20068           Remove erase property. Don't segfault. General cleanup.
20069
20070 2004-04-07  Benjamin Otte  <otte@gnome.org>
20071
20072         * gst-libs/gst/gconf/test-gconf.c: (main):
20073           add missing gst_init
20074
20075 2004-04-07  Benjamin Otte  <otte@gnome.org>
20076
20077         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20078           free the mutexes, too
20079
20080 2004-04-07  Benjamin Otte  <otte@gnome.org>
20081
20082         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20083           actually free the URI string
20084         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20085           compute offset correctly when passing discont events
20086         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20087           don't leak discont events
20088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20089           add some missing breaks so caps aren't copied randomly
20090         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20091           if we realloc memory, we better use it
20092
20093 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20094
20095         * ext/mad/gstmad.c: (normal_seek):
20096           fix GST_FORMAT_TIME usage
20097
20098 2004-04-05  David Schleef  <ds@schleef.org>
20099
20100         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20101         a deprecated function (hack!)
20102
20103 2004-04-05  Benjamin Otte  <otte@gnome.org>
20104
20105         * ext/esd/esdmon.c: (gst_esdmon_get):
20106           fix nonterminated vararg and memleak
20107
20108 2004-04-05  Benjamin Otte  <otte@gnome.org>
20109
20110         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20111         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20112         (gst_ladspa_set_property), (gst_ladspa_get_property),
20113         (gst_ladspa_instantiate), (gst_ladspa_activate),
20114         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20115           clean up debugging
20116
20117 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20118
20119         reviewed by Benjamin Otte  <otte@gnome.org>
20120
20121         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20122           check for broken LADSPA parameters (fixes #138635)
20123
20124 2004-04-05  Benjamin Otte  <otte@gnome.org>
20125
20126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20127           advertise buffer-frames correctly on sinkpads
20128
20129 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20130
20131         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20132         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20133         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20134         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20135         (gst_mad_check_caps_reset), (gst_mad_chain):
20136         add more debugging, only reset caps when we're not in error state
20137
20138 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20139
20140         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20141
20142 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20143
20144         reviewed by Benjamin Otte  <otte@gnome.org>
20145
20146         * configure.ac:
20147           fix == in test(1) operator
20148
20149 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20150
20151         reviewed by Benjamin Otte  <otte@gnome.org>
20152
20153         * configure.ac:
20154           fix --export-symblos-regex to a working regex.
20155
20156 2004-04-04  Benjamin Otte  <otte@gnome.org>
20157
20158         * sys/oss/.cvsignore:
20159           add for oss_probe
20160
20161 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20162
20163         reviewed by Benjamin Otte  <otte@gnome.org>
20164
20165         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20166           add missing 'new_media' argument (fixes #138168)
20167         * gst/matroska/matroska-demux.c:
20168         (gst_matroska_demux_handle_seek_event):
20169           add vararg terminator (fixes #138169)
20170
20171 2004-04-02  David Schleef  <ds@schleef.org>
20172
20173         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20174         disted (bug #138914)
20175
20176 2004-04-01  Benjamin Otte  <otte@gnome.org>
20177
20178         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20179         (gst_alsa_close_audio):
20180           handle case better where a soundcard can't pause
20181         * ext/ogg/gstoggdemux.c:
20182           don't crash when we get events but don't have pads yet
20183
20184 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20185
20186         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20187           throw an error if we couldn't probe any caps.
20188
20189 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20190
20191         * ext/dvdnav/gst-dvd:
20192         Add a really simple sample DVD player
20193
20194 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20195
20196         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20197         (gst_a52dec_push), (gst_a52dec_handle_event),
20198         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20199         (gst_a52dec_change_state):
20200         * ext/a52dec/gsta52dec.h:
20201           Use a debug category, Output timestamps correctly
20202           Emit tag info, Handle events, tell liba52dec about cpu
20203           capabilities so it can use MMX etc.
20204         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20205           Fix a crasher accessing invalid memory
20206         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20207         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20208         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20209         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20210         (dvdnavsrc_query):
20211           Some support for byte-format seeking.
20212           Small fixes for still frames and menu button overlays
20213         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20214         (gst_mpeg2dec_alloc_buffer):
20215           Use a debug category. Adjust the report level of several items to
20216           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20217           so it doesn't lose the GstBuffer pointer
20218         * gst/debug/Makefile.am:
20219         * gst/debug/gstdebug.c: (plugin_init):
20220         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20221         (gst_navseek_base_init), (gst_navseek_class_init),
20222         (gst_navseek_init), (gst_navseek_seek),
20223         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20224         (gst_navseek_get_property), (gst_navseek_chain),
20225         (gst_navseek_plugin_init):
20226         * gst/debug/gstnavseek.h:
20227           Add the navseek debug element for seeking back and forth in a
20228           video stream using arrow keys.
20229         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20230         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20231         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20232         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20233         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20234         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20235         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20236         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20237         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20238         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20239         * gst/mpeg2sub/gstmpeg2subt.h:
20240           Pretty much a complete rewrite. Now a loopbased element. May still
20241           require work to properly synchronise subtitle buffers.
20242         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20243         (gst_dvd_demux_send_subbuffer):
20244         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20245           Don't attempt to create subbuffers of size 0
20246           Reduce a couple of error outputs to warnings.
20247         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20248         (gst_y4mencode_chain):
20249         Output the y4m frame header correctly.
20250
20251 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20252
20253         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20254           throw errors instead of allowing SIGFPE
20255
20256 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20257
20258         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20259         (gst_gconf_render_bin_from_key):
20260           leak plugging and style fixing
20261
20262 2004-03-31  David Schleef  <ds@schleef.org>
20263
20264         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20265         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20266         (bug #138225)
20267         * gst/debug/Makefile.am:
20268         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20269         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20270         plugin.
20271         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20272         (gst_negotiation_base_init), (gst_negotiation_class_init),
20273         (gst_negotiation_init), (gst_negotiation_getcaps),
20274         (gst_negotiation_pad_link), (gst_negotiation_chain),
20275         (gst_negotiation_set_property), (gst_negotiation_get_property),
20276         (gst_negotiation_plugin_init):  New element to talk about random
20277         negotiation things happening in a pipeline.
20278
20279 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20280
20281         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20282           fix integer addition with help of Stefan Kost
20283
20284 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20285
20286         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20287
20288 2004-03-30  David Schleef  <ds@schleef.org>
20289
20290         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20291         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20292         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20293         (bug #137504)
20294         * ext/mpeg2dec/gstmpeg2dec.h:
20295
20296 2004-03-30  David Schleef  <ds@schleef.org>
20297
20298         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20299
20300 2004-03-30  David Schleef  <ds@schleef.org>
20301
20302         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20303         Michael Petullo) to handle .mov
20304
20305 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20306
20307         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20308         (gst_osselement_rate_check_rate):
20309           probe caps correctly for sound cards that only support one format
20310
20311 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20312
20313         * ext/kio/kiosrc.cpp: (process_events):
20314           update handling event processing if inside KDE - untested
20315
20316 2004-03-29  David Schleef  <ds@schleef.org>
20317
20318         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20319         by 2 to not interfere with other colorspaces.
20320         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20321         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20322         one to not interfere with ffmpeg_colorspace.
20323
20324 2004-03-29  David Schleef  <ds@schleef.org>
20325
20326         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20327         aren't in the caps.
20328         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20329         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20330
20331 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20332
20333         * gst-libs/gst/riff/riff-media.c:
20334           fail on error, don't try to set stuff on NULL caps
20335
20336 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20337
20338         * configure.ac:
20339         * ext/Makefile.am:
20340         * ext/kio/Makefile.am:
20341         * ext/kio/kioreceiver.cpp:
20342         * ext/kio/kioreceiver.h:
20343         * ext/kio/kiosrc.cpp:
20344         * ext/kio/kiosrc.h:
20345           add experimental kiosrc plugin
20346         * ext/alsa/gstalsaplugin.c: (plugin_init):
20347           initialize debugging category only when we're sure registering the
20348           plugins worked.
20349
20350 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20351
20352         * examples/gstplay/player.c: (main):
20353         * gst-libs/gst/play/play.c: (gst_play_class_init),
20354         (gst_play_set_location), (gst_play_set_data_src),
20355         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20356         (gst_play_set_visualization), (gst_play_connect_visualization):
20357           check return values of element_set_state and return FALSE where
20358           failed
20359
20360 2004-03-29  Benjamin Otte  <otte@gnome.org>
20361
20362         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20363           try harder to check if an event is really a discont
20364
20365 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20366
20367         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20368         * po/az.po:
20369
20370 2004-03-28  Benjamin Otte  <otte@gnome.org>
20371
20372         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20373         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20374         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20375           get rid of non-standard "..." ranges in case statements.
20376
20377 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20378
20379         * gst/mpegstream/gstmpegdemux.c:
20380         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20381         specific functionality split to the new dvddemux element.
20382         * gst/mpegstream/gstdvddemux.c:
20383         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20384         streams, derived from mpegdemux.
20385         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20386         up. SCR based timestamp rewriting can be turned off (will probably
20387         completely disappear soon).
20388         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20389         hacking. General cleanup. All printf statements replaced by
20390         debugging messages. Almost complete libdvdnav support.
20391         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20392         by events. New properties for audio and subpicture languages.
20393         (dvdnavsrc_update_highlight): Now uses events.
20394         (dvdnavsrc_user_op): Cleaned up.
20395         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20396         based). Lots of cleanup, and propper support for most libdvdnav
20397         events.
20398         (dvdnavsrc_make_dvd_event): New function.
20399         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20400         (dvdnavsrc_make_clut_change_event): New function.
20401
20402 2004-03-26  Benjamin Otte  <otte@gnome.org>
20403
20404         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20405           fix bug where typefinding would claim it's theora whenever less then
20406           7 bytes of data were available
20407
20408 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20409
20410         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20411         (gst_alawdec_base_init), (gst_alawdec_class_init),
20412         (gst_alawdec_init), (gst_alawdec_chain):
20413         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20414         (gst_alawenc_base_init), (gst_alawenc_class_init),
20415         (gst_alawenc_init), (gst_alawenc_chain):
20416         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20417         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20418         (gst_mulawdec_init), (gst_mulawdec_chain):
20419         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20420         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20421         (gst_mulawenc_init), (gst_mulawenc_chain):
20422           Fix capsnego in all four, remove the unused property functions and
20423           simplify the chain functions slightly. I guess we could use macros
20424           or something similar for those, since the code is so similar, but
20425           I'm currently too lazy...
20426
20427 2004-03-24  David Schleef  <ds@schleef.org>
20428
20429         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20430         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20431         (gst_osselement_get_format_structure),
20432         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20433         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20434         (gst_osselement_rate_int_compare): Add code to handle rate probing
20435         (bug #120883)
20436         * sys/oss/gstosselement.h: same
20437         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20438         Use rate probing provided by osselement.
20439         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20440
20441 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20442
20443         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20444         (gst_xvidenc_get_property):
20445           ulong/int mess-up.
20446
20447 2004-03-24  David Schleef  <ds@schleef.org>
20448
20449         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20450         (gst_speexdec_init):
20451         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20452         (gst_speexenc_init):  Create the pad template correctly (from
20453         the static pad template, not a NULL pointer.)
20454
20455 2004-03-25  Benjamin Otte  <otte@gnome.org>
20456
20457         * gst/debug/Makefile.am:
20458         * gst/debug/breakmydata.c:
20459           add element that quasi-randomly changes bytes in the stream.
20460           Intended use is robustness checking of demuxers and decoders in
20461           media tests.
20462
20463 2004-03-24  Benjamin Otte  <otte@gnome.org>
20464
20465         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20466         (gst_alsa_probe_hw_params):
20467         * ext/alsa/gstalsa.h:
20468           debugging output fixes
20469
20470 2004-03-24  Benjamin Otte  <otte@gnome.org>
20471
20472         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20473           don't g_return_if_fail if element is PLAYING, fail silently as every
20474           other element.
20475         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20476           only fix needed for cast lvalue issues in gst-plugins
20477         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20478           add proxy_getcaps
20479
20480 2004-03-24  Benjamin Otte  <otte@gnome.org>
20481
20482         * gst/level/gstlevel.c: (gst_level_init):
20483           add proxying getcaps function, so level doesn't advertise impossible
20484           caps
20485
20486 2004-03-24  David Schleef  <ds@schleef.org>
20487
20488         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20489         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20490         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20491         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20492         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20493         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20494         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20495         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20496         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20497         messages.  Divide the chunk size by the compression ratio
20498         (needed for MACE audio)
20499
20500 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20501
20502         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20503           Fix buffer overflow read error.
20504
20505 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20506
20507         * ext/alsa/gstalsa.h:
20508           Remove unused entry.
20509         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20510           Add cinepak.
20511         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20512         (gst_videodrop_link), (gst_videodrop_chain):
20513           Fix, sort of. Was horribly broken with new capsnego. Bah...
20514
20515 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20516
20517         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20518         (plugin_init):
20519         Add a monkeysaudio typefind function
20520
20521 2004-03-23  Johan Dahlin  <johan@gnome.org>
20522
20523         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20524         (gst_play_video_fixate): Check so the structure has the field
20525         before trying to fixate them, this makes it possible to have
20526         fakesinks for video and audio output without printing errors on
20527         the output console.
20528
20529 2004-03-22  David Schleef  <ds@schleef.org>
20530
20531         * sys/oss/Makefile.am:
20532         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20533         (check_rate), (add_rate):  Rate probing test app.
20534
20535 2004-03-21  Benjamin Otte  <otte@gnome.org>
20536
20537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20538         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20539           add a fixation function that pretty much does the right thing (fixes
20540           #137556)
20541
20542 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20543
20544         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20545
20546 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20547
20548         reviewed by: Benjamin Otte  <otte@gnome.org>
20549
20550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20551           terminate gst_event_new_discontinuous correctly (fixes parts of
20552           #137711)
20553
20554 2004-03-19  David Schleef  <ds@schleef.org>
20555
20556         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20557         since it doesn't depend on X, and it's part of our ABI.
20558
20559 2004-03-19  Iain <iain@prettypeople.org>
20560
20561         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20562         is_int in the structure, not the local variable.
20563
20564 2004-03-19  David Schleef  <ds@schleef.org>
20565
20566         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20567         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20568         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20569         Improvements in caps negotiation.
20570
20571 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20572
20573         * po/LINGUAS:
20574         * po/af.po:
20575           adding Afrikaans (Petri Jooste)
20576
20577 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20578
20579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20580         (gst_ffmpegcolorspace_chain):
20581         throw error instead of g_critical (#137588)
20582
20583 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20584
20585         * Makefile.am:
20586         * configure.ac:
20587           dist common and m4 correctly
20588         * po/sv.po:
20589
20590 2004-03-17  David Schleef  <ds@schleef.org>
20591
20592         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20593         (bug #137348)
20594
20595 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * po/LINGUAS:
20598         * po/sv.po:
20599           adding Swedish translation (Christian Rose)
20600
20601 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20602
20603         * Makefile.am: use release.mak
20604
20605 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20606
20607         * common/ChangeLog:
20608         * common/gst-autogen.sh:
20609           add some explanation about the version detection
20610         * configure.ac:
20611           fix X check
20612
20613 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20614
20615         * configure.ac: bump nano to 1
20616
20617 === release 0.8.0 ===
20618
20619 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20620
20621         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20622
20623 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20624
20625         * configure.ac:
20626           update libtool version
20627         * gst-libs/gst/media-info/Makefile.am:
20628           actually use libtool version
20629
20630 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20631
20632         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20633
20634 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20635
20636         * configure.ac:
20637         * gst-plugins.spec.in:
20638         * pkgconfig/Makefile.am:
20639         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20640         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20641         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20642         * pkgconfig/gstreamer-libs.pc.in:
20643         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20644         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20645         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20646         * pkgconfig/gstreamer-plugins.pc.in:
20647           remove @VERSION@ from some of the pc files since core and plugins
20648           are decoupled.
20649           created gstreamer-plugins.pc as it's a better name, but keeping
20650           -libs around for now to get fixes upstream done first.
20651
20652 2004-03-15  Julien MOUTTE <julien@moutte.net>
20653
20654         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20655         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20656         * gst-libs/gst/play/play.h:
20657
20658 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20659
20660         * *.c, *.cc: don't mix tabs and spaces
20661
20662 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20663
20664         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20665           use the new ffmpegcolorspace
20666         * gst-plugins.spec.in:
20667           package new colorspace and media-info
20668         * configure.ac:
20669         * pkgconfig/Makefile.am:
20670           fix some more disting issues
20671         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20672         * pkgconfig/gstreamer-media-info.pc.in:
20673           generate media-info pc files
20674
20675 2004-03-15  Johan Dahlin  <johan@gnome.org>
20676
20677         * *.h: Revert indenting
20678
20679 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20680
20681         * configure.ac:
20682           adding ffmpegcolorspace element
20683         * gst/ffmpegcolorspace/Makefile.am:
20684         * gst/ffmpegcolorspace/avcodec.h:
20685         * gst/ffmpegcolorspace/common.h:
20686         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20687         * gst/ffmpegcolorspace/dsputil.h:
20688         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20690         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20691         (gst_ffmpeg_caps_to_pix_fmt):
20692         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20693         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20694         (gst_ffmpegcolorspace_caps_remove_format_info),
20695         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20696         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20697         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20698         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20699         (gst_ffmpegcolorspace_set_property),
20700         (gst_ffmpegcolorspace_get_property),
20701         (gst_ffmpegcolorspace_register):
20702         * gst/ffmpegcolorspace/imgconvert.c:
20703         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20704         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20705         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20706         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20707         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20708         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20709         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20710         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20711         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20712         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20713         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20714         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20715         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20716         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20717         (img_get_alpha_info), (deinterlace_line),
20718         (deinterlace_line_inplace), (deinterlace_bottom_field),
20719         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20720         * gst/ffmpegcolorspace/imgconvert_template.h:
20721         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20722         * gst/ffmpegcolorspace/mmx.h:
20723         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20724           adding ffmpegcolorspace element supplied by Ronald after cleaning
20725           up and pulling in the right bits of upstream source.
20726           I'm sure a better C/compiler wizard could do some cleaning up (for
20727           example use GLIB's malloc stuff), but as a first pass this
20728           works very well
20729
20730 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20731
20732         * ext/alsa/gstalsa.h:
20733           I assume Ronald forgot to commit the change to have cardname
20734           as a struct member.  Expect some public spanking at the next
20735           opportunity.
20736
20737 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20738
20739         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20740         (gst_alsa_open_audio), (gst_alsa_close_audio):
20741         * ext/alsa/gstalsa.c:
20742           Don't open the device if we're a mixer (= padless).
20743         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20744         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20745         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20746           Open mixer during state change rather than during object
20747           initialization. Also, get a device name. Currently in a somewhat
20748           hackish fashion, but I didn't really find something better.
20749
20750 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20751
20752         * *.c, *.h: run gst-indent
20753
20754 2004-03-14  Benjamin Otte  <otte@gnome.org>
20755
20756         * gst/modplug/gstmodplug.cc:
20757         * gst/modplug/gstmodplug.h:
20758           set correct timestamps on outgoing buffers
20759
20760 2004-03-14  Benjamin Otte  <otte@gnome.org>
20761
20762         * gst/modplug/gstmodplug.cc:
20763           handle events - don't do crap when a discont arrives that's not
20764           necessary
20765           This allows correct loading and playback of mods in Rhythmbox
20766
20767 2004-03-14  Benjamin Otte  <otte@gnome.org>
20768
20769         * configure.ac:
20770         * gst-libs/gst/gconf/Makefile.am:
20771         * pkgconfig/Makefile.am:
20772           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20773           they get rebuilt properly
20774         * configure.ac:
20775           when checking for vorbis, try pkgconfig first.
20776         * gst/modplug/gstmodplug.cc:
20777           add fixate function
20778
20779 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20780
20781         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20782           Fix for obvious mistake, where we first shift the offset and then
20783           read a samplesize element assuming the old offset. Note that this
20784           part still has something weird, i.e. my movies containing those
20785           don't actually play well, but at least there's something that looks
20786           like sound now.
20787
20788 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20789         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20790         (plugin_init):
20791         Add a typefind function for speex format
20792
20793 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20794
20795         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20796         (gst_asf_demux_setup_pad):
20797           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20798           instead of 0. Reason is simple: some elements have a fps range
20799           of 1-max instead of 0-max. So now ASF video actually works.
20800
20801 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20802
20803         * po/LINGUAS:
20804         * po/sr.po:
20805           adding serbian as a language
20806
20807 2004-03-13  Benjamin Otte  <otte@gnome.org>
20808
20809         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20810           return taglist correctly from _get function, don't gst_pad_push it.
20811           (fixes #137042)
20812
20813 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20814         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20815
20816 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20817
20818         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20819         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20820         (gst_alsa_mixer_track_new):
20821         * ext/alsa/gstalsamixertrack.h:
20822           Fix ancient leftovers... MixerTrack is a GObject.
20823
20824 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20825
20826         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20827         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20828           Don't block during probing...
20829
20830 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20831
20832         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20833         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20834         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20835         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20836         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20837         (gst_alsa_open_audio), (gst_alsa_close_audio):
20838         * ext/alsa/gstalsa.h:
20839           Add propertyprobe interface implementation, add some device-name
20840           property, all this so that it looks good in gnome-volume-control.
20841
20842 2004-03-12  David Schleef  <ds@schleef.org>
20843
20844         * configure.ac: the Hermes library controls hermescolorspace, not
20845         colorspace.
20846         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20847         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20848         not /* */
20849         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20850         * ext/sdl/sdlvideosink.h: ditto.
20851         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20852
20853 2004-03-12  Benjamin Otte  <otte@gnome.org>
20854
20855         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20856         (gst_x_overlay_got_xwindow_id):
20857         * gst-libs/gst/xoverlay/xoverlay.h:
20858           replace XID with unsigned long to get rid of the xlibs dependency in
20859           XOverlay (fixes #137004)
20860
20861 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20862         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20863         (gst_agingtv_setup):
20864         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20865         (gst_dicetv_base_init), (gst_dicetv_class_init),
20866         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20867         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20868         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20869         (gst_edgetv_setup), (gst_edgetv_rgb32):
20870         * gst/effectv/gsteffectv.c:
20871         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20872         (gst_quarktv_set_property):
20873         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20874         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20875         (gst_revtv_setup), (gst_revtv_rgb32):
20876         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20877         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20878         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20879         (gst_shagadelictv_rgb32):
20880         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20881         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20882         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20883         * gst/effectv/gstwarp.c:
20884         Port everything that can be ported to videofilter and fix up the caps.
20885         Can someone with a big-endian machine please check these?
20886
20887 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20888
20889         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20890         (gst_osssink_chain), (gst_osssink_change_state):
20891           Latest fixes for A/V sync, audio playback and such. This is about
20892           all... MPEG playback issues are mostly related to the async build-
20893           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20894
20895 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20896
20897         patch from: Stephane Loeuillet
20898
20899         * configure.ac:
20900           use pkg-config for some libraries, falling back to the old .m4 way
20901           (fixes #131270)
20902         * m4/libdv.m4:
20903           removed
20904
20905 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20906
20907         * configure.ac:
20908         * tools/Makefile.am:
20909         * tools/Makefile.in:
20910         * tools/gst-launch-ext-m.m:
20911         * tools/gst-launch-ext.1.in:
20912         * tools/gst-visualise-m.m:
20913         * tools/gst-visualise.1:
20914         * tools/gst-visualise.1.in:
20915           reorganizing generation of script tools
20916
20917 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20918
20919         * ext/divx/gstdivxdec.c:
20920           Downgrade priority. We prefer ffdec_mpeg4.
20921         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20922         (gst_faad_chain), (gst_faad_change_state):
20923           Fix capsnego. Doesn't work for some sounds because we don't have
20924           a 5:1 to stereo element.
20925         * ext/xvid/gstxvid.c: (plugin_init):
20926           Add priority.
20927         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20928         (gst_osssink_change_state):
20929           Add discont handling.
20930
20931 2004-03-09  Colin Walters  <walters@verbum.org>
20932
20933         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20934         conversion.
20935
20936 2004-03-09  Benjamin Otte  <otte@gnome.org>
20937
20938         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20939           the signals take 2 arguments
20940
20941 2004-03-09  David Schleef  <ds@schleef.org>
20942
20943         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20944         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20945         * ext/alsa/gstalsa.h:
20946         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20947
20948 2004-03-09  Benjamin Otte  <otte@gnome.org>
20949
20950         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20951         (gst_mikmod_change_state):
20952         * ext/mikmod/gstmikmod.h:
20953           make mikmod's loop function not loop infinitely and call
20954           gst_element_yield anymore
20955         * gst/modplug/gstmodplug.cc:
20956           fix pad negotiation (fixes #136590)
20957
20958 2004-03-09  David Schleef  <ds@schleef.org>
20959
20960         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20961         doesn't conflict with the internal colorspace plugin.
20962         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20963         satisfy the crappy-ass shell shipped by a certain vendor.
20964         * gst/videofilter/make_filter: same (bug #135299)
20965
20966 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20967
20968         * configure.ac: bump nano to 1
20969
20970 === release 0.7.6 ===
20971
20972 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * configure.in: releasing 0.7.6, "There"
20975
20976 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20977
20978         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20979         * pkgconfig/gstreamer-play.pc.in:
20980           synchronize the two
20981
20982 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20983
20984         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20985         (cdparanoia_open), (cdparanoia_event):
20986           fix/add error handling
20987         * po/POTFILES.in:
20988           add cdparanoia source
20989         * tools/Makefile.am:
20990           make scripts executable
20991
20992 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20993
20994         * configure.ac:
20995         * ext/vorbis/Makefile.am:
20996         * sys/Makefile.am:
20997           remove id3types, vorbisfile and xvideosink from the build (#133783)
20998
20999 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21000
21001         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21002           Fix metadata read crash (#136537).
21003
21004 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21005
21006         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21007         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21008           adding mime types, fixing the one-stop function
21009
21010 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21011
21012         * ext/nas/nassink.c and /ext/nas/nassink.h:
21013         More NAS love from Arwed von Merkatz
21014         So lets all sing 'Can you feel the NAS tonight'
21015
21016 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21017
21018         * tools/gst-launch-ext.in:
21019         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21020
21021 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21022
21023         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21024         (gst_mpeg2dec_init):
21025         remove the user_data pad for now, because it is being used in
21026         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21027         If someone knows how to fix this properly, please do.
21028
21029 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21030
21031         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21032         (gst_osssink_get_time):
21033         add a warning, IMO this won't get triggered anymore, remove later
21034
21035 2004-03-07  David Schleef  <ds@schleef.org>
21036
21037         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21038         format (bug #136470)
21039
21040 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21041
21042         * gst-libs/Makefile.am:
21043         * gst-libs/gst/media-info/Makefile.am:
21044         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21045         (error_callback), (gst_media_info_error_create),
21046         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21047         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21048         * gst-libs/gst/media-info/media-info-priv.h:
21049         * gst-libs/gst/media-info/media-info-test.c: (main):
21050         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21051         (gst_media_info_class_init), (gst_media_info_instance_init),
21052         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21053         (gst_media_info_read_idler), (gst_media_info_read):
21054         * gst-libs/gst/media-info/media-info.h:
21055         fixed, should work now
21056
21057 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21058
21059         * ext/nas/nassink.c:
21060         A bunch of NAS fixes from Arwed von Merkatz
21061
21062 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21065         (qtdemux_parse_trak):
21066           Fix crash (j might be greater than n_samples, in which case we're
21067           writing outside the allocated space for the array) and memleak.
21068
21069 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21070
21071         * sys/oss/gstosssink.c: (gst_osssink_chain):
21072           And another caller that couldn't handle delay < 0 (unsigned
21073           integer overflow). Video now continues playing on an audio
21074           buffer underrun, and the clock continues working. Audio still
21075           stalls.
21076
21077 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21078
21079         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21080         (gst_osssink_get_time):
21081           get_delay() may return values lower than 0. In those cases, we
21082           should not actually cast to *unsigned* int64, that will break
21083           stuff horribly. In my case, it screwed up A/V sync in movies
21084           in totem rather badly.
21085
21086 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21087
21088         * ext/faac/gstfaac.c: (gst_faac_chain):
21089         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21090         * ext/libpng/gstpngenc.c: (user_write_data):
21091         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21092         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21093         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21094         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21095         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21096         of any buffer), should fix some leaks. I hope I didn't unref buffers
21097         that shouldn't be...
21098
21099 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21100
21101         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21102         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21103         (error_callback), (gmi_reset), (gmi_seek_to_track),
21104         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21105         (gmip_find_type_post), (gmip_find_stream_post),
21106         (gmip_find_track_streaminfo_post):
21107         * gst-libs/gst/media-info/media-info-priv.h:
21108         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21109         (info_print), (main):
21110         * gst-libs/gst/media-info/media-info.c:
21111         (gst_media_info_error_create), (gst_media_info_error_element),
21112         (gst_media_info_instance_init), (gst_media_info_get_property),
21113         (gst_media_info_new), (gst_media_info_set_source),
21114         (gst_media_info_read_idler), (gst_media_info_read):
21115         * gst-libs/gst/media-info/media-info.h:
21116           first pass at making this work again.  This seems to work on
21117           tagged ogg/vorbis and mp3 files.
21118
21119 2004-03-06  Benjamin Otte  <otte@gnome.org>
21120
21121         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21122           fix huge leak: gst_buffer_merge doesn't unref the first argument
21123           itself.
21124
21125 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21126
21127         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21128           report layer/mode/emphasis
21129
21130 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21131
21132         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21133
21134 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21135
21136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21137           signal serial
21138
21139 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21140
21141         * ext/vorbis/vorbis.c: (plugin_init):
21142         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21143         (gst_vorbis_dec_init), (vorbis_dec_event):
21144         add debug category
21145         make vorbisdec handle _BYTE and _TIME queries
21146
21147 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21148
21149         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21150           from the xing header
21151
21152 2004-03-06  Benjamin Otte  <otte@gnome.org>
21153
21154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21155         (gst_audio_convert_link), (gst_audio_convert_change_state),
21156         (gst_audio_convert_buffer_from_default_format):
21157           do conversions from/to float correctly, fix some caps nego errors,
21158           export correct supported caps in template and getcaps, use correct
21159           caps in try_set_caps functions
21160
21161 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21162
21163         For some reason, I only committed a ChangeLog entry yesterday and
21164         not the corresponding code...
21165         * ext/mad/gstmad.c: Fix detection of Xing headers
21166         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21167
21168 2004-03-06  Benjamin Otte  <otte@gnome.org>
21169
21170         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21171         (gst_ogg_demux_src_query):
21172           make sure to handle the case where there's no current chain
21173           gracefully.
21174
21175 2004-03-05  David Schleef  <ds@schleef.org>
21176
21177         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21178         Add fixate function. (bug #131128)
21179         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21180         (gst_sdlvideosink_fixate):  Add fixate function.
21181         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21182         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21183         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21184         Fix missing break that was causing ulaw to be interpreted as
21185         raw int.
21186
21187 2004-03-05  David Schleef  <ds@schleef.org>
21188
21189         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21190         Fix code that ignores return value of gst_buffer_merge().
21191         (bug #114560)
21192         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21193         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21194         * testsuite/gst-lint:  Check for above.
21195
21196 2004-03-05  David Schleef  <ds@schleef.org>
21197
21198         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21199         caps and throw an element error.  (bug #136334)
21200
21201 2004-03-05  David Schleef  <ds@schleef.org>
21202
21203         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21204         (gst_faad_chain): Fix negotiation.
21205         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21206         key and button events.
21207         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21208         dung heap of code.
21209         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21210         depends on gconf
21211         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21212         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21213         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21214         function to encourage better negotiation, particularly between
21215         audioconvert and osssink.
21216         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21217         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21218         more important.
21219         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21220         typefinding.
21221         * gst/vbidec/vbiscreen.c:  Add glib header
21222         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21223
21224 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21225
21226         * ext/mad/gstmad.c: Fix detection of Xing headers
21227         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21228
21229 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21230
21231         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21232         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21233           debug updates
21234
21235 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21236
21237         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21238         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21239         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21240         files, and report the parsed length as a GST_TAG_DURATION tag.
21241         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21242
21243 2004-03-05  Benjamin Otte  <otte@gnome.org>
21244
21245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21246           convert channels correctly. convert correctly to unsigned.
21247
21248 2004-03-05  Julien MOUTTE <julien@moutte.net>
21249
21250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21251         we have a window before clearing it.
21252
21253 2004-03-05  Julien MOUTTE <julien@moutte.net>
21254
21255         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21256         have a window before clearing it.
21257
21258 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21259
21260         * gconf/gstreamer.schemas.in:
21261         * gst-libs/gst/gconf/Makefile.am:
21262           version installation path the same way as for 0.6
21263         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21264         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21265         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21266           remove comment that was fixed
21267
21268 2004-03-05  David Schleef  <ds@schleef.org>
21269
21270         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21271         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21272         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21273         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21274         Add prototype code for handling seeking and querying.
21275
21276 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21277
21278         * examples/gstplay/player.c: (main):
21279           Initialize variables to NULL. Prevents a segfault because the
21280           (uninitialized) variable is not NULL, resulting in a crash on
21281           trying to reach error->message.
21282
21283 2004-03-05  Benjamin Otte  <otte@gnome.org>
21284
21285         * gst/audioconvert/gstaudioconvert.c:
21286         (gst_audio_convert_buffer_to_default_format):
21287         make float=>int conversion work correctly even in cornercases.
21288
21289 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21290
21291         * debian/README.Debian:
21292         * debian/build-deps:
21293         * debian/changelog:
21294         * debian/control:
21295         * debian/control.in:
21296         * debian/copyright:
21297         * debian/gstreamer-a52dec.files:
21298         * debian/gstreamer-aa.files:
21299         * debian/gstreamer-alsa.files:
21300         * debian/gstreamer-alsa.manpages:
21301         * debian/gstreamer-arts.files:
21302         * debian/gstreamer-artsd.files:
21303         * debian/gstreamer-audiofile.files:
21304         * debian/gstreamer-avifile.files:
21305         * debian/gstreamer-cdparanoia.files:
21306         * debian/gstreamer-colorspace.files:
21307         * debian/gstreamer-doc.files:
21308         * debian/gstreamer-dv.files:
21309         * debian/gstreamer-dvd.files:
21310         * debian/gstreamer-esd.files:
21311         * debian/gstreamer-festival.files:
21312         * debian/gstreamer-flac.files:
21313         * debian/gstreamer-gconf.conffiles:
21314         * debian/gstreamer-gconf.files:
21315         * debian/gstreamer-gconf.postinst:
21316         * debian/gstreamer-gnomevfs.files:
21317         * debian/gstreamer-gsm.files:
21318         * debian/gstreamer-http.files:
21319         * debian/gstreamer-jack.files:
21320         * debian/gstreamer-jpeg.files:
21321         * debian/gstreamer-mad.files:
21322         * debian/gstreamer-mikmod.files:
21323         * debian/gstreamer-misc.files:
21324         * debian/gstreamer-mpeg2dec.files:
21325         * debian/gstreamer-oss.files:
21326         * debian/gstreamer-plugin-apps.files:
21327         * debian/gstreamer-plugin-apps.manpages:
21328         * debian/gstreamer-plugin-libs-dev.files:
21329         * debian/gstreamer-plugin-libs.files:
21330         * debian/gstreamer-plugin-template.postinst:
21331         * debian/gstreamer-plugin-template.postrm:
21332         * debian/gstreamer-sdl.files:
21333         * debian/gstreamer-sid.files:
21334         * debian/gstreamer-vorbis.files:
21335         * debian/gstreamer-x.files:
21336         * debian/mk.control:
21337         * debian/rules:
21338         Debian package info not maintained here.
21339
21340 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21341
21342         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21343         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21344         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21345         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21346         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21347         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21348         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21349         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21350         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21351         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21352         * gst-libs/gst/colorbalance/colorbalance.c:
21353         (gst_color_balance_class_init):
21354         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21355         (gst_color_balance_channel_class_init):
21356         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21357         * gst-libs/gst/play/play.c: (gst_play_class_init):
21358         * gst-libs/gst/propertyprobe/propertyprobe.c:
21359         (gst_property_probe_iface_init):
21360         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21361         * gst-libs/gst/tuner/tunerchannel.c:
21362         (gst_tuner_channel_class_init):
21363         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21364         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21365         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21366         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21367         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21368         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21369         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21371         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21372           fix signals to use - instead of _
21373         * ext/libcaca/gstcacasink.h:
21374         * ext/sdl/sdlvideosink.h:
21375           fix header rename
21376
21377 2004-03-04  David Schleef  <ds@schleef.org>
21378
21379         * testsuite/gst-lint:  Add a check for bad signal names.
21380
21381 2004-03-04  <kost@imn.htwk-leipzig.de>
21382
21383         reviewed by David Schleef
21384
21385         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21386         modified the alpha channel and caused a warning. (bug #136192)
21387
21388 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21389
21390         * gst-plugins.spec.in:
21391         Change names of plugins to actually be correct. Try to keep things
21392         alphabetical to avoid getting beat up by Thomas
21393
21394 2004-03-03  Julien MOUTTE <julien@moutte.net>
21395
21396         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21397         Using ximagesink as a default if no gconf key found. We should
21398         probably consider using alsasink instead of osssink for the audio
21399         part.
21400
21401 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21402
21403         * configure.ac:
21404           fix --with-plugins, don't think it ever worked before
21405         * gst-plugins.spec.in:
21406           even more updates
21407
21408 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21409
21410         * ext/sdl/sdlvideosink.h:
21411         * sys/ximage/ximagesink.h:
21412         * sys/xvideo/xvideosink.h:
21413         * sys/xvimage/xvimagesink.h:
21414           Fix for move of gstvideosink.h -> videosink.h.
21415
21416 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21417
21418         * gst-libs/gst/xwindowlistener/Makefile.am:
21419           this is a plugin library, not a library
21420
21421 2004-03-01  David Schleef  <ds@schleef.org>
21422
21423         * AUTHORS:  Added some names.  Add yourself if you're still
21424         missing.
21425
21426 2004-03-01  David Schleef  <ds@schleef.org>
21427
21428         * MAINTAINERS: Add
21429
21430 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21431
21432         * gst-plugins.spec.in: clean up spec file
21433
21434 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21435
21436         * gst-libs/gst/video/Makefile.am:
21437         * gst-libs/gst/video/gstvideosink.c:
21438         * gst-libs/gst/video/gstvideosink.h:
21439           rename gstvideosink.h to videosink.h to match other headers
21440         * gst/mixmatrix/Makefile.am:
21441           fix plugin filename
21442         * gst/tags/Makefile.am: fix plugin filename
21443
21444 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21445
21446         * gst/tags/Makefile.am: fix plugin filename
21447
21448 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21449
21450         * examples/gstplay/player.c: (got_time_tick), (main):
21451           add error handler
21452           display time_tick more readably
21453         * gst/mixmatrix/Makefile.am:
21454           fix plugin file name
21455
21456 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21457
21458         * sys/oss/gstosselement.c: (gst_osselement_probe),
21459         (device_combination_append), (gst_osselement_class_probe_devices):
21460         * sys/oss/gstosselement.h:
21461           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21462           on my system using alsa oss emulation, fixes bug #135597
21463
21464 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21465
21466         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21467         (gst_videodrop_chain), (gst_videodrop_change_state):
21468         * gst/videodrop/gstvideodrop.h:
21469           Work based on timestamp of input data, not based on the expected
21470           framerate from the input. The consequence is that this element now
21471           not only scales framerates, but also functions as a framerate
21472           corrector or framerate stabilizer/constantizer.
21473
21474 2004-02-27  David Schleef  <ds@schleef.org>
21475
21476         patches from jmmv@menta.net (Julio M. Merino Vidal)
21477
21478         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21479         GST_ELEMENT_ERROR call (bug #135634)
21480         * gst/interleave/interleave.c: (interleave_buffered_loop),
21481         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21482         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21483         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21484         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21485         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21486         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21487         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21488         Fix GST_ELEMENT_ERROR call.
21489         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21490         GST_ELEMENT_ERROR call.
21491
21492 2004-02-27  Benjamin Otte  <otte@gnome.org>
21493
21494         * gst-libs/gst/audio/audio.h:
21495           add macro to make sure header isn't included twice
21496         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21497           don't use gst_buffer_free
21498         * gst/playondemand/filter.func:
21499           don't use gst_data_free. Free data only once.
21500
21501 2004-02-26  David Schleef  <ds@schleef.org>
21502
21503         * gst-libs/gst/colorbalance/Makefile.am:
21504         * gst-libs/gst/mixer/Makefile.am:
21505         * gst-libs/gst/tuner/Makefile.am:
21506         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21507         should not be disted, -marshal.h files should not be installed,
21508         and -enum.h files _should_ be installed.  Fix to make this the
21509         case.
21510
21511 === release 0.7.5 ===
21512
21513 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21514
21515         * configure.ac: release 0.7.5, "Under The Sea"
21516
21517 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21518
21519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21520         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21521         * gst/videoscale/gstvideoscale.c:
21522         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21523           assorted debug/warning fixes
21524
21525 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21526
21527         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21528         (gst_videoscale_init), (gst_videoscale_chain),
21529         (gst_videoscale_set_property), (plugin_init):
21530         * gst/videoscale/gstvideoscale.h:
21531         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21532         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21533         (gst_videoscale_planar400), (gst_videoscale_packed422),
21534         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21535         (gst_videoscale_24bit), (gst_videoscale_16bit),
21536         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21537         (gst_videoscale_scale_plane_slow),
21538         (gst_videoscale_scale_point_sample),
21539         (gst_videoscale_scale_nearest),
21540         (gst_videoscale_scale_nearest_str2),
21541         (gst_videoscale_scale_nearest_str4),
21542         (gst_videoscale_scale_nearest_32bit),
21543         (gst_videoscale_scale_nearest_24bit),
21544         (gst_videoscale_scale_nearest_16bit):
21545         add debugging category and use it properly
21546         fix use of GST_PTR_FORMAT
21547
21548 2004-02-25  Andy Wingo  <wingo@pobox.com>
21549
21550         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21551         push only when channel->buffer is NULL. Prevents segfaults doing
21552         the state change after a nonlocal exit, like a scheme exception.
21553
21554         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21555         Handle the case where the intersected caps is empty.
21556
21557 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21558
21559         * gst/law/mulaw-decode.c: (mulawdec_link):
21560         * gst/law/mulaw.c: (plugin_init):
21561           fix mulawdec so it actually works again
21562
21563 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21564
21565         reviewed by: David Schleef  <ds@schleef.org>
21566
21567         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21568         (gst_gamma_init), (gst_gamma_set_property),
21569         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21570         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21571         for RGB, with separate r g and b correction factors. (#131167)
21572
21573 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21574
21575         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21576           only signal tags for bitrate if they're > 0 (#134894)
21577
21578 2004-02-24  David Schleef  <ds@schleef.org>
21579
21580         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21581         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21582         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21583         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21584         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21585         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21586         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21587         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21588         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21589         category.  Attempt to fix timestamp calculation.
21590
21591 2004-02-24  Johan Dahlin  <johan@gnome.org>
21592
21593         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21594
21595 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21596
21597         * configure.ac:
21598         * gconf/Makefile.am:
21599         * gconf/gstreamer.schemas:
21600         * gst-libs/gst/gconf/Makefile.am:
21601         * gst-libs/gst/gconf/gconf.c:
21602           version gconf schemas and install locations
21603
21604 2004-02-23  Benjamin Otte  <otte@gnome.org>
21605
21606         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21607         (gst_xine_input_subclass_init):
21608           call parent dispose.
21609           change pad template for CD reader correctly
21610         * ext/xine/Makefile.am:
21611         * ext/xine/gstxine.h:
21612         * ext/xine/xine.c: (plugin_init):
21613         * ext/xine/xineaudiosink.c:
21614           wrap audio sinks, too
21615         * gst-libs/gst/resample/private.h:
21616         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21617         (gst_resample_reinit), (gst_resample_scale),
21618         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21619         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21620         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21621         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21622         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21623         * gst-libs/gst/resample/resample.h:
21624         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21625         (gst_audioscale_class_init), (gst_audioscale_link),
21626         (gst_audioscale_get_buffer), (gst_audioscale_init),
21627         (gst_audioscale_chain), (gst_audioscale_set_property),
21628         (gst_audioscale_get_property):
21629         * gst/audioscale/gstaudioscale.h:
21630           s/resample_*/gst_resample_*/i to not clobber namespaces
21631
21632 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21633
21634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21635         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21636         (gst_riff_create_video_template_caps),
21637         (gst_riff_create_audio_template_caps),
21638         (gst_riff_create_iavs_template_caps):
21639         * gst-libs/gst/riff/riff-media.h:
21640         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21641         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21642         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21643         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21644         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21645         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21646         (gst_matroska_demux_plugin_init): First batch implementing audio and
21647         video codec tags in demuxers.
21648
21649 2004-02-22  Benjamin Otte  <otte@gnome.org>
21650
21651         * ext/xine/Makefile.am:
21652         * ext/xine/gstxine.h:
21653         * ext/xine/xine.c: (plugin_init):
21654         * ext/xine/xineinput.c:
21655           add input plugin wrapper. Playback from files, http, mms and cdda
21656           works.
21657         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21658           remove leftover G_GNUC_UNUSED
21659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21660         (gst_asf_demux_identify_guid):
21661           improve debugging output
21662
21663 2004-02-22  Benjamin Otte  <otte@gnome.org>
21664
21665         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21666
21667         * autogen.sh:
21668           replace test -e with test -x for mkinstalldirs to be more portable.
21669           (fixes #134816)
21670
21671 2004-02-22  Benjamin Otte  <otte@gnome.org>
21672
21673         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21674
21675         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21676           set rank to PRIMARY
21677         * gst/volume/gstvolume.c: (plugin_init):
21678           set rank to NONE
21679         fixes #134960
21680
21681 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21682
21683         reviewed by Benjamin Otte  <otte@gnome.org>
21684
21685         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21686           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21687
21688 2004-02-22  Benjamin Otte  <otte@gnome.org>
21689
21690         * configure.ac:
21691           export [_]*{gst,Gst,GST}.* symbols from plugins
21692
21693 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21694
21695         reviewed by: Benjamin Otte  <otte@gnome.org>
21696
21697         * ext/lame/gstlame.c: (add_one_tag):
21698         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21699         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21700         (gst_vorbisenc_metadata_set1):
21701         * gst/tags/gstid3tag.c:
21702         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21703           apply fixes from bugs #135042 (lame can't write tags) and #133817
21704           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21705
21706 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21707
21708         * configure.ac: Export only gst_plugin_desc from plugins.
21709          Note that this change only makes any effect with Linux using libtool
21710          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21711          fine. And don't try to have several versions of libtool in different
21712          directories.
21713
21714 2004-02-20  Andy Wingo  <wingo@pobox.com>
21715
21716         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21717         interleave respectively.
21718
21719         * gst/interleave/deinterleave.c: New plugin: deinterleave
21720         (replaces on oneton).
21721         * gst/interleave/interleave.c: New plugin: interleave.
21722         * gst/interleave/plugin.h: Support file.
21723         * gst/interleave/plugin.c: Support file.
21724
21725         * configure.ac: Remove intfloat and oneton, add interleave.
21726
21727         * ext/sndfile/gstsf.c: Handle events better.
21728
21729         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21730         and float2int operation. int2float has scheduling problems as
21731         noted in in2float_chain.
21732
21733 2004-02-20  Benjamin Otte  <otte@gnome.org>
21734
21735         * ext/xine/Makefile.am:
21736         * ext/xine/gstxine.h:
21737         * ext/xine/xine.c:
21738         * ext/xine/xineaudiodec.c:
21739         * ext/xine/xinecaps.c:
21740           add first version of xine plugin wrapper. Currently only wraps the
21741           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21742         * configure.ac:
21743         * ext/Makefile.am:
21744           add xine plugin wrapper, disabled by default. Use --enable-xine to
21745           build. Note that it'll segfault on gst-register if you don't remove
21746           the goom and tvtime post plugins from xine.
21747         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21748         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21749           add extradata parsing for QDM2.
21750           change around debugging prints.
21751
21752 2004-02-19  Benjamin Otte  <otte@gnome.org>
21753
21754         * ext/lame/gstlame.c: (gst_lame_chain):
21755         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21756           use gst_tag_list_insert when you want to insert tags
21757
21758 2004-02-18  David Schleef  <ds@schleef.org>
21759
21760         * configure.ac:  Move massink to gst-rotten
21761         * ext/Makefile.am:
21762         * ext/mas/Makefile.am:
21763         * ext/mas/massink.c:
21764         * ext/mas/massink.h:
21765
21766 2004-02-18  David Schleef  <ds@schleef.org>
21767
21768         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21769         typefinding, since it seems to be worse than nothing.
21770         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21771         atom to recognize .mp4 and .m4a files as video/quicktime.
21772
21773 2004-02-18  David Schleef  <ds@schleef.org>
21774
21775         * gst/sine/demo-dparams.c: (quit_live),
21776         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21777         Use double dparams, not float.
21778         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21779         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21780         sync'd elements don't really work correctly.
21781         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21782         (volume_update_volume), (volume_get_property):  Change dparam
21783         to double.
21784
21785 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21786
21787         * sys/ximage/ximagesink.c:
21788         (gst_ximagesink_xwindow_update_geometry),
21789         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21790         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21791         (gst_ximagesink_init): Rework the way software video scaling works. So
21792         now we check on each chain call if the video frames are feeling the
21793         window. If not we try to renegotiate caps. On failure we memorize that
21794         and we won't try again for that PLAYING sessions.
21795         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21796         failure.
21797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21798         synchronous flag.
21799
21800 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21801
21802         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21803           break up _link so we can give a better debug message for errors
21804
21805 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21806
21807         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21808           set up debug category
21809
21810 2004-02-18  Julien MOUTTE <julien@moutte.net>
21811
21812         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21813         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21814         the way renegotiation work. The event handling function is not taking
21815         care of external windows and renegotiate method check for pad flags
21816         NEGOTIATING. Should fix : #133209
21817
21818 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21819
21820         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21821         pad is negotiating before trying renegotiation.
21822
21823 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21826           pass on all possible mime types as typefind hints
21827
21828 2004-02-17  Julien MOUTTE <julien@moutte.net>
21829
21830         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21832         possible SHM leak if we crash. All other apps using XShm are doing
21833         that.
21834
21835 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21836
21837         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21838         (gst_ximagesink_expose): Renegotiate size on expose.
21839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21840         size on expose.
21841
21842 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21843
21844         * testsuite/alsa/sinesrc.c:
21845           cosmetic fix to fix compile issue with gcc 2.95.4
21846
21847 2004-02-16  Julien MOUTTE <julien@moutte.net>
21848
21849         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21850         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21851         failed opening the audio device.
21852         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21853         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21854         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21855         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21856         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21857         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21858         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21859         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21860         Removing some useless g_return_if_fail like wingo suggested.
21861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21862         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21863         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21864         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21865         (gst_xvimagesink_update_colorbalance),
21866         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21867         (gst_xvimagesink_xcontext_clear),
21868         (gst_xvimagesink_get_fourcc_from_caps),
21869         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21870         (gst_xvimagesink_set_xwindow_id),
21871         (gst_xvimagesink_colorbalance_list_channels),
21872         (gst_xvimagesink_colorbalance_set_value),
21873         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21874         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21875
21876 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21877
21878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21879           throw error when not negotiated instead of asserting
21880
21881 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21882
21883         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21884         correct data refcounting.
21885
21886 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21887
21888         * gst/switch/gstswitch.c: (gst_switch_change_state),
21889         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21890         change, mostly the EOS flag.
21891
21892 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21893
21894         * examples/gstplay/player.c: (got_eos), (main): Adding some
21895         output for debugging.
21896         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21897         timeouts if we go to any state different from PLAYING.
21898         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21899         more EOS bugs in riff lib.
21900
21901 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21902
21903         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21904         visualization until i find a way to fix switch correctly.
21905         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21906         EOS arrives.
21907         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21908         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21909         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21910         Reworked switch to get a more correct behaviour with events and refing
21911         of data stored in sinkpads.
21912         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21913         we don't pull from a pad in EOS.
21914
21915 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21916
21917         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21918           remove v1 tag even if we can't read it (makes sure we don't detect
21919           it again)
21920
21921 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21922
21923         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21924         (gst_alsa_xrun_recovery):
21925         * ext/alsa/gstalsa.h:
21926           try xrun recovery when wait failed. Make xrun recovery function
21927           return TRUE/FALSE to indicate success. (might fix #134354)
21928
21929 2004-02-13  David Schleef  <ds@schleef.org>
21930
21931         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21932         (dynparm_value_changed), (main): Convert from float to double.
21933         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21934
21935 2004-02-13  David Schleef  <ds@schleef.org>
21936
21937         * gst/silence/gstsilence.c: (gst_silence_class_init),
21938         (gst_silence_set_clock), (gst_silence_get),
21939         (gst_silence_set_property), (gst_silence_get_property):
21940         * gst/silence/gstsilence.h: Add sync property.
21941         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21942         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21943         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21944         * gst/sine/gstsinesrc.h: Add sync property.
21945
21946 2004-02-13  David Schleef  <ds@schleef.org>
21947
21948         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21949         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21950
21951 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21952
21953         * configure.ac:
21954         * ext/Makefile.am:
21955         * gst-libs/ext/Makefile.am:
21956           move ffmpeg plugin to gst-ffmpeg module
21957
21958 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21959
21960         * configure.ac: use GST_ARCH to detect architecture
21961
21962 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21963
21964         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21965
21966 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21967
21968         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21969           classify LADSPA plugins based on number of src/sink pads
21970           (#133663, Stefan Kost)
21971         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21972           fix dparams registration
21973           (#133528, Stefan Kost)
21974         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21975           fix use of isprint and use g_ascii_isprint instead
21976           (#133316, Stefan Kost)
21977
21978 2004-02-11  David Schleef  <ds@schleef.org>
21979
21980         Convert a few inner loops to use liboil.  This is currently
21981         optional, and is only enabled if liboil is present (duh!).
21982         * configure.ac: Check for liboil-0.1
21983         * gst/intfloat/Makefile.am:
21984         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21985         (gst_int2float_chain_gint16):
21986         * gst/videofilter/Makefile.am:
21987         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21988         (tablelookup_u8), (gst_videobalance_planar411):
21989         * gst/videotestsrc/Makefile.am:
21990         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21991         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21992         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21993         (paint_hline_RGB565), (paint_hline_xRGB1555):
21994
21995 2004-02-11  David Schleef  <ds@schleef.org>
21996
21997         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21998         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21999         (gst_colorspace_getcaps), (gst_colorspace_link),
22000         (gst_colorspace_base_init), (gst_colorspace_init),
22001         (gst_colorspace_chain), (gst_colorspace_change_state),
22002         (plugin_init): Merge Ronald's patch (bug #117897) and update
22003         for new caps and negotiation.  Seems to work, although it
22004         shows off bugs in lcs.
22005
22006 2004-02-11  David Schleef  <ds@schleef.org>
22007
22008         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22009         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22010
22011 2004-02-11  David Schleef  <ds@schleef.org>
22012
22013         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22014         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22015         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22016         Add server and port properties
22017
22018 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22019
22020         * m4/a52.m4:
22021         * m4/aalib.m4:
22022         * m4/as-ffmpeg.m4:
22023         * m4/as-liblame.m4:
22024         * m4/as-slurp-ffmpeg.m4:
22025         * m4/check-libheader.m4:
22026         * m4/esd.m4:
22027         * m4/freetype2.m4:
22028         * m4/gconf-2.m4:
22029         * m4/glib.m4:
22030         * m4/gst-alsa.m4:
22031         * m4/gst-artsc.m4:
22032         * m4/gst-ivorbis.m4:
22033         * m4/gst-matroska.m4:
22034         * m4/gst-sdl.m4:
22035         * m4/gst-shout2.m4:
22036         * m4/gst-sid.m4:
22037         * m4/gtk.m4:
22038         * m4/libdv.m4:
22039         * m4/libfame.m4:
22040         * m4/libmikmod.m4:
22041         * m4/ogg.m4:
22042         * m4/vorbis.m4:
22043           fix underquotedness of macros (#133800)
22044         * m4/as-avifile.m4:
22045         * m4/xmms.m4:
22046           removed because no longer used
22047
22048 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22049
22050         * configure.ac:
22051           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22052           by autopoint (fixes #132996)
22053
22054 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22055
22056         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22057         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22058         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22059         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22060           fix memleaks
22061
22062 2004-02-11  David Schleef  <ds@schleef.org>
22063
22064         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22065         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22066         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22067         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22068         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22069         (gst_jpegenc_class_init), (gst_jpegenc_init),
22070         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22071         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22072         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22073         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22074
22075 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22076
22077         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22078         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22079         * ext/mikmod/gstmikmod.h:
22080           fix caps negotiation in mikmod
22081         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22082           output debug information
22083
22084 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22085
22086         * gst-libs/gst/colorbalance/Makefile.am:
22087         * gst-libs/gst/navigation/Makefile.am:
22088         * gst-libs/gst/xoverlay/Makefile.am:
22089           remove unused GST_OPT_CFLAGS from Makefiles
22090           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22091
22092 2004-02-07  David Schleef  <ds@schleef.org>
22093
22094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22095         push events to pads that haven't been created (#133508)
22096
22097 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22098
22099         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22100         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22101         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22102         (gst_dvdec_loop), (gst_dvdec_change_state):
22103         Second attempt at committing a working dvdec element.
22104
22105 2004-02-06  David Schleef  <ds@schleef.org>
22106
22107         Build fixes for OS X: (see #129600)
22108         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22109         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22110         (gst_riff_read_strf_iavs):
22111         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22112         (gst_avi_demux_stream_odml):
22113         * gst/playondemand/Makefile.am:
22114         * gst/rtp/rtp-packet.c:
22115
22116 2004-02-05  David Schleef  <ds@schleef.org>
22117
22118         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22119         last change, because it Just Doesn't Compile.
22120
22121 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22122
22123         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22124           skip undecodable id3v2 tag instead of keeping it
22125
22126 2004-02-05  David Schleef  <ds@schleef.org>
22127
22128         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22129         Unref leaked buffer.  (Noticed by Ronald)
22130
22131 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22132
22133         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22134         Sync requires with other checks.  >= vs =.
22135
22136 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22137
22138         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22139         (gst_dvdec_video_link), (gst_dvdec_loop):
22140         * ext/dv/gstdvdec.h:
22141           rework the caps negotiation so that dvdec works again instead
22142           of just segfaulting.
22143
22144 === release 0.7.4 ===
22145
22146 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22147
22148         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22149         * configure.ac: changed for release
22150
22151 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22152
22153         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22154         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22155         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22156         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22157           reworked patch by David Lehn to fix libdir and includedir for
22158           uninstalled libraries
22159           removed play and gconf from gstreamer-libs since they have their
22160           own pkgconfig files
22161
22162 2004-02-04  David Schleef  <ds@schleef.org>
22163
22164         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22165         memleak.
22166
22167 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22168
22169         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22170           use correct GST_TAG_ENCODER tag
22171
22172 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22173
22174         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22175           be sure to stop the clock when going to paused
22176         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22177           reset number of transmitted when going to ready.
22178         fixes #132935
22179
22180 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22181
22182         reviewed by Benjamin Otte
22183
22184         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22185           extract track count (fixes #133410)
22186
22187 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22188
22189         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22190           that should be !=, not == (fixes #132519)
22191
22192 2004-02-04  David Schleef  <ds@schleef.org>
22193
22194         Make sure set_explicit_caps() is called before adding pad.
22195         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22196         * gst/id3/gstid3types.c: (gst_id3types_loop):
22197         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22198         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22199
22200 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22201
22202         * configure.ac:
22203           bump nano to 2, first prerelease
22204           put back AM_PROG_LIBTOOL
22205
22206 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22207
22208         * testsuite/alsa/Makefile.am:
22209           these are user test apps, not automatic testsuite tests
22210
22211 2004-02-04  David Schleef  <ds@schleef.org>
22212
22213         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22214         * gst/mpeg1videoparse/gstmp1videoparse.c:
22215         (mp1videoparse_parse_seq):
22216         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22217         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22218         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22219         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22220         (gst_xvideosink_getcaps):
22221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22222         * testsuite/gst-lint: more tests
22223
22224 2004-02-04  David Schleef  <ds@schleef.org>
22225
22226         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22227         with the code that they would expand to.
22228         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22229         (gst_flacdec_get_src_query_types),
22230         (gst_flacdec_get_src_event_masks):
22231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22232         (gst_gnomevfssrc_get_query_types),
22233         (gst_gnomevfssrc_get_event_mask):
22234
22235 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22236
22237         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22238         (gst_sinesrc_dispose):
22239           fix memleak by properly disposing sinesrc
22240
22241 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22242
22243         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22244         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22245         an overlay to redraw the image because it has been exposed.
22246         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22247         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22248         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22249         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22250         interface
22251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22252         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22253         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22254         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22255         interface
22256
22257 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22258
22259         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22260           more memleak fixage
22261
22262 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22263
22264         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22265         * gst/typefind/gsttypefindfunctions.c:
22266           fix memleaks shown by gst-typefind
22267
22268 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22269
22270         * common/glib-gen.mak:
22271           add hack rule to touch .Plo files
22272         * gst-libs/gst/colorbalance/Makefile.am:
22273         * gst-libs/gst/mixer/Makefile.am:
22274         * gst-libs/gst/play/Makefile.am:
22275         * gst-libs/gst/tuner/Makefile.am:
22276           remove glib_root variable
22277
22278 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22279
22280         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22281           set explicit caps before adding the element, so the autopluggers can
22282           plug correctly.
22283         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22284         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22285         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22286         (dv_type_find):
22287           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22288           argument.
22289
22290 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22291
22292         * gst-libs/gst/colorbalance/Makefile.am:
22293         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22294         * gst-libs/gst/colorbalance/colorbalance.c:
22295         * gst-libs/gst/colorbalance/colorbalance.h:
22296         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22297         * gst-libs/gst/mixer/Makefile.am:
22298         * gst-libs/gst/mixer/mixer-marshal.list:
22299         * gst-libs/gst/mixer/mixer.c:
22300         * gst-libs/gst/mixer/mixer.h:
22301         * gst-libs/gst/mixer/mixermarshal.list:
22302         * gst-libs/gst/play/Makefile.am:
22303         * gst-libs/gst/play/play.h:
22304         * gst-libs/gst/tuner/Makefile.am:
22305         * gst-libs/gst/tuner/tuner-marshal.list:
22306         * gst-libs/gst/tuner/tuner.c:
22307         * gst-libs/gst/tuner/tuner.h:
22308         * gst-libs/gst/tuner/tunermarshal.list:
22309           use new glib-gen.mak snippet to clean up Makefile.am
22310           fix various bugs in Makefile.am's
22311
22312 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22313
22314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22315           handle chain parsing correctly in the multichain case
22316         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22317         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22318         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22319         (theora_dec_chain):
22320           handle events and queries correctly
22321
22322 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22323
22324         * .cvsignore:
22325         Ignore generated file _stdint.h.
22326
22327 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22328
22329         * gst-libs/gst/colorbalance/Makefile.am:
22330         * gst-libs/gst/colorbalance/colorbalance.h:
22331         * gst-libs/gst/mixer/Makefile.am:
22332         * gst-libs/gst/mixer/mixer.h:
22333         * gst-libs/gst/play/Makefile.am:
22334         * gst-libs/gst/play/play.h:
22335         * gst-libs/gst/tuner/Makefile.am:
22336         * gst-libs/gst/tuner/tuner.h:
22337         Generate enum type code with glib-mkenums.
22338         * gst-libs/gst/colorbalance/.cvsignore:
22339         * gst-libs/gst/mixer/.cvsignore:
22340         * gst-libs/gst/play/.cvsignore:
22341         * gst-libs/gst/tuner/.cvsignore:
22342         Ignore generated files.
22343
22344 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22345
22346         * gst-libs/gst/audio/.cvsignore:
22347         Ignore generated file.
22348         * gst-libs/gst/audio/Makefile.am:
22349         Do not install example filter.
22350
22351 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22352
22353         * examples/switch/.cvsignore:
22354         Ignore generated file.
22355
22356 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22357
22358         * common/m4/ax_create_stdint_h.m4:
22359         * configure.ac:
22360           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22361           _stdint.h.
22362         * Makefile.am:
22363           remove generated _stdint.h in DISTCLEANFILES
22364         * ext/a52dec/gsta52dec.c:
22365           include _stdint.h for a52dec. (should fix #133064)
22366
22367 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22368
22369         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22370         (gst_tag_to_vorbis_comments):
22371         Add replaygain support to vorbistag
22372
22373 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22374         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22375         (gst_ffmpeg_caps_to_extradata):
22376           Fix SVQ3 caps flag properties
22377           Use glib macro for bytes swap
22378
22379 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22380
22381         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22382         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22383         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22384         * ext/sndfile/gstsf.c: (plugin_init):
22385         * gst/avi/gstavi.c: (plugin_init):
22386         * sys/dxr3/dxr3init.c: (plugin_init):
22387         * sys/oss/gstossaudio.c: (plugin_init):
22388         * sys/v4l/gstv4l.c: (plugin_init):
22389         * sys/v4l2/gstv4l2.c: (plugin_init):
22390           remove textdomain calls
22391         * po/nl.po:
22392           update Dutch translation
22393
22394 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22395
22396         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22397         (gst_play_set_audio_sink): Moving volume in the audio thread for
22398         instantaneous volume change. Maybe i will add another volume in front
22399         of visualization later, not sure yet though.
22400
22401 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22402
22403         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22404         (gst_ximagesink_handle_xevents): Better X events handling, only take
22405         the latest events for configure and motion.
22406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22407
22408 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22409
22410         reviewed by: David Schleef  <ds@schleef.org>
22411
22412         Fix memory leaks:
22413         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22414         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22415
22416 2004-02-02  David Schleef  <ds@schleef.org>
22417
22418         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22419         of lines.
22420         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22421         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22422         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22423         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22424         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22425         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22426         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22427         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22428         (gst_float2_2_int_link):
22429         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22430         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22431         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22432         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22433         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22434         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22435         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22436         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22437         * testsuite/gst-lint: Add tests for bzero and ;;
22438
22439 2004-02-02  David Schleef  <ds@schleef.org>
22440
22441         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22442
22443 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22444
22445         * ext/aalib/gstaasink.c: (gst_aasink_open):
22446         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22447         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22448         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22449         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22450         (gst_afsink_close_file):
22451         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22452         (gst_afsrc_close_file):
22453         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22454         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22455         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22456         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22457         * ext/esd/esdmon.c: (gst_esdmon_get):
22458         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22459         * ext/faac/gstfaac.c: (gst_faac_chain):
22460         * ext/faad/gstfaad.c: (gst_faad_chain):
22461         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22462         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22463         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22464         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22465         (gst_flacdec_loop):
22466         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22467         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22468         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22469         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22470         (gst_gnomevfssink_close_file):
22471         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22472         (gst_gnomevfssrc_open_file):
22473         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22474         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22475         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22476         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22477         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22478         * ext/mad/gstmad.c: (gst_mad_chain):
22479         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22480         * ext/mpeg2dec/gstmpeg2dec.c:
22481         * ext/mpeg2enc/gstmpeg2enc.cc:
22482         * ext/mplex/gstmplex.cc:
22483         * ext/mplex/gstmplexibitstream.cc:
22484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22485         (gst_ogg_demux_push):
22486         * ext/raw1394/gstdv1394src.c:
22487         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22488         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22489         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22490         (gst_sf_loop):
22491         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22492         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22493         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22494         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22495         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22496         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22497         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22498         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22499         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22500         (gst_riff_read_element_data), (gst_riff_read_seek),
22501         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22502         * gst/adder/gstadder.c: (gst_adder_loop):
22503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22504         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22505         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22506         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22507         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22508         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22509         * gst/goom/gstgoom.c: (gst_goom_chain):
22510         * gst/id3/gstid3types.c: (gst_id3types_loop):
22511         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22512         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22513         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22514         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22515         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22516         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22517         (gst_ebml_read_float), (gst_ebml_read_header):
22518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22519         (gst_matroska_demux_parse_blockgroup):
22520         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22521         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22522         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22523         * gst/silence/gstsilence.c: (gst_silence_get):
22524         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22525         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22526         * gst/speed/gstspeed.c: (speed_loop):
22527         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22528         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22529         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22530         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22531         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22532         (gst_wavparse_loop):
22533         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22534         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22535         (dxr3audiosink_close):
22536         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22537         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22538         (dxr3videosink_close), (dxr3videosink_write_data):
22539         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22540         * sys/oss/gstosssink.c: (gst_osssink_chain):
22541         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22542         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22543         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22544         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22545         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22546         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22547         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22548         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22549         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22550         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22551         (gst_v4l_set_audio):
22552         * sys/v4l/v4l_calls.h:
22553         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22554         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22555         (gst_v4lmjpegsink_playback_init),
22556         (gst_v4lmjpegsink_playback_start):
22557         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22558         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22559         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22560         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22561         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22562         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22563         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22564         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22565         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22566         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22567         (gst_v4l2_get_output), (gst_v4l2_set_output),
22568         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22569         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22570         (gst_v4l2_set_attribute):
22571         * sys/v4l2/v4l2_calls.h:
22572         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22573         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22574         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22575         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22576         (gst_v4l2src_capture_stop):
22577         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22578         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22579         (gst_ximagesink_chain):
22580         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22581         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22582         (gst_xvideosink_xwindow_new):
22583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22584         (gst_xvimagesink_chain):
22585
22586 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22587
22588         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22589         (gst_volume_get_volume), (volume_class_init), (volume_init),
22590         (volume_chain_int16), (volume_update_volume):
22591         * gst/volume/gstvolume.h:
22592           make code more readable by removing magic numbers
22593           make mixer interface export 0-100 range
22594           make it internally map to 0.0-1.0 range so users don't distort
22595           output by putting the sliders at full volume
22596
22597 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22598
22599         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22600         (gst_play_state_change), (gst_play_seek_to_time):
22601         block the tick callback for 0.5 secs after doing a seek
22602
22603 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22604
22605         * gst-libs/gst/play/play.c: (gst_play_new):
22606           check for GError
22607
22608 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22609
22610         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22611         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22612         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22613         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22615         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22616
22617 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22618
22619         * configure.ac:
22620         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22621           check for a function added in vorbis 1.1
22622
22623 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22624
22625         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22626         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22627           really start/stop clock only on PLAYING <=> PAUSED
22628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22629           remove \n from debugging lines
22630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22631           make it work when seeking does not
22632         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22633           reset on DISCONT
22634
22635 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22636
22637         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22638           start clock on PAUSED=>PLAYING, not later
22639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22640           extract correct time for different discont formats
22641         (gst_alsa_sink_get_time):
22642           don't segfault when no format is negotiated yet, just return 0
22643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22644         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22645         (gst_ogg_pad_push):
22646           handle flush and discont events correctly
22647         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22648           handle discont events correctly
22649
22650 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22651
22652         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22653         (gst_play_error_create), (gst_play_error_plugin),
22654         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22655         * gst-libs/gst/play/play.h:
22656           add error handling during creation
22657         * examples/gstplay/player.c: (main):
22658           use new gst_play_new
22659
22660
22661 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22662
22663         * ext/theora/theoradec.c: (theora_dec_chain):
22664           make comments work
22665         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22666         (vorbis_dec_src_event), (vorbis_dec_chain):
22667           add encoder tag, fix tag reading to be more error tolerant, change
22668           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22669           gst_pad_event_default.
22670         * gst/tags/gstvorbistag.c:
22671         (gst_tag_list_from_vorbiscomment_buffer):
22672           undefine function specific define at end of function
22673
22674 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22675
22676         * ext/flac/gstflac.c: (plugin_init):
22677         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22678         * ext/flac/gstflacdec.h:
22679         * ext/flac/gstflacenc.h:
22680           Fix typos
22681
22682 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22683
22684         * examples/gstplay/player.c: s/gstplay.h/play.h/
22685
22686 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22687
22688         * gst-libs/gst/play/Makefile.am:
22689         * gst-libs/gst/play/gstplay.c:
22690         * gst-libs/gst/play/gstplay.h:
22691         * gst-libs/gst/play/play.c:
22692           more surgery, operation complete
22693
22694 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22695
22696         * gst-libs/gst/play/play.old.c:
22697         * gst-libs/gst/play/play.old.h:
22698           after CVS surgery by moving, remove
22699         * gst-libs/gst/play/playpipelines.c:
22700           remove
22701
22702         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22703           add negotiation error
22704
22705 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22706
22707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22708         (gst_ogg_demux_push):
22709           add some seeking debug info
22710           send a flush when seeking
22711
22712 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22713
22714         * configure.ac:
22715           use AC_C_INLINE
22716         * configure.ac:
22717         * ext/Makefile.am:
22718         * ext/theora/Makefile.am:
22719         * ext/theora/theoradec.c:
22720           add theora video decoder. Does just do simple decoding for now and
22721           has been tested against Theora cvs only. It only works when theora
22722           is compiled with --enable-static.
22723         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22724           always reset packetno on DISCONT
22725
22726 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22727
22728         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22729           Fix audio.
22730
22731 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22732
22733         * gst/mpegaudioparse/gstmpegaudioparse.c:
22734         (mp3_type_frame_length_from_header):
22735           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22736
22737 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22738
22739         * ext/esd/esdsink.c: (gst_esdsink_init):
22740           Since we have static pad template caps, we don't need to negotiate;
22741           either the core errors out or we know the format.
22742
22743 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22744
22745         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22746         (gst_riff_read_seek):
22747         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22748         (gst_ebml_read_seek):
22749           Fix event handling.
22750
22751 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22752
22753         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22754           removee video/x-theora from vp3 decoder, it doesn't handle raw
22755           theora streams
22756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22757           fix bug with finalizing element that never went to PAUSED
22758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22759           length and position queries were swapped
22760         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22761         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22762         (vorbis_dec_src_event):
22763           implement querying time and bytes
22764
22765 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22766
22767         * just about every source file:
22768           gst_element_error -> GST_ELEMENT_ERROR
22769
22770 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22771
22772         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22773         emiting FLUSH and even before DISCONT.
22774         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22775         get the best instant seeking as possible yay!
22776
22777 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22778
22779         * gst/mpeg1videoparse/gstmp1videoparse.c:
22780         (gst_mp1videoparse_real_chain):
22781           Committed wrong version last week... Grr... Didn't notice until now.
22782
22783 2004-01-29  Julien MOUTTE <julien@moutte.net>
22784
22785         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22787         have_xwindow_id signal in xwindow_create.
22788
22789 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22790
22791         * ext/ogg/gstoggdemux.c:
22792           lots of changes - mainly support for chained bitstreams, seeking,
22793           querying and bugfixes of course
22794         * ext/vorbis/Makefile.am:
22795         * ext/vorbis/vorbisdec.c:
22796         * ext/vorbis/vorbisdec.h:
22797           add vorbisdec raw vorbis decoder
22798         * ext/vorbis/vorbis.c: (plugin_init):
22799           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22800         * gst/intfloat/Makefile.am:
22801         * gst/intfloat/float22int.c:
22802         * gst/intfloat/float22int.h:
22803         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22804           add float2intnew plugin. It converts multichannel interleaved float to
22805           multichannel interleaved int. The name should probably be changed.
22806         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22807         (plugin_init):
22808           add typefinding for raw theora video so oggdemux can detect it.
22809
22810 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22811
22812         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22813         sink element first.
22814         * gst/videoscale/gstvideoscale.c:
22815         (gst_videoscale_handle_src_event): Fixing src event handler.
22816
22817 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22818
22819         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22820         (gst_v4lsrc_open), (gst_v4lsrc_close),
22821         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22822         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22823         * sys/v4l/gstv4lsrc.h:
22824         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22825         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22826           Implement resizing... Hack. But that's why v4l is b0rked...
22827
22828 2004-01-28  Julien MOUTTE <julien@moutte.net>
22829
22830         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22831         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22832         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22833         (gst_ximagesink_xwindow_destroy):
22834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22835         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22836         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22837         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22838         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22839         correctly cleaning the image created to check xshm calls on succes,
22840         added a lot of XSync calls in X11 functions, and fixed a segfault when
22841         no image format was defined before negotiation happened.
22842
22843 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22844
22845         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22846           use gst_element_get_time to get correct time
22847
22848 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22849
22850         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22851         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22852         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22854         (gst_xvimagesink_check_xshm_calls),
22855         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22856         X plugins are now able to detect that XShm calls will fail even if the
22857         server claims that it has XShm support (remote displays most of the
22858         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22859         so that we use non XShm functions. This feature is almost useless for
22860         xvimagesink as Xv is not supported on remote displays anyway, but
22861         it might happen than even on the local display XShm calls fail.
22862
22863 2004-01-27  David Schleef  <ds@schleef.org>
22864
22865         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22866         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22867         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22868         changed esdsink to only use 44100,16,2, since esd sucks at rate
22869         conversion and esdsink has had difficulty negotiating.
22870
22871 2004-01-27  Julien MOUTTE <julien@moutte.net>
22872
22873         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22874         (gst_play_seek_to_time): Fixing the way to get current position.
22875
22876 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22877
22878         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22879           use gst_element_get_time to get correct time
22880
22881 2004-01-27  Julien MOUTTE <julien@moutte.net>
22882
22883         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22884         fix ever... Inverting 2 lines of code make spider autoplug correctly
22885         tagged mp3 !
22886
22887 2004-01-27  David Schleef  <ds@schleef.org>
22888
22889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22890         Use gst_pad_try_set_caps_nonfixed().
22891
22892 2004-01-27  David Schleef  <ds@schleef.org>
22893
22894         * gst/ac3parse/gstac3parse.c: update to checklist 5
22895         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22896         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22897         * gst/audioscale/gstaudioscale.c: same
22898         * gst/auparse/gstauparse.c: same
22899         * gst/avi/gstavidemux.c: same
22900
22901 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22902
22903         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22904           stop processing after EOS
22905
22906 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22907
22908         * gst/asfdemux/asfheaders.h:
22909         * gst/asfdemux/gstasfdemux.c:
22910         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22911         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22912         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22913           lot's of fixes to make data extraction simpler and get the code
22914           architecture and compiler independant. Add debugging category
22915         * gst/goom/gstgoom.c: (gst_goom_change_state):
22916           reset channel count on PAUSED=>READY, not READY=>PAUSED
22917
22918 2004-01-26  Colin Walters  <walters@verbum.org>
22919
22920         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22921         code to pull a bigger buffer in iradio mode.  This as a side effect
22922         makes typefinding work.
22923
22924 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22925
22926         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22927         Fix SVQ3 decoding on PPC
22928
22929 2004-01-26  Julien MOUTTE <julien@moutte.net>
22930
22931         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22932         that one managed to stay there... Fixed.
22933
22934 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22935
22936         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22937         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22938         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22939         (qtdemux_video_caps):
22940         * gst/qtdemux/qtdemux.h:
22941         Add SVQ3 specific flags to qtdemux and ffmpeg
22942
22943 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22944
22945         * gst-libs/gst/audio/audio.h:
22946           remove buffer-frames from audio caps
22947         * gst/audioconvert/gstaudioconvert.c:
22948           fix plugin to really work.
22949
22950 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22951
22952         * gst-libs/gst/mixer/mixer.c:
22953         * gst-libs/gst/propertyprobe/propertyprobe.c:
22954         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22955         (gst_tuner_find_channel_by_name):
22956         * gst-libs/gst/tuner/tuner.h:
22957           Add gtk-doc style comments. Also fix a function name.
22958
22959 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22960
22961         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22962         (gst_divxdec_negotiate):
22963           Fix for new capsnego - also fixes gst-player with divxdec.
22964
22965 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22966
22967         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22968         (gst_play_identity_handoff), (gst_play_set_location),
22969         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22970         try in visualization implementation. Still have an issue with switch
22971         blocking when pulling from video_queue and only audio comes out of
22972         spider.
22973         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22974         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22975         release method. And check if the pad is usable before pulling.
22976
22977 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22978
22979         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22980         (gst_videobalance_init),
22981         (gst_videobalance_colorbalance_list_channels),
22982         (gst_videobalance_colorbalance_set_value),
22983         (gst_videobalance_colorbalance_get_value),
22984         (gst_videobalance_update_properties),
22985         (gst_videobalance_update_tables_planar411),
22986         (gst_videobalance_planar411):
22987         * gst/videofilter/gstvideobalance.h:
22988           Implement lookup-tables. +/- 10x faster.
22989
22990 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22991
22992         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22993         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22994           The index reading was broken. The rest worked fine, but the whole
22995           goal of my rewrite was to make avidemux readable, and this was
22996           not at all readable. Please use typed variables.
22997
22998 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22999
23000         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23001           Additional pad usability check.
23002         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23003         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23004         (gst_mp1videoparse_real_chain):
23005           Fix MPEG video stream parsing. The original plugin had several
23006           issues, including not timestamping streams where the source was
23007           not timestamped (this happens with PTS values in mpeg system
23008           streams, but MPEG video is also a valid stream on its own so
23009           that needs timestamps too). We use the display time code for that
23010           for now. Also, if one incoming buffer contains multiple valid
23011           frames, we push them all on correctly now, including proper EOS
23012           handling. Lastly, several potential segfaults were fixed, and we
23013           properly sync on new sequence/gop headers to include them in next,
23014           not previous frames (since they're header for the next frame, not
23015           the previous). Also see #119206.
23016         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23017         (bpf_from_header):
23018           Move caps setting so we only do it after finding several valid
23019           MPEG-1 fraes sequentially, not right after the first one (which
23020           might be coincidental).
23021         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23022         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23023         (plugin_init):
23024           Add unsynced MPEG video stream typefinding, and change some
23025           probability values so we detect streams rightly. The idea is as
23026           follows: I can have an unsynced system stream which contains
23027           video. In the current code, I would randomly get a type for either
23028           system or video stream type found, because the probabilities are
23029           being calculated rather randomly. I now use fixed values, so we
23030           always prefer system stream if that was found (and that is how it
23031           should be). If no system stream was found, we can still identity                the stream as video-only.
23032
23033 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23034
23035         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23036         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23037           don't write to buffer. Extract data without the need of
23038           __attribute__ ((packed))
23039
23040 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23041
23042         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23043         (mpeg1_sys_type_find):
23044           Fix MPEG-1 stream typefinding.
23045
23046 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23047
23048         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23049           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23050
23051 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23052
23053         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23054         * ext/esd/gstesd.c: (plugin_init):
23055           private debugging, better error reporting
23056
23057 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23058
23059         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23060         (gst_riff_read_init), (gst_riff_read_change_state):
23061         * gst-libs/gst/riff/riff-read.h:
23062           Remove stuff fromold metadata system.
23063
23064 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23065
23066         * ext/ogg/gstoggdemux.c:
23067           Fix wrong file comment.
23068         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23069         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23070           Add metadata reading properly.
23071
23072 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23073
23074         * ext/Makefile.am:
23075           Fix nas DIST_SUBDIRS
23076           Uraeus:
23077           Fix bug where make distcheck doesn't get run on adding stuff to
23078           the build.
23079
23080 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23081
23082         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23083         * ext/divx/gstdivxdec.h:
23084           Fix divx3 ("msmpeg4") playback using divxdec.
23085
23086 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23087
23088         * gst/typefind/gsttypefindfunctions.c:
23089         (mp3_type_frame_length_from_header): fix bug in length computation
23090         (mp3_type_find): improve debugging output
23091
23092 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23093
23094         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23095         (gst_play_set_location), (gst_play_seek_to_time),
23096         (gst_play_set_audio_sink), (gst_play_set_visualization),
23097         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23098         the pipeline from scratch. Visualization is back and switch went out as
23099         i realized it was not possible to use the way i wanted.
23100         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23101         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23102         clearing in state change from READY to NULL. So that one can clean the
23103         X ressources keeping the element.
23104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23105         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23106         (gst_xvimagesink_colorbalance_set_value),
23107         (gst_xvimagesink_colorbalance_get_value),
23108         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23109         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23110         change from READY to NULL and fixed some stupid bugs in colorbalance
23111         get/set values. Also added the following feature : when nobody tries to
23112         set some values to the colorbalance levels before the xcontext is
23113         grabbed, then when creating channels list from Xv attributes we set the
23114         internal values to the Xv defaults. This way we handle buggy Xv drivers
23115         that set default hue values far from the middle of the range (Thanks
23116         to Jon Trowbridge for pointing that issue).
23117         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23118         colorbalance levels have been set before xcontext is grabbed.
23119
23120 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23121
23122         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23123           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23124           it might block operations (which is bad for a mixer).
23125
23126 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23127
23128         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23129         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23130         (gmip_find_type_pre):
23131         * gst-libs/gst/media-info/media-info-priv.h:
23132         * gst-libs/gst/media-info/media-info.c:
23133         (gst_media_info_instance_init), (gst_media_info_read_idler):
23134         add fakesink to get caps on decoder src pad again
23135         fix callback prototype to match new have_type signal signature
23136
23137 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23138
23139         * gst/adder/gstadder.c: (gst_adder_link):
23140           fix non-compile and cut-n-paste code
23141
23142 2004-01-21  David Schleef  <ds@schleef.org>
23143
23144         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23145         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23146         (gst_swfdec_init), (gst_swfdec_change_state):
23147         * ext/swfdec/gstswfdec.h:
23148         Fix negotiation.
23149         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23150         (gst_adder_request_new_pad): Fix negotiation.
23151         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23152         Add a fixate function.
23153         * gst/intfloat/gstfloat2int.c:
23154         * gst/intfloat/gstfloat2int.h:
23155         * gst/intfloat/gstint2float.c:
23156         * gst/intfloat/gstint2float.h:
23157         Completely rewrite the negotiation.  Doesn't quite work yet,
23158         due to some buffer-frames problem.
23159
23160 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23161
23162         * ext/gnomevfs/gstgnomevfssrc.c:
23163         * sys/v4l2/v4l2_calls.h:
23164           fix includes for distcheck
23165
23166 2004-01-21  Christian Schaller <uraeus@gnome.org>
23167
23168         * ext/nas/
23169         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23170         based on earlier patch from Laurent Vivier
23171
23172 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23173
23174         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23175         Fix wma caps property
23176         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23177         Fix typo (flags1 and flags2)
23178
23179 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23180
23181         * gst-libs/gst/media-info/media-info-priv.c:
23182         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23183         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23184         (gmip_find_stream), (gmip_find_track_metadata),
23185         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23186         (gmip_find_track_format):
23187         * gst-libs/gst/media-info/media-info-priv.h:
23188         * gst-libs/gst/media-info/media-info-test.c: (main):
23189         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23190         (gst_media_info_read_idler), (gst_media_info_read):
23191         * gst-libs/gst/media-info/media-info.h:
23192           register debugging category and use it for debugging
23193
23194 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23195
23196         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23197         (gst_vorbisfile_new_link):
23198           signal streaminfo through tags
23199
23200 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23201
23202         * ext/mplex/gstmplex.cc:
23203         * ext/mplex/gstmplexibitstream.cc:
23204           g++ doesn't like NULL in our i18n/error macros, should be
23205           either (NULL) or ("").
23206
23207 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23208
23209         * sys/dxr3/dxr3audiosink.c:
23210         * sys/dxr3/dxr3init.c:
23211         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23212         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23213           Fix more error error error errors (missing includes here).
23214
23215 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23216
23217         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23218           fix thomas' error errors.
23219
23220 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23221
23222         * ext/mpeg2enc/gstmpeg2enc.cc:
23223           fix error errors.
23224
23225 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23226
23227         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23228         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23229           Fix for new error system.
23230
23231 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23232
23233         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23234           fix for new error reporting
23235
23236 2004-01-20  David Schleef  <ds@schleef.org>
23237
23238         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23239         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23240         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23241         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23242         and neither is 100+, most likely.
23243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23244         (gst_xvimagesink_getcaps): same
23245
23246 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23247
23248         * configure.ac:
23249           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23250           clashes with ffmpeg.
23251
23252 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23253
23254         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23255         (gst_switch_init): Fixed switch element : proxying link and setting
23256         caps from src to sink on request.
23257
23258 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23259
23260         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23261         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23262         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23263         fix element_error
23264
23265 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23266
23267         * sys/v4l/v4l_calls.h:
23268         * sys/v4l2/v4l2_calls.h:
23269           element_error fixes
23270
23271 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23272
23273         * gst-libs/gst/gst-i18n-plugin.h:
23274           add locale.h
23275           remove config.h inclusion
23276
23277 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23278
23279         * autogen.sh:
23280           adding autopoint invocation
23281         * Makefile.am:
23282         * configure.ac:
23283         * gst-libs/gst/gettext.h:
23284           adding gettext bits
23285         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23286         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23287         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23288         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23289         (gst_gnomevfssink_close_file):
23290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23291         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23292         * gst-libs/gst/gst-i18n-plugin.h:
23293         * gst/avi/gstavi.c: (plugin_init):
23294         * sys/dxr3/dxr3init.c: (plugin_init):
23295         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23296         * sys/oss/gstossaudio.c: (plugin_init):
23297         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23298         * sys/v4l/gstv4l.c: (plugin_init):
23299         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23300         * sys/v4l2/gstv4l2.c: (plugin_init):
23301         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23302         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23303         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23304         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23305         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23306         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23307           make sure locale and translation domain are set
23308           fix translated strings
23309         * po/.cvsignore:
23310         * po/LINGUAS:
23311         * po/Makevars:
23312         * po/POTFILES.in:
23313         * po/nl.po:
23314           put translation files into place
23315         * sys/xvideo/imagetest.c: (main):
23316         * ext/dv/demo-play.c: (main):
23317           fix unnecessary translations
23318
23319 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23320
23321         * ext/sndfile/gstsf.c:
23322         * gst/avi/gstavimux.c:
23323         * ext/audiofile/gstafsink.c:
23324         * ext/audiofile/gstafsrc.c:
23325         * ext/gnomevfs/gstgnomevfssink.c:
23326         * ext/gnomevfs/gstgnomevfssrc.c:
23327         * sys/oss/gstosselement.c:
23328         * sys/v4l/v4l_calls.h:
23329           fix i18n include
23330
23331 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23332
23333         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23334         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23335         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23336         (gst_v4l2_get_output), (gst_v4l2_set_output),
23337         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23338         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23339         (gst_v4l2_set_attribute):
23340         update to new error handling
23341
23342 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23343
23344         * ext/sidplay/gstsiddec.cc:
23345         * gst/modplug/gstmodplug.cc:
23346           parenthese NULL because C++ seems angry about it
23347
23348 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23349
23350         * gst-libs/gst/gst-i18n-plugin.h:
23351           add skeleton i18n stuff, but needs to be further implemented
23352
23353 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23354
23355         * examples/gstplay/player.c: (main):
23356         * ext/aalib/gstaasink.c: (gst_aasink_open):
23357         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23358         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23359         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23360         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23361         (gst_afsink_close_file):
23362         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23363         (gst_afsrc_close_file):
23364         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23365         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23366         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23367         * ext/esd/esdmon.c: (gst_esdmon_get):
23368         * ext/esd/esdsink.c: (gst_esdsink_chain):
23369         * ext/faac/gstfaac.c: (gst_faac_chain):
23370         * ext/faad/gstfaad.c: (gst_faad_chain):
23371         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23372         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23373         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23374         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23375         (gst_flacdec_loop):
23376         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23377         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23378         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23379         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23380         (gst_gnomevfssink_close_file):
23381         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23382         (gst_gnomevfssrc_open_file):
23383         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23384         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23385         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23386         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23387         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23388         * ext/mad/gstmad.c: (gst_mad_chain):
23389         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23390         * ext/mpeg2dec/gstmpeg2dec.c:
23391         * ext/mpeg2enc/gstmpeg2enc.cc:
23392         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23393         * ext/mplex/gstmplex.cc:
23394         * ext/mplex/gstmplexibitstream.cc:
23395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23396         (gst_ogg_demux_push), (gst_ogg_pad_push):
23397         * ext/raw1394/gstdv1394src.c:
23398         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23399         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23400         * ext/sidplay/gstsiddec.cc:
23401         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23402         (gst_sf_loop):
23403         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23404         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23405         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23406         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23407         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23408         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23409         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23410         * gst-libs/gst/Makefile.am:
23411         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23412         (gst_riff_read_element_data), (gst_riff_read_seek),
23413         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23414         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23415         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23416         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23417         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23418         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23419         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23420         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23421         * gst/goom/gstgoom.c: (gst_goom_chain):
23422         * gst/id3/gstid3types.c: (gst_id3types_loop):
23423         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23424         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23425         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23426         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23427         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23428         (gst_ebml_read_float), (gst_ebml_read_header):
23429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23430         (gst_matroska_demux_parse_blockgroup):
23431         * gst/modplug/gstmodplug.cc:
23432         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23433         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23434         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23435         * gst/silence/gstsilence.c: (gst_silence_get):
23436         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23437         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23438         * gst/speed/gstspeed.c: (speed_loop):
23439         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23440         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23441         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23442         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23443         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23444         (gst_wavparse_loop):
23445         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23446         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23447         (dxr3audiosink_close):
23448         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23449         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23450         (dxr3videosink_close), (dxr3videosink_write_data):
23451         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23452         * sys/oss/gstosselement.h:
23453         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23454         (gst_osssink_chain):
23455         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23456         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23457         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23459         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23460         (gst_v4l_enable_overlay):
23461         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23462         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23463         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23464         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23465         (gst_v4l_set_audio):
23466         * sys/v4l/v4l_calls.h:
23467         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23468         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23469         (gst_v4lmjpegsink_playback_init),
23470         (gst_v4lmjpegsink_playback_start):
23471         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23472         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23473         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23474         (gst_v4lmjpegsrc_requeue_frame):
23475         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23476         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23477         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23478         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23479         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23480         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23481         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23482         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23483         (gst_v4l2src_capture_stop):
23484         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23485         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23486         (gst_ximagesink_chain):
23487         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23488         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23489         (gst_xvideosink_xwindow_new):
23490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23491         (gst_xvimagesink_chain):
23492         use new error signal, function and categories
23493
23494 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23495
23496         * configure.ac:
23497         * ext/Makefile.am:
23498         * ext/musicbrainz/gsttrm.c:
23499         * ext/musicbrainz/gsttrm.h:
23500         * ext/musicbrainz/Makefile.am:
23501         Add a trm plugin
23502
23503 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23504
23505         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23506         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23507         synchronous property for debugging.
23508         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23510         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23511         smaller block, fixing indent.
23512
23513 2004-01-16  David Schleef  <ds@schleef.org>
23514
23515         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23516         property affects the video stream.
23517         * sys/xvimage/xvimagesink.c:
23518         * sys/xvimage/xvimagesink.h:
23519         Add synchronous property for debugging.  Should probably be
23520         disabled in non-CVS builds.  Make sure that the Xv attribute
23521         exists before we set it (crash!).  Fix a silly float bug that
23522         caused colorbalance to just not work.
23523
23524 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23525
23526         * tools/gst-launch-ext.in - update for new plugins
23527
23528 2004-01-16  David Schleef  <ds@schleef.org>
23529
23530         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23531         already-freed caps.
23532
23533 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23534
23535         * Update spec for new colorspace plugin and libcaca plugin
23536         * Fix compilation of libcaca plugin (clock -> id)
23537
23538 2004-01-16  Julien MOUTTE <julien@moutte.net>
23539
23540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23541         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23542         (gst_xvimagesink_set_xwindow_id),
23543         (gst_xvimagesink_colorbalance_set_value),
23544         (gst_xvimagesink_colorbalance_get_value),
23545         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23546         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23547         correct colorbalance properties. They can now be set when the element
23548         is still in NULL state. The values will be committed to the Xv Port
23549         when xcontext is initialized.
23550         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23551         brightness int values in the GstXvImagesink structure.
23552
23553 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23554
23555         * gst-libs/gst/Makefile.am:
23556           restructure so having local patches works easier.
23557
23558 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23559
23560         * ext/mpeg2enc/Makefile.am:
23561         * ext/mpeg2enc/gstmpeg2enc.cc:
23562         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23563           Bugfix with respect to EOS handling.
23564
23565 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23566
23567         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23568           Link with right caps (else, it segfaults).
23569         * ext/mplex/gstmplexjob.cc:
23570           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23571
23572 2004-01-15  David Schleef  <ds@schleef.org>
23573
23574         * gst-libs/gst/audio/Makefile.am:
23575         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23576         from the template.
23577         * gst-libs/gst/audio/gstaudiofilter.c:
23578         * gst-libs/gst/audio/gstaudiofilter.h:
23579         Add bytes_per_sample and size and n_samples calculation.
23580         * gst-libs/gst/audio/gstaudiofilterexample.c:
23581         Remove, now autogenerated.
23582         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23583         Moved from gstaudiofilterexample, object name changed, code added
23584         so that it actually works.
23585         * gst-libs/gst/audio/make_filter:
23586         Script to build an audiofilter subclass from the template.
23587         * gst/colorspace/Makefile.am:
23588         * gst/colorspace/yuv2yuv.c:
23589         Remove file, since it's GPL, and we don't use it.
23590
23591 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23592
23593         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23595         them use the buffer free function to test how the buffer was allocated.
23596
23597 2004-01-15  David Schleef  <ds@schleef.org>
23598
23599         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23600         that handles osssink fallback.
23601         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23602         (gst_audio_convert_getcaps):
23603         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23604         Add audio/x-qdm2 for QDM2 audio.
23605         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23606         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23608         Decrease minimum size to 16x16.
23609         * gst/wavparse/gstwavparse.c:
23610         Convert disabled pad template caps to new caps.
23611         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23613         (gst_xvimagesink_chain): Throw element error when display cannot
23614         be opened.  Increase minimum framerate to 1.0.  Check the data
23615         free function on a buffer to make sure it is the type we expect
23616         before manipulating it.
23617
23618 2004-01-15  Julien MOUTTE <julien@moutte.net>
23619
23620         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23621         (gst_videobalance_colorbalance_set_value): Implement passthru if
23622         settings are in the middle.
23623         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23624
23625 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23626
23627         * gst/videofilter/Makefile.am:
23628         * gst/volume/Makefile.am:
23629           Since we use videofilter symbols, link to it.
23630
23631 2004-01-15  Julien MOUTTE <julien@moutte.net>
23632
23633         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23634         mixer interface type to HARDWARE.
23635         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23636         type to SOFTWARE.
23637         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23638         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23639         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23640         (gst_volume_interface_init), (gst_volume_list_tracks),
23641         (gst_volume_set_volume), (gst_volume_get_volume),
23642         (gst_volume_set_mute), (gst_volume_mixer_init),
23643         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23644         (volume_init): Implementing mixer interface.
23645         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23646         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23647         (gst_osselement_change_state): Removing some trailing commas in
23648         structures.
23649         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23650         interface type to HARDWARE.
23651         * sys/v4l/gstv4lcolorbalance.c:
23652         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23653         type to HARDWARE.
23654         * sys/v4l2/gstv4l2colorbalance.c:
23655         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23656         interface type to HARDWARE.
23657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23658         same code than ximagesink for event handling.
23659
23660 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23661
23662         * ext/snapshot/Makefile.am:
23663         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23664         (gst_snapshot_chain):
23665         * ext/snapshot/gstsnapshot.h:
23666           This has to be a joke... Snapshot should be connected to a tee,
23667           colorspace element before it and EOS after that, where the other
23668           src of the tee receives normal data.
23669           The current way is *wrong*.
23670
23671 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23672
23673         * ext/hermes/gsthermescolorspace.c:
23674           Fix another compile error. Same as below.
23675
23676 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23677
23678         * gst/colorspace/gstcolorspace.c:
23679         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23680         (gst_colorspace_i420_to_yv12):
23681           Fix compiling... Didn't test if it actually works.
23682
23683 2004-01-15  David Schleef  <ds@schleef.org>
23684
23685         * configure.ac:
23686         * gst/colorspace/Makefile.am:
23687         * gst/colorspace/gstcolorspace.c:
23688         * gst/colorspace/gstcolorspace.h:
23689         * gst/colorspace/yuv2rgb.c:
23690         * gst/colorspace/yuv2rgb.h:
23691         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23692         code and GPL code.  Fix for new caps negotiation.  Rewrite
23693         much of the format handling code, and some of the conversion
23694         code.  Basically, rewrote almost everything.  This element
23695         handles I420, YV12 to RGB conversions.
23696         * ext/hermes/Makefile.am:
23697         * ext/hermes/gsthermescolorspace.c:
23698         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23699         Remove non-Hermes related code.  This element handles lots of
23700         RGB to RGB conversions, but no YUV.
23701         * ext/hermes/gstcolorspace.c:
23702         * ext/hermes/gstcolorspace.h:
23703         * ext/hermes/rgb2yuv.c:
23704         * ext/hermes/yuv2rgb.c:
23705         * ext/hermes/yuv2rgb.h:
23706         * ext/hermes/yuv2rgb_mmx16.s:
23707         * ext/hermes/yuv2yuv.c:
23708         * ext/hermes/yuv2yuv.h:
23709         Remove old code.
23710
23711 2004-01-14  Colin Walters  <walters@verbum.org>
23712
23713         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23714         they've already been.
23715
23716 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23717
23718         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23719           assume tag mode when pad is not connected
23720
23721 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23722
23723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23724           Don't update the time of the clock
23725         (gst_alsa_sink_loop):
23726           sync to the clock given to alsasink, not the own clock
23727         * sys/oss/gstosssink.c: (gst_osssink_chain):
23728           sync to the clock
23729         (gst_osssink_change_state):
23730           activate the clock
23731         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23733           remove bogus code that made DISCONT events unhandled
23734         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23735           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23736           #131502)
23737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23738         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23739         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23740           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23741           2nd warning in bug #131502)
23742
23743 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23744
23745         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23746         (gst_videobalance_colorbalance_set_value),
23747         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23748         for colorbalance interface implementation.
23749         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23750         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23751         (gst_ximagesink_dispose), (gst_ximagesink_init),
23752         (gst_ximagesink_class_init): Adding DISPLAY property.
23753         * sys/ximage/ximagesink.h: Adding display_name to store display.
23754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23755         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23756         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23757         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23758         properties (they still need polishing though for gst-launch use : no
23759         xcontext yet, i ll do that tomorrow).
23760         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23761
23762 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23763
23764         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23765         (gst_play_set_location), (gst_play_set_visualization): Preparing
23766         switch integration, adding videobalance in the pipeline.
23767
23768 2004-01-14  Julien MOUTTE <julien@moutte.net>
23769
23770         * gst-libs/gst/colorbalance/colorbalance.c:
23771         (gst_color_balance_class_init): Adding a default type.
23772         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23773         the type.
23774         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23775         (gst_videobalance_dispose), (gst_videobalance_class_init),
23776         (gst_videobalance_init), (gst_videobalance_interface_supported),
23777         (gst_videobalance_interface_init),
23778         (gst_videobalance_colorbalance_list_channels),
23779         (gst_videobalance_colorbalance_set_value),
23780         (gst_videobalance_colorbalance_get_value),
23781         (gst_videobalance_colorbalance_init): Implementing colorbalance
23782         interface.
23783         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23784         list.
23785         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23786         bug which was triggering a BadAccess X error when setting an overlay
23787         before pad was really negotiated.
23788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23789         Using the colorbalance type macro.
23790
23791 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23792
23793         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23794         (gst_flacenc_chain):
23795           handle tags correctly
23796         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23797           extract ID3v1 tags correctly
23798
23799 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23800
23801         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23802         (plugin_init):
23803           Improve matroska typefinding for odd-typed headers...
23804
23805 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23806
23807         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23808           Fix for using incremental number on padnames.
23809
23810 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23811
23812         * ext/divx/gstdivxdec.c:
23813         * ext/divx/gstdivxenc.c:
23814           Set category to divx4linux instead of divx (too generic).
23815         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23816         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23817         (gst_wavparse_loop), (gst_wavparse_change_state):
23818         * gst/wavparse/gstwavparse.h:
23819           fix parsing of WAV files with non-standard fmt-tag size and fix
23820           skipping of unrecognized chunks... Someone please fix this thing
23821           to use rifflib so all this is automated.
23822         * sys/v4l/Makefile.am:
23823         * sys/v4l2/Makefile.am:
23824           Add X_CFLAGS because we depend on X (for overlay).
23825
23826 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23827
23828         * ext/mpeg2dec/gstmpeg2dec.c:
23829           Don't issue a timestamp unless we tagged the frame
23830           with a PTS.
23831
23832 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23833
23834         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23835           Query the audio element to get the time, not the clock. We're
23836           interested in the element's time here.
23837
23838 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23839
23840         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23842         * ext/esd/esdsink.c: (gst_esdsink_chain):
23843         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23844         * ext/mas/massink.c: (gst_massink_chain):
23845         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23846         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23847         (gst_matroska_demux_parse_metadata):
23848         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23849         (gst_mpeg_parse_release_locks):
23850         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23851         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23852         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23853         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23854         (gst_osssink_change_state):
23855         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23856         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23857         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23858         (gst_xvideosink_release_locks):
23859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23860           use element time.
23861         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23862         (gst_alsa_clock_stop):
23863         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23864         (gst_audio_clock_get_internal_time):
23865           simplify for use with new clocking code.
23866         * testsuite/alsa/Makefile.am:
23867         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23868           fix testsuite for new caps system
23869
23870 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23871
23872         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23873         * ext/flac/gstflacenc.c: (add_one_tag):
23874           length is already host endian, no need to convert. Fixes playback of
23875           tagged files on PPC. (bug #128384)
23876
23877 2004-01-13  Julien MOUTTE <julien@moutte.net>
23878
23879         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23880         colorbalance interface stating if it is hardware based or software
23881         based.
23882         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23883         Removing a trailing comma.
23884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23885         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23886         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23887         the documentation seems to be wrong on the -1000 to 1000 interval.
23888
23889 2004-01-12  David Schleef  <ds@schleef.org>
23890
23891         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23892         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23893         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23894         Fix negotiation.  Add a bufferalloc function for the sink pad,
23895         and generally clean up some of the code.
23896
23897 2004-01-12  Julien MOUTTE <julien@moutte.net>
23898
23899         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23900         (gst_color_balance_channel_dispose): Adding safety check in dispose
23901         method.
23902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23903         (gst_xvimagesink_xcontext_clear),
23904         (gst_xvimagesink_interface_supported),
23905         (gst_xvimagesink_colorbalance_list_channels),
23906         (gst_xvimagesink_colorbalance_set_value),
23907         (gst_xvimagesink_colorbalance_get_value),
23908         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23909         Adding colorbalance interface support to set XV parameters such as
23910         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23911         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23912         interface.
23913
23914 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23915
23916         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23917         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23918         (gst_audio_convert_init), (gst_audio_convert_set_property),
23919         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23920         (gst_audio_convert_link),
23921         (gst_audio_convert_buffer_to_default_format),
23922         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23923           - implement _getcaps and use it
23924           - improve linking
23925           - remove float caps since no float conversion is actually done
23926           - remove properties and arguments that were to be used for rate
23927             conversion
23928
23929 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23930
23931         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23932         (gst_audio_structure_set_int):
23933         * gst-libs/gst/audio/audio.h:
23934           add helper functions for _getcaps matching the standard audio
23935           templates
23936
23937 2004-01-12  David Schleef  <ds@schleef.org>
23938
23939         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23940         Test that pad is negotiated before getting its caps.
23941
23942 2004-01-12  Julien MOUTTE <julien@moutte.net>
23943
23944         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23945         analyzing the pads of an element the bin is mostly in READY state so
23946         no caps were negotiated. This helper function needs to work with
23947         _get_caps directly then. I was not freeing them though, added that to
23948         fix the mem leak.
23949
23950 2004-01-12  Julien MOUTTE <julien@moutte.net>
23951
23952         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23954         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23955         than the free_func.
23956
23957 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23958
23959         * sys/oss/gstossaudio.c: (plugin_init):
23960         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23961         * sys/oss/gstosselement.h:
23962           make an oss debugging category
23963           make failure more descriptive
23964
23965 2004-01-11  David Schleef  <ds@schleef.org>
23966
23967         * ext/ffmpeg/gstffmpeg.c:
23968         * ext/ffmpeg/gstffmpegcodecmap.c:
23969         * ext/ffmpeg/gstffmpegdec.c:
23970         * ext/ffmpeg/gstffmpegenc.c:
23971         * ext/ffmpeg/gstffmpegprotocol.c:
23972         * ext/gdk_pixbuf/gstgdkanimation.c:
23973         * ext/jpeg/gstjpeg.c:
23974         * ext/libpng/gstpng.c:
23975         * ext/mpeg2dec/perftest.c:
23976         * ext/speex/gstspeex.c:
23977         * gst-libs/gst/resample/dtos.c:
23978         * gst/intfloat/gstintfloatconvert.c:
23979         * gst/oneton/gstoneton.c:
23980         * gst/rtjpeg/RTjpeg.c:
23981         * gst/rtp/gstrtp.c:
23982         * sys/dxr3/dxr3init.c:
23983         * sys/glsink/gstgl_nvimage.c:
23984         * sys/glsink/gstgl_pdrimage.c:
23985         * sys/glsink/gstglsink.c:
23986         * testsuite/gst-lint:
23987         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23988
23989 2004-01-11  David Schleef  <ds@schleef.org>
23990
23991         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23992         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23993         * ext/gdk_pixbuf/gstgdkanimation.c:
23994         (gst_gdk_animation_iter_create_pixbuf):
23995         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23996         (gst_gdk_pixbuf_chain):
23997         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23998         * ext/jack/gstjack.c: (gst_jack_change_state):
23999         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24000         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24001         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24002         * gst/videofilter/gstvideofilter.c:
24003         (gst_videofilter_set_output_size):
24004         Remove all usage of gst_pad_get_caps(), and replace it with
24005         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24006
24007 2004-01-11  David Schleef  <ds@schleef.org>
24008
24009         * configure.ac:
24010         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24011         * ext/divx/gstdivxdec.c:
24012         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24013         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24014         handle images that span multiple buffers.  Now work with both
24015         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24016         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24017         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24018         video/video.h changes
24019         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24020         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24021         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24022         of GstData free function.
24023         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24024         same.
24025
24026 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24027
24028         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24029         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24030         (gst_v4l2element_get_property):
24031         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24032           add norm, channel and frequency properties.
24033         * sys/v4l2/gstv4l2tuner.c:
24034           fixes for tuner interface changes
24035         * sys/v4l2/gstv4l2element.h:
24036         * sys/v4l2/gstv4l2src.c:
24037         * sys/v4l2/gstv4l2src.h:
24038         * sys/v4l2/v4l2src_calls.c:
24039         * sys/v4l2/v4l2src_calls.h:
24040           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24041
24042 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24043
24044         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24045         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24046         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24047         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24048         * gst-libs/gst/tuner/tuner.h:
24049           GObjects aren't const.
24050           Add find_by_name functions.
24051           Add checks to _changed functions.
24052         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24053         (gst_v4l_tuner_get_norm):
24054           Fixes for above.
24055
24056 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24057
24058         * gst-libs/gst/video/video.h:
24059           Fix caps template names to be understandable.
24060           Prefix everything with GST_VIDEO.
24061         * ext/aalib/gstaasink.c:
24062         * ext/divx/gstdivxdec.c:
24063         * ext/divx/gstdivxenc.c:
24064         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24065         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24066         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24067         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24068         * ext/libcaca/gstcacasink.c:
24069         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24070         * ext/snapshot/gstsnapshot.c:
24071         * ext/swfdec/gstswfdec.c:
24072         * ext/xvid/gstxviddec.c:
24073         * ext/xvid/gstxvidenc.c:
24074         * gst/chart/gstchart.c:
24075         * gst/deinterlace/gstdeinterlace.c:
24076         * gst/effectv/gsteffectv.c:
24077         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24078         * gst/goom/gstgoom.c:
24079         * gst/median/gstmedian.c:
24080         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24081         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24082         * gst/overlay/gstoverlay.c:
24083         * gst/smooth/gstsmooth.c:
24084         * gst/smpte/gstsmpte.c:
24085         * gst/synaesthesia/gstsynaesthesia.c:
24086         * gst/videocrop/gstvideocrop.c:
24087         * gst/videodrop/gstvideodrop.c:
24088         * gst/y4m/gsty4mencode.c:
24089         * sys/qcam/gstqcamsrc.c:
24090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24091           Make them work with new video.h file.
24092         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24093         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24095         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24096           Make it work with new buffer allocation system.
24097
24098 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24099
24100         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24101         pad_alloc_buffer implementation to use ->srcpad
24102         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24103         pad_alloc_buffer implementation to use ->srcpad
24104         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24105         pad_alloc_buffer implementation to use ->srcpad
24106         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24107         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24108         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24109         a reference to everything we need.
24110         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24112         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24113         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24114         a reference to everything we need.
24115         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24116
24117 2004-01-11  David Schleef  <ds@schleef.org>
24118
24119         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24120         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24121         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24122         structure members.
24123         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24124         value during a resize/renegotiation.
24125         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24126         gst_pad_alloc_buffer();
24127         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24128         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24129         structure members.
24130         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24131         Fix for rename of buffer private structure members.
24132         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24133         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24134         Fix for rename of buffer private structure members.
24135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24136         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24137         Fix for rename of buffer private structure members.
24138
24139 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24140
24141         reviewed by: David Schleef <ds@schleef.org>
24142
24143         * gst/videofilter/Makefile.am:
24144         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24145         from the patch by ds to fit in with recent make_filter changes.
24146
24147 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24148
24149         * configure.ac: Adding examples/switch/Makefile
24150         * examples/Makefile.am: Adding examples/switch
24151         * examples/switch/Makefile.am: Adding switcher example.
24152         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24153         (switch_timer), (main): Adding an example demonstrating switch usage
24154         with 2 videotestsrc showing different patterns.
24155         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24156         (gst_switch_init): Fixing switch with the new caps system.
24157
24158 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24159
24160         * gst-libs/gst/video/video.h:
24161           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24162           They should probably be like
24163           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24164
24165 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24166
24167         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24168         (qtdemux_parse_trak):
24169           fix audio chunk size/timestamp calculation
24170
24171 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24172
24173         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24174           fix SVQ3 caps
24175
24176 2004-01-11  Steve Baker  <steve@stevebaker.org>
24177
24178         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24179         (gst_agingtv_base_init), (gst_agingtv_class_init),
24180         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24181         (gst_agingtv_set_property), (gst_agingtv_get_property):
24182         Port agingTV to videofilter
24183
24184 2004-01-09  Julien MOUTTE <julien@moutte.net>
24185
24186         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24187         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24188
24189 2004-01-09  Julien MOUTTE <julien@moutte.net>
24190
24191         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24192         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24193         * gst-libs/gst/xoverlay/xoverlay.c:
24194         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24195         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24196         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24197         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24198         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24199         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24200         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24201         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24202         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24203         interface implementation to handle xid being 0 and fix some bugs
24204         triggered by Benjamin's testcase.
24205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24206         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24207         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24208         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24209         interface implementation to handle xid being 0 and fix some bugs
24210         triggered by Benjamin's testcase.
24211
24212 2004-01-09  David Schleef  <ds@schleef.org>
24213
24214         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24215         mouse pointer events.  It works.
24216
24217 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24218
24219         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24220           Use explicit caps - fix capsnego.
24221         * ext/xvid/gstxviddec.c:
24222         * ext/xvid/gstxvidenc.c:
24223           Remove macro-inside-macro which caused compile errors.
24224         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24225           Error out if it's not a RIFF file. Else we error out without
24226           gst_element_error() which is not good...
24227
24228 2004-01-08  David Schleef  <ds@schleef.org>
24229
24230         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24231         Fix pad_link function to handle formats that ffmpeg returns
24232         as multiple caps structures.
24233         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24234         Only complain if source buffer is _smaller_ than expected.
24235         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24236         (gst_videoscale_handle_src_event): Resize navigation events
24237         when passing them upstream.
24238         * gst/videotestsrc/gstvideotestsrc.c:
24239         * gst/videotestsrc/gstvideotestsrc.h:
24240         * gst/videotestsrc/videotestsrc.c:
24241         * gst/videotestsrc/videotestsrc.h:
24242         Rewrite many of the buffer painting functions to handle odd
24243         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24244         been verified to work with my video card.
24245         * testsuite/gst-lint:  Add check for elements calling
24246         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24247
24248 2004-01-08  David Schleef  <ds@schleef.org>
24249
24250         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24251         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24252
24253 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24254
24255         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24256         configure event is not emiting the desired size signal. That fixes
24257         aspect ratio issues with gst-player.
24258
24259 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24260
24261         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24262           Fix capsnego.
24263
24264 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24265
24266         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24267         public method to fire size signal.
24268
24269 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24270
24271         * examples/gstplay/Makefile.am: Adding the interface library.
24272         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24273         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24274         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24275         GST_IS_X_OVERLAY before signal connect.
24276         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24277         Removing the have_video_size signal.
24278         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24279         and associated public method.
24280         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24281         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24282         signal.
24283         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24284         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24285         signal.
24286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24287         Using XOverlay public method to fire size signal.
24288
24289 2004-01-07  David Schleef  <ds@schleef.org>
24290
24291         * gst/videofilter/Makefile.am:
24292         * gst/videofilter/gstvideotemplate.c:
24293         * gst/videofilter/make_filter:
24294         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24295         Convert make_filter to /bin/sh script.
24296
24297 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24298
24299         * gst/modplug/gstmodplug.cc: fix element description
24300
24301 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24302
24303         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24304         (got_video_size): Adding some new lines in g_print calls.
24305         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24306         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24307         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24308         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24309         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24310         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24311         Complete code review, reverting some stuff i disagree with, adding
24312         some fixes : time synchronization on invalid timestamps, renegotiation
24313         of private window.
24314         * sys/ximage/ximagesink.h:
24315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24316         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24317         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24318         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24319         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24320         (gst_xvimagesink_buffer_new),
24321         (gst_xvimagesink_navigation_send_event),
24322         (gst_xvimagesink_set_xwindow_id),
24323         (gst_xvimagesink_get_desired_size),
24324         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24325         stuff i disagree with, adding some fixes : Renegotiation of private
24326         window, implementing get_desired_size.
24327
24328 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24329
24330         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24331         (gst_afsink_handle_event):
24332         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24333         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24334         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24335         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24336         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24337           Fix for instantiate-test (see core). Also remove dead code from
24338           jpegenc (which still needs fixing, but that's lower on my TODO
24339           list...).
24340         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24341           Never return NULL as caps.
24342
24343 2004-01-07  David Schleef  <ds@schleef.org>
24344
24345         * configure.ac:
24346         * ext/Makefile.am:
24347         * ext/librfb/Makefile.am:
24348         * ext/librfb/gstrfbsrc.c:
24349         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24350         is the protocol used by VNC.
24351
24352 2004-01-07  David Schleef  <ds@schleef.org>
24353
24354         * gst/videofilter/gstvideotemplate.c:
24355         * gst/videofilter/gstvideotemplate.h:
24356         * gst/videofilter/make_filter:
24357         Merge videotemplate header into source file.
24358         * gst/effectv/Makefile.am:
24359         * gst/effectv/gsteffectv.c: (plugin_init):
24360         * gst/effectv/gstwarp.c:
24361         Make warpTV a subclass of videofilter.
24362
24363 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24364
24365         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24366           Add guard against invalid utf-8 conversions in mad. Just in case.
24367
24368 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24369
24370         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24371           Fix for bug shown by poisoning
24372
24373 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24374
24375         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24376         (gst_v4lmjpegsrc_buffer_free):
24377         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24378         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24379         (gst_v4lsrc_buffer_free):
24380           Fix for removed bufferpools.
24381
24382 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24383
24384         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24385         Fix caps negotiation.
24386
24387         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24388         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24389         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24390         (dvdnavsrc_event):
24391         * ext/mpeg2dec/gstmpeg2dec.c:
24392         * gst-libs/gst/navigation/navigation.c:
24393         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24394         * gst-libs/gst/navigation/navigation.h:
24395         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24396         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24398         Super-simple first version of mouse and keyboard events. Clicking
24399         on a DVD menu now works, although it may not take you where you
24400         expected.
24401
24402         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24403         * gst/videotestsrc/gstvideotestsrc.c:
24404         (gst_videotestsrc_src_fixate):
24405         These fixate functions were broken - they never actually
24406         fixated :)
24407
24408 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24409
24410         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24411         (gst_icecastsend_init):
24412           fix for new caps system.
24413         * gst-libs/gst/mixer/mixertrack.h:
24414         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24415           Add 'master track' flag (for tools like ACME that only want to
24416           change the main volume).
24417
24418 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24419
24420         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24421         (gst_xvid_csp_to_caps):
24422         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24423         * ext/xvid/gstxvidenc.c:
24424         ifdef out ARGB type when it isn't available
24425         in xvidcore 1.0.0beta2
24426
24427 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24428
24429         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24430           When we have received a new SCR right in the first buffer after
24431           a seek (so in the same cycle that handles the discont), we should
24432           handle the buffer instead of unreffing it, else we lose data.
24433
24434 2004-01-06  Iain <iain@prettypeople.org>
24435
24436         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24437           buffer-frames caps too.
24438
24439         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24440           caps that we need, don't destroy them all and rebuild them. And when
24441           creating src pads, use the src pad template rather than the sink...
24442
24443 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24444
24445         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24446           Add pad to element *after* setting functions such as event handler.
24447           Without this, the scheduler (opt) will link pads, set the event
24448           handler from the default event function (dispatcher in gstpad.c)
24449           and *after* that, we will set our own event function, which will
24450           thus never be used (and thus mpegdemux doesn't handle events).
24451
24452 2004-01-04  David Schleef  <ds@schleef.org>
24453
24454         Fix the fixate functions to handle new prototype:
24455         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24456         * gst/videotestsrc/gstvideotestsrc.c:
24457         (gst_videotestsrc_src_fixate):
24458         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24459         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24461
24462 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24463
24464         * sys/ximage/ximagesink.h:
24465         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24466         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24467         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24468         (gst_ximagesink_xoverlay_init):
24469           assorted fixes to make (re)embedding work
24470         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24471         (gst_ximagesink_get_desired_size):
24472           implement desired size additions to XOverlay
24473
24474 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24475
24476         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24477         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24478         (gst_x_overlay_got_desired_size):
24479         * gst-libs/gst/xoverlay/xoverlay.h:
24480           Add optional "desired size" signal and querying.
24481
24482 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24483
24484         * gst/matroska/matroska-demux.c:
24485         (gst_matroska_demux_parse_blockgroup):
24486           Fix EBML-laced block parsing. Diffs are relative to previous
24487           lace, not the first lace. Thanks to Mosu from the Matroska
24488           team for detecting this.
24489         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24490         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24491         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24492         (gst_wavparse_change_state):
24493         * gst/wavparse/gstwavparse.h:
24494           Quickfix for capsnego.
24495
24496 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24497
24498         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24499           Fix indenting, fix pad creation.
24500
24501 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24502
24503         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24504         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24505         (gst_xviddec_sink_link):
24506           Implement src_getcaps() so proper size caps is negotiated.
24507
24508 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24509
24510         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24511           Finish flac decoder on EOS. See #116178.
24512
24513 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24514
24515         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24516         (gst_matroska_demux_add_stream):
24517         * gst/matroska/matroska-ids.h:
24518           Add getcaps() function to fix capsnego...
24519
24520 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24521
24522         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24523         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24524         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24525           Fix more integer overflows. Again, see #126967.
24526
24527 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24528
24529         * ext/mpeg2dec/gstmpeg2dec.c:
24530           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24531           #130416.
24532
24533 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24534
24535         * configure.ac:
24536         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24537         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24538         * ext/xvid/gstxvid.h:
24539         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24540         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24541         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24542         (gst_xviddec_change_state):
24543         * ext/xvid/gstxviddec.h:
24544         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24545         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24546         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24547         (gst_xvidenc_link), (gst_xvidenc_set_property),
24548         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24549         * ext/xvid/gstxvidenc.h:
24550           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24551
24552 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24553
24554         * gst/rtp/rtp-packet.c:
24555           Add sys/types.h include, since OS X doesn't define in_addr_t
24556           in netinet/in.h, like it does on Linux (see #129600).
24557
24558 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24559
24560         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24561
24562         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24563           Correct logic of dispose function (see #129306).
24564
24565 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24566
24567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24568         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24569         (gst_mpeg_parse_init):
24570         * gst/mpegstream/gstmpegparse.h:
24571           Remove clock (which was never provided, i.e. dead code), and
24572           also fix integer overflows at high PTS values (see #126967).
24573
24574 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24575
24576         * ext/flac/gstflacdec.c:
24577         * ext/libpng/gstpngenc.h:
24578         * ext/mikmod/gstmikmod.h:
24579           OS X fixes (see #126628).
24580
24581 2004-01-02  David Schleef  <ds@schleef.org>
24582
24583         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24584         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24585         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24586         (gst_mpeg_parse_class_init): Move pad template registration
24587         to class_init, since the derived class (mpegdemux) doesn't
24588         want them.
24589
24590 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24591
24592         * sys/ximage/Makefile.am:
24593         * sys/xvideo/Makefile.am:
24594         * sys/xvimage/Makefile.am:
24595           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24596           after installation (see #127664).
24597
24598 2004-01-02  David Schleef  <ds@schleef.org>
24599
24600         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24601         (gst_ffmpegenc_connect):  Negotiation fixes.
24602         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24603         Remove inappropriate gst_caps_free().
24604         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24605         Reenable Ronald's internal resize code, since the core handles
24606         it correctly now.
24607
24608 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24609
24610         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24611         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24613           Fix pad template stuff.
24614
24615 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24616
24617         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24618         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24619           fix signed integer reading/writing.
24620
24621 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24622
24623         * ext/alsa/README:
24624           Remove outdated document
24625
24626 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24627
24628         * gst/cutter/gstcutter.c: (gst_cutter_init):
24629           src pad was being created twice - oops.
24630
24631 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24632
24633         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24634           Comment out internal resize. It doesn't handle the resulting
24635           XEvent internally, does another try_set_caps() which leads to
24636           a really nice loop.
24637           Real fix will come when Julien and Dave are awake. ;).
24638
24639 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24640
24641         * ext/mpeg2enc/gstmpeg2enc.cc:
24642           fix const/nonconst compile issue.
24643
24644 2004-01-02  David Schleef  <ds@schleef.org>
24645
24646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24647         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24648         Add fixate function and a check for bad formats.
24649
24650 2004-01-01  David Schleef  <ds@schleef.org>
24651
24652         Negotiation fixes:
24653         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24654         (gst_audiofilter_init):
24655         * gst/debug/efence.c: (gst_efence_init):
24656         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24657         (gst_deinterlace_init):
24658         * gst/volume/gstvolume.c: (volume_connect):
24659
24660 2004-01-01  David Schleef  <ds@schleef.org>
24661
24662         Convert elements to use gst_pad_use_explicit_caps() where
24663         appropriate:
24664         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24665         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24666         (gst_afparse_open_file):
24667         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24668         (gst_afsrc_open_file):
24669         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24670         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24671         (gst_ffmpegdec_chain):
24672         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24673         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24674         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24675         (gst_gdk_pixbuf_chain):
24676         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24677         (gst_jpegdec_chain):
24678         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24679         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24680         (gst_mikmod_negotiate):
24681         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24682         (gst_mpeg2dec_negotiate_format):
24683         * ext/mpeg2enc/gstmpeg2enc.cc:
24684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24685         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24686         (gst_speexdec_sinkconnect):
24687         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24688         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24689         (gst_vorbisfile_new_link):
24690         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24691         (gst_ac3parse_chain):
24692         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24693         (gst_asf_demux_setup_pad):
24694         * gst/auparse/gstauparse.c: (gst_auparse_init),
24695         (gst_auparse_chain):
24696         * gst/id3/gstid3types.c: (gst_id3types_loop):
24697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24698         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24699         (mp1videoparse_parse_seq):
24700         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24701         (bpf_from_header):
24702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24703         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24705         (gst_mpeg_parse_send_data):
24706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24707         (gst_qtdemux_add_stream):
24708         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24709         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24710         (gst_wavparse_parse_fmt):
24711
24712 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24713
24714         * configure.ac:
24715           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24716           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24717           it therefore uses the wrong include paths. Too bad... Note
24718           that 1.6.1.93 is not release yet. ;).
24719           Also add a check for mplex, which is now using the lib'ified
24720           mplex from mjpegtools, too.
24721         * ext/ffmpeg/gstffmpegcodecmap.c:
24722           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24723           issues. I don't think ffmpeg handles 3ivx correctly, so this
24724           probably won't work. But it won't hurt either.
24725         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24726         (gst_ffmpegdec_chain):
24727         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24728         (gst_ffmpegenc_chain_audio):
24729           Fix memleak in audio encoding. Close codec if open fails, this
24730           calls the cleanup routines so we can re-use the context.
24731         * ext/mpeg2enc/gstmpeg2enc.cc:
24732           Fix pad template names/types, fix memory issue with getcaps().
24733         * ext/mpeg2enc/gstmpeg2encoder.cc:
24734         * ext/mpeg2enc/gstmpeg2encoder.hh:
24735           Fix compile issue with new caps system (const thingy).
24736         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24737         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24738           We read a first frame right on initing, so that we have a caps
24739           when we init the output. This caps is cached in padprivate and
24740           read as first frame.
24741         * ext/mplex/Makefile.am:
24742         * ext/mplex/gstmplex.cc:
24743         * ext/mplex/gstmplex.h:
24744         * ext/mplex/gstmplex.hh:
24745         * ext/mplex/gstmplexibitstream.cc:
24746         * ext/mplex/gstmplexibitstream.hh:
24747         * ext/mplex/gstmplexjob.cc:
24748         * ext/mplex/gstmplexjob.hh:
24749         * ext/mplex/gstmplexoutputstream.cc:
24750         * ext/mplex/gstmplexoutputstream.hh:
24751           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24752           had issues, didn't do capsnego, supported only a subset of the
24753           mplex features and required a mplex fork in our local CVS. Plus
24754           that it worked agaist a very old mplex version. Rewriting was
24755           faster than updating it.
24756         * gst-libs/ext/Makefile.am:
24757         * gst-libs/ext/mplex/INSTRUCT:
24758         * gst-libs/ext/mplex/Makefile.am:
24759         * gst-libs/ext/mplex/README:
24760         * gst-libs/ext/mplex/TODO:
24761         * gst-libs/ext/mplex/ac3strm_in.cc:
24762         * gst-libs/ext/mplex/audiostrm.hh:
24763         * gst-libs/ext/mplex/audiostrm_out.cc:
24764         * gst-libs/ext/mplex/aunit.hh:
24765         * gst-libs/ext/mplex/bits.cc:
24766         * gst-libs/ext/mplex/bits.hh:
24767         * gst-libs/ext/mplex/buffer.cc:
24768         * gst-libs/ext/mplex/buffer.hh:
24769         * gst-libs/ext/mplex/fastintfns.h:
24770         * gst-libs/ext/mplex/format_codes.h:
24771         * gst-libs/ext/mplex/inputstrm.cc:
24772         * gst-libs/ext/mplex/inputstrm.hh:
24773         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24774         * gst-libs/ext/mplex/mjpeg_logging.cc:
24775         * gst-libs/ext/mplex/mjpeg_logging.h:
24776         * gst-libs/ext/mplex/mjpeg_types.h:
24777         * gst-libs/ext/mplex/mpastrm_in.cc:
24778         * gst-libs/ext/mplex/mpegconsts.cc:
24779         * gst-libs/ext/mplex/mpegconsts.h:
24780         * gst-libs/ext/mplex/mplexconsts.hh:
24781         * gst-libs/ext/mplex/multplex.cc:
24782         * gst-libs/ext/mplex/outputstream.hh:
24783         * gst-libs/ext/mplex/padstrm.cc:
24784         * gst-libs/ext/mplex/padstrm.hh:
24785         * gst-libs/ext/mplex/stillsstream.cc:
24786         * gst-libs/ext/mplex/stillsstream.hh:
24787         * gst-libs/ext/mplex/systems.cc:
24788         * gst-libs/ext/mplex/systems.hh:
24789         * gst-libs/ext/mplex/vector.cc:
24790         * gst-libs/ext/mplex/vector.hh:
24791         * gst-libs/ext/mplex/videostrm.hh:
24792         * gst-libs/ext/mplex/videostrm_in.cc:
24793         * gst-libs/ext/mplex/videostrm_out.cc:
24794         * gst-libs/ext/mplex/yuv4mpeg.cc:
24795         * gst-libs/ext/mplex/yuv4mpeg.h:
24796         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24797         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24798           We don't fork mjpegtools' mplex in our CVS anymore.
24799         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24800         (gst_avi_demux_add_stream):
24801         * gst/avi/gstavidemux.h:
24802           Add getcaps() function for proper caps nego. This makes some
24803           parts of AVI playback/reading work.
24804         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24805           Resize window on new capsnego. This is probably wrong, but
24806           I'm still committing it because with current capsnego, the
24807           first successfull capsnego is auto-fixated, therefore rounded
24808           down to the lowest values in the caps. this results in a 16x16
24809           XWindow that is not reized when real capsnego finishes.
24810           Dave, I see more cases of this, do you know a proper solution?
24811         * tools/gst-launch-ext.in:
24812           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24813
24814 2003-12-31  David Schleef  <ds@schleef.org>
24815
24816         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24817         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24818           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24819
24820 2003-12-30  David Schleef  <ds@schleef.org>
24821
24822         * ext/ffmpeg/gstffmpegcolorspace.c:
24823         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24824         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24825         (gst_ffmpegcsp_chain): Negotiation fixes
24826         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24827         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24828         (gst_audio_convert_link), (gst_audio_convert_channels):
24829         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24830         (gst_audioscale_link), (gst_audioscale_get_buffer),
24831         (gst_audioscale_chain): Negotiation fixes
24832         * gst/audioscale/gstaudioscale.h:
24833         * gst/videofilter/gstvideofilter.c:
24834         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24835         (gst_videofilter_link), (gst_videofilter_init),
24836         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24837         (gst_videofilter_find_format_by_structure):
24838         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24839         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24840         (gst_videoscale_link):
24841         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24842         (videoscale_find_by_structure), (gst_videoscale_setup):
24843         * gst/videoscale/videoscale.h: Negotiation fixes
24844         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24845         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24846         function, restrict resizing to a multiple of 4 (hack until
24847         everyone supports odd sizes correctly).
24848
24849 2003-12-29  Colin Walters  <walters@verbum.org>
24850
24851         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24852         signed.
24853
24854 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24855
24856         * ext/sndfile/gstsf.c: (gst_sf_loop):
24857           Fix warning about discarding const qualifier
24858
24859 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24860
24861         * gst/cutter/gstcutter.c:
24862         * gst/videoscale/gstvideoscale.c:
24863         * gst/volenv/gstvolenv.c:
24864         * gst-libs/gst/audio/audio.c:
24865         * gst-libs/gst/video/video.c:
24866           Fix warnings
24867
24868 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24869
24870         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24871           Don't send ALSA debugging to stderr.
24872         * ext/alsa/gstalsa.h:
24873           Use GST_WARNING instead of g_warning when ALSA functions fail.
24874
24875 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24876
24877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24878           Free XVAdapterInfo correctly.
24879
24880 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24881
24882         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24883         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24884           Make id3tag use correct caps nego.
24885
24886 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24887
24888         * ext/ivorbis/vorbis.c:
24889         * ext/ivorbis/vorbisenc.h:
24890         * ext/ivorbis/vorbisfile.c:
24891           Modify so that it uses the new caps things
24892
24893 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24894
24895         * testsuite/spider/spider1.c: (main):
24896         * testsuite/spider/spider2.c: (main):
24897         * testsuite/spider/spider3.c: (main):
24898           Make tests compile again. They probably don't work.
24899
24900 2003-12-24  Colin Walters  <walters@verbum.org>
24901
24902         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24903         we can't fixate the caps anymore.
24904
24905 2003-12-23  David Schleef  <ds@schleef.org>
24906
24907         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24908         * sys/oss/gstosssink.c: (gst_osssink_init),
24909         (gst_osssink_sink_fixate): Add fixate function.
24910
24911 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24912
24913         * ext/ffmpeg/gstffmpegcodecmap.c:
24914         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24915         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24916         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24917         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24918         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24919         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24920         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24921           fix typo in RGB masks, and move back to "old" colorspace
24922           capsnego code until whoever wrote this new crap has actually
24923           tested it so that it works.
24924           And yes, this works, keep it that way please.
24925
24926 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24927
24928         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24929         (gst_divxdec_init), (gst_divxdec_negotiate):
24930         * ext/divx/gstdivxdec.h:
24931         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24932         (gst_divxenc_init):
24933         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24934         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24935         * ext/mpeg2enc/gstmpeg2enc.cc:
24936         * ext/mpeg2enc/gstmpeg2encoder.cc:
24937         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24938         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24939         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24940         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24941         (dxr3spusink_init):
24942         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24943         (dxr3videosink_init):
24944           Fix caps breakage after Dave's caps branch merge.
24945
24946 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24947
24948         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24949           Fix for 24bpp display.
24950
24951 2003-12-23  Colin Walters  <walters@verbum.org>
24952
24953         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24954         a GnomeVFSHandle directly.
24955
24956 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24957
24958         * gst/volume/Makefile.am:
24959         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24960         (volume_base_init), (volume_init):
24961           Reenable volume element and fix to work with new caps stuff.
24962           Rhythmbox needs this.
24963
24964 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24965
24966         * gst/qtdemux/qtdemux.c: (plugin_init):
24967           qtdemux requires bytestream
24968
24969 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24970
24971         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24972           Fix remaining caps handling errors due to CAPS merge.
24973
24974 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24975
24976         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24977         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24978         (gst_faad_srcconnect):
24979           Port to new caps system.
24980
24981 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24982
24983         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24984         (got_video_size), (main): using g_print instead of g_message.
24985         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24986         signal which was not emitted because of "switch" element added to the
24987         bin but not connected. (Removing from the bin temporarily)
24988
24989 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24990
24991         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24992         find X development files. I don't understand the previous tests and
24993         they fail on my debian/ppc unstable. This one works.
24994         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24995         exiting.
24996         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24997         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24998         (gst_play_set_visualization): Add some safety checks in set_ methods
24999         and state_change. This was throwing some ugly CRITICAL messages when
25000         pipeline was getting disposed and casts were failing.
25001
25002 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25003
25004         * configure.ac:
25005           Improve mpeg2enc detection. This is for distributions that do
25006           ship mjpegtools, but without mpeg2enc. Also does object check
25007           for might there ever be ABI incompatibility.
25008         * ext/mpeg2enc/gstmpeg2enc.cc:
25009           Add Andrew as second maintainer (he's helping me), and also add
25010           an error if no caps was set. This happens if I pull before capsnego
25011           and that's something I should solve sometime else.
25012         * gst/matroska/matroska-demux.c:
25013         (gst_matroska_demux_parse_blockgroup):
25014           Fix time parsing.
25015         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25016         (gst_matroska_mux_track_header):
25017           Add caps to templates.
25018         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25019           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25020         * gst/mpegstream/gstmpegdemux.c:
25021           Remove layer since it causes warnings about unfixed caps.
25022         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25023           Fix obvious typo (we error out if caps were set, we should of
25024           course error out if *no* caps were set).
25025         * sys/oss/gstosselement.c: (gst_osselement_convert):
25026           Fix format conversion, we confused bits/bytes.
25027         * sys/oss/gstosselement.h:
25028           Improve documentation for 'bps'.
25029         * sys/v4l/TODO:
25030           Remove stuff about plugins that need removing - this was done
25031           ages ago.
25032         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25033         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25035         (gst_v4lsrc_src_query):
25036         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25037         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25038           Add get_query_types(), get_formats() and query() functions.
25039
25040 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25041
25042         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25043         * moved CVS to freedesktop.org